Class VSFieldCreation

All Implemented Interfaces:
INewVSComponentWizardInfo

public class VSFieldCreation extends VSComponentCreation<EditorVSField>
Class for VirtualSpace Field creation used in the wizards e.g. when creating panel components.
Author:
Christopher Mindus
  • Constructor Details

    • VSFieldCreation

      public VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, IPropUndoRedo undoRedo)
      The constructor.
      Parameters:
      uiComp - The component.
      vsRef - The VSFieldReference atom name.
      virtualSpace - The VirtualSpace.
      valueType - The value type.
      doCreateDefaultValue - Flag to create a default value.
      isChooseTypeAllowed - If user is allowed to choose value type.
      isNullAllowed - Flag null is allowed, null to enable user to choose.
      undoRedo - The undo/redo instance.
  • Method Details