org.jboss.portal.portlet.info
Interface WindowStateInfo

All Known Implementing Classes:
WindowStateInfoSupport

public interface WindowStateInfo

Since:
2.4

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

public LocalizedString getDescription()
The window state description.


getWindowState

public WindowState getWindowState()
The window state value.


getWindowStateName

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

Returns:
the associated window state name.