| Module: | libext | Package: | wrap.ext | Parent: | BoxComponent | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Container
Inheritance : Object : Observable : Component : BoxComponent
Constructors
| Signature |
| public Container(ContainerConfig containerArguments) |
Methods
| Name | Signature |
| add | Component add(Component component) |
| add | Component add(ComponentConfig component) |
| bubble | void bubble(Function fn) |
| bubble | void bubble(Function fn, Object scope) |
| bubble | void bubble(Function fn, Object scope, Array<Object> args) |
| cascade | void cascade(Function fn) |
| cascade | void cascade(Function fn, Object scope) |
| cascade | void cascade(Function fn, Object scope, Array<Object> args) |
| doLayout | void doLayout() |
| find | Array<Component> find(String prop, String value) |
| findBy | Array<Component> findBy(Function fcn) |
| findBy | Array<Component> findBy(Function fcn, Object scope) |
| findById | Component findById(String id) |
| findByType | Array<Component> findByType(Object classObject) |
| findByType | Array<Component> findByType(String xtype) |
| getComponent | Component getComponent(String id) |
| getComponent | Component getComponent(int index) |
| getLayout | ContainerLayout getLayout() |
| insert | Component insert(int index, Component component) |
| remove | void remove(String component) |
| remove | void remove(Component component) |
| remove | void remove(String component, boolean autoDestroy) |
| remove | void remove(Component component, boolean autoDestroy) |
Properties
| Name | Type | Comment | |
| items |
|
Constructors
|
public Container(ContainerConfig containerArguments) Parameters
|
Methods
|
add Component add(Component component)
Parameters
|
||||||||||
|
add Component add(ComponentConfig component)
Parameters
|
||||||||||
|
bubble void bubble(Function fn) Parameters
|
|
bubble void bubble(Function fn, Object scope) Parameters
|
|
bubble void bubble(Function fn, Object scope, Array<Object> args) Parameters
|
|
cascade void cascade(Function fn) Parameters
|
|
cascade void cascade(Function fn, Object scope) Parameters
|
|
cascade void cascade(Function fn, Object scope, Array<Object> args) Parameters
|
|
doLayout void doLayout() |
|
find Array<Component> find(String prop, String value)
Parameters
|
|||||||||||||
|
findBy Array<Component> findBy(Function fcn)
Parameters
|
||||||||||
|
findBy Array<Component> findBy(Function fcn, Object scope)
Parameters
|
|||||||||||||
|
findById Component findById(String id)
Parameters
|
||||||||||
|
findByType Array<Component> findByType(Object classObject)
Parameters
|
||||||||||
|
findByType Array<Component> findByType(String xtype)
Parameters
|
||||||||||
|
getComponent Component getComponent(String id)
Parameters
|
||||||||||
|
getComponent Component getComponent(int index)
Parameters
|
||||||||||
|
getLayout ContainerLayout getLayout()
|
||||
|
insert Component insert(int index, Component component)
Parameters
|
|||||||||||||
|
remove void remove(String component) Parameters
|
|
remove void remove(Component component) Parameters
|
|
remove void remove(String component, boolean autoDestroy) Parameters
|
|
remove void remove(Component component, boolean autoDestroy) Parameters
|
| Module: | libext | Package: | wrap.ext | Parent: | BoxComponent | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |