Class AbstractFormFieldType
java.lang.Object
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
- All Implemented Interfaces:
FormType
- Direct Known Subclasses:
DateFormType
,SimpleFormFieldType
- Author:
- Tom Baeyens, Daniel Meyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
convertFormValueToModelValue
(Object propertyValue) Deprecated.abstract String
convertModelValueToFormValue
(Object modelValue) Deprecated.abstract TypedValue
convertToFormValue
(TypedValue propertyValue) abstract TypedValue
convertToModelValue
(TypedValue propertyValue) getInformation
(String key) Retrieve type specific extra information like the list of values for enum types or the format for date types.abstract String
getName()
Name for the form type.
-
Constructor Details
-
AbstractFormFieldType
public AbstractFormFieldType()
-
-
Method Details
-
getName
Description copied from interface:FormType
Name for the form type. -
convertToFormValue
-
convertToModelValue
-
convertFormValueToModelValue
Deprecated. -
convertModelValueToFormValue
Deprecated. -
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
-