Uses of Interface
com.iizix.prop.vs.IVSComponentState
Package
Description
Uses of IVSComponentState in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
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
Modifier and TypeInterfaceDescriptioninterface
The link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData)
.interface
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
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 IVSComponentState in com.iizigo.panel.prop.calendar
Modifier and TypeClassDescriptionclass
The Editor version of a map marker.class
Calendar list component.Uses of IVSComponentState in com.iizigo.panel.prop.chart
Uses of IVSComponentState 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 IVSComponentState 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 IVSComponentState in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
The Table "component" (really a container).class
The Table Column component.Uses of IVSComponentState in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
This Screen Action property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.Uses of IVSComponentState in com.iizigo.vs
Modifier and TypeClassDescriptionclass
Panel used for the Participants in the VirtualSpace.class
Panel used to display a selected Table in the VirtualSpace.class
Panel used for the Value in the VirtualSpace.Uses of IVSComponentState in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace property class.class
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Column property class.class
The Editor VirtualSpace Field property class.class
The Editor VirtualSpace Group property class.class
The Editor VirtualSpace Row property class.class
The Editor VirtualSpace Field property class.Uses of IVSComponentState in com.iizix.api.vs
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
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
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 IVSComponentState 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
The interface for the UIComp class is the basic implementation of a single user interface component.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 IVSComponentState in com.iizix.prop.ui.calendar
Modifier and TypeClassDescriptionclass
A (sub)calendar list event.class
Calendar List UI component.Uses of IVSComponentState in com.iizix.prop.ui.chart
Uses of IVSComponentState in com.iizix.prop.ui.chart.series
Modifier and TypeClassDescriptionclass
A chart series consists of several series values properties in a defined order.Uses of IVSComponentState in com.iizix.prop.ui.datetime
Uses of IVSComponentState 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 IVSComponentState 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 IVSComponentState 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 IVSComponentState in com.iizix.prop.ui.table
Modifier and TypeClassDescriptionclass
The table UI container.class
The table column UI container.Uses of IVSComponentState 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.Uses of IVSComponentState in com.iizix.prop.vs
Modifier and TypeInterfaceDescriptioninterface
Interface used to listen to VS action events.interface
Tagging interface used by Action Actors being part of the VSAction list of actions.interface
Interface used to listen to VS table column events.interface
The common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interface
Base interface used to listen to VS component events.interface
Interface used to listen to VS field value events.interface
Generic VS component listener interface used to listen to VS component events other than VS Action, Column, Field or Table, i.e.interface
The message support for a VS component.interface
Interface used to listen to VS table events.Modifier and TypeClassDescriptionclass
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
Adapter for interface used to listen to VS action events.class
Adapter for the interface used to listen to VS table column events.class
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
Adapter for interface used to listen to VS field value events.class
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
Adapter for interface used to listen to VS table events.Uses of IVSComponentState in com.iizix.term.prop
Modifier and TypeClassDescriptionclass
This Screen Action property container for a terminal host screen.class
This Screen Field property container for a terminal host screen.