Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.ComponentMgr

Inheritance : Object

Constructors

Signature
public ComponentMgr()

Methods

NameSignature
getComponent get(String id)
onAvailablevoid onAvailable(String id, Function fn, Object scope)
registervoid register(Component c)
registerTypevoid registerType(String xtype, Function cls)
unregistervoid unregister(Component c)

Properties

NameTypeComment
all
wrap.ext.util.MixedCollection

Constructors

public ComponentMgr()


Methods

get

Component get(String id)

Returns
wrap.ext.Component

Parameters

NameTypeDescription
idcore.String

onAvailable

void onAvailable(String id, Function fn, Object scope)

Parameters

NameTypeDescription
idcore.String
fncore.Function
scopecore.Object

register

void register(Component c)

Parameters

NameTypeDescription
cwrap.ext.Component

registerType

void registerType(String xtype, Function cls)

Parameters

NameTypeDescription
xtypecore.String
clscore.Function

unregister

void unregister(Component c)

Parameters

NameTypeDescription
cwrap.ext.Component

Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation