Uses of Interface
com.iizix.prop.ui.selection.IUISingleIndexedSelectionComp
Package
Description
Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Accordion container.class
Combobox component.class
Radio button component.class
Radio menu item component.class
Spinner UI component.class
Swap container.class
Tab container.Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.map
Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.mlist
Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.table
Uses of IUISingleIndexedSelectionComp 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 IUISingleIndexedSelectionComp in com.iizix.prop.ui
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by components that can be grouped together using a group name, e.g.Modifier and TypeClassDescriptionclass
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.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.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.map
Modifier and TypeClassDescriptionclass
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.Uses of IUISingleIndexedSelectionComp 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.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.selection
Modifier and TypeInterfaceDescriptioninterface
The interface for a selection component supporting index-based selections.Modifier and TypeMethodDescriptionSingleIndexSelection.getIndexedSource()
Get the source component of the event.IUISingleIndexedSelection.getSingleIndexedSource()
Get the source component of the event.SingleIndexSelection.getSingleIndexedSource()
Get the source component of the event.SingleIndexSelection.getSource()
Get the source component of the event.ModifierConstructorDescriptionMultipleIndiciesSelection
(IUISingleIndexedSelectionComp source, int[] selectedIndicies) Constructor.SingleIndexSelection
(IUISingleIndexedSelectionComp source, int selectedIndex) Constructor.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.table