| com.gwtext.client.widgets.grid.AbstractSelectionModel com.gwtext.client.widgets.grid.CellSelectionModel
CellSelectionModel | public class CellSelectionModel extends AbstractSelectionModel (Code) | | This class provides the basic implementation for cell selection in a grid.
|
CellSelectionModel | public CellSelectionModel(JavaScriptObject jsObj)(Code) | | |
clearSelections | native public void clearSelections()(Code) | | Clears all selections.
|
clearSelections | native public void clearSelections(boolean disableNotifications)(Code) | | Clears all selections.
Parameters: disableNotifications - true to disable notifications to the GridView |
getSelectedCell | native public int[] getSelectedCell()(Code) | | Returns the currently selected cell.
array containing rowIndex, colIndex |
select | native public void select(int rowIndex, int cellIndex)(Code) | | Selects a cell.
Parameters: rowIndex - row index of cell Parameters: cellIndex - column index of cell |
|
|