|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
public abstract class AbstractFormFieldType
| Constructor Summary | |
|---|---|
AbstractFormFieldType()
|
|
| Method Summary | |
|---|---|
abstract Object |
convertFormValueToModelValue(Object propertyValue)
Deprecated. |
abstract String |
convertModelValueToFormValue(Object modelValue)
Deprecated. |
abstract TypedValue |
convertToFormValue(TypedValue propertyValue)
|
abstract TypedValue |
convertToModelValue(TypedValue propertyValue)
|
Object |
getInformation(String key)
Retrieve type specific extra information like the list of values for enum types or the format for date types. |
abstract String |
getName()
Name for the form type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFormFieldType()
| Method Detail |
|---|
public abstract String getName()
FormType
getName in interface FormTypepublic abstract TypedValue convertToFormValue(TypedValue propertyValue)
public abstract TypedValue convertToModelValue(TypedValue propertyValue)
@Deprecated public abstract Object convertFormValueToModelValue(Object propertyValue)
@Deprecated public abstract String convertModelValueToFormValue(Object modelValue)
public Object getInformation(String key)
FormType
getInformation in interface FormType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||