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 classEMUISwitchMobile switch UI component.classEUIAccordionAccordion container.classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.classEUIComboBoxCombobox component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITitlePaneGroup 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 classECalendarEventThe 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 classEMapMarkerPropThe Editor version of a map marker.classEMapMarkersMap 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 classEMLGroupMobile list items group container for the designer.classEMLItemPropThe 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 classEUITableThe 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 classAbstractContentUIContainer<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 interfaceIUICheck2ComponentComponents with check state implement this interface without third state possibility.interfaceIUICheckComponentComponents with check state implement this interface.interfaceIUIRadioComponentInterface 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 classMUISwitchMobile switch UI component.classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUICheckBoxCheckbox UI component.classUICheckedMenuItemMenu item UI component.classUIComboBoxCombobox UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui with parameters of type IUISelectionComp Modifier and Type Method Description voidUIContextMenu. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger)Invoke the focus event method.voidUIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)Invoke the focus event method.voidIUISelectionListener. 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 classCalendarEventA (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 classMapMarkerPropThe property container for map markers.classMapMarkersThe 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 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.classMLItemPropThe 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 interfaceIUIAnimatedSingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUIBooleanSelectionCompThe boolean component supports an on/off or selected/unselected state only.interfaceIUICellSelectionCompInterface implements by components that process cell selection and emits cell selection events.interfaceIUIIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUISingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUITriStateSelectionCompInterface 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 IUISelectionCompBooleanSelection. getSource()Get the source component of the event.IUISelectionCompIUISelection. getSource()Get the source component of the event.IUISelectionCompNoSelection. getSource()Get the source component of the event.IUISelectionCompTriStateSelection. 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 classUITableThe table UI container.