|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.store.StoreEvent<M>
M - the model typepublic class StoreEvent<M extends ModelData>
A store event.
| Field Summary | |
|---|---|
int |
index
The inset index. |
M |
model
The item. |
java.util.List<M> |
models
The the items. |
Record.RecordUpdate |
operation
The operation |
Record |
record
The record. |
Store |
store
The source store. |
| Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
doit, source, type |
| Constructor Summary | |
|---|---|
StoreEvent(Store store)
Creates a new store event. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Store store
public int index
public Record.RecordUpdate operation
public Record record
public java.util.List<M extends ModelData> models
public M extends ModelData model
| Constructor Detail |
|---|
public StoreEvent(Store store)
store - the store event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||