Class LongFormType
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.LongFormType
- All Implemented Interfaces:
FormType
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue
(Object propertyValue) convertModelValueToFormValue
(Object modelValue) convertValue
(TypedValue propertyValue) getName()
Name for the form type.Methods inherited from class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
convertToFormValue, convertToModelValue
Methods inherited from class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
getInformation
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
LongFormType
public LongFormType()
-
-
Method Details
-
getName
Description copied from interface:FormType
Name for the form type.- Specified by:
getName
in interfaceFormType
- Specified by:
getName
in classAbstractFormFieldType
-
convertValue
- Specified by:
convertValue
in classSimpleFormFieldType
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValue
in classAbstractFormFieldType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValue
in classAbstractFormFieldType
-