Class DataBinding

java.lang.Object
org.javarosa.core.model.DataBinding
All Implemented Interfaces:
Externalizable

public class DataBinding
extends Object
implements Externalizable
A data binding is an object that represents how a data element is to be used in a form entry interaction. It contains a reference to where the data should be retreived and stored, as well as the preload parameters, and the conditional logic for the question. The class relies on any Data References that are used in a form to be registered with the FormDefRMSUtility's prototype factory in order to properly deserialize.
Author:
Drew Roos