Uses of Interface
com.iizix.prop.IPropCnr
- Uses of IPropCnr in com.iizigo.actionactor- Subinterfaces of IPropCnr in com.iizigo.actionactor - Modifier and Type - Interface - Description - interface- IEditorActionActorSettingsEditor interface for the Settings containers for Actions in the Designer.- Classes in com.iizigo.actionactor that implement IPropCnr - Modifier and Type - Class - Description - static class- EditorJavaActionActor.SettingsSettings property container.
- Uses of IPropCnr in com.iizigo.app.prop- Classes in com.iizigo.app.prop that implement IPropCnr - Modifier and Type - Class - Description - class- AppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorAppPropCnrThe Editor version of the Application property container that holds all the Module projects as- EditorModuleProjectPropCnrchildren.- class- EditorModuleProjectPropCnrThe Editor version of the Module project property container.
- Uses of IPropCnr in com.iizigo.db.actionactor- Classes in com.iizigo.db.actionactor that implement IPropCnr - Modifier and Type - Class - Description - static class- EditorDatabaseActionActor.SettingsSettings property container.
- Uses of IPropCnr in com.iizigo.db.prop- Classes in com.iizigo.db.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.- class- EditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.- class- EditorDatabasePropsThe Editor database properties.- class- EditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- class- EditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- class- EditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.- class- EditorResultSetColumnPropEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.- class- EditorResultSetPropsEditor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.
- Uses of IPropCnr in com.iizigo.font.prop- Classes in com.iizigo.font.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorFontFacesFont face style definitions property container for the Editor.- class- EditorFontFileFont icon files property container for the Editor.- class- EditorFontFilesFont icon files property container for the Editor.
- Uses of IPropCnr in com.iizigo.image.prop- Classes in com.iizigo.image.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorFontIconDefinitionFont icon definition property container for the Editor.- class- EditorFontIconsDefinitionFont icon definitions property container for the Editor.- class- EditorImageDefinitionThis Image Definition part property container for the Editor.- class- EditorImageLocationThis Image Location has the location of the image part.- class- EditorImageResolutionThis Image Resolution has the file reference and the device pixel ratio.- class- EditorImagesDefinitionThis multiple Images Definition property container for the Editor.- class- EditorImagesResolutionThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.- class- EditorImagesStyleThis Images Style property has a multiple-image file for a style.- class- EditorImageStyleThis Image Style property container has a style for a single image definition and an asset file reference.- class- EditorImageStyleLocationThis Image Styles Location has a style and location.- class- EditorImageStylesResolutionThis Image Styles Resolution has the file reference and the device pixel ratio.- class- EditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.- class- EditorSVGDefinitionSVG definition property container for the Editor.
- Uses of IPropCnr in com.iizigo.java- Subinterfaces of IPropCnr in com.iizigo.java - Modifier and Type - Interface - Description - interface- IShowJavaSourceDisplays the source code associated with a UI or VS component.- Classes in com.iizigo.java that implement IPropCnr - Modifier and Type - Class - Description - class- JavaProjectRootPropCnrRoot property container for Java projects.- class- JavaRootContainerProperty container used to store properties of Java files in a project.
- Uses of IPropCnr in com.iizigo.java.parser- Classes in com.iizigo.java.parser that implement IPropCnr - Modifier and Type - Class - Description - class- ParsedJavaSourceContainerProperty container for a Java source.
- Uses of IPropCnr in com.iizigo.java.prop- Classes in com.iizigo.java.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorMethodReference2The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.
- Uses of IPropCnr in com.iizigo.link.java- Subinterfaces of IPropCnr in com.iizigo.link.java - Modifier and Type - Interface - Description - interface- IJavaClassLinkEnablerInterface implemented by a property container that holds a ClassReference instance where the implementation of the class is attached to e.g.- interface- IJavaInterfaceLinkEnablerInterface implemented by a property container that holds a ClassReference instance where the implementation of the class must implement an interface, used for advanced "hooks" in various parts, such as the database result row processor, web service request processor.- interface- IJavaMethodLinkEnablerThe link enabler for a Java method using the MethodReference class (not MethodReference2).
- Uses of IPropCnr in com.iizigo.link.ui- Subinterfaces of IPropCnr in com.iizigo.link.ui - Modifier and Type - Interface - Description - interface- IUIBuilderFromVSLinkEnablerThe UI builder link enabler can be assigned to the UIContainer implementing class and is also used for the UIComps container and layout managers in order to produce the same result when e.g.- interface- IUIComponentLinkEnablerLink interface implemented by UIComponents.
- Uses of IPropCnr in com.iizigo.link.vs- Subinterfaces of IPropCnr in com.iizigo.link.vs - Modifier and Type - Interface - Description - interface- IVSActionLinkEnablerThe link enabler for a standard VSAction in VSActionReference named Atom.ACTION or another name using- IVSActionLinkEnabler.getLinkVSActionName(LinkData).- interface- IVSFieldLinkEnablerThe link enabler for a standard VSAction in VSFieldReference named Atom.VSFIELD or another name using- IVSFieldLinkEnabler.getLinkVSFieldName(LinkData).
- Uses of IPropCnr in com.iizigo.panel.prop- Subinterfaces of IPropCnr in com.iizigo.panel.prop - Modifier and Type - Interface - Description - interface- IEFixedLayoutPropInterface implemented by layout data properties that can accept a fixed size of a component.- interface- IELayoutMgr<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers.- interface- IELayoutMgrDND<LAYOUT_PROP extends LayoutProp>Interface implemented by layout managers that support drag-drop in the panel designer.- interface- IELayoutMgrSimpleDND<LAYOUT_PROP extends LayoutProp>Simple DND layout manager that handles ordering of components in a straight array.- interface- IELayoutPropInterface used for Editor layout properties (layout data).- interface- IEUICompInterface implemented by all Editor UIComp and their extended classes.- interface- IEUICompBaseInterface implemented by all Editor UIComp and their extended classes.- interface- IEUICompCommonCommon code to both components and containers that must be placed in a separate interface to be able to use default code.- interface- IEUIContainerInterface implemented by all Editor UIContainer and their extended classes.- interface- IEUIPanelInterface implemented by panels in the Designer.- Classes in com.iizigo.panel.prop that implement IPropCnr - Modifier and Type - Class - Description - class- DragDropLinkAdapterComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.- class- DragDropPropCnrThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.- class- EAbsoluteDataSetup layout data for a component in a container with absolute layout.- class- EAbsoluteLayoutSetup data for the absolute layout.- class- EAccordionDataSetup layout data for a component in a container with accordion layout.- class- EAccordionLayoutAccordion layout.- class- EBorderDataSetup layout data for a component in a container with border layout.- class- EBorderLayoutSetup data for the border layout.- class- EContextMenuDataSetup layout data for a component in a container with context menu layout.- class- EContextMenuLayoutContext menu layout.- class- EFlexDataFlex layout data.- class- EFlexLayoutFlex layout.- class- EGridDataGrid layout data.- class- EGridLayoutGrid layout.- class- EHeadingDataSetup layout data for a component in a container with heading layout.- class- EHeadingLayoutHeading layout.- class- EListDataSetup layout data for a component in a container with (mobile) list layout.- class- EListLayoutList layout.- class- EMenuBarDataSetup layout data for a component in a container with menu bar layout.- class- EMenuBarLayoutMenu bar layout.- class- EMenuDataSetup layout data for a component in a container with menu layout.- class- EMenuLayoutMenu layout.- class- EMUIHeadingHeading container.- class- EMUISimpleDialogEditor class for UISimpleDialog.- class- EMUISwitchMobile switch UI component.- class- EMUITabBarTab bar container.- class- EPanelDataSetup layout data for all panels.- class- ESwapDataSetup layout data for a component in a container with tab layout.- class- ESwapLayoutSwap layout.- class- ETabBarDataSetup layout data for a component in a container with tab bar layout.- class- ETabBarLayoutTab bar layout.- class- ETabDataSetup layout data for a component in a container with tab layout.- class- ETabLayoutTab layout.- class- EUIAccordionAccordion container.- class- EUIButtonButton component.- class- EUICalendarCalendar component.- class- EUICheckBoxCheckbox component.- class- EUICheckedMenuItemChecked menu item component.- class- EUIComboBoxCombobox component.- class- EUICompsEditor class for UIComps.- class- EUIContainerEditor class for UIContainer.- class- EUIContextMenuContext menu container.- class- EUIDateTimeDate/Time UI component.- class- EUIDialogEditor class for UIDialog.- class- EUIEmptyEmpty component.- class- EUIGaugeGauge component.- class- EUIImageImage component.- class- EUIImage2Image component.- class- EUILabelLabel component.- class- EUIMediaMedia component.- class- EUIMenuMenu container.- class- EUIMenuBarMenu bar container.- class- EUIMenuItemMenu item component.- class- EUIMenuSeparatorMenu separator component.- class- EUIOutputLabel component.- class- EUIPanelEditor class for UIPanel.- class- EUIPanelPartEditor class for UIPanel.- class- EUIPanelPartCnrEditor class for UIContainer.- class- EUIProgressProgress component.- class- EUIRadioButtonRadio button component.- class- EUIRadioMenuItemRadio menu item component.- class- EUISliderSlider component.- class- EUISpinnerSpinner UI component.- class- EUISwapContainerSwap container.- class- EUITabContainerTab container.- class- EUITextText component (entry field).- class- EUITextAreaText area component.- class- EUITitlePaneGroup container.- class- PanelSettingsPropCnrCustom settings for the panel, only used in the Designer.
- Uses of IPropCnr in com.iizigo.panel.prop.calendar- Classes in com.iizigo.panel.prop.calendar that implement IPropCnr - Modifier and Type - Class - Description - class- ECalendarDataLayout data for calendar list and its calendar events.- class- ECalendarEventThe Editor version of a map marker.- class- ECalendarLayoutMap layout.- class- EUICalendarListCalendar list component.
- Uses of IPropCnr in com.iizigo.panel.prop.chart- Classes in com.iizigo.panel.prop.chart that implement IPropCnr - Modifier and Type - Class - Description - class- EAxis2DThe axis for the chart.- class- EPlot2DThe plot for the chart.- class- ESeriesThe Series for the chart.- class- ESeriesValueThe Series value for the chart.- class- EUIChartChart component.
- Uses of IPropCnr in com.iizigo.panel.prop.map- Classes in com.iizigo.panel.prop.map that implement IPropCnr - Modifier and Type - Class - Description - class- EMapDataLayout data for maps.- class- EMapLayoutMap layout.- class- EMapMarkerPropThe Editor version of a map marker.- class- EMapMarkersMap markers container for the designer.- class- EUIMapMap component.
- Uses of IPropCnr in com.iizigo.panel.prop.mlist- Classes in com.iizigo.panel.prop.mlist that implement IPropCnr - Modifier and Type - Class - Description - class- EMLDefaultItemPropThe Editor version of a default list item.- class- EMLGroupMobile list items group container for the designer.- class- EMLGroupLayoutMobile list group layout.- class- EMListList component.- class- EMListDataLayout data for a component in a container with (mobile) list layout.- class- EMListLayoutMobile list layout.- class- EMLItemPropThe Editor version of a mobile list items group container.
- Uses of IPropCnr in com.iizigo.panel.prop.table- Classes in com.iizigo.panel.prop.table that implement IPropCnr - Modifier and Type - Class - Description - class- EUITableThe Table "component" (really a container).- class- EUITableColumnThe Table Column component.- class- EUITableDataSetup layout data for a component in a container with tab layout.- class- EUITableLayoutUI Table layout.
- Uses of IPropCnr in com.iizigo.panel.wizards- Subinterfaces of IPropCnr in com.iizigo.panel.wizards - Modifier and Type - Interface - Description - interface- IAddUICompProvider<UICOMP extends UIComp>Interface used to provide information about a UI component to fill in the wizard or to perform auto-creation of VS components.
- Uses of IPropCnr in com.iizigo.project- Classes in com.iizigo.project that implement IPropCnr - Modifier and Type - Class - Description - class- ModuleFolderPropCnrThe module root property container.- class- ModuleRootPropCnrThe module root property container.- class- ProjectRootPropCnrThe project root property container.
- Uses of IPropCnr in com.iizigo.prop- Subinterfaces of IPropCnr in com.iizigo.prop - Modifier and Type - Interface - Description - interface- IPropDesignerInterface for property containers for iiziGo Designer that supports file reference to an IFile object, the modification stamp, an exception, used when loading files as well as checking for possible refresh.- interface- ITransferContainerPropsInterface implemented by for properties supporting transfer of properties between instances of the same type.- Classes in com.iizigo.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.- class- FilePropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- class- FolderPropCnrA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.- class- MementoPropCnrMemento supporting property container.- class- MultiPropCnrClass used to handle properties in a multi-prop editor.- Constructors in com.iizigo.prop with parameters of type IPropCnr - Constructor - Description - MementoPropAdapter(IPropCnr cnr)Creates a wrapper around a property container.
- Uses of IPropCnr in com.iizigo.prop.editor- Classes in com.iizigo.prop.editor with type parameters of type IPropCnr - Modifier and Type - Class - Description - class- ReferencePropEditor<TARGET extends IPropCnr>The Reference property editor consists of a simple entry field and a more button.
- Uses of IPropCnr in com.iizigo.push.prop- Classes in com.iizigo.push.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorPushPropsContainer that holds the required settings for the Push Notification of an app in the Editor.
- Uses of IPropCnr in com.iizigo.pwa.prop- Classes in com.iizigo.pwa.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorPWAPropsContainer that holds the required settings for the PWA in the Editor.
- Uses of IPropCnr in com.iizigo.run.prop- Classes in com.iizigo.run.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorRuntimeBuilderPropsContainer that holds the required settings for the runtime builder.
- Uses of IPropCnr in com.iizigo.selector.prop- Classes in com.iizigo.selector.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorSelectorThis Selector property container for the Editor.
- Uses of IPropCnr in com.iizigo.server.config- Classes in com.iizigo.server.config that implement IPropCnr - Modifier and Type - Class - Description - class- EditorLetsEncryptDomainEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorMailPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorServerAppConfigEditor version of the container that holds the application configuration.- class- EditorServerConfigEnvPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorServerPluginConfigEditor version of the property container for the configuration of a plug-in for a Server configuration environment.- class- EditorServerPropsEditor version of the container that holds the server properties.- class- EditorServerSettingsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorWebServerPortConfigEditor version of the property container for the configuration of a Port "group" of the web server.
- Uses of IPropCnr in com.iizigo.server.monitor- Subinterfaces of IPropCnr in com.iizigo.server.monitor - Modifier and Type - Interface - Description - interface- IVirtualizedMonitorPanelProviderInterface to indicate that the property takes part of the server browser and can display information in the properties or the right panel part.- interface- IVirtualizedMonitorPropClass for Virtualized Monitor Designer Prop.- Classes in com.iizigo.server.monitor that implement IPropCnr - Modifier and Type - Class - Description - class- EditorClientSessionPropClient session property for end-points.- class- EditorEndPointPropCnrAn end point property.- class- EditorEndPointsPropCnrAn end point property.- class- EditorInfoPropCnrProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.- class- EditorSessionConnectionStatPropClient session property for end-points.- class- EditorVirtualizedMonitorPropCnrEditor version of the property container used for Virtual Monitor data and communication.
- Uses of IPropCnr in com.iizigo.style.prop- Classes in com.iizigo.style.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorStylesThis Styles property container for the Editor.
- Uses of IPropCnr in com.iizigo.term.capture.prop- Classes in com.iizigo.term.capture.prop that implement IPropCnr - Modifier and Type - Class - Description - class- CaptureFieldPropThis Capture Field property container holds the screen identifications and fields for a terminal host screen.- class- CaptureRootPropThis Capture Root property container holds the screen capture and fields for a EE host screen.- class- CaptureScreenPropThis Capture Screen property container holds the screen capture and fields for a EE host screen.
- Uses of IPropCnr in com.iizigo.term.prop- Classes in com.iizigo.term.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorScreenActionGroupPropThis Screen Action Group property container for a terminal host screen property.- class- EditorScreenActionPropThis Screen Action property container for a terminal host screen property.- class- EditorScreenActionsPropThis Screen Actions property container for a terminal host screen property.- class- EditorScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen property.- class- EditorScreenFieldPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenFieldsPropThis Screen Fields property container for a terminal host screen property.- class- EditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenIdentificationsPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.- class- EditorSessionsPropThis Sessions property container holds the terminal properties.- static class- EditorTerminalActionActor.SettingsEditor version of the Settings property container.- class- EditorTerminalPropsThis Terminal property container holds terminal settings.
- Uses of IPropCnr in com.iizigo.term.recording.prop- Classes in com.iizigo.term.recording.prop that implement IPropCnr - Modifier and Type - Class - Description - class- LogicItemPropThe recording logic item property container.- class- LogicPropThe recording logic property container.- class- RecordingPropThis Recording property container holds the screens and logic.- class- RecordingRootPropThis Recording Root property container holds the recording.- class- RecordingScreenPropThis Recording Screen property container holds the screen name.- class- RecordingScreensPropThis Recording Screens property container holds the screens.
- Uses of IPropCnr in com.iizigo.term.server- Classes in com.iizigo.term.server that implement IPropCnr - Modifier and Type - Class - Description - class- EditorActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.- class- EditorActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.
- Uses of IPropCnr in com.iizigo.text.prop- Classes in com.iizigo.text.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorTextTableThis Selector property container for the Editor.
- Uses of IPropCnr in com.iizigo.vs.actor- Classes in com.iizigo.vs.actor that implement IPropCnr - Modifier and Type - Class - Description - class- EditorActionActorsThe Editor version of class container for associated action actors of a VSAction.- class- EditorFieldActorThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- class- EditorFieldActorsThe Editor version of class container for associated field actors of a VSField.- static class- EditorHistoryBackward.SettingsEditor version of the Settings property container.- static class- EditorHistoryForward.SettingsEditor version of the Settings property container.- static class- EditorSetFocus.SettingsEditor version of the Settings property container.- static class- EditorSetSourceFieldValue.SettingsEditor version of the Settings property container.- static class- EditorSetTargetFieldValue.SettingsEditor version of the Settings property container.- static class- EditorTransportField.SettingsEditor version of the Settings property container.
- Uses of IPropCnr in com.iizigo.vs.prop- Subinterfaces of IPropCnr in com.iizigo.vs.prop - Modifier and Type - Interface - Description - interface- IEVSComponentInterface implemented by the Editor versions of the VSComponent's.- Classes in com.iizigo.vs.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorVirtualSpaceThe Editor VirtualSpace property class.- class- EditorVSActionThe Editor VirtualSpace Action property class.- class- EditorVSColumnHeaderThe Editor VirtualSpace Column property class.- class- EditorVSFieldThe Editor VirtualSpace Field property class.- class- EditorVSGroupThe Editor VirtualSpace Group property class.- class- EditorVSParticipantsHolderThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- class- EditorVSRowThe Editor VirtualSpace Row property class.- class- EditorVSRowsThe rows property class that only allows VSRow children properties.- class- EditorVSTableThe Editor VirtualSpace Field property class.
- Uses of IPropCnr in com.iizigo.vs.viewer- Classes in com.iizigo.vs.viewer that implement IPropCnr - Modifier and Type - Class - Description - class- VSViewerPropCnrThe VSViewer property container used to view a VirtualSpace.
- Uses of IPropCnr in com.iizigo.ws.actionactor- Classes in com.iizigo.ws.actionactor that implement IPropCnr - Modifier and Type - Class - Description - static class- EditorWebServiceActionActor.SettingsSettings property container.
- Uses of IPropCnr in com.iizigo.ws.prop- Subinterfaces of IPropCnr in com.iizigo.ws.prop - Modifier and Type - Interface - Description - interface- IWrappedElementInterface for a wrapped element.- interface- IWSPropDesignerInterface all Designer Props of the Web Service must implement.- Classes in com.iizigo.ws.prop that implement IPropCnr - Modifier and Type - Class - Description - class- EditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.- class- EditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.- class- EditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- class- EditorWebServicePropEditor version of the Web Service property container holding the definition of a web service transaction.
- Uses of IPropCnr in com.iizigo.ws.prop.json- Classes in com.iizigo.ws.prop.json that implement IPropCnr - Modifier and Type - Class - Description - class- EditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.- class- EditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- class- EditorJSONReplyDocumentEditor 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 IPropCnr in com.iizigo.ws.prop.url- Classes in com.iizigo.ws.prop.url that implement IPropCnr - Modifier and Type - Class - Description - class- EditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- class- EditorURLInputParameterEditor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.
- Uses of IPropCnr in com.iizix- Subinterfaces of IPropCnr in com.iizix - Modifier and Type - Interface - Description - interface- IComponentThe IComponent is the base interface for UI components in IIZI.- interface- IEntryThe IEntry interface is used for entry-capable components (such as entry field, multiple-line entry field, combobox and spin button).
- Uses of IPropCnr in com.iizix.actionactor- Classes in com.iizix.actionactor that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractSettingsClass extending the property container.- static class- JavaActionActorBase.SettingsSettings property container.
- Uses of IPropCnr in com.iizix.db.actionactor- Classes in com.iizix.db.actionactor that implement IPropCnr - Modifier and Type - Class - Description - static class- DatabaseActionActor.SettingsSettings property container.
- Uses of IPropCnr in com.iizix.db.prop- Classes in com.iizix.db.prop that implement IPropCnr - Modifier and Type - Class - Description - class- ConnectionProfileSetupA single connection profile setup that is used to establish a JDBC connection.- class- ConnectionProfilesSetupContainer with all connection profiles setup's by name.- class- DatabasePropsThis database property container holds database service definition.- class- InputPropsInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- class- InputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- class- ResultPropsResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.- class- ResultSetColumnPropThe result set Column property that connects the column name in a result set with a VSColumnHeader.- class- ResultSetPropsResult set property that ties a result set from the execution of an SQL query statement to VirtualSpace.
- Uses of IPropCnr in com.iizix.gyro- Subinterfaces of IPropCnr in com.iizix.gyro - Modifier and Type - Interface - Description - interface- IFocusCompInterface implemented by components or properties that supports receiving focus.- interface- ILockUIInterface providing Lock UI API support used by UI and VirtualSpace actions.- interface- IUIPanelAnimationInterface providing the API to manipulate panel animations when panels are replaced by another.
- Uses of IPropCnr in com.iizix.prop- Classes in com.iizix.prop with type parameters of type IPropCnr - Modifier and Type - Class - Description - class- AbstractBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.- class- AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.- class- AbstractReference<TARGET extends IPropCnr>The Abstract Reference property class hold the reference to another property.- class- FixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.- interface- IReferenceOwner<TARGET extends IPropCnr>Interface used to listen to changes in references.- Subinterfaces of IPropCnr in com.iizix.prop - Modifier and Type - Interface - Description - interface- IPropCnrBooleanSettings<BOOLEAN_OPTION extends IPropCnrBoolean>Interface implements by a property container supporting setting as choices, numbers,- interface- IPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>>Interface implements by a property container supporting setting as choices, numbers,- interface- IPropCnrColorSettings<COLOR_OPTION extends IPropCnrColor>Interface implements by a property container supporting setting for colors.- interface- IPropCnrFillSettings<FILL_OPTION extends IPropCnrFill>Interface implements by a property container supporting setting for fill's.- interface- IPropCnrFontSettings<FONT_OPTION extends IPropCnrFont>Interface implements by a property container supporting setting for colors.- interface- IPropCnrIntegerSettings<INTEGER_OPTION extends IPropCnrInteger>Interface implements by a property container supporting setting as choices, numbers,- interface- IPropCnrKStringSettings<KSTRING_OPTION extends IPropCnrKString>Interface implements by a property container supporting setting as KString's.- interface- IPropCnrNumberSettings<NUMBER_OPTION extends IPropCnrNumber>Interface implements by a property container supporting setting as strings.- interface- IPropCnrStringSettings<STRING_OPTION extends IPropCnrString>Interface implements by a property container supporting setting as strings.- interface- IPropCnrStrokeSettings<STROKE_OPTION extends IPropCnrStroke>Interface implements by a property container supporting setting for strokes.- interface- IPropEditorReadOnlyInterface that can be implemented by a property container in order to make all its children read-only in the property editor without actually have the read-only state on the property container.- interface- IReferrerParticipantInterface implemented by an owner of the property reference that refers into a container that has a ReferralsHolder.- interface- ISelectorOwnerInterface implemented by components that can be selected or unselected dependent on a client connection.- Classes in com.iizix.prop that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractStylesAbstract styles property container that either holds styles or other style related data such as font faces.- class- AppLanguagesThe configured languages for the application.- class- ApplicationThe application property container holds all information about a single application.- class- ArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).- class- ClientPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- DesignerPropCnrSpecial Designer property container that is private.- class- DevParamsDevice parameters container available only for iiziRun.- class- EditorPropCnrEditor Property Container, i.e.- class- EnvPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- FileURIPropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- class- FolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.- class- FolderURIPropCnrA PropCnr that can is a "directory" and can contain FileURIPropCnr's.- class- GeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.- class- MailPropsContainer holding mail settings.- class- MethodReference2The Method Reference "2" property class hold the reference to a Method that is in a Java class.- class- ModuleAppThis Module Applications settings that defines the behavior of the application and contains its settings.- class- PolicyPropsContainer holding policiy settings.- class- PropCnrThe property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).- class- ProxyPropCnrThe proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.- class- PushPropCnrContainer for Push property container for the application.- class- PushPropsThe Push properties for the application.- class- PWAPropCnrContainer for Progressive Web App's (PWA).- class- PWAPropsThe Progressive Web App (PWA) properties.- class- ReferralsHolderThe Referrals Holder property container contains the properties that refer to the owner of this container.- class- RuntimeBuilderPropsThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.- class- SelectorThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.- class- ServerClientSessionPropsThe Server's Client Session properties hold information relating to the current client session, i.e.- class- ServerSocketCommPropsThis property container contains all properties required for a Server Socket (NIO) connection.- class- SettingsPropCnrSettings property container, a "raw" PropCnr.- class- SocketCommPropsThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.- class- SpeechRecognitionPropSpeech Recognition property for remote client execution.- class- SpeechSynthesisPropSpeech Synthesis property for remote client execution.- class- SSLCommPropsThis property container contains all properties required for a SSL Socket (NIO) connection.- class- StylesThis styles property container holds the styles associated with a UI component.- class- StylesCnrStyles Container used to hold a Styles property instance for the Client used as a Class Name.- class- TextTableThe text table property holds the text table items consisting of KStrings.- class- TransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.- class- VirtualsPropCnrThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.- class- WebSocketCommPropsThis property container contains all properties required for WebSocket communication.- class- WebSocketServerCommPropsThis property container contains all properties required for a WebSocket Server (NIO) connection.- class- WindowsThe windows property container holds the windows for the application.- Fields in com.iizix.prop declared as IPropCnr - Modifier and Type - Field - Description - protected TARGET- FixedVirtualizedAbstractReference. - fixedTargetTarget fixed at virtualization.- Methods in com.iizix.prop with parameters of type IPropCnr - Modifier and Type - Method - Description - PropCnr[]- GProp. - getPropPath(boolean includeThisPropCnr, IPropCnr stop)Gets the parents to the input property or the root of this property.- PropCnr[]- IGProp. - getPropPath(boolean includeThisPropCnr, IPropCnr stop)Gets the parents to the input property or the root of this property.- protected java.lang.String- AbstractBaseRelativeReference. - getReferenceString(IPropCnr cnr)Gets the reference string for a property container.- java.lang.String- GProp. - getRelativePropName(IPropCnr container)Gets the relative name of this property to a container.- java.lang.String- IGProp. - getRelativePropName(IPropCnr container)Gets the relative name of this property to a container.- boolean- GProp. - isPropChildOf(IPropCnr parent)Checks if this property is child of a parent property.- boolean- IGProp. - isPropChildOf(IPropCnr parent)Checks if this property is child of a parent property.- boolean- GProp. - isPropExtendsPrivateInRoot(IPropCnr root)Checks if the property is Extends Private from this property and up to, but not including the "isExtendsRoot()" property container in the parent chain of properties.- boolean- IGProp. - isPropExtendsPrivateInRoot(IPropCnr root)Checks if the property is Extends Private from this property and up to, but not including the "isExtendsRoot()" property container in the parent chain of properties.- void- GProp. - setParent(IPropCnr aParent)Sets the parent for this property.- void- IGProp. - setParent(IPropCnr aParent)Sets the parent for this property.
- Uses of IPropCnr in com.iizix.prop.content- Subinterfaces of IPropCnr in com.iizix.prop.content - Modifier and Type - Interface - Description - interface- IContentItemContent item property container using with the content provider framework.- Classes in com.iizix.prop.content that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.
- Uses of IPropCnr in com.iizix.prop.font- Classes in com.iizix.prop.font that implement IPropCnr - Modifier and Type - Class - Description - class- FontFacesThe font faces property container holds information about font face(s) that are available in the application.- class- FontFileContainer for all font icon files used in a FontIconsDefintion.- class- FontFilesContainer for all font files used in a FontIconsDefintion.
- Uses of IPropCnr in com.iizix.prop.image- Subinterfaces of IPropCnr in com.iizix.prop.image - Modifier and Type - Interface - Description - interface- IFontIconStyleStyle interface for font icons with styles.- interface- IImageTargetInterface implemented by Image properties that can be referenced.- Classes in com.iizix.prop.image that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractImageDefinitionImage definition property container.- class- AbstractImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- class- FontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.- class- FontIconsDefinitionThe Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.- class- ImageDefinitionSingle image definition property container.- class- ImageLocationThis Image Location property container.- class- ImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- class- ImagesDefinitionThe Images Definition property container for multiple icons/images and multiple states and resolutions.- class- ImagesResolutionThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.- class- ImagesStyleThis Images Style property container has the state for several images.- class- ImageStyleThis Image Style property container holds the image types, asset reference, and other settings.- class- ImageStyleLocationThis Image Style Location property container has the state for several images.- class- ImageStylesResolutionThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.- class- RuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.- class- StyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.- class- SVGDefinitionThe SVG Image Definition property container contains a reference to an SVG file in the Assets.
- Uses of IPropCnr in com.iizix.prop.ui- Subinterfaces of IPropCnr in com.iizix.prop.ui - Modifier and Type - Interface - Description - interface- ILayoutDataAlignXInterface for tagging layout data to mark it as horizontal align capable.- interface- ILayoutDataAlignYInterface for tagging layout data to mark it as vertical align capable.- interface- IUIActionInterface implemented by action items.- interface- IUIActionHolderInterface implementation for a property container that holds the IUIAction information that is used for e.g.- interface- IUICheck2ComponentComponents with check state implement this interface without third state possibility.- interface- IUICheckComponentComponents with check state implement this interface.- interface- IUICompThe interface for the UIComp class is the basic implementation of a single user interface component.- interface- IUICompRelativeTargetTagging interface for UI components that can be referenced by- AbstractUICompRelativeReference, e.g.- interface- IUIContainerThe interface for the UIContainer class is a standard simple container for components.- interface- IUIContextMenuOwnerInterface that can be implemented by an owner of a context menu in order to be notified upon reference resolving.- interface- IUIFocusCompFocus component for the UI components.- interface- IUIHintInterface supporting the Hint API functions.- interface- IUILabelForTargetTagging interface for UI components that can be "Label for" another component, e.g.- interface- IUIPanelOwnerThe panel owner is an interface implemented by top level components that are either the panel itself or e.g.- interface- IUIRadioComponentInterface implemented by components that can be grouped together using a group name, e.g.- Classes in com.iizix.prop.ui that implement IPropCnr - Modifier and Type - Class - Description - class- AbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.- class- AbsoluteLayoutAbsoluteLayout is a layout manager.- class- AbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.- class- AccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.- class- AccordionLayoutAccordion container specific layout manager.- class- BorderDataThe BorderData is the layout data for components in a container with BorderLayout.- class- BorderLayoutBorderLayout is a layout manager.- class- ContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.- class- ContextMenuLayoutMenu specific layout manager.- class- DOMElementDOM Element property container used to keep information of the created UI item and its internal DOM structure.- class- FlexDataThe FlexData is the layout data for components in a container with FlexLayout.- class- FlexLayoutFlexLayout is a layout manager.- class- GridDataThe GridData is the layout data for components in a container with GridLayout.- class- GridLayoutGridLayout is a layout manager.- class- HeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.- class- HeadingLayoutHeader specific layout manager.- class- ImagePreviewImage preview property for use with any UI component or container.- class- LayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.- class- LayoutPropThe LayoutProp is the generic property for layout managers using properties to layout it's components.- class- ListDataThe ListData is the layout data for components in a container with ListLayout.- class- ListLayoutList container specific layout manager.- class- MenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.- class- MenuBarLayoutMenu bar specific layout manager.- class- MenuDataThe MenuData is the layout data for components in a container with MenuLayout.- class- MenuLayoutMenu specific layout manager.- class- MessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.- class- MUIHeadingHeader UI container.- class- MUISimpleDialogSimple mobile popup dialog.- class- MUISwitchMobile switch UI component.- class- MUITabBarTab bar UI container.- class- PanelDataThe panel layout data.- class- SwapDataThe SwapData is the layout data for components in a container with SwapLayout.- class- SwapLayoutSwap container specific layout manager.- class- TabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.- class- TabBarLayoutTab bar specific layout manager.- class- TabDataThe TabData is the layout data for components in a container with TabLayout.- class- TabLayoutTab container specific layout manager.- class- ToasterToaster property.- class- UIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.- class- UIAccordionAccordion UI container.- class- UIButtonButton UI component.- class- UICalendarCalendar UI component.- class- UICheckBoxCheckbox UI component.- class- UICheckedMenuItemMenu item UI component.- class- UIComboBoxCombobox UI component.- class- UICompThe UIComp class is the basic implementation of a single user interface component.- class- UICompsThe UIComps class is the property container for all UIComp instances of the UIComps class.- class- UIContainerThe UIContainer class is a standard simple container for components.- class- UIContextMenuContext menu UI container.- class- UIDialogDesktop popup dialog.- class- UIEmptyEmpty UI component.- class- UIGaugeGauge UI component.- class- UIImageImage UI component.- class- UIImage2Image Crop and Upload UI component.- class- UILabelLabel UI component.- class- UIMediaMedia UI component.- class- UIMenuMenu UI container.- class- UIMenuBarMenu bar UI container.- class- UIMenuItemMenu item UI component.- class- UIMenuSeparatorMenu separator UI component.- class- UIOutputOutput (label) UI component.- class- UIPanelPanel UI container.- class- UIPanelBaseBase panel UI container.- class- UIPanelPartPanel part UI container.- class- UIPanelPartCnrThe UI panel part container.- class- UIProgressProgress UI component.- class- UIRadioButtonRadio button UI component.- class- UIRadioMenuItemMenu item UI component.- class- UISliderSlider UI component.- class- UISpinnerSpinner UI component.- class- UISwapContainerUI swap container.- class- UITabContainerUI tab container.- class- UITextText UI component.- class- UITextAreaText area UI component.- class- UITitlePaneTitle panel UI container optionally collapsable.- Methods in com.iizix.prop.ui with parameters of type IPropCnr - Modifier and Type - Method - Description - protected java.lang.String- AbstractUICompRelativeReference. - getReferenceString(IPropCnr cnr)Gets the reference string for a property container.
- Uses of IPropCnr in com.iizix.prop.ui.calendar- Classes in com.iizix.prop.ui.calendar that implement IPropCnr - Modifier and Type - Class - Description - class- CalendarDataThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.- class- CalendarEventA (sub)calendar list event.- class- CalendarLayoutLayout manager for calendar lists.- class- UICalendarListCalendar List UI component.
- Uses of IPropCnr in com.iizix.prop.ui.chart- Subinterfaces of IPropCnr in com.iizix.prop.ui.chart - Modifier and Type - Interface - Description - interface- IChartContainerThe chart container interface is tagging the Axis, Plot and Series container instances.- Classes in com.iizix.prop.ui.chart that implement IPropCnr - Modifier and Type - Class - Description - class- UIChartChart UI component.
- Uses of IPropCnr in com.iizix.prop.ui.chart.axis2d- Classes in com.iizix.prop.ui.chart.axis2d that implement IPropCnr - Modifier and Type - Class - Description - class- Axis2DA chart axis is normally added to charts.
- Uses of IPropCnr in com.iizix.prop.ui.chart.plot2d- Classes in com.iizix.prop.ui.chart.plot2d that implement IPropCnr - Modifier and Type - Class - Description - class- Plot2DA chart series is either created in the Designer or constructed at runtime and added to the chart.
- Uses of IPropCnr in com.iizix.prop.ui.chart.series- Classes in com.iizix.prop.ui.chart.series that implement IPropCnr - Modifier and Type - Class - Description - class- SeriesA chart series consists of several series values properties in a defined order.- class- SeriesValueA series value property is a property container that can only contain NumberProp's.
- Uses of IPropCnr in com.iizix.prop.ui.datetime- Classes in com.iizix.prop.ui.datetime that implement IPropCnr - Modifier and Type - Class - Description - class- UIDateTimeDate/Time UI Component.
- Uses of IPropCnr in com.iizix.prop.ui.map- Classes in com.iizix.prop.ui.map that implement IPropCnr - Modifier and Type - Class - Description - class- MapDataThe layout data for all mobile list components or containers, i.e.- class- MapLayoutLayout manager for maps.- class- MapMarkerPropThe property container for map markers.- class- MapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.- class- UIMapMap UI component.
- Uses of IPropCnr in com.iizix.prop.ui.mlist- Classes in com.iizix.prop.ui.mlist that implement IPropCnr - Modifier and Type - Class - Description - class- MLDefaultItemPropThe property container for default mobile list items.- class- MLGroupThe mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.- class- MLGroupLayoutLayout manager for mobile list groups.- class- MListMobile list item UI component.- class- MListDataThe layout data for all mobile list components or containers, i.e.- class- MListLayoutLayout manager for all mobile lists.- class- MLItemPropThe property container for mobile list items.
- Uses of IPropCnr in com.iizix.prop.ui.selection- Subinterfaces of IPropCnr in com.iizix.prop.ui.selection - Modifier and Type - Interface - Description - interface- IUIAnimatedSingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.- interface- IUIBooleanSelectionCompThe boolean component supports an on/off or selected/unselected state only.- interface- IUICellSelectionCompInterface implements by components that process cell selection and emits cell selection events.- interface- IUIIndexedSelectionCompThe interface for a selection component supporting index-based selections.- interface- IUISelectionCompInterface implements by components that process selection and emits selection events.- interface- IUISingleIndexedSelectionCompThe interface for a selection component supporting index-based selections.- interface- IUITriStateSelectionCompInterface for tri-state based selection components such as a checkbox.
- Uses of IPropCnr in com.iizix.prop.ui.table- Classes in com.iizix.prop.ui.table that implement IPropCnr - Modifier and Type - Class - Description - class- TableRowThe Table Row instance.- class- TableRowsThe Table Rows container instance.- class- UITableThe table UI container.- class- UITableColumnThe table column UI container.- class- UITableDataThe table column data is the layout data for components in a UITable container.- class- UITableLayoutUITable container specific layout manager.
- Uses of IPropCnr in com.iizix.prop.ui.value- Subinterfaces of IPropCnr in com.iizix.prop.ui.value - Modifier and Type - Interface - Description - interface- IUIDateTimeComponentInterface implemented by value supporting components with a date/time value.- interface- IUIDateValueComponentInterface implemented by Date value supporting components with a date/time value.- interface- IUIDoubleRangeValueComponentInterface implemented by value supporting components with a double value and a range.- interface- IUIDoubleValueComponentInterface implemented by value supporting components with a double value.- interface- IUINullableValueComponentInterface implemented by value supporting components with a double, integer or date/time nullable value.- interface- IUITimeValueComponentInterface implemented by Time value supporting components with a date/time value.- interface- IUIValueComponentInterface implemented by value supporting components with a double, integer or date/time value.
- Uses of IPropCnr in com.iizix.prop.vs- Subinterfaces of IPropCnr in com.iizix.prop.vs - Modifier and Type - Interface - Description - interface- IVSComponentThe common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.- interface- IVSMessageComponentThe message support for a VS component.- interface- IVSParticipantInterface implemented by a container being a participant in the VirtualSpace.- Classes in com.iizix.prop.vs that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>Class that holds a single VS "variable" mapping of a certain type.- class- VirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.- class- VSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.- class- VSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- class- VSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSRowsThe rows property class that only allows VSRow children properties.- class- VSTableThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSVariablesVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.
- Uses of IPropCnr in com.iizix.prop.vs.actor- Subinterfaces of IPropCnr in com.iizix.prop.vs.actor - Modifier and Type - Interface - Description - interface- IActionActorSettingsInterface for the settings of the property container for the Action Actor Settings.- Classes in com.iizix.prop.vs.actor that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractPredefinedSettingsThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.- class- ActionActorsClass container for associated action actors of a VSAction.- class- FieldActorThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- class- FieldActorsClass container for associated value actors of a VSField or VSColumnHeader.- static class- HistoryBackward.SettingsSettings property container.- static class- HistoryForward.SettingsSettings property container.- static class- SetFocus.SettingsSettings property container.- static class- SetSourceFieldValue.SettingsSettings property container.- static class- SetTargetFieldValue.SettingsSettings property container.- static class- TransportField.SettingsSettings property container.- static class- TransportGroup.SettingsSettings property container.- static class- TransportSelectedTableRows.SettingsSettings property container.- static class- TransportSingleSelectedTableRow.SettingsSettings property container.- static class- TransportSingleSelectedTableRowAndColumnToField.SettingsSettings property container.- static class- TransportSingleSelectedTableRowToFields.SettingsSettings property container.- static class- TransportTableColumn.SettingsSettings property container.- static class- TransportTableRows.SettingsSettings property container.
- Uses of IPropCnr in com.iizix.server.acme- Classes in com.iizix.server.acme that implement IPropCnr - Modifier and Type - Class - Description - class- LetsEncryptDomainProperty container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.
- Uses of IPropCnr in com.iizix.server.app- Classes in com.iizix.server.app that implement IPropCnr - Modifier and Type - Class - Description - protected class- VirtualsContainer.VContainerThe Virtual property container.- Methods in com.iizix.server.app with parameters of type IPropCnr - Modifier and Type - Method - Description - VirtualizedItem<PROPCNR>- IVirtualsContainer. - getVirtualContainerFromProp(IPropCnr property)Gets the virtual container from a property.- VirtualizedItem<PROPCNR>- VirtualsContainer. - getVirtualContainerFromProp(IPropCnr property)Gets the virtual container from a property.
- Uses of IPropCnr in com.iizix.server.app.prop- Classes in com.iizix.server.app.prop that implement IPropCnr - Modifier and Type - Class - Description - class- AppPropCnrThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.- class- ModuleProjectPropCnrThe module root property container.- class- ServerAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.
- Uses of IPropCnr in com.iizix.server.monitor- Classes in com.iizix.server.monitor that implement IPropCnr - Modifier and Type - Class - Description - class- ClientSessionPropClient session property.- class- EndPointPropCnrAn end point property.- class- EndPointsPropCnrAn end point property.- class- SessionConnectionStatPropAn end point property.- class- VirtualizedMonitorPropCnrProperty container used for Virtual Monitor data and communication.
- Uses of IPropCnr in com.iizix.server.prop- Subinterfaces of IPropCnr in com.iizix.server.prop - Modifier and Type - Interface - Description - interface- IServerApplicationSetupPropCnrInterface 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 IPropCnr - Modifier and Type - Class - Description - class- ServerAppConfigProperty container for the configuration of an App of the iiziServer.- class- ServerConfigEnvPropsThis configuration environment defines the configuration setup for the available plug-ins.- class- ServerPluginConfigProperty container for the configuration of a plug-in for a Server configuration environment.- class- ServerPropsThis server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- ServerSettingsThis property is a container that holds the required settings for the server to operate and initialize itself with.- class- WebServerPortConfigProperty container for the configuration of a Port "group" of the web server.
- Uses of IPropCnr in com.iizix.server.run.prop- Classes in com.iizix.server.run.prop that implement IPropCnr - Modifier and Type - Class - Description - class- ServerRuntimeBuilderPropsThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.
- Uses of IPropCnr in com.iizix.server.security- Classes in com.iizix.server.security that implement IPropCnr - Modifier and Type - Class - Description - class- ServerKeysPropClass used to store server keys.
- Uses of IPropCnr in com.iizix.server.vsviewer- Classes in com.iizix.server.vsviewer that implement IPropCnr - Modifier and Type - Class - Description - class- ServerVSViewerPropCnrThe server VSViewer property container.
- Uses of IPropCnr in com.iizix.term.prop- Classes in com.iizix.term.prop that implement IPropCnr - Modifier and Type - Class - Description - class- ScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.- class- ScreenActionPropThis Screen Action property container for a terminal host screen.- class- ScreenActionsPropThis Screen fields property container for a terminal host screen.- class- ScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen.- class- ScreenFieldPropThis Screen Field property container for a terminal host screen.- class- ScreenFieldsPropThis Screen Fields property container for a terminal host screen.- class- ScreenIdentificationPropThis Screen identification property container for a terminal host screen.- class- ScreenIdentificationsPropThis Screen identifications property container for a terminal host screen.- class- ScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.- class- SessionsPropThis Sessions property container holds the terminal properties.- class- TelnetCommPropsThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.- static class- TerminalActionActor.SettingsThe terminal action actor settings.- class- TerminalPropsThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.- class- TerminalSettingsThis TerminalSettings property container holds all settings for a terminal session.
- Uses of IPropCnr in com.iizix.term.server- Classes in com.iizix.term.server that implement IPropCnr - Modifier and Type - Class - Description - class- ActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.- class- ActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.
- Uses of IPropCnr in com.iizix.ws.actionactor- Classes in com.iizix.ws.actionactor that implement IPropCnr - Modifier and Type - Class - Description - static class- WebServiceActionActor.SettingsSettings property container.
- Uses of IPropCnr in com.iizix.ws.prop- Classes in com.iizix.ws.prop that implement IPropCnr - Modifier and Type - Class - Description - class- AbstractInputPropsAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.- class- OutputColumnThe Output Column connects a table column from the reply output with a VSTable column.- class- OutputPropsOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- class- OutputTableThe Output Table connects a table from the reply output with a VSTable.- class- OutputVariableThe Output Variable connects a reference variable from the reply output with a VSField.- class- OutputVariablesOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- class- RESTfulInputPropsInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- class- WebServicePropWeb Service property container holding the definition of a web service transaction.
- Uses of IPropCnr in com.iizix.ws.prop.json- Classes in com.iizix.ws.prop.json that implement IPropCnr - Modifier and Type - Class - Description - class- JSONElementWrapperA JSON element wrapper, used to process the output of a Web Service reply.- class- JSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.- class- JSONReplyDocumentThe JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).
- Uses of IPropCnr in com.iizix.ws.prop.url- Classes in com.iizix.ws.prop.url that implement IPropCnr - Modifier and Type - Class - Description - class- URLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.- class- URLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.