Uses of Interface
com.iizix.prop.ui.selection.IUIIndexedSelection
Packages that use IUIIndexedSelection Package Description com.iizix.api.ui com.iizix.prop.ui.selection Uses of IUIIndexedSelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUIIndexedSelection Modifier and Type Method Description IUIIndexedSelectionUISelectionEvent. getIndexedSelection()Gets the selection as an indexed selection.Uses of IUIIndexedSelection in com.iizix.prop.ui.selection
Subinterfaces of IUIIndexedSelection in com.iizix.prop.ui.selection Modifier and Type Interface Description interfaceIUIAnimatedSingleIndexedSelectionThe indexed selection is used for e.g.interfaceIUISingleIndexedSelectionThe indexed selection is used for e.g.Classes in com.iizix.prop.ui.selection that implement IUIIndexedSelection Modifier and Type Class Description classAnimatedSingleIndexSelectionThe animated single index-based selection state used by e.g.classMultipleIndiciesSelectionThe multiple index-based selection state used by e.g.classRadioSelectionThe boolean on/off (or selected/unselected) selection state.classSingleIndexSelectionThe single index-based selection state used by e.g.Methods in com.iizix.prop.ui.selection that return IUIIndexedSelection Modifier and Type Method Description default IUIIndexedSelectionIUISelection. asIndexedSelection()Returns the selection as an indexed selection.