当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ContainerWindowStateInfo - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.container.info
Class ContainerWindowStateInfo
java.lang.Object
org.jboss.portal.portlet.container.info.ContainerWindowStateInfo
- All Implemented Interfaces:
- WindowStateInfo
- class ContainerWindowStateInfo
- extends java.lang.Object
- implements WindowStateInfo
- Since:
- 2.4
- Version:
- $Revision: 5448 $
- Author:
- Chris Laprun
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
windowState
private final WindowState windowState
DEFAULT_DESCRIPTION
private static final LocalizedString DEFAULT_DESCRIPTION
ContainerWindowStateInfo
public ContainerWindowStateInfo(WindowState windowState)
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.
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()