当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
NavigationalStateChangedEvent - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.theme.strategy
Class NavigationalStateChangedEvent
java.lang.Object
org.jboss.portal.theme.strategy.StrategyEvent
org.jboss.portal.theme.strategy.NavigationalStateChangedEvent
- public class NavigationalStateChangedEvent
- extends StrategyEvent
- Version:
- $Revision: 5448 $
- Author:
- Martin Holzner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetWindow
private final WindowContext targetWindow
newPortletMode
private final Mode newPortletMode
newWindowState
private final WindowState newWindowState
NavigationalStateChangedEvent
public NavigationalStateChangedEvent(WindowContext target,
Mode mode,
WindowState windowState)
getTargetWindow
public WindowContext getTargetWindow()
getNewPortletMode
public Mode getNewPortletMode()
getNewWindowState
public WindowState getNewWindowState()