Package com.iizix.prop.ui.selection
Interface IUIAnimatedSingleIndexedSelection
- All Superinterfaces:
- IUIIndexedSelection,- IUISelection,- IUISingleIndexedSelection
 - All Known Implementing Classes:
- AnimatedSingleIndexSelection
 - public interface IUIAnimatedSingleIndexedSelection extends IUISingleIndexedSelection 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 Summary- Fields inherited from interface com.iizix.prop.ui.selection.IUISingleIndexedSelection- EMPTY
 
 - Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - IUIAnimatedSingleIndexedSelectionComp- getAnimatedSingleIndexedSource()Get the source component of the event.- boolean- isAnimated()Returns the animation flag.- Methods inherited from interface com.iizix.prop.ui.selection.IUISelection- asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection, getSource, getUISource
 - Methods inherited from interface com.iizix.prop.ui.selection.IUISingleIndexedSelection- getFirstSelectedIndex, getIndexedSource, getSelectedIndex, getSelectedIndicies, getSingleIndexedSource
 
 
- Method Detail- isAnimated- boolean isAnimated() Returns the animation flag.- Returns:
- If the selection is done with animation or not.
 
 - getAnimatedSingleIndexedSource- IUIAnimatedSingleIndexedSelectionComp getAnimatedSingleIndexedSource() Get the source component of the event.- Returns:
- The single-indexed-type component.