Class AttributeFormsQualificationTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class AttributeFormsQualificationTransform
    extends AbstractEditorTransform
    Used mostly on prompts, this transform renders a dialog which enables users to build a qualification based on an attribute form value.
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • AttributeFormsQualificationTransform

        public AttributeFormsQualificationTransform()
        Default empty constructor.
        Initialize formal parameters.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the textual description of the transform
        Returns:
        the description of the transform
      • renderAttributeQualification

        public void renderAttributeQualification​(MarkupOutput out)
        Renders the HTML for an attribute qualification.
        Parameters:
        out - MarkupOutput instance where to write the HTML this method will generate.
      • getCartExpression

        protected TreeCartExpression getCartExpression()
        Returns the current instance of the TreeCartExpression. If the current instance is null, it creates a new instance by calling the createCartExpression and then initializes the cart using TreeCartExpression.initializeCart.
        Returns:
        the current instance of the TreeCartExpression
      • createCartExpression

        protected TreeCartExpression createCartExpression()
        Create a new instance of the TreeCartExpression.
        Returns:
        the newly created instance.
        Since:
        MicroStrategy Web 8.0.1