Class CellSelection
java.lang.Object
com.iizix.prop.ui.selection.CellSelection
- All Implemented Interfaces:
IUICellSelection, IUISelection
The grid selection.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanEquals.Get the source component of the event.TCell[]Gets the selected cells.Get the source component of the event.Gets the UI component being the source of the event.inthashCode()Gets the hash code of this instance, consistent withequals: the source table (by identity, asequalscompares it) and the cells.toString()Converts the selection to a string.Methods inherited from interface IUISelection
asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection
Constructor Details
CellSelection
Method Details
getSource
Get the source component of the event.- Specified by:
getSourcein interfaceIUISelection- Returns:
- The source.
getUISource
Gets the UI component being the source of the event.- Specified by:
getUISourcein interfaceIUISelection- Returns:
- The UI component.
getCellSelectionSource
Get the source component of the event.- Specified by:
getCellSelectionSourcein interfaceIUICellSelection- Returns:
- The cell selection based component.
getSelectedCells
Gets the selected cells.- Specified by:
getSelectedCellsin interfaceIUICellSelection- Returns:
- The selected cells. Do not modify the array!
equals
hashCode
toString