org.camunda.bpm.engine.impl.form.type
Class AbstractFormFieldType
java.lang.Object
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
- All Implemented Interfaces:
- FormType
- Direct Known Subclasses:
- BooleanFormType, DateFormType, EnumFormType, LongFormType, StringFormType
public abstract class AbstractFormFieldType
- extends Object
- implements FormType
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFormFieldType
public AbstractFormFieldType()
getName
public abstract String getName()
- Description copied from interface:
FormType
- Name for the form type.
- Specified by:
getName in interface FormType
convertFormValueToModelValue
public abstract Object convertFormValueToModelValue(Object propertyValue)
convertModelValueToFormValue
public abstract String convertModelValueToFormValue(Object modelValue)
getInformation
public Object getInformation(String key)
- 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 interface FormType
Copyright © 2014 camunda services GmbH. All Rights Reserved.