|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
public class BoxComponentEvent
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 |
| フィールド 詳細 |
|---|
public BoxComponent boxComponent
public int x
public int y
public int width
public int height
public int size
| コンストラクタ 詳細 |
|---|
public BoxComponentEvent(BoxComponent component)
component - イベントソース
public BoxComponentEvent(BoxComponent component,
int width,
int height)
component - ボックスコンポーネントwidth - 幅height - 高さ
|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||