Class Ext.air.NativeWindowGroup
A collection of NativeWindows.
Public Properties
This class has no public properties.
Public Methods
|
closeAll() : void
|
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.
|
NativeWindowGroup |
|
get( String id ) : void
|
NativeWindowGroup |
|
register( Object win ) : void
|
NativeWindowGroup |
|
unregister( Object win ) : void
|
NativeWindowGroup |
Public Events
This class has no public events.