Generated by
JDiff

Class com.itextpdf.forms.form.element.ComboBoxField

Added Methods
void  addOption( SelectFieldItem) Add an option to the element.
String  getSelectedExportValue() Gets the export value of the selected option.
SelectFieldItem  getSelectedOption() Gets the selected option.
ComboBoxField  setSelected( SelectFieldItem) Selects an option by its value.
ComboBoxField  setSelected( int) Selects an option by its index.
ComboBoxField  setSelected( String) Selects an option by its export value.