|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.Obj
com.adobe.xfa.form.FormDataListener
public class FormDataListener
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 |
|---|
public DataNode getDataNode()
public Element getFormNode()
public static boolean isMapped(DataNode dataNode)
dataNode -
true if dataNode is currently mapped to a form node.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||