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 interfaceIEditorActionActorSettingsEditor interface for the Settings containers for Actions in the Designer.Classes in com.iizigo.actionactor that implement IGProp Modifier and Type Class Description static classEditorJavaActionActor.SettingsSettings property container.Methods in com.iizigo.actionactor with parameters of type IGProp Modifier and Type Method Description java.lang.StringActionActorDesignerProp. 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 classAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorAppPropCnrThe Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnrchildren.classEditorModuleProjectPropCnrThe 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 classEditorDatabaseActionActor.SettingsSettings property container.Uses of IGProp in com.iizigo.db.prop
Classes in com.iizigo.db.prop that implement IGProp Modifier and Type Class Description classEditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.classEditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.classEditorDatabasePropsThe Editor database properties.classEditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classEditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classEditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.classEditorResultSetColumnPropEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.classEditorResultSetPropsEditor 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 classEditorFontFacesFont face style definitions property container for the Editor.classEditorFontFileFont icon files property container for the Editor.classEditorFontFilesFont 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 classEditorFontIconDefinitionFont icon definition property container for the Editor.classEditorFontIconsDefinitionFont icon definitions property container for the Editor.classEditorImageDefinitionThis Image Definition part property container for the Editor.classEditorImageLocationThis Image Location has the location of the image part.classEditorImageResolutionThis Image Resolution has the file reference and the device pixel ratio.classEditorImagesDefinitionThis multiple Images Definition property container for the Editor.classEditorImagesResolutionThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.classEditorImagesStyleThis Images Style property has a multiple-image file for a style.classEditorImageStyleThis Image Style property container has a style for a single image definition and an asset file reference.classEditorImageStyleLocationThis Image Styles Location has a style and location.classEditorImageStylesResolutionThis Image Styles Resolution has the file reference and the device pixel ratio.classEditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.classEditorSVGDefinitionSVG 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 classJavaProjectRootPropCnrRoot property container for Java projects.classJavaRootContainerProperty 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 classParsedJavaSourceContainerProperty 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 classAnnotationsContainerAnnotations 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 classTestProcessorContainerUses of IGProp in com.iizigo.java.parser.type
Classes in com.iizigo.java.parser.type that implement IGProp Modifier and Type Class Description classTypesContainerThe 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 classEditorClassReferenceThe Designer version of the Class Reference property class hold the reference to a Java class.classEditorMethodReferenceThe Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.classEditorMethodReference2The 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 interfaceIJavaClassLinkEnablerInterface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.interfaceIJavaInterfaceLinkEnablerInterface 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.interfaceIJavaMethodLinkEnablerThe 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 interfaceIUIBuilderFromVSLinkEnablerThe 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.interfaceIUIComponentLinkEnablerLink 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 interfaceIVSActionLinkEnablerThe link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name usingIVSActionLinkEnabler.getLinkVSActionName(LinkData).interfaceIVSFieldLinkEnablerThe 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 interfaceIEFixedLayoutPropInterface implemented by layout data properties that can accept a fixed size of a component.interfaceIELayoutMgr<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers.interfaceIELayoutMgrDND<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers that support drag-drop in the panel designer.interfaceIELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>Simple DND layout manager that handles ordering of components in a straight array.interfaceIELayoutPropInterface used for Editor layout properties (layout data).interfaceIEUICompInterface implemented by all Editor UIComp and their extended classes.interfaceIEUICompBaseInterface implemented by all Editor UIComp and their extended classes.interfaceIEUICompCommonCommon code to both components and containers that must be placed in a separate interface to be able to use default code.interfaceIEUIContainerInterface implemented by all Editor UIContainer and their extended classes.interfaceIEUIPanelInterface implemented by panels in the Designer.Classes in com.iizigo.panel.prop that implement IGProp Modifier and Type Class Description classDragDropLinkAdapterComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.classDragDropPropCnrThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.classEAbsoluteDataSetup layout data for a component in a container with absolute layout.classEAbsoluteLayoutSetup data for the absolute layout.classEAccordionDataSetup layout data for a component in a container with accordion layout.classEAccordionLayoutAccordion layout.classEBorderDataSetup layout data for a component in a container with border layout.classEBorderLayoutSetup data for the border layout.classEContextMenuDataSetup layout data for a component in a container with context menu layout.classEContextMenuLayoutContext menu layout.classEFlexDataFlex layout data.classEFlexLayoutFlex layout.classEGridDataGrid layout data.classEGridLayoutGrid layout.classEHeadingDataSetup layout data for a component in a container with heading layout.classEHeadingLayoutHeading layout.classEListDataSetup layout data for a component in a container with (mobile) list layout.classEListLayoutList layout.classEMenuBarDataSetup layout data for a component in a container with menu bar layout.classEMenuBarLayoutMenu bar layout.classEMenuDataSetup layout data for a component in a container with menu layout.classEMenuLayoutMenu layout.classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUISwitchMobile switch UI component.classEMUITabBarTab bar container.classEPanelDataSetup layout data for all panels.classESwapDataSetup layout data for a component in a container with tab layout.classESwapLayoutSwap layout.classETabBarDataSetup layout data for a component in a container with tab bar layout.classETabBarLayoutTab bar layout.classETabDataSetup layout data for a component in a container with tab layout.classETabLayoutTab layout.classEUIAccordionAccordion container.classEUIButtonButton component.classEUICalendarCalendar component.classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.classEUIComboBoxCombobox component.classEUICompsEditor class for UIComps.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDateTimeDate/Time UI component.classEUIDialogEditor class for UIDialog.classEUIEmptyEmpty component.classEUIGaugeGauge component.classEUIImageImage component.classEUIImage2Image component.classEUILabelLabel component.classEUIMediaMedia component.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIMenuItemMenu item component.classEUIMenuSeparatorMenu separator component.classEUIOutputLabel component.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUIProgressProgress component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISliderSlider component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITextText component (entry field).classEUITextAreaText area component.classEUITitlePaneGroup container.classPanelSettingsPropCnrCustom 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 classECalendarDataLayout data for calendar list and its calendar events.classECalendarEventThe Editor version of a map marker.classECalendarLayoutMap layout.classEUICalendarListCalendar 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 classEAxis2DThe axis for the chart.classEPlot2DThe plot for the chart.classESeriesThe Series for the chart.classESeriesValueThe Series value for the chart.classEUIChartChart 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 classEMapDataLayout data for maps.classEMapLayoutMap layout.classEMapMarkerPropThe Editor version of a map marker.classEMapMarkersMap markers container for the designer.classEUIMapMap 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 classEMLDefaultItemPropThe Editor version of a default list item.classEMLGroupMobile list items group container for the designer.classEMLGroupLayoutMobile list group layout.classEMListList component.classEMListDataLayout data for a component in a container with (mobile) list layout.classEMListLayoutMobile list layout.classEMLItemPropThe 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 classEUITableThe Table "component" (really a container).classEUITableColumnThe Table Column component.classEUITableDataSetup layout data for a component in a container with tab layout.classEUITableLayoutUI Table layout.Uses of IGProp in com.iizigo.panel.wizards
Subinterfaces of IGProp in com.iizigo.panel.wizards Modifier and Type Interface Description interfaceIAddUICompProvider<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 classModuleFolderPropCnrThe module root property container.classModuleRootPropCnrThe module root property container.classProjectRootPropCnrThe project root property container.Methods in com.iizigo.project with parameters of type IGProp Modifier and Type Method Description booleanModuleFolder. 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 interfaceIPropDesignerInterface 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.interfaceITransferContainerPropsInterface 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 classEditorFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFilePropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFolderPropCnrA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.classMementoPropCnrMemento supporting property container.classMultiPropCnrClass 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.StringDesignerProp. 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 classEditorPushPropsContainer 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 classEditorPWAPropsContainer 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 classEditorRuntimeBuilderPropsContainer 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 classEditorSelectorThis Selector property container for the Editor.classEditorSelectorReferenceThe 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 classEditorLetsEncryptDomainEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorMailPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerAppConfigEditor version of the container that holds the application configuration.classEditorServerConfigEnvPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerPluginConfigEditor version of the property container for the configuration of a plug-in for a Server configuration environment.classEditorServerPropsEditor version of the container that holds the server properties.classEditorServerSettingsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorWebServerPortConfigEditor 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 interfaceIVirtualizedMonitorPanelProviderInterface to indicate that the property takes part of the server browser and can display information in the properties or the right panel part.interfaceIVirtualizedMonitorPropClass for Virtualized Monitor Designer Prop.Classes in com.iizigo.server.monitor that implement IGProp Modifier and Type Class Description classEditorClientSessionPropClient session property for end-points.classEditorEndPointPropCnrAn end point property.classEditorEndPointsPropCnrAn end point property.classEditorInfoPropCnrProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.classEditorSessionConnectionStatPropClient session property for end-points.classEditorVirtualizedMonitorPropCnrEditor 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 classEditorStylesThis 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 classCaptureFieldPropThis Capture Field property container holds the screen identifications and fields for a terminal host screen.classCaptureRootPropThis Capture Root property container holds the screen capture and fields for a EE host screen.classCaptureScreenPropThis 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 classEditorScreenActionGroupPropThis Screen Action Group property container for a terminal host screen property.classEditorScreenActionPropThis Screen Action property container for a terminal host screen property.classEditorScreenActionsPropThis Screen Actions property container for a terminal host screen property.classEditorScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen property.classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.classEditorScreenFieldsPropThis Screen Fields property container for a terminal host screen property.classEditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.classEditorScreenIdentificationsPropThis Screen identification property container for a terminal host screen property.classEditorScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classEditorSessionsPropThis Sessions property container holds the terminal properties.static classEditorTerminalActionActor.SettingsEditor version of the Settings property container.classEditorTerminalPropsThis Terminal property container holds terminal settings.Methods in com.iizigo.term.prop with parameters of type IGProp Modifier and Type Method Description java.lang.StringScreenDesignerProp. 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 classLogicItemPropThe recording logic item property container.classLogicPropThe recording logic property container.classRecordingPropThis Recording property container holds the screens and logic.classRecordingRootPropThis Recording Root property container holds the recording.classRecordingScreenPropThis Recording Screen property container holds the screen name.classRecordingScreensPropThis 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 classEditorActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classEditorActiveTerminalSessionsThe 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 classEditorTextTableThis 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 classEditorActionActorsThe Editor version of class container for associated action actors of a VSAction.classEditorFieldActorThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classEditorFieldActorsThe Editor version of class container for associated field actors of a VSField.static classEditorHistoryBackward.SettingsEditor version of the Settings property container.static classEditorHistoryForward.SettingsEditor version of the Settings property container.static classEditorSetFocus.SettingsEditor version of the Settings property container.static classEditorSetSourceFieldValue.SettingsEditor version of the Settings property container.static classEditorSetTargetFieldValue.SettingsEditor version of the Settings property container.static classEditorTransportField.SettingsEditor 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 interfaceIEVSComponentInterface implemented by the Editor versions of the VSComponent's.Classes in com.iizigo.vs.prop that implement IGProp Modifier and Type Class Description classEditorVirtualSpaceThe Editor VirtualSpace property class.classEditorVSActionThe Editor VirtualSpace Action property class.classEditorVSColumnHeaderThe Editor VirtualSpace Column property class.classEditorVSFieldThe Editor VirtualSpace Field property class.classEditorVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classEditorVSGroupThe Editor VirtualSpace Group property class.classEditorVSOnUIEventOnFocus reference is used to set a reference to a focusable VSComponent.classEditorVSParticipantsHolderThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classEditorVSRowThe Editor VirtualSpace Row property class.classEditorVSRowsThe rows property class that only allows VSRow children properties.classEditorVSTableThe 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 classVSViewerPropCnrThe 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 classEditorWebServiceActionActor.SettingsSettings property container.Uses of IGProp in com.iizigo.ws.prop
Subinterfaces of IGProp in com.iizigo.ws.prop Modifier and Type Interface Description interfaceIWrappedElementInterface for a wrapped element.interfaceIWSPropDesignerInterface all Designer Props of the Web Service must implement.Classes in com.iizigo.ws.prop that implement IGProp Modifier and Type Class Description classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.classEditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classEditorWebServicePropEditor 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 classEditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.classEditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorJSONReplyDocumentEditor 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 classEditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorURLInputParameterEditor 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 interfaceIComponentThe IComponent is the base interface for UI components in iizi.interfaceIEntryThe 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 classAbstractSettingsClass extending the property container.static classJavaActionActorBase.SettingsSettings 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 classDatabaseActionActor.SettingsSettings property container.Uses of IGProp in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IGProp Modifier and Type Class Description classConnectionProfileSetupA single connection profile setup that is used to establish a JDBC connection.classConnectionProfilesSetupContainer with all connection profiles setup's by name.classDatabasePropsThis database property container holds database service definition.classDatabaseTransactionReferenceThe reference to a Database transaction.classInputPropsInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classInputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classResultPropsResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.classResultSetColumnPropThe result set Column property that connects the column name in a result set with a VSColumnHeader.classResultSetPropsResult 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 booleanGEvent. isPropertyChange(IGProp<?> property)Checks if the event is a property value change.booleanPropCnrEvent. isPropertyChange(IGProp<?> property)Checks if the event is a property value change.booleanPropCopyEvent. isPropertyChange(IGProp<?> property)Checks if the event is a property value change.booleanPropValueEvent. 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 interfaceIFocusCompInterface implemented by components or properties that supports receiving focus.interfaceILockUIInterface providing Lock UI API support used by UI and VirtualSpace actions.interfaceIUIPanelAnimationInterface 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 voidIFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.default voidIFocusComp. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.default java.lang.StringIFocusComp. requestFocus(IGProp<?> trigger)Requests focus to this component.java.lang.StringIFocusEngine. requestFocus(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)Requests focus to this component.default booleanIFocusComp. requestFocusEx(IGProp<?> trigger)Requests focus to this component.booleanIFocusEngine. requestFocusEx(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)Requests focus to this component.voidIClientSessionGyro. setPseudoActionFocusToVS(IUIFocusComp focusComp, IGProp<?> trigger)Called when a "pseudo UI action" is executed, making sure its VS counterpart has the current focus.java.lang.StringIAppSessionGyro. 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 interfaceIClientBaseRelativeTargetInterface for UI components that can be referenced by the AbstractClientBaseRelativeReference, e.g.interfaceIPropCnrInterface 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).interfaceIPropCnrBooleanSettings<BOOLEAN_OPTION extends IPropCnrBoolean>Interface implements by a property container supporting setting as choices, numbers,interfaceIPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>>Interface implements by a property container supporting setting as choices, numbers,interfaceIPropCnrColorSettings<COLOR_OPTION extends IPropCnrColor>Interface implements by a property container supporting setting for colors.interfaceIPropCnrFillSettings<FILL_OPTION extends IPropCnrFill>Interface implements by a property container supporting setting for fill's.interfaceIPropCnrFontSettings<FONT_OPTION extends IPropCnrFont>Interface implements by a property container supporting setting for colors.interfaceIPropCnrIntegerSettings<INTEGER_OPTION extends IPropCnrInteger>Interface implements by a property container supporting setting as choices, numbers,interfaceIPropCnrKStringSettings<KSTRING_OPTION extends IPropCnrKString>Interface implements by a property container supporting setting as KString's.interfaceIPropCnrNumberSettings<NUMBER_OPTION extends IPropCnrNumber>Interface implements by a property container supporting setting as strings.interfaceIPropCnrStringSettings<STRING_OPTION extends IPropCnrString>Interface implements by a property container supporting setting as strings.interfaceIPropCnrStrokeSettings<STROKE_OPTION extends IPropCnrStroke>Interface implements by a property container supporting setting for strokes.interfaceIPropEditorReadOnlyInterface 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.interfaceIReferrerParticipantInterface implemented by an owner of the property reference that refers into a container that has a ReferralsHolder.interfaceISelectorOwnerInterface 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 classAbstractBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget>The Client Base Relative Reference property class hold the reference to another property in the same base container.classAbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractReference<TARGET extends IPropCnr>The Abstract Reference property class hold the reference to another property.classAbstractStylesAbstract styles property container that either holds styles or other style related data such as font faces.classAppLanguagesThe configured languages for the application.classApplicationThe application property container holds all information about a single application.classArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).classAssetReferenceThe Asset Reference property class hold the reference to a file in the Assets directory.classAssetReferencesThe Asset References property class hold the references to zero or more FileURIPropCnr property containers.classBackgroundImageReferenceThe Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.classBadgePropThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).classBoolPropThe Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).classByteArrayPropThe byte array property is used to store binary data in various forms, e.g.classCharPropThe character property class holds the property name, value and optionally has a parent and/or property listener(s).classClassReferenceThe Class Reference property class hold the reference to a Java class.classClientPropsThis 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).classCodeItemArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).classColor4PropProperty used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).classColorPropThe "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).classConstrainedIntPropThis class is used to hold an integer property that has constraints imposed on it.classDateTimePropThe date/time property can hold a date and/or a time with optional time offset with aGDateTimeproperty value.classDesignerPropCnrSpecial Designer property container that is private.classDevParamsDevice parameters container available only for iiziRun.classDoublePropThe Double property class holds the property name, value and optionally has a parent and/or property listener(s).classEditorPropCnrEditor Property Container, i.e.classEnvPropsThis 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).classErrorsPropThe errors property is used in the designer and files to store error and its values for a container.classFileURIPropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFillPropThe "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).classFixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.classFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFolderURIPropCnrA PropCnr that can is a "directory" and can contain FileURIPropCnr's.classFontPropThe "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).classGeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.classGProp<VALUE>The generic property class holds the property name, value and optionally has a parent and/or property listener(s).classGradientPropThe "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).classImageReferenceThe Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.classInt32PropThe Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).classInt4PropProperty used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).classIntPropThe Integer property class holds the property name, value and optionally has a parent and/or property listener(s).classKStringPropThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).classLongPropThe Long property class holds the property name, value and optionally has a parent and/or property listener(s).classMailPropsContainer holding mail settings.classMethodReferenceThe Method Reference property class hold the reference to a Method that is in a Java class.classMethodReference2The Method Reference "2" property class hold the reference to a Method that is in a Java class.classModuleAppThis Module Applications settings that defines the behavior of the application and contains its settings.classMultiProp<VALUE>The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.classNumberPropJavaScript optimized Number property.classPasswordPropThe Password property class hold a password that is encrypted when stored to media.classPatternPropThe pattern property class extends a KStringProp.classPKCS12IdentityPropThe PKCS#12 Identity Property used for SSL communication or code signing.classPlainKStringPropThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).classPolicyPropsContainer holding policiy settings.classPrivProp<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.classPropCnrThe property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).classProxyPropCnrThe 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.classPushPropCnrContainer for Push property container for the application.classPushPropsThe Push properties for the application.classPWAPropCnrContainer for Progressive Web App's (PWA).classPWAPropsThe Progressive Web App (PWA) properties.classRectPropThe rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).classReferralsHolderThe Referrals Holder property container contains the properties that refer to the owner of this container.classRuntimeBuilderPropsThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.classSelectorThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.classSelectorReferenceThe 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.classServerClientSessionPropsThe Server's Client Session properties hold information relating to the current client session, i.e.classServerSocketCommPropsThis property container contains all properties required for a Server Socket (NIO) connection.classSettingsPropCnrSettings property container, a "raw" PropCnr.classSizePropThe size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).classSocketCommPropsThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.classSpeechRecognitionPropSpeech Recognition property for remote client execution.classSpeechSynthesisPropSpeech Synthesis property for remote client execution.classSSLCommPropsThis property container contains all properties required for a SSL Socket (NIO) connection.classString4PropProperty 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.classStringArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).classStringMapPropThe String Map property class holds the property name, a map of strings consisting of string keys and string values.classStringPropThe "String" property class holds the property name, value and optionally has a parent and/or property listener(s).classStringSetPropThe String Set property class holds the property name and a set of unique strings.classStrokePropThe "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).classStylesThis styles property container holds the styles associated with a UI component.classStylesCnrStyles Container used to hold a Styles property instance for the Client used as a Class Name.classStylesReferencesThe Styles References property class hold the references to zero or more Styles property containers.classTextTableThe text table property holds the text table items consisting of KStrings.classTextTableReferenceThe reference to a text table instance.classTransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.classUnit4PropProperty used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).classUnitPropThe "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).classValuePropThe value property holds the VirtualSpace Value object.classValueTypePropThe Value Type property for the Value Type as a String, without Value.classVirtualsPropCnrThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.classWebSocketCommPropsThis property container contains all properties required for WebSocket communication.classWebSocketServerCommPropsThis property container contains all properties required for a WebSocket Server (NIO) connection.classWindowsThe windows property container holds the windows for the application.classX509CertificatesPropThe X.509 Certificates Property used for SSL communication.classXMLSchemaValidatorPropXML 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 theatomname 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 theatomname 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 theatomname 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 theatomname 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 theatomname 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 theatomname 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 voidIComplexOperation. addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp)Adds a property.booleanIPropCnr. addProp(IGProp<?> property)Adds a new property to this container at the end.booleanIPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.booleanPropCnr. addProp(IGProp<?> property)Adds a new property to this container at the end.booleanPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.booleanIPropCnr. addProp2(IGProp<?> property)Adds a new property to this container at the end.booleanIPropCnr. addProp2(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.booleanPropCnr. addProp2(IGProp<?> property)Adds a new property to this container at the end.booleanPropCnr. addProp2(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.static voidIComplexOperation. addPropError(IComplexOperation op, IGProp<?> gp, IPropErrorItem pei)Adds a property error.intIPropCnr. getPropIndex(IGProp<?> property)Gets the index of this property in this container.intPropCnr. getPropIndex(IGProp<?> property)Gets the index of this property in this container.static voidIComplexOperation. insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index)Inserts a property.booleanIPropCnr. insertProp(IGProp<?> property, int index)Inserts a new property to this container at the specified index.booleanPropCnr. insertProp(IGProp<?> property, int index)Inserts a new property to this container at the specified index.booleanIPropCnr. insertProp2(IGProp<?> property, int index)Convenience method to inserts a new property to this container at the specified index.booleanPropCnr. insertProp2(IGProp<?> property, int index)Convenience method to inserts a new property to this container at the specified index.booleanIPropCnr. isChild(IGProp<?> prop)Checks if the property parameter is a child property in this container property.booleanPropCnr. isChild(IGProp<?> prop)Checks if the property parameter is a child property in this container property.booleanIPropCnr. isPropExtended(IGProp<?> property)Checks if a property is extended from another or if it is a child to this container.booleanPropCnr. isPropExtended(IGProp<?> property)Checks if a property is extended from another or if it is a child to this container.booleanIPropCnr. isSibling(IGProp<?> prop)Checks if the property parameter is a sibling property in this container property.booleanPropCnr. isSibling(IGProp<?> prop)Checks if the property parameter is a sibling property in this container property.static voidIComplexOperation. moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.static voidIComplexOperation. removeProp(IComplexOperation op, IGProp<?> gp)Removes a property.booleanIPropCnr. removeProp(Atom atom, IGProp<?> trigger)Removes a property from this container with the specified atom.booleanIPropCnr. removeProp(IGProp<?> property)Removes a property from this container.booleanIPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)Removes a property from this container.booleanIPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)Removes a property from this container with the specified name.booleanPropCnr. removeProp(Atom atom, IGProp<?> trigger)Removes a property from this container with the specified atom.booleanPropCnr. removeProp(IGProp<?> property)Removes a property from this container.booleanPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)Removes a property from this container.booleanPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)Removes a property from this container with the specified name.booleanIPropCnr. removeProp2(Atom atom, IGProp<?> trigger)Convenience method to remove a property from this container with the specified atom.booleanIPropCnr. removeProp2(IGProp<?> property)Convenience method to remove a property from this container.booleanIPropCnr. removeProp2(IGProp<?> property, IGProp<?> trigger)Convenience method to remove a property from this container.booleanIPropCnr. removeProp2(java.lang.String name, IGProp<?> trigger)Convenience method to remove a property from this container with the specified name.booleanPropCnr. removeProp2(Atom atom, IGProp<?> trigger)Convenience method to remove a property from this container with the specified atom.booleanPropCnr. removeProp2(IGProp<?> property)Convenience method to remove a property from this container.booleanPropCnr. removeProp2(IGProp<?> property, IGProp<?> trigger)Convenience method to remove a property from this container.booleanPropCnr. removeProp2(java.lang.String name, IGProp<?> trigger)Convenience method to remove a property from this container with the specified name.static voidIComplexOperation. removePropError(IComplexOperation op, IGProp<?> gp, java.lang.String errorID)Removes a property error.static voidIComplexOperation. renameProp(IComplexOperation op, IGProp<?> gp, Atom newName)Renames a property.java.lang.StringIPropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.java.lang.StringPropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.protected java.lang.StringPropCnr. requestFocus(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)Requests focus to this component.booleanIPropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.booleanPropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.protected booleanPropCnr. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)Requests focus to this component.booleanIPropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)Sets a boolean property with the specified atom to thevaluein this property container.booleanPropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)Sets a boolean property with the specified atom to thevaluein this property container.booleanIPropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)Sets an integer property with the specified atom to thevaluein this property container.booleanPropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)Sets an integer property with the specified atom to thevaluein this property container.booleanIPropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)Sets an integer property with the specified atom to thevaluein this property container.booleanPropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)Sets an integer property with the specified atom to thevaluein this property container.booleanIPropCnr. setProp(IGProp<?> property)Sets a property to this container.booleanIPropCnr. setProp(IGProp<?> property, int index)Adds a new property to this container at the indicated index.booleanIPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)Sets a property to this container.booleanPropCnr. setProp(IGProp<?> property)Sets a property to this container.booleanPropCnr. setProp(IGProp<?> property, int index)Adds a new property to this container at the indicated index.booleanPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)Sets a property to this container.booleanIPropCnr. setProp2(IGProp<?> property)Convenience method to set a property to this container.booleanIPropCnr. setProp2(IGProp<?> property, IGProp<?> trigger)Convenience method to set a property to this container.booleanPropCnr. setProp2(IGProp<?> property)Convenience method to set a property to this container.booleanPropCnr. setProp2(IGProp<?> property, IGProp<?> trigger)Convenience method to set a property to this container.static voidIComplexOperation. setPropError(IComplexOperation op, IGProp<?> gp, PropError pe)Sets all errors in a property.booleanBoolProp. setPropValue(boolean newValue, IGProp<?> trigger)Sets a new value for this property.booleanGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)Sets a new value for this property.static voidIComplexOperation. setPropValue(IComplexOperation op, IGProp<?> gp, java.lang.Object newValue)Sets a property value.booleanIGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)Sets a new value for this property.booleanIPropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)Sets a string property with the specified atom to thevaluein this property container.booleanPropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)Sets a string property with the specified atom to thevaluein this property container.static java.lang.StringGProp. 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.ObjectPropCnr. 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 interfaceIContentItemContent item property container using with the content provider framework.Classes in com.iizix.prop.content that implement IGProp Modifier and Type Class Description classAbstractContentUIContainer<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 classFontFacesThe font faces property container holds information about font face(s) that are available in the application.classFontFileContainer for all font icon files used in a FontIconsDefintion.classFontFilesContainer 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 interfaceIFontIconStyleStyle interface for font icons with styles.interfaceIImageTargetInterface implemented by Image properties that can be referenced.Classes in com.iizix.prop.image that implement IGProp Modifier and Type Class Description classAbstractImageDefinitionImage definition property container.classAbstractImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classFontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.classFontIconsDefinitionThe 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.classImageDefinitionSingle image definition property container.classImageLocationThis Image Location property container.classImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classImagesDefinitionThe Images Definition property container for multiple icons/images and multiple states and resolutions.classImagesResolutionThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.classImagesStyleThis Images Style property container has the state for several images.classImageStyleThis Image Style property container holds the image types, asset reference, and other settings.classImageStyleLocationThis Image Style Location property container has the state for several images.classImageStylesResolutionThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.classRuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.classStyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.classSVGDefinitionThe 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 interfaceILayoutDataAlignXInterface for tagging layout data to mark it as horizontal align capable.interfaceILayoutDataAlignYInterface for tagging layout data to mark it as vertical align capable.interfaceIUIActionInterface implemented by action items.interfaceIUIActionHolderInterface implementation for a property container that holds the IUIAction information that is used for e.g.interfaceIUICheck2ComponentComponents with check state implement this interface without third state possibility.interfaceIUICheckComponentComponents with check state implement this interface.interfaceIUICompThe interface for the UIComp class is the basic implementation of a single user interface component.interfaceIUIContainerThe interface for the UIContainer class is a standard simple container for components.interfaceIUIContextMenuOwnerInterface that can be implemented by an owner of a context menu in order to be notified upon reference resolving.interfaceIUIFocusCompFocus component for the UI components.interfaceIUIHintInterface supporting the Hint API functions.interfaceIUILabelForTargetTagging interface for UI components that can be "Label for" another component, e.g.interfaceIUIPanelOwnerThe panel owner is an interface implemented by top level components that are either the panel itself or e.g.interfaceIUIRadioComponentInterface 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 classAbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classAbsoluteLayoutAbsoluteLayout is a layout manager.classAbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.classAccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.classAccordionLayoutAccordion container specific layout manager.classBorderDataThe BorderData is the layout data for components in a container with BorderLayout.classBorderLayoutBorderLayout is a layout manager.classCIDPropComponent ID property is used to assign a unique value known on both client and server.classContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classContextMenuLayoutMenu specific layout manager.classContextMenuReferenceThe reference to a UI context menu.classDOMElementDOM Element property container used to keep information of the created UI item and its internal DOM structure.classFlexDataThe FlexData is the layout data for components in a container with FlexLayout.classFlexLayoutFlexLayout is a layout manager.classGridDataThe GridData is the layout data for components in a container with GridLayout.classGridLayoutGridLayout is a layout manager.classGroupNamePropGroup name property used for component grouping.classHeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.classHeadingLayoutHeader specific layout manager.classImagePreviewImage preview property for use with any UI component or container.classLabelForReferenceThe Label For Reference property class hold the reference to another property in the same base container.classLayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.classLayoutPropThe LayoutProp is the generic property for layout managers using properties to layout it's components.classListDataThe ListData is the layout data for components in a container with ListLayout.classListLayoutList container specific layout manager.classMenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.classMenuBarLayoutMenu bar specific layout manager.classMenuDataThe MenuData is the layout data for components in a container with MenuLayout.classMenuLayoutMenu specific layout manager.classMessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.classMUIHeadingHeader UI container.classMUISimpleDialogSimple mobile popup dialog.classMUISwitchMobile switch UI component.classMUITabBarTab bar UI container.classPanelDataThe panel layout data.classPanelPartReferenceThe reference to a UI panel part.classSwapDataThe SwapData is the layout data for components in a container with SwapLayout.classSwapLayoutSwap container specific layout manager.classTabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.classTabBarLayoutTab bar specific layout manager.classTabDataThe TabData is the layout data for components in a container with TabLayout.classTabLayoutTab container specific layout manager.classToasterToaster property.classTooltipPropThe tooltip property is a container that holds various information for the tooltip, e.g.classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUIButtonButton UI component.classUICalendarCalendar UI component.classUICheckBoxCheckbox UI component.classUICheckedMenuItemMenu item UI component.classUIComboBoxCombobox UI component.classUICompThe UIComp class is the basic implementation of a single user interface component.classUICompsThe UIComps class is the property container for all UIComp instances of the UIComps class.classUIContainerThe UIContainer class is a standard simple container for components.classUIContextMenuContext menu UI container.classUIDialogDesktop popup dialog.classUIEmptyEmpty UI component.classUIGaugeGauge UI component.classUIImageImage UI component.classUIImage2Image Crop and Upload UI component.classUILabelLabel UI component.classUIMediaMedia UI component.classUIMenuMenu UI container.classUIMenuBarMenu bar UI container.classUIMenuItemMenu item UI component.classUIMenuSeparatorMenu separator UI component.classUIOutputOutput (label) UI component.classUIPanelPanel UI container.classUIPanelBaseBase panel UI container.classUIPanelPartPanel part UI container.classUIPanelPartCnrThe UI panel part container.classUIProgressProgress UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUISliderSlider UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITextText UI component.classUITextAreaText area UI component.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui with parameters of type IGProp Modifier and Type Method Description protected voidUIPanelBase. invokeOnUIFocusMethod(boolean isFocusGained, UIComp component, UIComp opposite, IGProp<?> trigger)Invoke the focus event methods of the component and the panel.default voidIUIFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidUIComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.default voidIUIFocusComp. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.java.lang.StringUIComp. requestFocus(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.java.lang.StringUIComp. requestFocus(IGProp<?> trigger, boolean isRemoteInduced, boolean doAnimate)Requests focus to this component.booleanUIComp. requestFocusEx(IGProp<?> trigger, boolean isRemoteInduced)Requests focus to this component.booleanUIComp. 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 classCalendarDataThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.classCalendarEventA (sub)calendar list event.classCalendarLayoutLayout manager for calendar lists.classUICalendarListCalendar 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 interfaceIChartContainerThe 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 classUIChartChart 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 classAxis2DA 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 classPlot2DA 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 classSeriesA chart series consists of several series values properties in a defined order.classSeriesValueA 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 classUIDateTimeDate/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 classDevicePropThe "device" property class holds the property name, value as aGSimpleDeviceobject and optionally has a parent and/or property listener(s).classThemesPropThe "themes" property class holds the property name, value as aGThemesobject 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 classMapDataThe layout data for all mobile list components or containers, i.e.classMapLayoutLayout manager for maps.classMapMarkerPropThe property container for map markers.classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.classUIMapMap 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 classMLDefaultItemPropThe property container for default mobile list items.classMLGroupThe 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.classMLGroupLayoutLayout manager for mobile list groups.classMListMobile list item UI component.classMListDataThe layout data for all mobile list components or containers, i.e.classMListLayoutLayout manager for all mobile lists.classMLItemPropThe 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 interfaceIUIAnimatedSingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUIBooleanSelectionCompThe boolean component supports an on/off or selected/unselected state only.interfaceIUICellSelectionCompInterface implements by components that process cell selection and emits cell selection events.interfaceIUIIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUISelectionCompInterface implements by components that process selection and emits selection events.interfaceIUISingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.interfaceIUITriStateSelectionCompInterface 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 classTableCellThe table cell property.classTableRowThe Table Row instance.classTableRowsThe Table Rows container instance.classUITableThe table UI container.classUITableColumnThe table column UI container.classUITableDataThe table column data is the layout data for components in a UITable container.classUITableLayoutUITable 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 interfaceIUIDateTimeComponentInterface implemented by value supporting components with a date/time value.interfaceIUIDateValueComponentInterface implemented by Date value supporting components with a date/time value.interfaceIUIDoubleRangeValueComponentInterface implemented by value supporting components with a double value and a range.interfaceIUIDoubleValueComponentInterface implemented by value supporting components with a double value.interfaceIUINullableValueComponentInterface implemented by value supporting components with a double, integer or date/time nullable value.interfaceIUITimeValueComponentInterface implemented by Time value supporting components with a date/time value.interfaceIUIValueComponentInterface 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 interfaceIVSComponentThe common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interfaceIVSMessageComponentThe message support for a VS component.interfaceIVSParticipantInterface implemented by a container being a participant in the VirtualSpace.Classes in com.iizix.prop.vs that implement IGProp Modifier and Type Class Description classAbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>Class that holds a single VS "variable" mapping of a certain type.classVirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.classVSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).classVSActionActorParticipantThe VirtualSpace Action Actor Participant used by Action Actors.classVSActionReferenceThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.classVSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classVSColumnReferenceThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.classVSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.classVSComponentReferenceVS 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.classVSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classVSFieldReferenceVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.classVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classVSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classVSGroupReferenceThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.classVSOnUIEventClass 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".classVSParticipantThe VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.classVSParticipantReferenceThe VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipantinterface, such as panels.classVSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classVSReferenceThe VirtualSpace Reference property class hold the reference to a VirtualSpace.classVSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.classVSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).classVSRowsThe rows property class that only allows VSRow children properties.classVSTableThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).classVSTableColumnReferenceThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.classVSTableReferenceThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.classVSVariablesVirtualSpace "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 voidVSRows. clearSelection(IGProp<?> trigger)Clears the selection with optional trigger component.booleanVSTable. clearSelection(IGProp<?> trigger)Clears the selection with optional trigger component.protected voidVirtualSpace. invokeOnVSFocusMethod(boolean isFocusGained, IVSComponent component, IVSComponent opposite, IGProp<?> trigger)Invoke the focus event method.voidVirtualSpace. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidVSComponent. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidVirtualSpace. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.voidVSComponent. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.default booleanIVSComponent. setEnabled(boolean on, IGProp<?> trigger)Sets the enabled state.default booleanIVSComponent. setReadOnly(boolean on, IGProp<?> trigger)Sets the read-only state.default booleanIVSComponent. setSelected(boolean on, IGProp<?> trigger)Sets the selected state.booleanVSRows. setSelection(int[] indicies, IGProp<?> trigger)Sets the selection indices.booleanVSRows. setSelection(int index, IGProp<?> trigger)Sets the single selection index with optional trigger component.booleanVSTable. setSelection(int[] indicies, IGProp<?> trigger)Sets the selection indicies with optional trigger component.booleanVSTable. setSelection(int index, IGProp<?> trigger)Sets the single selection index with optional trigger component.default java.lang.StringIVSComponent. setVirtualizeSupportFocus(IGProp<?> trigger)Sets the focus to this VS component (if possible), regardless if the VS component is virtualized or not.default booleanIVSComponent. 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 interfaceIActionActorSettingsInterface 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 classAbstractPredefinedSettingsThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.classActionActorsClass container for associated action actors of a VSAction.classFieldActorThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classFieldActorsClass container for associated value actors of a VSField or VSColumnHeader.static classHistoryBackward.SettingsSettings property container.static classHistoryForward.SettingsSettings property container.static classSetFocus.SettingsSettings property container.static classSetSourceFieldValue.SettingsSettings property container.static classSetTargetFieldValue.SettingsSettings property container.static classTransportField.SettingsSettings property container.static classTransportGroup.SettingsSettings property container.static classTransportSelectedTableRows.SettingsSettings property container.static classTransportSingleSelectedTableRow.SettingsSettings property container.static classTransportSingleSelectedTableRowAndColumnToField.SettingsSettings property container.static classTransportSingleSelectedTableRowToFields.SettingsSettings property container.static classTransportTableColumn.SettingsSettings property container.static classTransportTableRows.SettingsSettings property container.Uses of IGProp in com.iizix.server.acme
Classes in com.iizix.server.acme that implement IGProp Modifier and Type Class Description classLetsEncryptDomainProperty 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 classVirtualsContainer.VContainerThe 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 classAppPropCnrThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.classModuleProjectPropCnrThe module root property container.classServerAppDistributionPropsEditor 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 voidAppSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)Called when focus changes.voidClientSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)Called when focus changes.voidIGyroFocusEngineOwner. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)Called when focus changes.voidClientSessionGyro. setPseudoActionFocusToVS(IUIFocusComp focusComp, IGProp<?> trigger)Called when a "pseudo UI action" is executed, making sure its VS counterpart has the current focus.java.lang.StringAppSessionGyro. 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 classClientSessionPropClient session property.classEndPointPropCnrAn end point property.classEndPointsPropCnrAn end point property.classSessionConnectionStatPropAn end point property.classVirtualizedMonitorPropCnrProperty 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 interfaceIServerApplicationSetupPropCnrInterface 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 classServerAppConfigProperty container for the configuration of an App of the iiziServer.classServerConfigEnvPropsThis configuration environment defines the configuration setup for the available plug-ins.classServerConfigEnvReferenceThe ServerConfigEnvReference property class hold the reference to a Server configuration environment.classServerPluginConfigProperty container for the configuration of a plug-in for a Server configuration environment.classServerPropsThis 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).classServerSettingsThis property is a container that holds the required settings for the server to operate and initialize itself with.classWebServerPortConfigProperty 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 classServerRuntimeBuilderPropsThis 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 classServerKeysPropClass 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 classServerVSViewerPropCnrThe 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 classHostSessionPropsThis property handles communication between the server and client in full duplex using Transaction's.classRemoteHostSessionPropThe RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).classScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.classScreenActionPropThis Screen Action property container for a terminal host screen.classScreenActionReferenceReference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.classScreenActionsPropThis Screen fields property container for a terminal host screen.classScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen.classScreenFieldPropThis Screen Field property container for a terminal host screen.classScreenFieldReferenceProperty holding the reference to a screen field from inside the screen, used by screen actions.classScreenFieldsPropThis Screen Fields property container for a terminal host screen.classScreenIdentificationPropThis Screen identification property container for a terminal host screen.classScreenIdentificationsPropThis Screen identifications property container for a terminal host screen.classScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classSessionsPropThis Sessions property container holds the terminal properties.classTelnetCommPropsThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static classTerminalActionActor.SettingsThe terminal action actor settings.classTerminalPropsThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.classTerminalSettingsThis 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 classActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classActiveTerminalSessionsThe 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 interfaceIKStringHolder<PROP>Interface required to be implemented by properties holding a KStringHolder.interfaceIKStringValuePropHolder<PROP_VALUE>Interface containing default code for the KString holder, KString information provider and externalizable KString support.interfaceITextExternalizableProp<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 classWebServiceActionActor.SettingsSettings property container.Uses of IGProp in com.iizix.ws.prop
Classes in com.iizix.ws.prop that implement IGProp Modifier and Type Class Description classAbstractInputPropsAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.classOutputColumnThe Output Column connects a table column from the reply output with a VSTable column.classOutputPropsOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classOutputTableThe Output Table connects a table from the reply output with a VSTable.classOutputVariableThe Output Variable connects a reference variable from the reply output with a VSField.classOutputVariablesOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classRESTfulInputPropsInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classWebServicePropWeb Service property container holding the definition of a web service transaction.classWebServiceReferenceThe 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 classJSONElementWrapperA JSON element wrapper, used to process the output of a Web Service reply.classJSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.classJSONReplyDocumentThe 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 classURLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.classURLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.