|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseObservable
com.extjs.gxt.ui.client.widget.grid.ColumnConfig
com.extjs.gxt.ui.client.widget.grid.RowExpander
public class RowExpander
A column config and component plugin that adds the ability for each row to be expanded, showing custom content that spans all the rows columns.
| Constructor Summary | |
|---|---|
RowExpander()
Creates a new row expander. |
|
RowExpander(XTemplate template)
Creates a new row expander with the given template. |
|
| Method Summary | |
|---|---|
void |
init(Component component)
Initializes the plugin when the component is created. |
void |
setTemplate(XTemplate template)
Sets the template. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.ColumnConfig |
|---|
getAlignment, getDataIndex, getDateTimeFormat, getEditor, getHeader, getId, getNumberFormat, getRenderer, getStyle, getToolTip, getWidget, getWidth, isFixed, isGroupable, isHidden, isMenuDisabled, isResizable, isSortable, setAlignment, setDataIndex, setDateTimeFormat, setEditor, setFixed, setGroupable, setHeader, setHidden, setId, setMenuDisabled, setNumberFormat, setRenderer, setResizable, setSortable, setStyle, setToolTip, setWidget, setWidth |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowExpander()
public RowExpander(XTemplate template)
template - the template| Method Detail |
|---|
public void init(Component component)
ComponentPlugin
init in interface ComponentPlugincomponent - the source componentpublic void setTemplate(XTemplate template)
template - the template
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||