Class EditorPWAProps

    • Constructor Detail

      • 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 Detail

      • 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.