Uses of Interface
com.iizix.prop.ui.selection.IUISelectionComp
Uses of IUISelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUISelectionComp Modifier and Type Class Description class
EMUISwitch
Mobile switch UI component.class
EUIAccordion
Accordion container.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUITitlePane
Group container.Uses of IUISelectionComp in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IUISelectionComp Modifier and Type Class Description class
ECalendarEvent
The Editor version of a map marker.Uses of IUISelectionComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IUISelectionComp Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.Uses of IUISelectionComp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IUISelectionComp Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.class
EMLItemProp
The Editor version of a mobile list items group container.Uses of IUISelectionComp in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IUISelectionComp Modifier and Type Class Description class
EUITable
The Table "component" (really a container).Uses of IUISelectionComp in com.iizix.prop.content
Classes in com.iizix.prop.content that implement IUISelectionComp Modifier and Type Class Description class
AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
A property container that handles content and has custom content provider support.Uses of IUISelectionComp in com.iizix.prop.ui
Subinterfaces of IUISelectionComp in com.iizix.prop.ui Modifier and Type Interface Description interface
IUICheck2Component
Components with check state implement this interface without third state possibility.interface
IUICheckComponent
Components with check state implement this interface.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 IUISelectionComp Modifier and Type Class Description class
MUISwitch
Mobile switch UI component.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.class
UIComboBox
Combobox UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UITitlePane
Title panel UI container optionally collapsable.Methods in com.iizix.prop.ui with parameters of type IUISelectionComp Modifier and Type Method Description void
UIContextMenu. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger)
Invoke the focus event method.void
UIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)
Invoke the focus event method.void
IUISelectionListener. onSelectionChanged(IUISelectionComp component)
Called when the component selection has changed.Uses of IUISelectionComp in com.iizix.prop.ui.calendar
Classes in com.iizix.prop.ui.calendar that implement IUISelectionComp Modifier and Type Class Description class
CalendarEvent
A (sub)calendar list event.Uses of IUISelectionComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IUISelectionComp Modifier and Type Class Description class
MapMarkerProp
The property container for map markers.class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.Uses of IUISelectionComp in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IUISelectionComp Modifier and Type Class Description class
MLGroup
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
MLItemProp
The property container for mobile list items.Uses of IUISelectionComp in com.iizix.prop.ui.selection
Subinterfaces of IUISelectionComp in com.iizix.prop.ui.selection Modifier and Type Interface Description interface
IUIAnimatedSingleIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUIBooleanSelectionComp
The boolean component supports an on/off or selected/unselected state only.interface
IUICellSelectionComp
Interface implements by components that process cell selection and emits cell selection events.interface
IUIIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUISingleIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUITriStateSelectionComp
Interface for tri-state based selection components such as a checkbox.Methods in com.iizix.prop.ui.selection that return IUISelectionComp Modifier and Type Method Description IUISelectionComp
BooleanSelection. getSource()
Get the source component of the event.IUISelectionComp
IUISelection. getSource()
Get the source component of the event.IUISelectionComp
NoSelection. getSource()
Get the source component of the event.IUISelectionComp
TriStateSelection. getSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUISelectionComp Constructor Description NoSelection(IUISelectionComp source)
Constructor.Uses of IUISelectionComp in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IUISelectionComp Modifier and Type Class Description class
UITable
The table UI container.