com.cete.dynamicpdf.forms
Class ListBoxField
java.lang.Object
|
+--com.cete.dynamicpdf.Resource
|
+--com.cete.dynamicpdf.forms.FormField
|
+--com.cete.dynamicpdf.forms.ChoiceField
|
+--com.cete.dynamicpdf.forms.ListBoxField
- public abstract class ListBoxField
- extends ChoiceField
Class provides the base class representing a list box field.
Licensing:
Reading the values or properties of a field is a
DynamicPDF Merger Standard Edition feature (for modifying field values see below).
One of the following licenses is required for non-evaluation usage:
- DynamicPDF Merger Standard Edition
- DynamicPDF Merger Professional Edition
- DynamicPDF Merger Enterprise Edition
Modiying the values of the fields (i.e. form filling) is a Professional
Edition Feature. One of the following licenses is required for non-evaluation usage:
- DynamicPDF Merger Professional Edition
- DynamicPDF Merger Enterprise Edition
|
Method Summary |
boolean |
hasValue()
Specifies if the form field has a value. |
abstract void |
setValues(java.lang.String[] values)
Sets the values of the list box field. |
| Methods inherited from class com.cete.dynamicpdf.forms.FormField |
clearFlag, draw, getAlternateName, getAnnotation, getChildFields, getFlags, getForm, getFullName, getMappingName, getName, getParent, getRequiredPdfObjects, getResourceType, getValue, hasChildFields, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setFlag, setMappingName, setName, setReadOnly, setValue, ZInternal_sort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBoxField
public ListBoxField(java.lang.String name,
FormFieldFlags flags)
- Creates a new instance of
ListBoxField class.
- Parameters:
name - Name of the list box field.flags - The flags for the list box field.- See Also:
ListBoxField
hasValue
public boolean hasValue()
- Specifies if the form field has a value.
- Overrides:
hasValue in class FormField
- Returns:
- A boolean value specifing if the form field has a value.
setValues
public abstract void setValues(java.lang.String[] values)
- Sets the values of the list box field.
- Parameters:
values - Array of string values to set.
API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software