Uses of Interface
com.iizix.prop.ui.selection.IUISingleIndexedSelection
Packages that use IUISingleIndexedSelection Package Description com.iizix.api.ui com.iizix.prop.ui.selection Uses of IUISingleIndexedSelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUISingleIndexedSelection Modifier and Type Method Description IUISingleIndexedSelectionUISelectionEvent. getSingleIndexedSelection()Gets the selection as a single indexed selection.Uses of IUISingleIndexedSelection in com.iizix.prop.ui.selection
Subinterfaces of IUISingleIndexedSelection in com.iizix.prop.ui.selection Modifier and Type Interface Description interfaceIUIAnimatedSingleIndexedSelectionThe indexed selection is used for e.g.Classes in com.iizix.prop.ui.selection that implement IUISingleIndexedSelection Modifier and Type Class Description classAnimatedSingleIndexSelectionThe animated single 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 IUISingleIndexedSelection Modifier and Type Method Description default IUISingleIndexedSelectionIUISelection. asSingleIndexedSelection()Returns the selection as a single indexed selection.