Uses of Interface
com.iizix.prop.vs.IVSComponentState
Uses of IVSComponentState in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement IVSComponentState Modifier and Type Class Description class
EditorInputVariable
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
EditorResultProps
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
EditorResultSetColumnProp
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
EditorResultSetProps
Editor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of IVSComponentState in com.iizigo.link.vs
Subinterfaces of IVSComponentState in com.iizigo.link.vs Modifier and Type Interface Description interface
IVSActionLinkEnabler
The link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData)
.interface
IVSFieldLinkEnabler
The link enabler for a standard VSAction in VSFieldReference named Atom.VSFIELD or another name usingIVSFieldLinkEnabler.getLinkVSFieldName(LinkData)
.Uses of IVSComponentState in com.iizigo.panel.prop
Subinterfaces of IVSComponentState in com.iizigo.panel.prop Modifier and Type Interface Description interface
IEUIComp
Interface implemented by all Editor UIComp and their extended classes.interface
IEUICompCommon
Common code to both components and containers that must be placed in a separate interface to be able to use default code.interface
IEUIContainer
Interface implemented by all Editor UIContainer and their extended classes.interface
IEUIPanel
Interface implemented by panels in the Designer.Classes in com.iizigo.panel.prop that implement IVSComponentState Modifier and Type Class Description class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIEmpty
Empty component.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUILabel
Label component.class
EUIMedia
Media component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIMenuItem
Menu item component.class
EUIMenuSeparator
Menu separator component.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIProgress
Progress component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.Uses of IVSComponentState in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IVSComponentState Modifier and Type Class Description class
ECalendarEvent
The Editor version of a map marker.class
EUICalendarList
Calendar list component.Uses of IVSComponentState in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IVSComponentState Modifier and Type Class Description class
ESeries
The Series for the chart.class
EUIChart
Chart component.Uses of IVSComponentState in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IVSComponentState Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Uses of IVSComponentState in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IVSComponentState Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.class
EMList
List component.class
EMLItemProp
The Editor version of a mobile list items group container.Uses of IVSComponentState in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IVSComponentState Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.Uses of IVSComponentState in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IVSComponentState Modifier and Type Class Description class
EditorScreenActionProp
This Screen Action property container for a terminal host screen property.class
EditorScreenFieldProp
This Screen identification property container for a terminal host screen property.Uses of IVSComponentState in com.iizigo.vs
Classes in com.iizigo.vs that implement IVSComponentState Modifier and Type Class Description class
ActionsPanel
Panel used for the Participants in the VirtualSpace.class
TablePanel
Panel used to display a selected Table in the VirtualSpace.class
ValuePanel
Panel used for the Value in the VirtualSpace.Uses of IVSComponentState in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IVSComponentState Modifier and Type Class Description class
EditorVirtualSpace
The Editor VirtualSpace property class.class
EditorVSAction
The Editor VirtualSpace Action property class.class
EditorVSColumnHeader
The Editor VirtualSpace Column property class.class
EditorVSField
The Editor VirtualSpace Field property class.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSRow
The Editor VirtualSpace Row property class.class
EditorVSTable
The Editor VirtualSpace Field property class.Uses of IVSComponentState in com.iizix.api.vs
Classes in com.iizix.api.vs that implement IVSComponentState Modifier and Type Class Description class
VSStateEvent
The VirtualSpace State Event is fired when the VirtualSpace state changes for a component, or when connected to the VirtualSpace, for every child item in it.Uses of IVSComponentState in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IVSComponentState Modifier and Type Class Description class
InputVariable
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
ResultProps
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
ResultSetColumnProp
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
ResultSetProps
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of IVSComponentState in com.iizix.prop.content
Subinterfaces of IVSComponentState in com.iizix.prop.content Modifier and Type Interface Description interface
IContentItem
Content item property container using with the content provider framework.Classes in com.iizix.prop.content that implement IVSComponentState 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 IVSComponentState in com.iizix.prop.ui
Subinterfaces of IVSComponentState in com.iizix.prop.ui Modifier and Type Interface Description interface
IUIAction
Interface implemented by action items.interface
IUICheck2Component
Components with check state implement this interface without third state possibility.interface
IUICheckComponent
Components with check state implement this interface.interface
IUIComp
The interface for the UIComp class is the basic implementation of a single user interface component.interface
IUICompRelativeTarget
Tagging interface for UI components that can be referenced byAbstractUICompRelativeReference
, e.g.interface
IUIContainer
The interface for the UIContainer class is a standard simple container for components.interface
IUIHint
Interface supporting the Hint API functions.interface
IUILabelForTarget
Tagging interface for UI components that can be "Label for" another component, e.g.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 IVSComponentState Modifier and Type Class Description class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUISwitch
Mobile switch UI component.class
MUITabBar
Tab bar UI container.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UIButton
Button UI component.class
UICalendar
Calendar UI component.class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.class
UIComboBox
Combobox UI component.class
UIComp
The UIComp class is the basic implementation of a single user interface component.class
UIContainer
The UIContainer class is a standard simple container for components.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIEmpty
Empty UI component.class
UIGauge
Gauge UI component.class
UIImage
Image UI component.class
UIImage2
Image Crop and Upload UI component.class
UILabel
Label UI component.class
UIMedia
Media UI component.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIMenuItem
Menu item UI component.class
UIMenuSeparator
Menu separator UI component.class
UIOutput
Output (label) UI component.class
UIPanel
Panel UI container.class
UIPanelBase
Base panel UI container.class
UIPanelPart
Panel part UI container.class
UIPanelPartCnr
The UI panel part container.class
UIProgress
Progress UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UISlider
Slider UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UIText
Text UI component.class
UITextArea
Text area UI component.class
UITitlePane
Title panel UI container optionally collapsable.Uses of IVSComponentState in com.iizix.prop.ui.calendar
Classes in com.iizix.prop.ui.calendar that implement IVSComponentState Modifier and Type Class Description class
CalendarEvent
A (sub)calendar list event.class
UICalendarList
Calendar List UI component.Uses of IVSComponentState in com.iizix.prop.ui.chart
Classes in com.iizix.prop.ui.chart that implement IVSComponentState Modifier and Type Class Description class
UIChart
Chart UI component.Uses of IVSComponentState in com.iizix.prop.ui.chart.series
Classes in com.iizix.prop.ui.chart.series that implement IVSComponentState Modifier and Type Class Description class
Series
A chart series consists of several series values properties in a defined order.Uses of IVSComponentState in com.iizix.prop.ui.datetime
Classes in com.iizix.prop.ui.datetime that implement IVSComponentState Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Uses of IVSComponentState in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IVSComponentState Modifier and Type Class Description class
MapMarkerProp
The property container for map markers.class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
UIMap
Map UI component.Uses of IVSComponentState in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IVSComponentState 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.class
MList
Mobile list item UI component.class
MLItemProp
The property container for mobile list items.Uses of IVSComponentState in com.iizix.prop.ui.selection
Subinterfaces of IVSComponentState in com.iizix.prop.ui.selection Modifier and Type Interface Description interface
IUIAnimatedSingleIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUIBooleanSelectionComp
The boolean component supports an on/off or selected/unselected state only.interface
IUICellSelectionComp
Interface implements by components that process cell selection and emits cell selection events.interface
IUIIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUISelectionComp
Interface implements by components that process selection and emits selection events.interface
IUISingleIndexedSelectionComp
The interface for a selection component supporting index-based selections.interface
IUITriStateSelectionComp
Interface for tri-state based selection components such as a checkbox.Uses of IVSComponentState in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IVSComponentState Modifier and Type Class Description class
UITable
The table UI container.class
UITableColumn
The table column UI container.Uses of IVSComponentState in com.iizix.prop.ui.value
Subinterfaces of IVSComponentState in com.iizix.prop.ui.value Modifier and Type Interface Description interface
IUIDateTimeComponent
Interface implemented by value supporting components with a date/time value.interface
IUIDateValueComponent
Interface implemented by Date value supporting components with a date/time value.interface
IUIDoubleRangeValueComponent
Interface implemented by value supporting components with a double value and a range.interface
IUIDoubleValueComponent
Interface implemented by value supporting components with a double value.interface
IUINullableValueComponent
Interface implemented by value supporting components with a double, integer or date/time nullable value.interface
IUITimeValueComponent
Interface implemented by Time value supporting components with a date/time value.interface
IUIValueComponent
Interface implemented by value supporting components with a double, integer or date/time value.Uses of IVSComponentState in com.iizix.prop.vs
Subinterfaces of IVSComponentState in com.iizix.prop.vs Modifier and Type Interface Description interface
IVSActionListener
Interface used to listen to VS action events.interface
IVSActionListenerAsActor
Tagging interface used by Action Actors being part of the VSAction list of actions.interface
IVSColumnListener
Interface used to listen to VS table column events.interface
IVSComponent
The common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interface
IVSComponentListener
Base interface used to listen to VS component events.interface
IVSFieldListener
Interface used to listen to VS field value events.interface
IVSGenericComponentListener
Generic VS component listener interface used to listen to VS component events other than VS Action, Column, Field or Table, i.e.interface
IVSMessageComponent
The message support for a VS component.interface
IVSTableListener
Interface used to listen to VS table events.Classes in com.iizix.prop.vs that implement IVSComponentState Modifier and Type Class Description class
VirtualSpace
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
VSAction
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSActionAdapter
Adapter for interface used to listen to VS action events.class
VSColumnAdapter
Adapter for the interface used to listen to VS table column events.class
VSColumnHeader
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSComponent
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VSField
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSFieldAdapter
Adapter for interface used to listen to VS field value events.class
VSGroup
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSRow
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSTable
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSTableAdapter
Adapter for interface used to listen to VS table events.Uses of IVSComponentState in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IVSComponentState Modifier and Type Class Description class
ScreenActionProp
This Screen Action property container for a terminal host screen.class
ScreenFieldProp
This Screen Field property container for a terminal host screen.