Interface CartObjectBrowser

  • All Superinterfaces:
    Cart, GuiElement
    All Known Implementing Classes:
    CartObjectBrowserImpl

    public interface CartObjectBrowser
    extends Cart
    CartMQLevel interface that defines minimum contract all cart metric qual level styles must implement.
    Since:
    MicroStrategy Web 8.0.0
    • Method Detail

      • renderCart

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

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