Class ShortcutPickerOption

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutPickerOption
    extends ShortcutDefault

    Title: ShortcutPickerOption.

    This class renders a button picker option element with these guidelines:

    If no link is defined for it, it will display

     <span id="" class="mstrPickerOption" ...extended properties...  <span class="mstrIcon-tb" />>descriptor </span>
     
    otherwise, this will be shown:
     <a><span id="" class="mstrPickerOption" ...extended properties...  <span class="mstrIcon-tb" />>descriptor </span></a>
     
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • ShortcutPickerOption

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