| Package | Description |
|---|---|
| com.qoppa.pdf.form |
Classes related to PDF Acroform and its form fields.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignatureField
SignatureField holds a signature field. |
| Modifier and Type | Method and Description |
|---|---|
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.
|