org.apache.jetspeed.portlet
Class PortletWindow.State

java.lang.Object
  extended by org.apache.jetspeed.portlet.PortletWindow.State
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
PortletWindow

public static class PortletWindow.State
extends java.lang.Object
implements java.io.Serializable

The State class is a finite enumeration of the possible states that a window can assume.

See Also:
Serialized Form

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

NORMAL

public static final PortletWindow.State NORMAL
The standard "one-of many" window state on a page.


MAXIMIZED

public static final PortletWindow.State MAXIMIZED
In this window state the portlet is displayed maximized which means that it is the only portlet shown on the page.


MINIMIZED

public static final PortletWindow.State MINIMIZED
In this window state the portlet is displayed minimzed which means that only the portlet title is shown


DETACHED

public static final PortletWindow.State DETACHED
Deprecated. 
Allows the portlet window to be detached of the normal content view of the portal and thus be shown in a separate window.


MOVING

public static final PortletWindow.State MOVING
Deprecated. 
Allows the portlet window to be moved


RESIZING

public static final PortletWindow.State RESIZING
Deprecated. 
Allows the portlet window to be resized


CLOSED

public static final PortletWindow.State CLOSED
Deprecated. 
The window is or will be closed and thus is not shown on the portal page anymore.


SOLO

public static final PortletWindow.State SOLO
The window will be shown alone with no navigation

Method Detail

forIdentifier

public static PortletWindow.State forIdentifier(java.lang.String identifier)

getId

public int getId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException