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 EditorVSFieldEditorInputVariable. getVSField()Gets the VSField.EditorVSFieldEditorResultProps. 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 EditorVSFieldVSFieldBuilderSubOp. fieldThe 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 voidComboBoxBuilder. addSubOperations(IEUIContainer container, EditorVSField comp, java.util.Collection<UIBuilderSubOperation> subOps)Adds the operation(s) for the VS component builder operation.voidTextAreaBuilder. addSubOperations(IEUIContainer container, EditorVSField comp, java.util.Collection<UIBuilderSubOperation> subOps)Adds the operation(s) for the VS component builder operation.voidTextBuilder. 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 EditorVSFieldNewVSFieldWizardPage. create(Atom name, PropCnr vsParent, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage. 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 booleanTablePanel. 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.StringVSLinkField. getOperation(PropCnr target, EditorVSField component)Returns the operation that linking will produce.protected booleanVSLinkField. 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 PropCnrVSLinkField. 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 EditorVSFieldEditorVSField. clone()Clone must be overridden.EditorVSFieldEditorVSColumnHeader. createEmptyField()Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSFieldEditorVSColumnHeader. createEmptyField(Atom fieldName)Creates an empty field for this column, depending on defined types, null attributes, etc.EditorVSFieldEditorVSRow. createField()Creates a new field with a unique name that then can be added to this row.EditorVSFieldEditorVSColumnHeader. createUninitializedField()Creates a new UNNAMED uninitialized field.EditorVSFieldEditorVSColumnHeader. createUninitializedField(Atom fieldName)Creates a new uninitialized field.EditorVSFieldEditorVSRow. 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 EditorVSFieldVSFieldCreation. 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 EditorVSFieldEditorOutputVariable. 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 EditorVSFieldEditorURLInputParameter. getVSField()Gets the VSField.