M - the model data typepublic class CheckBoxSelectionModel<M> extends GridSelectionModel<M>
getColumn().
This selection mode defaults to SelectionMode.MULTI and also supports SelectionMode.SIMPLE. With SIMPLE, the control and shift keys do not need to be pressed for multiple selections.
GridSelectionModel.SelectionModelCallback| Constructor and Description |
|---|
CheckBoxSelectionModel(IdentityValueProvider<M> valueProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindGrid(Grid<M> grid)
Binds the given grid to this selection model.
|
ColumnConfig<M,M> |
getColumn()
Returns the column config.
|
bind, 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 CheckBoxSelectionModel(IdentityValueProvider<M> valueProvider)
public ColumnConfig<M,M> getColumn()
public void bindGrid(Grid<M> grid)
GridSelectionModelbindGrid in class GridSelectionModel<M>grid - the grid to bind to this selection modelCopyright © 2012. All Rights Reserved.