Uiinfrastructure API Docs  
 

ComponentMgr Constructor 

Creates a new ComponentMgr object. Clients need one of these per component type (i.e. datepicker).

public ComponentMgr(
   PageMgr _ptPageMgr
);

Parameters

_ptPageMgr
The page manager for this component manager.

See Also

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