public class Css3RowEditorAppearance extends Object implements com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3RowEditorAppearance.Css3RowEditorResources |
static interface |
Css3RowEditorAppearance.Css3RowEditorStyle |
static interface |
Css3RowEditorAppearance.Template |
| Constructor and Description |
|---|
Css3RowEditorAppearance() |
Css3RowEditorAppearance(Css3RowEditorAppearance.Css3RowEditorResources resources) |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.core.client.dom.XElement |
getButtonWrap(com.sencha.gxt.core.client.dom.XElement parent) |
com.sencha.gxt.core.client.dom.XElement |
getContentWrap(com.sencha.gxt.core.client.dom.XElement parent) |
String |
labelClass() |
void |
onResize(com.sencha.gxt.core.client.dom.XElement parent,
int width,
int height) |
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
public Css3RowEditorAppearance()
public Css3RowEditorAppearance(Css3RowEditorAppearance.Css3RowEditorResources resources)
public com.sencha.gxt.core.client.dom.XElement getButtonWrap(com.sencha.gxt.core.client.dom.XElement parent)
getButtonWrap in interface com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearancepublic com.sencha.gxt.core.client.dom.XElement getContentWrap(com.sencha.gxt.core.client.dom.XElement parent)
getContentWrap in interface com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearancepublic String labelClass()
labelClass in interface com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearancepublic void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in interface com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearancepublic void onResize(com.sencha.gxt.core.client.dom.XElement parent,
int width,
int height)
onResize in interface com.sencha.gxt.widget.core.client.grid.editing.GridRowEditing.RowEditorAppearanceCopyright © 2020. All Rights Reserved.