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

ContainerWindowStateInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.container.info
Class ContainerWindowStateInfo

java.lang.Object
  extended byorg.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

Field Summary
private static LocalizedString DEFAULT_DESCRIPTION
           
private  WindowState windowState
           
 
Constructor Summary
ContainerWindowStateInfo(WindowState windowState)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 LocalizedString getDescription()
          The window state description.
 WindowState getWindowState()
          The window state value.
 java.lang.String getWindowStateName()
          Retrieves the associated window state name.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowState

private final WindowState windowState

DEFAULT_DESCRIPTION

private static final LocalizedString DEFAULT_DESCRIPTION
Constructor Detail

ContainerWindowStateInfo

public ContainerWindowStateInfo(WindowState windowState)
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.

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()