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) |
String |
getName() |
protected void |
validateValue(String value) |
public String getName()
public Object getInformation(String key)
getInformation 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 © 2018 Flowable. All rights reserved.