Uses of Class
com.iizix.prop.GProp
Uses of GProp in com.iizigo
Fields in com.iizigo declared as GProp Modifier and Type Field Description static GProp<?>[]
Activator. EMPTY_GPROPS
The empty array.Methods in com.iizigo with type parameters of type GProp Modifier and Type Method Description <GPROP extends GProp<?>>
org.eclipse.swt.graphics.ImageApplicationUI. getImage(java.lang.Class<GPROP> propertyClass)
Gets an Image for a property class.Methods in com.iizigo that return GProp Modifier and Type Method Description static GProp<?>
Activator. dataToFile(GProp<?> gp)
Converts the property to get the FilePropCnr instead of the data container property.static GProp<?>[]
Activator. dataToFile(GProp<?>[] props)
Converts the array of properties to get the FilePropCnr instead of the data container property.static GProp<?>
Activator. fileToData(GProp<?> gp)
Converts the property to get the data container property instead of a FilePropCnr.static GProp<?>[]
Activator. fileToData(GProp<?>[] props)
Converts the array of properties to get the data container property instead of a FilePropCnr.static GProp<?>[]
Activator. getSelectedGProps(org.eclipse.jface.viewers.ISelection sel)
Gets a list of all GProp's for DesignerProp's in a selection that should be used in e.g.Methods in com.iizigo that return types with arguments of type GProp Modifier and Type Method Description static java.util.ArrayList<GProp<?>>
Activator. getSelectedRawGProps(org.eclipse.jface.viewers.ISelection sel)
Gets a list of all RAW GProp's without DesignerProp's in a selection that should be used in e.g.Methods in com.iizigo with parameters of type GProp Modifier and Type Method Description static boolean
Activator. areAllResourceBased(GProp<?>[] props)
Checks if the properties only contains resources.KStringInfoProviderAdapter
Activator. createKStringInfoProvider(GProp<?> anyProp, boolean shouldResolve)
Creates an IKStringInfoProvider for a property.static GProp<?>
Activator. dataToFile(GProp<?> gp)
Converts the property to get the FilePropCnr instead of the data container property.static GProp<?>[]
Activator. dataToFile(GProp<?>[] props)
Converts the array of properties to get the FilePropCnr instead of the data container property.static GProp<?>
Activator. fileToData(GProp<?> gp)
Converts the property to get the data container property instead of a FilePropCnr.static GProp<?>[]
Activator. fileToData(GProp<?>[] props)
Converts the array of properties to get the data container property instead of a FilePropCnr.org.eclipse.swt.graphics.Image
ApplicationUI. getImage(GProp<?> property)
Gets an Image for a property.static boolean
Activator. isResourceBased(GProp<?> gp)
Checks if the property contains a resource.Method parameters in com.iizigo with type arguments of type GProp Modifier and Type Method Description org.eclipse.jface.resource.ImageDescriptor
ImageRegistry. get(java.lang.Class<? extends GProp<?>> propertyClass)
Gets an Image Descriptor image for a property class.void
ImageRegistry. register(java.lang.Class<? extends GProp<?>> propertyClass, java.lang.String fileName)
Registers images for property classes.void
ImageRegistry. register(java.lang.Class<? extends GProp<?>> propertyClass, org.eclipse.jface.resource.ImageDescriptor descriptor)
Registers images for property classes.Uses of GProp in com.iizigo.actionactor
Subclasses of GProp in com.iizigo.actionactor Modifier and Type Class Description static class
EditorJavaActionActor.Settings
Settings property container.Uses of GProp in com.iizigo.app.prop
Subclasses of GProp in com.iizigo.app.prop Modifier and Type Class Description class
AppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorAppPropCnr
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Uses of GProp in com.iizigo.db.actionactor
Subclasses of GProp in com.iizigo.db.actionactor Modifier and Type Class Description static class
EditorDatabaseActionActor.Settings
Settings property container.Uses of GProp in com.iizigo.db.editor
Methods in com.iizigo.db.editor with parameters of type GProp Modifier and Type Method Description boolean
DatabaseEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
DatabaseEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Uses of GProp in com.iizigo.db.prop
Subclasses of GProp in com.iizigo.db.prop Modifier and Type Class Description class
EditorConnectionProfileSetup
Editor version of a single connection profile setup that is used to establish a JDBC connection.class
EditorConnectionProfilesSetup
Editor class container with all connection profiles setup's by name.class
EditorDatabaseProps
The Editor database properties.class
EditorInputProps
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
EditorInputVariable
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
EditorResultProps
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
EditorResultSetColumnProp
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
EditorResultSetProps
Editor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of GProp in com.iizigo.dnd
Methods in com.iizigo.dnd that return GProp Modifier and Type Method Description static GProp<?>[]
ClipboardHelper. getClipboardProps()
Gets the clip board data as a valid Properties Container.Methods in com.iizigo.dnd with parameters of type GProp Modifier and Type Method Description static void
ClipboardHelper. setClipboard(GProp<?>[] gps, org.eclipse.jface.viewers.ISelection selection, boolean doCopy)
Sets the clip board with the properties.Uses of GProp in com.iizigo.editor
Methods in com.iizigo.editor that return GProp Modifier and Type Method Description static GProp<?>[]
PropHelper. getProps(org.eclipse.jface.viewers.ISelection selection, java.lang.Class<?>... propClasses)
Gets the selected properties array.Methods in com.iizigo.editor with parameters of type GProp Modifier and Type Method Description static void
PropHelper. addUndoContext(GProp<?> gp, org.eclipse.core.commands.operations.IUndoableOperation operation)
Adds the undo contexts from a property to an operation.static void
PropHelper. addUndoContexts(GProp<?>[] props, org.eclipse.core.commands.operations.IUndoableOperation operation)
Adds the undo contexts from a property to an operation.void
EndNodeTextFilter. addUnfiltered(GProp<?>... props)
Adds a DesignerProp extending class or a class that will never be filtered.static java.lang.String[]
PropHelper. autoRename(PropCnr target, GProp<?>[] props, java.lang.String first, java.lang.String next, java.lang.String next2)
Auto-renames properties.static java.lang.String
PropHelper. canPerform(GProp<?>[] props, int operation)
Checks properties for a valid operation.static java.lang.String
CreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names)
Creates the resources for the list of properties in the specified property.static java.lang.String
CreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names, boolean showErrorDialog)
Creates the resources for the list of properties in the specified property.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds properties with undo/redo support.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds a property with undo/redo support.static java.lang.String
PropHelper. doDelete(java.lang.String description, GProp<?>[] props, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)
Performs a delete of pure properties (cannot be resource based).static java.lang.String
PropHelper. doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds or inserts properties with undo/redo support.static java.lang.String
PropHelper. doMove(boolean doPerform, java.lang.String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo)
Performs the move operation of the properties, with auto-renaming as a potential dialog box.boolean
PropEditorPart. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
PropEditorPart. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.static boolean
PropHelper. doOpen(boolean doPerform, GProp<?>[] props)
Performs a Open of properties command.static FilePropCnr
PropHelper. doOpen(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn)
Opens the Editor associated with the specified property.static boolean
PropHelper. doOpenAndFocus(boolean doPerform, GProp<?> gp, int index)
Opens the selected property in its associated editor, focuses the editor and selects the appropriate property.static boolean
PropHelper. doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo)
Performs a rename property with undo/redo support.static void
FlagProperty. flag(org.eclipse.jface.viewers.StructuredViewer viewer, GProp<?> property)
Flags the property for update in the viewer asynchronously.static PropEditorPart
PropEditorPart. getActiveEditor(GProp<?> prop)
Gets the active or topmost editor from a property.static PropCnr
PropHelper. getAncestor(GProp<?> gp1, GProp<?> gp2)
Gets the common ancestor of two properties.static PropCnr
PropHelper. getCommonParent(GProp<?>[] props)
Gets the common parent for all properties.static DesignerProp
PropHelper. getDesignerProp(GProp<?> gp)
Gets a DesignerProp for a property, by searching it and its parents.static java.util.ArrayList<DesignerProp>
PropHelper. getDesignerProps(GProp<?>[] props)
Gets the DesignerProps for the specified properties.static ModuleFolder
PropHelper. getFolder(GProp<?>[] props)
Gets the common ModuleFolder for properties.static ModuleModel
PropHelper. getModuleModel(GProp<?> gp)
Gets the iizi Module Model from a property.static ModuleModel
PropHelper. getModuleModel(GProp<?>... props)
Gets the common Module Model from properties.static org.eclipse.core.commands.operations.IUndoContext
PropHelper. getUndoContext(GProp<?> gp)
Gets the undo context for a property.static Atom[]
PropHelper. getUniqueNames(PropCnr cnr, GProp<?>[] props, java.lang.String suffix, boolean isCopy)
Gets the names of properties to move to or add in a container.static java.lang.String
MovePropertyResources. performMoveProperties(org.eclipse.swt.widgets.Shell shell, GProp<?>[] props, DesignerProp target)
Moves the list of properties to the target.void
PropEditorPart. removePropertyValue(GProp<?> property)
Removes a property when undefined in the editors.static void
PropHelper. selectPropsAndFocusTreeViewer(GProp<?>[] props, org.eclipse.jface.viewers.StructuredViewer viewer)
Request a selection of the properties.static java.lang.String
PropHelper. setAttribute(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo)
Sets property attribute.static java.lang.String
PropHelper. setError(GProp<?> prop, java.lang.String errorID, IPropErrorItem item, IPropUndoRedo undoRedo)
Sets property error: adds, changes or removes the error, with undo/redo support.protected int
PropEditorPart. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)
Attempts to set focus to the property in question based on a container, a viewer and a property editor.void
PropEditorPart. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)
Sets a property attribute flag.void
PropEditorPart. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)
Sets a property error.void
PropEditorPart. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.static java.lang.String
PropHelper. setValue(java.lang.String description, GProp<?>[] props, java.lang.Object[] values, IPropUndoRedo undoRedo)
Sets property values.static java.lang.String
PropHelper. setValue(java.lang.String description, GProp<?> prop, java.lang.Object value, IPropUndoRedo undoRedo)
Sets a single property value.static java.lang.String
PropHelper. setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)
Sets a single property value in a property container.static java.lang.String
MovePropertyResources. validateMoveProperties(GProp<?>[] props, DesignerProp target)
Moves the list of properties to the target.static org.eclipse.jface.viewers.StructuredViewer
PropHelper. viewerContainingAllProperties(java.lang.Object viewer, GProp<?> single, GProp<?>[] props)
Checks if a viewer container the properties in question.Constructors in com.iizigo.editor with parameters of type GProp Constructor Description MoveDialog(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo)
Create the dialog.Uses of GProp in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return GProp Modifier and Type Method Description GProp<?>
ContainerSelection. getItem()
Gets the item.Methods in com.iizigo.editor.complex with parameters of type GProp Modifier and Type Method Description void
ComplexOperation. addProp(PropCnr pc, GProp<?> gp)
Adds a property.void
ComplexOperation. addPropError(GProp<?> gp, IPropErrorItem pei)
Adds a property error.void
IComplexOperationSelection. doComplexOperationSelection(GProp<?>[] props)
Performs the selection of the components.void
ComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)
Inserts a property.void
ComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.ContainerSelection
ComplexOperation. newContainerSelection(GProp<?> prop)
Creates a new ContainerSelection instance for a property container involved in the operation.void
ComplexOperation. removeProp(GProp<?> gp)
Removes a property.void
ComplexOperation. removePropError(GProp<?> gp, java.lang.String errorID)
Removes a property error.void
ComplexOperation. renameProp(GProp<?> gp, Atom newName)
Renames a property.void
ComplexOperation. setPropError(GProp<?> gp, PropError pe)
Sets all errors in a property.void
ComplexOperation. setPropValue(GProp<?> gp, java.lang.Object newValue)
Sets a property value.Uses of GProp in com.iizigo.event
Methods in com.iizigo.event that return GProp Modifier and Type Method Description GProp<?>
QueryPropReference. getProp()
Gets the property.GProp<?>[]
QueryReferences. getProps()
Gets the source properties for the query.GProp<?>
QueryJavaReference. getReference()
Gets the referenced property.GProp<?>
QueryJavaReference. getSource()
Gets the property.GProp<?>
QueryPropReference. getSource()
Gets the property.GProp<?>
QueryReferences. isReferenceValid(GProp<?> prop)
Checks if a property is valid as reference to one of the sources, it is on of the source properties, or ifareChildrenIncluded()
is true, one of their children.Methods in com.iizigo.event with parameters of type GProp Modifier and Type Method Description protected EventListener
QueryDesignerPropEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)
Gets the alternate property destination for an event about to be sent.boolean
QueryDesignerPropEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)
Checks if this Operation at specified index should be processed or not by the specified property.GProp<?>
QueryReferences. isReferenceValid(GProp<?> prop)
Checks if a property is valid as reference to one of the sources, it is on of the source properties, or ifareChildrenIncluded()
is true, one of their children.Constructors in com.iizigo.event with parameters of type GProp Constructor Description QueryDesignerPropEvent(GProp<?> source, IPropProgressMonitor monitor, boolean isIPropDesignerOnly)
Constructs a new Query Reference event.QueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source)
Constructor for a Java element reference to a property.QueryPropReference(GProp<?> prop, int index, GProp<?> source)
Constructor for an index-based multi-property reference.QueryPropReference(GProp<?> prop, GProp<?> source)
Constructor for simple property reference.QueryReferences(GProp<?>[] props, org.eclipse.jdt.core.IJavaElement[] javaElements, boolean includeChildren)
Creates a Query Reference message.Uses of GProp in com.iizigo.font
Methods in com.iizigo.font with parameters of type GProp Modifier and Type Method Description boolean
FontFacesEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
FontFacesEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Uses of GProp in com.iizigo.font.prop
Subclasses of GProp in com.iizigo.font.prop Modifier and Type Class Description class
EditorFontFaces
Font face style definitions property container for the Editor.class
EditorFontFile
Font icon files property container for the Editor.class
EditorFontFiles
Font icon files property container for the Editor.Uses of GProp in com.iizigo.handler
Fields in com.iizigo.handler declared as GProp Modifier and Type Field Description GProp<?>[]
SelectionEnabler. props
The currently selected properties as a property array, never null.Uses of GProp in com.iizigo.image
Methods in com.iizigo.image with parameters of type GProp Modifier and Type Method Description boolean
ImageDefinitionEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
ImageDefinitionEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.static ImageInfo
ImageInfo. grab(AssetReference ref, GProp<?> anyPropInTree)
From a AssetReference, gets the ImageInfo instance and adds a reference count to it.Uses of GProp in com.iizigo.image.prop
Subclasses of GProp in com.iizigo.image.prop Modifier and Type Class Description class
EditorFontIconDefinition
Font icon definition property container for the Editor.class
EditorFontIconsDefinition
Font icon definitions property container for the Editor.class
EditorImageDefinition
This Image Definition part property container for the Editor.class
EditorImageLocation
This Image Location has the location of the image part.class
EditorImageResolution
This Image Resolution has the file reference and the device pixel ratio.class
EditorImagesDefinition
This multiple Images Definition property container for the Editor.class
EditorImagesResolution
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.class
EditorImagesStyle
This Images Style property has a multiple-image file for a style.class
EditorImageStyle
This Image Style property container has a style for a single image definition and an asset file reference.class
EditorImageStyleLocation
This Image Styles Location has a style and location.class
EditorImageStylesResolution
This Image Styles Resolution has the file reference and the device pixel ratio.class
EditorStyledImageDefinition
This Styled Image Definition part property container for the Editor.class
EditorSVGDefinition
SVG definition property container for the Editor.Uses of GProp in com.iizigo.java
Subclasses of GProp in com.iizigo.java Modifier and Type Class Description class
JavaProjectRootPropCnr
Root property container for Java projects.class
JavaRootContainer
Property container used to store properties of Java files in a project.Methods in com.iizigo.java with parameters of type GProp Modifier and Type Method Description static JavaClass
JavaHelper. createClassReference(GProp<?> prop, java.lang.String className, IClassReferenceListener listener)
Gets the reference interface to a JavaClass.static java.lang.String
JavaHelper. getNonDesignerNamedClass(GProp<?> gp)
Gets the class name of a class, attempting to use a non-iiziGo but runtime class name inside com.iizix package instead.static boolean
JavaHelper. verifyPresence(GProp<?> prop, java.lang.String className)
Verifies presence of a Class without changing anything.Uses of GProp in com.iizigo.java.event
Constructors in com.iizigo.java.event with parameters of type GProp Constructor Description JavaClassEvent(GProp<?> prop)
Constructs a new JavaClassEvent.Uses of GProp in com.iizigo.java.parser
Classes in com.iizigo.java.parser with type parameters of type GProp Modifier and Type Interface Description interface
IJavaSourceParser<PROP extends GProp<?>>
Interface for Java source file parsers.class
JavaSourceFileProcessor<PROP extends GProp<?>>
Abstract class for parsing a Java source file to perform syntax-check and reference validation of Java source code to the iizi property tree as well as refactoring of the Java source code when properties are changed.Subclasses of GProp in com.iizigo.java.parser Modifier and Type Class Description class
ParsedJavaSourceContainer
Property container for a Java source.Fields in com.iizigo.java.parser declared as GProp Modifier and Type Field Description protected PROP
JavaSourceFileProcessor. container
The container created from the call tocreatePropertyContainer
or after XML is loaded.Methods in com.iizigo.java.parser with parameters of type GProp Modifier and Type Method Description void
JavaSourceFileProcessor. initialize(ParsedJavaSource javaSource, GProp<?> container)
Framework call to initialize, callsonInitialize
after having saved thejavaSource
andcontainer
parameters in the class members of the same names.void
JavaSourceFileProcessor. internalRestoreContainerClone(GProp<?> container)
Called when a cloned property container has been restored because a Java source file has been edited and then closed without saving.Uses of GProp in com.iizigo.java.parser.annotation
Subclasses of GProp in com.iizigo.java.parser.annotation Modifier and Type Class Description class
AnnotationsContainer
Annotations container specialized to store annotations as GAnnotation.Methods in com.iizigo.java.parser.annotation with parameters of type GProp Modifier and Type Method Description boolean
GAnnotation. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.Uses of GProp in com.iizigo.java.parser.test
Subclasses of GProp in com.iizigo.java.parser.test Modifier and Type Class Description class
TestProcessorContainer
Uses of GProp in com.iizigo.java.parser.type
Subclasses of GProp in com.iizigo.java.parser.type Modifier and Type Class Description class
TypesContainer
The container for all types.Uses of GProp in com.iizigo.java.prop
Subclasses of GProp in com.iizigo.java.prop Modifier and Type Class Description class
EditorClassReference
The Designer version of the Class Reference property class hold the reference to a Java class.class
EditorMethodReference
The Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.class
EditorMethodReference2
The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Methods in com.iizigo.java.prop with parameters of type GProp Modifier and Type Method Description MethodLookup
EditorMethodReference2. lookup(GProp<?> propInProject)
Checks the reference validity from the Designer.Uses of GProp in com.iizigo.jface
Methods in com.iizigo.jface that return GProp Modifier and Type Method Description GProp<?>[]
CheckboxTableViewerEx. getCheckedProps()
Gets the checked properties from the CheckboxTableViewer.Methods in com.iizigo.jface with parameters of type GProp Modifier and Type Method Description java.lang.Object[]
CheckboxTableViewerEx. setInput(GProp<?>[] props)
Sets the input with properties.Constructors in com.iizigo.jface with parameters of type GProp Constructor Description CheckboxTableViewerEx(org.eclipse.swt.widgets.Table table, GProp<?>[] props)
Creates the checkbox table viewer for a table, initialized with the content, label and tooltip provider for properties, then input set to the properties.Uses of GProp in com.iizigo.link
Methods in com.iizigo.link that return GProp Modifier and Type Method Description GProp<?>
LinkData. getTargetProperty()
Gets the target property.Methods in com.iizigo.link that return types with arguments of type GProp Modifier and Type Method Description java.util.List<GProp<?>>
LinkData. getSourceProperties()
Returns the source properties.Constructors in com.iizigo.link with parameters of type GProp Constructor Description LinkData(org.eclipse.core.runtime.IAdaptable target, GProp<?>[] props)
Creates the link data information.Uses of GProp in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type GProp Modifier and Type Method Description void
PanelEditor. doComplexOperationSelection(GProp<?>[] props)
Performs the selection of the components.boolean
ContextMenuEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
ContextMenuEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.boolean
PanelEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
PanelEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.boolean
PanelEditor. setTreeSelection(GProp<?> prop)
Sets the tree selection to the property in question.Uses of GProp in com.iizigo.panel.prop
Subclasses of GProp in com.iizigo.panel.prop Modifier and Type Class Description class
DragDropLinkAdapter
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.class
DragDropPropCnr
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.class
EAbsoluteData
Setup layout data for a component in a container with absolute layout.class
EAbsoluteLayout
Setup data for the absolute layout.class
EAccordionData
Setup layout data for a component in a container with accordion layout.class
EAccordionLayout
Accordion layout.class
EBorderData
Setup layout data for a component in a container with border layout.class
EBorderLayout
Setup data for the border layout.class
EContextMenuData
Setup layout data for a component in a container with context menu layout.class
EContextMenuLayout
Context menu layout.class
EFlexData
Flex layout data.class
EFlexLayout
Flex layout.class
EGridData
Grid layout data.class
EGridLayout
Grid layout.class
EHeadingData
Setup layout data for a component in a container with heading layout.class
EHeadingLayout
Heading layout.class
EListData
Setup layout data for a component in a container with (mobile) list layout.class
EListLayout
List layout.class
EMenuBarData
Setup layout data for a component in a container with menu bar layout.class
EMenuBarLayout
Menu bar layout.class
EMenuData
Setup layout data for a component in a container with menu layout.class
EMenuLayout
Menu layout.class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EPanelData
Setup layout data for all panels.class
ESwapData
Setup layout data for a component in a container with tab layout.class
ESwapLayout
Swap layout.class
ETabBarData
Setup layout data for a component in a container with tab bar layout.class
ETabBarLayout
Tab bar layout.class
ETabData
Setup layout data for a component in a container with tab layout.class
ETabLayout
Tab layout.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIComps
Editor class for UIComps.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIEmpty
Empty component.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUILabel
Label component.class
EUIMedia
Media component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIMenuItem
Menu item component.class
EUIMenuSeparator
Menu separator component.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIProgress
Progress component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.class
PanelSettingsPropCnr
Custom settings for the panel, only used in the Designer.Methods in com.iizigo.panel.prop with parameters of type GProp Modifier and Type Method Description void
EUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.PasteFeedback
UICompsDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.PasteFeedback
UIContainerDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.PasteFeedback
UIDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Check for paste or drag-drop of UI components with default settings prompting and VS component creation.PasteFeedback
UILayoutDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.java.lang.String
UICompsDesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)
Validates or performs a paste operation.boolean
EMUISimpleDialog. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)
Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.boolean
EUIComps. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)
Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.boolean
EUIDialog. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)
Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.Constructors in com.iizigo.panel.prop with parameters of type GProp Constructor Description EAbsoluteData(Atom propertyAtom, GProp<?>[] properties)
Creates a AbsoluteData container with the specified name and properties.EAccordionData(Atom propertyAtom, GProp<?>[] properties)
Creates a AccordionData container with the specified name and properties.EBorderData(Atom propertyAtom, GProp<?>[] properties)
Creates a BorderData container with the specified name and properties.EContextMenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a ContextMenuData container with the specified name and properties.EFlexData(Atom propertyAtom, GProp<?>[] properties)
Creates a FlexData container with the specified name and properties.EGridData(Atom propertyAtom, GProp<?>[] properties)
Creates a GridData container with the specified name and properties.EHeadingData(Atom propertyAtom, GProp<?>[] properties)
Creates a HeadingData container with the specified name and properties.EListData(Atom propertyAtom, GProp<?>[] properties)
Creates a container with the specified name and properties.EMenuBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuBarData container with the specified name and properties.EMenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuData container with the specified name and properties.ESwapData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.ETabBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabBarData container with the specified name and properties.ETabData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.Uses of GProp in com.iizigo.panel.prop.calendar
Subclasses of GProp in com.iizigo.panel.prop.calendar Modifier and Type Class Description class
ECalendarData
Layout data for calendar list and its calendar events.class
ECalendarEvent
The Editor version of a map marker.class
ECalendarLayout
Map layout.class
EUICalendarList
Calendar list component.Uses of GProp in com.iizigo.panel.prop.chart
Subclasses of GProp in com.iizigo.panel.prop.chart Modifier and Type Class Description class
EAxis2D
The axis for the chart.class
EPlot2D
The plot for the chart.class
ESeries
The Series for the chart.class
ESeriesValue
The Series value for the chart.class
EUIChart
Chart component.Uses of GProp in com.iizigo.panel.prop.map
Subclasses of GProp in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapData
Layout data for maps.class
EMapLayout
Map layout.class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Uses of GProp in com.iizigo.panel.prop.mlist
Subclasses of GProp in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLDefaultItemProp
The Editor version of a default list item.class
EMLGroup
Mobile list items group container for the designer.class
EMLGroupLayout
Mobile list group layout.class
EMList
List component.class
EMListData
Layout data for a component in a container with (mobile) list layout.class
EMListLayout
Mobile list layout.class
EMLItemProp
The Editor version of a mobile list items group container.Uses of GProp in com.iizigo.panel.prop.table
Subclasses of GProp in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.class
EUITableData
Setup layout data for a component in a container with tab layout.class
EUITableLayout
UI Table layout.Uses of GProp in com.iizigo.project
Subclasses of GProp in com.iizigo.project Modifier and Type Class Description class
ModuleFolderPropCnr
The module root property container.class
ModuleRootPropCnr
The module root property container.class
ProjectRootPropCnr
The project root property container.Methods in com.iizigo.project that return GProp Modifier and Type Method Description static GProp<?>
ProjectRootPropCnr. getAnyPropFromReference(java.lang.String reference)
Gets a property from a reference, when no root property is available.static GProp<?>
ProjectRootPropCnr. getAnyPropFromReference(org.eclipse.core.resources.IResource resource, java.lang.String reference)
Gets a property from a reference, when no root property is available.Methods in com.iizigo.project with parameters of type GProp Modifier and Type Method Description java.lang.String
ModuleRootPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)
Gets an alias name for a project name, the alias does NOT begin with "*".java.lang.String
ProjectRootPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)
Gets an alias name for a project name, the alias does NOT begin with "*".ModuleModel
ProjectManager. getModuleModel(GProp<?> gp)
Gets the iizi Module Model from a property.java.lang.String
ModuleRootPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".java.lang.String
ProjectRootPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".PropCnr
ModuleRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
ProjectRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
ProjectRootPropCnr. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.Uses of GProp in com.iizigo.prop
Classes in com.iizigo.prop with type parameters of type GProp Modifier and Type Class Description class
BaseEditor<PROP extends GProp<?>,PROP_VALUE>
The generic base editor for any property editor.class
EditedPropController<PROP extends GProp<?>,PROP_VALUE>
Class used to handle the edited property for property editors.interface
IEditedPropControllerOwner<PROP extends GProp<?>,PROP_VALUE>
Interface implemented by property editors.interface
IEditedPropertyEntry<PROP extends GProp<?>,PROP_VALUE>
Interface implemented by property fields to handle the property dialog.interface
IEditedPropertyEntryMultiProp<PROP extends GProp<?>,PROP_VALUE>
Interface implemented by properties able to act as multi-property editors.interface
IEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>,PROP extends GProp<?>,PROP_VALUE>
Interface used by IEditedPropertyEntry that supports has multiple values.Subclasses of GProp in com.iizigo.prop Modifier and Type Class Description class
EditorFolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FilePropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FolderPropCnr
A PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.class
MementoPropCnr
Memento supporting property container.class
MultiPropCnr
Class used to handle properties in a multi-prop editor.Fields in com.iizigo.prop with type parameters of type GProp Modifier and Type Field Description java.lang.Class<GProp<?>>
PropertyEditorInfo. propertyClass
The GProp class.Methods in com.iizigo.prop that return GProp Modifier and Type Method Description GProp<?>
ICopyOperation. getCopyProperty()
Gets the property to add to clipboard.GProp<?>[]
EditedPropController. getCurrentProperties()
Gets the array of properties edited.static GProp<?>
PropMarker. getProperty(org.eclipse.core.resources.IMarker marker)
Gets the property from the reference in the marker.Methods in com.iizigo.prop that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<GProp<?>>
PropertyEditorSetup. getPropertyClass(java.lang.String name)
Gets the class for the property.Methods in com.iizigo.prop with parameters of type GProp Modifier and Type Method Description static boolean
DesignerProp. appendTooltipPropErrors(org.eclipse.swt.widgets.Composite composite, GProp<?> property)
Appends property error information to a Composite that has a grid layout of 2 columns.static org.eclipse.swt.widgets.Composite
DesignerProp. createCNToolTip(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)
Requests creates of the Composite used to show the tooltip.protected org.eclipse.swt.widgets.Composite
DesignerProp. createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)
Requests creates of the Composite used to show the tooltip.static FilePropCnr
FilePropCnr. fromProperty(GProp<?> property)
Gets a FilePropCnr from a property that should be the FilePropCnr itself or a child.static org.eclipse.swt.graphics.Color
DesignerProp. getCNBackground(GProp<?> property, int columnIndex, int flags)
Provides a background color for the given element at the specified index.protected org.eclipse.swt.graphics.Color
DesignerProp. getCNBackground0(GProp<?> property, int columnIndex, int flags)
Provides a background color for the given element at the specified index.static java.lang.String
DesignerProp. getCNDescription(GProp<?> property, int flags)
Provide a description for the status bar view, if available.protected java.lang.String
DesignerProp. getCNDescription0(GProp<?> property, int flags)
Provide a description for the status bar view, if available.static org.eclipse.swt.graphics.Color
DesignerProp. getCNForeground(GProp<?> property, int columnIndex, int flags)
Provides a foreground color for the given element.protected org.eclipse.swt.graphics.Color
DesignerProp. getCNForeground0(GProp<?> property, int columnIndex, int flags)
Provides a foreground color for the given element.static org.eclipse.swt.graphics.Image
DesignerProp. getCNImage(GProp<?> property, int flags)
Gets the image for the Common Navigator.static org.eclipse.swt.graphics.Image
DesignerProp. getCNImage(GProp<?> property, int columnIndex, int flags)
Gets the image for the Common Navigator.protected org.eclipse.swt.graphics.Image
DesignerProp. getCNImage0(GProp<?> property, int flags)
Gets the image for the Common Navigator.protected org.eclipse.swt.graphics.Image
DesignerProp. getCNImage0(GProp<?> property, int columnIndex, int flags)
Gets the image for the Common Navigator.static java.lang.Object
DesignerProp. getCNParent(GProp<?> property, int flags)
Gets the parent for Common Navigator.static org.eclipse.jface.viewers.StyledString
DesignerProp. getCNStyledText(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.protected org.eclipse.jface.viewers.StyledString
DesignerProp. getCNStyledText0(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.static java.lang.String
DesignerProp. getCNText(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.static java.lang.String
DesignerProp. getCNText(GProp<?> property, int columnIndex, int flags)
Gets the text for a sub-property for the Common Navigator.protected java.lang.String
DesignerProp. getCNText0(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.protected java.lang.String
DesignerProp. getCNText0(GProp<?> property, int columnIndex, int flags)
Gets the text for a sub-property for the Common Navigator.static int
DesignerProp. getCNToolTipDisplayDelayTime(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
The time in milliseconds until the tool tip is displayed.protected int
DesignerProp. getCNToolTipDisplayDelayTime0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
The time in milliseconds until the tool tip is displayed.static org.eclipse.swt.graphics.Point
DesignerProp. getCNToolTipShift(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.protected org.eclipse.swt.graphics.Point
DesignerProp. getCNToolTipShift0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.static int
DesignerProp. getCNToolTipTimeDisplayed(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
The time in milliseconds the tool tip is shown for.protected int
DesignerProp. getCNToolTipTimeDisplayed0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
The time in milliseconds the tool tip is shown for.static boolean
DesignerProp. hasCNToolTip(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
Checks for Common Navigator tool-tip for this item.protected boolean
DesignerProp. hasCNToolTip0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)
Checks for Common Navigator tool-tip for this item.void
MultiPropCnr. initialize(GProp prop)
Initializes a newly created property (e.g.boolean
DesignerProp. isCNVisible0(GProp<?> property, int flags)
Checks if a property should be included in the view or if it's hidden or filtered out.PasteFeedback
DesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.java.lang.String
DesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)
Validates or performs a paste operation.void
IPropertyEditorController. removePropertyValue(GProp<?> property)
Removes a property when undefined in the editors.void
StandaloneEditorController. removePropertyValue(GProp<?> property)
Removes a property when undefined in the editors.boolean
PropertyEditor. setFocus(GProp<?> property, int index, java.lang.String childName)
Attempts to set focus to a property currently being edited.void
IPropertyEditorController. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)
Sets a property attribute flag.void
StandaloneEditorController. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)
Sets a property attribute flag.void
IPropertyEditorController. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)
Sets a property error.void
StandaloneEditorController. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)
Sets a property error.void
IPropertyEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.void
StandaloneEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.protected boolean
DesignerProp. validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove)
Validates the target property container classes for paste.Method parameters in com.iizigo.prop with type arguments of type GProp Modifier and Type Method Description boolean
IDeleteOperation. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)
Performs the delete operation on the property.Constructors in com.iizigo.prop with parameters of type GProp Constructor Description PropNavigatorPresentation(GProp<?> prop, INavigatorPresentation parent)
Constructs the viewer wrapper.Constructor parameters in com.iizigo.prop with type arguments of type GProp Constructor Description MultiPropEditor(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)
Creates the multi-prop editor.Uses of GProp in com.iizigo.prop.editor
Classes in com.iizigo.prop.editor with type parameters of type GProp Modifier and Type Interface Description interface
IPropEditorExtender<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>
Interface used to extend the property editor of a single edited property item.interface
IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>
Interface to implement on a PropCnr instance used to provide extensions in iiziGo and its property editors.Methods in com.iizigo.prop.editor that return GProp Modifier and Type Method Description protected GProp<?>
ReferencePropEditor. getCurrentReferenceTarget()
Gets the current property reference target.Methods in com.iizigo.prop.editor with parameters of type GProp Modifier and Type Method Description java.lang.String
IPropEditorExtender. getLabelText(PROP[] props)
Gets the text to display in a potential label to the right of the "more" button.void
IPropEditorExtender. updateTooltip(IzToolTip tip, PROP[] props)
Updates the tooltip.Uses of GProp in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GProp Modifier and Type Method Description GProp<?>
RichTextEditorDialog. getResolveReferenceProperty()
Gets the property used for references look-up's.Methods in com.iizigo.prop.editor.dialog with parameters of type GProp Modifier and Type Method Description boolean
SelectGPropViewerFilter. isValid(GProp<?> gp)
Checks for a valid class in this property of its children.Uses of GProp in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type GProp Modifier and Type Method Description java.lang.String
ITooltipStringFormatter. toString(PropCnr pc, GProp<?> prop, java.lang.Object value)
Formats the String for a property value.Uses of GProp in com.iizigo.push.prop
Subclasses of GProp in com.iizigo.push.prop Modifier and Type Class Description class
EditorPushProps
Container that holds the required settings for the Push Notification of an app in the Editor.Uses of GProp in com.iizigo.pwa.prop
Subclasses of GProp in com.iizigo.pwa.prop Modifier and Type Class Description class
EditorPWAProps
Container that holds the required settings for the PWA in the Editor.Uses of GProp in com.iizigo.quickfix.fixer
Fields in com.iizigo.quickfix.fixer declared as GProp Modifier and Type Field Description protected GProp<?>
DeleteProperty. property
The property found, null if not found.protected GProp<?>
GotoProperty. property
The property found, null if not found.Constructors in com.iizigo.quickfix.fixer with parameters of type GProp Constructor Description DeleteProperty(GProp<?> property)
Creates a quick-fixer to go to the specified property.GotoProperty(GProp<?> property)
Creates a quick-fixer to go to the specified property.OpenProperty(GProp<?> property)
Creates a quick-fixer to Open the specified property.Uses of GProp in com.iizigo.run.prop
Subclasses of GProp in com.iizigo.run.prop Modifier and Type Class Description class
EditorRuntimeBuilderProps
Container that holds the required settings for the runtime builder.Uses of GProp in com.iizigo.selector.prop
Subclasses of GProp in com.iizigo.selector.prop Modifier and Type Class Description class
EditorSelector
This Selector property container for the Editor.class
EditorSelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Uses of GProp in com.iizigo.server
Methods in com.iizigo.server with parameters of type GProp Modifier and Type Method Description void
ServerConfigComposite. removePropertyValue(GProp<?> property)
Removes a property when undefined in the editors.void
ServerConfigComposite. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)
Sets a property attribute flag.void
ServerConfigComposite. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)
Sets a property error.void
ServerConfigComposite. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.Uses of GProp in com.iizigo.server.config
Subclasses of GProp in com.iizigo.server.config Modifier and Type Class Description class
EditorLetsEncryptDomain
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorMailProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorPolicyProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerAppConfig
Editor version of the container that holds the application configuration.class
EditorServerConfigEnvProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerPluginConfig
Editor version of the property container for the configuration of a plug-in for a Server configuration environment.class
EditorServerProps
Editor version of the container that holds the server properties.class
EditorServerSettings
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorWebServerPortConfig
Editor version of the property container for the configuration of a Port "group" of the web server.Uses of GProp in com.iizigo.server.monitor
Subclasses of GProp in com.iizigo.server.monitor Modifier and Type Class Description class
EditorClientSessionProp
Client session property for end-points.class
EditorEndPointPropCnr
An end point property.class
EditorEndPointsPropCnr
An end point property.class
EditorInfoPropCnr
Property container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.class
EditorSessionConnectionStatProp
Client session property for end-points.class
EditorVirtualizedMonitorPropCnr
Editor version of the property container used for Virtual Monitor data and communication.Uses of GProp in com.iizigo.style.prop
Subclasses of GProp in com.iizigo.style.prop Modifier and Type Class Description class
EditorStyles
This Styles property container for the Editor.Uses of GProp in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type GProp Modifier and Type Method Description void
IzToolTipImpl. setProperty(GProp<?> gp)
Sets the property as the tooltip creator for the contents area.Uses of GProp in com.iizigo.term
Method parameters in com.iizigo.term with type arguments of type GProp Modifier and Type Method Description static org.eclipse.swt.graphics.Image
PluginActivator. loadIcon(java.lang.Class<? extends GProp<?>> propClass, java.lang.String fn)
Load an image for this plugin.Uses of GProp in com.iizigo.term.capture
Methods in com.iizigo.term.capture with parameters of type GProp Modifier and Type Method Description boolean
CaptureEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
CaptureEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.capture.prop
Subclasses of GProp in com.iizigo.term.capture.prop Modifier and Type Class Description class
CaptureFieldProp
This Capture Field property container holds the screen identifications and fields for a terminal host screen.class
CaptureRootProp
This Capture Root property container holds the screen capture and fields for a EE host screen.class
CaptureScreenProp
This Capture Screen property container holds the screen capture and fields for a EE host screen.Methods in com.iizigo.term.capture.prop with parameters of type GProp Modifier and Type Method Description PropCnr
CaptureRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
CaptureRootProp. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop
Subclasses of GProp in com.iizigo.term.prop Modifier and Type Class Description class
EditorScreenActionGroupProp
This Screen Action Group property container for a terminal host screen property.class
EditorScreenActionProp
This Screen Action property container for a terminal host screen property.class
EditorScreenActionsProp
This Screen Actions property container for a terminal host screen property.class
EditorScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen property.class
EditorScreenFieldProp
This Screen identification property container for a terminal host screen property.class
EditorScreenFieldsProp
This Screen Fields property container for a terminal host screen property.class
EditorScreenIdentificationProp
This Screen identification property container for a terminal host screen property.class
EditorScreenIdentificationsProp
This Screen identification property container for a terminal host screen property.class
EditorScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
EditorSessionsProp
This Sessions property container holds the terminal properties.static class
EditorTerminalActionActor.Settings
Editor version of the Settings property container.class
EditorTerminalProps
This Terminal property container holds terminal settings.Methods in com.iizigo.term.prop with parameters of type GProp Modifier and Type Method Description PropCnr
EditorSessionsProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
EditorSessionsProp. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop.editor
Methods in com.iizigo.term.prop.editor that return GProp Modifier and Type Method Description GProp<?>[]
SessionConfigPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GProp<?>[]
SessionConfigPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.term.prop.editor with parameters of type GProp Modifier and Type Method Description java.lang.String
SessionConfigPropEditor. formatValue(GProp<?>[] value)
Formats the value for user input as a String.Uses of GProp in com.iizigo.term.prop.quickfixer
Fields in com.iizigo.term.prop.quickfixer declared as GProp Modifier and Type Field Description protected GProp<?>
DeleteRect. property
The property found, null if not found.Constructors in com.iizigo.term.prop.quickfixer with parameters of type GProp Constructor Description DeleteRect(GProp<?> property)
Creates a quick-fixer to go to the specified property.Uses of GProp in com.iizigo.term.recording
Methods in com.iizigo.term.recording with parameters of type GProp Modifier and Type Method Description boolean
RecordingEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
RecordingEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.recording.prop
Subclasses of GProp in com.iizigo.term.recording.prop Modifier and Type Class Description class
LogicItemProp
The recording logic item property container.class
LogicProp
The recording logic property container.class
RecordingProp
This Recording property container holds the screens and logic.class
RecordingRootProp
This Recording Root property container holds the recording.class
RecordingScreenProp
This Recording Screen property container holds the screen name.class
RecordingScreensProp
This Recording Screens property container holds the screens.Methods in com.iizigo.term.recording.prop with parameters of type GProp Modifier and Type Method Description PropCnr
RecordingRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
RecordingRootProp. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type GProp Modifier and Type Method Description boolean
ScreenEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
ScreenEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.server
Subclasses of GProp in com.iizigo.term.server Modifier and Type Class Description class
EditorActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
EditorActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizigo.text
Methods in com.iizigo.text that return GProp Modifier and Type Method Description GProp<?>
KStringInfoProviderAdapter. getResolveReferenceProperty()
Gets the property used for references look-up's.GProp<?>
TextTableEditor. getResolveReferenceProperty()
Gets the property used for references look-up's.Methods in com.iizigo.text with parameters of type GProp Modifier and Type Method Description void
TextTableEditor. doComplexOperationSelection(GProp<?>[] props)
Performs the selection of the components, typically after undo/redo.boolean
TextTableEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
TextTableEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.Constructors in com.iizigo.text with parameters of type GProp Constructor Description KStringInfoProviderAdapter(java.lang.String httpServer, GProp<?> anyProp, boolean shouldResolve)
Constructor.SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)
Creates the text table settings composite.Uses of GProp in com.iizigo.text.prop
Subclasses of GProp in com.iizigo.text.prop Modifier and Type Class Description class
EditorTextTable
This Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type GProp Modifier and Type Method Description org.eclipse.swt.widgets.Composite
TextTableDesignerProp. createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)
Requests creates of the Composite used to show the tooltip.protected org.eclipse.swt.graphics.Image
TextTableDesignerProp. getCNImage0(GProp<?> property, int flags)
Overridden to provide image for text ID's.protected org.eclipse.jface.viewers.StyledString
TextTableDesignerProp. getCNStyledText0(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.protected java.lang.String
TextTableDesignerProp. getCNText0(GProp<?> property, int flags)
Overridden to provide Text ID's string.static boolean
EditorTextTable. hasCircularReference(EditorTextTable textTable, GProp<?> anyProp, java.lang.String ref)
Circular reference validation for Text Tables.Uses of GProp in com.iizigo.validator
Methods in com.iizigo.validator with parameters of type GProp Modifier and Type Method Description void
ControlValidator. setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar)
Assigns the callback to be an Atom Name Validator.Uses of GProp in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type GProp Modifier and Type Method Description void
TablePanel. doComplexOperationSelection(GProp<?>[] props)
Performs the selection of the components.boolean
VirtualSpaceEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
VirtualSpaceEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.void
TablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
TablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
ActionsPanel. onEditedProperty(GProp<?> _action)
Selection changed for panel.void
IVirtualSpacePanel. onEditedProperty(GProp<?> comp)
Selection changed for panel.void
TablePanel. onEditedProperty(GProp<?> comp)
Selection changed for panel.void
ValuePanel. onEditedProperty(GProp<?> _field)
Selection changed for panel.void
ValuePanel. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp)
protected int
VirtualSpaceEditor. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)
Attempts to set focus to the property in question based on a container, a viewer and a property editor.Uses of GProp in com.iizigo.vs.actor
Subclasses of GProp in com.iizigo.vs.actor Modifier and Type Class Description class
EditorActionActors
The Editor version of class container for associated action actors of a VSAction.class
EditorFieldActor
The VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
EditorFieldActors
The Editor version of class container for associated field actors of a VSField.static class
EditorHistoryBackward.Settings
Editor version of the Settings property container.static class
EditorHistoryForward.Settings
Editor version of the Settings property container.static class
EditorSetFocus.Settings
Editor version of the Settings property container.static class
EditorSetSourceFieldValue.Settings
Editor version of the Settings property container.static class
EditorSetTargetFieldValue.Settings
Editor version of the Settings property container.static class
EditorTransportField.Settings
Editor version of the Settings property container.Uses of GProp in com.iizigo.vs.link
Methods in com.iizigo.vs.link with parameters of type GProp Modifier and Type Method Description default java.lang.String
IVSLinkEnabler. attempVSLink(boolean doPerform, GProp<?>[] props, java.lang.String description, IPropUndoRedo undoRedo)
Processes VS-linking from properties.Uses of GProp in com.iizigo.vs.prop
Subclasses of GProp in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVirtualSpace
The Editor VirtualSpace property class.class
EditorVSAction
The Editor VirtualSpace Action property class.class
EditorVSColumnHeader
The Editor VirtualSpace Column property class.class
EditorVSField
The Editor VirtualSpace Field property class.class
EditorVSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSOnUIEvent
OnFocus reference is used to set a reference to a focusable VSComponent.class
EditorVSParticipantsHolder
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
EditorVSRow
The Editor VirtualSpace Row property class.class
EditorVSRows
The rows property class that only allows VSRow children properties.class
EditorVSTable
The Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop that return GProp Modifier and Type Method Description GProp<?>
EditorVSColumnHeader. getCopyProperty()
Gets the property to add to clipboard.Methods in com.iizigo.vs.prop with parameters of type GProp Modifier and Type Method Description protected org.eclipse.swt.graphics.Color
VirtualSpaceDesignerProp. getCNBackground0(GProp<?> property, int columnIndex, int flags)
Provides a background color for the given element at the specified index.protected org.eclipse.swt.graphics.Color
VirtualSpaceDesignerProp. getCNForeground0(GProp<?> property, int columnIndex, int flags)
Provides a foreground color for the given element.protected java.lang.String
VirtualSpaceDesignerProp. getCNText0(GProp<?> property, int flags)
Gets the text for a sub-property for the Common Navigator.protected java.lang.String
VirtualSpaceDesignerProp. getCNText0(GProp<?> property, int columnIndex, int flags)
Gets the text for a sub-property for the Common Navigator.boolean
VirtualSpaceDesignerProp. isCNVisible0(GProp<?> property, int flags)
Checks if a property should be included in the view or if it's hidden or filtered out.PasteFeedback
VirtualSpaceDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)
Validates or performs a paste operation.Method parameters in com.iizigo.vs.prop with type arguments of type GProp Modifier and Type Method Description boolean
EditorVSColumnHeader. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)
Performs the delete operation on the property.Uses of GProp in com.iizigo.vs.viewer
Subclasses of GProp in com.iizigo.vs.viewer Modifier and Type Class Description class
VSViewerPropCnr
The VSViewer property container used to view a VirtualSpace.Uses of GProp in com.iizigo.ws.actionactor
Subclasses of GProp in com.iizigo.ws.actionactor Modifier and Type Class Description static class
EditorWebServiceActionActor.Settings
Settings property container.Uses of GProp in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type GProp Modifier and Type Method Description boolean
WebServiceEditor. doOpen(GProp<?>[] props)
Opens the property by selecting it in focus.boolean
WebServiceEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)
Opens the property by selecting it in focus.void
CreateWrappedVariableComposite. setSelectedElements(GProp<?>[] props)
Assigns the wrapped elements.Uses of GProp in com.iizigo.ws.prop
Subclasses of GProp in com.iizigo.ws.prop Modifier and Type Class Description class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputProps
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
EditorOutputVariables
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
EditorWebServiceProp
Editor version of the Web Service property container holding the definition of a web service transaction.Methods in com.iizigo.ws.prop with parameters of type GProp Modifier and Type Method Description boolean
IWrappedElement. canCombineSelection(GProp<?>[] props)
Checks if the element can be combined in a selection with other properties.org.eclipse.swt.widgets.Composite
IWrappedElement. createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)
Creates the composite to show.IEditorReplyProcessor
EditorOutputProps. getProcessor(GProp<?> gp)
Gets a reply processor from a property.Uses of GProp in com.iizigo.ws.prop.json
Subclasses of GProp in com.iizigo.ws.prop.json Modifier and Type Class Description class
EditorJSONElementWrapper
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
EditorJSONEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Methods in com.iizigo.ws.prop.json with parameters of type GProp Modifier and Type Method Description boolean
EditorJSONElementWrapper. canCombineSelection(GProp<?>[] props)
Checks if the element can be combined in a selection with other properties.org.eclipse.swt.widgets.Composite
EditorJSONElementWrapper. createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)
Creates the composite to show.Uses of GProp in com.iizigo.ws.prop.url
Subclasses of GProp in com.iizigo.ws.prop.url Modifier and Type Class Description class
EditorURLEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorURLInputParameter
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Uses of GProp in com.iizix.actionactor
Subclasses of GProp in com.iizix.actionactor Modifier and Type Class Description class
AbstractSettings
Class extending the property container.static class
JavaActionActorBase.Settings
Settings property container.Uses of GProp in com.iizix.api
Classes in com.iizix.api with type parameters of type GProp Modifier and Type Interface Description interface
IAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>>
Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Methods in com.iizix.api with parameters of type GProp Modifier and Type Method Description java.lang.String
IAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)
Returns the reference path of a component, relative or full depending if it is scoped or not.COMP
IAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to a UI component.Uses of GProp in com.iizix.api.ui
Methods in com.iizix.api.ui that return GProp Modifier and Type Method Description GProp<?>
UIActionEvent. getTrigger()
Gets the trigger property being the source of the event.GProp<?>
UIFocusEvent. getTrigger()
Gets the trigger property being the source of the event.GProp<?>
UISelectionEvent. getTrigger()
Gets the trigger property being the source of the event.GProp<?>
UITextChangeEvent. getTrigger()
Gets the trigger property being the source of the event.GProp<?>
UIValueChangeEvent. getTrigger()
Gets the trigger property being the source of the event.Constructors in com.iizix.api.ui with parameters of type GProp Constructor Description UIActionEvent(IUIAction source, GProp<?> trigger)
Constructs the event for an action with a property being the trigger source, e.g.UIActionEvent(IUIAction source, GProp<?> trigger, UIComp contextComponent)
Constructs the event for an action with a property being the trigger source, e.g.UIFocusEvent(UIComp source, UIComp opposite, boolean isFocusGained, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.UISelectionEvent(UIComp source, IUISelection selection, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.UITextChangeEvent(UIComp source, GProp<?> trigger)
Constructs the event for a text change event with a property being the trigger source, e.g.UIValueChangeEvent(UIComp source, GProp<?> trigger)
Constructs the event for a value change event with a property being the trigger source, e.g.Uses of GProp in com.iizix.api.vs
Fields in com.iizix.api.vs with type parameters of type GProp Modifier and Type Field Description java.lang.Class<? extends GProp<?>>
JavaActorParam.Type. propertyClass
The property class.Methods in com.iizix.api.vs that return GProp Modifier and Type Method Description GProp<?>
VSBaseEventWithTrigger. getTrigger()
Gets the trigger property being the source of the event.Constructors in com.iizix.api.vs with parameters of type GProp Constructor Description VSActionEvent(VSAction source, GProp<?> trigger, UIComp contextComponent)
Constructs the event for an action with a property being the trigger source, e.g.VSBaseEventWithTrigger(VSCOMP source, GProp<?> trigger)
Constructor called from the subclass with trigger information.VSChangeEvent(IVSComponent source, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger)
Constructs the event for an action to use with value conversion.VSFieldEvent(VSField source, Value value, GProp<?> trigger)
Constructs the validation event for an action with a property being the trigger source, e.g.VSFocusEvent(IVSComponent source, IVSComponent opposite, boolean isFocusGained, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.VSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)
Constructs the event for a change event with a property being the trigger source, e.g.Uses of GProp in com.iizix.db.actionactor
Subclasses of GProp in com.iizix.db.actionactor Modifier and Type Class Description static class
DatabaseActionActor.Settings
Settings property container.Uses of GProp in com.iizix.db.prop
Subclasses of GProp in com.iizix.db.prop Modifier and Type Class Description class
ConnectionProfileSetup
A single connection profile setup that is used to establish a JDBC connection.class
ConnectionProfilesSetup
Container with all connection profiles setup's by name.class
DatabaseProps
This database property container holds database service definition.class
DatabaseTransactionReference
The reference to a Database transaction.class
InputProps
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
InputVariable
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
ResultProps
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
ResultSetColumnProp
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
ResultSetProps
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Methods in com.iizix.db.prop with parameters of type GProp Modifier and Type Method Description boolean
DatabaseTransactionReference. isReferenceValid(GProp<?> property)
Checks if the reference is valid.void
ResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
InputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
ResultProps. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of GProp in com.iizix.event
Methods in com.iizix.event that return GProp Modifier and Type Method Description GProp<?>
GEvent. getEventTarget()
Gets the event owner.GProp<?>
PropCnrEvent. getEventTarget()
Gets the event owner.GProp<?>
PropCopyEvent. getEventTarget()
Gets the event owner.GProp<?>[]
PropMoveEvent. getOldContainerProps()
Gets the old container properties.GProp<?>[]
PropReorderEvent. getOldPropertyArray()
Gets the property array before the reordering operation.GProp<?>
PropCnrEvent. getProperty()
Gets the property being added or removed.GProp<?>
PropCopyEvent. getProperty()
Gets the property being added or removed.GProp<?>
GEvent. getSender()
Gets the current sender of the event.GProp<?>
GEvent. getSource()
Gets the source of the event.GProp<?>
PropCnrEvent. getTrigger()
Gets the trigger of the container property change.GProp<?>
PropCnrFocusEvent. getTrigger()
Gets the trigger property.GProp<?>
PropCopyEvent. getTrigger()
Gets the trigger of the container property change.GProp<?>
PropFocusEvent. getTrigger()
Gets the trigger property.GProp<?>
PropValueEvent. getTrigger()
Gets the trigger of the value change.Methods in com.iizix.event with parameters of type GProp Modifier and Type Method Description void
PostProcessing. execute(GProp<?> dispatcher, GEvent event)
Executes all post processors for a dispatcher.protected EventListener
GEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)
Gets the alternate property destination for an event about to be sent.EventListener[]
GEvent. getPostProcessors(GProp<?> dispatcher)
Gets the post-processors.EventListener[]
IPostEventProcessing. getPostProcessors(GProp<?> dispatcher)
Gets the post-processors.EventListener[]
PostProcessing. getPostProcessors(GProp<?> dispatcher)
Gets the post-processors.boolean
PostProcessing. hasPostProcessors(GProp<?> dispatcher)
Checks for presence of post processors.boolean
GEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)
Checks if this Operation at specified index should be processed or not by the specified property.void
RemoteEvent. retarget(GProp<?> newTarget)
Re-targets this event to a new source property and sends it.void
RemoteEvent. retarget(GProp<?> newTarget, PropMgr propMgr)
Re-target this event to a Property Manager for queued sending.void
GEvent. send(GProp<?> sender, EventListener listener)
Sends this event to the event listener in question, with "safe" processing, i.e.void
GEvent. send(GProp<?> sender, GProp<?> receiver, GEvent.Operation operation, int operationIndex)
Sends this event to the property in question, with "safe" processing, i.e.void
GEvent. sendSelf(GProp<?> senderAndReceiver, GEvent.Operation operation, int operationIndex)
Sends this event to the property itself in question, with "safe" processing, i.e.void
GEvent. setInitialProperty(GProp<?> initialDispatcher)
Assigns the initial sender property that should perform post processing of events.void
IPostEventProcessing. setInitialProperty(GProp<?> initialDispatcher)
Assigns the initial sender property that should perform post processing of events.void
PostProcessing. setInitialProperty(GProp<?> initialDispatcher)
Assigns the initial sender property that should perform post processing of events.Constructors in com.iizix.event with parameters of type GProp Constructor Description BubbleEvent(GProp<?> source, int eventID, boolean isRemoteInduced)
Constructs the generic sink event with specified originator.GEvent(GProp<?> source, int eventID, boolean isRemoteInduced)
Constructs the generic event with specified originator without progress monitor.GEvent(GProp<?> source, int eventID, boolean isRemoteInduced, IPropProgressMonitor monitor)
Constructs the generic event with specified originator.GEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)
Constructs the generic event with specified originator that has a progress monitor and is not remote induced.PostProcessing(GProp<?> initialDispatcher)
Constructor with initial dispatcher.ProjectNameEvent(GProp<?> property, java.lang.String newName, java.lang.String oldName)
Constructs a new property event.PropAttrEvent(GProp<?> source, int attribute, java.lang.Object newValue, java.lang.Object oldValue, boolean isRemoteInduced)
Constructs a new property event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)
Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)
Constructs a new property container event.PropDisposeEvent(GProp<?> property, PropCnr parent, boolean isRemoteInduced)
Constructs a new property container event.PropErrorAttrEvent(GProp<?> source, java.lang.Object newValue, java.lang.Object oldValue, java.lang.String errorID, IPropErrorItem item, int newMaxErrorLevel, int oldMaxErrorLevel)
Constructs a new property event.PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps)
Constructs a new move event for a property that is moved and renamed at the same time.PropNameEvent(GProp<?> property, Atom oldAtom, boolean isRemoteInduced)
Constructs a new property event.PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced)
Constructs a new property container event for reordering property indexes.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue)
Constructs a new non-remote local property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger)
Constructs a new non-remote property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger, PropMgr propMgr)
Constructs a new remote property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, PropMgr propMgr)
Constructs a new remote property value event.RefreshEvent(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type)
Constructs a new sinking refresh event of the specified type.RemoteEvent(GProp<?> source, int localID, PropCnr params)
Creates a new remote event (locally).RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator)
Creates a new remote event.SinkEvent(GProp<?> source, int eventID, boolean isRemoteInduced)
Constructs the generic sink event with specified originator without progress monitor.SinkEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)
Constructs the generic event sink with specified originator that has a progress monitor and is not remote induced.VSReferenceEvent(GProp<?> source)
Constructs a new VSRelativeReference event.Uses of GProp in com.iizix.gyro
Fields in com.iizix.gyro declared as GProp Modifier and Type Field Description GProp<?>
FocusEvent. trigger
The trigger property, e.g.Methods in com.iizix.gyro that return GProp Modifier and Type Method Description GProp<?>
IAppSessionGyro. getRuntimePropFromReference(java.lang.String reference)
Gets a reference for runtime use to get the reference of an item.GProp<?>
IAppSessionGyro. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)
Gets a reference for runtime use to get the reference of an item.GProp<?>
IClientSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)
Attempts to look up a virtualized property from a reference by searching this instance.Methods in com.iizix.gyro with parameters of type GProp Modifier and Type Method Description PropCnr
IAppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Constructors in com.iizix.gyro with parameters of type GProp Constructor Description FocusException(GProp<?> property)
Creates a focus exception with an empty detail message.FocusException(GProp<?> property, java.lang.String message)
Creates a focus exception with a message.FocusException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)
Creates a focus exception with a message and an exception cause.FocusVetoException(GProp<?> property)
Creates a focus veto exception with an empty detail message.FocusVetoException(GProp<?> property, java.lang.String message)
Creates a focus veto exception with a message.FocusVetoException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)
Creates a focus veto exception with a message and an exception cause.Uses of GProp in com.iizix.prop
Classes in com.iizix.prop with type parameters of type GProp Modifier and Type Class Description class
ArrayProp<ITEM extends GProp<?>>
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).Subclasses of GProp in com.iizix.prop Modifier and Type Class Description class
AbstractBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget>
The Client Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractReference<TARGET extends IPropCnr>
The Abstract Reference property class hold the reference to another property.class
AbstractStyles
Abstract styles property container that either holds styles or other style related data such as font faces.class
AppLanguages
The configured languages for the application.class
Application
The application property container holds all information about a single application.class
ArrayProp<ITEM extends GProp<?>>
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).class
AssetReference
The Asset Reference property class hold the reference to a file in the Assets directory.class
AssetReferences
The Asset References property class hold the references to zero or more FileURIPropCnr property containers.class
BackgroundImageReference
The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.class
BadgeProp
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
BoolProp
The Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).class
ByteArrayProp
The byte array property is used to store binary data in various forms, e.g.class
CharProp
The character property class holds the property name, value and optionally has a parent and/or property listener(s).class
ClassReference
The Class Reference property class hold the reference to a Java class.class
ClientProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
CodeItemArrayProp
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
Color4Prop
Property used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).class
ColorProp
The "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).class
ConstrainedIntProp
This class is used to hold an integer property that has constraints imposed on it.class
DateTimeProp
The date/time property can hold a date and/or a time with optional time offset with aGDateTime
property value.class
DesignerPropCnr
Special Designer property container that is private.class
DevParams
Device parameters container available only for iiziRun.class
DoubleProp
The Double property class holds the property name, value and optionally has a parent and/or property listener(s).class
EditorPropCnr
Editor Property Container, i.e.class
EnvProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
ErrorsProp
The errors property is used in the designer and files to store error and its values for a container.class
FileURIPropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FillProp
The "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).class
FixedVirtualizedAbstractReference<TARGET extends IPropCnr>
The Fixed Virtualized Abstract Reference property class hold the reference to another property.class
FolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FolderURIPropCnr
A PropCnr that can is a "directory" and can contain FileURIPropCnr's.class
FontProp
The "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).class
GeoProps
This Geographical property is a container that holds information about client position and an API to work with geographical location services.class
GradientProp
The "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).class
ImageReference
The Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.class
Int32Prop
The Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).class
Int4Prop
Property used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).class
IntProp
The Integer property class holds the property name, value and optionally has a parent and/or property listener(s).class
KStringProp
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
LongProp
The Long property class holds the property name, value and optionally has a parent and/or property listener(s).class
MailProps
Container holding mail settings.class
MethodReference
The Method Reference property class hold the reference to a Method that is in a Java class.class
MethodReference2
The Method Reference "2" property class hold the reference to a Method that is in a Java class.class
ModuleApp
This Module Applications settings that defines the behavior of the application and contains its settings.class
MultiProp<VALUE>
The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.class
NumberProp
JavaScript optimized Number property.class
PasswordProp
The Password property class hold a password that is encrypted when stored to media.class
PatternProp
The pattern property class extends a KStringProp.class
PKCS12IdentityProp
The PKCS#12 Identity Property used for SSL communication or code signing.class
PlainKStringProp
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
PolicyProps
Container holding policiy settings.class
PrivProp<T>
The private property class is used on the client as a dummy property in order to keep the structure of properties with the indexes as the server does, apart from that a private property can replace a property container.class
PropCnr
The property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).class
ProxyPropCnr
The proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.class
PushPropCnr
Container for Push property container for the application.class
PushProps
The Push properties for the application.class
PWAPropCnr
Container for Progressive Web App's (PWA).class
PWAProps
The Progressive Web App (PWA) properties.class
RectProp
The rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).class
ReferralsHolder
The Referrals Holder property container contains the properties that refer to the owner of this container.class
RuntimeBuilderProps
This iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.class
Selector
The Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.class
SelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.class
ServerClientSessionProps
The Server's Client Session properties hold information relating to the current client session, i.e.class
ServerSocketCommProps
This property container contains all properties required for a Server Socket (NIO) connection.class
SettingsPropCnr
Settings property container, a "raw" PropCnr.class
SizeProp
The size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).class
SocketCommProps
This property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.class
SpeechRecognitionProp
Speech Recognition property for remote client execution.class
SpeechSynthesisProp
Speech Synthesis property for remote client execution.class
SSLCommProps
This property container contains all properties required for a SSL Socket (NIO) connection.class
String4Prop
Property used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.class
StringArrayProp
The String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).class
StringMapProp
The String Map property class holds the property name, a map of strings consisting of string keys and string values.class
StringProp
The "String" property class holds the property name, value and optionally has a parent and/or property listener(s).class
StringSetProp
The String Set property class holds the property name and a set of unique strings.class
StrokeProp
The "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).class
Styles
This styles property container holds the styles associated with a UI component.class
StylesCnr
Styles Container used to hold a Styles property instance for the Client used as a Class Name.class
StylesReferences
The Styles References property class hold the references to zero or more Styles property containers.class
TextTable
The text table property holds the text table items consisting of KStrings.class
TextTableReference
The reference to a text table instance.class
TransactionCommProps
This property container contains all properties required for Transaction communication based on WebSockets.class
Unit4Prop
Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).class
UnitProp
The "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).class
ValueProp
The value property holds the VirtualSpace Value object.class
ValueTypeProp
The Value Type property for the Value Type as a String, without Value.class
VirtualsPropCnr
The Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.class
WebSocketCommProps
This property container contains all properties required for WebSocket communication.class
WebSocketServerCommProps
This property container contains all properties required for a WebSocket Server (NIO) connection.class
Windows
The windows property container holds the windows for the application.class
X509CertificatesProp
The X.509 Certificates Property used for SSL communication.class
XMLSchemaValidatorProp
XML Schema validator property class used to validate XML sources.Fields in com.iizix.prop declared as GProp Modifier and Type Field Description static GProp<?>[]
PropCnr. EMPTY
Empty array of properties.GProp<?>
Reference. owner
The reference owner.GProp<?>
BinderAction. property
The property used for the action.GProp<?>
PropErrorItemOrigin. property
The property.GProp<?>
PropVerificationError. property
The property causing the error.GProp<?>
Reference. target
The reference target.Methods in com.iizix.prop that return GProp Modifier and Type Method Description GProp<?>
GProp. clone()
Creates a clone out of this property.protected GProp<?>
PropCnr. convertLoadedProp(GProp<?> childProp)
Enables conversion or omission of a property loaded from XML.GProp<?>
PropFactory. createProp(java.lang.String tag, Atom atom)
Creates a generic property with the specified tag name and atom.GProp<?>
GProp. extendsClone()
Creates a clone out of this property for the Extends Framework.GProp<?>[]
IPropCnr. getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)
Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]
IPropCnr. getAllProps(java.lang.Class<? extends GProp<?>>... classes)
Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]
PropCnr. getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)
Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]
PropCnr. getAllProps(java.lang.Class<? extends GProp<?>>... classes)
Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>
IPropCnr. getFirstProp(Atom atom)
Finds the first property with the specified atom in the property tree.GProp<?>
IPropCnr. getFirstProp(java.lang.String name)
Finds the first property with the specified name in the property tree.GProp<?>
PropCnr. getFirstProp(Atom atom)
Finds the first property with the specified atom in the property tree.GProp<?>
PropCnr. getFirstProp(java.lang.String name)
Finds the first property with the specified name in the property tree.GProp<?>
PropReference. getOwner()
Gets the owner property.GProp<?>
IPropCnr. getProp(int index)
Gets the property at requestedindex
.GProp<?>
IPropCnr. getProp(Atom atom)
Gets the property with theatom
name.GProp<?>
IPropCnr. getProp(Atom[] atomPath)
Gets the property from a path of atoms.GProp<?>
IPropCnr. getProp(Atom[] atomPath, int count)
Gets the property from a path of atoms.GProp<?>
IPropCnr. getProp(java.lang.String name)
Gets the property with the specified name.GProp<?>
PropCnr. getProp(int index)
Gets the property at requestedindex
.GProp<?>
PropCnr. getProp(Atom atom)
Gets the property with theatom
name.GProp<?>
PropCnr. getProp(Atom[] atomPath)
Gets the property from a path of atoms.GProp<?>
PropCnr. getProp(Atom[] atomPath, int count)
Gets the property from a path of atoms.GProp<?>
PropCnr. getProp(java.lang.String name)
Gets the property with the specified name.GProp<?>
PropException. getProperty()
Gets the property that caused the exception.GProp<?>
PropReference. getProperty()
Gets the property referenced.GProp<?>
GProp. getPropFromPath(GProp<?> requestor, java.lang.String path)
Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
GProp. getPropFromPath(java.lang.String path)
Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
IGProp. getPropFromPath(java.lang.String path)
Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
FileURIPropCnr. getPropFromReference(java.lang.String ref)
Gets a property from a reference name.GProp<?>
GProp. getPropFromReference(GProp<?> requestor, java.lang.String path)
Internal function for getPropFromReference(ref).GProp<?>
GProp. getPropFromReference(java.lang.String ref)
Gets a property from a reference name.GProp<?>
IGProp. getPropFromReference(java.lang.String ref)
Gets a property from a reference name.protected GProp<?>
FileURIPropCnr. getPropReferenceTarget()
Retargets the reference request as required.protected GProp<?>
GProp. getPropReferenceTarget()
Retargets the reference request as required.GProp<?>[]
IPropCnr. getProps()
Gets the current value set as a a property array,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, org.w3c.dom.Element element)
Creates the GProp tree from an Element.protected GProp<?>
ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Methods in com.iizix.prop that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp<?>>
PropFactory. getPropClass(java.lang.String className)
Gets the property class from a class name.Methods in com.iizix.prop with parameters of type GProp Modifier and Type Method Description void
IComplexOperation. addProp(PropCnr pc, GProp<?> gp)
Adds a property.void
IComplexOperation. addPropError(GProp<?> gp, IPropErrorItem pei)
Adds a property error.protected GProp<?>
PropCnr. convertLoadedProp(GProp<?> childProp)
Enables conversion or omission of a property loaded from XML.protected void
PropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.Object
AbstractReference. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)
Checks for property value equality.protected java.lang.Object
BadgeProp. equalValues(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how)
Checks for property value equality.protected java.lang.Object
GProp. equalValues(GProp<?> compareTo, VALUE thisValue, VALUE compareValue, int how)
Checks for property value equality.protected java.lang.Object
KStringProp. equalValues(GProp<?> compareTo, KString thisValue, KString compareValue, int how)
Checks for property value equality.protected java.lang.Object
MultiProp. equalValues(GProp<?> compareTo, java.lang.Object[] thisValue, java.lang.Object[] compareValue, int how)
Checks for property value equality.protected java.lang.Object
StringMapProp. equalValues(GProp<?> compareTo, java.util.Map<java.lang.String,java.lang.String> thisValue, java.util.Map<java.lang.String,java.lang.String> compareValue, int how)
Checks for property value equality.protected java.lang.Object
StringSetProp. equalValues(GProp<?> compareTo, java.util.Set<java.lang.String> thisValue, java.util.Set<java.lang.String> compareValue, int how)
Checks for property value equality.protected java.lang.Object
StylesReferences. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)
Checks for property value equality.java.lang.String
GProp. getAliasName(GProp<?> requestor, java.lang.String projectName)
Gets an alias name for a project name, the alias does NOT begin with "*".static boolean
BoolProp. getBool(GProp<?> property, java.lang.String string)
Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).static boolean
BoolProp. getBool(GProp<?> property, java.lang.String string, boolean defaultValue)
Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).java.lang.String
FileURIPropCnr. getChildReferencePropName(GProp<?> child)
Gets the child's reference property name for this property.java.lang.String
GProp. getChildReferencePropName(GProp<?> child)
Gets the child's reference property name for this property.PropVerificationError[]
PropVerification. getErrors(GProp<?> property)
Gets the list of errors of a property.FileURIPropCnr
AssetReference. getFileURIPropCnr(GProp<?> anyPropInTree)
For the Designer, gets the File property for the reference.java.lang.String
GProp. getFullPropName(GProp<?> requestor)
Gets the full name of this property, i.e.java.lang.String
GProp. getFullPropNameDebug(GProp<?> requestor)
Gets the full name of this property, i.e.java.lang.String
ClientProps. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".java.lang.String
GProp. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".java.lang.String
IModuleProjectPropProvider. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".GProp<?>
GProp. getPropFromPath(GProp<?> requestor, java.lang.String path)
Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
GProp. getPropFromReference(GProp<?> requestor, java.lang.String path)
Internal function for getPropFromReference(ref).PropCnr
ClientProps. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
GProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
IModuleProjectPropProvider. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
ClientProps. getRootName(GProp<?> requestor)
Gets the name of the root container as in the Designer"module:"
.java.lang.String
GProp. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.protected PropCnr
GProp. getRootParent(GProp<?> requestor)
Gets the root container in the property tree.protected PropCnr
ProxyPropCnr. getRootParent(GProp<?> requestor)
Gets the root container in the property tree.TARGET
AbstractReference. getTargetReference(GProp<?> anyPropertyInTree)
Gets the target reference also trying to resolve the reference, i.e.void
IComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)
Inserts a property.boolean
PropCnr. isExtendsPropertyValid(GProp<?> property)
Validates an extends property for the Extends Framework.abstract boolean
AbstractReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
AssetReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
BackgroundImageReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
ImageReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
IPropReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
SelectorReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
TextTableReference. isReferenceValid(GProp<?> property)
Checks if the reference is valid.GProp<?>
PropFactory. loadPropTree(GProp<?> parent, org.w3c.dom.Element element)
Creates the GProp tree from an Element.java.lang.String
GProp. mapAliasToReference(GProp<?> requestor, java.lang.String aliasReference)
Maps an alias reference name to a reference name.java.lang.String
GProp. mapReferenceToAlias(GProp<?> requestor, java.lang.String referenceName)
Maps a reference name to an alias name.void
IComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.protected void
PropCnr. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal 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.protected void
FixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.void
IComplexOperation. removeProp(GProp<?> gp)
Removes a property.void
IComplexOperation. removePropError(GProp<?> gp, java.lang.String errorID)
Removes a property error.void
IComplexOperation. renameProp(GProp<?> gp, Atom newName)
Renames a property.boolean
PropReference. resolve(GProp<?> anyPropertyInTree, boolean doReCheck, GEvent triggerEvent)
Attempts to resolve the property name.void
IComplexOperation. setPropError(GProp<?> gp, PropError pe)
Sets all errors in a property.void
IComplexOperation. setPropValue(GProp<?> gp, java.lang.Object newValue)
Sets a property value.boolean
IPropCnr. setPropValue(GProp<?>[] newProps)
Sets a new properties array as the value.boolean
PropCnr. setPropValue(GProp<?>[] newProps)
Sets a new properties array as the value.boolean
IProxyImplementor. shouldProxy(GProp<?> gp)
Checks if the property should be proxied or not.protected boolean
PropCnr. shouldSerializeToXML(int programType, GProp<?> childProp)
Method used to check for child property serialization to XML.void
PropMgr. trace(GProp<?> originator, java.lang.String text)
Traces a line of data.protected void
PropCnr. validateChildPropInValue(GProp<?> child)
Validates a single child property instance during the call 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.java.lang.String
AbstractReference. wouldValidate(GProp<?> anyPropertyInTree)
Checks if the reference would be valid if this property is attached to a root property.Method parameters in com.iizix.prop with type arguments of type GProp Modifier and Type Method Description int
IPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)
Gets the properties of certain classes that are present in the tree below this container, i.e.int
IPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)
Gets the properties of certain classes that are present in the tree below this container, i.e.int
PropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)
Gets the properties of a certain class that are present in the tree below this container, i.e.int
PropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)
Gets the properties of certain classes that are present in the tree below this container, i.e.void
GProp. getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)
Retrieves the properties containing errors.void
IGProp. getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)
Retrieves the properties containing errors.<VALUE> boolean
IPropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.<VALUE> boolean
IPropCnr. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.<VALUE> boolean
PropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.<VALUE> boolean
PropCnr. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.Constructors in com.iizix.prop with parameters of type GProp Constructor Description BinderAction(GProp<?> property)
Constructor of the binder object.EditorPropCnr(Atom propertyAtom, GProp<?>[] properties)
Creates an Editor Property Container with the specified name and properties.PropCnr(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.PropErrorItemOrigin(GProp<?> property, IPropErrorItem errorItem)
Constructor that assigns theproperty
anderrorItem
members.PropException(GProp<?> property)
Creates a property exception with an empty detail message.PropException(GProp<?> property, java.lang.String message)
Creates a property exception with a message.PropException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)
Creates a property exception with a message and an exception cause.PropReference(GProp<?> owner, java.lang.String name, java.lang.Class<?>[] supportedClasses, IPropReference listener)
Constructs a new property reference with a property owner.PropTypeException(GProp<?> property, java.lang.String message)
Creates a property exception with a message.PropTypeException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)
Creates a property exception with a message and an exception cause.PropValidateException(GProp<?> property, java.lang.String message)
Creates a property exception with a message.PropVerificationError(java.lang.String id, PropVerificationError.Severity severity, java.lang.String location, GProp<?> property, java.lang.String errorText, java.lang.String... quickFixes)
The standard constructor for a property in error.Reference(GProp<?> target, GProp<?> owner, java.lang.Class<?> type)
Creates the reference instance.ValueConversionException(GProp<?> property, java.lang.String message)
Creates a property exception with a message.ValueConversionException(GProp<?> property, java.lang.String message, java.lang.Throwable cause)
Creates a property exception with a message and an exception cause.Uses of GProp in com.iizix.prop.annotation
Methods in com.iizix.prop.annotation that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp>
type()
The Property Type class expected, defaultcom.iizix.prop.GProp.class
meaning no checking as all properties extends from GProp.Uses of GProp in com.iizix.prop.content
Subclasses of GProp in com.iizix.prop.content Modifier and Type Class Description class
AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
A property container that handles content and has custom content provider support.Methods in com.iizix.prop.content with parameters of type GProp Modifier and Type Method Description void
AbstractContentUIContainer. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.Uses of GProp in com.iizix.prop.font
Subclasses of GProp in com.iizix.prop.font Modifier and Type Class Description class
FontFaces
The font faces property container holds information about font face(s) that are available in the application.class
FontFile
Container for all font icon files used in a FontIconsDefintion.class
FontFiles
Container for all font files used in a FontIconsDefintion.Uses of GProp in com.iizix.prop.image
Subclasses of GProp in com.iizix.prop.image Modifier and Type Class Description class
AbstractImageDefinition
Image definition property container.class
AbstractImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
FontIconDefinition
The definition of a single font icon and how it represent itself in the various states, e.g.class
FontIconsDefinition
The Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.class
ImageDefinition
Single image definition property container.class
ImageLocation
This Image Location property container.class
ImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
ImagesDefinition
The Images Definition property container for multiple icons/images and multiple states and resolutions.class
ImagesResolution
The Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.class
ImagesStyle
This Images Style property container has the state for several images.class
ImageStyle
This Image Style property container holds the image types, asset reference, and other settings.class
ImageStyleLocation
This Image Style Location property container has the state for several images.class
ImageStylesResolution
This Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.class
RuntimeImageDefinition
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
StyledImageDefinition
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
SVGDefinition
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Methods in com.iizix.prop.image with parameters of type GProp Modifier and Type Method Description static IImageTarget
IImageTarget. lookUp(GProp<?> property, java.lang.String reference)
Static look-up of an image from a reference.Uses of GProp in com.iizix.prop.ui
Subclasses of GProp in com.iizix.prop.ui Modifier and Type Class Description class
AbsoluteData
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AbsoluteLayout
AbsoluteLayout is a layout manager.class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
AccordionData
The AccordionData is the layout data for components in a container with AccordionLayout.class
AccordionLayout
Accordion container specific layout manager.class
BorderData
The BorderData is the layout data for components in a container with BorderLayout.class
BorderLayout
BorderLayout is a layout manager.class
CIDProp
Component ID property is used to assign a unique value known on both client and server.class
ContextMenuData
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
ContextMenuLayout
Menu specific layout manager.class
ContextMenuReference
The reference to a UI context menu.class
DOMElement
DOM Element property container used to keep information of the created UI item and its internal DOM structure.class
FlexData
The FlexData is the layout data for components in a container with FlexLayout.class
FlexLayout
FlexLayout is a layout manager.class
GridData
The GridData is the layout data for components in a container with GridLayout.class
GridLayout
GridLayout is a layout manager.class
GroupNameProp
Group name property used for component grouping.class
HeadingData
The HeadingData is the layout data for components in a container with HeadingLayout.class
HeadingLayout
Header specific layout manager.class
ImagePreview
Image preview property for use with any UI component or container.class
LabelForReference
The Label For Reference property class hold the reference to another property in the same base container.class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.class
LayoutProp
The LayoutProp is the generic property for layout managers using properties to layout it's components.class
ListData
The ListData is the layout data for components in a container with ListLayout.class
ListLayout
List container specific layout manager.class
MenuBarData
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
MenuBarLayout
Menu bar specific layout manager.class
MenuData
The MenuData is the layout data for components in a container with MenuLayout.class
MenuLayout
Menu specific layout manager.class
MessageBox
The message box is a container to display a message box on the client side and wait for the user reply.class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUISwitch
Mobile switch UI component.class
MUITabBar
Tab bar UI container.class
PanelData
The panel layout data.class
PanelPartReference
The reference to a UI panel part.class
SwapData
The SwapData is the layout data for components in a container with SwapLayout.class
SwapLayout
Swap container specific layout manager.class
TabBarData
The TabBarData is the layout data for components in a container with TabBarLayout.class
TabBarLayout
Tab bar specific layout manager.class
TabData
The TabData is the layout data for components in a container with TabLayout.class
TabLayout
Tab container specific layout manager.class
Toaster
Toaster property.class
TooltipProp
The tooltip property is a container that holds various information for the tooltip, e.g.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UIButton
Button UI component.class
UICalendar
Calendar UI component.class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.class
UIComboBox
Combobox UI component.class
UIComp
The UIComp class is the basic implementation of a single user interface component.class
UIComps
The UIComps class is the property container for all UIComp instances of the UIComps class.class
UIContainer
The UIContainer class is a standard simple container for components.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIEmpty
Empty UI component.class
UIGauge
Gauge UI component.class
UIImage
Image UI component.class
UIImage2
Image Crop and Upload UI component.class
UILabel
Label UI component.class
UIMedia
Media UI component.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIMenuItem
Menu item UI component.class
UIMenuSeparator
Menu separator UI component.class
UIOutput
Output (label) UI component.class
UIPanel
Panel UI container.class
UIPanelBase
Base panel UI container.class
UIPanelPart
Panel part UI container.class
UIPanelPartCnr
The UI panel part container.class
UIProgress
Progress UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UISlider
Slider UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UIText
Text UI component.class
UITextArea
Text area UI component.class
UITitlePane
Title panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return GProp Modifier and Type Method Description protected GProp<?>
UIComp. createTitleProp()
Creates the title property a StringProp, KStringProp or PlainKStringProp depending on the component.protected GProp<?>
UIComp. getTrigger(GEvent event)
Gets the trigger from an event.protected GProp<?>
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Methods in com.iizix.prop.ui with parameters of type GProp Modifier and Type Method Description protected void
UIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
UIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.Object
TooltipProp. equalValues(GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how)
Checks for property value equality.java.lang.String
UIAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)
Returns the relative reference path of a component.java.lang.String
UIPanelAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)
Returns the reference path of a component.default void
IUIAction. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)
Invoke the action event method.void
UIContextMenu. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger)
Invoke the focus event method.void
UIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)
Invoke the focus event method.void
UIContextMenu. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUITextChange event methods of the component and the panel.void
UIPanelBase. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUITextChange event methods of the component and the panel.void
UIPanelBase. invokeOnUIValueChangeMethod(UIComp component, GProp<?> trigger)
Invoke the onUIValueChange event methods of the component and the panel.boolean
ContextMenuReference. isReferenceValid(GProp<?> property)
Checks if the reference is valid.boolean
LabelForReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
PanelPartReference. isReferenceValid(GProp<?> property)
Checks if the reference is valid.void
UIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.protected void
UIComps. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal 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.UIComp
UIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)
Resolves a reference name to a UI component.UIPanelBase
UIPanelAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to the UI panel.protected boolean
UIImage2. shouldSerializeToXML(int programType, GProp<?> childProp)
Method used to check for child property serialization to XML.Method parameters in com.iizix.prop.ui with type arguments of type GProp Modifier and Type Method Description <VALUE> boolean
ILayoutUnitHeight. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.<VALUE> boolean
ILayoutUnitWidth. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.Constructors in com.iizix.prop.ui with parameters of type GProp Constructor Description AbsoluteData(Atom propertyAtom, GProp<?>[] properties)
Creates a AbsoluteData container with the specified name and properties.AbsoluteLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.AbstractUIAction(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain 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.FlexData(Atom propertyAtom, GProp<?>[] properties)
Creates a FlexData container with the specified name and properties.FlexLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.GridData(Atom propertyAtom, GProp<?>[] properties)
Creates a GridData container with the specified name and properties.GridLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.HeadingData(Atom propertyAtom, GProp<?>[] properties)
Creates a HeadingData container with the specified name and properties.HeadingLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.LayoutMgr(Atom propertyAtom, GProp<?>[] properties)
Creates a LayoutMgr with the specified name and properties.LayoutProp(Atom propertyAtom, GProp<?>[] properties)
Creates a LayoutProp container with the specified name and properties.ListData(Atom propertyAtom, GProp<?>[] properties)
Creates a ListData container with the specified name and properties.ListLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MenuBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuBarData container with the specified name and properties.MenuBarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuData container with the specified name and properties.MenuLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MUIHeading(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.MUISwitch(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.MUITabBar(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.SwapData(Atom propertyAtom, GProp<?>[] properties)
Creates a SwapData container with the specified name and properties.SwapLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.TabBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabBarData container with the specified name and properties.TabBarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.TabData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.TabLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.UIAccordion(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIButton(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain 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.UIComp(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.UIComps(Atom propertyAtom, GProp<?>[] properties)
Creates a UIComps container with the specified name and properties.UIContainer(Atom propertyAtom, GProp<?>[] properties)
Creates an UI container with the specified name and properties.UIContextMenu(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIEmpty(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIImage(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIImage2(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UILabel(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMedia(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMenu(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIMenuBar(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIMenuItem(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIOutput(Atom propertyAtom, GProp<?>[] newValue)
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.UIText(Atom propertyAtom, GProp<?>[] newValue)
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
Subclasses of GProp in com.iizix.prop.ui.calendar Modifier and Type Class Description class
CalendarData
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.class
CalendarEvent
A (sub)calendar list event.class
CalendarLayout
Layout manager for calendar lists.class
UICalendarList
Calendar List UI component.Constructors in com.iizix.prop.ui.calendar with parameters of type GProp Constructor Description CalendarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.Uses of GProp in com.iizix.prop.ui.chart
Subclasses of GProp in com.iizix.prop.ui.chart Modifier and Type Class Description class
UIChart
Chart UI component.Uses of GProp in com.iizix.prop.ui.chart.axis2d
Subclasses of GProp in com.iizix.prop.ui.chart.axis2d Modifier and Type Class Description class
Axis2D
A chart axis is normally added to charts.Uses of GProp in com.iizix.prop.ui.chart.plot2d
Subclasses of GProp in com.iizix.prop.ui.chart.plot2d Modifier and Type Class Description class
Plot2D
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
Subclasses of GProp in com.iizix.prop.ui.chart.series Modifier and Type Class Description class
Series
A chart series consists of several series values properties in a defined order.class
SeriesValue
A series value property is a property container that can only contain NumberProp's.Methods in com.iizix.prop.ui.chart.series with parameters of type GProp Modifier and Type Method Description void
Series. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.Uses of GProp in com.iizix.prop.ui.datetime
Subclasses of GProp in com.iizix.prop.ui.datetime Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Methods in com.iizix.prop.ui.datetime with parameters of type GProp Modifier and Type Method Description void
UIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Constructors in com.iizix.prop.ui.datetime with parameters of type GProp Constructor Description UIDateTime(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of GProp in com.iizix.prop.ui.device
Subclasses of GProp in com.iizix.prop.ui.device Modifier and Type Class Description class
DeviceProp
The "device" property class holds the property name, value as aGSimpleDevice
object and optionally has a parent and/or property listener(s).class
ThemesProp
The "themes" property class holds the property name, value as aGThemes
object and optionally has a parent and/or property listener(s).Uses of GProp in com.iizix.prop.ui.map
Subclasses of GProp in com.iizix.prop.ui.map Modifier and Type Class Description class
MapData
The layout data for all mobile list components or containers, i.e.class
MapLayout
Layout manager for maps.class
MapMarkerProp
The property container for map markers.class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
UIMap
Map UI component.Methods in com.iizix.prop.ui.map that return GProp Modifier and Type Method Description protected GProp<?>
UIMap. convertLoadedProp(GProp<?> childProp)
Enables conversion or omission of a property loaded from XML.Methods in com.iizix.prop.ui.map with parameters of type GProp Modifier and Type Method Description protected GProp<?>
UIMap. convertLoadedProp(GProp<?> childProp)
Enables conversion or omission of a property loaded from XML.void
UIMap. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Constructors in com.iizix.prop.ui.map with parameters of type GProp Constructor Description MapLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.UIMap(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of GProp in com.iizix.prop.ui.mlist
Subclasses of GProp in com.iizix.prop.ui.mlist Modifier and Type Class Description class
MLDefaultItemProp
The property container for default mobile list items.class
MLGroup
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
MLGroupLayout
Layout manager for mobile list groups.class
MList
Mobile list item UI component.class
MListData
The layout data for all mobile list components or containers, i.e.class
MListLayout
Layout manager for all mobile lists.class
MLItemProp
The property container for mobile list items.Methods in com.iizix.prop.ui.mlist with parameters of type GProp Modifier and Type Method Description void
MLItemProp. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)
Invokes the action event method, overridden to call potential action listeners of the content item.void
MLItemProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Constructors in com.iizix.prop.ui.mlist with parameters of type GProp Constructor Description MLGroupLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MList(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.MListLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.Uses of GProp in com.iizix.prop.ui.table
Subclasses of GProp in com.iizix.prop.ui.table Modifier and Type Class Description class
TableCell
The table cell property.class
TableRow
The Table Row instance.class
TableRows
The Table Rows container instance.class
UITable
The table UI container.class
UITableColumn
The table column UI container.class
UITableData
The table column data is the layout data for components in a UITable container.class
UITableLayout
UITable container specific layout manager.Methods in com.iizix.prop.ui.table that return GProp Modifier and Type Method Description GProp<?>
TableCell. getResolveReferenceProperty()
Gets the property used for references look-up's.Methods in com.iizix.prop.ui.table with parameters of type GProp Modifier and Type Method Description void
UITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
UITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
UITable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.protected void
TableRows. validateChildPropInValue(GProp<?> child)
Validates a single child property instance during the call toPropCnr.validatePropValue(Object)
.Constructors in com.iizix.prop.ui.table with parameters of type GProp Constructor Description UITable(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UITableColumn(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.Uses of GProp in com.iizix.prop.ui.text
Methods in com.iizix.prop.ui.text that return GProp Modifier and Type Method Description default GProp<?>
IUIHTMLTextComponent. createTextProp()
Component must return the text property to use with the name
.Atom.TEXT
default GProp<?>
IUIPlainKStringComponent. createTextProp()
Component must return the text property to use with the name
.Atom.TEXT
default GProp<?>
IUIPlainTextComponent. createTextProp()
Component must return the text property to use with the name
.Atom.TEXT
GProp<?>
IUITextComponent. createTextProp()
Component must return the text property to use with the name
.Atom.TEXT
Uses of GProp in com.iizix.prop.ui.value
Methods in com.iizix.prop.ui.value that return GProp Modifier and Type Method Description GProp<?>
IUIValueComponent. createValueProp()
Component must return the value property to use with the name
.Atom.VALUE
Uses of GProp in com.iizix.prop.vs
Subclasses of GProp in com.iizix.prop.vs Modifier and Type Class Description class
AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
Class that holds a single VS "variable" mapping of a certain type.class
VirtualSpace
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
VSAction
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSActionActorParticipant
The VirtualSpace Action Actor Participant used by Action Actors.class
VSActionReference
The VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.class
VSColumnHeader
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSColumnReference
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.class
VSComponent
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VSComponentReference
VS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.class
VSField
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSFieldReference
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.class
VSFocusReference
Focus reference is used to set a reference to a focusable VSComponent.class
VSGroup
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSGroupReference
The VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.class
VSOnUIEvent
Class to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".class
VSParticipant
The VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.class
VSParticipantReference
The VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipant
interface, such as panels.class
VSParticipantsHolder
This class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
VSReference
The VirtualSpace Reference property class hold the reference to a VirtualSpace.class
VSRelativeReference<TARGET extends VSComponent>
The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.class
VSRow
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSRows
The rows property class that only allows VSRow children properties.class
VSTable
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSTableColumnReference
The VirtualSpace Table Column Reference property class hold the name of a Column in a Table.class
VSTableReference
The VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.class
VSVariables
VirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Methods in com.iizix.prop.vs that return GProp Modifier and Type Method Description GProp<?>
VSActionTXProcess. getTrigger()
Gets the trigger property.protected GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp<?>>
VSActionReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSColumnReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSComponentReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSFieldReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSFocusReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSGroupReference. getPropertyClass()
Gets the class wanted.abstract java.lang.Class<? extends GProp<?>>
VSRelativeReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSTableColumnReference. getPropertyClass()
Gets the class wanted.java.lang.Class<? extends GProp<?>>
VSTableReference. getPropertyClass()
Gets the class wanted.Methods in com.iizix.prop.vs with parameters of type GProp Modifier and Type Method Description Value
VSField. adjustValue(java.time.temporal.TemporalAdjuster temporalAdjuster, GProp<?> trigger)
Adjusts the current temporal value with a temporal adjuster.Value
VSField. adjustValue(java.time.ZoneId zoneID, GProp<?> trigger)
Adjusts the current ZonedDateTime value with a new Zone ID.int
VSField. convertEqualsValue(GProp<?> trigger, Value... values)
Verifies if a value could potentially be equal to the value in the field using conversion.protected void
VirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.java.math.BigDecimal
VSField. get_BigDecimal(boolean doTranslate, GProp<?> trigger)
java.math.BigDecimal
VSField. get_BigDecimal(GProp<?> trigger)
java.math.BigInteger
VSField. get_BigInteger(boolean doTranslate, GProp<?> trigger)
java.math.BigInteger
VSField. get_BigInteger(GProp<?> trigger)
byte[]
VSField. get_Binary(boolean doTranslate, GProp<?> trigger)
byte[]
VSField. get_Binary(GProp<?> trigger)
java.lang.Boolean
VSField. get_Boolean(boolean doTranslate, GProp<?> trigger)
java.lang.Boolean
VSField. get_Boolean(GProp<?> trigger)
java.lang.Byte
VSField. get_Byte(boolean doTranslate, GProp<?> trigger)
java.lang.Byte
VSField. get_Byte(GProp<?> trigger)
java.lang.Double
VSField. get_Double(boolean doTranslate, GProp<?> trigger)
java.lang.Double
VSField. get_Double(GProp<?> trigger)
java.time.Duration
VSField. get_Duration(boolean doTranslate, GProp<?> trigger)
java.time.Duration
VSField. get_Duration(GProp<?> trigger)
java.lang.Float
VSField. get_Float(boolean doTranslate, GProp<?> trigger)
java.lang.Float
VSField. get_Float(GProp<?> trigger)
java.lang.Integer
VSField. get_Integer(boolean doTranslate, GProp<?> trigger)
java.lang.Integer
VSField. get_Integer(GProp<?> trigger)
KString
VSField. get_KString(boolean doTranslate, GProp<?> trigger)
Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslate
flag.KString
VSField. get_KString(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)
Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslate
flag.KString
VSField. get_KString(LocaleInfo localeInfo, GProp<?> trigger)
Gets the value of this field as a KString with translation and optional trigger property using the field actors.KString
VSField. get_KString(GProp<?> trigger)
Gets the value of this field as a KString with translation and optional trigger property using the field actors.java.time.LocalDate
VSField. get_LocalDate(boolean doTranslate, GProp<?> trigger)
java.time.LocalDate
VSField. get_LocalDate(GProp<?> trigger)
java.time.LocalDateTime
VSField. get_LocalDateTime(boolean doTranslate, GProp<?> trigger)
java.time.LocalDateTime
VSField. get_LocalDateTime(GProp<?> trigger)
java.time.LocalTime
VSField. get_LocalTime(boolean doTranslate, GProp<?> trigger)
java.time.LocalTime
VSField. get_LocalTime(GProp<?> trigger)
java.lang.Long
VSField. get_Long(boolean doTranslate, GProp<?> trigger)
java.lang.Long
VSField. get_Long(GProp<?> trigger)
java.time.MonthDay
VSField. get_MonthDay(boolean doTranslate, GProp<?> trigger)
java.time.MonthDay
VSField. get_MonthDay(GProp<?> trigger)
java.time.OffsetDateTime
VSField. get_OffsetDateTime(boolean doTranslate, GProp<?> trigger)
java.time.OffsetDateTime
VSField. get_OffsetDateTime(GProp<?> trigger)
java.time.OffsetTime
VSField. get_OffsetTime(boolean doTranslate, GProp<?> trigger)
java.time.OffsetTime
VSField. get_OffsetTime(GProp<?> trigger)
java.time.Period
VSField. get_Period(boolean doTranslate, GProp<?> trigger)
java.time.Period
VSField. get_Period(GProp<?> trigger)
java.lang.Short
VSField. get_Short(boolean doTranslate, GProp<?> trigger)
java.lang.Short
VSField. get_Short(GProp<?> trigger)
java.lang.String
VSField. get_String(boolean doTranslate, GProp<?> trigger)
Gets the value of this field as a String with translation and optional trigger property using the field actors depending on thedoTranslate
flag.java.lang.String
VSField. get_String(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)
Gets the value of this field as a String with translation and optional trigger property using the field actors depending on thedoTranslate
flag.java.lang.String
VSField. get_String(LocaleInfo localeInfo, GProp<?> trigger)
Gets the value of this field as a String with translation and optional trigger property using the field actors.java.lang.String
VSField. get_String(GProp<?> trigger)
Gets the value of this field as a String with translation and optional trigger property using the field actors.javax.xml.datatype.Duration
VSField. get_XMLDuration(boolean doTranslate, GProp<?> trigger)
javax.xml.datatype.Duration
VSField. get_XMLDuration(GProp<?> trigger)
java.time.Year
VSField. get_Year(boolean doTranslate, GProp<?> trigger)
java.time.Year
VSField. get_Year(GProp<?> trigger)
java.time.YearMonth
VSField. get_YearMonth(boolean doTranslate, GProp<?> trigger)
java.time.YearMonth
VSField. get_YearMonth(GProp<?> trigger)
java.time.ZonedDateTime
VSField. get_ZonedDateTime(boolean doTranslate, GProp<?> trigger)
java.time.ZonedDateTime
VSField. get_ZonedDateTime(GProp<?> trigger)
java.lang.String
FullVSAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)
Returns the reference path of a component.java.lang.String
VSAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)
Returns the relative reference path of a component.java.lang.Object
VSField. getValue(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger)
Gets a value in the requested type with translation flag and no trigger property.java.lang.Object
VSField. getValue(Value.Type type, boolean doTranslate, GProp<?> trigger)
Gets a value in the requested type with translation flag and no trigger property.java.lang.String
VSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSActionReference. invokeAction(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)
Invokes the action.java.lang.String
VSAction. invokeExecute(IClientSessionGyro clientGyro, GProp<?> trigger)
Invokes and executes the action directly in the callers thread, regardless of the action settings.java.lang.String
VSAction. invokeExecute(GProp<?> trigger)
Invokes and executes the action directly in the callers thread, regardless of the action settings.protected void
VirtualSpace. invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)
Invoke the action event method.protected void
VirtualSpace. invokeOnVSChangedMethod(IVSComponent component, GProp<?> trigger)
Invoke the changed event method.protected void
VirtualSpace. invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)
Invoke the state event method.void
VSTable. invokeVSChange(GProp<?> trigger)
Invokes the VSChange method on the table.boolean
VSComponentReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
VSFocusReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
VSParticipantReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
VSReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
VSRelativeReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
VSTableColumnReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.void
IVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
IVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
VSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
VSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
IVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
VSFieldAdapter. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.protected void
VSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.VirtualSpace
FullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to the VirtualSpace.VSComponent
VSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)
Resolves a reference name to a UI component.boolean
VSField. set_BigDecimal(java.math.BigDecimal value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_BigDecimal(java.math.BigDecimal value, GProp<?> trigger)
boolean
VSField. set_BigInteger(java.math.BigInteger value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_BigInteger(java.math.BigInteger value, GProp<?> trigger)
boolean
VSField. set_Binary(byte[] value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Binary(byte[] value, GProp<?> trigger)
boolean
VSField. set_Boolean(java.lang.Boolean value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Boolean(java.lang.Boolean value, GProp<?> trigger)
boolean
VSField. set_Byte(java.lang.Byte value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Byte(java.lang.Byte value, GProp<?> trigger)
boolean
VSField. set_Double(java.lang.Double value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Double(java.lang.Double value, GProp<?> trigger)
boolean
VSField. set_Duration(java.time.Duration value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Duration(java.time.Duration value, GProp<?> trigger)
boolean
VSField. set_Float(java.lang.Float value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Float(java.lang.Float value, GProp<?> trigger)
boolean
VSField. set_Integer(java.lang.Integer value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Integer(java.lang.Integer value, GProp<?> trigger)
boolean
VSField. set_KString(KString value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_KString(KString value, GProp<?> trigger)
boolean
VSField. set_LocalDate(java.time.LocalDate value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_LocalDate(java.time.LocalDate value, GProp<?> trigger)
boolean
VSField. set_LocalDateTime(java.time.LocalDateTime value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_LocalDateTime(java.time.LocalDateTime value, GProp<?> trigger)
boolean
VSField. set_LocalTime(java.time.LocalTime value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_LocalTime(java.time.LocalTime value, GProp<?> trigger)
boolean
VSField. set_Long(java.lang.Long value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Long(java.lang.Long value, GProp<?> trigger)
boolean
VSField. set_MonthDay(java.time.MonthDay value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_MonthDay(java.time.MonthDay value, GProp<?> trigger)
boolean
VSField. set_OffsetDateTime(java.time.OffsetDateTime value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_OffsetDateTime(java.time.OffsetDateTime value, GProp<?> trigger)
boolean
VSField. set_OffsetTime(java.time.OffsetTime value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_OffsetTime(java.time.OffsetTime value, GProp<?> trigger)
boolean
VSField. set_Period(java.time.Period value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Period(java.time.Period value, GProp<?> trigger)
boolean
VSField. set_Short(java.lang.Short value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Short(java.lang.Short value, GProp<?> trigger)
boolean
VSField. set_String(java.lang.String value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_String(java.lang.String value, GProp<?> trigger)
boolean
VSField. set_XMLDuration(javax.xml.datatype.Duration value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_XMLDuration(javax.xml.datatype.Duration value, GProp<?> trigger)
boolean
VSField. set_Year(java.time.Year value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_Year(java.time.Year value, GProp<?> trigger)
boolean
VSField. set_YearMonth(java.time.YearMonth value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_YearMonth(java.time.YearMonth value, GProp<?> trigger)
boolean
VSField. set_ZonedDateTime(java.time.ZonedDateTime value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. set_ZonedDateTime(java.time.ZonedDateTime value, GProp<?> trigger)
boolean
VSField. setRawValue(Value value, GProp<?> trigger)
Sets the raw value of the field.boolean
VSField. setValue(LocaleInfo localeInfo, java.lang.Object value, boolean doTranslate, GProp<?> trigger)
Sets a value in generic type with possible translation and optional trigger property.boolean
VSField. setValue(java.lang.Object value, boolean doTranslate, GProp<?> trigger)
Sets a value in generic type with possible translation and optional trigger property.protected void
VSRelativeReference. targetChanged(GProp<?> prop)
Internal method called when target changes.Uses of GProp in com.iizix.prop.vs.actor
Subclasses of GProp in com.iizix.prop.vs.actor Modifier and Type Class Description class
AbstractPredefinedSettings
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.class
ActionActors
Class container for associated action actors of a VSAction.class
FieldActor
The VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
FieldActors
Class container for associated value actors of a VSField or VSColumnHeader.static class
HistoryBackward.Settings
Settings property container.static class
HistoryForward.Settings
Settings property container.static class
SetFocus.Settings
Settings property container.static class
SetSourceFieldValue.Settings
Settings property container.static class
SetTargetFieldValue.Settings
Settings property container.static class
TransportField.Settings
Settings property container.static class
TransportGroup.Settings
Settings property container.static class
TransportSelectedTableRows.Settings
Settings property container.static class
TransportSingleSelectedTableRow.Settings
Settings property container.static class
TransportSingleSelectedTableRowAndColumnToField.Settings
Settings property container.static class
TransportSingleSelectedTableRowToFields.Settings
Settings property container.static class
TransportTableColumn.Settings
Settings property container.static class
TransportTableRows.Settings
Settings property container.Methods in com.iizix.prop.vs.actor with parameters of type GProp Modifier and Type Method Description java.lang.Object
FieldActors. convert(VSFieldEvent.Op op, java.lang.Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger)
Convert a value of a certain type to another.VSFieldEvent
FieldActors. validate(Value value, GProp<?> trigger)
Validate a value.Uses of GProp in com.iizix.server.acme
Subclasses of GProp in com.iizix.server.acme Modifier and Type Class Description class
LetsEncryptDomain
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
Subclasses of GProp in com.iizix.server.app Modifier and Type Class Description protected class
VirtualsContainer.VContainer
The Virtual property container.Methods in com.iizix.server.app with type parameters of type GProp Modifier and Type Method Description static <T extends GProp<?>>
TSystemApp. getProperty(java.lang.String path, java.lang.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.Methods in com.iizix.server.app that return GProp Modifier and Type Method Description GProp<?>
VirtualsContainer.VContainer. getPropFromPath(java.lang.String path)
Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>
VirtualsContainer.VContainer. getPropFromReference(GProp<?> requestor, java.lang.String reference)
Internal function for getPropFromReference(reference).GProp<?>
AppFactory. getResolveReferenceProperty()
Gets the property used for references look-up's.GProp<?>
AppFactory. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)
Gets a reference for runtime use to get the reference of an item.default GProp<?>
IRuntimeReferenceLookup. getRuntimePropFromReference(java.lang.String reference)
Gets a reference for runtime use to get the reference of an item.GProp<?>
IRuntimeReferenceLookup. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)
Gets a reference for runtime use to get the reference of an item.GProp<?>
RuntimeApp. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)
Gets a reference for runtime use to get the reference of an item.GProp<?>
IVirtualizedReferenceLookup. getVirtualizedPropFromReference(java.lang.String reference)
Attempts to look up a virtualized property from a reference.GProp<?>
RuntimeApp. getVirtualizedPropFromReference(java.lang.String reference)
Attempts to look up a virtualized property from a reference.GProp<?>
VirtualsContainer. getVirtualizedPropFromReference(java.lang.String reference)
Gets a property reference from the virtuals container.Methods in com.iizix.server.app with parameters of type GProp Modifier and Type Method Description static AppFactory
AppFactory. getAppFactory(GProp<?> anyProp)
From a property, virtualized or not, get the AppFactory instance.java.lang.String
VirtualsContainer.VContainer. getChildReferencePropName(GProp<?> child)
Gets the parent's reference property name for this property.GProp<?>
VirtualsContainer.VContainer. getPropFromReference(GProp<?> requestor, java.lang.String reference)
Internal function for getPropFromReference(reference).PropCnr
AppFactory. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
IRuntimeReferenceLookup. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
RuntimeApp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
VirtualsContainer.VContainer. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
VirtualsContainer.VContainer. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.protected void
VirtualsContainer.VContainer. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal 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
Subclasses of GProp in com.iizix.server.app.prop Modifier and Type Class Description class
AppPropCnr
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.class
ModuleProjectPropCnr
The module root property container.class
ServerAppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Methods in com.iizix.server.app.prop that return GProp Modifier and Type Method Description GProp<?>
AppPropCnr. getModulePropFromReference(GProp<?> requestor, java.lang.String reference)
Gets a property from a reference name.GProp<?>
ModuleProjectPropCnr. getPropFromReference(GProp<?> requestor, java.lang.String ref)
Internal function for getPropFromReference(ref).Methods in com.iizix.server.app.prop with parameters of type GProp Modifier and Type Method Description java.lang.String
ModuleProjectPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)
Gets an alias name for a project name, the alias does NOT begin with "*".GProp<?>
AppPropCnr. getModulePropFromReference(GProp<?> requestor, java.lang.String reference)
Gets a property from a reference name.java.lang.String
ModuleProjectPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)
Gets the project name from an alias, the alias does NOT begin with "*".GProp<?>
ModuleProjectPropCnr. getPropFromReference(GProp<?> requestor, java.lang.String ref)
Internal function for getPropFromReference(ref).ModuleProjectPropCnr
AppPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.ModuleProjectPropCnr
ModuleProjectPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
AppPropCnr. getRootName(GProp<?> requestor)
Gets the name of the root container as in the Designer"module:"
.java.lang.String
ModuleProjectPropCnr. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.Uses of GProp in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return GProp Modifier and Type Method Description GProp<?>
AppSessionGyro. getRuntimePropFromReference(java.lang.String reference)
Gets a reference for runtime use to get the reference of an item.GProp<?>
AppSessionGyro. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)
Gets a reference for runtime use to get the reference of an item.GProp<?>
AppSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)
Attempts to look up a virtualized property from a reference to the VirtualSpace only.GProp<?>
ClientSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)
Attempts to look up a virtualized property from a reference by searching this instance.Methods in com.iizix.server.gyro with parameters of type GProp Modifier and Type Method Description PropCnr
AppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Uses of GProp in com.iizix.server.monitor
Subclasses of GProp in com.iizix.server.monitor Modifier and Type Class Description class
ClientSessionProp
Client session property.class
EndPointPropCnr
An end point property.class
EndPointsPropCnr
An end point property.class
SessionConnectionStatProp
An end point property.class
VirtualizedMonitorPropCnr
Property container used for Virtual Monitor data and communication.Uses of GProp in com.iizix.server.prop
Subclasses of GProp in com.iizix.server.prop Modifier and Type Class Description class
ServerAppConfig
Property container for the configuration of an App of the iiziServer.class
ServerConfigEnvProps
This configuration environment defines the configuration setup for the available plug-ins.class
ServerConfigEnvReference
The ServerConfigEnvReference property class hold the reference to a Server configuration environment.class
ServerPluginConfig
Property container for the configuration of a plug-in for a Server configuration environment.class
ServerProps
This server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
ServerSettings
This property is a container that holds the required settings for the server to operate and initialize itself with.class
WebServerPortConfig
Property container for the configuration of a Port "group" of the web server.Methods in com.iizix.server.prop with parameters of type GProp Modifier and Type Method Description PropCnr
ServerProps. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.java.lang.String
ServerProps. getRootName(GProp<?> requestor)
Gets and checks if this container is the root.boolean
ServerConfigEnvReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.Uses of GProp in com.iizix.server.run.prop
Subclasses of GProp in com.iizix.server.run.prop Modifier and Type Class Description class
ServerRuntimeBuilderProps
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
Subclasses of GProp in com.iizix.server.security Modifier and Type Class Description class
ServerKeysProp
Class used to store server keys.Uses of GProp in com.iizix.server.vsviewer
Subclasses of GProp in com.iizix.server.vsviewer Modifier and Type Class Description class
ServerVSViewerPropCnr
The server VSViewer property container.Uses of GProp in com.iizix.term.prop
Subclasses of GProp in com.iizix.term.prop Modifier and Type Class Description class
HostSessionProps
This property handles communication between the server and client in full duplex using Transaction's.class
RemoteHostSessionProp
The RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).class
ScreenActionGroupProp
This Screen Action Group property container for a terminal host screen.class
ScreenActionProp
This Screen Action property container for a terminal host screen.class
ScreenActionReference
Reference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.class
ScreenActionsProp
This Screen fields property container for a terminal host screen.class
ScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen.class
ScreenFieldProp
This Screen Field property container for a terminal host screen.class
ScreenFieldReference
Property holding the reference to a screen field from inside the screen, used by screen actions.class
ScreenFieldsProp
This Screen Fields property container for a terminal host screen.class
ScreenIdentificationProp
This Screen identification property container for a terminal host screen.class
ScreenIdentificationsProp
This Screen identifications property container for a terminal host screen.class
ScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
SessionsProp
This Sessions property container holds the terminal properties.class
TelnetCommProps
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static class
TerminalActionActor.Settings
The terminal action actor settings.class
TerminalProps
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.class
TerminalSettings
This TerminalSettings property container holds all settings for a terminal session.Methods in com.iizix.term.prop with parameters of type GProp Modifier and Type Method Description boolean
ScreenActionReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
ScreenFieldReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.void
ScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ScreenFieldProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.Uses of GProp in com.iizix.term.server
Subclasses of GProp in com.iizix.term.server Modifier and Type Class Description class
ActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
ActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizix.text
Classes in com.iizix.text with type parameters of type GProp Modifier and Type Class Description class
KStringPLAINTag<TARGET extends GProp<?>>
Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.Methods in com.iizix.text that return GProp Modifier and Type Method Description GProp<?>
IKStringInfoProvider. getResolveReferenceProperty()
Gets the property used for references look-up's.default GProp<?>
IKStringValuePropHolder. getResolveReferenceProperty()
Gets the property used for references look-up's.GProp<?>
ValidationKStringInfoProviderHolder. getResolveReferenceProperty()
Gets the property used for references look-up's.Methods in com.iizix.text with parameters of type GProp Modifier and Type Method Description boolean
KStringHolder.TagReference. isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.boolean
KStringPLAINVirtualSpaceTag. isReferenceValid(KStringHolder holder, GProp<?> gp)
Validates a reference.boolean
KStringTag. isReferenceValid(KStringHolder holder, GProp<?> gp)
Validates a reference.boolean
IKStringHTMLHyperlinkEvent. onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)
Called to process the remote event when a hyperlink has been activated.static void
IKStringHyperlinkType. processHyperlink(GProp<?> ksp, RemoteEvent event)
Called when a remote event is fired for a KString and a hyperlink.Constructors in com.iizix.text with parameters of type GProp Constructor Description ValidationKStringInfoProviderHolder(GProp<?> anyProp, java.lang.String targetLanguageCode)
Constructor.Uses of GProp in com.iizix.ws.actionactor
Subclasses of GProp in com.iizix.ws.actionactor Modifier and Type Class Description static class
WebServiceActionActor.Settings
Settings property container.Uses of GProp in com.iizix.ws.prop
Subclasses of GProp in com.iizix.ws.prop Modifier and Type Class Description class
AbstractInputProps
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
OutputColumn
The Output Column connects a table column from the reply output with a VSTable column.class
OutputProps
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
OutputTable
The Output Table connects a table from the reply output with a VSTable.class
OutputVariable
The Output Variable connects a reference variable from the reply output with a VSField.class
OutputVariables
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
RESTfulInputProps
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
WebServiceProp
Web Service property container holding the definition of a web service transaction.class
WebServiceReference
The reference to a Web Service transaction.Methods in com.iizix.ws.prop with parameters of type GProp Modifier and Type Method Description boolean
WebServiceReference. isReferenceValid(GProp<?> property)
Checks if the reference is valid.Uses of GProp in com.iizix.ws.prop.json
Subclasses of GProp in com.iizix.ws.prop.json Modifier and Type Class Description class
JSONElementWrapper
A JSON element wrapper, used to process the output of a Web Service reply.class
JSONEncodedInput
RESTful JSON Encoded input for the request of a Web Service transaction.class
JSONReplyDocument
The JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of GProp in com.iizix.ws.prop.url
Subclasses of GProp in com.iizix.ws.prop.url Modifier and Type Class Description class
URLEncodedInput
RESTful URL Encoded input for the request of a Web Service transaction.class
URLInputParameter
The Input Variable connects a VSField with an input variable or parameter to a web service request.