Class CartFontStylesImpl

    • Constructor Detail

      • CartFontStylesImpl

        public CartFontStylesImpl()
        Default no arguments constructor.
    • Method Detail

      • initializeCart

        public void initializeCart()
        InitializeCart, for initializing all Cart properties to default values.
        Specified by:
        initializeCart in interface Cart
        Overrides:
        initializeCart in class CartImpl
      • renderCart

        public void renderCart​(MarkupOutput out,
                               ShortcutList fontNamesPicker,
                               java.util.Enumeration selectedItems)
        renderCart, function that abstracts standard Cart output.
        Specified by:
        renderCart in interface CartFontStyles
        Parameters:
        out - where to write the output of the method.
        fontNamesPicker - ShortcutList instance with the font name picker information.
        selectedItems - enumeration of all selected items
        Since:
        MicroStrategy Web 8.0.0
      • renderCart

        public void renderCart​(MarkupOutput out,
                               java.lang.String fontNamesFile,
                               java.util.Enumeration selectedItems)
        Deprecated.
        use renderCart(MarkupOutput, ShortcutList, Enumeration) instead.
        renderCart, function that abstracts standard Cart output.
        Specified by:
        renderCart in interface CartFontStyles
        Parameters:
        out - where to write the output of the method.
        fontNamesFile - XML file which contains the font names available.
        selectedItems - enumeration of all selected items
      • renderAvailable

        public void renderAvailable​(MarkupOutput out,
                                    ShortcutList fontNamesPicker)
        renderAvailable, function that abstracts Available output.
        Specified by:
        renderAvailable in interface CartFontStyles
        Parameters:
        out - where to write the output of the method.
        fontNamesPicker - ShortcutList instance with the font name picker information.
        Since:
        MicroStrategy Web 8.0.0
      • renderAvailable

        public void renderAvailable​(MarkupOutput out,
                                    java.lang.String fontNamesFile)
        Deprecated.
        use renderAvailable(MarkupOutput, ShortcutList) instead.
        renderAvailable, function that abstracts Available output.
        Specified by:
        renderAvailable in interface CartFontStyles
        Parameters:
        out - where to write the output of the method.
        fontNamesFile - XML file which contains the font names available.
      • renderSelected

        public void renderSelected​(MarkupOutput out,
                                   java.util.Enumeration items)
        renderSelected, function that abstracts Selected output.
        Specified by:
        renderSelected in interface Cart
        Overrides:
        renderSelected in class CartImpl
        Parameters:
        out - where to write the output of the method.
        items - enumeration of all selected items
      • renderAdditionalInfo

        public void renderAdditionalInfo​(MarkupOutput out)
        renderAdditionalInfo, method that renders additional information shown to the user.
        Specified by:
        renderAdditionalInfo in interface CartFontStyles
        Parameters:
        out - where to write the output of the method.