Class ShortcutBean

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutBean
    extends AbstractShortcut
    This class renders a ShortcutElement that represents a base bean combined with a transform. It checks for an extended-attribute called "style-name". If it's found it then uses it to Transform the Bean, otherwise, it use calls the generateOutput method of the bean.
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutBean

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