| Module: | libext | Package: | wrap.ext.grid | Parent: | AbstractSelectionModel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.grid.CellSelectionModel
Inheritance : Object : Observable : AbstractSelectionModel
Constructors
| Signature |
| public CellSelectionModel(CellSelectionModelConfig config) |
Methods
| Name | Signature |
| clearSelections | void clearSelections(boolean clear) |
| getSelectedCell | SelectedCell getSelectedCell() |
| hasSelection | boolean hasSelection() |
| select | void select(int rowIndex, int colIndex) |
Constructors
|
public CellSelectionModel(CellSelectionModelConfig config) Parameters
|
Methods
|
clearSelections void clearSelections(boolean clear) Parameters
|
|
getSelectedCell SelectedCell getSelectedCell()
|
||||
|
hasSelection boolean hasSelection()
|
||||
|
select void select(int rowIndex, int colIndex) Parameters
|
| Module: | libext | Package: | wrap.ext.grid | Parent: | AbstractSelectionModel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |