BBjGridSelectCellEvent::getSelectedCells
Description
In BBj 19.20 and higher, this method returns a BBjVector containing the selected cells in a grid. If the grid is in multiple selection mode (BBjGrid::setMultipleSelection) and the Enhanced Selection Model is enabled using BBjGrid::setEnhancedSelectionModelEnabled, then the BBjVector may contain multiple cells.
Syntax
Return Value | Method |
---|---|
BBjVector | getSelectedCells() |
Parameters
None.
Return Value
The BBjVector returned contains zero or more BBjGridCell indicating the currently selected cells.
Remarks
This method will only work when BBjGrid::setSelectionMode is set to GRID_SELECT_CELL and will only fire when one or more cells are selected.