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