Class EditorPushProps

    • Constructor Detail

      • EditorPushProps

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

        public EditorPushProps​(Atom propertyAtom)
        Creates the Push Notification 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 EditorPushProps clone()
        Creates a clone out of this property.
        Overrides:
        clone in class PushProps
        Returns:
        The clone of the EditorPushProps.
      • 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.