Class DropdownFormType
java.lang.Object
org.flowable.engine.form.AbstractFormType
org.apache.syncope.core.flowable.support.DropdownFormType
- All Implemented Interfaces:
Serializable,FormType
Extension to predefined Flowable form types relying on the provided
DropdownValueProvider bean to populate values.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue(String propertyValue) convertModelValueToFormValue(Object modelValue) getInformation(String key) getName()
-
Field Details
-
dropdownValueProvider
-
-
Constructor Details
-
DropdownFormType
-
-
Method Details
-
getName
-
getInformation
- Specified by:
getInformationin interfaceFormType- Overrides:
getInformationin classAbstractFormType
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValuein classAbstractFormType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValuein classAbstractFormType
-