Uiinfrastructure API Docs  
 

AActivitySpace.RegisterView Method

This method registers the view so the AActivitySpace can manage it automatically. It also initializes it with the IModel and AActivitySpace arguments. This operation will fail and return false if the view is null or if there is already a view with the same name registered with the AActivitySpace.

Overload List

This method registers the view so the AActivitySpace can manage it automatically. It also initializes it with the IModel and AActivitySpace arguments. This operation will fail and return false if the view is null or if there is already a view with the same name registered with the AActivitySpace.

public virtual bool RegisterView(string,IModelRO);

This method registers the view so the AActivitySpace can manage it automatically. This method allows the user to store the view with a name other than the one returned by IView.GetName(). This allows the user to use multiple views of the same type in one AActivitySpace. It also initializes it with the IModel and AActivitySpace arguments. This operation will fail and return false if the view is null or if there is already a view with the same name registered with the AActivitySpace.

public virtual bool RegisterView(string,string,IModelRO);

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace