DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class CheckBoxField

java.lang.Object
  |
  +--com.cete.dynamicpdf.Resource
        |
        +--com.cete.dynamicpdf.forms.FormField
              |
              +--com.cete.dynamicpdf.forms.ButtonField
                    |
                    +--com.cete.dynamicpdf.forms.CheckBoxField

public abstract class CheckBoxField
extends ButtonField

Base class representing a check 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:

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:


Constructor Summary
CheckBoxField(java.lang.String name, FormFieldFlags flags)
          Initializes a new instance of the CheckBoxField class.
 
Method Summary
 boolean hasValue()
          Specifies if the form field has a value.
 
Methods inherited from class com.cete.dynamicpdf.forms.ButtonField
drawDictionary
 
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 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

CheckBoxField

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

Parameters:
name - Name of the check box field.
flags - The flags for the check 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 DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software