Class ElementsPromptEditorTransform

    • Constructor Detail

      • ElementsPromptEditorTransform

        public ElementsPromptEditorTransform()
    • Method Detail

      • addAttributeNameAsValue

        public java.util.Map addAttributeNameAsValue()
      • addAttributeDSSIDAsValue

        public java.util.Map addAttributeDSSIDAsValue()
      • addGeoLevelAsValue

        public java.util.Map addGeoLevelAsValue()
      • addGeoLevelAsDSSID

        public java.util.Map addGeoLevelAsDSSID()
      • addFilterNameAsValue

        public java.util.Map addFilterNameAsValue()
      • addFilterDSSIDAsValue

        public java.util.Map addFilterDSSIDAsValue()
      • isAllElements

        public boolean isAllElements()
      • hasPredefinedList

        public boolean hasPredefinedList()
      • hasFilter

        public boolean hasFilter()
      • getPredefinedList

        public java.util.List getPredefinedList()
      • getDefaultAnswerList

        public java.util.List getDefaultAnswerList()
      • showObjectDescriptionInProperties

        public boolean showObjectDescriptionInProperties()
      • showColNum

        public boolean showColNum()
      • showCartOrder

        public boolean showCartOrder()
      • 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.
      • renderStylesCombo

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

        public java.util.Map addMinDateRangeValueAttr()
      • addMaxDateRangeValueAttr

        public java.util.Map addMaxDateRangeValueAttr()
      • getAttributeForms

        public java.util.List getAttributeForms()
      • getGeoMappings

        public java.util.List getGeoMappings()