Package com.iizix.prop.ui.selection
Interface IUICellSelection
- All Superinterfaces:
IUISelection
- All Known Implementing Classes:
CellSelection
The cell selection is used for grids with cell selection enabled.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGet the source component of the event.TCell[]
Gets the selected cells.Methods inherited from interface com.iizix.prop.ui.selection.IUISelection
asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection, getSource, getUISource
Method Details
getSelectedCells
TCell[] getSelectedCells()Gets the selected cells.- Returns:
- The selected cells. Do not modify the array!
getCellSelectionSource
IUICellSelectionComp getCellSelectionSource()Get the source component of the event.- Returns:
- The cell selection based component.