Uses of Interface
com.iizix.prop.ui.selection.IUIBooleanSelection
Packages that use IUIBooleanSelection Package Description com.iizix.api.ui com.iizix.prop.ui.selection Uses of IUIBooleanSelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUIBooleanSelection Modifier and Type Method Description IUIBooleanSelection
UISelectionEvent. getBooleanSelection()
Gets the selection as a boolean selection.Uses of IUIBooleanSelection in com.iizix.prop.ui.selection
Classes in com.iizix.prop.ui.selection that implement IUIBooleanSelection Modifier and Type Class Description class
BooleanSelection
The boolean on/off (or selected/unselected) selection state.class
RadioSelection
The boolean on/off (or selected/unselected) selection state.Methods in com.iizix.prop.ui.selection that return IUIBooleanSelection Modifier and Type Method Description default IUIBooleanSelection
IUISelection. asBooleanSelection()
Returns the selection as a boolean selection.