Interface ContactsCart

  • All Superinterfaces:
    Cart, GuiElement

    public interface ContactsCart
    extends Cart
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • setDevices

        void setDevices​(SimpleList devices)
        sets devices to be rendered on the address creation part.
      • renderCart

        void renderCart​(MarkupOutput out,
                        java.util.Enumeration personalList,
                        java.util.Enumeration sharedList,
                        java.util.Enumeration selectedTo,
                        java.util.Enumeration selectedCc,
                        java.util.Enumeration selectedBcc)
        Renders Subscription Contacts Cart
        Parameters:
        out - markup output
        personalList - list of personal contacs as an Enumeration of ContactCartElement objects.
        sharedList - list of shared contacs as an Enumeration of ContactCartElement objects.
        selectedTo - list of selected contacs for "To" field as an Enumeration of ContactCartElement objects.
        selectedCc - list of selected contacs for "Cc" field as an Enumeration of ContactCartElement objects.
        selectedBcc - list of selected contacs for "Bcc" field as an Enumeration of ContactCartElement objects.