Uses of Class
com.iizix.prop.vs.VSComponent
Packages that use VSComponent
Package
Description
Uses of VSComponent in com.iizigo.link.ui
Classes in com.iizigo.link.ui with type parameters of type VSComponentModifier and TypeInterfaceDescriptioninterfaceIUIBuilderFromVS<VS_COMP extends VSComponent>The interface used for UI builders from VirtualSpace.Uses of VSComponent in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type VSComponentModifierConstructorDescriptionLopVSComponent(VSComponent target, PropCnr owner, Atom atom) Constructor.Uses of VSComponent in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return VSComponentModifier and TypeMethodDescriptionprotected VSComponentVSRelativeReferencePropEditor.getCurrentReferenceTarget()Gets the current property reference target.protected VSComponentVSRelativeReferencePropEditor.getReferenceTarget(String relativeReference) Gets the current property reference target.Uses of VSComponent in com.iizigo.vs
Classes in com.iizigo.vs with type parameters of type VSComponentModifier and TypeClassDescriptionclassNewVSComponentWizard<TYPE extends VSComponent>New VS Component wizard.Uses of VSComponent in com.iizigo.vs.prop
Subclasses of VSComponent in com.iizigo.vs.propModifier and TypeClassDescriptionclassThe Editor VirtualSpace Action property class.classThe Editor VirtualSpace Column property class.classThe Editor VirtualSpace Field property class.classThe Editor VirtualSpace Group property class.classThe Editor VirtualSpace Row property class.classThe Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop with parameters of type VSComponentModifier and TypeMethodDescriptionprotected voidEditorVSFocusReference.onRemoved(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected voidEditorVSOnUIEvent.onRemoved(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected voidEditorVSFocusReference.onResolved(VSComponent target) Called when the property reference has been resolved.protected voidEditorVSOnUIEvent.onResolved(VSComponent target) Called when the property reference has been resolved.Uses of VSComponent in com.iizigo.vs.wizards
Classes in com.iizigo.vs.wizards with type parameters of type VSComponentModifier and TypeClassDescriptionclassVSComponentCreation<VSTYPE extends VSComponent>Class for VirtualSpace component creation used in the wizards e.g.Fields in com.iizigo.vs.wizards declared as VSComponentModifier and TypeFieldDescriptionprotected VSTYPEVSComponentCreation.createdComponentThe created component.Uses of VSComponent in com.iizigo.ws.editor
Method parameters in com.iizigo.ws.editor with type arguments of type VSComponentModifier and TypeMethodDescriptionbooleanIEditorReplyProcessor.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.booleanIEditorReplyProcessor.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.Uses of VSComponent in com.iizigo.ws.prop.json
Method parameters in com.iizigo.ws.prop.json with type arguments of type VSComponentModifier and TypeMethodDescriptionbooleanEditorJSONReplyDocument.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.booleanEditorJSONReplyDocument.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.Uses of VSComponent in com.iizix.gyro
Methods in com.iizix.gyro with type parameters of type VSComponentModifier and TypeMethodDescription<VSC extends VSComponent>
VSCIAppSessionGyro.getVirtualizedVSComponent(VSC component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Uses of VSComponent in com.iizix.prop
Methods in com.iizix.prop that return VSComponentModifier and TypeMethodDescriptionModuleApp.getInitialVSComponent()Gets the component that initially should have focus, or be called (if VSAction is returned).Uses of VSComponent in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSComponentModifier and TypeMethodDescriptionprotected voidAbstractContentUIContainer.addMappings(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.protected voidAbstractContentUIContainer.addMappingsTable(String uiRef, VSMappings mappings, VSComponent vsStateFocus) Gets the VSTable mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return VSComponentModifier and TypeMethodDescriptionUIComp.getFirstContainerVSStateFocus()Gets the first VS component encountered for state and focus of this container or in the parent tree up to the panel level.UIContainer.getFirstContainerVSStateFocus()Gets the first VS component encountered for state and focus of this container or in the parent tree up to the panel level.AbstractUIAction.getMappedVSComponent()Gets the main component that is used to map the UI component to the VirtualSpace.UIComp.getMappedVSComponent()Gets the main component that is used to map the UI component to the VirtualSpace.AbstractUIAction.getVSFocusComponent()Gets the VS component to focus when action is triggered.IUIAction.getVSFocusComponent()Gets the VS component to focus when action is triggered.UIComp.getVSStateFocus()Gets the VS component for state and focus of this component (always null) if the component is not a container.final VSComponentUIContainer.getVSStateFocus()Gets the VS component for state and focus of this container.Methods in com.iizix.prop.ui that return types with arguments of type VSComponentModifier and TypeMethodDescriptionGets the mappings of a panel UIComp to the VirtualSpace VSComponent's.IUIComp.getComponentMappings()Gets the mappings to VSComponent's for this component.final List<VSComponent>UIComp.getComponentMappings()Gets the mappings to VSComponent's for this component.Methods in com.iizix.prop.ui with parameters of type VSComponentModifier and TypeMethodDescriptionbooleanVSMappings.add(String uiRef, UIComp uiComp, VSComponent vsComp) Adds a new mapping.booleanVSMappings.add(String uiRef, UIComp uiComp, VSComponent vsComp, boolean force) Adds a new mapping.protected voidUIComp.addMappings(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.booleanIUIAction.enterVSProcessing(VSComponent component) Call this method when the VSField or the text will update each other, in order to avoid recursion in event processing.final booleanUIComp.enterVSProcessing(VSComponent component) Call this method when the VSField or the text will update each other, in order to avoid recursion in event processing.VSMappings.get(VSComponent vsComp) Gets the mappings of a VSComponent to the panel components.VSMappings.list(VSComponent vsComp, String indent) Lists the mappings from VS to UI.voidUIContainer.onBroken(VSComponentReference reference, VSComponent component) Called when the property reference has been broken, i.e.voidUIContainer.onResolved(VSComponentReference reference, VSComponent component) Called when the property reference has been resolved.voidUIContainer.onStateChanged(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.protected voidAbstractUIAction.processVSComponentSelection(VSComponent mappedComponent) Override to process the VS components selection state when Atom.SELECTED BoolProp changes.protected voidUIComp.processVSComponentSelection(VSComponent mappedComponent) Override to process the VS components selection state when Atom.SELECTED BoolProp changes.booleanAbstractUIAction.setVSFocusComponent(VSComponent component) Sets the VS focus reference when action is clicked.protected booleanUIComp.verifyComponentScope(UIContainer scopeContainer, String what, PropVerification verification, VSComponent vsOuter) Verifies that this component has it's VS references inside the outer VS reference.protected booleanUIContainer.verifyComponentScope(UIContainer scopeContainer, String what, PropVerification verification, VSComponent vsOuter) Verifies that this component has it's VS references inside the outer VS reference.Uses of VSComponent in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type VSComponentModifier and TypeMethodDescriptionprotected voidMapMarkerProp.addMappings(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type VSComponentModifier and TypeMethodDescriptionprotected voidMLItemProp.addMappings(VSMappings mappings, VSComponent vsStateFocus) Gets the mappings of a VirtualSpace to the panel components.Uses of VSComponent in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return VSComponentModifier and TypeMethodDescriptionUITable.getMappedVSComponent()Gets the main component that is used to map the UI component to the VirtualSpace.Uses of VSComponent in com.iizix.prop.vs
Classes in com.iizix.prop.vs with type parameters of type VSComponentModifier and TypeClassDescriptionclassAbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>> Class that holds a single VS "variable" mapping of a certain type.classVSReferenceOwnerData<VSTYPE extends VSComponent,REFPROP extends VSRelativeReference<VSTYPE>> Data holder class for the owner of a VS relative reference property for a column reference.classVSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.Subclasses of VSComponent in com.iizix.prop.vsModifier and TypeClassDescriptionclassThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).Fields in com.iizix.prop.vs declared as VSComponentModifier and TypeFieldDescriptionprotected TARGETVSRelativeReference.currentTargetThe current target reference.protected TARGETVSRelativeReference.fixedTargetThe current target reference.Methods in com.iizix.prop.vs with type parameters of type VSComponentModifier and TypeMethodDescription<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
AbstractVSVariable<VSCOMP,REFTYPE>[] VSVariables.getVariables()Gets the variables of this container.Methods in com.iizix.prop.vs that return VSComponentModifier and TypeMethodDescriptionVSComponent.clone()Clones the VirtualSpace component.VSComponent.getNonVirtualized()Gets the non-virtualized instance of this component, if it exists.VSReference.getVSComponent(VSRelativeReference<?> relRef) Gets a VirtualSpace component from a relative reference.VSReference.getVSComponent(String rel) Gets a VirtualSpace component from a relative reference.VSAnnotationReferenceProcessor.resolveReference(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.protected final VSComponentVSComponent.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs that return types with arguments of type VSComponentMethods in com.iizix.prop.vs with parameters of type VSComponentModifier and TypeMethodDescriptionvoidVSWorkUnit.add(VSComponent component) Adds another component in the work unit.booleanVirtualSpace.areFree(Runnable callback, boolean callbackIfFree, VSComponent... components) Verifies if the component(s) is/are included in a work unit currently in progress in this VirtualSpace.booleanVSComponent.areFree(Runnable callback, boolean callbackIfFree, VSComponent component) Verifies if this component and another are included in a work unit currently in progress in the VirtualSpace.booleanVSComponent.areFree(Runnable callback, boolean callbackIfFree, VSComponent... components) Verifies if this component and other component(s) are included in a work unit currently in progress in the VirtualSpace.booleanVSWorkUnit.areFree(Runnable callback, VSComponent... components) Verifies if component(s) is/are included in the work unit.booleanVirtualSpace.areFree2(Runnable callback, boolean callbackIfFree, VSComponent component, VSComponent... components) Verifies if the components are included in a work unit currently in progress in this VirtualSpace.booleanVirtualSpace.isFree(Runnable callback, boolean callbackIfFree, VSComponent component) Verifies if the component is included in a work unit currently in progress in this VirtualSpace.booleanVSWorkUnit.isFree(Runnable callback, VSComponent component) Verifies if a component is included in the work unit.booleanIVSComponentReferenceProvider.isVSComponentReferenceValid(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.default booleanIVSComponentReferenceProvider.isVSComponentReferenceValid(VSComponentReference ref, VSComponent component) Validates the VS component reference that has been looked up.voidIVSGenericComponentListener.onBroken(VSComponentReference reference, VSComponent component) Called when the property reference has been broken, i.e.protected voidVSComponentReference.onRemoved(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected voidVSFocusReference.onRemoved(VSComponent oldTarget) Called when the property reference has been disposed of e.g.protected voidVSOnUIEvent.onRemoved(VSComponent oldTarget) Called when the property reference has been disposed of e.g.voidIVSGenericComponentListener.onResolved(VSComponentReference reference, VSComponent component) Called when the property reference has been resolved.protected voidVSComponentReference.onResolved(VSComponent target) Called when the property reference has been resolved.protected voidVSFocusReference.onResolved(VSComponent target) Called when the property reference has been resolved.protected voidVSOnUIEvent.onResolved(VSComponent target) Called when the property reference has been resolved.voidIVSGenericComponentListener.onStateChanged(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.Constructors in com.iizix.prop.vs with parameters of type VSComponentModifierConstructorDescriptionprotectedVSComponent(Atom propertyAtom, VSComponent[] properties) Creates a property container with the specified name and properties.VSWorkUnit(VSComponent component) The list of components used in the for the VS update work.VSWorkUnit(VSComponent... components) The list of components used in the for the VS update work.Uses of VSComponent in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return VSComponentModifier and TypeMethodDescriptionSetFocus.Settings.getTargetFocus()Gets the target focus VS component.Uses of VSComponent in com.iizix.server.gyro
Methods in com.iizix.server.gyro with type parameters of type VSComponentModifier and TypeMethodDescription<VSC extends VSComponent>
VSCAppSessionGyro.getVirtualizedVSComponent(VSC component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Uses of VSComponent in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type VSComponentModifier and TypeMethodDescriptionbooleanScreenFieldProp.isVSComponentReferenceValid(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.Uses of VSComponent in com.iizix.ws.prop.json
Method parameters in com.iizix.ws.prop.json with type arguments of type VSComponentModifier and TypeMethodDescriptionprotected booleanJSONReplyDocument.processReply(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes the reply to populate VirtualSpace.protected booleanJSONReplyDocument.processReply(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes the reply to populate VirtualSpace.