Uiinfrastructure API Docs  
 

PageMgr.GetComponentMgr Method 

Return a ComponentMgr of the correct type for the given Page Control.

public virtual ComponentMgr GetComponentMgr(
   string _strMVCPageControlName
);

Parameters

_strMVCPageControlName
the name of the Page Control (i.e. HTMLTextBox)

Return Value

The ComponentMgr of the correct type for the Page Control

See Also

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