public class Css3RowExpanderAppearance<M> extends Object implements com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3RowExpanderAppearance.Css3RowExpanderResources |
static interface |
Css3RowExpanderAppearance.Css3RowExpanderStyle |
| Constructor and Description |
|---|
Css3RowExpanderAppearance() |
Css3RowExpanderAppearance(Css3RowExpanderAppearance.Css3RowExpanderResources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishInit(com.sencha.gxt.core.client.dom.XElement gridParent) |
String |
getCellClassName() |
String |
getRowStyles(M model,
int rowIndex) |
boolean |
isExpanded(com.sencha.gxt.core.client.dom.XElement row) |
boolean |
isExpandElement(com.sencha.gxt.core.client.dom.XElement target) |
void |
onExpand(com.sencha.gxt.core.client.dom.XElement row,
boolean expand) |
void |
renderExpander(com.google.gwt.cell.client.Cell.Context context,
M value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
public Css3RowExpanderAppearance()
public Css3RowExpanderAppearance(Css3RowExpanderAppearance.Css3RowExpanderResources resources)
public void finishInit(com.sencha.gxt.core.client.dom.XElement gridParent)
finishInit in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public String getCellClassName()
getCellClassName in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public String getRowStyles(M model, int rowIndex)
getRowStyles in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public boolean isExpanded(com.sencha.gxt.core.client.dom.XElement row)
isExpanded in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public void onExpand(com.sencha.gxt.core.client.dom.XElement row,
boolean expand)
onExpand in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public void renderExpander(com.google.gwt.cell.client.Cell.Context context,
M value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
renderExpander in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>public boolean isExpandElement(com.sencha.gxt.core.client.dom.XElement target)
isExpandElement in interface com.sencha.gxt.widget.core.client.grid.RowExpander.RowExpanderAppearance<M>Copyright © 2020. All Rights Reserved.