com.extjs.gxt.ui.client.event
Class WindowManagerEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.WindowManagerEvent

public class WindowManagerEvent
extends BaseEvent


Field Summary
 WindowManager manager
          Deprecated. use methods
 Window window
          Deprecated. use methods
 
Constructor Summary
WindowManagerEvent(WindowManager manager)
           
WindowManagerEvent(WindowManager manager, Window window)
           
 
Method Summary
 WindowManager getManager()
           
 Window getWindow()
           
 void setManager(WindowManager manager)
           
 void setWindow(Window window)
           
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public WindowManager manager
Deprecated. use methods
The window manager.


window

public Window window
Deprecated. use methods
The window.

Constructor Detail

WindowManagerEvent

public WindowManagerEvent(WindowManager manager)

WindowManagerEvent

public WindowManagerEvent(WindowManager manager,
                          Window window)
Method Detail

getManager

public WindowManager getManager()

setManager

public void setManager(WindowManager manager)

getWindow

public Window getWindow()

setWindow

public void setWindow(Window window)