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

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.BoxComponentEvent

public class BoxComponentEvent
extends ComponentEvent

BoxComponentのイベントタイプ

注意:与えられたイベントでは適当なフィールドのみが情報を与えられます。各イベントの適当なフィールドがイベントのソースによってドキュメント化されます。


フィールド 概要
 BoxComponent boxComponent
          イベントソース
 int height
          高さ
 int size
          サイズ
 int width
          幅
 int x
          X座標
 int y
          Y座標
 
クラス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
 
コンストラクタ 概要
BoxComponentEvent(BoxComponent component)
          新規のイベントを作成します。
BoxComponentEvent(BoxComponent component, int width, int height)
          新規のイベントを作成します。
 
メソッド 概要
 
クラス 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
 

フィールド 詳細

boxComponent

public BoxComponent boxComponent
イベントソース


x

public int x
X座標


y

public int y
Y座標


width

public int width


height

public int height
高さ


size

public int size
サイズ

コンストラクタ 詳細

BoxComponentEvent

public BoxComponentEvent(BoxComponent component)
新規のイベントを作成します。

パラメータ:
component - イベントソース

BoxComponentEvent

public BoxComponentEvent(BoxComponent component,
                         int width,
                         int height)
新規のイベントを作成します。

パラメータ:
component - ボックスコンポーネント
width - 幅
height - 高さ