|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowListener
Window
listener.
Method Summary | |
---|---|
void |
onActivate(Window source)
Fires after the window has been visually activated via Window.setActive() . |
void |
onDeactivate(Window source)
Fires after the window has been visually deactivated via Window.setActive(boolean) |
void |
onMaximize(Window source)
Fires after the window has been maximized. |
void |
onMinimize(Window source)
Fires after the window has been minimized. |
void |
onResize(Window source,
int width,
int height)
Fires after the window has been resized. |
void |
onRestore(Window source)
Fires after the window has been restored to its original size after being maximized. |
Methods inherited from interface com.gwtext.client.widgets.event.PanelListener |
---|
doBeforeClose, doBeforeCollapse, doBeforeExpand, onActivate, onBodyResize, onClose, onCollapse, onDeactivate, onExpand, onTitleChange |
Methods inherited from interface com.gwtext.client.widgets.event.ContainerListener |
---|
doBeforeAdd, doBeforeRemove, onAdd, onAfterLayout, onRemove |
Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
---|
onMove, onResize |
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Method Detail |
---|
void onActivate(Window source)
Window.setActive()
.
source
- thisvoid onDeactivate(Window source)
Window.setActive(boolean)
source
- thisvoid onMaximize(Window source)
source
- thisvoid onMinimize(Window source)
source
- thisvoid onResize(Window source, int width, int height)
source
- thiswidth
- the new widthheight
- the new heightvoid onRestore(Window source)
source
- this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |