Package com.iizix.prop.ui.selection
Interface IUISingleIndexedSelection
- All Superinterfaces:
- IUIIndexedSelection,- IUISelection
- All Known Subinterfaces:
- IUIAnimatedSingleIndexedSelection
- All Known Implementing Classes:
- AnimatedSingleIndexSelection,- RadioSelection,- SingleIndexSelection
The indexed selection is used for e.g. comboboxes or grids to return or set the selection of rows as indicies.
Indexes vs. indices
Indexes and indices are both accepted and widely used plurals of the noun index. Both appear throughout the English-speaking world, but indices prevails in varieties of English from outside North America, while indexes is more common in American and Canadian English. Meanwhile, indices is generally preferred in mathematical, financial, and technical contexts, while indexes is relatively common in general usage.
- Author:
- Christopher Mindus
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescription- default intGets the first selected index.- default IUIIndexedSelectionCompGet the source component of the event.- intGets the single selected index.- default int[]Gets the selected indicies.Get the source component of the event.- Methods inherited from interface com.iizix.prop.ui.selection.IUISelection- asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection, getSource, getUISource
- Field Details- EMPTYstatic final int[] EMPTYThe empty selection indexes.
 
- Method Details- getSelectedIndexint getSelectedIndex()Gets the single selected index.- Returns:
- The index in the current selection, or -1 for none.
 
- getFirstSelectedIndexdefault int getFirstSelectedIndex()Gets the first selected index.- Specified by:
- getFirstSelectedIndexin interface- IUIIndexedSelection
- Returns:
- The first index in the current selection, or -1 for none.
 
- getSelectedIndiciesdefault int[] getSelectedIndicies()Gets the selected indicies.- Specified by:
- getSelectedIndiciesin interface- IUIIndexedSelection
- Returns:
- A new array of the selected indices (that may be modified to your liking), or a static zero in length array for no selection.
 
- getIndexedSourceGet the source component of the event.- Specified by:
- getIndexedSourcein interface- IUIIndexedSelection
- Returns:
- The indexed-type component.
 
- getSingleIndexedSourceIUISingleIndexedSelectionComp getSingleIndexedSource()Get the source component of the event.- Returns:
- The single-indexed-type component.