Generated by
JDiff

Interface com.qoppa.pdf.form.ChoiceField

Changed Methods
Vector<String> getDisplayOptions() Change in return type from Vector to Vector<String>.
Returns the list of display options (or items) for this field.
Vector<String> getExportOptions() Change in return type from Vector to Vector<String>.
Returns the list of export options for this field.
Vector<String> getValues() Change in return type from Vector to Vector<String>.
Returns the current list of selected export values.
void setOptions(Vector<String>, Vector<String>) Change in signature from (Vector, Vector) to (Vector<String>, Vector<String>).
Set the list of options for this choice field.
void setValues(Vector<String>) Change in signature from Vector to Vector<String>.
Sets the list of currently selected values for this choice field.