|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A WindowEvent is sent by a portlet window whenever
the user or the portal interacts with its controls.
WindowListener| Field Summary | |
static int |
WINDOW_CLOSED
Event identifier indicating that a portlet window is closed. |
static int |
WINDOW_DETACHED
Event identifier indicating that a portlet window will be detached. |
static int |
WINDOW_MAXIMIZED
Event identifier indicating that a portlet window will be maximized. |
static int |
WINDOW_MINIMIZED
Event identifier indicating that a portlet window will be minimized. |
static int |
WINDOW_RESTORED
Event identifier indicating that a portlet window will be restored. |
| Method Summary | |
int |
getEventId()
Returns the identifier of the current window event |
| Methods inherited from interface org.apache.jetspeed.portlet.event.Event |
getPortlet, getRequest |
| Field Detail |
public static final int WINDOW_DETACHED
An event with this id is fired when the user has requested that the window be detached from the rest of the portlet page.
public static final int WINDOW_MAXIMIZED
An event with this id is fired when the user has requested that the window be maximized.
public static final int WINDOW_MINIMIZED
An event with this id is fired when the user has requested that the window be minimized.
public static final int WINDOW_RESTORED
An event with this id is fired when the user has requested that the window be restored to its previous size.
public static final int WINDOW_CLOSED
An event with this id is fired when the user has requested that the window be closed.
| Method Detail |
public int getEventId()
|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||