Interface ShortcutElement

    • Method Detail

      • setIncludeSubItems

        void setIncludeSubItems​(boolean value)
        This flag indicates whether the HTML should include the subitems content when this element is rendered.
        Parameters:
        value - boolean: true if shortcut should include it automatically.
      • isIncludeSubItems

        boolean isIncludeSubItems()
        This flag indicates whether the HTML should include the subitems content when this element is rendered.
        Returns:
        boolean true if subitems content will be included when the element is rendered.
      • setShortcut

        void setShortcut​(Shortcut config)
        Sets the Shortcut instance to be rendered by this element
        Parameters:
        config - Shortcut instance to be rendered by this element.
      • getShortcut

        Shortcut getShortcut()
        Obtain the Shortcut instance to be rendered by this element
        Returns:
        the current Shortcut instance associated with this element