|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.WindowListener
public class WindowListener
Event interface for windows.
Constructor Summary | |
---|---|
WindowListener()
|
Method Summary | |
---|---|
void |
handleEvent(WindowEvent e)
Sent when an event that the listener has registered for occurs. |
void |
windowActivate(WindowEvent we)
Fires after the window is activated. |
void |
windowDeactivate(WindowEvent we)
Fires after the window is deactivated. |
void |
windowHide(WindowEvent we)
Fires after the window is hidden. |
void |
windowMaximize(WindowEvent we)
Fires after the window is maximized. |
void |
windowMinimize(WindowEvent we)
Fires after the window is minmized. |
void |
windowRestore(WindowEvent we)
Fires after the window is restored. |
void |
windowShow(WindowEvent we)
Fires after a window is opened. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowListener()
Method Detail |
---|
public void handleEvent(WindowEvent e)
Listener
handleEvent
in interface Listener<WindowEvent>
e
- the event which occurredpublic void windowActivate(WindowEvent we)
we
- the window eventpublic void windowDeactivate(WindowEvent we)
we
- the window eventpublic void windowHide(WindowEvent we)
we
- the window eventpublic void windowShow(WindowEvent we)
we
- the window eventpublic void windowMaximize(WindowEvent we)
we
- the window eventpublic void windowMinimize(WindowEvent we)
we
- the window eventpublic void windowRestore(WindowEvent we)
we
- the window event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |