com.sencha.gxt.widget.core.client.grid
Interface Grid.Callback

All Known Implementing Classes:
GridSelectionModel.SelectionModelCallback
Enclosing class:
Grid<M>

public static interface Grid.Callback

Provides a mechanism by which other components can report whether a cell is selectable. This decouples components that need to know if a cell is selectable from components that know if a cell is selectable.


Method Summary
 boolean isSelectable(Grid.GridCell cell)
          Returns true to indicate the given cell is selectable.
 

Method Detail

isSelectable

boolean isSelectable(Grid.GridCell cell)
Returns true to indicate the given cell is selectable.

Parameters:
cell - the cell to check
Returns:
true to indicate the cell is editable


Copyright © 2012. All Rights Reserved.