Class ShortcutColorPickerPane

  • All Implemented Interfaces:
    GuiElement, ShortcutElement

    public class ShortcutColorPickerPane
    extends AbstractShortcut

    Title: ShortcutColorPickerPane.

    This class renders a color picker pane element. The picker will have to be rendered separately using a ShortcutListPicker component. It generates the following HTML:

     <span title=""></>
     
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ShortcutColorPickerPane

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