net.xoetrope.xui.data
Interface XCustomDataBinding

All Known Implementing Classes:
XLocalisedListBinding

public interface XCustomDataBinding

Describes an interface used to allow components to be updated when a data model changes and to allow the model to be updated when the user interface elements change.

Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt


Method Summary
 void setup(java.lang.Object c, XmlElement ele)
          Used for custom components with an argumentless constructor.
 

Method Detail

setup

void setup(java.lang.Object c,
           XmlElement ele)
Used for custom components with an argumentless constructor. Constructs the binding from the model path argument and the XML argument that defines the binding.

Parameters:
c - the component to bind
ele - the XML element which contains the binding configuration