打印版式

Class Ext.ComponentMgr

Package: Ext
Class: ComponentMgr
Extends: Object
Defined In: Component.js
提供一个公用包含所有组件的注册页,以便可以轻松地通过ID访问组件。

该类属于单态类(Singleton),无法直接创建。

属性  -  方法  -  事件

公共属性

此类没有公共属性。

公共方法

方法 定义对象
  get(String id) : void ComponentMgr
根据ID返回组件。
  onAvailable(String id, Funtction fn, Object scope) : void ComponentMgr
注册一个函数,当指定的组件加入到 ComponentMgr 对象时调用。

公共事件

此类没有公共事件

方法详情

get

public function get(String id)
根据ID返回组件。
参数:
  • id : String
    组件的ID
返回:
  • void
这个方法由 ComponentMgr 对象定义。

onAvailable

public function onAvailable(String id, Funtction fn, Object scope)
注册一个函数,当指定的组件加入到 ComponentMgr 对象时调用。
参数:
  • id : String
    组件的ID
  • fn : Funtction
    回调函数
  • scope : Object
    回调的作用域
返回:
  • void
这个方法由 ComponentMgr 对象定义。

Ext - Copyright © 2006-2007 Ext JS, LLC
All rights reserved.