com.extjs.gxt.ui.client.event
クラス WindowEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.ComponentEvent
              extended by com.extjs.gxt.ui.client.event.WindowEvent

public class WindowEvent
extends ComponentEvent

Windowのイベントタイプ

関連項目:
Window, Dialog

フィールド 概要
 Button buttonClicked
          クリックされたボタン
 Window window
          ソースウィンドウ
 
クラス com.extjs.gxt.ui.client.event.ComponentEvent から継承されたフィールド
component, state
 
クラス com.extjs.gxt.ui.client.event.DomEvent から継承されたフィールド
event
 
クラス com.extjs.gxt.ui.client.event.BaseEvent から継承されたフィールド
doit, source, type
 
コンストラクタ 概要
WindowEvent(Window window)
           
WindowEvent(Window window, Button buttonClicked)
           
WindowEvent(Window window, com.google.gwt.user.client.Event event)
           
 
メソッド 概要
 
クラス com.extjs.gxt.ui.client.event.DomEvent から継承されたメソッド
cancelBubble, getClientX, getClientY, getEventType, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, stopEvent, within
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールド 詳細

window

public Window window
ソースウィンドウ


buttonClicked

public Button buttonClicked
クリックされたボタン

コンストラクタ 詳細

WindowEvent

public WindowEvent(Window window)

WindowEvent

public WindowEvent(Window window,
                   com.google.gwt.user.client.Event event)

WindowEvent

public WindowEvent(Window window,
                   Button buttonClicked)