Uses of Class
com.iizigo.vs.prop.EditorVSField
Package
Description
Uses of EditorVSField in com.iizigo.db.prop
Modifier and TypeMethodDescriptionEditorInputVariable.getVSField()
Gets the VSField.EditorResultProps.getVSField()
Gets the VirtualSpace field for all the output.Uses of EditorVSField in com.iizigo.link.ui.builder
Modifier and TypeMethodDescriptionComboBoxBuilder.getVSComponentClass()
Returns the source VS component class.TextAreaBuilder.getVSComponentClass()
Returns the source VS component class.TextBuilder.getVSComponentClass()
Returns the source VS component class.Modifier and TypeMethodDescriptionvoid
ComboBoxBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
TextAreaBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.void
TextBuilder.addSubOperations
(IEUIContainer container, EditorVSField comp, Collection<UIBuilderSubOperation> subOps) Adds the operation(s) for the VS component builder operation.ModifierConstructorDescriptionVSFieldBuilderSubOp
(IEUIContainer container, EditorVSField field) Constructor.Uses of EditorVSField in com.iizigo.vs
Modifier and TypeMethodDescriptionNewVSFieldWizardPage.create
(Atom name, PropCnr vsParent, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage.doCreate
(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.Modifier and TypeMethodDescriptionstatic NewVSComponentWizard<EditorVSField>
NewVSComponentWizard.newVSFieldWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field.Modifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
VSFieldTooltip.create
(org.eclipse.swt.widgets.Composite parent, EditorVSField field) Creates the tooltip.boolean
TablePanel.setCellFocus
(EditorVSField field) Selects the field in the table by placing the cursor on the cell and selecting the row.Uses of EditorVSField in com.iizigo.vs.link
Modifier and TypeMethodDescriptionprotected String
VSLinkField.getOperation
(PropCnr target, EditorVSField component) Returns the operation that linking will produce.protected boolean
VSLinkField.isAlreadyLinked
(PropCnr target, EditorVSField component) Verifies if the component has been linked already.Modifier and TypeMethodDescriptionprotected PropCnr
VSLinkField.runOperation
(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of EditorVSField in com.iizigo.vs.prop
Modifier and TypeMethodDescriptionEditorVSField.clone()
Clone must be overridden.EditorVSColumnHeader.createEmptyField()
Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSColumnHeader.createEmptyField
(Atom fieldName) Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSRow.createField()
Creates a new field with a unique name that then can be added to this row.EditorVSColumnHeader.createUninitializedField()
Creates a new UNNAMED uninitialized field.EditorVSColumnHeader.createUninitializedField
(Atom fieldName) Creates a new uninitialized field.EditorVSRow.getField
(int columnIndex) Gets the field at specified column index.EditorVSRow.getFields()
Gets the fields for the row.Uses of EditorVSField in com.iizigo.vs.wizards
Modifier and TypeMethodDescriptionprotected EditorVSField
VSFieldCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.Uses of EditorVSField in com.iizigo.ws.prop
Uses of EditorVSField in com.iizigo.ws.prop.url