Class ObjectsPromptEditorTransform

    • Constructor Detail

      • ObjectsPromptEditorTransform

        public ObjectsPromptEditorTransform()
    • Method Detail

      • initializeTransform

        public void initializeTransform​(Transformable data)
        Description copied from class: AbstractAppTransform

        This method initialize the private and protected fields of the transform, such as width and height. It also invokes the initializeWebComponent, initializeImages and initializeCss methods.

        This method is automatically called from the transform method. Transforms which would like to invoke other methods in this instance directly (for example, to invoke some render methods), need first to call this method to guarantee that the Transform is ready to generate output.
        Specified by:
        initializeTransform in interface AppTransform
        Overrides:
        initializeTransform in class AbstractPromptEditorTransform
        Parameters:
        data - the bean to transform.
      • useTypeRestriction

        public boolean useTypeRestriction()
      • usePredefinedList

        public boolean usePredefinedList()
      • useSearchResults

        public boolean useSearchResults()
      • showCartOrder

        public boolean showCartOrder()
      • showColNum

        public boolean showColNum()
      • getNavigationList

        public java.util.List getNavigationList()
      • showObjectDescriptionInProperties

        public boolean showObjectDescriptionInProperties()
      • getDescLocationList

        public java.util.List getDescLocationList()
      • getDefaultAnswerList

        public java.util.List getDefaultAnswerList()
      • getPredefinedList

        public java.util.List getPredefinedList()
      • addSearchNameAttrs

        public java.util.Map addSearchNameAttrs()
        Add the name of the search as an attribute
      • renderStylesCombo

        public void renderStylesCombo​(MarkupOutput out)
        Render the different display styles for the prompt in a combo box
        Parameters:
        out -