Uses of Interface
com.iizix.gyro.IMessageBox
Uses of IMessageBox in com.iizigo.panel.prop
Subinterfaces of IMessageBox 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 IMessageBox 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 IMessageBox in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IMessageBox Modifier and Type Class Description class
ECalendarEvent
The Editor version of a map marker.class
EUICalendarList
Calendar list component.Uses of IMessageBox in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IMessageBox Modifier and Type Class Description class
EUIChart
Chart component.Uses of IMessageBox in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IMessageBox 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 IMessageBox in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IMessageBox 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 IMessageBox in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IMessageBox Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.Uses of IMessageBox in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IMessageBox 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 IMessageBox in com.iizix
Subinterfaces of IMessageBox in com.iizix Modifier and Type Interface Description interface
IComponent
The IComponent is the base interface for UI components in IIZI.interface
IEntry
The IEntry interface is used for entry-capable components (such as entry field, multiple-line entry field, combobox and spin button).Uses of IMessageBox in com.iizix.api
Classes in com.iizix.api that implement IMessageBox Modifier and Type Class Description class
BaseEvent<PROP_OR_INTERFACE>
Base event for all events in the API.Uses of IMessageBox in com.iizix.api.ui
Classes in com.iizix.api.ui that implement IMessageBox Modifier and Type Class Description class
UIActionEvent
The UI component Action Event.class
UIBackEvent
The UI Back Event.class
UIBaseEvent<UICOMP extends IUIComp>
Base event for all events in the API.class
UIConnectEvent
The UI Connect Event.class
UICreateEvent
The UI component Create Event.class
UIDestroyEvent
The UI component Destroy Event.class
UIFocusEvent
The UI Focus Event is fired when the UI focus changes for a component, or when connected to the panel, for every child item in it.class
UISelectionEvent
The UI Selection Event is fired when the UI selection changes for a component, or when connected to the panel, for every child item in it.class
UITextChangeEvent
The UI Text Change Event is fired when the UI text changes for a component, or when connected to the panel, for every child item in it.class
UIValueChangeEvent
The UI Value Change Event is fired when the UI value changes for a component, or when connected to the panel, for every child item in it.Uses of IMessageBox in com.iizix.api.vs
Classes in com.iizix.api.vs that implement IMessageBox Modifier and Type Class Description class
VSActionEvent
The VirtualSpace Action Event.class
VSBaseEvent<VSCOMP extends IVSComponent>
Base event for all VirtualSpace events in the API.class
VSBaseEventWithTrigger<VSCOMP extends IVSComponent>
Base event for all VirtualSpace events in the API.class
VSChangeEvent
The VirtualSpace Change Event is fired when the VirtualSpace components is changed, after successful or unsuccessful validation.class
VSCreateEvent
The VirtualSpace itself or its component Create Event.class
VSDestroyEvent
The VirtualSpace itself or its component Destroy Event.class
VSFieldEvent
The VirtualSpace Field Value Event is a multi-purpose event that is used for validation and conversion of a value type between two native types, e.g.class
VSFocusEvent
The VirtualSpace Focus Event is fired when the VirtualSpace focus changes for a component.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 IMessageBox in com.iizix.gyro
Subinterfaces of IMessageBox in com.iizix.gyro Modifier and Type Interface Description interface
IAppSessionGyro
The interface used to access the Application Session Gyro.interface
IClientSessionGyro
The interface used to access the Client Session Gyro.Uses of IMessageBox in com.iizix.prop.content
Subinterfaces of IMessageBox 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 IMessageBox 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 IMessageBox in com.iizix.prop.ui
Subinterfaces of IMessageBox 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 IMessageBox 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
MessageBox
The message box is a container to display a message box on the client side and wait for the user reply.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 IMessageBox in com.iizix.prop.ui.calendar
Classes in com.iizix.prop.ui.calendar that implement IMessageBox Modifier and Type Class Description class
CalendarEvent
A (sub)calendar list event.class
UICalendarList
Calendar List UI component.Uses of IMessageBox in com.iizix.prop.ui.chart
Classes in com.iizix.prop.ui.chart that implement IMessageBox Modifier and Type Class Description class
UIChart
Chart UI component.Uses of IMessageBox in com.iizix.prop.ui.datetime
Classes in com.iizix.prop.ui.datetime that implement IMessageBox Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Uses of IMessageBox in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IMessageBox 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 IMessageBox in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IMessageBox 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 IMessageBox in com.iizix.prop.ui.selection
Subinterfaces of IMessageBox 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 IMessageBox in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IMessageBox Modifier and Type Class Description class
UITable
The table UI container.class
UITableColumn
The table column UI container.Uses of IMessageBox in com.iizix.prop.ui.value
Subinterfaces of IMessageBox 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 IMessageBox in com.iizix.prop.vs
Subinterfaces of IMessageBox in com.iizix.prop.vs Modifier and Type Interface Description interface
IVSComponent
The common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interface
IVSMessageComponent
The message support for a VS component.Classes in com.iizix.prop.vs that implement IMessageBox 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
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
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).Uses of IMessageBox in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IMessageBox Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.class
ClientSessionGyro
The Client Session Gyro instance.