| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowEvent
Window events are not supported anymore in 5.1. For compatibility reasons, the interface is not removed, but no window events are sent to portlets.
A WindowEvent is sent by a portlet window whenever the user or the portal interacts with its controls. However the portlet can receive only one window event per request.
Field Summary | |
---|---|
static int | WINDOW_CLOSED
Deprecated. Event identifier indicating that a portlet window is closed. |
static int | WINDOW_DETACHED
Deprecated. Event identifier indicating that a portlet window will be detached. |
static int | WINDOW_MAXIMIZED
Deprecated. Event identifier indicating that a portlet window will be maximized. |
static int | WINDOW_MINIMIZED
Deprecated. Event identifier indicating that a portlet window will be minimized. |
static int | WINDOW_RESTORED
Deprecated. Event identifier indicating that a portlet window will be restored. |
static int | WINDOW_SOLO
Deprecated. Event identifier indicating that a portlet window is in stand alone state (solo). |
Method Summary | |
---|---|
int | getEventId()
Deprecated. Returns the identifier of the current window event |
Methods inherited from interface org.apache.jetspeed.portlet.event.Event |
---|
getPortlet, getRequest |
Field Detail |
---|
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.
static final int WINDOW_MAXIMIZED
An event with this id is fired when the user has requested that the window be maximized on the portlet page and will be the only portlet shown on the page.
static final int WINDOW_MINIMIZED
An event with this id is fired when the user has requested that the window be minimized on the portlet page.
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.
static final int WINDOW_CLOSED
An event with this id is fired when the user has requested that the window be closed.
static final int WINDOW_SOLO
An event with this id is fired when the user has requested that the window has to spawn the complete page and will be shown alone with no navigation.
Method Detail |
---|
int getEventId()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |