Uses of Class
com.iizix.prop.GProp
- Uses of GProp in com.iizigo- Fields in com.iizigo declared as GProp - Modifier and Type - Field - Description - static GProp<?>[]- Activator. - EMPTY_GPROPSThe empty array.- Methods in com.iizigo with type parameters of type GProp - Modifier and Type - Method - Description - <GPROP extends GProp<?>>
 org.eclipse.swt.graphics.Image- ApplicationUI. - getImage(java.lang.Class<GPROP> propertyClass)Gets an Image for a property class.- Methods in com.iizigo that return GProp - Modifier and Type - Method - Description - static GProp<?>- Activator. - dataToFile(GProp<?> gp)Converts the property to get the FilePropCnr instead of the data container property.- static GProp<?>[]- Activator. - dataToFile(GProp<?>[] props)Converts the array of properties to get the FilePropCnr instead of the data container property.- static GProp<?>- Activator. - fileToData(GProp<?> gp)Converts the property to get the data container property instead of a FilePropCnr.- static GProp<?>[]- Activator. - fileToData(GProp<?>[] props)Converts the array of properties to get the data container property instead of a FilePropCnr.- static GProp<?>[]- Activator. - getSelectedGProps(org.eclipse.jface.viewers.ISelection sel)Gets a list of all GProp's for DesignerProp's in a selection that should be used in e.g.- Methods in com.iizigo that return types with arguments of type GProp - Modifier and Type - Method - Description - static java.util.ArrayList<GProp<?>>- Activator. - getSelectedRawGProps(org.eclipse.jface.viewers.ISelection sel)Gets a list of all RAW GProp's without DesignerProp's in a selection that should be used in e.g.- Methods in com.iizigo with parameters of type GProp - Modifier and Type - Method - Description - static boolean- Activator. - areAllResourceBased(GProp<?>[] props)Checks if the properties only contains resources.- KStringInfoProviderAdapter- Activator. - createKStringInfoProvider(GProp<?> anyProp, boolean shouldResolve)Creates an IKStringInfoProvider for a property.- static GProp<?>- Activator. - dataToFile(GProp<?> gp)Converts the property to get the FilePropCnr instead of the data container property.- static GProp<?>[]- Activator. - dataToFile(GProp<?>[] props)Converts the array of properties to get the FilePropCnr instead of the data container property.- static GProp<?>- Activator. - fileToData(GProp<?> gp)Converts the property to get the data container property instead of a FilePropCnr.- static GProp<?>[]- Activator. - fileToData(GProp<?>[] props)Converts the array of properties to get the data container property instead of a FilePropCnr.- org.eclipse.swt.graphics.Image- ApplicationUI. - getImage(GProp<?> property)Gets an Image for a property.- IKStringInfoProvider- Activator. - getKStringInfoProvider(GProp<?> anyProp)Retrieves the KStringInfoProvider.- static boolean- Activator. - isResourceBased(GProp<?> gp)Checks if the property contains a resource.- Method parameters in com.iizigo with type arguments of type GProp - Modifier and Type - Method - Description - org.eclipse.jface.resource.ImageDescriptor- ImageRegistry. - get(java.lang.Class<? extends GProp<?>> propertyClass)Gets an Image Descriptor image for a property class.- void- ImageRegistry. - register(java.lang.Class<? extends GProp<?>> propertyClass, java.lang.String fileName)Registers images for property classes.- void- ImageRegistry. - register(java.lang.Class<? extends GProp<?>> propertyClass, org.eclipse.jface.resource.ImageDescriptor descriptor)Registers images for property classes.
- Uses of GProp in com.iizigo.actionactor- Subclasses of GProp in com.iizigo.actionactor - Modifier and Type - Class - Description - static class- EditorJavaActionActor.SettingsSettings property container.
- Uses of GProp in com.iizigo.app.prop- Subclasses of GProp in com.iizigo.app.prop - 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 GProp in com.iizigo.db.actionactor- Subclasses of GProp in com.iizigo.db.actionactor - Modifier and Type - Class - Description - static class- EditorDatabaseActionActor.SettingsSettings property container.
- Uses of GProp in com.iizigo.db.editor- Methods in com.iizigo.db.editor with parameters of type GProp - Modifier and Type - Method - Description - boolean- DatabaseEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- DatabaseEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.
- Uses of GProp in com.iizigo.db.prop- Subclasses of GProp in com.iizigo.db.prop - 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 GProp in com.iizigo.dnd- Methods in com.iizigo.dnd that return GProp - Modifier and Type - Method - Description - static GProp<?>[]- ClipboardHelper. - getClipboardProps()Gets the clip board data as a valid Properties Container.- Methods in com.iizigo.dnd with parameters of type GProp - Modifier and Type - Method - Description - static void- ClipboardHelper. - setClipboard(GProp<?>[] gps, org.eclipse.jface.viewers.ISelection selection, boolean doCopy)Sets the clip board with the properties.
- Uses of GProp in com.iizigo.editor- Methods in com.iizigo.editor that return GProp - Modifier and Type - Method - Description - static GProp<?>[]- PropHelper. - getProps(org.eclipse.jface.viewers.ISelection selection, java.lang.Class<?>... propClasses)Gets the selected properties array.- Methods in com.iizigo.editor with parameters of type GProp - Modifier and Type - Method - Description - static void- PropHelper. - addUndoContext(GProp<?> gp, org.eclipse.core.commands.operations.IUndoableOperation operation)Adds the undo contexts from a property to an operation.- static void- PropHelper. - addUndoContexts(GProp<?>[] props, org.eclipse.core.commands.operations.IUndoableOperation operation)Adds the undo contexts from a property to an operation.- void- EndNodeTextFilter. - addUnfiltered(GProp<?>... props)Adds a DesignerProp extending class or a class that will never be filtered.- static java.lang.String[]- PropHelper. - autoRename(PropCnr target, GProp<?>[] props, java.lang.String first, java.lang.String next, java.lang.String next2)Auto-renames properties.- static java.lang.String- PropHelper. - canPerform(GProp<?>[] props, int operation)Checks properties for a valid operation.- static java.lang.String- CreateResourcesFromProperties. - createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names)Creates the resources for the list of properties in the specified property.- static java.lang.String- CreateResourcesFromProperties. - createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names, boolean showErrorDialog)Creates the resources for the list of properties in the specified property.- static java.lang.String- PropHelper. - doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds properties with undo/redo support.- static java.lang.String- PropHelper. - doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)Adds a property with undo/redo support.- static java.lang.String- PropHelper. - doDelete(java.lang.String description, GProp<?>[] props, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)Performs a delete of pure properties (cannot be resource based).- static java.lang.String- PropHelper. - doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds or inserts properties with undo/redo support.- static java.lang.String- PropHelper. - doMove(boolean doPerform, java.lang.String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo)Performs the move operation of the properties, with auto-renaming as a potential dialog box.- boolean- PropEditorPart. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- PropEditorPart. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- static boolean- PropHelper. - doOpen(boolean doPerform, GProp<?>[] props)Performs a Open of properties command.- static FilePropCnr- PropHelper. - doOpen(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn)Opens the Editor associated with the specified property.- static boolean- PropHelper. - doOpenAndFocus(boolean doPerform, GProp<?> gp, int index)Opens the selected property in its associated editor, focuses the editor and selects the appropriate property.- static boolean- PropHelper. - doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo)Performs a rename property with undo/redo support.- static void- FlagProperty. - flag(org.eclipse.jface.viewers.StructuredViewer viewer, GProp<?> property)Flags the property for update in the viewer asynchronously.- static PropEditorPart- PropEditorPart. - getActiveEditor(GProp<?> prop)Gets the active or topmost editor from a property.- static PropCnr- PropHelper. - getAncestor(GProp<?> gp1, GProp<?> gp2)Gets the common ancestor of two properties.- static PropCnr- PropHelper. - getCommonParent(GProp<?>[] props)Gets the common parent for all properties.- static DesignerProp- PropHelper. - getDesignerProp(GProp<?> gp)Gets a DesignerProp for a property, by searching it and its parents.- static java.util.ArrayList<DesignerProp>- PropHelper. - getDesignerProps(GProp<?>[] props)Gets the DesignerProps for the specified properties.- static ModuleFolder- PropHelper. - getFolder(GProp<?>[] props)Gets the common ModuleFolder for properties.- static ModuleModel- PropHelper. - getModuleModel(GProp<?> gp)Gets the IIZI Module Model from a property.- static ModuleModel- PropHelper. - getModuleModel(GProp<?>... props)Gets the common Module Model from properties.- static org.eclipse.core.commands.operations.IUndoContext- PropHelper. - getUndoContext(GProp<?> gp)Gets the undo context for a property.- static Atom[]- PropHelper. - getUniqueNames(PropCnr cnr, GProp<?>[] props, java.lang.String suffix, boolean isCopy)Gets the names of properties to move to or add in a container.- static java.lang.String- MovePropertyResources. - performMoveProperties(org.eclipse.swt.widgets.Shell shell, GProp<?>[] props, DesignerProp target)Moves the list of properties to the target.- void- PropEditorPart. - removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.- static void- PropHelper. - selectPropsAndFocusTreeViewer(GProp<?>[] props, org.eclipse.jface.viewers.StructuredViewer viewer)Request a selection of the properties.- static java.lang.String- PropHelper. - setAttribute(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo)Sets property attribute.- static java.lang.String- PropHelper. - setError(GProp<?> prop, java.lang.String errorID, IPropErrorItem item, IPropUndoRedo undoRedo)Sets property error: adds, changes or removes the error, with undo/redo support.- protected int- PropEditorPart. - setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.- void- PropEditorPart. - setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.- void- PropEditorPart. - setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.- void- PropEditorPart. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- static java.lang.String- PropHelper. - setValue(java.lang.String description, GProp<?>[] props, java.lang.Object[] values, IPropUndoRedo undoRedo)Sets property values.- static java.lang.String- PropHelper. - setValue(java.lang.String description, GProp<?> prop, java.lang.Object value, IPropUndoRedo undoRedo)Sets a single property value.- static java.lang.String- PropHelper. - setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)Sets a single property value in a property container.- static java.lang.String- MovePropertyResources. - validateMoveProperties(GProp<?>[] props, DesignerProp target)Moves the list of properties to the target.- static org.eclipse.jface.viewers.StructuredViewer- PropHelper. - viewerContainingAllProperties(java.lang.Object viewer, GProp<?> single, GProp<?>[] props)Checks if a viewer container the properties in question.- Constructors in com.iizigo.editor with parameters of type GProp - Constructor - Description - MoveDialog(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo)Create the dialog.
- Uses of GProp in com.iizigo.editor.complex- Methods in com.iizigo.editor.complex that return GProp - Modifier and Type - Method - Description - GProp<?>- ContainerSelection. - getItem()Gets the item.- Methods in com.iizigo.editor.complex with parameters of type GProp - Modifier and Type - Method - Description - void- ComplexOperation. - addProp(PropCnr pc, GProp<?> gp)Adds a property.- void- ComplexOperation. - addPropError(GProp<?> gp, IPropErrorItem pei)Adds a property error.- void- IComplexOperationSelection. - doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.- void- ComplexOperation. - insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.- void- ComplexOperation. - moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.- ContainerSelection- ComplexOperation. - newContainerSelection(GProp<?> prop)Creates a new ContainerSelection instance for a property container involved in the operation.- void- ComplexOperation. - removeProp(GProp<?> gp)Removes a property.- void- ComplexOperation. - removePropError(GProp<?> gp, java.lang.String errorID)Removes a property error.- void- ComplexOperation. - renameProp(GProp<?> gp, Atom newName)Renames a property.- void- ComplexOperation. - setPropError(GProp<?> gp, PropError pe)Sets all errors in a property.- void- ComplexOperation. - setPropValue(GProp<?> gp, java.lang.Object newValue)Sets a property value.
- Uses of GProp in com.iizigo.event- Methods in com.iizigo.event that return GProp - Modifier and Type - Method - Description - GProp<?>- QueryPropReference. - getProp()Gets the property.- GProp<?>[]- QueryReferences. - getProps()Gets the source properties for the query.- GProp<?>- QueryJavaReference. - getReference()Gets the referenced property.- GProp<?>- QueryJavaReference. - getSource()Gets the property.- GProp<?>- QueryPropReference. - getSource()Gets the property.- GProp<?>- QueryReferences. - isReferenceValid(GProp<?> prop)Checks if a property is valid as reference to one of the sources, it is on of the source properties, or if- areChildrenIncluded()is true, one of their children.- Methods in com.iizigo.event with parameters of type GProp - Modifier and Type - Method - Description - protected EventListener- QueryDesignerPropEvent. - getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)Gets the alternate property destination for an event about to be sent.- boolean- QueryDesignerPropEvent. - isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)Checks if this Operation at specified index should be processed or not by the specified property.- GProp<?>- QueryReferences. - isReferenceValid(GProp<?> prop)Checks if a property is valid as reference to one of the sources, it is on of the source properties, or if- areChildrenIncluded()is true, one of their children.- Constructors in com.iizigo.event with parameters of type GProp - Constructor - Description - QueryDesignerPropEvent(GProp<?> source, IPropProgressMonitor monitor, boolean isIPropDesignerOnly)Constructs a new Query Reference event.- QueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source)Constructor for a Java element reference to a property.- QueryPropReference(GProp<?> prop, int index, GProp<?> source)Constructor for an index-based multi-property reference.- QueryPropReference(GProp<?> prop, GProp<?> source)Constructor for simple property reference.- QueryReferences(GProp<?>[] props, org.eclipse.jdt.core.IJavaElement[] javaElements, boolean includeChildren)Creates a Query Reference message.
- Uses of GProp in com.iizigo.font- Methods in com.iizigo.font with parameters of type GProp - Modifier and Type - Method - Description - boolean- FontFacesEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- FontFacesEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.
- Uses of GProp in com.iizigo.font.prop- Subclasses of GProp in com.iizigo.font.prop - 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 GProp in com.iizigo.handler- Fields in com.iizigo.handler declared as GProp - Modifier and Type - Field - Description - GProp<?>[]- SelectionEnabler. - propsThe currently selected properties as a property array, never null.
- Uses of GProp in com.iizigo.image- Methods in com.iizigo.image with parameters of type GProp - Modifier and Type - Method - Description - boolean- ImageDefinitionEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- ImageDefinitionEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- static ImageInfo- ImageInfo. - grab(AssetReference ref, GProp<?> anyPropInTree)From a AssetReference, gets the ImageInfo instance and adds a reference count to it.
- Uses of GProp in com.iizigo.image.prop- Subclasses of GProp in com.iizigo.image.prop - 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 GProp in com.iizigo.java- Subclasses of GProp in com.iizigo.java - 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.- Methods in com.iizigo.java with parameters of type GProp - Modifier and Type - Method - Description - static JavaClass- JavaHelper. - createClassReference(GProp<?> prop, java.lang.String className, IClassReferenceListener listener)Gets the reference interface to a JavaClass.- static java.lang.String- JavaHelper. - getNonDesignerNamedClass(GProp<?> gp)Gets the class name of a class, attempting to use a non-iiziGo but runtime class name inside com.iizix package instead.- static boolean- JavaHelper. - verifyPresence(GProp<?> prop, java.lang.String className)Verifies presence of a Class without changing anything.
- Uses of GProp in com.iizigo.java.event- Constructors in com.iizigo.java.event with parameters of type GProp - Constructor - Description - JavaClassEvent(GProp<?> prop)Constructs a new JavaClassEvent.
- Uses of GProp in com.iizigo.java.parser- Classes in com.iizigo.java.parser with type parameters of type GProp - Modifier and Type - Interface - Description - interface- IJavaSourceParser<PROP extends GProp<?>>Interface for Java source file parsers.- class- JavaSourceFileProcessor<PROP extends GProp<?>>Abstract class for parsing a Java source file to perform syntax-check and reference validation of Java source code to the IIZI property tree as well as refactoring of the Java source code when properties are changed.- Subclasses of GProp in com.iizigo.java.parser - Modifier and Type - Class - Description - class- ParsedJavaSourceContainerProperty container for a Java source.- Fields in com.iizigo.java.parser declared as GProp - Modifier and Type - Field - Description - protected PROP- JavaSourceFileProcessor. - containerThe container created from the call to- createPropertyContaineror after XML is loaded.- Methods in com.iizigo.java.parser with parameters of type GProp - Modifier and Type - Method - Description - void- JavaSourceFileProcessor. - initialize(ParsedJavaSource javaSource, GProp<?> container)Framework call to initialize, calls- onInitializeafter having saved the- javaSourceand- containerparameters in the class members of the same names.- void- JavaSourceFileProcessor. - internalRestoreContainerClone(GProp<?> container)Called when a cloned property container has been restored because a Java source file has been edited and then closed without saving.
- Uses of GProp in com.iizigo.java.parser.annotation- Subclasses of GProp in com.iizigo.java.parser.annotation - Modifier and Type - Class - Description - class- AnnotationsContainerAnnotations container specialized to store annotations as GAnnotation.- Methods in com.iizigo.java.parser.annotation with parameters of type GProp - Modifier and Type - Method - Description - boolean- GAnnotation. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.
- Uses of GProp in com.iizigo.java.parser.type- Subclasses of GProp in com.iizigo.java.parser.type - Modifier and Type - Class - Description - class- TypesContainerThe container for all types.
- Uses of GProp in com.iizigo.java.prop- Subclasses of GProp in com.iizigo.java.prop - Modifier and Type - Class - Description - class- EditorClassReferenceThe Designer version of the Class Reference property class hold the reference to a Java class.- class- EditorMethodReferenceThe Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.- class- EditorMethodReference2The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.- Methods in com.iizigo.java.prop with parameters of type GProp - Modifier and Type - Method - Description - MethodLookup- EditorMethodReference2. - lookup(GProp<?> propInProject)Checks the reference validity from the Designer.
- Uses of GProp in com.iizigo.jface- Methods in com.iizigo.jface that return GProp - Modifier and Type - Method - Description - GProp<?>[]- CheckboxTableViewerEx. - getCheckedProps()Gets the checked properties from the CheckboxTableViewer.- Methods in com.iizigo.jface with parameters of type GProp - Modifier and Type - Method - Description - java.lang.Object[]- CheckboxTableViewerEx. - setInput(GProp<?>[] props)Sets the input with properties.- Constructors in com.iizigo.jface with parameters of type GProp - Constructor - Description - CheckboxTableViewerEx(org.eclipse.swt.widgets.Table table, GProp<?>[] props)Creates the checkbox table viewer for a table, initialized with the content, label and tooltip provider for properties, then input set to the properties.
- Uses of GProp in com.iizigo.link- Methods in com.iizigo.link that return GProp - Modifier and Type - Method - Description - GProp<?>- LinkData. - getTargetProperty()Gets the target property.- Methods in com.iizigo.link that return types with arguments of type GProp - Modifier and Type - Method - Description - java.util.List<GProp<?>>- LinkData. - getSourceProperties()Returns the source properties.- Constructors in com.iizigo.link with parameters of type GProp - Constructor - Description - LinkData(org.eclipse.core.runtime.IAdaptable target, GProp<?>[] props)Creates the link data information.
- Uses of GProp in com.iizigo.panel- Methods in com.iizigo.panel with parameters of type GProp - Modifier and Type - Method - Description - void- PanelEditor. - doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.- boolean- ContextMenuEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- ContextMenuEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- boolean- PanelEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- PanelEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- boolean- PanelEditor. - setTreeSelection(GProp<?> prop)Sets the tree selection to the property in question.
- Uses of GProp in com.iizigo.panel.prop- Subclasses of GProp in com.iizigo.panel.prop - 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.- Methods in com.iizigo.panel.prop with parameters of type GProp - Modifier and Type - Method - Description - void- EUIDateTime. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- PasteFeedback- UICompsDesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.- PasteFeedback- UIContainerDesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.- PasteFeedback- UIDesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Check for paste or drag-drop of UI components with default settings prompting and VS component creation.- PasteFeedback- UILayoutDesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.- java.lang.String- UICompsDesignerProp. - pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.- boolean- EMUISimpleDialog. - validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.- boolean- EUIComps. - validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.- boolean- EUIDialog. - validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.- Constructors in com.iizigo.panel.prop with parameters of type GProp - Constructor - Description - EAbsoluteData(Atom propertyAtom, GProp<?>[] properties)Creates a AbsoluteData container with the specified name and properties.- EAccordionData(Atom propertyAtom, GProp<?>[] properties)Creates a AccordionData container with the specified name and properties.- EBorderData(Atom propertyAtom, GProp<?>[] properties)Creates a BorderData container with the specified name and properties.- EContextMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a ContextMenuData container with the specified name and properties.- EFlexData(Atom propertyAtom, GProp<?>[] properties)Creates a FlexData container with the specified name and properties.- EGridData(Atom propertyAtom, GProp<?>[] properties)Creates a GridData container with the specified name and properties.- EHeadingData(Atom propertyAtom, GProp<?>[] properties)Creates a HeadingData container with the specified name and properties.- EListData(Atom propertyAtom, GProp<?>[] properties)Creates a container with the specified name and properties.- EMenuBarData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuBarData container with the specified name and properties.- EMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuData container with the specified name and properties.- ESwapData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.- ETabBarData(Atom propertyAtom, GProp<?>[] properties)Creates a TabBarData container with the specified name and properties.- ETabData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.
- Uses of GProp in com.iizigo.panel.prop.calendar- Subclasses of GProp in com.iizigo.panel.prop.calendar - 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 GProp in com.iizigo.panel.prop.chart- Subclasses of GProp in com.iizigo.panel.prop.chart - 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 GProp in com.iizigo.panel.prop.map- Subclasses of GProp in com.iizigo.panel.prop.map - 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 GProp in com.iizigo.panel.prop.mlist- Subclasses of GProp in com.iizigo.panel.prop.mlist - 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 GProp in com.iizigo.panel.prop.table- Subclasses of GProp in com.iizigo.panel.prop.table - 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 GProp in com.iizigo.project- Subclasses of GProp in com.iizigo.project - Modifier and Type - Class - Description - class- ModuleFolderPropCnrThe module root property container.- class- ModuleRootPropCnrThe module root property container.- class- ProjectRootPropCnrThe project root property container.- Methods in com.iizigo.project that return GProp - Modifier and Type - Method - Description - static GProp<?>- ProjectRootPropCnr. - getAnyPropFromReference(java.lang.String reference)Gets a property from a reference, when no root property is available.- static GProp<?>- ProjectRootPropCnr. - getAnyPropFromReference(org.eclipse.core.resources.IResource resource, java.lang.String reference)Gets a property from a reference, when no root property is available.- Methods in com.iizigo.project with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- ModuleRootPropCnr. - getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".- java.lang.String- ProjectRootPropCnr. - getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".- ModuleModel- ProjectManager. - getModuleModel(GProp<?> gp)Gets the IIZI Module Model from a property.- java.lang.String- ModuleRootPropCnr. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- java.lang.String- ProjectRootPropCnr. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- PropCnr- ModuleRootPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- ProjectRootPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- ProjectRootPropCnr. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.prop- Classes in com.iizigo.prop with type parameters of type GProp - Modifier and Type - Class - Description - class- BaseEditor<PROP extends GProp<?>,PROP_VALUE>The generic base editor for any property editor.- class- EditedPropController<PROP extends GProp<?>,PROP_VALUE>Class used to handle the edited property for property editors.- interface- IEditedPropControllerOwner<PROP extends GProp<?>,PROP_VALUE>Interface implemented by property editors.- interface- IEditedPropertyEntry<PROP extends GProp<?>,PROP_VALUE>Interface implemented by property fields to handle the property dialog.- interface- IEditedPropertyEntryMultiProp<PROP extends GProp<?>,PROP_VALUE>Interface implemented by properties able to act as multi-property editors.- interface- IEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>,PROP extends GProp<?>,PROP_VALUE>Interface used by IEditedPropertyEntry that supports has multiple values.- Subclasses of GProp in com.iizigo.prop - 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.- Fields in com.iizigo.prop with type parameters of type GProp - Modifier and Type - Field - Description - java.lang.Class<GProp<?>>- PropertyEditorInfo. - propertyClassThe GProp class.- Methods in com.iizigo.prop that return GProp - Modifier and Type - Method - Description - GProp<?>- ICopyOperation. - getCopyProperty()Gets the property to add to clipboard.- GProp<?>[]- EditedPropController. - getCurrentProperties()Gets the array of properties edited.- static GProp<?>- PropMarker. - getProperty(org.eclipse.core.resources.IMarker marker)Gets the property from the reference in the marker.- Methods in com.iizigo.prop that return types with arguments of type GProp - Modifier and Type - Method - Description - java.lang.Class<GProp<?>>- PropertyEditorSetup. - getPropertyClass(java.lang.String name)Gets the class for the property.- Methods in com.iizigo.prop with parameters of type GProp - Modifier and Type - Method - Description - static boolean- DesignerProp. - appendTooltipPropErrors(org.eclipse.swt.widgets.Composite composite, GProp<?> property)Appends property error information to a Composite that has a grid layout of 2 columns.- static org.eclipse.swt.widgets.Composite- DesignerProp. - createCNToolTip(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.- protected org.eclipse.swt.widgets.Composite- DesignerProp. - createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.- static FilePropCnr- FilePropCnr. - fromProperty(GProp<?> property)Gets a FilePropCnr from a property that should be the FilePropCnr itself or a child.- static org.eclipse.swt.graphics.Color- DesignerProp. - getCNBackground(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.- protected org.eclipse.swt.graphics.Color- DesignerProp. - getCNBackground0(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.- static java.lang.String- DesignerProp. - getCNDescription(GProp<?> property, int flags)Provide a description for the status bar view, if available.- protected java.lang.String- DesignerProp. - getCNDescription0(GProp<?> property, int flags)Provide a description for the status bar view, if available.- static org.eclipse.swt.graphics.Color- DesignerProp. - getCNForeground(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.- protected org.eclipse.swt.graphics.Color- DesignerProp. - getCNForeground0(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.- static org.eclipse.swt.graphics.Image- DesignerProp. - getCNImage(GProp<?> property, int flags)Gets the image for the Common Navigator.- static org.eclipse.swt.graphics.Image- DesignerProp. - getCNImage(GProp<?> property, int columnIndex, int flags)Gets the image for the Common Navigator.- protected org.eclipse.swt.graphics.Image- DesignerProp. - getCNImage0(GProp<?> property, int flags)Gets the image for the Common Navigator.- protected org.eclipse.swt.graphics.Image- DesignerProp. - getCNImage0(GProp<?> property, int columnIndex, int flags)Gets the image for the Common Navigator.- static java.lang.Object- DesignerProp. - getCNParent(GProp<?> property, int flags)Gets the parent for Common Navigator.- static org.eclipse.jface.viewers.StyledString- DesignerProp. - getCNStyledText(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- protected org.eclipse.jface.viewers.StyledString- DesignerProp. - getCNStyledText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- static java.lang.String- DesignerProp. - getCNText(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- static java.lang.String- DesignerProp. - getCNText(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.- protected java.lang.String- DesignerProp. - getCNText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- protected java.lang.String- DesignerProp. - getCNText0(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.- static int- DesignerProp. - getCNToolTipDisplayDelayTime(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds until the tool tip is displayed.- protected int- DesignerProp. - getCNToolTipDisplayDelayTime0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds until the tool tip is displayed.- static org.eclipse.swt.graphics.Point- DesignerProp. - getCNToolTipShift(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.- protected org.eclipse.swt.graphics.Point- DesignerProp. - getCNToolTipShift0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.- static int- DesignerProp. - getCNToolTipTimeDisplayed(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds the tool tip is shown for.- protected int- DesignerProp. - getCNToolTipTimeDisplayed0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds the tool tip is shown for.- static boolean- DesignerProp. - hasCNToolTip(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Checks for Common Navigator tool-tip for this item.- protected boolean- DesignerProp. - hasCNToolTip0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Checks for Common Navigator tool-tip for this item.- void- MultiPropCnr. - initialize(GProp prop)Initializes a newly created property (e.g.- boolean- DesignerProp. - isCNVisible0(GProp<?> property, int flags)Checks if a property should be included in the view or if it's hidden or filtered out.- PasteFeedback- DesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.- java.lang.String- DesignerProp. - pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.- void- IPropertyEditorController. - removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.- void- StandaloneEditorController. - removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.- boolean- PropertyEditor. - setFocus(GProp<?> property, int index, java.lang.String childName)Attempts to set focus to a property currently being edited.- void- IPropertyEditorController. - setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.- void- StandaloneEditorController. - setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.- void- IPropertyEditorController. - setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.- void- StandaloneEditorController. - setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.- void- IPropertyEditorController. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- void- StandaloneEditorController. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- protected boolean- DesignerProp. - validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste.- Method parameters in com.iizigo.prop with type arguments of type GProp - Modifier and Type - Method - Description - boolean- IDeleteOperation. - performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.- Constructors in com.iizigo.prop with parameters of type GProp - Constructor - Description - PropNavigatorPresentation(GProp<?> prop, INavigatorPresentation parent)Constructs the viewer wrapper.- Constructor parameters in com.iizigo.prop with type arguments of type GProp - Constructor - Description - MultiPropEditor(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)Creates the multi-prop editor.
- Uses of GProp in com.iizigo.prop.editor- Classes in com.iizigo.prop.editor with type parameters of type GProp - Modifier and Type - Interface - Description - interface- IPropEditorExtender<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>Interface used to extend the property editor of a single edited property item.- interface- IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>Interface to implement on a PropCnr instance used to provide extensions in iiziGo and its property editors.- Methods in com.iizigo.prop.editor that return GProp - Modifier and Type - Method - Description - protected GProp<?>- ReferencePropEditor. - getCurrentReferenceTarget()Gets the current property reference target.- Methods in com.iizigo.prop.editor with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- IPropEditorExtender. - getLabelText(PROP[] props)Gets the text to display in a potential label to the right of the "more" button.- void- IPropEditorExtender. - updateTooltip(IzToolTip tip, PROP[] props)Updates the tooltip.
- Uses of GProp in com.iizigo.prop.editor.dialog- Methods in com.iizigo.prop.editor.dialog that return GProp - Modifier and Type - Method - Description - GProp<?>- RichTextEditorDialog. - getResolveReferenceProperty()Gets the property used for references look-up's.- Methods in com.iizigo.prop.editor.dialog with parameters of type GProp - Modifier and Type - Method - Description - boolean- SelectGPropViewerFilter. - isValid(GProp<?> gp)Checks for a valid class in this property of its children.
- Uses of GProp in com.iizigo.prop.tooltip- Methods in com.iizigo.prop.tooltip with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- ITooltipStringFormatter. - toString(PropCnr pc, GProp<?> prop, java.lang.Object value)Formats the String for a property value.
- Uses of GProp in com.iizigo.push.prop- Subclasses of GProp in com.iizigo.push.prop - Modifier and Type - Class - Description - class- EditorPushPropsContainer that holds the required settings for the Push Notification of an app in the Editor.
- Uses of GProp in com.iizigo.pwa.prop- Subclasses of GProp in com.iizigo.pwa.prop - Modifier and Type - Class - Description - class- EditorPWAPropsContainer that holds the required settings for the PWA in the Editor.
- Uses of GProp in com.iizigo.quickfix.fixer- Fields in com.iizigo.quickfix.fixer declared as GProp - Modifier and Type - Field - Description - protected GProp<?>- DeleteProperty. - propertyThe property found, null if not found.- protected GProp<?>- GotoProperty. - propertyThe property found, null if not found.- Constructors in com.iizigo.quickfix.fixer with parameters of type GProp - Constructor - Description - DeleteProperty(GProp<?> property)Creates a quick-fixer to go to the specified property.- GotoProperty(GProp<?> property)Creates a quick-fixer to go to the specified property.- OpenProperty(GProp<?> property)Creates a quick-fixer to Open the specified property.
- Uses of GProp in com.iizigo.run.prop- Subclasses of GProp in com.iizigo.run.prop - Modifier and Type - Class - Description - class- EditorRuntimeBuilderPropsContainer that holds the required settings for the runtime builder.
- Uses of GProp in com.iizigo.selector.prop- Subclasses of GProp in com.iizigo.selector.prop - Modifier and Type - Class - Description - class- EditorSelectorThis Selector property container for the Editor.- class- EditorSelectorReferenceThe 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 GProp in com.iizigo.server- Methods in com.iizigo.server with parameters of type GProp - Modifier and Type - Method - Description - void- ServerConfigComposite. - removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.- void- ServerConfigComposite. - setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.- void- ServerConfigComposite. - setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.- void- ServerConfigComposite. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.
- Uses of GProp in com.iizigo.server.config- Subclasses of GProp in com.iizigo.server.config - 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 GProp in com.iizigo.server.monitor- Subclasses of GProp in com.iizigo.server.monitor - 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 GProp in com.iizigo.style.prop- Subclasses of GProp in com.iizigo.style.prop - Modifier and Type - Class - Description - class- EditorStylesThis Styles property container for the Editor.
- Uses of GProp in com.iizigo.swt- Methods in com.iizigo.swt with parameters of type GProp - Modifier and Type - Method - Description - void- IzToolTipImpl. - setProperty(GProp<?> gp)Sets the property as the tooltip creator for the contents area.
- Uses of GProp in com.iizigo.term- Method parameters in com.iizigo.term with type arguments of type GProp - Modifier and Type - Method - Description - static org.eclipse.swt.graphics.Image- PluginActivator. - loadIcon(java.lang.Class<? extends GProp<?>> propClass, java.lang.String fn)Load an image for this plugin.
- Uses of GProp in com.iizigo.term.capture- Methods in com.iizigo.term.capture with parameters of type GProp - Modifier and Type - Method - Description - boolean- CaptureEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- CaptureEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.
- Uses of GProp in com.iizigo.term.capture.prop- Subclasses of GProp in com.iizigo.term.capture.prop - 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.- Methods in com.iizigo.term.capture.prop with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- CaptureRootProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- CaptureRootProp. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.prop- Subclasses of GProp in com.iizigo.term.prop - 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.- Methods in com.iizigo.term.prop with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- EditorSessionsProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- EditorSessionsProp. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.prop.editor- Methods in com.iizigo.term.prop.editor that return GProp - Modifier and Type - Method - Description - GProp<?>[]- SessionConfigPropEditor. - getDefaultValue()Gets the default defined value to set in the property when defined.- protected GProp<?>[]- SessionConfigPropEditor. - getValue(java.lang.String input)Gets the property value for a user input.- Methods in com.iizigo.term.prop.editor with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- SessionConfigPropEditor. - formatValue(GProp<?>[] value)Formats the value for user input as a String.
- Uses of GProp in com.iizigo.term.prop.quickfixer- Fields in com.iizigo.term.prop.quickfixer declared as GProp - Modifier and Type - Field - Description - protected GProp<?>- DeleteRect. - propertyThe property found, null if not found.- Constructors in com.iizigo.term.prop.quickfixer with parameters of type GProp - Constructor - Description - DeleteRect(GProp<?> property)Creates a quick-fixer to go to the specified property.
- Uses of GProp in com.iizigo.term.recording- Methods in com.iizigo.term.recording with parameters of type GProp - Modifier and Type - Method - Description - boolean- RecordingEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- RecordingEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.
- Uses of GProp in com.iizigo.term.recording.prop- Subclasses of GProp in com.iizigo.term.recording.prop - 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.- Methods in com.iizigo.term.recording.prop with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- RecordingRootProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- RecordingRootProp. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.screen- Methods in com.iizigo.term.screen with parameters of type GProp - Modifier and Type - Method - Description - boolean- ScreenEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- ScreenEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.
- Uses of GProp in com.iizigo.term.server- Subclasses of GProp in com.iizigo.term.server - 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 GProp in com.iizigo.text- Methods in com.iizigo.text that return GProp - Modifier and Type - Method - Description - GProp<?>- KStringInfoProviderAdapter. - getResolveReferenceProperty()Gets the property used for references look-up's.- GProp<?>- TextTableEditor. - getResolveReferenceProperty()Gets the property used for references look-up's.- Methods in com.iizigo.text with parameters of type GProp - Modifier and Type - Method - Description - void- TextTableEditor. - doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components, typically after undo/redo.- boolean- TextTableEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- TextTableEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- Constructors in com.iizigo.text with parameters of type GProp - Constructor - Description - KStringInfoProviderAdapter(java.lang.String httpServer, GProp<?> anyProp, boolean shouldResolve)Constructor.- SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)Creates the text table settings composite.
- Uses of GProp in com.iizigo.text.prop- Subclasses of GProp in com.iizigo.text.prop - Modifier and Type - Class - Description - class- EditorTextTableThis Selector property container for the Editor.- Methods in com.iizigo.text.prop with parameters of type GProp - Modifier and Type - Method - Description - org.eclipse.swt.widgets.Composite- TextTableDesignerProp. - createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.- protected org.eclipse.swt.graphics.Image- TextTableDesignerProp. - getCNImage0(GProp<?> property, int flags)Overridden to provide image for text ID's.- protected org.eclipse.jface.viewers.StyledString- TextTableDesignerProp. - getCNStyledText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- protected java.lang.String- TextTableDesignerProp. - getCNText0(GProp<?> property, int flags)Overridden to provide Text ID's string.- static boolean- EditorTextTable. - hasCircularReference(EditorTextTable textTable, GProp<?> anyProp, java.lang.String ref)Circular reference validation for Text Tables.
- Uses of GProp in com.iizigo.validator- Methods in com.iizigo.validator with parameters of type GProp - Modifier and Type - Method - Description - void- ControlValidator. - setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar)Assigns the callback to be an Atom Name Validator.
- Uses of GProp in com.iizigo.vs- Methods in com.iizigo.vs with parameters of type GProp - Modifier and Type - Method - Description - void- TablePanel. - doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.- boolean- VirtualSpaceEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- VirtualSpaceEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- void- TablePanel. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)- void- TablePanel. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)- void- ActionsPanel. - onEditedProperty(GProp<?> _action)Selection changed for panel.- void- IVirtualSpacePanel. - onEditedProperty(GProp<?> comp)Selection changed for panel.- void- TablePanel. - onEditedProperty(GProp<?> comp)Selection changed for panel.- void- ValuePanel. - onEditedProperty(GProp<?> _field)Selection changed for panel.- void- ValuePanel. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp)- protected int- VirtualSpaceEditor. - setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.
- Uses of GProp in com.iizigo.vs.actor- Subclasses of GProp in com.iizigo.vs.actor - 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 GProp in com.iizigo.vs.link- Methods in com.iizigo.vs.link with parameters of type GProp - Modifier and Type - Method - Description - default java.lang.String- IVSLinkEnabler. - attempVSLink(boolean doPerform, GProp<?>[] props, java.lang.String description, IPropUndoRedo undoRedo)Processes VS-linking from properties.
- Uses of GProp in com.iizigo.vs.prop- Subclasses of GProp in com.iizigo.vs.prop - 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- EditorVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.- class- EditorVSGroupThe Editor VirtualSpace Group property class.- class- EditorVSOnUIEventOnFocus reference is used to set a reference to a focusable VSComponent.- 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.- Methods in com.iizigo.vs.prop that return GProp - Modifier and Type - Method - Description - GProp<?>- EditorVSColumnHeader. - getCopyProperty()Gets the property to add to clipboard.- Methods in com.iizigo.vs.prop with parameters of type GProp - Modifier and Type - Method - Description - protected org.eclipse.swt.graphics.Color- VirtualSpaceDesignerProp. - getCNBackground0(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.- protected org.eclipse.swt.graphics.Color- VirtualSpaceDesignerProp. - getCNForeground0(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.- protected java.lang.String- VirtualSpaceDesignerProp. - getCNText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.- protected java.lang.String- VirtualSpaceDesignerProp. - getCNText0(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.- boolean- VirtualSpaceDesignerProp. - isCNVisible0(GProp<?> property, int flags)Checks if a property should be included in the view or if it's hidden or filtered out.- PasteFeedback- VirtualSpaceDesignerProp. - paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.- Method parameters in com.iizigo.vs.prop with type arguments of type GProp - Modifier and Type - Method - Description - boolean- EditorVSColumnHeader. - performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.
- Uses of GProp in com.iizigo.vs.viewer- Subclasses of GProp in com.iizigo.vs.viewer - Modifier and Type - Class - Description - class- VSViewerPropCnrThe VSViewer property container used to view a VirtualSpace.
- Uses of GProp in com.iizigo.ws.actionactor- Subclasses of GProp in com.iizigo.ws.actionactor - Modifier and Type - Class - Description - static class- EditorWebServiceActionActor.SettingsSettings property container.
- Uses of GProp in com.iizigo.ws.editor- Methods in com.iizigo.ws.editor with parameters of type GProp - Modifier and Type - Method - Description - boolean- WebServiceEditor. - doOpen(GProp<?>[] props)Opens the property by selecting it in focus.- boolean- WebServiceEditor. - doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.- void- CreateWrappedVariableComposite. - setSelectedElements(GProp<?>[] props)Assigns the wrapped elements.
- Uses of GProp in com.iizigo.ws.prop- Subclasses of GProp in com.iizigo.ws.prop - 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.- Methods in com.iizigo.ws.prop with parameters of type GProp - Modifier and Type - Method - Description - boolean- IWrappedElement. - canCombineSelection(GProp<?>[] props)Checks if the element can be combined in a selection with other properties.- org.eclipse.swt.widgets.Composite- IWrappedElement. - createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)Creates the composite to show.- IEditorReplyProcessor- EditorOutputProps. - getProcessor(GProp<?> gp)Gets a reply processor from a property.
- Uses of GProp in com.iizigo.ws.prop.json- Subclasses of GProp in com.iizigo.ws.prop.json - 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).- Methods in com.iizigo.ws.prop.json with parameters of type GProp - Modifier and Type - Method - Description - boolean- EditorJSONElementWrapper. - canCombineSelection(GProp<?>[] props)Checks if the element can be combined in a selection with other properties.- org.eclipse.swt.widgets.Composite- EditorJSONElementWrapper. - createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)Creates the composite to show.
- Uses of GProp in com.iizigo.ws.prop.url- Subclasses of GProp in com.iizigo.ws.prop.url - 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 GProp in com.iizix.actionactor- Subclasses of GProp in com.iizix.actionactor - Modifier and Type - Class - Description - class- AbstractSettingsClass extending the property container.- static class- JavaActionActorBase.SettingsSettings property container.
- Uses of GProp in com.iizix.api- Classes in com.iizix.api with type parameters of type GProp - Modifier and Type - Interface - Description - interface- IAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>>Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.- Methods in com.iizix.api with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- IAnnotationReferenceProcessor. - getReferencePath(GProp<?> comp)Returns the reference path of a component, relative or full depending if it is scoped or not.- COMP- IAnnotationReferenceProcessor. - resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to a UI component.
- Uses of GProp in com.iizix.api.ui- Methods in com.iizix.api.ui that return GProp - Modifier and Type - Method - Description - GProp<?>- UIActionEvent. - getTrigger()Gets the trigger property being the source of the event.- GProp<?>- UIFocusEvent. - getTrigger()Gets the trigger property being the source of the event.- GProp<?>- UISelectionEvent. - getTrigger()Gets the trigger property being the source of the event.- GProp<?>- UITextChangeEvent. - getTrigger()Gets the trigger property being the source of the event.- GProp<?>- UIValueChangeEvent. - getTrigger()Gets the trigger property being the source of the event.- Constructors in com.iizix.api.ui with parameters of type GProp - Constructor - Description - UIActionEvent(IUIAction source, GProp<?> trigger)Constructs the event for an action with a property being the trigger source, e.g.- UIActionEvent(IUIAction source, GProp<?> trigger, UIComp contextComponent)Constructs the event for an action with a property being the trigger source, e.g.- UIFocusEvent(UIComp source, UIComp opposite, boolean isFocusGained, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.- UISelectionEvent(UIComp source, IUISelection selection, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.- UITextChangeEvent(UIComp source, GProp<?> trigger)Constructs the event for a text change event with a property being the trigger source, e.g.- UIValueChangeEvent(UIComp source, GProp<?> trigger)Constructs the event for a value change event with a property being the trigger source, e.g.
- Uses of GProp in com.iizix.api.vs- Fields in com.iizix.api.vs with type parameters of type GProp - Modifier and Type - Field - Description - java.lang.Class<? extends GProp<?>>- JavaActorParam.Type. - propertyClassThe property class.- Methods in com.iizix.api.vs that return GProp - Modifier and Type - Method - Description - GProp<?>- VSBaseEventWithTrigger. - getTrigger()Gets the trigger property being the source of the event.- Constructors in com.iizix.api.vs with parameters of type GProp - Constructor - Description - VSActionEvent(VSAction source, GProp<?> trigger, UIComp contextComponent)Constructs the event for an action with a property being the trigger source, e.g.- VSBaseEventWithTrigger(VSCOMP source, GProp<?> trigger)Constructor called from the subclass with trigger information.- VSChangeEvent(IVSComponent source, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.- VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger)Constructs the event for an action to use with value conversion.- VSFieldEvent(VSField source, Value value, GProp<?> trigger)Constructs the validation event for an action with a property being the trigger source, e.g.- VSFocusEvent(IVSComponent source, IVSComponent opposite, boolean isFocusGained, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.- VSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.
- Uses of GProp in com.iizix.db.actionactor- Subclasses of GProp in com.iizix.db.actionactor - Modifier and Type - Class - Description - static class- DatabaseActionActor.SettingsSettings property container.
- Uses of GProp in com.iizix.db.prop- Subclasses of GProp in com.iizix.db.prop - 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- DatabaseTransactionReferenceThe reference to a Database transaction.- 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.- Methods in com.iizix.db.prop with parameters of type GProp - Modifier and Type - Method - Description - boolean- DatabaseTransactionReference. - isReferenceValid(GProp<?> property)Checks if the reference is valid.- void- ResultSetColumnProp. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- void- ResultSetProps. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.- void- InputVariable. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- ResultProps. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.
- Uses of GProp in com.iizix.event- Methods in com.iizix.event that return GProp - Modifier and Type - Method - Description - GProp<?>- GEvent. - getEventTarget()Gets the event owner.- GProp<?>- PropCnrEvent. - getEventTarget()Gets the event owner.- GProp<?>- PropCopyEvent. - getEventTarget()Gets the event owner.- GProp<?>[]- PropMoveEvent. - getOldContainerProps()Gets the old container properties.- GProp<?>[]- PropReorderEvent. - getOldPropertyArray()Gets the property array before the reordering operation.- GProp<?>- PropCnrEvent. - getProperty()Gets the property being added or removed.- GProp<?>- PropCopyEvent. - getProperty()Gets the property being added or removed.- GProp<?>- GEvent. - getSender()Gets the current sender of the event.- GProp<?>- GEvent. - getSource()Gets the source of the event.- GProp<?>- PropCnrEvent. - getTrigger()Gets the trigger of the container property change.- GProp<?>- PropCnrFocusEvent. - getTrigger()Gets the trigger property.- GProp<?>- PropCopyEvent. - getTrigger()Gets the trigger of the container property change.- GProp<?>- PropFocusEvent. - getTrigger()Gets the trigger property.- GProp<?>- PropValueEvent. - getTrigger()Gets the trigger of the value change.- Methods in com.iizix.event with parameters of type GProp - Modifier and Type - Method - Description - void- PostProcessing. - execute(GProp<?> dispatcher, GEvent event)Executes all post processors for a dispatcher.- protected EventListener- GEvent. - getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)Gets the alternate property destination for an event about to be sent.- EventListener[]- GEvent. - getPostProcessors(GProp<?> dispatcher)Gets the post-processors.- EventListener[]- IPostEventProcessing. - getPostProcessors(GProp<?> dispatcher)Gets the post-processors.- EventListener[]- PostProcessing. - getPostProcessors(GProp<?> dispatcher)Gets the post-processors.- boolean- PostProcessing. - hasPostProcessors(GProp<?> dispatcher)Checks for presence of post processors.- boolean- GEvent. - isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)Checks if this Operation at specified index should be processed or not by the specified property.- void- RemoteEvent. - retarget(GProp<?> newTarget)Re-targets this event to a new source property and sends it.- void- RemoteEvent. - retarget(GProp<?> newTarget, PropMgr propMgr)Re-target this event to a Property Manager for queued sending.- void- GEvent. - send(GProp<?> sender, EventListener listener)Sends this event to the event listener in question, with "safe" processing, i.e.- void- GEvent. - send(GProp<?> sender, GProp<?> receiver, GEvent.Operation operation, int operationIndex)Sends this event to the property in question, with "safe" processing, i.e.- void- GEvent. - sendSelf(GProp<?> senderAndReceiver, GEvent.Operation operation, int operationIndex)Sends this event to the property itself in question, with "safe" processing, i.e.- void- GEvent. - setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.- void- IPostEventProcessing. - setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.- void- PostProcessing. - setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.- Constructors in com.iizix.event with parameters of type GProp - Constructor - Description - BubbleEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic sink event with specified originator.- GEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic event with specified originator without progress monitor.- GEvent(GProp<?> source, int eventID, boolean isRemoteInduced, IPropProgressMonitor monitor)Constructs the generic event with specified originator.- GEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)Constructs the generic event with specified originator that has a progress monitor and is not remote induced.- PostProcessing(GProp<?> initialDispatcher)Constructor with initial dispatcher.- ProjectNameEvent(GProp<?> property, java.lang.String newName, java.lang.String oldName)Constructs a new property event.- PropAttrEvent(GProp<?> source, int attribute, java.lang.Object newValue, java.lang.Object oldValue, boolean isRemoteInduced)Constructs a new property event.- PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)Constructs a new property container event.- PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)Constructs a new property container event.- PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)Constructs a new property container event.- PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)Constructs a new property container event.- PropDisposeEvent(GProp<?> property, PropCnr parent, boolean isRemoteInduced)Constructs a new property container event.- PropErrorAttrEvent(GProp<?> source, java.lang.Object newValue, java.lang.Object oldValue, java.lang.String errorID, IPropErrorItem item, int newMaxErrorLevel, int oldMaxErrorLevel)Constructs a new property event.- PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps)Constructs a new move event for a property that is moved and renamed at the same time.- PropNameEvent(GProp<?> property, Atom oldAtom, boolean isRemoteInduced)Constructs a new property event.- PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced)Constructs a new property container event for reordering property indexes.- PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue)Constructs a new non-remote local property value 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.- PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, PropMgr propMgr)Constructs a new remote property value event.- RefreshEvent(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type)Constructs a new sinking refresh event of the specified type.- RemoteEvent(GProp<?> source, int localID, PropCnr params)Creates a new remote event (locally).- RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator)Creates a new remote event.- SinkEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic sink event with specified originator without progress monitor.- SinkEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)Constructs the generic event sink with specified originator that has a progress monitor and is not remote induced.- VSReferenceEvent(GProp<?> source)Constructs a new VSRelativeReference event.
- Uses of GProp in com.iizix.gyro- Fields in com.iizix.gyro declared as GProp - Modifier and Type - Field - Description - GProp<?>- FocusEvent. - triggerThe trigger property, e.g.- Methods in com.iizix.gyro that return GProp - Modifier and Type - Method - Description - GProp<?>- IAppSessionGyro. - getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.- GProp<?>- IAppSessionGyro. - getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.- GProp<?>- IClientSessionGyro. - getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference by searching this instance.- Methods in com.iizix.gyro with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- IAppSessionGyro. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Constructors in com.iizix.gyro with parameters of type GProp - Constructor - Description - FocusException(GProp<?> property)Creates a focus exception with an empty detail message.- FocusException(GProp<?> property, java.lang.String message)Creates a focus exception with a message.- FocusException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a focus exception with a message and an exception cause.- FocusVetoException(GProp<?> property)Creates a focus veto exception with an empty detail message.- FocusVetoException(GProp<?> property, java.lang.String message)Creates a focus veto exception with a message.- FocusVetoException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a focus veto exception with a message and an exception cause.
- Uses of GProp in com.iizix.prop- Classes in com.iizix.prop with type parameters of type GProp - Modifier and Type - Class - Description - class- ArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).- Subclasses of GProp in com.iizix.prop - 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- 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- AssetReferenceThe Asset Reference property class hold the reference to a file in the Assets directory.- class- AssetReferencesThe Asset References property class hold the references to zero or more FileURIPropCnr property containers.- class- BackgroundImageReferenceThe Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.- class- BadgePropThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).- class- BoolPropThe Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).- class- ByteArrayPropThe byte array property is used to store binary data in various forms, e.g.- class- CharPropThe character property class holds the property name, value and optionally has a parent and/or property listener(s).- class- ClassReferenceThe Class Reference property class hold the reference to a Java class.- 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- CodeItemArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).- class- Color4PropProperty used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).- class- ColorPropThe "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).- class- ConstrainedIntPropThis class is used to hold an integer property that has constraints imposed on it.- class- DateTimePropThe date/time property can hold a date and/or a time with optional time offset with a- GDateTimeproperty value.- class- DesignerPropCnrSpecial Designer property container that is private.- class- DevParamsDevice parameters container available only for iiziRun.- class- DoublePropThe Double property class holds the property name, value and optionally has a parent and/or property listener(s).- 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- ErrorsPropThe errors property is used in the designer and files to store error and its values for a container.- 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- FillPropThe "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).- class- FixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.- class- 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- FontPropThe "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).- class- GeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.- class- GradientPropThe "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).- class- ImageReferenceThe Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.- class- Int32PropThe Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).- class- Int4PropProperty used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).- class- IntPropThe Integer property class holds the property name, value and optionally has a parent and/or property listener(s).- class- KStringPropThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).- class- LongPropThe Long property class holds the property name, value and optionally has a parent and/or property listener(s).- class- MailPropsContainer holding mail settings.- class- MethodReferenceThe Method Reference property class hold the reference to a Method that is in a Java class.- 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- MultiProp<VALUE>The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.- class- NumberPropJavaScript optimized Number property.- class- PasswordPropThe Password property class hold a password that is encrypted when stored to media.- class- PatternPropThe pattern property class extends a KStringProp.- class- PKCS12IdentityPropThe PKCS#12 Identity Property used for SSL communication or code signing.- class- PlainKStringPropThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).- class- PolicyPropsContainer holding policiy settings.- class- PrivProp<T>The private property class is used on the client as a dummy property in order to keep the structure of properties with the indexes as the server does, apart from that a private property can replace a property container.- class- 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- RectPropThe rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).- 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- SelectorReferenceThe SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.- class- 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- SizePropThe size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).- 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- String4PropProperty used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.- class- StringArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).- class- StringMapPropThe String Map property class holds the property name, a map of strings consisting of string keys and string values.- class- StringPropThe "String" property class holds the property name, value and optionally has a parent and/or property listener(s).- class- StringSetPropThe String Set property class holds the property name and a set of unique strings.- class- StrokePropThe "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).- 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- StylesReferencesThe Styles References property class hold the references to zero or more Styles property containers.- class- TextTableThe text table property holds the text table items consisting of KStrings.- class- TextTableReferenceThe reference to a text table instance.- class- TransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.- class- Unit4PropProperty used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).- class- UnitPropThe "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).- class- ValuePropThe value property holds the VirtualSpace Value object.- class- ValueTypePropThe Value Type property for the Value Type as a String, without Value.- 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.- class- X509CertificatesPropThe X.509 Certificates Property used for SSL communication.- class- XMLSchemaValidatorPropXML Schema validator property class used to validate XML sources.- Fields in com.iizix.prop declared as GProp - Modifier and Type - Field - Description - static GProp<?>[]- PropCnr. - EMPTYEmpty array of properties.- GProp<?>- Reference. - ownerThe reference owner.- GProp<?>- BinderAction. - propertyThe property used for the action.- GProp<?>- PropErrorItemOrigin. - propertyThe property.- GProp<?>- PropVerificationError. - propertyThe property causing the error.- GProp<?>- Reference. - targetThe reference target.- Methods in com.iizix.prop that return GProp - Modifier and Type - Method - Description - GProp<?>- GProp. - clone()Creates a clone out of this property.- protected GProp<?>- PropCnr. - convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.- GProp<?>- PropFactory. - createProp(java.lang.String tag, Atom atom)Creates a generic property with the specified tag name and atom.- GProp<?>- GProp. - extendsClone()Creates a clone out of this property for the Extends Framework.- GProp<?>[]- IPropCnr. - getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.- GProp<?>[]- IPropCnr. - getAllProps(java.lang.Class<? extends GProp<?>>... classes)Gets the properties of certain classes that are present in the tree below this container, i.e.- GProp<?>[]- PropCnr. - getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.- GProp<?>[]- PropCnr. - getAllProps(java.lang.Class<? extends GProp<?>>... classes)Gets the properties of certain classes that are present in the tree below this container, i.e.- GProp<?>- IPropCnr. - getFirstProp(Atom atom)Finds the first property with the specified atom in the property tree.- GProp<?>- IPropCnr. - getFirstProp(java.lang.String name)Finds the first property with the specified name in the property tree.- GProp<?>- PropCnr. - getFirstProp(Atom atom)Finds the first property with the specified atom in the property tree.- GProp<?>- PropCnr. - getFirstProp(java.lang.String name)Finds the first property with the specified name in the property tree.- GProp<?>- PropReference. - getOwner()Gets the owner property.- GProp<?>- IPropCnr. - getProp(int index)Gets the property at requested- index.- GProp<?>- IPropCnr. - getProp(Atom atom)Gets the property with the- atomname.- GProp<?>- IPropCnr. - getProp(Atom[] atomPath)Gets the property from a path of atoms.- GProp<?>- IPropCnr. - getProp(Atom[] atomPath, int count)Gets the property from a path of atoms.- GProp<?>- IPropCnr. - getProp(java.lang.String name)Gets the property with the specified name.- GProp<?>- PropCnr. - getProp(int index)Gets the property at requested- index.- GProp<?>- PropCnr. - getProp(Atom atom)Gets the property with the- atomname.- GProp<?>- PropCnr. - getProp(Atom[] atomPath)Gets the property from a path of atoms.- GProp<?>- PropCnr. - getProp(Atom[] atomPath, int count)Gets the property from a path of atoms.- GProp<?>- PropCnr. - getProp(java.lang.String name)Gets the property with the specified name.- GProp<?>- PropException. - getProperty()Gets the property that caused the exception.- GProp<?>- PropReference. - getProperty()Gets the property referenced.- GProp<?>- GProp. - getPropFromPath(GProp<?> requestor, java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>- GProp. - getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>- IGProp. - getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>- FileURIPropCnr. - getPropFromReference(java.lang.String ref)Gets a property from a reference name.- GProp<?>- GProp. - getPropFromReference(GProp<?> requestor, java.lang.String path)Internal function for getPropFromReference(ref).- GProp<?>- GProp. - getPropFromReference(java.lang.String ref)Gets a property from a reference name.- GProp<?>- IGProp. - getPropFromReference(java.lang.String ref)Gets a property from a reference name.- protected GProp<?>- FileURIPropCnr. - getPropReferenceTarget()Retargets the reference request as required.- protected GProp<?>- GProp. - getPropReferenceTarget()Retargets the reference request as required.- GProp<?>[]- IPropCnr. - getProps()Gets the current value set as a a property array,- nullfor an uninitialized value.- GProp<?>[]- PropCnr. - getProps()Gets the current value set as a a property array,- nullfor an uninitialized value.- GProp<?>- PropFactory. - loadPropTree(GProp<?> parent, org.w3c.dom.Element element)Creates the GProp tree from an Element.- protected GProp<?>- ClassReference. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- GProp. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- PropCnr. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- Methods in com.iizix.prop that return types with arguments of type GProp - Modifier and Type - Method - Description - java.lang.Class<? extends GProp<?>>- PropFactory. - getPropClass(java.lang.String className)Gets the property class from a class name.- Methods in com.iizix.prop with parameters of type GProp - Modifier and Type - Method - Description - void- IComplexOperation. - addProp(PropCnr pc, GProp<?> gp)Adds a property.- void- IComplexOperation. - addPropError(GProp<?> gp, IPropErrorItem pei)Adds a property error.- protected GProp<?>- PropCnr. - convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.- protected void- PropCnr. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected java.lang.Object- AbstractReference. - equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.- protected java.lang.Object- BadgeProp. - equalValues(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how)Checks for property value equality.- protected java.lang.Object- GProp. - equalValues(GProp<?> compareTo, VALUE thisValue, VALUE compareValue, int how)Checks for property value equality.- protected java.lang.Object- KStringProp. - equalValues(GProp<?> compareTo, KString thisValue, KString compareValue, int how)Checks for property value equality.- protected java.lang.Object- MultiProp. - equalValues(GProp<?> compareTo, java.lang.Object[] thisValue, java.lang.Object[] compareValue, int how)Checks for property value equality.- protected java.lang.Object- StringMapProp. - equalValues(GProp<?> compareTo, java.util.Map<java.lang.String,java.lang.String> thisValue, java.util.Map<java.lang.String,java.lang.String> compareValue, int how)Checks for property value equality.- protected java.lang.Object- StringSetProp. - equalValues(GProp<?> compareTo, java.util.Set<java.lang.String> thisValue, java.util.Set<java.lang.String> compareValue, int how)Checks for property value equality.- protected java.lang.Object- StylesReferences. - equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.- java.lang.String- GProp. - getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".- static boolean- BoolProp. - getBool(GProp<?> property, java.lang.String string)Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).- static boolean- BoolProp. - getBool(GProp<?> property, java.lang.String string, boolean defaultValue)Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).- java.lang.String- FileURIPropCnr. - getChildReferencePropName(GProp<?> child)Gets the child's reference property name for this property.- java.lang.String- GProp. - getChildReferencePropName(GProp<?> child)Gets the child's reference property name for this property.- PropVerificationError[]- PropVerification. - getErrors(GProp<?> property)Gets the list of errors of a property.- FileURIPropCnr- AssetReference. - getFileURIPropCnr(GProp<?> anyPropInTree)For the Designer, gets the File property for the reference.- java.lang.String- GProp. - getFullPropName(GProp<?> requestor)Gets the full name of this property, i.e.- java.lang.String- GProp. - getFullPropNameDebug(GProp<?> requestor)Gets the full name of this property, i.e.- java.lang.String- ClientProps. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- java.lang.String- GProp. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- java.lang.String- IModuleProjectPropProvider. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- GProp<?>- GProp. - getPropFromPath(GProp<?> requestor, java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>- GProp. - getPropFromReference(GProp<?> requestor, java.lang.String path)Internal function for getPropFromReference(ref).- PropCnr- ClientProps. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- GProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- IModuleProjectPropProvider. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- ClientProps. - getRootName(GProp<?> requestor)Gets the name of the root container as in the Designer- "module:".- java.lang.String- GProp. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.- protected PropCnr- GProp. - getRootParent(GProp<?> requestor)Gets the root container in the property tree.- protected PropCnr- ProxyPropCnr. - getRootParent(GProp<?> requestor)Gets the root container in the property tree.- TARGET- AbstractReference. - getTargetReference(GProp<?> anyPropertyInTree)Gets the target reference also trying to resolve the reference, i.e.- void- IComplexOperation. - insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.- boolean- PropCnr. - isExtendsPropertyValid(GProp<?> property)Validates an extends property for the Extends Framework.- abstract boolean- AbstractReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- AssetReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- BackgroundImageReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- ImageReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- IPropReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- SelectorReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- TextTableReference. - isReferenceValid(GProp<?> property)Checks if the reference is valid.- GProp<?>- PropFactory. - loadPropTree(GProp<?> parent, org.w3c.dom.Element element)Creates the GProp tree from an Element.- java.lang.String- GProp. - mapAliasToReference(GProp<?> requestor, java.lang.String aliasReference)Maps an alias reference name to a reference name.- java.lang.String- GProp. - mapReferenceToAlias(GProp<?> requestor, java.lang.String referenceName)Maps a reference name to an alias name.- void- IComplexOperation. - moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.- protected void- PropCnr. - onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal function- insertPropis called to verify that this is allowed.- protected void- PropCnr. - onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving)Called when a property is removed in this container, before the event is fired, but after the property has been removed.- protected void- FixedVirtualizedAbstractReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- GProp. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- void- IComplexOperation. - removeProp(GProp<?> gp)Removes a property.- void- IComplexOperation. - removePropError(GProp<?> gp, java.lang.String errorID)Removes a property error.- void- IComplexOperation. - renameProp(GProp<?> gp, Atom newName)Renames a property.- boolean- PropReference. - resolve(GProp<?> anyPropertyInTree, boolean doReCheck, GEvent triggerEvent)Attempts to resolve the property name.- void- IComplexOperation. - setPropError(GProp<?> gp, PropError pe)Sets all errors in a property.- void- IComplexOperation. - setPropValue(GProp<?> gp, java.lang.Object newValue)Sets a property value.- boolean- IPropCnr. - setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.- boolean- PropCnr. - setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.- boolean- IProxyImplementor. - shouldProxy(GProp<?> gp)Checks if the property should be proxied or not.- protected boolean- PropCnr. - shouldSerializeToXML(int programType, GProp<?> childProp)Method used to check for child property serialization to XML.- void- PropMgr. - trace(GProp<?> originator, java.lang.String text)Traces a line of data.- protected void- PropCnr. - validateChildPropInValue(GProp<?> child)Validates a single child property instance during the call to- PropCnr.validatePropValue(Object newValue).- boolean- IPropCnr. - validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.- boolean- PropCnr. - validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.- java.lang.String- AbstractReference. - wouldValidate(GProp<?> anyPropertyInTree)Checks if the reference would be valid if this property is attached to a root property.- Method parameters in com.iizix.prop with type arguments of type GProp - Modifier and Type - Method - Description - int- IPropCnr. - getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)Gets the properties of certain classes that are present in the tree below this container, i.e.- int- IPropCnr. - getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.- int- PropCnr. - getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)Gets the properties of a certain class that are present in the tree below this container, i.e.- int- PropCnr. - getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.- void- GProp. - getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)Retrieves the properties containing errors.- void- IGProp. - getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)Retrieves the properties containing errors.- <VALUE> boolean- IPropCnr. - setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- <VALUE> boolean- IPropCnr. - setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- <VALUE> boolean- PropCnr. - setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- <VALUE> boolean- PropCnr. - setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- Constructors in com.iizix.prop with parameters of type GProp - Constructor - Description - BinderAction(GProp<?> property)Constructor of the binder object.- EditorPropCnr(Atom propertyAtom, GProp<?>[] properties)Creates an Editor Property Container with the specified name and properties.- PropCnr(Atom propertyAtom, GProp<?>[] properties)Creates a property container with the specified name and properties.- PropErrorItemOrigin(GProp<?> property, IPropErrorItem errorItem)Constructor that assigns the- propertyand- errorItemmembers.- PropException(GProp<?> property)Creates a property exception with an empty detail message.- PropException(GProp<?> property, java.lang.String message)Creates a property exception with a message.- PropException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a property exception with a message and an exception cause.- PropReference(GProp<?> owner, java.lang.String name, java.lang.Class<?>[] supportedClasses, IPropReference listener)Constructs a new property reference with a property owner.- PropTypeException(GProp<?> property, java.lang.String message)Creates a property exception with a message.- PropTypeException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a property exception with a message and an exception cause.- PropValidateException(GProp<?> property, java.lang.String message)Creates a property exception with a message.- PropVerificationError(java.lang.String id, PropVerificationError.Severity severity, java.lang.String location, GProp<?> property, java.lang.String errorText, java.lang.String... quickFixes)The standard constructor for a property in error.- Reference(GProp<?> target, GProp<?> owner, java.lang.Class<?> type)Creates the reference instance.- ValueConversionException(GProp<?> property, java.lang.String message)Creates a property exception with a message.- ValueConversionException(GProp<?> property, java.lang.String message, java.lang.Throwable cause)Creates a property exception with a message and an exception cause.
- Uses of GProp in com.iizix.prop.annotation- Methods in com.iizix.prop.annotation that return types with arguments of type GProp - Modifier and Type - Method - Description - java.lang.Class<? extends GProp>- type()The Property Type class expected, default- com.iizix.prop.GProp.classmeaning no checking as all properties extends from GProp.
- Uses of GProp in com.iizix.prop.content- Subclasses of GProp in com.iizix.prop.content - 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.- Methods in com.iizix.prop.content with parameters of type GProp - Modifier and Type - Method - Description - void- AbstractContentUIContainer. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.
- Uses of GProp in com.iizix.prop.font- Subclasses of GProp in com.iizix.prop.font - 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 GProp in com.iizix.prop.image- Subclasses of GProp in com.iizix.prop.image - 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.- Methods in com.iizix.prop.image with parameters of type GProp - Modifier and Type - Method - Description - static IImageTarget- IImageTarget. - lookUp(GProp<?> property, java.lang.String reference)Static look-up of an image from a reference.
- Uses of GProp in com.iizix.prop.ui- Subclasses of GProp in com.iizix.prop.ui - 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- AbstractUICompRelativeReference<TARGET extends IUICompRelativeTarget>The UIComp Relative Reference property class hold the reference to another property in the same base container.- 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- CIDPropComponent ID property is used to assign a unique value known on both client and server.- class- ContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.- class- ContextMenuLayoutMenu specific layout manager.- class- ContextMenuReferenceThe reference to a UI context menu.- 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- GroupNamePropGroup name property used for component grouping.- 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- LabelForReferenceThe Label For Reference property class hold the reference to another property in the same base container.- class- LayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.- class- 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- PanelPartReferenceThe reference to a UI panel part.- 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- TooltipPropThe tooltip property is a container that holds various information for the tooltip, e.g.- 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 that return GProp - Modifier and Type - Method - Description - protected GProp<?>- UIComp. - createTitleProp()Creates the title property a StringProp, KStringProp or PlainKStringProp depending on the component.- protected GProp<?>- UIComp. - getTrigger(GEvent event)Gets the trigger from an event.- protected GProp<?>- UIPanelBase. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- UIPanelPartCnr. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- Methods in com.iizix.prop.ui with parameters of type GProp - Modifier and Type - Method - Description - protected void- UIContextMenu. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected void- UIPanelBase. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected java.lang.Object- TooltipProp. - equalValues(GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how)Checks for property value equality.- java.lang.String- UIAnnotationReferenceProcessor. - getReferencePath(GProp<?> comp)Returns the relative reference path of a component.- java.lang.String- UIPanelAnnotationReferenceProcessor. - getReferencePath(GProp<?> comp)Returns the reference path of a component.- default void- IUIAction. - invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)Invoke the action event method.- void- UIContextMenu. - invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger)Invoke the focus event method.- void- UIPanelBase. - invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)Invoke the focus event method.- void- UIContextMenu. - invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUITextChange event methods of the component and the panel.- void- UIPanelBase. - invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUITextChange event methods of the component and the panel.- void- UIPanelBase. - invokeOnUIValueChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUIValueChange event methods of the component and the panel.- boolean- ContextMenuReference. - isReferenceValid(GProp<?> property)Checks if the reference is valid.- boolean- LabelForReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- PanelPartReference. - isReferenceValid(GProp<?> property)Checks if the reference is valid.- void- UIAbstractListChoice. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- protected void- UIComps. - onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal function- insertPropis called to verify that this is allowed.- void- MUISwitch. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UIAbstractListChoice. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UICalendar. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UICheckBox. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UICheckedMenuItem. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UIComp. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UIProgress. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UIRadioButton. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UIRadioMenuItem. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- UISlider. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- UIComp- UIAnnotationReferenceProcessor. - resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.- UIPanelBase- UIPanelAnnotationReferenceProcessor. - resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the UI panel.- protected boolean- UIImage2. - shouldSerializeToXML(int programType, GProp<?> childProp)Method used to check for child property serialization to XML.- Method parameters in com.iizix.prop.ui with type arguments of type GProp - Modifier and Type - Method - Description - <VALUE> boolean- ILayoutUnitHeight. - setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- <VALUE> boolean- ILayoutUnitWidth. - setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.- Constructors in com.iizix.prop.ui with parameters of type GProp - Constructor - Description - AbsoluteData(Atom propertyAtom, GProp<?>[] properties)Creates a AbsoluteData container with the specified name and properties.- AbsoluteLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- AbstractUIAction(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- AccordionData(Atom propertyAtom, GProp<?>[] properties)Creates a AccordionData container with the specified name and properties.- AccordionLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- BorderData(Atom propertyAtom, GProp<?>[] properties)Creates a BorderData container with the specified name and properties.- BorderLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- ContextMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a ContextMenuData container with the specified name and properties.- ContextMenuLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- FlexData(Atom propertyAtom, GProp<?>[] properties)Creates a FlexData container with the specified name and properties.- FlexLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- GridData(Atom propertyAtom, GProp<?>[] properties)Creates a GridData container with the specified name and properties.- GridLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- HeadingData(Atom propertyAtom, GProp<?>[] properties)Creates a HeadingData container with the specified name and properties.- HeadingLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- LayoutMgr(Atom propertyAtom, GProp<?>[] properties)Creates a LayoutMgr with the specified name and properties.- LayoutProp(Atom propertyAtom, GProp<?>[] properties)Creates a LayoutProp container with the specified name and properties.- ListData(Atom propertyAtom, GProp<?>[] properties)Creates a ListData container with the specified name and properties.- ListLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- MenuBarData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuBarData container with the specified name and properties.- MenuBarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- MenuData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuData container with the specified name and properties.- MenuLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- MUIHeading(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- MUISwitch(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- MUITabBar(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- SwapData(Atom propertyAtom, GProp<?>[] properties)Creates a SwapData container with the specified name and properties.- SwapLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- TabBarData(Atom propertyAtom, GProp<?>[] properties)Creates a TabBarData container with the specified name and properties.- TabBarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- TabData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.- TabLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- UIAccordion(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- UIButton(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UICalendar(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UICheckBox(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UICheckedMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIComp(Atom propertyAtom, GProp<?>[] properties)Creates a property container with the specified name and properties.- UIComps(Atom propertyAtom, GProp<?>[] properties)Creates a UIComps container with the specified name and properties.- UIContainer(Atom propertyAtom, GProp<?>[] properties)Creates an UI container with the specified name and properties.- UIContextMenu(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- UIEmpty(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIImage(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIImage2(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UILabel(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIMedia(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIMenu(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- UIMenuBar(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- UIMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIOutput(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIProgress(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIRadioButton(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UIRadioMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UISwapContainer(Atom propertyAtom, GProp<?>[] properties)Creates a swap container with the specified name and properties.- UITabContainer(Atom propertyAtom, GProp<?>[] properties)Creates a Tab container with the specified name and properties.- UIText(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UITextArea(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.- UITitlePane(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.calendar- Subclasses of GProp in com.iizix.prop.ui.calendar - 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.- Constructors in com.iizix.prop.ui.calendar with parameters of type GProp - Constructor - Description - CalendarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.chart- Subclasses of GProp in com.iizix.prop.ui.chart - Modifier and Type - Class - Description - class- UIChartChart UI component.
- Uses of GProp in com.iizix.prop.ui.chart.axis2d- Subclasses of GProp in com.iizix.prop.ui.chart.axis2d - Modifier and Type - Class - Description - class- Axis2DA chart axis is normally added to charts.
- Uses of GProp in com.iizix.prop.ui.chart.plot2d- Subclasses of GProp in com.iizix.prop.ui.chart.plot2d - 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 GProp in com.iizix.prop.ui.chart.series- Subclasses of GProp in com.iizix.prop.ui.chart.series - 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.- Methods in com.iizix.prop.ui.chart.series with parameters of type GProp - Modifier and Type - Method - Description - void- Series. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.
- Uses of GProp in com.iizix.prop.ui.datetime- Subclasses of GProp in com.iizix.prop.ui.datetime - Modifier and Type - Class - Description - class- UIDateTimeDate/Time UI Component.- Methods in com.iizix.prop.ui.datetime with parameters of type GProp - Modifier and Type - Method - Description - void- UIDateTime. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- Constructors in com.iizix.prop.ui.datetime with parameters of type GProp - Constructor - Description - UIDateTime(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.
- Uses of GProp in com.iizix.prop.ui.device- Subclasses of GProp in com.iizix.prop.ui.device - Modifier and Type - Class - Description - class- DevicePropThe "device" property class holds the property name, value as a- GSimpleDeviceobject and optionally has a parent and/or property listener(s).- class- ThemesPropThe "themes" property class holds the property name, value as a- GThemesobject and optionally has a parent and/or property listener(s).
- Uses of GProp in com.iizix.prop.ui.map- Subclasses of GProp in com.iizix.prop.ui.map - 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.- Methods in com.iizix.prop.ui.map that return GProp - Modifier and Type - Method - Description - protected GProp<?>- UIMap. - convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.- Methods in com.iizix.prop.ui.map with parameters of type GProp - Modifier and Type - Method - Description - protected GProp<?>- UIMap. - convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.- void- UIMap. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- Constructors in com.iizix.prop.ui.map with parameters of type GProp - Constructor - Description - MapLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- UIMap(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain the- GPropitems.
- Uses of GProp in com.iizix.prop.ui.mlist- Subclasses of GProp in com.iizix.prop.ui.mlist - 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.- Methods in com.iizix.prop.ui.mlist with parameters of type GProp - Modifier and Type - Method - Description - void- MLItemProp. - invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)Invokes the action event method, overridden to call potential action listeners of the content item.- void- MLItemProp. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- Constructors in com.iizix.prop.ui.mlist with parameters of type GProp - Constructor - Description - MLGroupLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.- MList(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- MListLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.table- Subclasses of GProp in com.iizix.prop.ui.table - Modifier and Type - Class - Description - class- TableCellThe table cell property.- 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.- Methods in com.iizix.prop.ui.table that return GProp - Modifier and Type - Method - Description - GProp<?>- TableCell. - getResolveReferenceProperty()Gets the property used for references look-up's.- Methods in com.iizix.prop.ui.table with parameters of type GProp - Modifier and Type - Method - Description - void- UITable. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.- void- UITableColumn. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- void- UITable. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- protected void- TableRows. - validateChildPropInValue(GProp<?> child)Validates a single child property instance during the call to- PropCnr.validatePropValue(Object).- Constructors in com.iizix.prop.ui.table with parameters of type GProp - Constructor - Description - UITable(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.- UITableColumn(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.text- Methods in com.iizix.prop.ui.text that return GProp - Modifier and Type - Method - Description - default GProp<?>- IUIHTMLTextComponent. - createTextProp()Component must return the text property to use with the name- Atom.TEXT- default GProp<?>- IUIPlainKStringComponent. - createTextProp()Component must return the text property to use with the name- Atom.TEXT- default GProp<?>- IUIPlainTextComponent. - createTextProp()Component must return the text property to use with the name- Atom.TEXT- GProp<?>- IUITextComponent. - createTextProp()Component must return the text property to use with the name- Atom.TEXT
- Uses of GProp in com.iizix.prop.ui.value- Methods in com.iizix.prop.ui.value that return GProp - Modifier and Type - Method - Description - GProp<?>- IUIValueComponent. - createValueProp()Component must return the value property to use with the name- Atom.VALUE
- Uses of GProp in com.iizix.prop.vs- Subclasses of GProp in com.iizix.prop.vs - 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- VSActionActorParticipantThe VirtualSpace Action Actor Participant used by Action Actors.- class- VSActionReferenceThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.- class- VSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSColumnReferenceThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.- class- VSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.- class- VSComponentReferenceVS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.- class- VSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSFieldReferenceVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.- class- VSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.- class- VSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSGroupReferenceThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.- class- VSOnUIEventClass to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".- class- VSParticipantThe VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.- class- VSParticipantReferenceThe VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements the- IVSParticipantinterface, such as panels.- class- VSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- class- VSReferenceThe VirtualSpace Reference property class hold the reference to a VirtualSpace.- class- VSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.- class- 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- VSTableColumnReferenceThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.- class- VSTableReferenceThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.- class- VSVariablesVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.- Methods in com.iizix.prop.vs that return GProp - Modifier and Type - Method - Description - GProp<?>- VSActionTXProcess. - getTrigger()Gets the trigger property.- protected GProp<?>- VirtualSpace. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- Methods in com.iizix.prop.vs that return types with arguments of type GProp - Modifier and Type - Method - Description - java.lang.Class<? extends GProp<?>>- VSActionReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSColumnReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSComponentReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSFieldReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSFocusReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSGroupReference. - getPropertyClass()Gets the class wanted.- abstract java.lang.Class<? extends GProp<?>>- VSRelativeReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSTableColumnReference. - getPropertyClass()Gets the class wanted.- java.lang.Class<? extends GProp<?>>- VSTableReference. - getPropertyClass()Gets the class wanted.- Methods in com.iizix.prop.vs with parameters of type GProp - Modifier and Type - Method - Description - Value- VSField. - adjustValue(java.time.temporal.TemporalAdjuster temporalAdjuster, GProp<?> trigger)Adjusts the current temporal value with a temporal adjuster.- Value- VSField. - adjustValue(java.time.ZoneId zoneID, GProp<?> trigger)Adjusts the current ZonedDateTime value with a new Zone ID.- int- VSField. - convertEqualsValue(GProp<?> trigger, Value... values)Verifies if a value could potentially be equal to the value in the field using conversion.- protected void- VirtualSpace. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- java.math.BigDecimal- VSField. - get_BigDecimal(boolean doTranslate, GProp<?> trigger)- java.math.BigDecimal- VSField. - get_BigDecimal(GProp<?> trigger)- java.math.BigInteger- VSField. - get_BigInteger(boolean doTranslate, GProp<?> trigger)- java.math.BigInteger- VSField. - get_BigInteger(GProp<?> trigger)- byte[]- VSField. - get_Binary(boolean doTranslate, GProp<?> trigger)- byte[]- VSField. - get_Binary(GProp<?> trigger)- java.lang.Boolean- VSField. - get_Boolean(boolean doTranslate, GProp<?> trigger)- java.lang.Boolean- VSField. - get_Boolean(GProp<?> trigger)- java.lang.Byte- VSField. - get_Byte(boolean doTranslate, GProp<?> trigger)- java.lang.Byte- VSField. - get_Byte(GProp<?> trigger)- java.lang.Double- VSField. - get_Double(boolean doTranslate, GProp<?> trigger)- java.lang.Double- VSField. - get_Double(GProp<?> trigger)- java.time.Duration- VSField. - get_Duration(boolean doTranslate, GProp<?> trigger)- java.time.Duration- VSField. - get_Duration(GProp<?> trigger)- java.lang.Float- VSField. - get_Float(boolean doTranslate, GProp<?> trigger)- java.lang.Float- VSField. - get_Float(GProp<?> trigger)- java.lang.Integer- VSField. - get_Integer(boolean doTranslate, GProp<?> trigger)- java.lang.Integer- VSField. - get_Integer(GProp<?> trigger)- KString- VSField. - get_KString(boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on the- doTranslateflag.- KString- VSField. - get_KString(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on the- doTranslateflag.- KString- VSField. - get_KString(LocaleInfo localeInfo, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.- KString- VSField. - get_KString(GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.- java.time.LocalDate- VSField. - get_LocalDate(boolean doTranslate, GProp<?> trigger)- java.time.LocalDate- VSField. - get_LocalDate(GProp<?> trigger)- java.time.LocalDateTime- VSField. - get_LocalDateTime(boolean doTranslate, GProp<?> trigger)- java.time.LocalDateTime- VSField. - get_LocalDateTime(GProp<?> trigger)- java.time.LocalTime- VSField. - get_LocalTime(boolean doTranslate, GProp<?> trigger)- java.time.LocalTime- VSField. - get_LocalTime(GProp<?> trigger)- java.lang.Long- VSField. - get_Long(boolean doTranslate, GProp<?> trigger)- java.lang.Long- VSField. - get_Long(GProp<?> trigger)- java.time.MonthDay- VSField. - get_MonthDay(boolean doTranslate, GProp<?> trigger)- java.time.MonthDay- VSField. - get_MonthDay(GProp<?> trigger)- java.time.OffsetDateTime- VSField. - get_OffsetDateTime(boolean doTranslate, GProp<?> trigger)- java.time.OffsetDateTime- VSField. - get_OffsetDateTime(GProp<?> trigger)- java.time.OffsetTime- VSField. - get_OffsetTime(boolean doTranslate, GProp<?> trigger)- java.time.OffsetTime- VSField. - get_OffsetTime(GProp<?> trigger)- java.time.Period- VSField. - get_Period(boolean doTranslate, GProp<?> trigger)- java.time.Period- VSField. - get_Period(GProp<?> trigger)- java.lang.Short- VSField. - get_Short(boolean doTranslate, GProp<?> trigger)- java.lang.Short- VSField. - get_Short(GProp<?> trigger)- java.lang.String- VSField. - get_String(boolean doTranslate, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors depending on the- doTranslateflag.- java.lang.String- VSField. - get_String(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors depending on the- doTranslateflag.- java.lang.String- VSField. - get_String(LocaleInfo localeInfo, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors.- java.lang.String- VSField. - get_String(GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors.- javax.xml.datatype.Duration- VSField. - get_XMLDuration(boolean doTranslate, GProp<?> trigger)- javax.xml.datatype.Duration- VSField. - get_XMLDuration(GProp<?> trigger)- java.time.Year- VSField. - get_Year(boolean doTranslate, GProp<?> trigger)- java.time.Year- VSField. - get_Year(GProp<?> trigger)- java.time.YearMonth- VSField. - get_YearMonth(boolean doTranslate, GProp<?> trigger)- java.time.YearMonth- VSField. - get_YearMonth(GProp<?> trigger)- java.time.ZonedDateTime- VSField. - get_ZonedDateTime(boolean doTranslate, GProp<?> trigger)- java.time.ZonedDateTime- VSField. - get_ZonedDateTime(GProp<?> trigger)- java.lang.String- FullVSAnnotationReferenceProcessor. - getReferencePath(GProp<?> comp)Returns the reference path of a component.- java.lang.String- VSAnnotationReferenceProcessor. - getReferencePath(GProp<?> comp)Returns the relative reference path of a component.- java.lang.Object- VSField. - getValue(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger)Gets a value in the requested type with translation flag and no trigger property.- java.lang.Object- VSField. - getValue(Value.Type type, boolean doTranslate, GProp<?> trigger)Gets a value in the requested type with translation flag and no trigger property.- java.lang.String- VSAction. - invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)Invokes the action.- java.lang.String- VSAction. - invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.- java.lang.String- VSActionReference. - invokeAction(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.- java.lang.String- VSAction. - invokeExecute(IClientSessionGyro clientGyro, GProp<?> trigger)Invokes and executes the action directly in the callers thread, regardless of the action settings.- java.lang.String- VSAction. - invokeExecute(GProp<?> trigger)Invokes and executes the action directly in the callers thread, regardless of the action settings.- protected void- VirtualSpace. - invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)Invoke the action event method.- protected void- VirtualSpace. - invokeOnVSChangedMethod(IVSComponent component, GProp<?> trigger)Invoke the changed event method.- protected void- VirtualSpace. - invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Invoke the state event method.- void- VSTable. - invokeVSChange(GProp<?> trigger)Invokes the VSChange method on the table.- boolean- VSComponentReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- VSFocusReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- VSParticipantReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- VSReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- VSRelativeReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- VSTableColumnReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- void- IVSColumnListener. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- void- IVSTableListener. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.- void- VSColumnAdapter. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- void- VSTableAdapter. - onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.- void- IVSFieldListener. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- void- VSFieldAdapter. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.- protected void- VSComponent. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSFocusReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSParticipant. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSRelativeReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- VirtualSpace- FullVSAnnotationReferenceProcessor. - resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the VirtualSpace.- VSComponent- VSAnnotationReferenceProcessor. - resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.- boolean- VSField. - set_BigDecimal(java.math.BigDecimal value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_BigDecimal(java.math.BigDecimal value, GProp<?> trigger)- boolean- VSField. - set_BigInteger(java.math.BigInteger value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_BigInteger(java.math.BigInteger value, GProp<?> trigger)- boolean- VSField. - set_Binary(byte[] value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Binary(byte[] value, GProp<?> trigger)- boolean- VSField. - set_Boolean(java.lang.Boolean value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Boolean(java.lang.Boolean value, GProp<?> trigger)- boolean- VSField. - set_Byte(java.lang.Byte value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Byte(java.lang.Byte value, GProp<?> trigger)- boolean- VSField. - set_Double(java.lang.Double value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Double(java.lang.Double value, GProp<?> trigger)- boolean- VSField. - set_Duration(java.time.Duration value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Duration(java.time.Duration value, GProp<?> trigger)- boolean- VSField. - set_Float(java.lang.Float value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Float(java.lang.Float value, GProp<?> trigger)- boolean- VSField. - set_Integer(java.lang.Integer value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Integer(java.lang.Integer value, GProp<?> trigger)- boolean- VSField. - set_KString(KString value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_KString(KString value, GProp<?> trigger)- boolean- VSField. - set_LocalDate(java.time.LocalDate value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_LocalDate(java.time.LocalDate value, GProp<?> trigger)- boolean- VSField. - set_LocalDateTime(java.time.LocalDateTime value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_LocalDateTime(java.time.LocalDateTime value, GProp<?> trigger)- boolean- VSField. - set_LocalTime(java.time.LocalTime value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_LocalTime(java.time.LocalTime value, GProp<?> trigger)- boolean- VSField. - set_Long(java.lang.Long value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Long(java.lang.Long value, GProp<?> trigger)- boolean- VSField. - set_MonthDay(java.time.MonthDay value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_MonthDay(java.time.MonthDay value, GProp<?> trigger)- boolean- VSField. - set_OffsetDateTime(java.time.OffsetDateTime value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_OffsetDateTime(java.time.OffsetDateTime value, GProp<?> trigger)- boolean- VSField. - set_OffsetTime(java.time.OffsetTime value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_OffsetTime(java.time.OffsetTime value, GProp<?> trigger)- boolean- VSField. - set_Period(java.time.Period value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Period(java.time.Period value, GProp<?> trigger)- boolean- VSField. - set_Short(java.lang.Short value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Short(java.lang.Short value, GProp<?> trigger)- boolean- VSField. - set_String(java.lang.String value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_String(java.lang.String value, GProp<?> trigger)- boolean- VSField. - set_XMLDuration(javax.xml.datatype.Duration value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_XMLDuration(javax.xml.datatype.Duration value, GProp<?> trigger)- boolean- VSField. - set_Year(java.time.Year value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_Year(java.time.Year value, GProp<?> trigger)- boolean- VSField. - set_YearMonth(java.time.YearMonth value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_YearMonth(java.time.YearMonth value, GProp<?> trigger)- boolean- VSField. - set_ZonedDateTime(java.time.ZonedDateTime value, boolean doTranslate, GProp<?> trigger)- boolean- VSField. - set_ZonedDateTime(java.time.ZonedDateTime value, GProp<?> trigger)- boolean- VSField. - setRawValue(Value value, GProp<?> trigger)Sets the raw value of the field.- boolean- VSField. - setValue(LocaleInfo localeInfo, java.lang.Object value, boolean doTranslate, GProp<?> trigger)Sets a value in generic type with possible translation and optional trigger property.- boolean- VSField. - setValue(java.lang.Object value, boolean doTranslate, GProp<?> trigger)Sets a value in generic type with possible translation and optional trigger property.- protected void- VSRelativeReference. - targetChanged(GProp<?> prop)Internal method called when target changes.
- Uses of GProp in com.iizix.prop.vs.actor- Subclasses of GProp in com.iizix.prop.vs.actor - 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.- Methods in com.iizix.prop.vs.actor with parameters of type GProp - Modifier and Type - Method - Description - java.lang.Object- FieldActors. - convert(VSFieldEvent.Op op, java.lang.Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger)Convert a value of a certain type to another.- VSFieldEvent- FieldActors. - validate(Value value, GProp<?> trigger)Validate a value.
- Uses of GProp in com.iizix.server.acme- Subclasses of GProp in com.iizix.server.acme - 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 GProp in com.iizix.server.app- Subclasses of GProp in com.iizix.server.app - Modifier and Type - Class - Description - protected class- VirtualsContainer.VContainerThe Virtual property container.- Methods in com.iizix.server.app with type parameters of type GProp - Modifier and Type - Method - Description - static <T extends GProp<?>>
 T- SystemApp. - getProperty(java.lang.String path, java.lang.Class<T> cls)Gets a property from the System app.- <GP extends GProp<?>>
 GP- VirtualizedItem. - getVirtualChild(GP originalChild)Gets the virtualized child property from a property located in the original property container.- Methods in com.iizix.server.app that return GProp - Modifier and Type - Method - Description - GProp<?>- VirtualsContainer.VContainer. - getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>- VirtualsContainer.VContainer. - getPropFromReference(GProp<?> requestor, java.lang.String reference)Internal function for getPropFromReference(reference).- GProp<?>- AppFactory. - getResolveReferenceProperty()Gets the property used for references look-up's.- GProp<?>- AppFactory. - getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.- default GProp<?>- IRuntimeReferenceLookup. - getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.- GProp<?>- IRuntimeReferenceLookup. - getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.- GProp<?>- RuntimeApp. - getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.- GProp<?>- IVirtualizedReferenceLookup. - getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference.- GProp<?>- RuntimeApp. - getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference.- GProp<?>- VirtualsContainer. - getVirtualizedPropFromReference(java.lang.String reference)Gets a property reference from the virtuals container.- Methods in com.iizix.server.app with parameters of type GProp - Modifier and Type - Method - Description - static AppFactory- AppFactory. - getAppFactory(GProp<?> anyProp)From a property, virtualized or not, get the AppFactory instance.- java.lang.String- VirtualsContainer.VContainer. - getChildReferencePropName(GProp<?> child)Gets the parent's reference property name for this property.- GProp<?>- VirtualsContainer.VContainer. - getPropFromReference(GProp<?> requestor, java.lang.String reference)Internal function for getPropFromReference(reference).- PropCnr- AppFactory. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- IRuntimeReferenceLookup. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- RuntimeApp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- VirtualsContainer.VContainer. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- VirtualsContainer.VContainer. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.- protected void- VirtualsContainer.VContainer. - onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal function- insertPropis called to verify that this is allowed.- protected void- VirtualsContainer.VContainer. - onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving)Called when a property is removed in this container, before the event is fired, but after the property has been removed.
- Uses of GProp in com.iizix.server.app.prop- Subclasses of GProp in com.iizix.server.app.prop - 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.- Methods in com.iizix.server.app.prop that return GProp - Modifier and Type - Method - Description - GProp<?>- AppPropCnr. - getModulePropFromReference(GProp<?> requestor, java.lang.String reference)Gets a property from a reference name.- GProp<?>- ModuleProjectPropCnr. - getPropFromReference(GProp<?> requestor, java.lang.String ref)Internal function for getPropFromReference(ref).- Methods in com.iizix.server.app.prop with parameters of type GProp - Modifier and Type - Method - Description - java.lang.String- ModuleProjectPropCnr. - getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".- GProp<?>- AppPropCnr. - getModulePropFromReference(GProp<?> requestor, java.lang.String reference)Gets a property from a reference name.- java.lang.String- ModuleProjectPropCnr. - getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".- GProp<?>- ModuleProjectPropCnr. - getPropFromReference(GProp<?> requestor, java.lang.String ref)Internal function for getPropFromReference(ref).- ModuleProjectPropCnr- AppPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- ModuleProjectPropCnr- ModuleProjectPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- AppPropCnr. - getRootName(GProp<?> requestor)Gets the name of the root container as in the Designer- "module:".- java.lang.String- ModuleProjectPropCnr. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.
- Uses of GProp in com.iizix.server.gyro- Methods in com.iizix.server.gyro that return GProp - Modifier and Type - Method - Description - GProp<?>- AppSessionGyro. - getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.- GProp<?>- AppSessionGyro. - getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.- GProp<?>- AppSessionGyro. - getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference to the VirtualSpace only.- GProp<?>- ClientSessionGyro. - getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference by searching this instance.- Methods in com.iizix.server.gyro with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- AppSessionGyro. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.
- Uses of GProp in com.iizix.server.monitor- Subclasses of GProp in com.iizix.server.monitor - 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 GProp in com.iizix.server.prop- Subclasses of GProp in com.iizix.server.prop - 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- ServerConfigEnvReferenceThe ServerConfigEnvReference property class hold the reference to a Server configuration environment.- 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.- Methods in com.iizix.server.prop with parameters of type GProp - Modifier and Type - Method - Description - PropCnr- ServerProps. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- java.lang.String- ServerProps. - getRootName(GProp<?> requestor)Gets and checks if this container is the root.- boolean- ServerConfigEnvReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.
- Uses of GProp in com.iizix.server.run.prop- Subclasses of GProp in com.iizix.server.run.prop - 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 GProp in com.iizix.server.security- Subclasses of GProp in com.iizix.server.security - Modifier and Type - Class - Description - class- ServerKeysPropClass used to store server keys.
- Uses of GProp in com.iizix.server.vsviewer- Subclasses of GProp in com.iizix.server.vsviewer - Modifier and Type - Class - Description - class- ServerVSViewerPropCnrThe server VSViewer property container.
- Uses of GProp in com.iizix.term.prop- Subclasses of GProp in com.iizix.term.prop - Modifier and Type - Class - Description - class- HostSessionPropsThis property handles communication between the server and client in full duplex using Transaction's.- class- RemoteHostSessionPropThe RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).- class- ScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.- class- ScreenActionPropThis Screen Action property container for a terminal host screen.- class- ScreenActionReferenceReference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.- 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- ScreenFieldReferenceProperty holding the reference to a screen field from inside the screen, used by screen actions.- 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.- Methods in com.iizix.term.prop with parameters of type GProp - Modifier and Type - Method - Description - boolean- ScreenActionReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- ScreenFieldReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- void- ScreenFieldProp. - onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.- void- ScreenFieldProp. - onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.
- Uses of GProp in com.iizix.term.server- Subclasses of GProp in com.iizix.term.server - 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 GProp in com.iizix.text- Classes in com.iizix.text with type parameters of type GProp - Modifier and Type - Class - Description - class- KStringPLAINTag<TARGET extends GProp<?>>Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.- Methods in com.iizix.text that return GProp - Modifier and Type - Method - Description - GProp<?>- IKStringInfoProvider. - getResolveReferenceProperty()Gets the property used for references look-up's.- default GProp<?>- IKStringValuePropHolder. - getResolveReferenceProperty()Gets the property used for references look-up's.- GProp<?>- ValidationKStringInfoProviderHolder. - getResolveReferenceProperty()Gets the property used for references look-up's.- Methods in com.iizix.text with parameters of type GProp - Modifier and Type - Method - Description - boolean- KStringHolder.TagReference. - isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.- boolean- KStringPLAINVirtualSpaceTag. - isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.- boolean- KStringTag. - isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.- boolean- IKStringHTMLHyperlinkEvent. - onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)Called to process the remote event when a hyperlink has been activated.- static void- IKStringHyperlinkType. - processHyperlink(GProp<?> ksp, RemoteEvent event)Called when a remote event is fired for a KString and a hyperlink.- Constructors in com.iizix.text with parameters of type GProp - Constructor - Description - ValidationKStringInfoProviderHolder(GProp<?> anyProp, java.lang.String targetLanguageCode)Constructor.
- Uses of GProp in com.iizix.ws.actionactor- Subclasses of GProp in com.iizix.ws.actionactor - Modifier and Type - Class - Description - static class- WebServiceActionActor.SettingsSettings property container.
- Uses of GProp in com.iizix.ws.prop- Subclasses of GProp in com.iizix.ws.prop - 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.- class- WebServiceReferenceThe reference to a Web Service transaction.- Methods in com.iizix.ws.prop with parameters of type GProp - Modifier and Type - Method - Description - boolean- WebServiceReference. - isReferenceValid(GProp<?> property)Checks if the reference is valid.
- Uses of GProp in com.iizix.ws.prop.json- Subclasses of GProp in com.iizix.ws.prop.json - 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 GProp in com.iizix.ws.prop.url- Subclasses of GProp in com.iizix.ws.prop.url - 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.