Class PromptConstantWidgetTransform

    • Field Detail

      • markDefaultAnswerAsComplex

        public FormalParameter markDefaultAnswerAsComplex
        Enforces application to mark given default answer, if exists, as complex.
        Complex default answers are those that can't be displayed with given prompt style because of its complexity. Most likely, these kind of answers are displayed below prompt question and expanded to corresponding expression format. This flag overrules prompt definition by marking complex given default answer.
        This flag is used as boolean value.
      • displayDynamicDateAsStatic

        public FormalParameter displayDynamicDateAsStatic
    • Constructor Detail

      • PromptConstantWidgetTransform

        public PromptConstantWidgetTransform()
    • Method Detail

      • isAnswerComplex

        public boolean isAnswerComplex()
      • getAnswer

        public java.lang.String getAnswer()
      • isDynamicDatePrompt

        public boolean isDynamicDatePrompt()
      • getResolvedDynamicDate

        public java.lang.String getResolvedDynamicDate()
      • getPromptDataType

        public int getPromptDataType()
      • isDatePrompt

        public boolean isDatePrompt()
      • getMax

        public java.lang.String getMax()
      • getMin

        public java.lang.String getMin()
      • showIncrementalFetch

        public boolean showIncrementalFetch()
      • 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.
      • 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.
      • getDecimalSep

        public java.lang.String getDecimalSep()
      • getThousandSep

        public java.lang.String getThousandSep()