|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowState | |
|---|---|
| javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
| org.jboss.portal.portlet.impl.jsr168 | |
| org.jboss.portal.portlet.impl.jsr168.api | |
| Uses of WindowState in javax.portlet |
|---|
| Fields in javax.portlet declared as WindowState | |
|---|---|
static WindowState |
WindowState.MAXIMIZED
The MAXIMIZED window state is an indication that a portlet may be the only portlet being rendered in
the portal page, or that the portlet has more space compared to other portlets in the portal page. |
static WindowState |
WindowState.MINIMIZED
When a portlet is in MINIMIZED window state, the portlet should only render minimal output or no
output at all. |
static WindowState |
WindowState.NORMAL
The NORMAL window state indicates that a portlet may be sharing the page with other portlets. |
| Methods in javax.portlet that return WindowState | |
|---|---|
WindowState |
WindowStateException.getState()
Returns the portlet state causing this exception. |
WindowState |
PortletRequest.getWindowState()
Returns the current window state of the portlet. |
| Methods in javax.portlet with parameters of type WindowState | |
|---|---|
boolean |
PortletRequest.isWindowStateAllowed(WindowState state)
Returns true, if the given window state is valid to be set for this portlet in the context of the current request. |
void |
PortletURL.setWindowState(WindowState windowState)
Indicates the window state the portlet should be in, if this portlet URL triggers a request. |
void |
ActionResponse.setWindowState(WindowState windowState)
Sets the window state of a portlet to the given window state. |
| Constructors in javax.portlet with parameters of type WindowState | |
|---|---|
WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do the following: |
|
WindowStateException(java.lang.String text,
WindowState state)
Constructs a new portlet state exception with the given text. |
|
WindowStateException(java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to throw an exception. |
|
| Uses of WindowState in org.jboss.portal.portlet.impl.jsr168 |
|---|
| Methods in org.jboss.portal.portlet.impl.jsr168 that return WindowState | |
|---|---|
static WindowState |
PortletUtils.decodeWindowState(java.lang.String windowStateName)
Creates a WindowState object based on the specified name. |
| Uses of WindowState in org.jboss.portal.portlet.impl.jsr168.api |
|---|
| Methods in org.jboss.portal.portlet.impl.jsr168.api that return WindowState | |
|---|---|
WindowState |
PortletURLImpl.getWindowState()
|
WindowState |
StateAwareResponseImpl.getWindowState()
|
WindowState |
PortletRequestImpl.getWindowState()
|
| Methods in org.jboss.portal.portlet.impl.jsr168.api with parameters of type WindowState | |
|---|---|
boolean |
PortletRequestImpl.isWindowStateAllowed(WindowState windowState)
|
void |
PortletURLImpl.setWindowState(WindowState windowState)
|
void |
StateAwareResponseImpl.setWindowState(WindowState windowState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||