Class DropdownFormType
- java.lang.Object
-
- org.flowable.engine.form.AbstractFormType
-
- org.apache.syncope.core.flowable.support.DropdownFormType
-
- All Implemented Interfaces:
Serializable,org.flowable.engine.form.FormType
public class DropdownFormType extends org.flowable.engine.form.AbstractFormTypeExtension to predefined Flowable form types relying on the providedDropdownValueProviderbean to populate values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdropdownValueProvider
-
Constructor Summary
Constructors Constructor Description DropdownFormType(String dropdownValueProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertFormValueToModelValue(String propertyValue)StringconvertModelValueToFormValue(Object modelValue)ObjectgetInformation(String key)StringgetName()
-
-
-
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:
getInformationin interfaceorg.flowable.engine.form.FormType- Overrides:
getInformationin classorg.flowable.engine.form.AbstractFormType
-
convertFormValueToModelValue
public Object convertFormValueToModelValue(String propertyValue)
- Specified by:
convertFormValueToModelValuein classorg.flowable.engine.form.AbstractFormType
-
-