Class ShortcutPulldown

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutPulldown
    extends AbstractShortcut
    Title: ShortcutPulldown. This class renders a pulldown ShortcutElement with a text area available for indicating with a descriptor the current element selected. The picker for the different elements to provide as options will have to be rendered separately using a ShortcutListPicker. It generates the following output: Either
     <div id="id" class="pulldown">
       <img src=.../>
     </div>
     
    or:
     <div id="id" class="pulldown">Text</div>
     
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutPulldown

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