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

WindowStateInfoSupport - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.test.support.info
Class WindowStateInfoSupport

java.lang.Object
  extended byorg.jboss.portal.portlet.test.support.info.WindowStateInfoSupport
All Implemented Interfaces:
WindowStateInfo

public class WindowStateInfoSupport
extends java.lang.Object
implements WindowStateInfo

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  LocalizedString description
          .
private  WindowState windowState
          .
 
Constructor Summary
WindowStateInfoSupport(WindowState mode)
           
 
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

description

private final LocalizedString description
.


windowState

private final WindowState windowState
.

Constructor Detail

WindowStateInfoSupport

public WindowStateInfoSupport(WindowState mode)
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.