Class CartObjectBrowserImpl

    • Constructor Detail

      • CartObjectBrowserImpl

        public CartObjectBrowserImpl()
    • Method Detail

      • renderCart

        public void renderCart​(MarkupOutput out,
                               WebComponent projBrowserBean,
                               CartElements selectedItems)
        renderCart, function that renders the cart section of the Metric Qualification level editor.
        Specified by:
        renderCart in interface CartObjectBrowser
        Parameters:
        out - where to write the output of the method.
        projBrowserBean - The project browser bean
        selectedItems - enumeration of all selected items
        Since:
        MicroStrategy Web 8.0.2
      • renderAvailable

        public void renderAvailable​(MarkupOutput out,
                                    WebComponent projBrowserBean)
        renderAvailable, function that abstracts Available output.
        Specified by:
        renderAvailable in interface CartObjectBrowser
        Parameters:
        out - where to write the output of the method.
        projBrowserBean - The project browser bean.
        Since:
        MicroStrategy Web 8.0.2