XFA4J

com.adobe.xfa.template.containers
Class Subform

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.Subform

public class Subform
extends Container

A class to represent the XFA subform object. A subform describes a container capable of enclosing other containers.


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
 
Constructor Summary
Subform(Element parent, Node prevSibling)
          Instantiates a subform container.
 
Method Summary
 
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
 

Constructor Detail

Subform

public Subform(Element parent,
               Node prevSibling)
Instantiates a subform container.

Parameters:
parent - the field's parent, if any.
prevSibling - the field's previous sibling, if any.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.