Package com.iizix.prop.ui.selection
Interface IUICellSelection
- All Superinterfaces:
IUISelection
- All Known Implementing Classes:
CellSelection
public interface IUICellSelection extends IUISelection
The cell selection is used for grids with cell selection enabled.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUICellSelectionComp
getCellSelectionSource()
Get the source component of the event.TCell[]
getSelectedCells()
Gets the selected cells.Methods inherited from interface com.iizix.prop.ui.selection.IUISelection
asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection, getSource, getUISource
Method Detail
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.