|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseObservable
com.extjs.gxt.ui.client.binder.StoreBinder<ListStore<M>,DataView,M>
com.extjs.gxt.ui.client.binder.DataViewBinder<M>
M - モデルタイプpublic class DataViewBinder<M extends ModelData>
データビューやストアをバインドします。
| コンストラクタ 概要 | |
|---|---|
DataViewBinder(DataView view,
ListStore store)
新規のデータビューのバインダを作成します。 |
|
| メソッド 概要 | |
|---|---|
Component |
findItem(M model)
与えられたモデルに一致するコンポーネントを返します。 |
ListStore |
getStore()
バインダのストアを返します。 |
DataView |
getView()
データビューを返します。 |
| com.extjs.gxt.ui.client.binder.StoreBinderクラスから継承されたメソッド |
|---|
addSelectionChangedListener, getSelection, init, isAutoSelect, isFiltered, isMask, removeSelectionListener, setAutoSelect, setIconProvider, setMask, setSelection, setSelection, setStringProvider, setStyleProvider |
| com.extjs.gxt.ui.client.event.BaseObservableクラスから継承されたメソッド |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| java.lang.Objectクラスから継承されたイベント |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタ 詳細 |
|---|
public DataViewBinder(DataView view,
ListStore store)
view - データビューstore - リストストア| メソッド 詳細 |
|---|
public Component findItem(M model)
StoreBinder
StoreBinder<ListStore<M extends ModelData>,DataView,M extends ModelData>内の
findItem
model - モデル
public ListStore getStore()
public DataView getView()
|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||