org.formaria.aria.data
Class BasicDataBindingFactory

java.lang.Object
  extended by org.formaria.aria.data.DataBindingFactory
      extended by org.formaria.aria.data.BasicDataBindingFactory

Deprecated.

public class BasicDataBindingFactory
extends DataBindingFactory

A data binding factory for the basic Aria binding types

Copyright: Copyright (c) Formaria Ltd., 2008

$Revision: 2.13 $

License see license.txt


Field Summary
 
Fields inherited from class org.formaria.aria.data.DataBindingFactory
currentProject, evaluator
 
Method Summary
 DataBinding getBinding(PageSupport page, java.lang.Object comp, java.util.Hashtable instanceConfig)
          Deprecated. Try to get a binding factory to construct the binding
static void register(Project currentProject)
          Deprecated. Register an instance of this binding factory.
 
Methods inherited from class org.formaria.aria.data.DataBindingFactory
getEvaluatedAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register(Project currentProject)
Deprecated. 
Register an instance of this binding factory.

Parameters:
currentProject - the owner project

getBinding

public DataBinding getBinding(PageSupport page,
                              java.lang.Object comp,
                              java.util.Hashtable instanceConfig)
Deprecated. 
Try to get a binding factory to construct the binding

Specified by:
getBinding in class DataBindingFactory
Parameters:
page - the page that will own the binding
comp - the target component
instanceConfig - the attributes of the binding instance
Returns:
the new binding if one could be constructed