|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.WindowMgr
public class WindowMgr
The default global window group that is available automatically. To have more than one group of windows with separate z-order stacks, create additional instances of WindowGroup as needed.
Constructor Summary | |
---|---|
WindowMgr()
|
Method Summary | |
---|---|
static void |
bringToFront(java.lang.String windowID)
Brings the specified window to the front of any other active windows. |
static void |
bringToFront(Window window)
Brings the specified window to the front of any other active windows. |
static void |
each(ComponentTraversalCallback cb)
Executes the specified function once for every window in the group, passing each window as the only parameter. |
Window[] |
findBy(ComponentTraversalCallback cb)
Returns zero or more windows in the group using the custom search function passed to this method. |
static Window |
get(java.lang.String id)
Gets a registered window by id. |
static Window |
getActive()
Gets the currently-active window in the group. |
static void |
hideAll()
Hides all windows in the group. |
static void |
sendToBack(java.lang.String windowID)
Sends the specified window to the back of other active windows. |
static void |
sendToBack(Window window)
Sends the specified window to the back of other active windows. |
static void |
setZseed(int zseed)
The starting z-index for windows (defaults to 9000). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowMgr()
Method Detail |
---|
public static void bringToFront(java.lang.String windowID)
windowID
- the window IDpublic static void bringToFront(Window window)
window
- the windowpublic static void each(ComponentTraversalCallback cb)
cb
- the traversal callback functionpublic static Window get(java.lang.String id)
id
- the window ID
public static Window getActive()
public Window[] findBy(ComponentTraversalCallback cb)
cb
- the callback
public static void hideAll()
public static void sendToBack(java.lang.String windowID)
windowID
- the window IDpublic static void sendToBack(Window window)
window
- the windowpublic static void setZseed(int zseed)
zseed
- the zseed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |