The XModel is one of the main ideas behind XUI and central to providing the clean separation of the data. The XUI UI components can be abstractly bound to the model as instances of XModel although the actual nodes may be implemented by a range of classes representing tables or lists of even more complex nodes. All the UI component need know the path to the node in the model.
In some cases an adapter is used to simplify access to the data and perhaps maintain additional information needed by the UI component (e.g. the selected value in a list).
Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
@version $Revision: 2.4 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|