Class EnumFormType
java.lang.Object
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
org.camunda.bpm.engine.impl.form.type.EnumFormType
- All Implemented Interfaces:
FormType
- Author:
- Tom Baeyens
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue
(Object propertyValue) convertModelValueToFormValue
(Object modelValue) convertValue
(TypedValue propertyValue) getInformation
(String key) Retrieve type specific extra information like the list of values for enum types or the format for date types.getName()
Name for the form type.protected void
validateValue
(Object value) Methods inherited from class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
convertToFormValue, convertToModelValue
-
Field Details
-
TYPE_NAME
- See Also:
-
values
-
-
Constructor Details
-
EnumFormType
-
-
Method Details
-
getName
Description copied from interface:FormType
Name for the form type.- Specified by:
getName
in interfaceFormType
- Specified by:
getName
in classAbstractFormFieldType
-
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
- Overrides:
getInformation
in classAbstractFormFieldType
-
convertValue
- Specified by:
convertValue
in classSimpleFormFieldType
-
validateValue
-
getValues
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValue
in classAbstractFormFieldType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValue
in classAbstractFormFieldType
-