public class DropdownFormType
extends org.flowable.engine.form.AbstractFormType
DropdownValueProvider bean to populate values.| Modifier and Type | Field and Description |
|---|---|
protected String |
dropdownValueProvider |
| Constructor and Description |
|---|
DropdownFormType(String dropdownValueProvider) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFormValueToModelValue(String propertyValue) |
String |
convertModelValueToFormValue(Object modelValue) |
Object |
getInformation(String key) |
String |
getName() |
protected final String dropdownValueProvider
public DropdownFormType(String dropdownValueProvider)
public String getName()
public Object getInformation(String key)
getInformation in interface org.flowable.engine.form.FormTypegetInformation in class org.flowable.engine.form.AbstractFormTypepublic Object convertFormValueToModelValue(String propertyValue)
convertFormValueToModelValue in class org.flowable.engine.form.AbstractFormTypeCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.