Uses of Interface
com.iizix.prop.ui.IUIComp
Package
Description
Uses of IUIComp in com.iizigo.panel.prop
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by all Editor UIComp and their extended classes.interface
Common code to both components and containers that must be placed in a separate interface to be able to use default code.interface
Interface implemented by all Editor UIContainer and their extended classes.interface
Interface implemented by panels in the Designer.Modifier and TypeClassDescriptionclass
Heading container.class
Editor class for UISimpleDialog.class
Mobile switch UI component.class
Tab bar container.class
Accordion container.class
Button component.class
Calendar component.class
Checkbox component.class
Checked menu item component.class
Combobox component.class
Editor class for UIContainer.class
Context menu container.class
Date/Time UI component.class
Editor class for UIDialog.class
Empty component.class
Gauge component.class
Image component.class
Image component.class
Label component.class
Media component.class
Menu container.class
Menu bar container.class
Menu item component.class
Menu separator component.class
Label component.class
Editor class for UIPanel.class
Editor class for UIPanel.class
Editor class for UIContainer.class
Progress component.class
Radio button component.class
Radio menu item component.class
Slider component.class
Spinner UI component.class
Swap container.class
Tab container.class
Text component (entry field).class
Text area component.class
Group container.Uses of IUIComp in com.iizigo.panel.prop.calendar
Modifier and TypeClassDescriptionclass
The Editor version of a map marker.class
Calendar list component.Uses of IUIComp in com.iizigo.panel.prop.chart
Uses of IUIComp in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
The Editor version of a map marker.class
Map markers container for the designer.class
Map component.Uses of IUIComp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Mobile list items group container for the designer.class
List component.class
The Editor version of a mobile list items group container.Uses of IUIComp in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
The Table "component" (really a container).class
The Table Column component.Uses of IUIComp in com.iizix.api.ui
Modifier and TypeClassDescriptionclass
UIBaseEvent<UICOMP extends IUIComp>
Base event for all events in the API.Uses of IUIComp in com.iizix.prop.content
Modifier and TypeInterfaceDescriptioninterface
Content item property container using with the content provider framework.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 IUIComp in com.iizix.prop.ui
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by action items.interface
Components with check state implement this interface without third state possibility.interface
Components with check state implement this interface.interface
Tagging interface for UI components that can be referenced byAbstractUICompRelativeReference
, e.g.interface
The interface for the UIContainer class is a standard simple container for components.interface
Interface supporting the Hint API functions.interface
Tagging interface for UI components that can be "Label for" another component, e.g.interface
Interface implemented by components that can be grouped together using a group name, e.g.Modifier and TypeClassDescriptionclass
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
Header UI container.class
Simple mobile popup dialog.class
Mobile switch UI component.class
Tab bar UI container.class
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.class
Button UI component.class
Calendar UI component.class
Checkbox UI component.class
Menu item UI component.class
Combobox UI component.class
The UIComp class is the basic implementation of a single user interface component.class
The UIContainer class is a standard simple container for components.class
Context menu UI container.class
Desktop popup dialog.class
Empty UI component.class
Gauge UI component.class
Image UI component.class
Image Crop and Upload UI component.class
Label UI component.class
Media UI component.class
Menu UI container.class
Menu bar UI container.class
Menu item UI component.class
Menu separator UI component.class
Output (label) UI component.class
Panel UI container.class
Base panel UI container.class
Panel part UI container.class
The UI panel part container.class
Progress UI component.class
Radio button UI component.class
Menu item UI component.class
Slider UI component.class
Spinner UI component.class
UI swap container.class
UI tab container.class
Text UI component.class
Text area UI component.class
Title panel UI container optionally collapsable.Uses of IUIComp in com.iizix.prop.ui.calendar
Modifier and TypeClassDescriptionclass
A (sub)calendar list event.class
Calendar List UI component.Uses of IUIComp in com.iizix.prop.ui.chart
Uses of IUIComp in com.iizix.prop.ui.datetime
Uses of IUIComp 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.class
Map UI component.Uses of IUIComp 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
Mobile list item UI component.class
The property container for mobile list items.Uses of IUIComp 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
Interface implements by components that process selection and emits selection events.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 IUIComp in com.iizix.prop.ui.table
Modifier and TypeClassDescriptionclass
The table UI container.class
The table column UI container.Uses of IUIComp in com.iizix.prop.ui.value
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by value supporting components with a date/time value.interface
Interface implemented by Date value supporting components with a date/time value.interface
Interface implemented by value supporting components with a double value and a range.interface
Interface implemented by value supporting components with a double value.interface
Interface implemented by value supporting components with a double, integer or date/time nullable value.interface
Interface implemented by Time value supporting components with a date/time value.interface
Interface implemented by value supporting components with a double, integer or date/time value.