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:FormTypeName for the form type.- Specified by:
getNamein interfaceFormType- Specified by:
getNamein classAbstractFormFieldType
-
getInformation
Description copied from interface:FormTypeRetrieve 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:
getInformationin interfaceFormType- Overrides:
getInformationin classAbstractFormFieldType
-
convertToModelValue
- Specified by:
convertToModelValuein classAbstractFormFieldType
-
convertToFormValue
- Specified by:
convertToFormValuein classAbstractFormFieldType
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValuein classAbstractFormFieldType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValuein classAbstractFormFieldType
-