| Package | Description | 
|---|---|
| com.qoppa.pdf.form | 
 Classes related to PDF Acroform and its form fields. 
 | 
| com.qoppa.pdfFields | 
 jPDFFields main classes, used to work with PDF interactive forms and fields. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CheckBoxField
CheckBoxField holds a check box field. | 
interface  | 
ChoiceField
ChoiceField is the abstract class to hold a choice field. | 
interface  | 
ComboField
ComboField holds a combo field. | 
interface  | 
ListField
ListField holds a list field. | 
interface  | 
PushButtonField
PushButtonField holds a push button field. | 
interface  | 
RadioButtonGroupField
RadioButtonGroupField holds a radio button group field. | 
interface  | 
SignatureField
SignatureField holds a signature field. | 
interface  | 
TextField
TextField holds a text field. | 
| Modifier and Type | Method and Description | 
|---|---|
FormField | 
AcroForm.getField(String fieldName)
Gets a field by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vector<FormField> | 
AcroForm.getCalculationOrder()
Gets the list of fields with calculate actions in the correct order. 
 | 
Vector<FormField> | 
AcroForm.getFieldList()
Gets the list of fields in this AcroForm. 
 | 
Vector<FormField> | 
FormField.getKids()
Gets a list of fields from the kids array. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FieldListener.focusGained(FormField field)
This method gets called whenever a field gains focus. 
 | 
void | 
FieldListener.focusLost(FormField field)
This method gets called whenever a field loses focus. 
 | 
void | 
FieldListener.valueChanged(FormField field,
            Object oldValue,
            Object newValue)
This method gets called whenever a field's value is changed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FormField | 
PDFFields.getField(String fieldName)
Gets a field by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vector<FormField> | 
PDFFields.getFieldList()
Gets the list of fields in this AcroForm. 
 |