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 IUIBooleanSelectionUISelectionEvent. 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 classBooleanSelectionThe boolean on/off (or selected/unselected) selection state.classRadioSelectionThe boolean on/off (or selected/unselected) selection state.Methods in com.iizix.prop.ui.selection that return IUIBooleanSelection Modifier and Type Method Description default IUIBooleanSelectionIUISelection. asBooleanSelection()Returns the selection as a boolean selection.