public class DateFormType extends AbstractFormType
| Modifier and Type | Field and Description |
|---|---|
protected Format |
dateFormat |
protected String |
datePattern |
| Constructor and Description |
|---|
DateFormType(String datePattern) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFormValueToModelValue(String propertyValue) |
String |
convertModelValueToFormValue(Object modelValue) |
Object |
getInformation(String key) |
String |
getName() |
public DateFormType(String datePattern)
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 AbstractFormTypeCopyright © 2018 Flowable. All rights reserved.