public static class GridSelectionModel.SelectionModelCallback extends Object implements Grid.Callback
| Constructor and Description |
|---|
GridSelectionModel.SelectionModelCallback(GridSelectionModel<?> sm)
Creates a selection model callback that determines whether a given cell
is selectable.
|
public GridSelectionModel.SelectionModelCallback(GridSelectionModel<?> sm)
sm - the selection modelpublic boolean isSelectable(Grid.GridCell cell)
Grid.CallbackisSelectable in interface Grid.Callbackcell - the cell to checkCopyright © 2012. All Rights Reserved.