com.extjs.gxt.ui.client.event
Class WindowManagerEvent
java.lang.Object
com.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.WindowManagerEvent
public class WindowManagerEvent
- extends BaseEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
public WindowManager manager
- Deprecated. use methods
- The window manager.
window
public Window window
- Deprecated. use methods
- The window.
WindowManagerEvent
public WindowManagerEvent(WindowManager manager)
WindowManagerEvent
public WindowManagerEvent(WindowManager manager,
Window window)
getManager
public WindowManager getManager()
setManager
public void setManager(WindowManager manager)
getWindow
public Window getWindow()
setWindow
public void setWindow(Window window)