Uiinfrastructure API Docs  
 

ComponentMgr.GetComponent Method

Returns an AComponent given an index. The index is determined by the registration order. This method can help you loop through all registered AComponents.

Overload List

Returns an AComponent given an index. The index is determined by the registration order. This method can help you loop through all registered AComponents.

public virtual AComponent GetComponent(int);

This method returns an AComponent object given its unique instance ID. Null is returned if the component is not found.

public virtual AComponent GetComponent(string);

See Also

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