public class RowEditorBaseAppearance extends Object implements GridRowEditing.RowEditorAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
RowEditorBaseAppearance.RowEditorResources |
static interface |
RowEditorBaseAppearance.RowEditorStyle |
static interface |
RowEditorBaseAppearance.Template |
| Constructor and Description |
|---|
RowEditorBaseAppearance() |
RowEditorBaseAppearance(RowEditorBaseAppearance.RowEditorResources resources) |
| Modifier and Type | Method and Description |
|---|---|
XElement |
getButtonWrap(XElement parent) |
XElement |
getContentWrap(XElement parent) |
String |
labelClass() |
void |
render(SafeHtmlBuilder sb) |
public RowEditorBaseAppearance()
public RowEditorBaseAppearance(RowEditorBaseAppearance.RowEditorResources resources)
public void render(SafeHtmlBuilder sb)
render in interface GridRowEditing.RowEditorAppearancepublic XElement getButtonWrap(XElement parent)
getButtonWrap in interface GridRowEditing.RowEditorAppearancepublic XElement getContentWrap(XElement parent)
getContentWrap in interface GridRowEditing.RowEditorAppearancepublic String labelClass()
labelClass in interface GridRowEditing.RowEditorAppearanceCopyright © 2012. All Rights Reserved.