Uses of Interface
com.iizix.prop.ui.selection.IUIIndexedSelectionComp
Uses of IUIIndexedSelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIIndexedSelectionComp Modifier and Type Class Description classEUIAccordionAccordion container.classEUIComboBoxCombobox component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.Uses of IUIIndexedSelectionComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IUIIndexedSelectionComp Modifier and Type Class Description classEMapMarkersMap markers container for the designer.Uses of IUIIndexedSelectionComp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IUIIndexedSelectionComp Modifier and Type Class Description classEMLGroupMobile list items group container for the designer.Uses of IUIIndexedSelectionComp in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IUIIndexedSelectionComp Modifier and Type Class Description classEUITableThe Table "component" (really a container).Uses of IUIIndexedSelectionComp in com.iizix.prop.content
Classes in com.iizix.prop.content that implement IUIIndexedSelectionComp Modifier and Type Class Description classAbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.Uses of IUIIndexedSelectionComp in com.iizix.prop.ui
Subinterfaces of IUIIndexedSelectionComp in com.iizix.prop.ui Modifier and Type Interface Description interfaceIUIRadioComponentInterface implemented by components that can be grouped together using a group name, e.g.Classes in com.iizix.prop.ui that implement IUIIndexedSelectionComp Modifier and Type Class Description classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUIComboBoxCombobox UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.Uses of IUIIndexedSelectionComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IUIIndexedSelectionComp Modifier and Type Class Description classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.Uses of IUIIndexedSelectionComp in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IUIIndexedSelectionComp Modifier and Type Class Description classMLGroupThe 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 IUIIndexedSelectionComp in com.iizix.prop.ui.selection
Subinterfaces of IUIIndexedSelectionComp in com.iizix.prop.ui.selection Modifier and Type Interface Description interfaceIUIAnimatedSingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUISingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.Methods in com.iizix.prop.ui.selection that return IUIIndexedSelectionComp Modifier and Type Method Description IUIIndexedSelectionCompIUIIndexedSelection. getIndexedSource()Get the source component of the event.default IUIIndexedSelectionCompIUISingleIndexedSelection. getIndexedSource()Get the source component of the event.IUIIndexedSelectionCompMultipleIndiciesSelection. getIndexedSource()Get the source component of the event.IUIIndexedSelectionCompMultipleIndiciesSelection. getSource()Get the source component of the event.Uses of IUIIndexedSelectionComp in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IUIIndexedSelectionComp Modifier and Type Class Description classUITableThe table UI container.