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

NavigationalStateChangedEvent - JBOSS Portal 2.4 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


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
 

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()