XFA4J

com.adobe.xfa.form
Class FormDataListener

java.lang.Object
  extended by com.adobe.xfa.Obj
      extended by com.adobe.xfa.form.FormDataListener

public class FormDataListener
extends Obj

FormDataListener manages the mapping (i.e., binding) between an Element in the FormModel and its corresponding DataNode in the DataModel. An Element and DataNode that are bound will each be peered to a FormDataListener.


Method Summary
 DataNode getDataNode()
          Gets the DataNode associated with this mapping.
 Element getFormNode()
          Gets the form Element associated with this mapping.
static boolean isMapped(DataNode dataNode)
          Determines whether a DataNode is currently mapped (i.e., bound) to a form node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataNode

public DataNode getDataNode()
Gets the DataNode associated with this mapping.

Returns:
the DataNode associated with this mapping.

getFormNode

public Element getFormNode()
Gets the form Element associated with this mapping.

Returns:
the form Element associated with this mapping.

isMapped

public static boolean isMapped(DataNode dataNode)
Determines whether a DataNode is currently mapped (i.e., bound) to a form node.

Parameters:
dataNode -
Returns:
true if dataNode is currently mapped to a form node.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.