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

WSRPPortletInfo.BasicWindowStateInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.consumer.portlet.info
Class WSRPPortletInfo.BasicWindowStateInfo

java.lang.Object
  extended byorg.jboss.portal.wsrp.consumer.portlet.info.WSRPPortletInfo.BasicWindowStateInfo
All Implemented Interfaces:
WindowStateInfo
Enclosing class:
WSRPPortletInfo

class WSRPPortletInfo.BasicWindowStateInfo
extends java.lang.Object
implements WindowStateInfo


Field Summary
(package private)  WindowState state
           
 
Constructor Summary
WSRPPortletInfo.BasicWindowStateInfo(WindowState state)
           
 
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
 

Field Detail

state

WindowState state
Constructor Detail

WSRPPortletInfo.BasicWindowStateInfo

public WSRPPortletInfo.BasicWindowStateInfo(WindowState state)
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.