at.spardat.xma.mdl
Class UIDelegateFactoryClient

java.lang.Object
  extended byat.spardat.xma.mdl.UIDelegateFactoryClient

public class UIDelegateFactoryClient
extends java.lang.Object

This class is responsible for creating UIDelegates for all WidgetModels.


Method Summary
static UIDelegateFactoryClient getInstance()
          Returns an instance of the factory.
 UIDelegateClient newUIDelegateFor(WModel model)
          Returns a newly created UIDelegateClient for a particular WidgetModel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UIDelegateFactoryClient getInstance()
Returns an instance of the factory.

Returns:
an instance of UIDelegateFactoryClient.

newUIDelegateFor

public UIDelegateClient newUIDelegateFor(WModel model)
Returns a newly created UIDelegateClient for a particular WidgetModel.

Parameters:
model - the instance of a WidgetModel which wants its UIDelegateClient to be created.
Returns:
newly created UIDelegateClient.