org.camunda.bpm.engine.impl.form.type
Class SimpleFormFieldType
java.lang.Object
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
- All Implemented Interfaces:
- FormType
- Direct Known Subclasses:
- BooleanFormType, EnumFormType, LongFormType, StringFormType
public abstract class SimpleFormFieldType
- extends AbstractFormFieldType
The SimpleFormFieldType can be used when the form value and the model value are equal.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormFieldType
public SimpleFormFieldType()
convertToFormValue
public TypedValue convertToFormValue(TypedValue propertyValue)
- Specified by:
convertToFormValue in class AbstractFormFieldType
convertToModelValue
public TypedValue convertToModelValue(TypedValue propertyValue)
- Specified by:
convertToModelValue in class AbstractFormFieldType
convertValue
protected abstract TypedValue convertValue(TypedValue propertyValue)
Copyright © 2015 camunda services GmbH. All rights reserved.