| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletWindow
The PortletWindow represents the window that encloses a portlet. The portlet window can send events on manipulation of its various window controls, like the "minimize" or "close" buttons. But a portlet can also interrogate the portlet window about its current visibility state. For example, a portlet may render its content differently depending on whether its window is maximized or not.
Nested Class Summary | |
---|---|
static class | PortletWindow.State
Deprecated. The State class is a finite enumeration of the possible states that a window can assume. |
Method Summary | |
---|---|
PortletWindow.State | getWindowState()
Deprecated. Returns the current window state of this portlet |
boolean | isDetached()
Deprecated. use getWindowState() since version 1.1 |
boolean | isMaximized()
Deprecated. use getWindowState() since version 1.1 |
boolean | isMinimized()
Deprecated. use getWindowState() since version 1.1 |
void | setWindowState(PortletWindow.State state)
Deprecated. Defines which portlet window state is shown next. |
Method Detail |
---|
boolean isDetached()
boolean isMaximized()
boolean isMinimized()
PortletWindow.State getWindowState()
void setWindowState(PortletWindow.State state) throws AccessDeniedException
This function may only be used during event processing, in any other case the call has no effect.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |