Package: | Ext.air |
Defined In: | NativeWindow.js |
Class: | NativeWindowGroup |
Subclasses: | NativeWindowManager |
Extends: | Object |
Method | Defined By | |
---|---|---|
closeAll()
:
void Closes all windows Closes all windows Parameters:
| NativeWindowGroup | |
each( Function fn , [Object scope ] )
:
voidExecutes the specified function once for every window in the group, passing each
window as the only parameter. Retur... 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 )
:
voidParameters:
| NativeWindowGroup | |
register( Object win )
:
voidParameters:
| NativeWindowGroup | |
unregister( Object win )
:
voidParameters:
| NativeWindowGroup |