XFA4J

com.adobe.xfa.template.containers
Class Field

java.lang.Object
  extended by com.adobe.xfa.Obj
      extended by com.adobe.xfa.Node
          extended by com.adobe.xfa.Element
              extended by com.adobe.xfa.ProtoableNode
                  extended by com.adobe.xfa.template.containers.Container
                      extended by com.adobe.xfa.template.containers.Field

public class Field
extends Container

A class to represent the XFA field object. A field describes a container capable of capturing and presenting data content.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.adobe.xfa.Node
Node.ChangeLogger
 
Field Summary
 
Fields inherited from class com.adobe.xfa.Node
CREATE_ALWAYS_NEW, CREATE_IF_NOT_EXIST, CREATE_MUST_NOT_EXIST, CREATE_REPLACE
 
Method Summary
 java.lang.String getFormattedValue()
          Gets the formatted value for this field.
 java.lang.String getRawValue()
          Gets the raw value for this field.
 
Methods inherited from class com.adobe.xfa.template.containers.Container
isHeightGrowable, isWidthGrowable, setAttribute
 
Methods inherited from class com.adobe.xfa.ProtoableNode
reResolveProto
 
Methods inherited from class com.adobe.xfa.Element
appendChild, assignNode, getAttr, getAttribute, getElement, getFirstXFAChild, getFirstXMLChild, getInstalledLocale, getLastXMLChild, getModel, getName, getNodes, getNS, getNumAttrs, getPrefix, getText, getXFAChild, getXMLChild, isInstalledLocaleAmbient, loadXML, saveXML, setAttribute, setAttribute, setLocalName, setName, setNS, setQName
 
Methods inherited from class com.adobe.xfa.Node
checkAncestorPerms, checkDescendentPerms, checkPerms, cleanDirtyFlags, compareVersions, getData, getDynamicScriptProp, getNextXFASibling, getNextXMLSibling, getOwnerDocument, getPreviousXMLSibling, getSOMExpression, getXFAChildCount, getXFAParent, getXMLChildCount, getXMLParent, hasChanged, remove, resolveNode, resolveNode, resolveNodes, setNextXMLSibling, setPermsLock, setXMLParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormattedValue

public java.lang.String getFormattedValue()
Gets the formatted value for this field. The returned formatted value will be either

Returns:
the formatted value for this field, or null if the content is null.

getRawValue

public java.lang.String getRawValue()
Gets the raw value for this field. The returned unformatted value will be either

Returns:
the unformatted raw value for this field, or null if the content is null.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.