Class CometPageTemplatePanelScript

    • Constructor Detail

      • CometPageTemplatePanelScript

        public CometPageTemplatePanelScript()
        Instantiates a new comet template 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)
        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)
        Sets the shortcut.
        Overrides:
        setShortcut in class CometScript
        Parameters:
        shortcut - the new shortcut