com.extjs.gxt.ui.client.store
Class TreeStoreEvent<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>
          extended by com.extjs.gxt.ui.client.store.TreeStoreEvent<M>
Type Parameters:
M - the model type

public class TreeStoreEvent<M extends ModelData>
extends StoreEvent<M>

A tree store event.


Field Summary
 M child
          The child.
 java.util.List<M> children
          The children.
 M parent
          The parent model.
 
Fields inherited from class com.extjs.gxt.ui.client.store.StoreEvent
index, model, models, operation, record, store
 
Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent
doit, source, type
 
Constructor Summary
TreeStoreEvent(TreeStore store)
          Creates a new tree store event.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public M extends ModelData parent
The parent model.


child

public M extends ModelData child
The child.


children

public java.util.List<M extends ModelData> children
The children.

Constructor Detail

TreeStoreEvent

public TreeStoreEvent(TreeStore store)
Creates a new tree store event.

Parameters:
store - the source store