当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
WindowEvent - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.api.node.event
Class WindowEvent
java.lang.Object
org.jboss.portal.api.node.event.PortalNodeEvent
org.jboss.portal.api.node.event.WindowEvent
- Direct Known Subclasses:
- WindowActionEvent, WindowNavigationEvent, WindowRenderEvent
- public class WindowEvent
- extends PortalNodeEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
protected Mode mode
- .
windowState
protected WindowState windowState
- .
WindowEvent
public WindowEvent(PortalNode node)
throws java.lang.IllegalArgumentException
getMode
public Mode getMode()
setMode
public void setMode(Mode mode)
getWindowState
public WindowState getWindowState()
setWindowState
public void setWindowState(WindowState windowState)