Executes the specified function once for every window in the group, passing each
+
An object that represents a group of
Ext.Window instances and provides z-order management
+and window activation behavior.
Public Properties
|
| zseed : Number The z-index value The starting z-index for windows (defaults to 9000) | WindowGroup |
Public Methods
|
| WindowGroup()
+ | WindowGroup |
| bringToFront( String/Object win )
+ :
+ BooleanBrings the specified window to the front of any other active windows. Brings the specified window to the front of any other active windows. | WindowGroup |
| each( Function fn , [Object scope ] )
+ :
+ voidExecutes 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. | WindowGroup |
| get( String/Object id )
- :
- Ext.WindowGets a registered window by id. Gets a registered window by id. | WindowGroup |
| getActive()
- :
- Ext.WindowGets the currently-active window in the group. Gets the currently-active window in the group. Parameters:Returns:Ext.Window The active window
| WindowGroup |
| getBy( Function fn , [Object scope ] )
- :
- ArrayReturns zero or more windows in the group using the custom search function passed to this method.
+window as the only parameter. Returning false from the function will stop the iteration. | WindowGroup |
| get( String/Object id )
+ :
+ Ext.WindowGets a registered window by id. Gets a registered window by id. | WindowGroup |
| getActive()
+ :
+ Ext.WindowGets the currently-active window in the group. Gets the currently-active window in the group. Parameters:Returns:Ext.Window The active window
| WindowGroup |
| getBy( Function fn , [Object scope ] )
+ :
+ ArrayReturns zero or more windows in the group using the custom search function passed to this method.
The function should... Returns zero or more windows in the group using the custom search function passed to this method.
The function should accept a single Ext.Window reference as its only argument and should
return true if the window matches the search criteria, otherwise it should return false. | WindowGroup |
| hideAll()
- :
- voidHides all windows in the group. Hides all windows in the group. | WindowGroup |
| sendToBack( String/Object win )
- :
+that gets passed to the function if not specified)Returns: | WindowGroup |
| hideAll()
+ :
+ voidHides all windows in the group. Hides all windows in the group. | WindowGroup |
| sendToBack( String/Object win )
+ :
Ext.WindowSends the specified window to the back of other active windows. Sends the specified window to the back of other active windows. | WindowGroup |
Public Events
This class has no public events.