Package com.iizix.prop.ui.selection
Interface IUIBooleanSelection
- All Superinterfaces:
- IUISelection
- All Known Implementing Classes:
- BooleanSelection,- RadioSelection
The boolean selection is used for components that can be selected or unselected, e.g. a radio button.
- Author:
- Christopher Mindus
- Method Summary- Methods inherited from interface com.iizix.prop.ui.selection.IUISelection- asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection, getSource, getUISource
- Method Details- getBooleanSourceIUIBooleanSelectionComp getBooleanSource()Get the source component of the event.- Returns:
- The check-type component.
 
- isSelectedboolean isSelected()Returns the selection state.- Returns:
- true if selected, false if unselected.
 
- isUnselectedboolean isUnselected()Returns if the selection is not set.- Returns:
- true if unselected, false if selected.
 
- isONboolean isON()Returns if the selection is "on".- Returns:
- true if on, false if off.
 
- isOFFboolean isOFF()Returns if the selection is "off".- Returns:
- true if off, false if on.