public class StringFormType extends SimpleFormFieldType
| Constructor and Description |
|---|
StringFormType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFormValueToModelValue(Object propertyValue) |
String |
convertModelValueToFormValue(Object modelValue) |
org.camunda.bpm.engine.variable.value.TypedValue |
convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue) |
String |
getName()
Name for the form type.
|
convertToFormValue, convertToModelValuegetInformationpublic static final String TYPE_NAME
public String getName()
FormTypegetName in interface FormTypegetName in class AbstractFormFieldTypepublic org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
convertValue in class SimpleFormFieldTypepublic Object convertFormValueToModelValue(Object propertyValue)
convertFormValueToModelValue in class AbstractFormFieldTypepublic String convertModelValueToFormValue(Object modelValue)
convertModelValueToFormValue in class AbstractFormFieldTypeCopyright © 2018 camunda services GmbH. All rights reserved.