Returns an AComponent given an index. The index is determined by the registration order. This method can help you loop through all registered AComponents.
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);
ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace