Get the binding factories. The binding factories are requested to create
component data bindings when a page is loaded from XML.
the registered binding factories
Get the root instance of the model. This class is unique to the project so it
should be unique. If no instance has been created then a new one is
constructed.
the root XModel instance.
public void setDefaultModel(String className)(Code)
Sets the default model class. By default the XBaseModel is
used. An instance is not constructed till the first call to getInstance().
If an instance has been constructed then this method will have no effect.
Parameters: className - the name of the model class e.g. net.xoetrope.xui.data.XBaseModel