Uses of Class
com.iizix.prop.GProp
Package
Description
Uses of GProp in com.iizigo
Modifier and TypeMethodDescription<GPROP extends GProp<?>>
org.eclipse.swt.graphics.ImageGets an Image for a property class.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionActivator.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.Modifier and TypeMethodDescriptionstatic boolean
Activator.areAllResourceBased
(GProp<?>[] props) Checks if the properties only contains resources.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
Gets an Image for a property.Activator.getKStringInfoProvider
(GProp<?> anyProp) Retrieves the KStringInfoProvider.static boolean
Activator.isResourceBased
(GProp<?> gp) Checks if the property contains a resource.Modifier and TypeMethodDescriptionorg.eclipse.jface.resource.ImageDescriptor
Gets an Image Descriptor image for a property class.void
Registers images for property classes.void
ImageRegistry.register
(Class<? extends GProp<?>> propertyClass, org.eclipse.jface.resource.ImageDescriptor descriptor) Registers images for property classes.Uses of GProp in com.iizigo.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of GProp in com.iizigo.app.prop
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.class
The Editor version of the Module project property container.Uses of GProp in com.iizigo.db.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of GProp in com.iizigo.db.editor
Uses of GProp in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of a single connection profile setup that is used to establish a JDBC connection.class
Editor class container with all connection profiles setup's by name.class
The Editor database properties.class
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
Editor 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
Modifier and TypeMethodDescriptionstatic GProp<?>[]
ClipboardHelper.getClipboardProps()
Gets the clip board data as a valid Properties Container.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic 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 String[]
Auto-renames properties.static String
PropHelper.canPerform
(GProp<?>[] props, int operation) Checks properties for a valid operation.static String
CreateResourcesFromProperties.createResources
(org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names) Creates the resources for the list of properties in the specified property.static String
CreateResourcesFromProperties.createResources
(org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names, boolean showErrorDialog) Creates the resources for the list of properties in the specified property.static String
PropHelper.doAdd
(String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds properties with undo/redo support.static String
PropHelper.doAdd
(String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename) Adds a property with undo/redo support.static String
PropHelper.doDelete
(String description, GProp<?>[] props, IPropUndoRedo undoRedo, Runnable completeCallback) Performs a delete of pure properties (cannot be resource based).static String
PropHelper.doInsert
(String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds or inserts properties with undo/redo support.static String
PropHelper.doMove
(boolean doPerform, 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
Opens the property by selecting it in focus.boolean
Opens the property by selecting it in focus.static boolean
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
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 ArrayList<DesignerProp>
PropHelper.getDesignerProps
(GProp<?>[] props) Gets the DesignerProps for the specified properties.static ModuleFolder
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, String suffix, boolean isCopy) Gets the names of properties to move to or add in a container.static 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 String
PropHelper.setAttribute
(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo) Sets property attribute.static String
PropHelper.setError
(GProp<?> prop, 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, 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, String errorID, IPropErrorItem item) Sets a property error.void
PropEditorPart.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.static String
PropHelper.setValue
(String description, GProp<?>[] props, Object[] values, IPropUndoRedo undoRedo) Sets property values.static String
PropHelper.setValue
(String description, GProp<?> prop, Object value, IPropUndoRedo undoRedo) Sets a single property value.static String
PropHelper.setValue
(String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo) Sets a single property value in a property container.static String
MovePropertyResources.validateMoveProperties
(GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.static org.eclipse.jface.viewers.StructuredViewer
PropHelper.viewerContainingAllProperties
(Object viewer, GProp<?> single, GProp<?>[] props) Checks if a viewer container the properties in question.ModifierConstructorDescriptionMoveDialog
(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo) Create the dialog.Uses of GProp in com.iizigo.editor.complex
Modifier and TypeMethodDescriptionvoid
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
Moves a property to another container.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, 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, Object newValue) Sets a property value.Uses of GProp in com.iizigo.event
Modifier and TypeMethodDescriptionGProp<?>
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 ifareChildrenIncluded()
is true, one of their children.Modifier and TypeMethodDescriptionprotected 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 ifareChildrenIncluded()
is true, one of their children.ModifierConstructorDescriptionQueryDesignerPropEvent
(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
Uses of GProp in com.iizigo.font.prop
Modifier and TypeClassDescriptionclass
Font face style definitions property container for the Editor.class
Font icon files property container for the Editor.class
Font icon files property container for the Editor.Uses of GProp in com.iizigo.handler
Uses of GProp in com.iizigo.image
Modifier and TypeMethodDescriptionboolean
Opens the property by selecting it in focus.boolean
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
Modifier and TypeClassDescriptionclass
Font icon definition property container for the Editor.class
Font icon definitions property container for the Editor.class
This Image Definition part property container for the Editor.class
This Image Location has the location of the image part.class
This Image Resolution has the file reference and the device pixel ratio.class
This multiple Images Definition property container for the Editor.class
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.class
This Images Style property has a multiple-image file for a style.class
This Image Style property container has a style for a single image definition and an asset file reference.class
This Image Styles Location has a style and location.class
This Image Styles Resolution has the file reference and the device pixel ratio.class
This Styled Image Definition part property container for the Editor.class
SVG definition property container for the Editor.Uses of GProp in com.iizigo.java
Modifier and TypeClassDescriptionfinal class
Root property container for Java projects.class
Property container used to store properties of Java files in a project.Modifier and TypeMethodDescriptionstatic JavaClass
JavaHelper.createClassReference
(GProp<?> prop, String className, IClassReferenceListener listener) Gets the reference interface to a JavaClass.static 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, String className) Verifies presence of a Class without changing anything.Uses of GProp in com.iizigo.java.event
Uses of GProp in com.iizigo.java.parser
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeClassDescriptionclass
Property container for a Java source.Modifier and TypeFieldDescriptionprotected PROP
JavaSourceFileProcessor.container
The container created from the call tocreatePropertyContainer
or after XML is loaded.Modifier and TypeMethodDescriptionfinal void
JavaSourceFileProcessor.initialize
(ParsedJavaSource javaSource, GProp<?> container) Framework call to initialize, callsonInitialize
after having saved thejavaSource
andcontainer
parameters in the class members of the same names.final 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
Modifier and TypeClassDescriptionclass
Annotations container specialized to store annotations as GAnnotation.Modifier and TypeMethodDescriptionboolean
GAnnotation.isReferenceValid
(GProp<?> property) Validates the property reference that has been looked up.Uses of GProp in com.iizigo.java.parser.type
Uses of GProp in com.iizigo.java.prop
Modifier and TypeClassDescriptionclass
The Designer version of the Class Reference property class hold the reference to a Java class.class
The Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.class
The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Modifier and TypeMethodDescriptionChecks the reference validity from the Designer.Uses of GProp in com.iizigo.jface
Modifier and TypeMethodDescriptionGProp<?>[]
CheckboxTableViewerEx.getCheckedProps()
Gets the checked properties from the CheckboxTableViewer.ModifierConstructorDescriptionCheckboxTableViewerEx
(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
Uses of GProp in com.iizigo.panel
Modifier and TypeMethodDescriptionvoid
PanelEditor.doComplexOperationSelection
(GProp<?>[] props) Performs the selection of the components.boolean
Opens the property by selecting it in focus.boolean
Opens the property by selecting it in focus.boolean
Opens the property by selecting it in focus.boolean
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
Modifier and TypeClassDescriptionclass
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.class
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.class
Setup layout data for a component in a container with absolute layout.class
Setup data for the absolute layout.class
Setup layout data for a component in a container with accordion layout.class
Accordion layout.class
Setup layout data for a component in a container with border layout.class
Setup data for the border layout.class
Setup layout data for a component in a container with context menu layout.class
Context menu layout.class
Flex layout data.class
Flex layout.class
Grid layout data.class
Grid layout.class
Setup layout data for a component in a container with heading layout.class
Heading layout.class
Setup layout data for a component in a container with (mobile) list layout.class
List layout.class
Setup layout data for a component in a container with menu bar layout.class
Menu bar layout.class
Setup layout data for a component in a container with menu layout.class
Menu layout.class
Heading container.class
Editor class for UISimpleDialog.class
Mobile switch UI component.class
Tab bar container.class
Setup layout data for all panels.class
Setup layout data for a component in a container with tab layout.class
Swap layout.class
Setup layout data for a component in a container with tab bar layout.class
Tab bar layout.class
Setup layout data for a component in a container with tab layout.class
Tab layout.class
Accordion container.class
Button component.class
Calendar component.class
Checkbox component.class
Checked menu item component.class
Combobox component.class
Editor class for UIComps.class
Editor class for UIContainer.class
Context menu container.class
Date/Time UI component.class
Editor class for UIDialog.class
Empty component.class
Gauge component.class
Image component.class
Image component.class
Label component.class
Media component.class
Menu container.class
Menu bar container.class
Menu item component.class
Menu separator component.class
Label component.class
Editor class for UIPanel.class
Editor class for UIPanel.class
Editor class for UIContainer.class
Progress component.class
Radio button component.class
Radio menu item component.class
Slider component.class
Spinner UI component.class
Swap container.class
Tab container.class
Text component (entry field).class
Text area component.class
Group container.class
Custom settings for the panel, only used in the Designer.Modifier and TypeMethodDescriptionvoid
EUIDateTime.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.UICompsDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIContainerDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Check for paste or drag-drop of UI components with default settings prompting and VS component creation.UILayoutDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UICompsDesignerProp.pasteProperties
(boolean doPerformPaste, GProp<?>[] props, int operation, 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.ModifierConstructorDescriptionEAbsoluteData
(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.Creates a FlexData container with the specified name and 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.Creates a container with the specified name and properties.EMenuBarData
(Atom propertyAtom, GProp<?>[] properties) Creates a MenuBarData container with the specified name and properties.Creates a MenuData container with the specified name and 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.Creates a TabData container with the specified name and properties.Uses of GProp in com.iizigo.panel.prop.calendar
Modifier and TypeClassDescriptionclass
Layout data for calendar list and its calendar events.class
The Editor version of a map marker.class
Map layout.class
Calendar list component.Uses of GProp in com.iizigo.panel.prop.chart
Modifier and TypeClassDescriptionclass
The axis for the chart.class
The plot for the chart.class
The Series for the chart.class
The Series value for the chart.class
Chart component.Uses of GProp in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
Layout data for maps.class
Map layout.class
The Editor version of a map marker.class
Map markers container for the designer.class
Map component.Uses of GProp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
The Editor version of a default list item.class
Mobile list items group container for the designer.class
Mobile list group layout.class
List component.class
Layout data for a component in a container with (mobile) list layout.class
Mobile list layout.class
The Editor version of a mobile list items group container.Uses of GProp in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
The Table "component" (really a container).class
The Table Column component.class
Setup layout data for a component in a container with tab layout.class
UI Table layout.Uses of GProp in com.iizigo.project
Modifier and TypeClassDescriptionclass
The module root property container.final class
The module root property container.class
The project root property container.Modifier and TypeMethodDescriptionstatic GProp<?>
ProjectRootPropCnr.getAnyPropFromReference
(String reference) Gets a property from a reference, when no root property is available.static GProp<?>
ProjectRootPropCnr.getAnyPropFromReference
(org.eclipse.core.resources.IResource resource, String reference) Gets a property from a reference, when no root property is available.Modifier and TypeMethodDescriptionModuleRootPropCnr.getAliasName
(GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".ProjectRootPropCnr.getAliasName
(GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".ProjectManager.getModuleModel
(GProp<?> gp) Gets the IIZI Module Model from a property.ModuleRootPropCnr.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".ProjectRootPropCnr.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".ModuleRootPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.ProjectRootPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.final String
ProjectRootPropCnr.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.Uses of GProp in com.iizigo.prop
Modifier and TypeClassDescriptionclass
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.Modifier and TypeClassDescriptionclass
This folder settings property hold settings for a folder, typically a Selector and a description.class
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
A PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.class
Memento supporting property container.class
Class used to handle properties in a multi-prop editor.Modifier and TypeMethodDescriptionGProp<?>
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.Modifier and TypeMethodDescriptionPropertyEditorSetup.getPropertyClass
(String name) Gets the class for the property.Modifier and TypeMethodDescriptionstatic 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 String
DesignerProp.getCNDescription
(GProp<?> property, int flags) Provide a description for the status bar view, if available.protected 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 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 String
Gets the text for a sub-property for the Common Navigator.static String
Gets the text for a sub-property for the Common Navigator.protected String
DesignerProp.getCNText0
(GProp<?> property, int flags) Gets the text for a sub-property for the Common Navigator.protected 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.DesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.DesignerProp.pasteProperties
(boolean doPerformPaste, GProp<?>[] props, int operation, 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
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, String errorID, IPropErrorItem item) Sets a property error.void
StandaloneEditorController.setPropertyError
(GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.void
IPropertyEditorController.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.void
StandaloneEditorController.setPropertyValue
(PropCnr parent, GProp<?> property, 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.Modifier and TypeMethodDescriptionboolean
IDeleteOperation.performDelete
(Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.ModifierConstructorDescriptionPropNavigatorPresentation
(GProp<?> prop, INavigatorPresentation parent) Constructs the viewer wrapper.ModifierConstructorDescriptionMultiPropEditor
(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, Class<? extends GProp<?>> propItemClass, int propItemCount) Creates the multi-prop editor.Uses of GProp in com.iizigo.prop.editor
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeMethodDescriptionprotected GProp<?>
ReferencePropEditor.getCurrentReferenceTarget()
Gets the current property reference target.Modifier and TypeMethodDescriptionIPropEditorExtender.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
Modifier and TypeMethodDescriptionGProp<?>
RichTextEditorDialog.getResolveReferenceProperty()
Gets the property used for references look-up's.Uses of GProp in com.iizigo.prop.tooltip
Uses of GProp in com.iizigo.push.prop
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the Push Notification of an app in the Editor.Uses of GProp in com.iizigo.pwa.prop
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the PWA in the Editor.Uses of GProp in com.iizigo.quickfix.fixer
Modifier and TypeFieldDescriptionprotected GProp<?>
DeleteProperty.property
The property found, null if not found.protected GProp<?>
GotoProperty.property
The property found, null if not found.ModifierConstructorDescriptionprotected
DeleteProperty
(GProp<?> property) Creates a quick-fixer to go to the specified property.protected
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
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the runtime builder.Uses of GProp in com.iizigo.selector.prop
Modifier and TypeClassDescriptionclass
This Selector property container for the Editor.class
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Uses of GProp in com.iizigo.server
Modifier and TypeMethodDescriptionvoid
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, String errorID, IPropErrorItem item) Sets a property error.void
ServerConfigComposite.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.Uses of GProp in com.iizigo.server.config
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the application configuration.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the property container for the configuration of a plug-in for a Server configuration environment.class
Editor version of the container that holds the server properties.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the property container for the configuration of a Port "group" of the web server.Uses of GProp in com.iizigo.server.monitor
Modifier and TypeClassDescriptionclass
Client session property for end-points.class
An end point property.class
An end point property.class
Property container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.class
Client session property for end-points.class
Editor version of the property container used for Virtual Monitor data and communication.Uses of GProp in com.iizigo.style.prop
Uses of GProp in com.iizigo.swt
Modifier and TypeMethodDescriptionvoid
IzToolTipImpl.setProperty
(GProp<?> gp) Sets the property as the tooltip creator for the contents area.Uses of GProp in com.iizigo.term
Uses of GProp in com.iizigo.term.capture
Uses of GProp in com.iizigo.term.capture.prop
Modifier and TypeClassDescriptionclass
This Capture Field property container holds the screen identifications and fields for a terminal host screen.class
This Capture Root property container holds the screen capture and fields for a EE host screen.class
This Capture Screen property container holds the screen capture and fields for a EE host screen.Modifier and TypeMethodDescriptionCaptureRootProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.CaptureRootProp.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
This Screen Action Group property container for a terminal host screen property.class
This Screen Action property container for a terminal host screen property.class
This Screen Actions property container for a terminal host screen property.class
This Screen Field Group property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen Fields property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen property container holds the screen identifications and fields for a terminal host screen.class
This Sessions property container holds the terminal properties.static class
Editor version of the Settings property container.class
This Terminal property container holds terminal settings.Modifier and TypeMethodDescriptionEditorSessionsProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.EditorSessionsProp.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop.editor
Modifier and TypeMethodDescriptionGProp<?>[]
SessionConfigPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GProp<?>[]
Gets the property value for a user input.Modifier and TypeMethodDescriptionSessionConfigPropEditor.formatValue
(GProp<?>[] value) Formats the value for user input as a String.Uses of GProp in com.iizigo.term.prop.quickfixer
Modifier and TypeFieldDescriptionprotected GProp<?>
DeleteRect.property
The property found, null if not found.ModifierConstructorDescriptionprotected
DeleteRect
(GProp<?> property) Creates a quick-fixer to go to the specified property.Uses of GProp in com.iizigo.term.recording
Uses of GProp in com.iizigo.term.recording.prop
Modifier and TypeClassDescriptionclass
The recording logic item property container.class
The recording logic property container.class
This Recording property container holds the screens and logic.class
This Recording Root property container holds the recording.class
This Recording Screen property container holds the screen name.class
This Recording Screens property container holds the screens.Modifier and TypeMethodDescriptionRecordingRootProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.RecordingRootProp.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.screen
Uses of GProp in com.iizigo.term.server
Modifier and TypeClassDescriptionclass
The container for an active terminal session for the terminal monitor of each client end-point.class
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizigo.text
Modifier and TypeMethodDescriptionGProp<?>
KStringInfoProviderAdapter.getResolveReferenceProperty()
Gets the property used for references look-up's.GProp<?>
TextTableEditor.getResolveReferenceProperty()
Gets the property used for references look-up's.Modifier and TypeMethodDescriptionvoid
TextTableEditor.doComplexOperationSelection
(GProp<?>[] props) Performs the selection of the components, typically after undo/redo.boolean
Opens the property by selecting it in focus.boolean
Opens the property by selecting it in focus.ModifierConstructorDescriptionKStringInfoProviderAdapter
(String httpServer, GProp<?> anyProp, boolean shouldResolve) Constructor.SettingsComposite
(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo) Creates the text table settings composite.Uses of GProp in com.iizigo.text.prop
Modifier and TypeClassDescriptionclass
This Selector property container for the Editor.Modifier and TypeMethodDescriptionorg.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 String
TextTableDesignerProp.getCNText0
(GProp<?> property, int flags) Overridden to provide Text ID's string.static boolean
EditorTextTable.hasCircularReference
(EditorTextTable textTable, GProp<?> anyProp, String ref) Circular reference validation for Text Tables.Uses of GProp in com.iizigo.validator
Modifier and TypeMethodDescriptionvoid
ControlValidator.setAtomNameValidator
(PropCnr container, GProp<?> property, boolean allowLeadingDollar) Assigns the callback to be an Atom Name Validator.Uses of GProp in com.iizigo.vs
Modifier and TypeMethodDescriptionvoid
TablePanel.doComplexOperationSelection
(GProp<?>[] props) Performs the selection of the components.boolean
Opens the property by selecting it in focus.boolean
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, 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
Modifier and TypeClassDescriptionclass
The Editor version of class container for associated action actors of a VSAction.class
The VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
The Editor version of class container for associated field actors of a VSField.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.Uses of GProp in com.iizigo.vs.link
Modifier and TypeMethodDescriptiondefault String
IVSLinkEnabler.attempVSLink
(boolean doPerform, GProp<?>[] props, String description, IPropUndoRedo undoRedo) Processes VS-linking from properties.Uses of GProp in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace property class.class
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Column property class.class
The Editor VirtualSpace Field property class.class
Focus reference is used to set a reference to a focusable VSComponent.class
The Editor VirtualSpace Group property class.class
OnFocus reference is used to set a reference to a focusable VSComponent.class
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
The Editor VirtualSpace Row property class.class
The rows property class that only allows VSRow children properties.class
The Editor VirtualSpace Field property class.Modifier and TypeMethodDescriptionGProp<?>
EditorVSColumnHeader.getCopyProperty()
Gets the property to add to clipboard.Modifier and TypeMethodDescriptionprotected 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 String
VirtualSpaceDesignerProp.getCNText0
(GProp<?> property, int flags) Gets the text for a sub-property for the Common Navigator.protected 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.VirtualSpaceDesignerProp.paste
(boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.Modifier and TypeMethodDescriptionboolean
EditorVSColumnHeader.performDelete
(Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.Uses of GProp in com.iizigo.vs.viewer
Modifier and TypeClassDescriptionclass
The VSViewer property container used to view a VirtualSpace.Uses of GProp in com.iizigo.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of GProp in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionboolean
Opens the property by selecting it in focus.boolean
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
Modifier and TypeClassDescriptionclass
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
Editor version of the Web Service property container holding the definition of a web service transaction.Modifier and TypeMethodDescriptionboolean
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.EditorOutputProps.getProcessor
(GProp<?> gp) Gets a reply processor from a property.Uses of GProp in com.iizigo.ws.prop.json
Modifier and TypeClassDescriptionclass
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeClassDescriptionclass
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
Editor 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
Modifier and TypeClassDescriptionclass
Class extending the property container.static class
Settings property container.Uses of GProp in com.iizix.api
Modifier and TypeInterfaceDescriptioninterface
IAnnotationReferenceProcessor<SCOPE extends PropCnr,
COMP extends GProp<?>> Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Modifier and TypeMethodDescriptionIAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the reference path of a component, relative or full depending if it is scoped or not.IAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to a UI component.Uses of GProp in com.iizix.api.ui
Modifier and TypeMethodDescriptionGProp<?>
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.ModifierConstructorDescriptionUIActionEvent
(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
Modifier and TypeMethodDescriptionGProp<?>
VSBaseEventWithTrigger.getTrigger()
Gets the trigger property being the source of the event.ModifierConstructorDescriptionVSActionEvent
(VSAction source, GProp<?> trigger, UIComp contextComponent) Constructs the event for an action with a property being the trigger source, e.g.protected
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, 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
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of GProp in com.iizix.db.prop
Modifier and TypeClassDescriptionclass
A single connection profile setup that is used to establish a JDBC connection.class
Container with all connection profiles setup's by name.class
This database property container holds database service definition.class
The reference to a Database transaction.class
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeMethodDescriptionGProp<?>
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.final GProp<?>
GEvent.getSender()
Gets the current sender of the event.final 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.Modifier and TypeMethodDescriptionvoid
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.GEvent.getPostProcessors
(GProp<?> dispatcher) Gets the post-processors.IPostEventProcessing.getPostProcessors
(GProp<?> dispatcher) Gets the post-processors.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
Re-targets this event to a new source property and sends it.void
Re-target this event to a Property Manager for queued sending.final void
GEvent.send
(GProp<?> sender, EventListener listener) Sends this event to the event listener in question, with "safe" processing, i.e.final 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.final 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.ModifierConstructorDescriptionBubbleEvent
(GProp<?> source, int eventID, boolean isRemoteInduced) Constructs the generic sink event with specified originator.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, String newName, String oldName) Constructs a new property event.PropAttrEvent
(GProp<?> source, int attribute, Object newValue, 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, Object newValue, Object oldValue, 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, Object newValue, Object oldValue) Constructs a new non-remote local property value event.PropValueEvent
(GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger) Constructs a new non-remote property value event.PropValueEvent
(GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger, PropMgr propMgr) Constructs a new remote property value event.PropValueEvent
(GProp<?> property, Object newValue, 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.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
Modifier and TypeMethodDescriptionGProp<?>
IAppSessionGyro.getRuntimePropFromReference
(String reference) Gets a reference for runtime use to get the reference of an item.GProp<?>
IAppSessionGyro.getRuntimePropFromReference
(String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.GProp<?>
IClientSessionGyro.getVirtualizedPropFromReference
(String reference) Attempts to look up a virtualized property from a reference by searching this instance.Modifier and TypeMethodDescriptionIAppSessionGyro.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.ModifierConstructorDescriptionFocusException
(GProp<?> property) Creates a focus exception with an empty detail message.FocusException
(GProp<?> property, String message) Creates a focus exception with a message.FocusException
(GProp<?> property, String message, 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, String message) Creates a focus veto exception with a message.FocusVetoException
(GProp<?> property, String message, Throwable exception) Creates a focus veto exception with a message and an exception cause.Uses of GProp in com.iizix.prop
Modifier and TypeClassDescriptionclass
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).Modifier and TypeClassDescriptionclass
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
Abstract styles property container that either holds styles or other style related data such as font faces.class
The configured languages for the application.class
The application property container holds all information about a single application.class
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).class
The Asset Reference property class hold the reference to a file in the Assets directory.class
The Asset References property class hold the references to zero or more FileURIPropCnr property containers.class
The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.class
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
The Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).class
The byte array property is used to store binary data in various forms, e.g.class
The character property class holds the property name, value and optionally has a parent and/or property listener(s).class
The Class Reference property class hold the reference to a Java class.final class
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
Property used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).class
The "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).class
This class is used to hold an integer property that has constraints imposed on it.class
The date/time property can hold a date and/or a time with optional time offset with aGDateTime
property value.class
Special Designer property container that is private.class
Device parameters container available only for iiziRun.class
The Double property class holds the property name, value and optionally has a parent and/or property listener(s).class
Editor Property Container, i.e.class
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
The errors property is used in the designer and files to store error and its values for a container.class
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
The "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).class
FixedVirtualizedAbstractReference<TARGET extends IPropCnr>
The Fixed Virtualized Abstract Reference property class hold the reference to another property.class
This Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.class
This folder settings property hold settings for a folder, typically a Selector and a description.class
A PropCnr that can is a "directory" and can contain FileURIPropCnr's.class
The "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).class
This Geographical property is a container that holds information about client position and an API to work with geographical location services.class
The "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).class
The Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.class
The Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).class
Property used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).class
The Integer property class holds the property name, value and optionally has a parent and/or property listener(s).class
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
The Long property class holds the property name, value and optionally has a parent and/or property listener(s).class
Container holding mail settings.class
The Method Reference property class hold the reference to a Method that is in a Java class.class
The Method Reference "2" property class hold the reference to a Method that is in a Java class.class
This Module Applications settings that defines the behavior of the application and contains its settings.class
MultiProp<VALUE>
The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.class
This Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.class
JavaScript optimized Number property.class
The Password property class hold a password that is encrypted when stored to media.class
The pattern property class extends a KStringProp.class
The PKCS#12 Identity Property used for SSL communication or code signing.class
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
Container holding policiy settings.class
PrivProp<T>
The private property class is used on the client as a dummy property in order to keep the structure of properties with the indexes as the server does, apart from that a private property can replace a property container.class
The property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).class
The proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.class
Container for Push property container for the application.class
The Push properties for the application.class
Container for Progressive Web App's (PWA).class
The Progressive Web App (PWA) properties.class
The rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).class
The Referrals Holder property container contains the properties that refer to the owner of this container.class
This iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.class
The Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.class
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.class
The Server's Client Session properties hold information relating to the current client session, i.e.class
This property container contains all properties required for a Server Socket (NIO) connection.class
Settings property container, a "raw" PropCnr.class
The size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).class
This property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.class
Speech Recognition property for remote client execution.class
Speech Synthesis property for remote client execution.class
This property container contains all properties required for a SSL Socket (NIO) connection.class
Property used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.class
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
The String Map property class holds the property name, a map of strings consisting of string keys and string values.class
The "String" property class holds the property name, value and optionally has a parent and/or property listener(s).class
The String Set property class holds the property name and a set of unique strings.class
The "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).class
This styles property container holds the styles associated with a UI component.class
Styles Container used to hold a Styles property instance for the Client used as a Class Name.class
The Styles References property class hold the references to zero or more Styles property containers.class
The text table property holds the text table items consisting of KStrings.class
The reference to a text table instance.class
This property container contains all properties required for Transaction communication based on WebSockets.class
Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).class
The "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).class
The value property holds the VirtualSpace Value object.class
The Value Type property for the Value Type as a String, without Value.class
The Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.class
This property container contains all properties required for WebSocket communication.class
This property container contains all properties required for a WebSocket Server (NIO) connection.class
The windows property container holds the windows for the application.class
The X.509 Certificates Property used for SSL communication.class
XML Schema validator property class used to validate XML sources.Modifier and TypeFieldDescriptionstatic final GProp<?>[]
PropCnr.EMPTY
Empty array of properties.final GProp<?>
BinderAction.property
The property used for the action.final GProp<?>
PropErrorItemOrigin.property
The property.final GProp<?>
PropVerificationError.property
The property causing the error.Modifier and TypeMethodDescriptionGProp.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
(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
(Class<?>[] classes, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]
IPropCnr.getAllProps
(Class<? extends GProp<?>>... classes) Gets the properties of certain classes that are present in the tree below this container, i.e.final GProp<?>[]
PropCnr.getAllProps
(Class<?>[] classes, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.final GProp<?>[]
PropCnr.getAllProps
(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
(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
(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 requestedindex
.GProp<?>
Gets the property with theatom
name.GProp<?>
Gets the property from a path of atoms.GProp<?>
Gets the property from a path of atoms.GProp<?>
Gets the property with the specified name.GProp<?>
PropCnr.getProp
(int index) Gets the property at requestedindex
.GProp<?>
Gets the property with theatom
name.final GProp<?>
Gets the property from a path of atoms.final GProp<?>
Gets the property from a path of atoms.GProp<?>
Gets the property with the specified name.GProp<?>
PropException.getProperty()
Gets the property that caused the exception.GProp<?>
PropReference.getProperty()
Gets the property referenced.final GProp<?>
GProp.getPropFromPath
(GProp<?> requestor, String path) Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
GProp.getPropFromPath
(String path) Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
IGProp.getPropFromPath
(String path) Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
FileURIPropCnr.getPropFromReference
(String ref) Gets a property from a reference name.GProp<?>
GProp.getPropFromReference
(GProp<?> requestor, String path) Internal function for getPropFromReference(ref).GProp<?>
GProp.getPropFromReference
(String ref) Gets a property from a reference name.GProp<?>
IGProp.getPropFromReference
(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,null
for an uninitialized value.GProp<?>[]
PropCnr.getProps()
Gets the current value set as a a property array,null
for an uninitialized value.GProp<?>
PropFactory.loadPropTree
(GProp<?> parent, Element element) Creates the GProp tree from an Element.protected GProp<?>
GProp.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Modifier and TypeMethodDescriptionPropFactory.getPropClass
(String className) Gets the property class from a class name.Modifier and TypeMethodDescriptionvoid
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 final Object
AbstractReference.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected Object
BadgeProp.equalValues
(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how) Checks for property value equality.protected Object
GProp.equalValues
(GProp<?> compareTo, VALUE thisValue, VALUE compareValue, int how) Checks for property value equality.protected Object
KStringProp.equalValues
(GProp<?> compareTo, KString thisValue, KString compareValue, int how) Checks for property value equality.protected Object
MultiProp.equalValues
(GProp<?> compareTo, Object[] thisValue, Object[] compareValue, int how) Checks for property value equality.protected Object
StringMapProp.equalValues
(GProp<?> compareTo, Map<String, String> thisValue, Map<String, String> compareValue, int how) Checks for property value equality.protected Object
StringSetProp.equalValues
(GProp<?> compareTo, Set<String> thisValue, Set<String> compareValue, int how) Checks for property value equality.protected Object
StylesReferences.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.GProp.getAliasName
(GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".static boolean
Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).static boolean
Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).FileURIPropCnr.getChildReferencePropName
(GProp<?> child) Gets the child's reference property name for this property.GProp.getChildReferencePropName
(GProp<?> child) Gets the child's reference property name for this property.Gets the list of errors of a property.AssetReference.getFileURIPropCnr
(GProp<?> anyPropInTree) For the Designer, gets the File property for the reference.GProp.getFullPropName
(GProp<?> requestor) Gets the full name of this property, i.e.GProp.getFullPropNameDebug
(GProp<?> requestor) Gets the full name of this property, i.e.ClientProps.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".GProp.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".IModuleProjectPropProvider.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".final GProp<?>
GProp.getPropFromPath
(GProp<?> requestor, String path) Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
GProp.getPropFromReference
(GProp<?> requestor, String path) Internal function for getPropFromReference(ref).ClientProps.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.GProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.IModuleProjectPropProvider.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.ClientProps.getRootName
(GProp<?> requestor) Gets the name of the root container as in the Designer"module:"
.GProp.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.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, Element element) Creates the GProp tree from an Element.GProp.mapAliasToReference
(GProp<?> requestor, String aliasReference) Maps an alias reference name to a reference name.GProp.mapReferenceToAlias
(GProp<?> requestor, String referenceName) Maps a reference name to an alias name.void
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 functioninsertProp
is 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.void
IComplexOperation.removeProp
(GProp<?> gp) Removes a property.void
IComplexOperation.removePropError
(GProp<?> gp, String errorID) Removes a property error.void
IComplexOperation.renameProp
(GProp<?> gp, Atom newName) Renames a property.int
Attempts to resolve the property name.void
IComplexOperation.setPropError
(GProp<?> gp, PropError pe) Sets all errors in a property.void
IComplexOperation.setPropValue
(GProp<?> gp, Object newValue) Sets a property value.boolean
IPropCnr.setPropValue
(GProp<?>[] newProps) Sets a new properties array as the value.final 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
Traces a line of data.protected void
PropCnr.validateChildPropInValue
(GProp<?> child) Validates a single child property instance during the call toPropCnr.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.AbstractReference.wouldValidate
(GProp<?> anyPropertyInTree) Checks if the reference would be valid if this property is attached to a root property.Modifier and TypeMethodDescriptionint
IPropCnr.getAllProps
(Class<?>[] classes, List<GProp<?>> list) Gets the properties of certain classes that are present in the tree below this container, i.e.int
IPropCnr.getAllProps
(Class<?>[] classes, List<GProp<?>> list, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.final int
PropCnr.getAllProps
(Class<?>[] classes, List<GProp<?>> list) Gets the properties of a certain class that are present in the tree below this container, i.e.final int
PropCnr.getAllProps
(Class<?>[] classes, List<GProp<?>> list, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.final void
GProp.getErroredProps
(ArrayList<GProp<?>> list, boolean excludeExtends) Retrieves the properties containing errors.void
IGProp.getErroredProps
(ArrayList<GProp<?>> list, boolean excludeExtends) Retrieves the properties containing errors.<VALUE> boolean
IPropCnr.setPropValue
(Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.<VALUE> boolean
IPropCnr.setPropValue
(String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.<VALUE> boolean
PropCnr.setPropValue
(Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.<VALUE> boolean
PropCnr.setPropValue
(String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.ModifierConstructorDescriptionBinderAction
(GProp<?> property) Constructor of the binder object.EditorPropCnr
(Atom propertyAtom, GProp<?>[] properties) Creates an Editor Property Container with the specified name and properties.Creates a property container with the specified name and properties.PropErrorItemOrigin
(GProp<?> property, IPropErrorItem errorItem) Constructor that assigns theproperty
anderrorItem
members.PropException
(GProp<?> property) Creates a property exception with an empty detail message.PropException
(GProp<?> property, String message) Creates a property exception with a message.PropException
(GProp<?> property, String message, Throwable exception) Creates a property exception with a message and an exception cause.PropReference
(GProp<?> owner, String name, Class<?>[] supportedClasses, IPropReference listener) Constructs a new property reference with a property owner.PropTypeException
(GProp<?> property, String message) Creates a property exception with a message.PropTypeException
(GProp<?> property, String message, Throwable exception) Creates a property exception with a message and an exception cause.PropValidateException
(GProp<?> property, String message) Creates a property exception with a message.PropVerificationError
(String id, PropVerificationError.Severity severity, String location, GProp<?> property, String errorText, String... quickFixes) The standard constructor for a property in error.ValueConversionException
(GProp<?> property, String message) Creates a property exception with a message.ValueConversionException
(GProp<?> property, String message, Throwable cause) Creates a property exception with a message and an exception cause.Uses of GProp in com.iizix.prop.content
Modifier and TypeClassDescriptionclass
AbstractContentUIContainer<ITEM extends IContentItem,
ITEM_CONTENT extends IContentData<ITEM>> A property container that handles content and has custom content provider support.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
The font faces property container holds information about font face(s) that are available in the application.class
Container for all font icon files used in a FontIconsDefintion.class
Container for all font files used in a FontIconsDefintion.Uses of GProp in com.iizix.prop.image
Modifier and TypeClassDescriptionclass
Image definition property container.class
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
The definition of a single font icon and how it represent itself in the various states, e.g.class
The Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.class
Single image definition property container.class
This Image Location property container.class
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
The Images Definition property container for multiple icons/images and multiple states and resolutions.class
The Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.class
This Images Style property container has the state for several images.class
This Image Style property container holds the image types, asset reference, and other settings.class
This Image Style Location property container has the state for several images.class
This Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.class
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Uses of GProp in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AbsoluteLayout is a layout manager.class
Abstract 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
The AccordionData is the layout data for components in a container with AccordionLayout.class
Accordion container specific layout manager.class
The BorderData is the layout data for components in a container with BorderLayout.class
BorderLayout is a layout manager.final class
Component ID property is used to assign a unique value known on both client and server.class
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
Menu specific layout manager.class
The reference to a UI context menu.class
DOM Element property container used to keep information of the created UI item and its internal DOM structure.class
The FlexData is the layout data for components in a container with FlexLayout.class
FlexLayout is a layout manager.class
The GridData is the layout data for components in a container with GridLayout.class
GridLayout is a layout manager.class
Group name property used for component grouping.class
The HeadingData is the layout data for components in a container with HeadingLayout.class
Header specific layout manager.class
Image preview property for use with any UI component or container.class
The Label For Reference property class hold the reference to another property in the same base container.class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.class
The LayoutProp is the generic property for layout managers using properties to layout it's components.class
The ListData is the layout data for components in a container with ListLayout.class
List container specific layout manager.class
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
Menu bar specific layout manager.class
The MenuData is the layout data for components in a container with MenuLayout.class
Menu specific layout manager.class
The message box is a container to display a message box on the client side and wait for the user reply.class
Header UI container.class
Simple mobile popup dialog.class
Mobile switch UI component.class
Tab bar UI container.class
The panel layout data.class
The reference to a UI panel part.class
The SwapData is the layout data for components in a container with SwapLayout.class
Swap container specific layout manager.class
The TabBarData is the layout data for components in a container with TabBarLayout.class
Tab bar specific layout manager.class
The TabData is the layout data for components in a container with TabLayout.class
Tab container specific layout manager.class
Toaster property.class
The tooltip property is a container that holds various information for the tooltip, e.g.class
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.class
Button UI component.class
Calendar UI component.class
Checkbox UI component.class
Menu item UI component.class
Combobox UI component.class
The UIComp class is the basic implementation of a single user interface component.class
The UIComps class is the property container for all UIComp instances of the UIComps class.class
The UIContainer class is a standard simple container for components.class
Context menu UI container.class
Desktop popup dialog.class
Empty UI component.class
Gauge UI component.class
Image UI component.class
Image Crop and Upload UI component.class
Label UI component.class
Media UI component.class
Menu UI container.class
Menu bar UI container.class
Menu item UI component.class
Menu separator UI component.class
Output (label) UI component.class
Panel UI container.class
Base panel UI container.class
Panel part UI container.class
The UI panel part container.class
Progress UI component.class
Radio button UI component.class
Menu item UI component.class
Slider UI component.class
Spinner UI component.class
UI swap container.class
UI tab container.class
Text UI component.class
Text area UI component.class
Title panel UI container optionally collapsable.Modifier and TypeMethodDescriptionprotected 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.Modifier and TypeMethodDescriptionprotected Object
TooltipProp.equalValues
(GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how) Checks for property value equality.UIAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the relative reference path of a component.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 functioninsertProp
is 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.UIAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.UIPanelAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, 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.Modifier and TypeMethodDescription<VALUE> boolean
ILayoutUnitHeight.setPropValue
(String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.<VALUE> boolean
ILayoutUnitWidth.setPropValue
(String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.ModifierConstructorDescriptionAbsoluteData
(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 theGProp
items.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.Creates a FlexData container with the specified name and properties.FlexLayout
(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and 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.protected
Creates a LayoutMgr with the specified name and properties.LayoutProp
(Atom propertyAtom, GProp<?>[] properties) Creates a LayoutProp container with the specified name and 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.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.Creates the component with the specified name, initialized to contain theGProp
items.Creates the container with the specified name and 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.Creates a TabData container with the specified name and properties.Creates the layout with the specified name and properties.UIAccordion
(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Creates the component with the specified name, initialized to contain theGProp
items.UICalendar
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.UICheckBox
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.UICheckedMenuItem
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.Creates a property container with the specified name and 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.Creates the component with the specified name, initialized to contain theGProp
items.Creates the component with the specified name, initialized to contain theGProp
items.Creates the component with the specified name, initialized to contain theGProp
items.Creates the component with the specified name, initialized to contain theGProp
items.Creates the component with the specified name, initialized to contain theGProp
items.Creates the container with the specified name and 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 theGProp
items.UIMenuSeparator
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.Creates the component with the specified name, initialized to contain theGProp
items.UIProgress
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.UIRadioButton
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.UIRadioMenuItem
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.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.Creates the component with the specified name, initialized to contain theGProp
items.UITextArea
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.UITitlePane
(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Uses of GProp in com.iizix.prop.ui.calendar
Modifier and TypeClassDescriptionclass
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.class
A (sub)calendar list event.class
Layout manager for calendar lists.class
Calendar List UI component.ModifierConstructorDescriptionCalendarLayout
(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Uses of GProp in com.iizix.prop.ui.chart
Uses of GProp in com.iizix.prop.ui.chart.axis2d
Uses of GProp in com.iizix.prop.ui.chart.plot2d
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
A chart series consists of several series values properties in a defined order.class
A series value property is a property container that can only contain NumberProp's.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
UIDateTime.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.ModifierConstructorDescriptionUIDateTime
(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGProp
items.Uses of GProp in com.iizix.prop.ui.device
Modifier and TypeClassDescriptionclass
The "device" property class holds the property name, value as aGSimpleDevice
object and optionally has a parent and/or property listener(s).class
The "themes" property class holds the property name, value as aGThemes
object and optionally has a parent and/or property listener(s).Uses of GProp in com.iizix.prop.ui.map
Modifier and TypeClassDescriptionclass
The layout data for all mobile list components or containers, i.e.class
Layout manager for maps.class
The property container for map markers.class
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
Map UI component.Modifier and TypeMethodDescriptionprotected GProp<?>
UIMap.convertLoadedProp
(GProp<?> childProp) Enables conversion or omission of a property loaded from XML.Modifier and TypeMethodDescriptionprotected 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.Uses of GProp in com.iizix.prop.ui.mlist
Modifier and TypeClassDescriptionclass
The property container for default mobile list items.class
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
Layout manager for mobile list groups.class
Mobile list item UI component.class
The layout data for all mobile list components or containers, i.e.class
Layout manager for all mobile lists.class
The property container for mobile list items.Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionMLGroupLayout
(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and 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
Modifier and TypeClassDescriptionclass
The table cell property.final class
The Table Row instance.final class
The Table Rows container instance.class
The table UI container.class
The table column UI container.class
The table column data is the layout data for components in a UITable container.class
UITable container specific layout manager.Modifier and TypeMethodDescriptionGProp<?>
TableCell.getResolveReferenceProperty()
Gets the property used for references look-up's.Modifier and TypeMethodDescriptionvoid
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 toPropCnr.validatePropValue(Object)
.Uses of GProp in com.iizix.prop.ui.text
Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptionGProp<?>
IUIValueComponent.createValueProp()
Component must return the value property to use with the name
.Atom.VALUE
Uses of GProp in com.iizix.prop.vs
Modifier and TypeClassDescriptionclass
AbstractVSVariable<VSCOMP extends VSComponent,
REFTYPE extends VSRelativeReference<VSCOMP>> Class that holds a single VS "variable" mapping of a certain type.class
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Action Actor Participant used by Action Actors.class
The VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.class
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.class
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.class
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.class
Focus reference is used to set a reference to a focusable VSComponent.class
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.class
Class to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".class
The VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.class
The VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipant
interface, such as panels.class
This class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
The VirtualSpace Reference property class hold the reference to a VirtualSpace.class
VSRelativeReference<TARGET extends VSComponent>
The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.class
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
The rows property class that only allows VSRow children properties.class
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Table Column Reference property class hold the name of a Column in a Table.class
The VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.class
VirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Modifier and TypeMethodDescriptionprotected GProp<?>
VirtualSpace.convertLoadedProp
(GProp<?> childProp) Enables conversion or omission of a property loaded from XML.protected GProp<?>
VSComponent.convertLoadedProp
(GProp<?> childProp) Enables conversion or omission of a property loaded from XML.GProp<?>
VSActionTXProcess.getTrigger()
Gets the trigger property.Modifier and TypeMethodDescriptionVSActionReference.getPropertyClass()
Gets the class wanted.VSColumnReference.getPropertyClass()
Gets the class wanted.VSComponentReference.getPropertyClass()
Gets the class wanted.VSFieldReference.getPropertyClass()
Gets the class wanted.VSFocusReference.getPropertyClass()
Gets the class wanted.VSGroupReference.getPropertyClass()
Gets the class wanted.VSRelativeReference.getPropertyClass()
Gets the class wanted.VSTableColumnReference.getPropertyClass()
Gets the class wanted.VSTableReference.getPropertyClass()
Gets the class wanted.Modifier and TypeMethodDescriptionVSField.adjustValue
(TemporalAdjuster temporalAdjuster, GProp<?> trigger) Adjusts the current temporal value with a temporal adjuster.VSField.adjustValue
(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 GProp<?>
VirtualSpace.convertLoadedProp
(GProp<?> childProp) Enables conversion or omission of a property loaded from XML.protected GProp<?>
VSComponent.convertLoadedProp
(GProp<?> childProp) Enables conversion or omission of a property loaded from XML.VSField.get_BigDecimal
(boolean doTranslate, GProp<?> trigger) VSField.get_BigDecimal
(GProp<?> trigger) VSField.get_BigInteger
(boolean doTranslate, GProp<?> trigger) VSField.get_BigInteger
(GProp<?> trigger) byte[]
VSField.get_Binary
(boolean doTranslate, GProp<?> trigger) byte[]
VSField.get_Binary
(GProp<?> trigger) VSField.get_Boolean
(boolean doTranslate, GProp<?> trigger) VSField.get_Boolean
(GProp<?> trigger) VSField.get_Double
(boolean doTranslate, GProp<?> trigger) VSField.get_Double
(GProp<?> trigger) VSField.get_Duration
(boolean doTranslate, GProp<?> trigger) VSField.get_Duration
(GProp<?> trigger) VSField.get_Integer
(boolean doTranslate, GProp<?> trigger) VSField.get_Integer
(GProp<?> trigger) 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 thedoTranslate
flag.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 thedoTranslate
flag.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.VSField.get_KString
(GProp<?> trigger) Gets the value of this field as a KString with translation and optional trigger property using the field actors.VSField.get_LocalDate
(boolean doTranslate, GProp<?> trigger) VSField.get_LocalDate
(GProp<?> trigger) VSField.get_LocalDateTime
(boolean doTranslate, GProp<?> trigger) VSField.get_LocalDateTime
(GProp<?> trigger) VSField.get_LocalTime
(boolean doTranslate, GProp<?> trigger) VSField.get_LocalTime
(GProp<?> trigger) VSField.get_MonthDay
(boolean doTranslate, GProp<?> trigger) VSField.get_MonthDay
(GProp<?> trigger) VSField.get_OffsetDateTime
(boolean doTranslate, GProp<?> trigger) VSField.get_OffsetDateTime
(GProp<?> trigger) VSField.get_OffsetTime
(boolean doTranslate, GProp<?> trigger) VSField.get_OffsetTime
(GProp<?> trigger) VSField.get_Period
(boolean doTranslate, GProp<?> trigger) VSField.get_Period
(GProp<?> trigger) 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 thedoTranslate
flag.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 thedoTranslate
flag.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.VSField.get_String
(GProp<?> trigger) Gets the value of this field as a String with translation and optional trigger property using the field actors.VSField.get_XMLDuration
(boolean doTranslate, GProp<?> trigger) VSField.get_XMLDuration
(GProp<?> trigger) VSField.get_YearMonth
(boolean doTranslate, GProp<?> trigger) VSField.get_YearMonth
(GProp<?> trigger) VSField.get_ZonedDateTime
(boolean doTranslate, GProp<?> trigger) VSField.get_ZonedDateTime
(GProp<?> trigger) FullVSAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the reference path of a component.VSAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the relative reference path of a component.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.VSField.getValue
(Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.VSAction.invoke
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.invoke
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSActionReference.invokeAction
(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.invokeExecute
(IClientSessionGyro clientGyro, GProp<?> trigger) Invokes and executes the action directly in the callers thread, regardless of the action settings.VSAction.invokeExecute
(GProp<?> trigger) Invokes and executes the action directly in the callers thread, regardless of the action settings.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.FullVSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.VSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.boolean
VSField.set_BigDecimal
(BigDecimal value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_BigDecimal
(BigDecimal value, GProp<?> trigger) boolean
VSField.set_BigInteger
(BigInteger value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_BigInteger
(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
(Boolean value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_Boolean
(Boolean value, GProp<?> trigger) boolean
boolean
boolean
VSField.set_Double
(Double value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_Double
(Double value, GProp<?> trigger) boolean
VSField.set_Duration
(Duration value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_Duration
(Duration value, GProp<?> trigger) boolean
boolean
boolean
VSField.set_Integer
(Integer value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_Integer
(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
(LocalDate value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_LocalDate
(LocalDate value, GProp<?> trigger) boolean
VSField.set_LocalDateTime
(LocalDateTime value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_LocalDateTime
(LocalDateTime value, GProp<?> trigger) boolean
VSField.set_LocalTime
(LocalTime value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_LocalTime
(LocalTime value, GProp<?> trigger) boolean
boolean
boolean
VSField.set_MonthDay
(MonthDay value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_MonthDay
(MonthDay value, GProp<?> trigger) boolean
VSField.set_OffsetDateTime
(OffsetDateTime value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_OffsetDateTime
(OffsetDateTime value, GProp<?> trigger) boolean
VSField.set_OffsetTime
(OffsetTime value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_OffsetTime
(OffsetTime value, GProp<?> trigger) boolean
VSField.set_Period
(Period value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_Period
(Period value, GProp<?> trigger) boolean
boolean
boolean
VSField.set_String
(String value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_String
(String value, GProp<?> trigger) boolean
VSField.set_XMLDuration
(Duration value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_XMLDuration
(Duration value, GProp<?> trigger) boolean
boolean
boolean
VSField.set_YearMonth
(YearMonth value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_YearMonth
(YearMonth value, GProp<?> trigger) boolean
VSField.set_ZonedDateTime
(ZonedDateTime value, boolean doTranslate, GProp<?> trigger) boolean
VSField.set_ZonedDateTime
(ZonedDateTime value, GProp<?> trigger) boolean
VSField.setRawValue
(Value value, GProp<?> trigger) Sets the raw value of the field.boolean
VSField.setValue
(LocaleInfo localeInfo, Object value, boolean doTranslate, GProp<?> trigger) Sets a value in generic type with possible translation and optional trigger property.boolean
Sets a value in generic type with possible translation and optional trigger property.protected final void
VSRelativeReference.targetChanged
(GProp<?> prop) Internal method called when target changes.Uses of GProp in com.iizix.prop.vs.actor
Modifier and TypeClassDescriptionclass
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.class
Class container for associated action actors of a VSAction.class
The VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
Class container for associated value actors of a VSField or VSColumnHeader.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.Modifier and TypeMethodDescriptionFieldActors.convert
(VSFieldEvent.Op op, Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger) Convert a value of a certain type to another.Validate a value.Uses of GProp in com.iizix.server.acme
Modifier and TypeClassDescriptionclass
Property container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of GProp in com.iizix.server.app
Modifier and TypeClassDescriptionprotected class
The Virtual property container.Modifier and TypeMethodDescriptionstatic <T extends GProp<?>>
TSystemApp.getProperty
(String path, Class<T> cls) Gets a property from the System app.<GP extends GProp<?>>
GPVirtualizedItem.getVirtualChild
(GP originalChild) Gets the virtualized child property from a property located in the original property container.Modifier and TypeMethodDescriptionGProp<?>
VirtualsContainer.VContainer.getPropFromPath
(String path) Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
VirtualsContainer.VContainer.getPropFromReference
(GProp<?> requestor, String reference) Internal function for getPropFromReference(reference).GProp<?>
AppFactory.getResolveReferenceProperty()
Gets the property used for references look-up's.GProp<?>
AppFactory.getRuntimePropFromReference
(String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.default GProp<?>
IRuntimeReferenceLookup.getRuntimePropFromReference
(String reference) Gets a reference for runtime use to get the reference of an item.GProp<?>
IRuntimeReferenceLookup.getRuntimePropFromReference
(String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.GProp<?>
RuntimeApp.getRuntimePropFromReference
(String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.GProp<?>
IVirtualizedReferenceLookup.getVirtualizedPropFromReference
(String reference) Attempts to look up a virtualized property from a reference.GProp<?>
RuntimeApp.getVirtualizedPropFromReference
(String reference) Attempts to look up a virtualized property from a reference.GProp<?>
VirtualsContainer.getVirtualizedPropFromReference
(String reference) Gets a property reference from the virtuals container.Modifier and TypeMethodDescriptionstatic AppFactory
AppFactory.getAppFactory
(GProp<?> anyProp) From a property, virtualized or not, get the AppFactory instance.VirtualsContainer.VContainer.getChildReferencePropName
(GProp<?> child) Gets the parent's reference property name for this property.GProp<?>
VirtualsContainer.VContainer.getPropFromReference
(GProp<?> requestor, String reference) Internal function for getPropFromReference(reference).AppFactory.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.IRuntimeReferenceLookup.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.RuntimeApp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.VirtualsContainer.VContainer.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.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 functioninsertProp
is 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
Modifier and TypeClassDescriptionclass
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.class
The module root property container.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Modifier and TypeMethodDescriptionGProp<?>
AppPropCnr.getModulePropFromReference
(GProp<?> requestor, String reference) Gets a property from a reference name.final GProp<?>
ModuleProjectPropCnr.getPropFromReference
(GProp<?> requestor, String ref) Internal function for getPropFromReference(ref).Modifier and TypeMethodDescriptionfinal String
ModuleProjectPropCnr.getAliasName
(GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".GProp<?>
AppPropCnr.getModulePropFromReference
(GProp<?> requestor, String reference) Gets a property from a reference name.final String
ModuleProjectPropCnr.getProjectName
(GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".final GProp<?>
ModuleProjectPropCnr.getPropFromReference
(GProp<?> requestor, String ref) Internal function for getPropFromReference(ref).AppPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.final ModuleProjectPropCnr
ModuleProjectPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.AppPropCnr.getRootName
(GProp<?> requestor) Gets the name of the root container as in the Designer"module:"
.final String
ModuleProjectPropCnr.getRootName
(GProp<?> requestor) Gets and checks if this container is the root.Uses of GProp in com.iizix.server.gyro
Modifier and TypeMethodDescriptionGProp<?>
AppSessionGyro.getRuntimePropFromReference
(String reference) Gets a reference for runtime use to get the reference of an item.GProp<?>
AppSessionGyro.getRuntimePropFromReference
(String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.GProp<?>
AppSessionGyro.getVirtualizedPropFromReference
(String reference) Attempts to look up a virtualized property from a reference to the VirtualSpace only.GProp<?>
ClientSessionGyro.getVirtualizedPropFromReference
(String reference) Attempts to look up a virtualized property from a reference by searching this instance.Modifier and TypeMethodDescriptionAppSessionGyro.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Uses of GProp in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
Client session property.class
An end point property.class
An end point property.class
An end point property.class
Property container used for Virtual Monitor data and communication.Uses of GProp in com.iizix.server.prop
Modifier and TypeClassDescriptionclass
Property container for the configuration of an App of the iiziServer.class
This configuration environment defines the configuration setup for the available plug-ins.class
The ServerConfigEnvReference property class hold the reference to a Server configuration environment.class
Property container for the configuration of a plug-in for a Server configuration environment.class
This server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
This property is a container that holds the required settings for the server to operate and initialize itself with.class
Property container for the configuration of a Port "group" of the web server.Modifier and TypeMethodDescriptionServerProps.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.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
Modifier and TypeClassDescriptionclass
This 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
Uses of GProp in com.iizix.server.vsviewer
Uses of GProp in com.iizix.term.prop
Modifier and TypeClassDescriptionclass
This property handles communication between the server and client in full duplex using Transaction's.class
The RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).class
This Screen Action Group property container for a terminal host screen.class
This Screen Action property container for a terminal host screen.class
Reference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.class
This Screen fields property container for a terminal host screen.class
This Screen Field Group property container for a terminal host screen.class
This Screen Field property container for a terminal host screen.class
Property holding the reference to a screen field from inside the screen, used by screen actions.class
This Screen Fields property container for a terminal host screen.class
This Screen identification property container for a terminal host screen.class
This Screen identifications property container for a terminal host screen.class
This Screen property container holds the screen identifications and fields for a terminal host screen.class
This Sessions property container holds the terminal properties.class
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static class
The terminal action actor settings.class
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.class
This TerminalSettings property container holds all settings for a terminal session.Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeClassDescriptionclass
The container for an active terminal session for the terminal monitor of each client end-point.class
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizix.text
Modifier and TypeClassDescriptionclass
KStringPLAINTag<TARGET extends GProp<?>>
Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.Modifier and TypeMethodDescriptionGProp<?>
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.Modifier and TypeMethodDescriptionboolean
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, 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.ModifierConstructorDescriptionValidationKStringInfoProviderHolder
(GProp<?> anyProp, String targetLanguageCode) Constructor.Uses of GProp in com.iizix.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of GProp in com.iizix.ws.prop
Modifier and TypeClassDescriptionclass
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
The Output Column connects a table column from the reply output with a VSTable column.class
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
The Output Table connects a table from the reply output with a VSTable.class
The Output Variable connects a reference variable from the reply output with a VSField.class
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
Web Service property container holding the definition of a web service transaction.class
The reference to a Web Service transaction.Modifier and TypeMethodDescriptionboolean
WebServiceReference.isReferenceValid
(GProp<?> property) Checks if the reference is valid.Uses of GProp in com.iizix.ws.prop.json
Modifier and TypeClassDescriptionclass
A JSON element wrapper, used to process the output of a Web Service reply.class
RESTful JSON Encoded input for the request of a Web Service transaction.class
The 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
Modifier and TypeClassDescriptionclass
RESTful URL Encoded input for the request of a Web Service transaction.class
The Input Variable connects a VSField with an input variable or parameter to a web service request.