org.jboss.portal.portlet.support.info
Class WindowStateInfoSupport

java.lang.Object
  extended by org.jboss.portal.portlet.support.info.WindowStateInfoSupport
All Implemented Interfaces:
WindowStateInfo

public class WindowStateInfoSupport
extends java.lang.Object
implements WindowStateInfo

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
WindowStateInfoSupport(WindowState mode)
           
 
Method Summary
 LocalizedString getDescription()
          The window state description.
 WindowState getWindowState()
          The window state value.
 java.lang.String getWindowStateName()
          Retrieves the associated window state name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowStateInfoSupport

public WindowStateInfoSupport(WindowState mode)
Method Detail

getDescription

public LocalizedString getDescription()
Description copied from interface: WindowStateInfo
The window state description.

Specified by:
getDescription in interface WindowStateInfo

getWindowState

public WindowState getWindowState()
Description copied from interface: WindowStateInfo
The window state value.

Specified by:
getWindowState in interface WindowStateInfo

getWindowStateName

public java.lang.String getWindowStateName()
Description copied from interface: WindowStateInfo
Retrieves the associated window state name.

Specified by:
getWindowStateName in interface WindowStateInfo
Returns:
the associated window state name.