Uses of Interface
com.iizix.prop.ui.selection.IUISelectionComp
Package
Description
Uses of IUISelectionComp in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Mobile switch UI component.class
Accordion container.class
Checkbox component.class
Checked menu item component.class
Combobox component.class
Radio button component.class
Radio menu item component.class
Spinner UI component.class
Swap container.class
Tab container.class
Group container.Uses of IUISelectionComp in com.iizigo.panel.prop.calendar
Uses of IUISelectionComp in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
The Editor version of a map marker.class
Map markers container for the designer.Uses of IUISelectionComp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Mobile list items group container for the designer.class
The Editor version of a mobile list items group container.Uses of IUISelectionComp in com.iizigo.panel.prop.table
Uses of IUISelectionComp in com.iizix.prop.content
Modifier and TypeClassDescriptionclass
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
Modifier and TypeInterfaceDescriptioninterface
Components with check state implement this interface without third state possibility.interface
Components with check state implement this interface.interface
Interface implemented by components that can be grouped together using a group name, e.g.Modifier and TypeClassDescriptionclass
Mobile switch UI component.class
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.class
Checkbox UI component.class
Menu item UI component.class
Combobox UI component.class
Radio button UI component.class
Menu item UI component.class
Spinner UI component.class
UI swap container.class
UI tab container.class
Title panel UI container optionally collapsable.Modifier and TypeMethodDescriptionvoid
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
Uses of IUISelectionComp in com.iizix.prop.ui.map
Modifier and TypeClassDescriptionclass
The property container for map markers.class
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
Modifier and TypeClassDescriptionclass
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
The property container for mobile list items.Uses of IUISelectionComp in com.iizix.prop.ui.selection
Modifier and TypeInterfaceDescriptioninterface
The interface for a selection component supporting index-based selections.interface
The boolean component supports an on/off or selected/unselected state only.interface
Interface implements by components that process cell selection and emits cell selection events.interface
The interface for a selection component supporting index-based selections.interface
The interface for a selection component supporting index-based selections.interface
Interface for tri-state based selection components such as a checkbox.Uses of IUISelectionComp in com.iizix.prop.ui.table