Class ShortcutGridLevels

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutGridLevels
    extends AbstractShortcut
    This class renders the different grid levels (such as Values, Header, etc) that can be made available given the ReportBean provided
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutGridLevels

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