|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.grid.GridSelectionModel.SelectionModelCallback
public static class GridSelectionModel.SelectionModelCallback
Determines whether a given cell is selectable.
| Constructor Summary | |
|---|---|
GridSelectionModel.SelectionModelCallback(GridSelectionModel<?> sm)
Creates a selection model callback that determines whether a given cell is selectable. |
|
| Method Summary | |
|---|---|
boolean |
isSelectable(Grid.GridCell cell)
Returns true to indicate the given cell is selectable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridSelectionModel.SelectionModelCallback(GridSelectionModel<?> sm)
sm - the selection model| Method Detail |
|---|
public boolean isSelectable(Grid.GridCell cell)
Grid.Callback
isSelectable in interface Grid.Callbackcell - the cell to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||