Plumtree UI Infrastructure API  
 

IView.Init Method 

This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

void Init(
   IModelRO model,
   AActivitySpace parent
);

See Also

IView Interface | com.plumtree.uiinfrastructure.activityspace Namespace