Uses of Class
com.itextpdf.forms.form.element.SelectFieldItem
Packages that use SelectFieldItem
-
Uses of SelectFieldItem in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element with type parameters of type SelectFieldItemMethods in com.itextpdf.forms.form.element that return SelectFieldItemModifier and TypeMethodDescriptionGet an optionSelectFieldItem
by its string value.ComboBoxField.getSelectedOption()
Gets the selected option.Methods in com.itextpdf.forms.form.element that return types with arguments of type SelectFieldItemModifier and TypeMethodDescriptionAbstractSelectField.getOptions()
Get a list ofSelectFieldItem
.Methods in com.itextpdf.forms.form.element with parameters of type SelectFieldItemModifier 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.