| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.WindowGroup
Inheritance : Object
Constructors
| Signature |
| public WindowGroup() |
Methods
| Name | Signature |
| bringToFront | boolean bringToFront(String windowId) |
| bringToFront | boolean bringToFront(Window window) |
| each | void each(Function fn) |
| each | void each(Function fn, Object scope) |
| get | Window get(Window window) |
| get | Window get(String windowId) |
| getActive | Window getActive() |
| getBy | Array<Window> getBy(Function fn) |
| getBy | Array<Window> getBy(Function fn, Object scope) |
| hideAll | void hideAll() |
| sendToBack | Window sendToBack(Window window) |
| sendToBack | Window sendToBack(String windowId) |
Properties
| Name | Type | Comment | |
| zseed |
|
Constructors
|
public WindowGroup() |
Methods
|
bringToFront boolean bringToFront(String windowId)
Parameters
|
||||||||||
|
bringToFront boolean bringToFront(Window window)
Parameters
|
||||||||||
|
each void each(Function fn) Parameters
|
|
each void each(Function fn, Object scope) Parameters
|
|
get Window get(Window window)
Parameters
|
||||||||||
|
get Window get(String windowId)
Parameters
|
||||||||||
|
getActive Window getActive()
|
||||
|
getBy Array<Window> getBy(Function fn)
Parameters
|
||||||||||
|
getBy Array<Window> getBy(Function fn, Object scope)
Parameters
|
|||||||||||||
|
hideAll void hideAll() |
|
sendToBack Window sendToBack(Window window)
Parameters
|
||||||||||
|
sendToBack Window sendToBack(String windowId)
Parameters
|
||||||||||
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |