当前页面:
在线文档首页 >
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
org.jboss.portal.wsrp.consumer.portlet.info.WSRPPortletInfo.BasicWindowStateInfo
- All Implemented Interfaces:
- WindowStateInfo
- Enclosing class:
- WSRPPortletInfo
- class WSRPPortletInfo.BasicWindowStateInfo
- extends java.lang.Object
- implements WindowStateInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
WindowState state
WSRPPortletInfo.BasicWindowStateInfo
public WSRPPortletInfo.BasicWindowStateInfo(WindowState state)
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.