DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class TextFieldList

java.lang.Object
  |
  +--com.cete.dynamicpdf.forms.TextFieldList

public class TextFieldList
extends java.lang.Object

Class represents a collection of text form fields.


Method Summary
 java.util.Iterator getIterator()
          Returns an Iterator that can iterate through the FormFieldList.
 int getSize()
          Gets the number of fields in the list.
 TextField getTextField(int index)
          Gets a text form field by index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()
Gets the number of fields in the list.

Returns:
the number of elements in this list.

getTextField

public TextField getTextField(int index)
Gets a text form field by index.

Returns:
the element at the specified position in this list.

getIterator

public java.util.Iterator getIterator()
Returns an Iterator that can iterate through the FormFieldList.

Returns:
An Iterator for the entire FormFieldList.
See Also:
FormFieldList

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software