站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

WindowStateInfo - JBOSS Portal 2.4 API 英文版文档


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.