Class CometSettingPanelScript

    • Constructor Detail

      • CometSettingPanelScript

        public CometSettingPanelScript()
        Instantiates a new comet setting panel script.
    • Method Detail

      • getFrontRowLink

        public CometScript.FrontRowLink getFrontRowLink()

        Reintroduce the frontRowLink XML element.

        This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

        Overrides:
        getFrontRowLink in class CometScript
        Returns:
        the front row link
      • getHierarchy

        public java.lang.String getHierarchy()

        Reintroduce the hierarchy XML element.

        This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

        Overrides:
        getHierarchy in class CometScript
        Returns:
        the hierarchy
      • setHierarchy

        public void setHierarchy​(java.lang.String hierarchy)
        Description copied from class: CometScript
        Sets the hierarchy.
        Overrides:
        setHierarchy in class CometScript
        Parameters:
        hierarchy - the new hierarchy
      • getShortcut

        public java.lang.String getShortcut()

        Reintroduce the shortcut XML element.

        This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

        Overrides:
        getShortcut in class CometScript
        Returns:
        the shortcut
      • setShortcut

        public void setShortcut​(java.lang.String shortcut)
        Description copied from class: CometScript
        Sets the shortcut.
        Overrides:
        setShortcut in class CometScript
        Parameters:
        shortcut - the new shortcut
      • getRepositoryFilename

        public java.lang.String getRepositoryFilename()
                                               throws CometException
        Description copied from class: CometEntity

        Gets the repository filename for this particular item

        This method MUST be overridden by classes extending CometEntity

        Overrides:
        getRepositoryFilename in class CometEntity
        Returns:
        the repository filename of this particular item
        Throws:
        CometException - the comet exception
      • getRepositoryPath

        public java.lang.String getRepositoryPath()
                                           throws CometException
        Description copied from class: CometEntity

        Get the relative repository path for this configuration type.

        This method MUST be overridden by classes extending CometEntity.

        Overrides:
        getRepositoryPath in class CometEntity
        Returns:
        relative repository path
        Throws:
        CometException - the comet exception