DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class ComboBoxField

java.lang.Object
  |
  +--com.cete.dynamicpdf.Resource
        |
        +--com.cete.dynamicpdf.forms.FormField
              |
              +--com.cete.dynamicpdf.forms.ChoiceField
                    |
                    +--com.cete.dynamicpdf.forms.ComboBoxField
Direct Known Subclasses:
MergeComboBoxField

public abstract class ComboBoxField
extends ChoiceField

Base class representing a combo box field.


Constructor Summary
ComboBoxField(java.lang.String name, FormFieldFlags flags)
          Initializes a new instance of the ComboBoxField class.
 
Method Summary
 boolean hasValue()
          Specifies if the form field has a value.
 
Methods inherited from class com.cete.dynamicpdf.forms.ChoiceField
drawDictionary
 
Methods inherited from class com.cete.dynamicpdf.forms.FormField
draw, getAlternateName, getAnnotation, getChildFields, getFlags, getForm, getFullName, getMappingName, getName, getParent, getRequiredPdfObjects, getValue, hasChildFields, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setMappingName, setName, setReadOnly, setValue
 
Methods inherited from class com.cete.dynamicpdf.Resource
getUid, newUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboBoxField

public ComboBoxField(java.lang.String name,
                     FormFieldFlags flags)
Initializes a new instance of the ComboBoxField class.

Parameters:
name - Name of the combo box field.
flags - The flags for the combo box field.
Method Detail

hasValue

public boolean hasValue()
Specifies if the form field has a value.

Overrides:
hasValue in class FormField
Returns:
if the form field has a value.

DynamicPDF by ceTe Software

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