Class EditorPushProps

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

public class EditorPushProps extends PushProps implements IPropDesigner
Container that holds the required settings for the Push Notification of an app in the Editor.
  • Constructor Details

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

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