Java Doc for PDAcroFormField.java in » PDF » jPod » de » intarsys » pdf » pd » Java Source Code / Java DocumentationJava Source Code and Java Documentation
triggerAnnotation(PDWidgetAnnotation annotation) This is called from one of the field's annotation to set the field's
value to the appropriate state (along with keeping all other children in
synch).
Field Detail
ACROFORMFIELD_ACTION_TRIGGERS
final public static Set ACROFORMFIELD_ACTION_TRIGGERS(Code)
Insert a new
PDAnnotation object for the form field. The
annotation represents the visual component displaying the logical form
field. A form field can be represented by more than one annotation.
Parameters: annot - The PDAnnotation to add to the field.
a acro form field may be associated with a widget annotation. somewhere
down in the hierarchy there MUST be an annotation. this method returns
the first annotation available.
the first associated annotation object if available (or null)
The local name for this node. This method returns null for an non
existing or empty /T entry in the defining
COSDictionary .
The local name for this node.
The local name for this node. This method returns null for an non
existing or empty /T entry in the base
COSDictionary . The name
is transformed to canonical form if canonical is true.
Parameters: canonical - Flag if the name shoul be in canonical form. The local name for this node.
The logical parent is the next node up the parent hierarchy that has a
different qualified name, this means it is a node that does not designate
the same logical field as the receiver.
The logical root is the last node up the parent hierarchy that has the
name qualified name, this means the topmost node that designates the same
logical field as the receiver.
AcroForm fields are arranged in a hierarchical structure, beginning with
the root AcroForm. Fields under the AcroForm return null
as their parent.
The parent node of this.
This is called from one of the field's annotation to set the field's
value to the appropriate state (along with keeping all other children in
synch).
Parameters: annotation -
Fields inherited from de.intarsys.pdf.pd.PDAcroFormNode