Class DropdownFormType

  • All Implemented Interfaces:
    Serializable, org.flowable.engine.form.FormType

    public class DropdownFormType
    extends org.flowable.engine.form.AbstractFormType
    Extension to predefined Flowable form types relying on the provided DropdownValueProvider bean to populate values.
    See Also:
    Serialized Form
    • Field Detail

      • dropdownValueProvider

        protected final String dropdownValueProvider
    • Constructor Detail

      • DropdownFormType

        public DropdownFormType​(String dropdownValueProvider)
    • Method Detail

      • getName

        public String getName()
      • getInformation

        public Object getInformation​(String key)
        Specified by:
        getInformation in interface org.flowable.engine.form.FormType
        Overrides:
        getInformation in class org.flowable.engine.form.AbstractFormType
      • convertFormValueToModelValue

        public Object convertFormValueToModelValue​(String propertyValue)
        Specified by:
        convertFormValueToModelValue in class org.flowable.engine.form.AbstractFormType
      • convertModelValueToFormValue

        public String convertModelValueToFormValue​(Object modelValue)
        Specified by:
        convertModelValueToFormValue in class org.flowable.engine.form.AbstractFormType