org.jboss.portal.portlet.info
Interface WindowStateInfo


public interface WindowStateInfo

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

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

Method Detail

getDescription

org.jboss.portal.common.i18n.LocalizedString getDescription()
The window state description.

Returns:
the window state description

getWindowState

org.jboss.portal.WindowState getWindowState()
The window state value.

Returns:
the window state value

getWindowStateName

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

Returns:
the associated window state name.


Copyright © 2008. All Rights Reserved.