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

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DragEvent

public class DragEvent
extends BaseEvent

Draggableのイベントのタイプ

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

関連項目:
Draggable

フィールド 概要
 Component component
          ドラッグされているコンポーネント
 Draggable draggable
          ドラッグできるインスタンス
 com.google.gwt.user.client.Event event
          DOMイベント
 int height
          現在の高さ
 int width
          現在の幅
 int x
          現在のx座標の値
 int y
          現在のy座標の値
 
クラス com.extjs.gxt.ui.client.event.BaseEvent から継承されたフィールド
doit, source, type
 
コンストラクタ 概要
DragEvent()
           
 
メソッド 概要
 com.google.gwt.user.client.Element getTarget()
          イベントのターゲットを返します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールド 詳細

draggable

public Draggable draggable
ドラッグできるインスタンス


component

public Component component
ドラッグされているコンポーネント


event

public com.google.gwt.user.client.Event event
DOMイベント


height

public int height
現在の高さ


width

public int width
現在の幅


x

public int x
現在のx座標の値


y

public int y
現在のy座標の値

コンストラクタ 詳細

DragEvent

public DragEvent()
メソッド 詳細

getTarget

public com.google.gwt.user.client.Element getTarget()
イベントのターゲットを返します。

戻り値:
ターゲット