|
|||||||||
| 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.selection.AbstractStoreSelectionModel<M>
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<M>
com.extjs.gxt.ui.client.widget.grid.CheckBoxSelectionModel<M>
M - the model data typepublic class CheckBoxSelectionModel<M extends ModelData>
A grid selection model and component plugin. To use, add the column config to
the column model using getColumn() and add this object to the grids
plugin.
| Constructor Summary | |
|---|---|
CheckBoxSelectionModel()
|
|
| Method Summary | |
|---|---|
ColumnConfig |
getColumn()
Returns the column config. |
void |
init(Component component)
Initializes the plugin when the component is created. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel |
|---|
bindGrid, handleEvent, isLocked, selectNext, selectPrevious |
| Methods inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel |
|---|
addSelectionChangedListener, bind, deselect, deselect, deselect, deselect, deselect, deselectAll, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isSelected, refresh, removeSelectionListener, select, select, select, select, select, selectAll, setLocked, setSelection, setSelectionMode |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckBoxSelectionModel()
| Method Detail |
|---|
public ColumnConfig getColumn()
public void init(Component component)
ComponentPlugin
init in interface ComponentPlugincomponent - the source component
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||