Generated by
JDiff

Class com.itextpdf.forms.form.element.AbstractSelectField

Added Methods
void  addOption( SelectFieldItem) Add an option to the element.
void  addOption( SelectFieldItem, boolean ) Add an option to the element.
List  getItems() Get a list of SelectFieldItem.
SelectFieldItem  getOption( String) Get an option SelectFieldItem by its string value.
boolean  hasExportAndDisplayValues() Checks if the field has options with export and display values.
boolean  hasOptions() Checks if the element has any options.
int  optionsCount() Gets the total amount of options available.
 

Changed Methods
List  getOptions() Documentation changed from old to new.
Now deprecated.
starting from 8.0.1.
void  addOption( IBlockElement) Documentation changed from old to new.
Now deprecated.
starting from 8.0.1.
 

Added Fields
List  options