org.jboss.portal.portlet.info
Interface WindowStateInfo

All Known Implementing Classes:
WindowStateInfoSupport

public interface WindowStateInfo

Since:
2.4
Version:
$Revision: 6818 $
Author:
Julien Viet

Method Summary
 LocalizedString getDescription()
          The window state description.
 WindowState getWindowState()
          The window state value.
 java.lang.String getWindowStateName()
          Retrieves the associated window state name.
 

Method Detail

getDescription

LocalizedString getDescription()
The window state description.


getWindowState

WindowState getWindowState()
The window state value.


getWindowStateName

java.lang.String getWindowStateName()
Retrieves the associated window state name.

Returns:
the associated window state name.