Uses of Interface
com.iizix.prop.IGProp
Uses of IGProp in com.iizigo.actionactor
Subinterfaces of IGProp in com.iizigo.actionactor Modifier and Type Interface Description interface
IEditorActionActorSettings
Editor interface for the Settings containers for Actions in the Designer.Classes in com.iizigo.actionactor that implement IGProp Modifier and Type Class Description static class
EditorJavaActionActor.Settings
Settings property container.Methods in com.iizigo.actionactor with parameters of type IGProp Modifier and Type Method Description java.lang.String
ActionActorDesignerProp. getSubPropertyName(IGProp<?> subProperty)
Get the name of a sub-property.Uses of IGProp in com.iizigo.app.prop
Classes in com.iizigo.app.prop that implement IGProp Modifier and Type Class Description class
AppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorAppPropCnr
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Uses of IGProp in com.iizigo.db.actionactor
Classes in com.iizigo.db.actionactor that implement IGProp Modifier and Type Class Description static class
EditorDatabaseActionActor.Settings
Settings property container.Uses of IGProp in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement IGProp Modifier and Type Class Description class
EditorConnectionProfileSetup
Editor version of a single connection profile setup that is used to establish a JDBC connection.class
EditorConnectionProfilesSetup
Editor class container with all connection profiles setup's by name.class
EditorDatabaseProps
The Editor database properties.class
EditorInputProps
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.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 IGProp in com.iizigo.font.prop
Classes in com.iizigo.font.prop that implement IGProp Modifier and Type Class Description class
EditorFontFaces
Font face style definitions property container for the Editor.class
EditorFontFile
Font icon files property container for the Editor.class
EditorFontFiles
Font icon files property container for the Editor.Uses of IGProp in com.iizigo.image.prop
Classes in com.iizigo.image.prop that implement IGProp Modifier and Type Class Description class
EditorFontIconDefinition
Font icon definition property container for the Editor.class
EditorFontIconsDefinition
Font icon definitions property container for the Editor.class
EditorImageDefinition
This Image Definition part property container for the Editor.class
EditorImageLocation
This Image Location has the location of the image part.class
EditorImageResolution
This Image Resolution has the file reference and the device pixel ratio.class
EditorImagesDefinition
This multiple Images Definition property container for the Editor.class
EditorImagesResolution
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.class
EditorImagesStyle
This Images Style property has a multiple-image file for a style.class
EditorImageStyle
This Image Style property container has a style for a single image definition and an asset file reference.class
EditorImageStyleLocation
This Image Styles Location has a style and location.class
EditorImageStylesResolution
This Image Styles Resolution has the file reference and the device pixel ratio.class
EditorStyledImageDefinition
This Styled Image Definition part property container for the Editor.class
EditorSVGDefinition
SVG definition property container for the Editor.Uses of IGProp in com.iizigo.java
Classes in com.iizigo.java that implement IGProp Modifier and Type Class Description class
JavaProjectRootPropCnr
Root property container for Java projects.class
JavaRootContainer
Property container used to store properties of Java files in a project.Uses of IGProp in com.iizigo.java.parser
Classes in com.iizigo.java.parser that implement IGProp Modifier and Type Class Description class
ParsedJavaSourceContainer
Property container for a Java source.Uses of IGProp in com.iizigo.java.parser.annotation
Classes in com.iizigo.java.parser.annotation that implement IGProp Modifier and Type Class Description class
AnnotationsContainer
Annotations container specialized to store annotations as GAnnotation.Uses of IGProp in com.iizigo.java.parser.test
Classes in com.iizigo.java.parser.test that implement IGProp Modifier and Type Class Description class
TestProcessorContainer
Uses of IGProp in com.iizigo.java.parser.type
Classes in com.iizigo.java.parser.type that implement IGProp Modifier and Type Class Description class
TypesContainer
The container for all types.Uses of IGProp in com.iizigo.java.prop
Classes in com.iizigo.java.prop that implement IGProp Modifier and Type Class Description class
EditorClassReference
The Designer version of the Class Reference property class hold the reference to a Java class.class
EditorMethodReference
The Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.class
EditorMethodReference2
The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Uses of IGProp in com.iizigo.link.java
Subinterfaces of IGProp in com.iizigo.link.java Modifier and Type Interface Description interface
IJavaClassLinkEnabler
Interface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.interface
IJavaInterfaceLinkEnabler
Interface implemented by a property container that holds a ClassReference instance where the implementation of the class must implement an interface, used for advanced "hooks" in various parts, such as the database result row processor, web service request processor.interface
IJavaMethodLinkEnabler
The link enabler for a Java method using the MethodReference class (not MethodReference2).Uses of IGProp in com.iizigo.link.ui
Subinterfaces of IGProp in com.iizigo.link.ui Modifier and Type Interface Description interface
IUIBuilderFromVSLinkEnabler
The UI builder link enabler can be assigned to the UIContainer implementing class and is also used for the UIComps container and layout managers in order to produce the same result when e.g.interface
IUIComponentLinkEnabler
Link interface implemented by UIComponents.Uses of IGProp in com.iizigo.link.vs
Subinterfaces of IGProp 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 IGProp in com.iizigo.panel.prop
Subinterfaces of IGProp in com.iizigo.panel.prop Modifier and Type Interface Description interface
IEFixedLayoutProp
Interface implemented by layout data properties that can accept a fixed size of a component.interface
IELayoutMgr<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers.interface
IELayoutMgrDND<LAYOUT_PROP extends LayoutProp>
Interface implemented by layout managers that support drag-drop in the panel designer.interface
IELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>
Simple DND layout manager that handles ordering of components in a straight array.interface
IELayoutProp
Interface used for Editor layout properties (layout data).interface
IEUIComp
Interface implemented by all Editor UIComp and their extended classes.interface
IEUICompBase
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 IGProp Modifier and Type Class Description class
DragDropLinkAdapter
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.class
DragDropPropCnr
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.class
EAbsoluteData
Setup layout data for a component in a container with absolute layout.class
EAbsoluteLayout
Setup data for the absolute layout.class
EAccordionData
Setup layout data for a component in a container with accordion layout.class
EAccordionLayout
Accordion layout.class
EBorderData
Setup layout data for a component in a container with border layout.class
EBorderLayout
Setup data for the border layout.class
EContextMenuData
Setup layout data for a component in a container with context menu layout.class
EContextMenuLayout
Context menu layout.class
EFlexData
Flex layout data.class
EFlexLayout
Flex layout.class
EGridData
Grid layout data.class
EGridLayout
Grid layout.class
EHeadingData
Setup layout data for a component in a container with heading layout.class
EHeadingLayout
Heading layout.class
EListData
Setup layout data for a component in a container with (mobile) list layout.class
EListLayout
List layout.class
EMenuBarData
Setup layout data for a component in a container with menu bar layout.class
EMenuBarLayout
Menu bar layout.class
EMenuData
Setup layout data for a component in a container with menu layout.class
EMenuLayout
Menu layout.class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EPanelData
Setup layout data for all panels.class
ESwapData
Setup layout data for a component in a container with tab layout.class
ESwapLayout
Swap layout.class
ETabBarData
Setup layout data for a component in a container with tab bar layout.class
ETabBarLayout
Tab bar layout.class
ETabData
Setup layout data for a component in a container with tab layout.class
ETabLayout
Tab layout.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
EUIComps
Editor class for UIComps.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.class
PanelSettingsPropCnr
Custom settings for the panel, only used in the Designer.Uses of IGProp in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IGProp Modifier and Type Class Description class
ECalendarData
Layout data for calendar list and its calendar events.class
ECalendarEvent
The Editor version of a map marker.class
ECalendarLayout
Map layout.class
EUICalendarList
Calendar list component.Uses of IGProp in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IGProp Modifier and Type Class Description class
EAxis2D
The axis for the chart.class
EPlot2D
The plot for the chart.class
ESeries
The Series for the chart.class
ESeriesValue
The Series value for the chart.class
EUIChart
Chart component.Uses of IGProp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IGProp Modifier and Type Class Description class
EMapData
Layout data for maps.class
EMapLayout
Map layout.class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Uses of IGProp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IGProp Modifier and Type Class Description class
EMLDefaultItemProp
The Editor version of a default list item.class
EMLGroup
Mobile list items group container for the designer.class
EMLGroupLayout
Mobile list group layout.class
EMList
List component.class
EMListData
Layout data for a component in a container with (mobile) list layout.class
EMListLayout
Mobile list layout.class
EMLItemProp
The Editor version of a mobile list items group container.Uses of IGProp in com.iizigo.panel.prop.table
Classes in com.iizigo.panel.prop.table that implement IGProp Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.class
EUITableData
Setup layout data for a component in a container with tab layout.class
EUITableLayout
UI Table layout.Uses of IGProp in com.iizigo.panel.wizards
Subinterfaces of IGProp in com.iizigo.panel.wizards Modifier and Type Interface Description interface
IAddUICompProvider<UICOMP extends UIComp>
Interface used to provide information about a UI component to fill in the wizard or to perform auto-creation of VS components.Uses of IGProp in com.iizigo.project
Classes in com.iizigo.project that implement IGProp Modifier and Type Class Description class
ModuleFolderPropCnr
The module root property container.class
ModuleRootPropCnr
The module root property container.class
ProjectRootPropCnr
The project root property container.Methods in com.iizigo.project with parameters of type IGProp Modifier and Type Method Description boolean
ModuleFolder. isPropertyClassAccepted(IGProp<?> property)
Checks if a property class instance is accepted.Uses of IGProp in com.iizigo.prop
Subinterfaces of IGProp in com.iizigo.prop Modifier and Type Interface Description interface
IPropDesigner
Interface for property containers for iiziGo Designer that supports file reference to an IFile object, the modification stamp, an exception, used when loading files as well as checking for possible refresh.interface
ITransferContainerProps
Interface implemented by for properties supporting transfer of properties between instances of the same type.Classes in com.iizigo.prop that implement IGProp Modifier and Type Class Description class
EditorFolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FilePropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FolderPropCnr
A PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.class
MementoPropCnr
Memento supporting property container.class
MultiPropCnr
Class used to handle properties in a multi-prop editor.Methods in com.iizigo.prop with parameters of type IGProp Modifier and Type Method Description java.lang.String
DesignerProp. getSubPropertyName(IGProp<?> subProperty)
Get the name of a sub-property.Uses of IGProp in com.iizigo.push.prop
Classes in com.iizigo.push.prop that implement IGProp Modifier and Type Class Description class
EditorPushProps
Container that holds the required settings for the Push Notification of an app in the Editor.Uses of IGProp in com.iizigo.pwa.prop
Classes in com.iizigo.pwa.prop that implement IGProp Modifier and Type Class Description class
EditorPWAProps
Container that holds the required settings for the PWA in the Editor.Uses of IGProp in com.iizigo.run.prop
Classes in com.iizigo.run.prop that implement IGProp Modifier and Type Class Description class
EditorRuntimeBuilderProps
Container that holds the required settings for the runtime builder.Uses of IGProp in com.iizigo.selector.prop
Classes in com.iizigo.selector.prop that implement IGProp Modifier and Type Class Description class
EditorSelector
This Selector property container for the Editor.class
EditorSelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Uses of IGProp in com.iizigo.server.config
Classes in com.iizigo.server.config that implement IGProp Modifier and Type Class Description class
EditorLetsEncryptDomain
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorMailProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorPolicyProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerAppConfig
Editor version of the container that holds the application configuration.class
EditorServerConfigEnvProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerPluginConfig
Editor version of the property container for the configuration of a plug-in for a Server configuration environment.class
EditorServerProps
Editor version of the container that holds the server properties.class
EditorServerSettings
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorWebServerPortConfig
Editor version of the property container for the configuration of a Port "group" of the web server.Uses of IGProp in com.iizigo.server.monitor
Subinterfaces of IGProp in com.iizigo.server.monitor Modifier and Type Interface Description interface
IVirtualizedMonitorPanelProvider
Interface to indicate that the property takes part of the server browser and can display information in the properties or the right panel part.interface
IVirtualizedMonitorProp
Class for Virtualized Monitor Designer Prop.Classes in com.iizigo.server.monitor that implement IGProp Modifier and Type Class Description class
EditorClientSessionProp
Client session property for end-points.class
EditorEndPointPropCnr
An end point property.class
EditorEndPointsPropCnr
An end point property.class
EditorInfoPropCnr
Property container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.class
EditorSessionConnectionStatProp
Client session property for end-points.class
EditorVirtualizedMonitorPropCnr
Editor version of the property container used for Virtual Monitor data and communication.Uses of IGProp in com.iizigo.style.prop
Classes in com.iizigo.style.prop that implement IGProp Modifier and Type Class Description class
EditorStyles
This Styles property container for the Editor.Uses of IGProp in com.iizigo.term.capture.prop
Classes in com.iizigo.term.capture.prop that implement IGProp Modifier and Type Class Description class
CaptureFieldProp
This Capture Field property container holds the screen identifications and fields for a terminal host screen.class
CaptureRootProp
This Capture Root property container holds the screen capture and fields for a EE host screen.class
CaptureScreenProp
This Capture Screen property container holds the screen capture and fields for a EE host screen.Uses of IGProp in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IGProp Modifier and Type Class Description class
EditorScreenActionGroupProp
This Screen Action Group property container for a terminal host screen property.class
EditorScreenActionProp
This Screen Action property container for a terminal host screen property.class
EditorScreenActionsProp
This Screen Actions property container for a terminal host screen property.class
EditorScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen property.class
EditorScreenFieldProp
This Screen identification property container for a terminal host screen property.class
EditorScreenFieldsProp
This Screen Fields property container for a terminal host screen property.class
EditorScreenIdentificationProp
This Screen identification property container for a terminal host screen property.class
EditorScreenIdentificationsProp
This Screen identification property container for a terminal host screen property.class
EditorScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
EditorSessionsProp
This Sessions property container holds the terminal properties.static class
EditorTerminalActionActor.Settings
Editor version of the Settings property container.class
EditorTerminalProps
This Terminal property container holds terminal settings.Methods in com.iizigo.term.prop with parameters of type IGProp Modifier and Type Method Description java.lang.String
ScreenDesignerProp. getSubPropertyName(IGProp<?> subProperty)
Get the name of a sub-property.Uses of IGProp in com.iizigo.term.recording.prop
Classes in com.iizigo.term.recording.prop that implement IGProp Modifier and Type Class Description class
LogicItemProp
The recording logic item property container.class
LogicProp
The recording logic property container.class
RecordingProp
This Recording property container holds the screens and logic.class
RecordingRootProp
This Recording Root property container holds the recording.class
RecordingScreenProp
This Recording Screen property container holds the screen name.class
RecordingScreensProp
This Recording Screens property container holds the screens.Uses of IGProp in com.iizigo.term.server
Classes in com.iizigo.term.server that implement IGProp Modifier and Type Class Description class
EditorActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
EditorActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of IGProp in com.iizigo.text.prop
Classes in com.iizigo.text.prop that implement IGProp Modifier and Type Class Description class
EditorTextTable
This Selector property container for the Editor.Uses of IGProp in com.iizigo.vs.actor
Classes in com.iizigo.vs.actor that implement IGProp Modifier and Type Class Description class
EditorActionActors
The Editor version of class container for associated action actors of a VSAction.class
EditorFieldActor
The VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
EditorFieldActors
The Editor version of class container for associated field actors of a VSField.static class
EditorHistoryBackward.Settings
Editor version of the Settings property container.static class
EditorHistoryForward.Settings
Editor version of the Settings property container.static class
EditorSetFocus.Settings
Editor version of the Settings property container.static class
EditorSetSourceFieldValue.Settings
Editor version of the Settings property container.static class
EditorSetTargetFieldValue.Settings
Editor version of the Settings property container.static class
EditorTransportField.Settings
Editor version of the Settings property container.Uses of IGProp in com.iizigo.vs.prop
Subinterfaces of IGProp in com.iizigo.vs.prop Modifier and Type Interface Description interface
IEVSComponent
Interface implemented by the Editor versions of the VSComponent's.Classes in com.iizigo.vs.prop that implement IGProp 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
EditorVSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSOnUIEvent
OnFocus reference is used to set a reference to a focusable VSComponent.class
EditorVSParticipantsHolder
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
EditorVSRow
The Editor VirtualSpace Row property class.class
EditorVSRows
The rows property class that only allows VSRow children properties.class
EditorVSTable
The Editor VirtualSpace Field property class.Uses of IGProp in com.iizigo.vs.viewer
Classes in com.iizigo.vs.viewer that implement IGProp Modifier and Type Class Description class
VSViewerPropCnr
The VSViewer property container used to view a VirtualSpace.Uses of IGProp in com.iizigo.ws.actionactor
Classes in com.iizigo.ws.actionactor that implement IGProp Modifier and Type Class Description static class
EditorWebServiceActionActor.Settings
Settings property container.Uses of IGProp in com.iizigo.ws.prop
Subinterfaces of IGProp in com.iizigo.ws.prop Modifier and Type Interface Description interface
IWrappedElement
Interface for a wrapped element.interface
IWSPropDesigner
Interface all Designer Props of the Web Service must implement.Classes in com.iizigo.ws.prop that implement IGProp Modifier and Type Class Description class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputProps
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
EditorOutputVariables
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
EditorWebServiceProp
Editor version of the Web Service property container holding the definition of a web service transaction.Uses of IGProp in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IGProp Modifier and Type Class Description class
EditorJSONElementWrapper
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
EditorJSONEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of IGProp in com.iizigo.ws.prop.url
Classes in com.iizigo.ws.prop.url that implement IGProp Modifier and Type Class Description class
EditorURLEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorURLInputParameter
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Uses of IGProp in com.iizix
Subinterfaces of IGProp 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).Methods in com.iizix that return IGProp Modifier and Type Method Description IGProp<?>
SessionInfo. getReferenceLookupProperty()
Gets the Session's reference look-up property.Uses of IGProp in com.iizix.actionactor
Classes in com.iizix.actionactor that implement IGProp Modifier and Type Class Description class
AbstractSettings
Class extending the property container.static class
JavaActionActorBase.Settings
Settings property container.Uses of IGProp in com.iizix.db.actionactor
Classes in com.iizix.db.actionactor that implement IGProp Modifier and Type Class Description static class
DatabaseActionActor.Settings
Settings property container.Uses of IGProp in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IGProp Modifier and Type Class Description class
ConnectionProfileSetup
A single connection profile setup that is used to establish a JDBC connection.class
ConnectionProfilesSetup
Container with all connection profiles setup's by name.class
DatabaseProps
This database property container holds database service definition.class
DatabaseTransactionReference
The reference to a Database transaction.class
InputProps
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.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 IGProp in com.iizix.event
Methods in com.iizix.event that return IGProp Modifier and Type Method Description IGProp<?>
GEvent. getTrigger()
Returns the trigger of this event, if any.Methods in com.iizix.event with parameters of type IGProp Modifier and Type Method Description boolean
GEvent. isPropertyChange(IGProp<?> property)
Checks if the event is a property value change.boolean
PropCnrEvent. isPropertyChange(IGProp<?> property)
Checks if the event is a property value change.boolean
PropCopyEvent. isPropertyChange(IGProp<?> property)
Checks if the event is a property value change.boolean
PropValueEvent. isPropertyChange(IGProp<?> property)
Checks if the event is a property value change.Constructors in com.iizix.event with parameters of type IGProp Constructor Description PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropCnrFocusEvent(IFocusComp comp, boolean isGained, IFocusComp focusGainedComponent, IFocusComp focusLostComponent, IGProp<?> trigger, boolean isRemoteInduced)
Constructs a new focus event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropFocusEvent(IFocusComp comp, boolean isGained, IFocusComp focusGainedComponent, IFocusComp focusLostComponent, IGProp<?> trigger, boolean isRemoteInduced)
Constructs a new focus event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger)
Constructs a new non-remote property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger, PropMgr propMgr)
Constructs a new remote property value event.Uses of IGProp in com.iizix.gyro
Subinterfaces of IGProp in com.iizix.gyro Modifier and Type Interface Description interface
IFocusComp
Interface implemented by components or properties that supports receiving focus.interface
ILockUI
Interface providing Lock UI API support used by UI and VirtualSpace actions.interface
IUIPanelAnimation
Interface providing the API to manipulate panel animations when panels are replaced by another.Methods in com.iizix.gyro with parameters of type IGProp Modifier and Type Method Description default void
IFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Called to the component when it receives focus.default void
IFocusComp. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)
Called to the focused component when it loses focus.default java.lang.String
IFocusComp. requestFocus(IGProp<?> trigger)
Requests focus to this component.java.lang.String
IFocusEngine. requestFocus(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)
Requests focus to this component.default boolean
IFocusComp. requestFocusEx(IGProp<?> trigger)
Requests focus to this component.boolean
IFocusEngine. requestFocusEx(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)
Requests focus to this component.void
IClientSessionGyro. setPseudoActionFocusToVS(IUIFocusComp focusComp, IGProp<?> trigger)
Called when a "pseudo UI action" is executed, making sure its VS counterpart has the current focus.java.lang.String
IAppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp, IGProp<?> trigger)
Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.Constructors in com.iizix.gyro with parameters of type IGProp Constructor Description FocusEvent(IFocusComp source, IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Constructs a focus event.Uses of IGProp in com.iizix.prop
Subinterfaces of IGProp in com.iizix.prop Modifier and Type Interface Description interface
IClientBaseRelativeTarget
Interface for UI components that can be referenced by the AbstractClientBaseRelativeReference, e.g.interface
IPropCnr
Interface for the property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).interface
IPropCnrBooleanSettings<BOOLEAN_OPTION extends IPropCnrBoolean>
Interface implements by a property container supporting setting as choices, numbers,interface
IPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>>
Interface implements by a property container supporting setting as choices, numbers,interface
IPropCnrColorSettings<COLOR_OPTION extends IPropCnrColor>
Interface implements by a property container supporting setting for colors.interface
IPropCnrFillSettings<FILL_OPTION extends IPropCnrFill>
Interface implements by a property container supporting setting for fill's.interface
IPropCnrFontSettings<FONT_OPTION extends IPropCnrFont>
Interface implements by a property container supporting setting for colors.interface
IPropCnrIntegerSettings<INTEGER_OPTION extends IPropCnrInteger>
Interface implements by a property container supporting setting as choices, numbers,interface
IPropCnrKStringSettings<KSTRING_OPTION extends IPropCnrKString>
Interface implements by a property container supporting setting as KString's.interface
IPropCnrNumberSettings<NUMBER_OPTION extends IPropCnrNumber>
Interface implements by a property container supporting setting as strings.interface
IPropCnrStringSettings<STRING_OPTION extends IPropCnrString>
Interface implements by a property container supporting setting as strings.interface
IPropCnrStrokeSettings<STROKE_OPTION extends IPropCnrStroke>
Interface implements by a property container supporting setting for strokes.interface
IPropEditorReadOnly
Interface that can be implemented by a property container in order to make all its children read-only in the property editor without actually have the read-only state on the property container.interface
IReferrerParticipant
Interface implemented by an owner of the property reference that refers into a container that has a ReferralsHolder.interface
ISelectorOwner
Interface implemented by components that can be selected or unselected dependent on a client connection.Classes in com.iizix.prop that implement IGProp Modifier and Type Class Description class
AbstractBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget>
The Client Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractReference<TARGET extends IPropCnr>
The Abstract Reference property class hold the reference to another property.class
AbstractStyles
Abstract styles property container that either holds styles or other style related data such as font faces.class
AppLanguages
The configured languages for the application.class
Application
The application property container holds all information about a single application.class
ArrayProp<ITEM extends GProp<?>>
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).class
AssetReference
The Asset Reference property class hold the reference to a file in the Assets directory.class
AssetReferences
The Asset References property class hold the references to zero or more FileURIPropCnr property containers.class
BackgroundImageReference
The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.class
BadgeProp
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
BoolProp
The Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).class
ByteArrayProp
The byte array property is used to store binary data in various forms, e.g.class
CharProp
The character property class holds the property name, value and optionally has a parent and/or property listener(s).class
ClassReference
The Class Reference property class hold the reference to a Java class.class
ClientProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
CodeItemArrayProp
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
Color4Prop
Property used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).class
ColorProp
The "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).class
ConstrainedIntProp
This class is used to hold an integer property that has constraints imposed on it.class
DateTimeProp
The date/time property can hold a date and/or a time with optional time offset with aGDateTime
property value.class
DesignerPropCnr
Special Designer property container that is private.class
DevParams
Device parameters container available only for iiziRun.class
DoubleProp
The Double property class holds the property name, value and optionally has a parent and/or property listener(s).class
EditorPropCnr
Editor Property Container, i.e.class
EnvProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
ErrorsProp
The errors property is used in the designer and files to store error and its values for a container.class
FileURIPropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FillProp
The "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).class
FixedVirtualizedAbstractReference<TARGET extends IPropCnr>
The Fixed Virtualized Abstract Reference property class hold the reference to another property.class
FolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FolderURIPropCnr
A PropCnr that can is a "directory" and can contain FileURIPropCnr's.class
FontProp
The "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).class
GeoProps
This Geographical property is a container that holds information about client position and an API to work with geographical location services.class
GProp<VALUE>
The generic property class holds the property name, value and optionally has a parent and/or property listener(s).class
GradientProp
The "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).class
ImageReference
The Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.class
Int32Prop
The Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).class
Int4Prop
Property used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).class
IntProp
The Integer property class holds the property name, value and optionally has a parent and/or property listener(s).class
KStringProp
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
LongProp
The Long property class holds the property name, value and optionally has a parent and/or property listener(s).class
MailProps
Container holding mail settings.class
MethodReference
The Method Reference property class hold the reference to a Method that is in a Java class.class
MethodReference2
The Method Reference "2" property class hold the reference to a Method that is in a Java class.class
ModuleApp
This Module Applications settings that defines the behavior of the application and contains its settings.class
MultiProp<VALUE>
The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.class
NumberProp
JavaScript optimized Number property.class
PasswordProp
The Password property class hold a password that is encrypted when stored to media.class
PatternProp
The pattern property class extends a KStringProp.class
PKCS12IdentityProp
The PKCS#12 Identity Property used for SSL communication or code signing.class
PlainKStringProp
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
PolicyProps
Container holding policiy settings.class
PrivProp<T>
The private property class is used on the client as a dummy property in order to keep the structure of properties with the indexes as the server does, apart from that a private property can replace a property container.class
PropCnr
The property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).class
ProxyPropCnr
The proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.class
PushPropCnr
Container for Push property container for the application.class
PushProps
The Push properties for the application.class
PWAPropCnr
Container for Progressive Web App's (PWA).class
PWAProps
The Progressive Web App (PWA) properties.class
RectProp
The rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).class
ReferralsHolder
The Referrals Holder property container contains the properties that refer to the owner of this container.class
RuntimeBuilderProps
This iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.class
Selector
The Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.class
SelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.class
ServerClientSessionProps
The Server's Client Session properties hold information relating to the current client session, i.e.class
ServerSocketCommProps
This property container contains all properties required for a Server Socket (NIO) connection.class
SettingsPropCnr
Settings property container, a "raw" PropCnr.class
SizeProp
The size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).class
SocketCommProps
This property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.class
SpeechRecognitionProp
Speech Recognition property for remote client execution.class
SpeechSynthesisProp
Speech Synthesis property for remote client execution.class
SSLCommProps
This property container contains all properties required for a SSL Socket (NIO) connection.class
String4Prop
Property used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.class
StringArrayProp
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
StringMapProp
The String Map property class holds the property name, a map of strings consisting of string keys and string values.class
StringProp
The "String" property class holds the property name, value and optionally has a parent and/or property listener(s).class
StringSetProp
The String Set property class holds the property name and a set of unique strings.class
StrokeProp
The "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).class
Styles
This styles property container holds the styles associated with a UI component.class
StylesCnr
Styles Container used to hold a Styles property instance for the Client used as a Class Name.class
StylesReferences
The Styles References property class hold the references to zero or more Styles property containers.class
TextTable
The text table property holds the text table items consisting of KStrings.class
TextTableReference
The reference to a text table instance.class
TransactionCommProps
This property container contains all properties required for Transaction communication based on WebSockets.class
Unit4Prop
Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).class
UnitProp
The "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).class
ValueProp
The value property holds the VirtualSpace Value object.class
ValueTypeProp
The Value Type property for the Value Type as a String, without Value.class
VirtualsPropCnr
The Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.class
WebSocketCommProps
This property container contains all properties required for WebSocket communication.class
WebSocketServerCommProps
This property container contains all properties required for a WebSocket Server (NIO) connection.class
Windows
The windows property container holds the windows for the application.class
X509CertificatesProp
The X.509 Certificates Property used for SSL communication.class
XMLSchemaValidatorProp
XML Schema validator property class used to validate XML sources.Methods in com.iizix.prop with type parameters of type IGProp Modifier and Type Method Description <GP extends IGProp<?>>
GPIClassReferenceOwner. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPIPropCnr. getProp(int index, java.lang.Class<GP> clazz)
Gets the property at requestedindex
.<GP extends IGProp<?>>
GPIPropCnr. getProp(int index, java.lang.Class<GP> clazz, boolean logError)
Gets the property at requestedindex
.<GP extends IGProp<?>>
GPIPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPIPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz, boolean logError)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPIPropCnr. getProp(java.lang.String name, java.lang.Class<GP> clazz)
Gets the property with the specified name and checking the class instance of the property.<GP extends IGProp<?>>
GPIPropCnr. getProp(java.lang.String name, java.lang.Class<GP> clazz, boolean logError)
Gets the property with the specified name and checking the class instance of the property.<GP extends IGProp<?>>
GPIUIBounds. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPPropCnr. getProp(int index, java.lang.Class<GP> clazz)
Gets the property at requestedindex
.<GP extends IGProp<?>>
GPPropCnr. getProp(int index, java.lang.Class<GP> clazz, boolean logError)
Gets the property at requestedindex
.<GP extends IGProp<?>>
GPPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz, boolean logError)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPPropCnr. getProp(java.lang.String name, java.lang.Class<GP> clazz)
Gets the property with the specified name and checking the class instance of the property.<GP extends IGProp<?>>
GPPropCnr. getProp(java.lang.String name, java.lang.Class<GP> clazz, boolean logError)
Gets the property with the specified name and checking the class instance of the property.protected <GP extends IGProp<?>>
GPPropCnr. maybeAddProp(GP newlyCreated)
Adds the newly created predefined property instance or returns the existing one.Methods in com.iizix.prop with parameters of type IGProp Modifier and Type Method Description static void
IComplexOperation. addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp)
Adds a property.boolean
IPropCnr. addProp(IGProp<?> property)
Adds a new property to this container at the end.boolean
IPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.boolean
PropCnr. addProp(IGProp<?> property)
Adds a new property to this container at the end.boolean
PropCnr. addProp(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.boolean
IPropCnr. addProp2(IGProp<?> property)
Adds a new property to this container at the end.boolean
IPropCnr. addProp2(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.boolean
PropCnr. addProp2(IGProp<?> property)
Adds a new property to this container at the end.boolean
PropCnr. addProp2(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.static void
IComplexOperation. addPropError(IComplexOperation op, IGProp<?> gp, IPropErrorItem pei)
Adds a property error.int
IPropCnr. getPropIndex(IGProp<?> property)
Gets the index of this property in this container.int
PropCnr. getPropIndex(IGProp<?> property)
Gets the index of this property in this container.static void
IComplexOperation. insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index)
Inserts a property.boolean
IPropCnr. insertProp(IGProp<?> property, int index)
Inserts a new property to this container at the specified index.boolean
PropCnr. insertProp(IGProp<?> property, int index)
Inserts a new property to this container at the specified index.boolean
IPropCnr. insertProp2(IGProp<?> property, int index)
Convenience method to inserts a new property to this container at the specified index.boolean
PropCnr. insertProp2(IGProp<?> property, int index)
Convenience method to inserts a new property to this container at the specified index.boolean
IPropCnr. isChild(IGProp<?> prop)
Checks if the property parameter is a child property in this container property.boolean
PropCnr. isChild(IGProp<?> prop)
Checks if the property parameter is a child property in this container property.boolean
IPropCnr. isPropExtended(IGProp<?> property)
Checks if a property is extended from another or if it is a child to this container.boolean
PropCnr. isPropExtended(IGProp<?> property)
Checks if a property is extended from another or if it is a child to this container.boolean
IPropCnr. isSibling(IGProp<?> prop)
Checks if the property parameter is a sibling property in this container property.boolean
PropCnr. isSibling(IGProp<?> prop)
Checks if the property parameter is a sibling property in this container property.static void
IComplexOperation. moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.static void
IComplexOperation. removeProp(IComplexOperation op, IGProp<?> gp)
Removes a property.boolean
IPropCnr. removeProp(Atom atom, IGProp<?> trigger)
Removes a property from this container with the specified atom.boolean
IPropCnr. removeProp(IGProp<?> property)
Removes a property from this container.boolean
IPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)
Removes a property from this container.boolean
IPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)
Removes a property from this container with the specified name.boolean
PropCnr. removeProp(Atom atom, IGProp<?> trigger)
Removes a property from this container with the specified atom.boolean
PropCnr. removeProp(IGProp<?> property)
Removes a property from this container.boolean
PropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)
Removes a property from this container.boolean
PropCnr. removeProp(java.lang.String name, IGProp<?> trigger)
Removes a property from this container with the specified name.boolean
IPropCnr. removeProp2(Atom atom, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified atom.boolean
IPropCnr. removeProp2(IGProp<?> property)
Convenience method to remove a property from this container.boolean
IPropCnr. removeProp2(IGProp<?> property, IGProp<?> trigger)
Convenience method to remove a property from this container.boolean
IPropCnr. removeProp2(java.lang.String name, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified name.boolean
PropCnr. removeProp2(Atom atom, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified atom.boolean
PropCnr. removeProp2(IGProp<?> property)
Convenience method to remove a property from this container.boolean
PropCnr. removeProp2(IGProp<?> property, IGProp<?> trigger)
Convenience method to remove a property from this container.boolean
PropCnr. removeProp2(java.lang.String name, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified name.static void
IComplexOperation. removePropError(IComplexOperation op, IGProp<?> gp, java.lang.String errorID)
Removes a property error.static void
IComplexOperation. renameProp(IComplexOperation op, IGProp<?> gp, Atom newName)
Renames a property.java.lang.String
IPropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.java.lang.String
PropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.protected java.lang.String
PropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)
Requests focus to this component.boolean
IPropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.boolean
PropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.protected boolean
PropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)
Requests focus to this component.boolean
IPropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
PropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setProp(IGProp<?> property)
Sets a property to this container.boolean
IPropCnr. setProp(IGProp<?> property, int index)
Adds a new property to this container at the indicated index.boolean
IPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)
Sets a property to this container.boolean
PropCnr. setProp(IGProp<?> property)
Sets a property to this container.boolean
PropCnr. setProp(IGProp<?> property, int index)
Adds a new property to this container at the indicated index.boolean
PropCnr. setProp(IGProp<?> property, IGProp<?> trigger)
Sets a property to this container.boolean
IPropCnr. setProp2(IGProp<?> property)
Convenience method to set a property to this container.boolean
IPropCnr. setProp2(IGProp<?> property, IGProp<?> trigger)
Convenience method to set a property to this container.boolean
PropCnr. setProp2(IGProp<?> property)
Convenience method to set a property to this container.boolean
PropCnr. setProp2(IGProp<?> property, IGProp<?> trigger)
Convenience method to set a property to this container.static void
IComplexOperation. setPropError(IComplexOperation op, IGProp<?> gp, PropError pe)
Sets all errors in a property.boolean
BoolProp. setPropValue(boolean newValue, IGProp<?> trigger)
Sets a new value for this property.boolean
GProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)
Sets a new value for this property.static void
IComplexOperation. setPropValue(IComplexOperation op, IGProp<?> gp, java.lang.Object newValue)
Sets a property value.boolean
IGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)
Sets a new value for this property.boolean
IPropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)
Sets a string property with the specified atom to thevalue
in this property container.boolean
PropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)
Sets a string property with the specified atom to thevalue
in this property container.static java.lang.String
GProp. toString(IGProp<?> gp)
Returns a string representation of this component and its values.Method parameters in com.iizix.prop with type arguments of type IGProp Modifier and Type Method Description protected java.lang.Object
PropCnr. equalsTree(PropCnr pc2, java.lang.Class<? extends IGProp<?>> arrayItemClass, int how)
Checks for equality in the whole container structure.Uses of IGProp in com.iizix.prop.content
Subinterfaces of IGProp 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 IGProp 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 IGProp in com.iizix.prop.font
Classes in com.iizix.prop.font that implement IGProp Modifier and Type Class Description class
FontFaces
The font faces property container holds information about font face(s) that are available in the application.class
FontFile
Container for all font icon files used in a FontIconsDefintion.class
FontFiles
Container for all font files used in a FontIconsDefintion.Uses of IGProp in com.iizix.prop.image
Subinterfaces of IGProp in com.iizix.prop.image Modifier and Type Interface Description interface
IFontIconStyle
Style interface for font icons with styles.interface
IImageTarget
Interface implemented by Image properties that can be referenced.Classes in com.iizix.prop.image that implement IGProp Modifier and Type Class Description class
AbstractImageDefinition
Image definition property container.class
AbstractImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
FontIconDefinition
The definition of a single font icon and how it represent itself in the various states, e.g.class
FontIconsDefinition
The Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.class
ImageDefinition
Single image definition property container.class
ImageLocation
This Image Location property container.class
ImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
ImagesDefinition
The Images Definition property container for multiple icons/images and multiple states and resolutions.class
ImagesResolution
The Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.class
ImagesStyle
This Images Style property container has the state for several images.class
ImageStyle
This Image Style property container holds the image types, asset reference, and other settings.class
ImageStyleLocation
This Image Style Location property container has the state for several images.class
ImageStylesResolution
This Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.class
RuntimeImageDefinition
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
StyledImageDefinition
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
SVGDefinition
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Uses of IGProp in com.iizix.prop.ui
Subinterfaces of IGProp in com.iizix.prop.ui Modifier and Type Interface Description interface
ILayoutDataAlignX
Interface for tagging layout data to mark it as horizontal align capable.interface
ILayoutDataAlignY
Interface for tagging layout data to mark it as vertical align capable.interface
IUIAction
Interface implemented by action items.interface
IUIActionHolder
Interface implementation for a property container that holds the IUIAction information that is used for e.g.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
IUIContainer
The interface for the UIContainer class is a standard simple container for components.interface
IUIContextMenuOwner
Interface that can be implemented by an owner of a context menu in order to be notified upon reference resolving.interface
IUIFocusComp
Focus component for the UI 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
IUIPanelOwner
The panel owner is an interface implemented by top level components that are either the panel itself or 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 IGProp Modifier and Type Class Description class
AbsoluteData
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AbsoluteLayout
AbsoluteLayout is a layout manager.class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
AccordionData
The AccordionData is the layout data for components in a container with AccordionLayout.class
AccordionLayout
Accordion container specific layout manager.class
BorderData
The BorderData is the layout data for components in a container with BorderLayout.class
BorderLayout
BorderLayout is a layout manager.class
CIDProp
Component ID property is used to assign a unique value known on both client and server.class
ContextMenuData
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
ContextMenuLayout
Menu specific layout manager.class
ContextMenuReference
The reference to a UI context menu.class
DOMElement
DOM Element property container used to keep information of the created UI item and its internal DOM structure.class
FlexData
The FlexData is the layout data for components in a container with FlexLayout.class
FlexLayout
FlexLayout is a layout manager.class
GridData
The GridData is the layout data for components in a container with GridLayout.class
GridLayout
GridLayout is a layout manager.class
GroupNameProp
Group name property used for component grouping.class
HeadingData
The HeadingData is the layout data for components in a container with HeadingLayout.class
HeadingLayout
Header specific layout manager.class
ImagePreview
Image preview property for use with any UI component or container.class
LabelForReference
The Label For Reference property class hold the reference to another property in the same base container.class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.class
LayoutProp
The LayoutProp is the generic property for layout managers using properties to layout it's components.class
ListData
The ListData is the layout data for components in a container with ListLayout.class
ListLayout
List container specific layout manager.class
MenuBarData
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
MenuBarLayout
Menu bar specific layout manager.class
MenuData
The MenuData is the layout data for components in a container with MenuLayout.class
MenuLayout
Menu specific layout manager.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
PanelData
The panel layout data.class
PanelPartReference
The reference to a UI panel part.class
SwapData
The SwapData is the layout data for components in a container with SwapLayout.class
SwapLayout
Swap container specific layout manager.class
TabBarData
The TabBarData is the layout data for components in a container with TabBarLayout.class
TabBarLayout
Tab bar specific layout manager.class
TabData
The TabData is the layout data for components in a container with TabLayout.class
TabLayout
Tab container specific layout manager.class
Toaster
Toaster property.class
TooltipProp
The tooltip property is a container that holds various information for the tooltip, e.g.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
UIComps
The UIComps class is the property container for all UIComp instances of the UIComps class.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.Methods in com.iizix.prop.ui with parameters of type IGProp Modifier and Type Method Description protected void
UIPanelBase. invokeOnUIFocusMethod(boolean isFocusGained, UIComp component, UIComp opposite, IGProp<?> trigger)
Invoke the focus event methods of the component and the panel.default void
IUIFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Called to the component when it receives focus.void
UIComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Called to the component when it receives focus.default void
IUIFocusComp. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)
Called to the focused component when it loses focus.java.lang.String
UIComp. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.java.lang.String
UIComp. requestFocus(IGProp<?> trigger, boolean isRemoteInduced, boolean doAnimate)
Requests focus to this component.boolean
UIComp. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)
Requests focus to this component.boolean
UIComp. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced, boolean doAnimate)
Requests focus to this component.Uses of IGProp in com.iizix.prop.ui.calendar
Classes in com.iizix.prop.ui.calendar that implement IGProp Modifier and Type Class Description class
CalendarData
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.class
CalendarEvent
A (sub)calendar list event.class
CalendarLayout
Layout manager for calendar lists.class
UICalendarList
Calendar List UI component.Uses of IGProp in com.iizix.prop.ui.chart
Subinterfaces of IGProp in com.iizix.prop.ui.chart Modifier and Type Interface Description interface
IChartContainer
The chart container interface is tagging the Axis, Plot and Series container instances.Classes in com.iizix.prop.ui.chart that implement IGProp Modifier and Type Class Description class
UIChart
Chart UI component.Uses of IGProp in com.iizix.prop.ui.chart.axis2d
Classes in com.iizix.prop.ui.chart.axis2d that implement IGProp Modifier and Type Class Description class
Axis2D
A chart axis is normally added to charts.Uses of IGProp in com.iizix.prop.ui.chart.plot2d
Classes in com.iizix.prop.ui.chart.plot2d that implement IGProp Modifier and Type Class Description class
Plot2D
A chart series is either created in the Designer or constructed at runtime and added to the chart.Uses of IGProp in com.iizix.prop.ui.chart.series
Classes in com.iizix.prop.ui.chart.series that implement IGProp Modifier and Type Class Description class
Series
A chart series consists of several series values properties in a defined order.class
SeriesValue
A series value property is a property container that can only contain NumberProp's.Uses of IGProp in com.iizix.prop.ui.datetime
Classes in com.iizix.prop.ui.datetime that implement IGProp Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Uses of IGProp in com.iizix.prop.ui.device
Classes in com.iizix.prop.ui.device that implement IGProp Modifier and Type Class Description class
DeviceProp
The "device" property class holds the property name, value as aGSimpleDevice
object and optionally has a parent and/or property listener(s).class
ThemesProp
The "themes" property class holds the property name, value as aGThemes
object and optionally has a parent and/or property listener(s).Uses of IGProp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IGProp Modifier and Type Class Description class
MapData
The layout data for all mobile list components or containers, i.e.class
MapLayout
Layout manager for maps.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 IGProp in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IGProp Modifier and Type Class Description class
MLDefaultItemProp
The property container for default mobile list items.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
MLGroupLayout
Layout manager for mobile list groups.class
MList
Mobile list item UI component.class
MListData
The layout data for all mobile list components or containers, i.e.class
MListLayout
Layout manager for all mobile lists.class
MLItemProp
The property container for mobile list items.Uses of IGProp in com.iizix.prop.ui.selection
Subinterfaces of IGProp 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 IGProp in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IGProp Modifier and Type Class Description class
TableCell
The table cell property.class
TableRow
The Table Row instance.class
TableRows
The Table Rows container instance.class
UITable
The table UI container.class
UITableColumn
The table column UI container.class
UITableData
The table column data is the layout data for components in a UITable container.class
UITableLayout
UITable container specific layout manager.Uses of IGProp in com.iizix.prop.ui.value
Subinterfaces of IGProp 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 IGProp in com.iizix.prop.vs
Subinterfaces of IGProp 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.interface
IVSParticipant
Interface implemented by a container being a participant in the VirtualSpace.Classes in com.iizix.prop.vs that implement IGProp Modifier and Type Class Description class
AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
Class that holds a single VS "variable" mapping of a certain type.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
VSActionActorParticipant
The VirtualSpace Action Actor Participant used by Action Actors.class
VSActionReference
The VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.class
VSColumnHeader
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSColumnReference
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.class
VSComponent
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VSComponentReference
VS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.class
VSField
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSFieldReference
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.class
VSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
VSGroup
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSGroupReference
The VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.class
VSOnUIEvent
Class to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".class
VSParticipant
The VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.class
VSParticipantReference
The VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipant
interface, such as panels.class
VSParticipantsHolder
This class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
VSReference
The VirtualSpace Reference property class hold the reference to a VirtualSpace.class
VSRelativeReference<TARGET extends VSComponent>
The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.class
VSRow
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSRows
The rows property class that only allows VSRow children properties.class
VSTable
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSTableColumnReference
The VirtualSpace Table Column Reference property class hold the name of a Column in a Table.class
VSTableReference
The VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.class
VSVariables
VirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Methods in com.iizix.prop.vs with parameters of type IGProp Modifier and Type Method Description void
VSRows. clearSelection(IGProp<?> trigger)
Clears the selection with optional trigger component.boolean
VSTable. clearSelection(IGProp<?> trigger)
Clears the selection with optional trigger component.protected void
VirtualSpace. invokeOnVSFocusMethod(boolean isFocusGained, IVSComponent component, IVSComponent opposite, IGProp<?> trigger)
Invoke the focus event method.void
VirtualSpace. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Called to the component when it receives focus.void
VSComponent. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)
Called to the component when it receives focus.void
VirtualSpace. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)
Called to the focused component when it loses focus.void
VSComponent. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)
Called to the focused component when it loses focus.default boolean
IVSComponent. setEnabled(boolean on, IGProp<?> trigger)
Sets the enabled state.default boolean
IVSComponent. setReadOnly(boolean on, IGProp<?> trigger)
Sets the read-only state.default boolean
IVSComponent. setSelected(boolean on, IGProp<?> trigger)
Sets the selected state.boolean
VSRows. setSelection(int[] indicies, IGProp<?> trigger)
Sets the selection indices.boolean
VSRows. setSelection(int index, IGProp<?> trigger)
Sets the single selection index with optional trigger component.boolean
VSTable. setSelection(int[] indicies, IGProp<?> trigger)
Sets the selection indicies with optional trigger component.boolean
VSTable. setSelection(int index, IGProp<?> trigger)
Sets the single selection index with optional trigger component.default java.lang.String
IVSComponent. setVirtualizeSupportFocus(IGProp<?> trigger)
Sets the focus to this VS component (if possible), regardless if the VS component is virtualized or not.default boolean
IVSComponent. setVisible(boolean on, IGProp<?> trigger)
Sets the visibility state.Uses of IGProp in com.iizix.prop.vs.actor
Subinterfaces of IGProp in com.iizix.prop.vs.actor Modifier and Type Interface Description interface
IActionActorSettings
Interface for the settings of the property container for the Action Actor Settings.Classes in com.iizix.prop.vs.actor that implement IGProp Modifier and Type Class Description class
AbstractPredefinedSettings
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.class
ActionActors
Class container for associated action actors of a VSAction.class
FieldActor
The VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
FieldActors
Class container for associated value actors of a VSField or VSColumnHeader.static class
HistoryBackward.Settings
Settings property container.static class
HistoryForward.Settings
Settings property container.static class
SetFocus.Settings
Settings property container.static class
SetSourceFieldValue.Settings
Settings property container.static class
SetTargetFieldValue.Settings
Settings property container.static class
TransportField.Settings
Settings property container.static class
TransportGroup.Settings
Settings property container.static class
TransportSelectedTableRows.Settings
Settings property container.static class
TransportSingleSelectedTableRow.Settings
Settings property container.static class
TransportSingleSelectedTableRowAndColumnToField.Settings
Settings property container.static class
TransportSingleSelectedTableRowToFields.Settings
Settings property container.static class
TransportTableColumn.Settings
Settings property container.static class
TransportTableRows.Settings
Settings property container.Uses of IGProp in com.iizix.server.acme
Classes in com.iizix.server.acme that implement IGProp Modifier and Type Class Description class
LetsEncryptDomain
Property container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of IGProp in com.iizix.server.app
Classes in com.iizix.server.app that implement IGProp Modifier and Type Class Description protected class
VirtualsContainer.VContainer
The Virtual property container.Methods in com.iizix.server.app with type parameters of type IGProp Modifier and Type Method Description <GP extends IGProp<?>>
GPVirtualizedItem. getOriginalChild(GP virtualizedChild)
Gets the original child property from a property located in the virtualized property container.Uses of IGProp in com.iizix.server.app.prop
Classes in com.iizix.server.app.prop that implement IGProp Modifier and Type Class Description class
AppPropCnr
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.class
ModuleProjectPropCnr
The module root property container.class
ServerAppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of IGProp in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IGProp Modifier and Type Method Description void
AppSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)
Called when focus changes.void
ClientSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)
Called when focus changes.void
IGyroFocusEngineOwner. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)
Called when focus changes.void
ClientSessionGyro. setPseudoActionFocusToVS(IUIFocusComp focusComp, IGProp<?> trigger)
Called when a "pseudo UI action" is executed, making sure its VS counterpart has the current focus.java.lang.String
AppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp, IGProp<?> trigger)
Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.Uses of IGProp in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IGProp Modifier and Type Class Description class
ClientSessionProp
Client session property.class
EndPointPropCnr
An end point property.class
EndPointsPropCnr
An end point property.class
SessionConnectionStatProp
An end point property.class
VirtualizedMonitorPropCnr
Property container used for Virtual Monitor data and communication.Uses of IGProp in com.iizix.server.prop
Subinterfaces of IGProp in com.iizix.server.prop Modifier and Type Interface Description interface
IServerApplicationSetupPropCnr
Interface for the Server Application Setup Property Containers used to initialize the application at load time and the application instances.Classes in com.iizix.server.prop that implement IGProp Modifier and Type Class Description class
ServerAppConfig
Property container for the configuration of an App of the iiziServer.class
ServerConfigEnvProps
This configuration environment defines the configuration setup for the available plug-ins.class
ServerConfigEnvReference
The ServerConfigEnvReference property class hold the reference to a Server configuration environment.class
ServerPluginConfig
Property container for the configuration of a plug-in for a Server configuration environment.class
ServerProps
This server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
ServerSettings
This property is a container that holds the required settings for the server to operate and initialize itself with.class
WebServerPortConfig
Property container for the configuration of a Port "group" of the web server.Uses of IGProp in com.iizix.server.run.prop
Classes in com.iizix.server.run.prop that implement IGProp Modifier and Type Class Description class
ServerRuntimeBuilderProps
This remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.Uses of IGProp in com.iizix.server.security
Classes in com.iizix.server.security that implement IGProp Modifier and Type Class Description class
ServerKeysProp
Class used to store server keys.Uses of IGProp in com.iizix.server.vsviewer
Classes in com.iizix.server.vsviewer that implement IGProp Modifier and Type Class Description class
ServerVSViewerPropCnr
The server VSViewer property container.Uses of IGProp in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IGProp Modifier and Type Class Description class
HostSessionProps
This property handles communication between the server and client in full duplex using Transaction's.class
RemoteHostSessionProp
The RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).class
ScreenActionGroupProp
This Screen Action Group property container for a terminal host screen.class
ScreenActionProp
This Screen Action property container for a terminal host screen.class
ScreenActionReference
Reference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.class
ScreenActionsProp
This Screen fields property container for a terminal host screen.class
ScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen.class
ScreenFieldProp
This Screen Field property container for a terminal host screen.class
ScreenFieldReference
Property holding the reference to a screen field from inside the screen, used by screen actions.class
ScreenFieldsProp
This Screen Fields property container for a terminal host screen.class
ScreenIdentificationProp
This Screen identification property container for a terminal host screen.class
ScreenIdentificationsProp
This Screen identifications property container for a terminal host screen.class
ScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
SessionsProp
This Sessions property container holds the terminal properties.class
TelnetCommProps
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static class
TerminalActionActor.Settings
The terminal action actor settings.class
TerminalProps
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.class
TerminalSettings
This TerminalSettings property container holds all settings for a terminal session.Uses of IGProp in com.iizix.term.server
Classes in com.iizix.term.server that implement IGProp Modifier and Type Class Description class
ActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
ActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of IGProp in com.iizix.text
Subinterfaces of IGProp in com.iizix.text Modifier and Type Interface Description interface
IKStringHolder<PROP>
Interface required to be implemented by properties holding a KStringHolder.interface
IKStringValuePropHolder<PROP_VALUE>
Interface containing default code for the KString holder, KString information provider and externalizable KString support.interface
ITextExternalizableProp<PROP_VALUE>
Interface implements by properties containing KString's that can contain externalizable text.Uses of IGProp in com.iizix.ws.actionactor
Classes in com.iizix.ws.actionactor that implement IGProp Modifier and Type Class Description static class
WebServiceActionActor.Settings
Settings property container.Uses of IGProp in com.iizix.ws.prop
Classes in com.iizix.ws.prop that implement IGProp Modifier and Type Class Description class
AbstractInputProps
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
OutputColumn
The Output Column connects a table column from the reply output with a VSTable column.class
OutputProps
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
OutputTable
The Output Table connects a table from the reply output with a VSTable.class
OutputVariable
The Output Variable connects a reference variable from the reply output with a VSField.class
OutputVariables
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
RESTfulInputProps
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
WebServiceProp
Web Service property container holding the definition of a web service transaction.class
WebServiceReference
The reference to a Web Service transaction.Uses of IGProp in com.iizix.ws.prop.json
Classes in com.iizix.ws.prop.json that implement IGProp Modifier and Type Class Description class
JSONElementWrapper
A JSON element wrapper, used to process the output of a Web Service reply.class
JSONEncodedInput
RESTful JSON Encoded input for the request of a Web Service transaction.class
JSONReplyDocument
The JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of IGProp in com.iizix.ws.prop.url
Classes in com.iizix.ws.prop.url that implement IGProp Modifier and Type Class Description class
URLEncodedInput
RESTful URL Encoded input for the request of a Web Service transaction.class
URLInputParameter
The Input Variable connects a VSField with an input variable or parameter to a web service request.