Class EditorPWAProps

All Implemented Interfaces:
IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable

public class EditorPWAProps extends PWAProps implements IPropDesigner
Container that holds the required settings for the PWA in the Editor.
  • Constructor Details

    • EditorPWAProps

      public EditorPWAProps()
      Creates the PWA property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorPWAProps

      public EditorPWAProps(Atom propertyAtom)
      Creates the PWA property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details

    • clone

      public EditorPWAProps clone()
      Creates a clone out of this property.
      Overrides:
      clone in class PWAProps
      Returns:
      The clone of the PWAProps.
    • getDesigner

      public DesignerProp getDesigner()
      Gets the Designer Extension for Properties.
      Specified by:
      getDesigner in interface IPropDesigner
      Returns:
      The instance of the Designer Extension.
    • getModuleModel

      public ModuleModel getModuleModel()
      Gets the module model.