Class ShortcutInput

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutInput
    extends AbstractShortcut

    Title: ShortcutInput. This class renders a button shortcut element that can be of the form of a checkbox, radio button or text field. If provided, some text might be displayed before (for the case of a text field) or after (checkbox and radio buttons) the element.

    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutInput

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