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

WindowEvent - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.api.node.event
Class WindowEvent

java.lang.Object
  extended byorg.jboss.portal.api.node.event.PortalNodeEvent
      extended byorg.jboss.portal.api.node.event.WindowEvent
Direct Known Subclasses:
WindowActionEvent, WindowNavigationEvent, WindowRenderEvent

public class WindowEvent
extends PortalNodeEvent


Field Summary
protected  Mode mode
          .
protected  WindowState windowState
          .
 
Fields inherited from class org.jboss.portal.api.node.event.PortalNodeEvent
node
 
Constructor Summary
WindowEvent(PortalNode node)
           
 
Method Summary
 Mode getMode()
           
 WindowState getWindowState()
           
 void setMode(Mode mode)
           
 void setWindowState(WindowState windowState)
           
 
Methods inherited from class org.jboss.portal.api.node.event.PortalNodeEvent
getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

protected Mode mode
.


windowState

protected WindowState windowState
.

Constructor Detail

WindowEvent

public WindowEvent(PortalNode node)
            throws java.lang.IllegalArgumentException
Method Detail

getMode

public Mode getMode()

setMode

public void setMode(Mode mode)

getWindowState

public WindowState getWindowState()

setWindowState

public void setWindowState(WindowState windowState)