Uses of Interface
com.iizix.prop.ui.selection.IUIBooleanSelectionComp
Uses of IUIBooleanSelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIBooleanSelectionComp Modifier and Type Class Description class
EMUISwitch
Mobile switch UI component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUITitlePane
Group container.Uses of IUIBooleanSelectionComp in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IUIBooleanSelectionComp Modifier and Type Class Description class
ECalendarEvent
The Editor version of a map marker.Uses of IUIBooleanSelectionComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IUIBooleanSelectionComp Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.Uses of IUIBooleanSelectionComp in com.iizix.prop.ui
Subinterfaces of IUIBooleanSelectionComp in com.iizix.prop.ui Modifier and Type Interface Description interface
IUICheck2Component
Components with check state implement this interface without third state possibility.interface
IUIRadioComponent
Interface implemented by components that can be grouped together using a group name, e.g.Classes in com.iizix.prop.ui that implement IUIBooleanSelectionComp Modifier and Type Class Description class
MUISwitch
Mobile switch UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UITitlePane
Title panel UI container optionally collapsable.Uses of IUIBooleanSelectionComp in com.iizix.prop.ui.calendar
Classes in com.iizix.prop.ui.calendar that implement IUIBooleanSelectionComp Modifier and Type Class Description class
CalendarEvent
A (sub)calendar list event.Uses of IUIBooleanSelectionComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IUIBooleanSelectionComp Modifier and Type Class Description class
MapMarkerProp
The property container for map markers.Uses of IUIBooleanSelectionComp in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return IUIBooleanSelectionComp Modifier and Type Method Description IUIBooleanSelectionComp
BooleanSelection. getBooleanSource()
Get the source component of the event.IUIBooleanSelectionComp
IUIBooleanSelection. getBooleanSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUIBooleanSelectionComp Constructor Description BooleanSelection(IUIBooleanSelectionComp source, boolean isSelected)
Constructor.