| java.lang.Object net.xoetrope.optional.data.XOptionalBindingFactory
XOptionalBindingFactory | public class XOptionalBindingFactory implements XDataBindingFactory(Code) | | A factory for bindings from this package. This binding factory is implicitly
registered as part of loading the XOptionalDataSource. The XuiBuilder class
then uses the factory to create bindings for the supported component types.
Copyright Xoetrope Ltd. 2003-2004
$Revision: 1.2 $
|
getBinding | public XDataBinding getBinding(Component comp, XModel model, XmlElement bindingNode)(Code) | | Try to get a binding factory to construct the binding
Parameters: comp - the target component Parameters: model - the source data model Parameters: bindingNode - the XML element defining the binding the new binding if one could be constructed |
|
|