Class PromptExpressionWidgetTransform

    • Constructor Detail

      • PromptExpressionWidgetTransform

        public PromptExpressionWidgetTransform()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Specified by:
        getDescription in interface Transform
        Returns:
        The textual description of the transform.
      • getAvailableFolderWidget

        public Block getAvailableFolderWidget​(java.lang.String styleName)
      • getAvailableFolderWidget

        public Block getAvailableFolderWidget​(java.lang.String styleName,
                                              java.lang.String paramName,
                                              java.lang.Object paramValue)
      • getAvailableFolderWidget

        public Block getAvailableFolderWidget​(java.lang.String styleName,
                                              java.lang.String paramName1,
                                              java.lang.Object paramValue1,
                                              java.lang.String paramName2,
                                              java.lang.Object paramValue2,
                                              java.lang.String paramName3,
                                              java.lang.Object paramValue3,
                                              java.lang.String paramName4,
                                              java.lang.Object paramValue4,
                                              java.lang.String paramName5,
                                              java.lang.Object paramValue5)
      • getAnswer

        public java.util.List<FlattenedTreeNode> getAnswer()
        Returns a flattened enumeration of answer expression tree.
        Returns:
        An Enumeration of FlattenedTreeNode objects.
      • isAvailableFlattenedExisting

        public boolean isAvailableFlattenedExisting()
      • getDefaultAnswerAsString

        public java.lang.String getDefaultAnswerAsString()
      • hasNonEmptySearchResults

        public boolean hasNonEmptySearchResults()
      • getEmptyTreeText

        public java.lang.String getEmptyTreeText​(int descriptor)
      • getSearchRequiredText

        public java.lang.String getSearchRequiredText()
      • getAllFormsInteger

        public java.lang.String getAllFormsInteger()
      • getSuggestedAnswers

        public WebFolder getSuggestedAnswers()
      • isAttributeQualification

        public boolean isAttributeQualification()
      • isMetricQualification

        public boolean isMetricQualification()
      • isHierarchyQualification

        public boolean isHierarchyQualification()
      • isSAPQualification

        public boolean isSAPQualification()
      • getAllowedFunctions

        public void getAllowedFunctions​(BlockList list)
      • getDefaultFunction

        public java.lang.String getDefaultFunction()
      • getDisplayedForms

        public java.lang.String getDisplayedForms()
      • isAllowDisplayOutputLevelSelector

        public boolean isAllowDisplayOutputLevelSelector()
      • showIncrementalFetch

        public boolean showIncrementalFetch()
      • shouldRenderNoneOption

        public boolean shouldRenderNoneOption()
      • shouldRenderDualCart

        public boolean shouldRenderDualCart()
      • getSupportedBeanType

        public java.lang.Class getSupportedBeanType()
        Get the class of objects this transform is able to handle.
        Specified by:
        getSupportedBeanType in interface Transform
        Overrides:
        getSupportedBeanType in class AbstractAppTransform
        Returns:
        a Class instance with the information about the beans this transform is able to manipulate.