Class TreeCartExpressionImpl

    • Constructor Detail

      • TreeCartExpressionImpl

        public TreeCartExpressionImpl()
    • Method Detail

      • renderSearch

        public void renderSearch​(MarkupOutput out)
        renderSearch, function that renders the search field and the search button.
        Specified by:
        renderSearch in interface Cart
        Overrides:
        renderSearch in class CartImpl
        Parameters:
        out - where to write the output of the method.
      • renderClearSearch

        public void renderClearSearch​(MarkupOutput out)
        renderClearSearch, function that removes the search result window and displays the original tree.
        Parameters:
        out - where to write the output of the method.
      • renderSearchField

        public void renderSearchField​(MarkupOutput out)
        Function that renders search HTML textbox field where to enter search criteria.
        Specified by:
        renderSearchField in interface Cart
        Overrides:
        renderSearchField in class CartImpl
        Parameters:
        out - where to write the output of the method.
      • renderAttributeFormQualification

        public void renderAttributeFormQualification​(MarkupOutput out,
                                                     java.util.Enumeration attributes)
        Function that renders the attribute form qualification dialog.
        Specified by:
        renderAttributeFormQualification in interface TreeCartExpression
        Parameters:
        out - where to write the output of the method.
        Since:
        MicroStrategy Web 8.0.0
      • renderInputForAttributeQualEditor

        protected void renderInputForAttributeQualEditor​(MarkupOutput out)
        Function that renders the value portion of the attribute form qualification dialog in textbox.
        Parameters:
        out - where to write the output of the method.
        Since:
        MicroStrategy Web 8.0.1