Class DateFormType
java.lang.Object
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
org.camunda.bpm.engine.impl.form.type.DateFormType
- All Implemented Interfaces:
FormType
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue
(Object propertyValue) convertModelValueToFormValue
(Object modelValue) convertToFormValue
(TypedValue modelValue) 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.getName()
Name for the form type.
-
Field Details
-
TYPE_NAME
- See Also:
-
datePattern
-
dateFormat
-
-
Constructor Details
-
DateFormType
-
-
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
-
convertToModelValue
- Specified by:
convertToModelValue
in classAbstractFormFieldType
-
convertToFormValue
- Specified by:
convertToFormValue
in classAbstractFormFieldType
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValue
in classAbstractFormFieldType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValue
in classAbstractFormFieldType
-