public class EnumFormType extends AbstractFormType
| Constructor and Description |
|---|
EnumFormType(Map<String,String> values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFormValueToModelValue(String propertyValue) |
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.
|
String |
getName()
Name for the form type.
|
protected void |
validateValue(String value) |
public Object getInformation(String key)
FormTypegetInformation in interface FormTypegetInformation in class AbstractFormTypepublic Object convertFormValueToModelValue(String propertyValue)
convertFormValueToModelValue in class AbstractFormTypepublic String convertModelValueToFormValue(Object modelValue)
convertModelValueToFormValue in class AbstractFormTypeprotected void validateValue(String value)
Copyright © 2016 Alfresco. All rights reserved.