NativeWindowGroup NativeWindowManager
Package: | Ext.air |
Defined In: | NativeWindow.js |
Class: | NativeWindowManager |
Extends: | NativeWindowGroup |
Method | Defined By | |
---|---|---|
closeAll() : void Closes all windows
Closes all windows
Parameters:
|
NativeWindowGroup | |
each( Function fn , [Object scope ] ) : void Executes the specified function once for every window in the group, passing each
window as the only parameter. Return...
Executes the specified function once for every window in the group, passing each
window as the only parameter. Returning false from the function will stop the iteration.
Parameters:
|
NativeWindowGroup | |
get( String id ) : void
Parameters:
|
NativeWindowGroup | |
register( Object win ) : void
Parameters:
|
NativeWindowGroup | |
unregister( Object win ) : void
Parameters:
|
NativeWindowGroup |