|
|||||||||
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.
Constructor Summary | |
---|---|
TreeStoreEvent(TreeStore<M> store)
Creates a new tree store event. |
Method Summary | |
---|---|
M |
getChild()
Returns the child. |
java.util.List<M> |
getChildren()
Returns the children. |
M |
getParent()
Returns the parent. |
void |
setChild(M child)
Sets the child. |
void |
setChildren(java.util.List<M> children)
Sets the children. |
void |
setParent(M parent)
Sets the parent. |
Methods inherited from class com.extjs.gxt.ui.client.store.StoreEvent |
---|
getIndex, getModel, getModels, getOperation, getRecord, getSortInfo, getStore, setIndex, setModel, setModels, setOperation, setRecord, setSortInfo, setStore |
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeStoreEvent(TreeStore<M> store)
store
- the source storeMethod Detail |
---|
public M getChild()
public java.util.List<M> getChildren()
public M getParent()
public void setChild(M child)
child
- the childpublic void setChildren(java.util.List<M> children)
children
- the childrenpublic void setParent(M parent)
parent
- the parent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |