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

NavigationalStateChangedEvent - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.theme.strategy
Class NavigationalStateChangedEvent

java.lang.Object
  extended byorg.jboss.portal.theme.strategy.StrategyEvent
      extended byorg.jboss.portal.theme.strategy.NavigationalStateChangedEvent

public class NavigationalStateChangedEvent
extends StrategyEvent

Version:
$Revision: 5448 $
Author:
Martin Holzner

Field Summary
private  Mode newPortletMode
           
private  WindowState newWindowState
           
private  WindowContext targetWindow
           
 
Constructor Summary
NavigationalStateChangedEvent(WindowContext target, Mode mode, WindowState windowState)
           
 
Method Summary
 Mode getNewPortletMode()
           
 WindowState getNewWindowState()
           
 WindowContext getTargetWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetWindow

private final WindowContext targetWindow

newPortletMode

private final Mode newPortletMode

newWindowState

private final WindowState newWindowState
Constructor Detail

NavigationalStateChangedEvent

public NavigationalStateChangedEvent(WindowContext target,
                                     Mode mode,
                                     WindowState windowState)
Method Detail

getTargetWindow

public WindowContext getTargetWindow()

getNewPortletMode

public Mode getNewPortletMode()

getNewWindowState

public WindowState getNewWindowState()