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 classEMUISwitchMobile switch UI component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUITitlePaneGroup 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 classECalendarEventThe 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 classEMapMarkerPropThe 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 interfaceIUICheck2ComponentComponents with check state implement this interface without third state possibility.interfaceIUIRadioComponentInterface 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 classMUISwitchMobile switch UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUITitlePaneTitle 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 classCalendarEventA (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 classMapMarkerPropThe 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 IUIBooleanSelectionCompBooleanSelection. getBooleanSource()Get the source component of the event.IUIBooleanSelectionCompIUIBooleanSelection. 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.