/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_WindowGroup({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":["Ext.WindowMgr"],"extends":null,"uses":[],"html":"

Subclasses

Files

An object that manages a group of Ext.Window instances and provides z-order management\nand window activation behavior.

\n
Defined By

Properties

Ext.WindowGroup
view source
: Number
The starting z-index for windows in this WindowGroup (defaults to 9000) The z-index value ...

The starting z-index for windows in this WindowGroup (defaults to 9000) The z-index value

\n

Defaults to: 9000

Defined By

Methods

...
\n

Returns

Ext.WindowGroup
view source
( win ) : Boolean
Brings the specified window to the front of any other active windows in this WindowGroup. ...

Brings the specified window to the front of any other active windows in this WindowGroup.

\n

Parameters

Returns

  • Boolean

    True if the dialog was brought to the front, else false\nif it was already in front

    \n
Ext.WindowGroup
view source
( fn, [scope] )
Executes the specified function once for every window in this WindowGroup, passing each\nwindow as the only parameter. ...

Executes the specified function once for every window in this WindowGroup, passing each\nwindow as the only parameter. Returning false from the function will stop the iteration.

\n

Parameters

  • fn : Function

    The function to execute for each item

    \n
  • scope : Object (optional)

    The scope (this reference) in which the function is executed. Defaults to the current Window in the iteration.

    \n
Ext.WindowGroup
view source
( id ) : Ext.Window
Gets a registered window by id. ...

Gets a registered window by id.

\n

Parameters

Returns

Ext.WindowGroup
view source
( ) : Ext.Window
Gets the currently-active window in this WindowGroup. ...

Gets the currently-active window in this WindowGroup.

\n

Returns

Ext.WindowGroup
view source
( fn, [scope] ) : Array
Returns zero or more windows in this WindowGroup using the custom search function passed to this method. ...

Returns zero or more windows in this WindowGroup using the custom search function passed to this method.\nThe function should accept a single Ext.Window reference as its only argument and should\nreturn true if the window matches the search criteria, otherwise it should return false.

\n

Parameters

  • fn : Function

    The search function

    \n
  • scope : Object (optional)

    The scope (this reference) in which the function is executed. Defaults to the Window being tested.\nthat gets passed to the function if not specified)

    \n

Returns

  • Array

    An array of zero or more matching windows

    \n
Ext.WindowGroup
view source
( )
Hides all windows in this WindowGroup. ...

Hides all windows in this WindowGroup.

\n
Ext.WindowGroup
view source
( win )
Registers a Window with this WindowManager. ...

Registers a Window with this WindowManager. This should not\nneed to be called under normal circumstances. Windows are automatically registered\nwith a manager at construction time.

\n\n\n

Where this may be useful is moving Windows between two WindowManagers. For example,\nto bring the Ext.MessageBox dialog under the same manager as the Desktop's\nWindowManager in the desktop sample app:

\n\n\n

\n\n
var msgWin = Ext.MessageBox.getDialog();\nMyDesktop.getDesktop().getManager().register(msgWin);\n
\n\n\n

\n

Parameters

  • win : Window

    The Window to register.

    \n
Ext.WindowGroup
view source
( win ) : Ext.Window
Sends the specified window to the back of other active windows in this WindowGroup. ...

Sends the specified window to the back of other active windows in this WindowGroup.

\n

Parameters

Returns

Ext.WindowGroup
view source
( win )
Unregisters a Window from this WindowManager. ...

Unregisters a Window from this WindowManager. This should not\nneed to be called. Windows are automatically unregistered upon destruction.\nSee register.

\n\n

Parameters

  • win : Window

    The Window to unregister.

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"WindowManager.html#Ext-WindowGroup","filename":"WindowManager.js"}],"linenr":1,"members":{"property":[{"tagname":"property","owner":"Ext.WindowGroup","meta":{},"name":"zseed","id":"property-zseed"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"constructor","id":"method-constructor"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"bringToFront","id":"method-bringToFront"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"each","id":"method-each"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"get","id":"method-get"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"getActive","id":"method-getActive"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"getBy","id":"method-getBy"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"hideAll","id":"method-hideAll"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"register","id":"method-register"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"sendToBack","id":"method-sendToBack"},{"tagname":"method","owner":"Ext.WindowGroup","meta":{},"name":"unregister","id":"method-unregister"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.WindowGroup","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.WindowGroup","mixins":[],"mixedInto":[]});