Uses of Interface
com.iizix.prop.ui.selection.IUITriStateSelection
Packages that use IUITriStateSelection Package Description com.iizix.api.ui com.iizix.prop.ui com.iizix.prop.ui.selection Uses of IUITriStateSelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUITriStateSelection Modifier and Type Method Description IUITriStateSelection
UISelectionEvent. getTriStateSelection()
Gets the selection as a tri-state selection.Uses of IUITriStateSelection in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IUITriStateSelection Modifier and Type Method Description default IUITriStateSelection
IUICheckComponent. getSelection()
Gets the current selection of the component.Uses of IUITriStateSelection in com.iizix.prop.ui.selection
Classes in com.iizix.prop.ui.selection that implement IUITriStateSelection Modifier and Type Class Description class
TriStateSelection
The tri-state selection.Methods in com.iizix.prop.ui.selection that return IUITriStateSelection Modifier and Type Method Description default IUITriStateSelection
IUISelection. asTriStateSelection()
Returns the selection as a tri-state selection.