Uses of Interface
com.iizix.prop.ui.selection.IUISingleIndexedSelectionComp
Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUISingleIndexedSelectionComp Modifier and Type Class Description class
EUIAccordion
Accordion container.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.Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IUISingleIndexedSelectionComp Modifier and Type Class Description class
EMapMarkers
Map markers container for the designer.Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IUISingleIndexedSelectionComp Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.Uses of IUISingleIndexedSelectionComp in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IUISingleIndexedSelectionComp Modifier and Type Class Description class
EUITable
The Table "component" (really a container).Uses of IUISingleIndexedSelectionComp in com.iizix.prop.content
Classes in com.iizix.prop.content that implement IUISingleIndexedSelectionComp 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 IUISingleIndexedSelectionComp in com.iizix.prop.ui
Subinterfaces of IUISingleIndexedSelectionComp in com.iizix.prop.ui Modifier and Type Interface Description 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 IUISingleIndexedSelectionComp Modifier and Type Class Description class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.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.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IUISingleIndexedSelectionComp Modifier and Type Class Description 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 IUISingleIndexedSelectionComp in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IUISingleIndexedSelectionComp 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.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.selection
Subinterfaces of IUISingleIndexedSelectionComp in com.iizix.prop.ui.selection Modifier and Type Interface Description interface
IUIAnimatedSingleIndexedSelectionComp
The interface for a selection component supporting index-based selections.Methods in com.iizix.prop.ui.selection that return IUISingleIndexedSelectionComp Modifier and Type Method Description IUISingleIndexedSelectionComp
SingleIndexSelection. getIndexedSource()
Get the source component of the event.IUISingleIndexedSelectionComp
IUISingleIndexedSelection. getSingleIndexedSource()
Get the source component of the event.IUISingleIndexedSelectionComp
SingleIndexSelection. getSingleIndexedSource()
Get the source component of the event.IUISingleIndexedSelectionComp
SingleIndexSelection. getSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUISingleIndexedSelectionComp Constructor Description MultipleIndiciesSelection(IUISingleIndexedSelectionComp source, int[] selectedIndicies)
Constructor.SingleIndexSelection(IUISingleIndexedSelectionComp source, int selectedIndex)
Constructor.Uses of IUISingleIndexedSelectionComp in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IUISingleIndexedSelectionComp Modifier and Type Class Description class
UITable
The table UI container.