Uses of Class
com.iizigo.vs.prop.EditorVSField
Packages that use EditorVSField Package Description com.iizigo.db.prop com.iizigo.link.ui.builder com.iizigo.vs com.iizigo.vs.link com.iizigo.vs.prop com.iizigo.vs.wizards com.iizigo.ws.prop com.iizigo.ws.prop.url Uses of EditorVSField in com.iizigo.db.prop
Methods in com.iizigo.db.prop that return EditorVSField Modifier and Type Method Description EditorVSField
EditorInputVariable. getVSField()
Gets the VSField.EditorVSField
EditorResultProps. getVSField()
Gets the VirtualSpace field for all the output.Uses of EditorVSField in com.iizigo.link.ui.builder
Fields in com.iizigo.link.ui.builder declared as EditorVSField Modifier and Type Field Description protected EditorVSField
VSFieldBuilderSubOp. field
The field.Methods in com.iizigo.link.ui.builder that return types with arguments of type EditorVSField Modifier and Type Method Description java.lang.Class<EditorVSField>
ComboBoxBuilder. getVSComponentClass()
Returns the source VS component class.java.lang.Class<EditorVSField>
TextAreaBuilder. getVSComponentClass()
Returns the source VS component class.java.lang.Class<EditorVSField>
TextBuilder. getVSComponentClass()
Returns the source VS component class.Methods in com.iizigo.link.ui.builder with parameters of type EditorVSField Modifier and Type Method Description void
ComboBoxBuilder. addSubOperations(IEUIContainer container, EditorVSField comp, java.util.Collection<UIBuilderSubOperation> subOps)
Adds the operation(s) for the VS component builder operation.void
TextAreaBuilder. addSubOperations(IEUIContainer container, EditorVSField comp, java.util.Collection<UIBuilderSubOperation> subOps)
Adds the operation(s) for the VS component builder operation.void
TextBuilder. addSubOperations(IEUIContainer container, EditorVSField comp, java.util.Collection<UIBuilderSubOperation> subOps)
Adds the operation(s) for the VS component builder operation.Constructors in com.iizigo.link.ui.builder with parameters of type EditorVSField Constructor Description VSFieldBuilderSubOp(IEUIContainer container, EditorVSField field)
Constructor.Uses of EditorVSField in com.iizigo.vs
Methods in com.iizigo.vs that return EditorVSField Modifier and Type Method Description EditorVSField
NewVSFieldWizardPage. 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.Methods in com.iizigo.vs that return types with arguments of type EditorVSField Modifier and Type Method Description static NewVSComponentWizard<EditorVSField>
NewVSComponentWizard. newVSFieldWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo)
Create a new instance of the wizard to create a field.Methods in com.iizigo.vs with parameters of type EditorVSField Modifier and Type Method Description boolean
TablePanel. setCellFocus(EditorVSField field)
Selects the field in the table by placing the cursor on the cell and selecting the row.Constructors in com.iizigo.vs with parameters of type EditorVSField Constructor Description VSFieldTooltip(org.eclipse.swt.widgets.Composite parent, EditorVSField field)
Constructor.Uses of EditorVSField in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return types with arguments of type EditorVSField Modifier and Type Method Description java.lang.Class<EditorVSField>
VSLinkField. getVSClass()
Returns the class used for linking.Methods in com.iizigo.vs.link with parameters of type EditorVSField Modifier and Type Method Description protected java.lang.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.Method parameters in com.iizigo.vs.link with type arguments of type EditorVSField Modifier and Type Method Description protected PropCnr
VSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.Uses of EditorVSField in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSField Modifier and Type Method Description EditorVSField
EditorVSField. clone()
Clone must be overridden.EditorVSField
EditorVSColumnHeader. createEmptyField()
Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSField
EditorVSColumnHeader. createEmptyField(Atom fieldName)
Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSField
EditorVSRow. createField()
Creates a new field with a unique name that then can be added to this row.EditorVSField
EditorVSColumnHeader. createUninitializedField()
Creates a new UNNAMED uninitialized field.EditorVSField
EditorVSColumnHeader. createUninitializedField(Atom fieldName)
Creates a new uninitialized field.EditorVSField
EditorVSRow. getField(int columnIndex)
Gets the field at specified column index.EditorVSField[]
EditorVSRow. getFields()
Gets the fields for the row.Uses of EditorVSField in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return EditorVSField Modifier and Type Method Description protected 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
Methods in com.iizigo.ws.prop that return EditorVSField Modifier and Type Method Description EditorVSField
EditorOutputVariable. getVSField()
Gets the VSField.Uses of EditorVSField in com.iizigo.ws.prop.url
Methods in com.iizigo.ws.prop.url that return EditorVSField Modifier and Type Method Description EditorVSField
EditorURLInputParameter. getVSField()
Gets the VSField.