|
|||||||||
| 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>
com.extjs.gxt.ui.client.store.TreeStoreEvent<M>
M - the model typepublic class TreeStoreEvent<M extends ModelData>
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 |
|---|
public M extends ModelData parent
public M extends ModelData child
public java.util.List<M extends ModelData> children
| Constructor Detail |
|---|
public TreeStoreEvent(TreeStore store)
store - the source store
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||