net.sf.jportlet.portlet
Class PortletWindow.State

java.lang.Object
  |
  +--net.sf.jportlet.portlet.PortletWindow.State
Enclosing class:
PortletWindow

public static class PortletWindow.State
extends java.lang.Object

State of a Window


Field Summary
static PortletWindow.State MAXIMIZED
           
static PortletWindow.State NORMAL
           
 
Method Summary
static PortletWindow.State fromString(java.lang.String str)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAXIMIZED

public static final PortletWindow.State MAXIMIZED

NORMAL

public static final PortletWindow.State NORMAL
Method Detail

fromString

public static PortletWindow.State fromString(java.lang.String str)

toString

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


Copyright © 2002 Herve Tchepannou. All Rights Reserved.