public abstract class AbstractFormType extends Object implements FormType
| Constructor and Description |
|---|
AbstractFormType() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
convertFormValueToModelValue(String propertyValue) |
abstract String |
convertModelValueToFormValue(Object modelValue) |
Object |
getInformation(String key)
Retrieve type specific extra information like
the list of values for enum types or the format
for date types.
|
public abstract Object convertFormValueToModelValue(String propertyValue)
public Object getInformation(String key)
FormTypegetInformation in interface FormTypeCopyright © 2016 Alfresco. All rights reserved.