
public class RowEditorDefaultAppearance extends Object implements GridRowEditing.RowEditorAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
RowEditorDefaultAppearance.RowEditorResources |
static interface |
RowEditorDefaultAppearance.RowEditorStyle |
static interface |
RowEditorDefaultAppearance.Template |
| Constructor and Description |
|---|
RowEditorDefaultAppearance() |
RowEditorDefaultAppearance(RowEditorDefaultAppearance.RowEditorResources resources) |
| Modifier and Type | Method and Description |
|---|---|
XElement |
getButtonWrap(XElement parent) |
XElement |
getContentWrap(XElement parent) |
String |
labelClass() |
void |
onResize(XElement parent,
int width,
int height) |
void |
render(SafeHtmlBuilder sb) |
public RowEditorDefaultAppearance()
public RowEditorDefaultAppearance(RowEditorDefaultAppearance.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.RowEditorAppearancepublic void onResize(XElement parent, int width, int height)
onResize in interface GridRowEditing.RowEditorAppearanceCopyright © 2015. All rights reserved.