com.extjs.gxt.ui.client.store
Class StoreEvent<M extends ModelData>

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.store.StoreEvent<M>
Type Parameters:
M - the model type
Direct Known Subclasses:
TreeStoreEvent

public class StoreEvent<M extends ModelData>
extends BaseEvent

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

store

public Store store
The source store.


index

public int index
The inset index.


operation

public Record.RecordUpdate operation
The operation


record

public Record record
The record.


models

public java.util.List<M extends ModelData> models
The the items.


model

public M extends ModelData model
The item.

Constructor Detail

StoreEvent

public StoreEvent(Store store)
Creates a new store event.

Parameters:
store - the store event