BBjGridCellSelectionChangedEvent::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
This method returns a BBjVector containing 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 fires when one or more cells are either selected deselected.
Example
|
Version History
See Also
BBjGridRowSelectionChangedEvent
BBjGridColumnSelectionChangedEvent
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.