Class ShortcutAnchor

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutAnchor
    extends AbstractShortcut
    This class renders a default shortcut as an anchor tag It uses the following:
     < title=text a>text</a>
     
    Since:
    MicroStrategy Web 9.3.1
    • Constructor Detail

      • ShortcutAnchor

        public ShortcutAnchor()
    • 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.