public class TreeGridSelectionModel<M> extends GridSelectionModel<M>
GridSelectionModel.SelectionModelCallback| Constructor and Description |
|---|
TreeGridSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Store<M> store)
Binds the store to the selection model.
|
void |
bindGrid(Grid<M> grid)
Binds the given grid to this selection model.
|
selectNext, selectPreviousaddBeforeSelectionHandler, addSelectionChangedHandler, addSelectionHandler, deselect, deselect, deselect, deselect, deselect, deselectAll, fireEvent, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isLocked, isSelected, refresh, select, select, select, select, select, selectAll, setLocked, setSelection, setSelectionModepublic void bind(Store<M> store)
StoreSelectionModelbind in interface StoreSelectionModel<M>bind in class GridSelectionModel<M>store - the bound storepublic void bindGrid(Grid<M> grid)
GridSelectionModelbindGrid in class GridSelectionModel<M>grid - the grid to bind to this selection modelCopyright © 2012. All Rights Reserved.