|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 - the model typepublic class DataViewBinder<M extends ModelData>
A StoreBinder implementation for DataView.
| Constructor Summary | |
|---|---|
DataViewBinder(DataView view,
ListStore store)
Creates a new data view binder. |
|
| Method Summary | |
|---|---|
Component |
findItem(M model)
Returns the matching component for the given model. |
ListStore |
getStore()
Returns the binder's store. |
DataView |
getView()
Returns the data view. |
| Methods inherited from class com.extjs.gxt.ui.client.binder.StoreBinder |
|---|
addSelectionChangedListener, getSelection, init, isAutoSelect, isFiltered, isMask, removeSelectionListener, setAutoSelect, setIconProvider, setMask, setSelection, setSelection, setStringProvider, setStyleProvider |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataViewBinder(DataView view,
ListStore store)
view - the data viewstore - the list store| Method Detail |
|---|
public Component findItem(M model)
StoreBinder
findItem in class StoreBinder<ListStore<M extends ModelData>,DataView,M extends ModelData>model - the model
public ListStore getStore()
getStore in class StoreBinder<ListStore<M extends ModelData>,DataView,M extends ModelData>public DataView getView()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||