|
|||||||||
| 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>,Table,M>
com.extjs.gxt.ui.client.binder.TableBinder<M>
M - the model typeGrid
public class TableBinder<M extends ModelData>
A StoreBinder implementation for Tables.
| Constructor Summary | |
|---|---|
TableBinder(Table table,
ListStore<M> store)
Deprecated. Creates a new table binder. |
|
| Method Summary | |
|---|---|
Component |
findItem(M model)
Deprecated. Returns the matching component for the given model. |
ListStore<M> |
getStore()
Deprecated. Returns the binder's store. |
Table |
getTable()
Deprecated. Returns the binder's table. |
| 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, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableBinder(Table table,
ListStore<M> store)
StoreBinder.init() must be called after
configuring the binder.
table - the tablestore - the list store| Method Detail |
|---|
public Component findItem(M model)
StoreBinder
findItem in class StoreBinder<ListStore<M extends ModelData>,Table,M extends ModelData>model - the model
public ListStore<M> getStore()
getStore in class StoreBinder<ListStore<M extends ModelData>,Table,M extends ModelData>public Table getTable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||