Uses of Class
com.itextpdf.forms.form.element.SelectFieldItem
-
Uses of SelectFieldItem in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionGet an optionSelectFieldItem
by its string value.ComboBoxField.getSelectedOption()
Gets the selected option.Modifier and TypeMethodDescriptionvoid
AbstractSelectField.addOption
(SelectFieldItem option) Add an option to the element.void
AbstractSelectField.addOption
(SelectFieldItem option, boolean selected) Add an option to the element.void
ComboBoxField.addOption
(SelectFieldItem option) Add an option to the element.ComboBoxField.setSelected
(SelectFieldItem item) Selects an option by its value.