|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.forms.FormFieldList
Class Represents a collection of form fields.
| Constructor Summary | |
protected |
FormFieldList(Form form,
FormField owner)
|
| Method Summary | |
int |
add(FormField formField)
Adds a form field to the collection. |
void |
drawKidReferences(DocumentWriter writer)
Draws the child references to the given DocumentWriter object. |
FormField |
getFormField(int index)
Gets a FormField by index. |
FormField |
getFormField(java.lang.String name)
Gets a FormField by the given name. |
java.util.Iterator |
getIterator()
Returns an Iterator that can iterate through the FormFieldList |
FormField |
getOwner()
Get the FormField that owns the form field list. |
int |
getSize()
Gets the number of fields in the list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected FormFieldList(Form form,
FormField owner)
| Method Detail |
public int getSize()
public FormField getOwner()
FormField that owns the form field list.
FormFieldpublic FormField getFormField(java.lang.String name)
FormField by the given name.
name - Name of the filed to be retrieved.FormFieldpublic FormField getFormField(int index)
public int add(FormField formField)
formField - FormField object to add.
FormFieldpublic java.util.Iterator getIterator()
Iterator that can iterate through the FormFieldList
Iterator for the entire FormFieldListIteratorpublic void drawKidReferences(DocumentWriter writer)
DocumentWriter object.
writer - DocumentWriter object to receive the FormField list's output.DocumentWriter,
FormField
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||