| Package | Description |
|---|---|
| com.itextpdf.forms.form.element |
| Modifier and Type | Field and Description |
|---|---|
protected List<SelectFieldItem> |
AbstractSelectField.options |
| Modifier and Type | Method and Description |
|---|---|
SelectFieldItem |
AbstractSelectField.getOption(String value)
Get an option
SelectFieldItem by its string value. |
SelectFieldItem |
ComboBoxField.getSelectedOption()
Gets the selected option.
|
| Modifier and Type | Method and Description |
|---|---|
List<SelectFieldItem> |
AbstractSelectField.getItems()
Get a list of
SelectFieldItem. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectField.addOption(SelectFieldItem option)
Add an option to the element.
|
void |
ComboBoxField.addOption(SelectFieldItem option)
Add an option to the element.
|
void |
AbstractSelectField.addOption(SelectFieldItem option,
boolean selected)
Add an option to the element.
|
ComboBoxField |
ComboBoxField.setSelected(SelectFieldItem item)
Selects an option by its value.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.