net.xoetrope.xui.data
Class XBasicDataBindingFactory

java.lang.Object
  extended by net.xoetrope.xui.data.XDataBindingFactory
      extended by net.xoetrope.xui.data.XBasicDataBindingFactory

Deprecated.

public class XBasicDataBindingFactory
extends XDataBindingFactory

A data binding factory for the basic XUI binding types

Copyright: Copyright (c) Xoetrope Ltd., 2001-2005

$Revision: 2.13 $

License see license.txt


Field Summary
 
Fields inherited from class net.xoetrope.xui.data.XDataBindingFactory
currentProject, evaluator
 
Method Summary
 XDataBinding 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(XProject currentProject)
          Deprecated. Register an instance of this binding factory.
 
Methods inherited from class net.xoetrope.xui.data.XDataBindingFactory
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(XProject currentProject)
Deprecated. 
Register an instance of this binding factory.

Parameters:
currentProject - the owner project

getBinding

public XDataBinding 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 XDataBindingFactory
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