|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DragEvent
public class DragEvent
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 |
| フィールド 詳細 |
|---|
public Draggable draggable
public Component component
public com.google.gwt.user.client.Event event
public int height
public int width
public int x
public int y
| コンストラクタ 詳細 |
|---|
public DragEvent()
| メソッド 詳細 |
|---|
public com.google.gwt.user.client.Element getTarget()
|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||