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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
getNameDescription copied from interface:FormTypeName for the form type.- Specified by:
- getNamein interface- FormType
- Specified by:
- getNamein class- AbstractFormFieldType
 
- 
getInformationDescription 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 interface- FormType
- Overrides:
- getInformationin class- AbstractFormFieldType
 
- 
convertToModelValue- Specified by:
- convertToModelValuein class- AbstractFormFieldType
 
- 
convertToFormValue- Specified by:
- convertToFormValuein class- AbstractFormFieldType
 
- 
convertFormValueToModelValue- Specified by:
- convertFormValueToModelValuein class- AbstractFormFieldType
 
- 
convertModelValueToFormValue- Specified by:
- convertModelValueToFormValuein class- AbstractFormFieldType
 
 
-