Uses of Class
com.itextpdf.forms.form.element.SelectFieldItem
-
Packages that use SelectFieldItem Package Description com.itextpdf.forms.form.element -
-
Uses of SelectFieldItem in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element with type parameters of type SelectFieldItem Modifier and Type Field Description protected java.util.List<SelectFieldItem>
AbstractSelectField. options
Methods in com.itextpdf.forms.form.element that return SelectFieldItem Modifier and Type Method Description SelectFieldItem
AbstractSelectField. getOption(java.lang.String value)
Get an optionSelectFieldItem
by its string value.SelectFieldItem
ComboBoxField. getSelectedOption()
Gets the selected option.Methods in com.itextpdf.forms.form.element that return types with arguments of type SelectFieldItem Modifier and Type Method Description java.util.List<SelectFieldItem>
AbstractSelectField. getOptions()
Get a list ofSelectFieldItem
.Methods in com.itextpdf.forms.form.element with parameters of type SelectFieldItem Modifier and Type Method Description void
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
ComboBoxField. setSelected(SelectFieldItem item)
Selects an option by its value.
-