Interface QuickLinks

  • All Superinterfaces:
    GuiElement
    All Known Implementing Classes:
    QuickLinksImpl

    public interface QuickLinks
    extends GuiElement
    This interface is used to render the quick links at the top right corner of the report page.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • setItemCss

        void setItemCss​(java.lang.String css)
        Sets the CSS styles to be used by the quick links.
        Parameters:
        css - The name of the CSS style.
      • setShortcutList

        void setShortcutList​(ShortcutList links)
        Sets the list of ShortcutList elements which are to be rendered by this quick link.
        Parameters:
        links - The list of ShortcutList elements.
      • getShortcutList

        ShortcutList getShortcutList()
        Returns the list of ShortcutList elements which are to be rendered by this quick link.
        Returns:
        The list of ShortcutList elements.