Package org.flowable.engine.form
Class AbstractFormType
java.lang.Object
org.flowable.engine.form.AbstractFormType
- All Implemented Interfaces:
Serializable
,FormType
Custom form types should extend this abstract class.
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
convertFormValueToModelValue
(String propertyValue) abstract String
convertModelValueToFormValue
(Object modelValue) getInformation
(String key) Retrieve type specific extra information like the list of values for enum types or the format for date types.
-
Constructor Details
-
AbstractFormType
public AbstractFormType()
-
-
Method Details
-
convertFormValueToModelValue
-
convertModelValueToFormValue
-
getInformation
Description copied from interface:FormType
Retrieve type specific extra information like the list of values for enum types or the format for date types. Look in the userguide for which extra information keys each type provides and what return type they give.- Specified by:
getInformation
in interfaceFormType
-