com.sencha.gxt.theme.base.client.grid
Class RowExpanderDefaultAppearance<M>
java.lang.Object
com.sencha.gxt.theme.base.client.grid.RowExpanderDefaultAppearance<M>
- All Implemented Interfaces:
- RowExpander.RowExpanderAppearance<M>
public class RowExpanderDefaultAppearance<M>
- extends java.lang.Object
- implements RowExpander.RowExpanderAppearance<M>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowExpanderDefaultAppearance
public RowExpanderDefaultAppearance()
RowExpanderDefaultAppearance
public RowExpanderDefaultAppearance(RowExpanderDefaultAppearance.RowExpanderResources resources)
getRowStyles
public java.lang.String getRowStyles(M model,
int rowIndex)
- Specified by:
getRowStyles in interface RowExpander.RowExpanderAppearance<M>
isExpanded
public boolean isExpanded(XElement row)
- Specified by:
isExpanded in interface RowExpander.RowExpanderAppearance<M>
onExpand
public void onExpand(XElement row,
boolean expand)
- Specified by:
onExpand in interface RowExpander.RowExpanderAppearance<M>
renderExpander
public void renderExpander(Cell.Context context,
M value,
SafeHtmlBuilder sb)
- Specified by:
renderExpander in interface RowExpander.RowExpanderAppearance<M>
isExpandElement
public boolean isExpandElement(XElement target)
- Specified by:
isExpandElement in interface RowExpander.RowExpanderAppearance<M>
Copyright © 2012. All Rights Reserved.