| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.portlet.PortletWindow.State
public static class PortletWindow.State
The State class is a finite enumeration of the possible states that a window can assume.
Field Summary | |
---|---|
static PortletWindow.State | CLOSED
Deprecated. |
static PortletWindow.State | DETACHED
Deprecated. |
static PortletWindow.State | MAXIMIZED
In this window state the portlet is displayed maximized which means that it is the only portlet shown on the page. |
static PortletWindow.State | MINIMIZED
In this window state the portlet is displayed minimzed which means that only the portlet title is shown |
static PortletWindow.State | MOVING
Deprecated. |
static PortletWindow.State | NORMAL
The standard "one-of many" window state on a page. |
static PortletWindow.State | RESIZING
Deprecated. |
static PortletWindow.State | SOLO
The window will be shown alone with no navigation |
Method Summary | |
---|---|
static PortletWindow.State | forIdentifier(java.lang.String identifier)
|
int | getId()
|
java.lang.Object | readResolve()
|
java.lang.String | toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PortletWindow.State NORMAL
public static final PortletWindow.State MAXIMIZED
public static final PortletWindow.State MINIMIZED
public static final PortletWindow.State DETACHED
public static final PortletWindow.State MOVING
public static final PortletWindow.State RESIZING
public static final PortletWindow.State CLOSED
public static final PortletWindow.State SOLO
Method Detail |
---|
public static PortletWindow.State forIdentifier(java.lang.String identifier)
public int getId()
public java.lang.String toString()
public java.lang.Object readResolve() throws java.io.ObjectStreamException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |