Uiinfrastructure API Docs  
 

AHTMLComponent.GetComponentMgr Method 

Returns a ComponentMgr for this component. By default classes that extend AHTMLComponent may use this method to return the defualt ComponentMgr HTMLComponentMgr. If a component needs another ComponentMgr it should override this method.

public virtual ComponentMgr GetComponentMgr(
   PageMgr _ptPageMgr
);

Parameters

_ptPageMgr
the PageMgr that the ComponentMgr is registered.

Return Value

the default ComponentMgr, HTMLComponentMgr.

See Also

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