Class ShortcutButton

  • All Implemented Interfaces:
    GuiElement, ShortcutElement
    Direct Known Subclasses:
    ShortcutButtonLabel

    public class ShortcutButton
    extends AbstractShortcut

    Title: ShortcutButton.

    This class renders a button shortcut following these guidelines:

    If no link is defined for it, it will display

     <img id="" title="" ...extended properties... />
     
    otherwise, this will be shown:
     <a><img id="" title="" ...extended properties... /></a>
     
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutButton

        public ShortcutButton()
    • Method Detail

      • renderElement

        public boolean renderElement​(MarkupOutput out)
        Render the instance according to the information provided on its configuration.
        Specified by:
        renderElement in interface GuiElement
        Overrides:
        renderElement in class AbstractGuiElement
        Parameters:
        out - MarkupOutput instance where the HTML information to display to the user is to be saved.
        Returns:
        MarkupOutput instance initialized with the HTML information to display to the user.