Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
org.apache.jetspeed.portlet.event
Interface WindowEvent
- All Superinterfaces:
- Event
Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
- public interface WindowEvent
- extends Event
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.
- Since:
- 4.1
- See Also:
- WindowListener
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 WINDOW_DETACHED
public static final int WINDOW_DETACHED
- Deprecated.
- Event identifier indicating that a portlet window will be 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.
- See Also:
- Constant Field Values
WINDOW_MAXIMIZED
public static final int WINDOW_MAXIMIZED
- Deprecated.
- Event identifier indicating that a portlet window will be 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.
- See Also:
- Constant Field Values
WINDOW_MINIMIZED
public static final int WINDOW_MINIMIZED
- Deprecated.
- Event identifier indicating that a portlet window will be minimized.
An event with this id is fired when the user has requested that the window be minimized on the portlet page.
- See Also:
- Constant Field Values
WINDOW_RESTORED
public static final int WINDOW_RESTORED
- Deprecated.
- Event identifier indicating that a portlet window will be restored.
An event with this id is fired when the user has requested that the window be restored to its previous size.
- See Also:
- Constant Field Values
WINDOW_CLOSED
public static final int WINDOW_CLOSED
- Deprecated.
- Event identifier indicating that a portlet window is closed.
An event with this id is fired when the user has requested that the window be closed.
- See Also:
- Constant Field Values
WINDOW_SOLO
public static final int WINDOW_SOLO
- Deprecated.
- Event identifier indicating that a portlet window is in stand alone state (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.
- See Also:
- Constant Field Values
Method Detail getEventId
public int getEventId()
- Deprecated.
- Returns the identifier of the current window event
- Returns:
- the window event identifier
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.