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. optionsMethods in com.itextpdf.forms.form.element that return SelectFieldItem Modifier and Type Method Description SelectFieldItemAbstractSelectField. getOption(java.lang.String value)Get an optionSelectFieldItemby its string value.SelectFieldItemComboBoxField. 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 voidAbstractSelectField. addOption(SelectFieldItem option)Add an option to the element.voidAbstractSelectField. addOption(SelectFieldItem option, boolean selected)Add an option to the element.voidComboBoxField. addOption(SelectFieldItem option)Add an option to the element.ComboBoxFieldComboBoxField. setSelected(SelectFieldItem item)Selects an option by its value.
-