|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.ChangeEvent
public class ChangeEvent
モデルの変化の結果として、このクラスのインスタンスが送られます。
ChangeEventSource| フィールド 概要 | |
|---|---|
int |
index
挿入位置 |
Model |
item
追加、もしくは除去される項目 |
Model |
source
イベントを発生させるモデル |
int |
type
変化のタイプ |
| コンストラクタ 概要 | |
|---|---|
ChangeEvent(int type,
Model source)
新規のインスタンスを作成します。 |
|
ChangeEvent(int type,
Model source,
Model item)
新規のインスタンスを作成します。 |
|
| メソッド 概要 |
|---|
| java.lang.Objectから継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールド 詳細 |
|---|
public int type
ChangeEventSource.Add,
ChangeEventSource.Remove,
ChangeEventSource.Updatepublic Model source
public Model item
public int index
| コンストラクタ 詳細 |
|---|
public ChangeEvent(int type,
Model source)
type - 変化のタイプsource - 変化するオブジェクト
public ChangeEvent(int type,
Model source,
Model item)
type - 変化のタイプsource - 変化したオブジェクトitem - 追加、もしくは除去された項目
|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||