public class OptionFormField extends FormField
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hasEmptyValue |
protected List<Option> |
options |
protected String |
optionType |
| Constructor and Description |
|---|
OptionFormField() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHasEmptyValue() |
List<Option> |
getOptions() |
String |
getOptionType() |
void |
setHasEmptyValue(Boolean hasEmptyValue) |
void |
setOptions(List<Option> options) |
void |
setOptionType(String optionType) |
getId, getLayout, getName, getParam, getParams, getPlaceholder, getType, getValue, isOverrideId, isReadOnly, isRequired, setId, setLayout, setName, setOverrideId, setParams, setPlaceholder, setReadOnly, setRequired, setType, setValueCopyright © 2017 Flowable. All rights reserved.