Uiinfrastructure API Docs  
 

PageMgr.RegisterComponentMgr Method 

This method allows you to register a component manager with the page manager. The order in which you register components is the order in which calls will be made when doing any looping operation--storing or printing. If you attempt to re-register the same component, it will overwrite the one that existed there before.

public virtual void RegisterComponentMgr(
   ComponentMgr _ptComponentMgr
);

Parameters

_ptComponentMgr
The component manger that you wish to register.

See Also

PageMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace