| java.lang.Object com.gwtext.client.widgets.ComponentMgr
ComponentMgr | public class ComponentMgr (Code) | | Component manager.
|
getComponent | native public static Component getComponent(String id)(Code) | | Returns a component by id.
Parameters: id - the component ID the component or null if not found |
onAvailable | native public void onAvailable(String id, Function fn)(Code) | | Registers a function that will be called when a specified component is added to ComponentMgr.
Parameters: id - the component ID Parameters: fn - the function to execute |
|
|