|
|||||||||
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.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.ui.client.event.ContainerEvent<Tree,TreeItem>
com.extjs.gxt.ui.client.event.TreeEvent
TreePanel
public class TreeEvent
Tree event type.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
Tree
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
event |
Constructor Summary | |
---|---|
TreeEvent(Tree tree)
Deprecated. Creates a new tree event. |
|
TreeEvent(Tree tree,
TreeItem item)
Deprecated. Creates a new tree event. |
Method Summary | |
---|---|
TreeItem |
getParent()
Deprecated. Returns the parent. |
Tree |
getTree()
Deprecated. Returns the source tree. |
void |
setParent(TreeItem parent)
Deprecated. Sets the parent. |
void |
setTree(Tree tree)
Deprecated. Sets the source tree. |
Methods inherited from class com.extjs.gxt.ui.client.event.ContainerEvent |
---|
getContainer, getIndex, getItem, getSelected, setContainer, setIndex, setItem, setSelected |
Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
---|
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent |
---|
getComponent, getState, setComponent, setState |
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
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 TreeEvent(Tree tree)
tree
- the source treepublic TreeEvent(Tree tree, TreeItem item)
tree
- the source treeitem
- the tree itemMethod Detail |
---|
public TreeItem getParent()
public Tree getTree()
public void setParent(TreeItem parent)
parent
- the parentpublic void setTree(Tree tree)
tree
- the source tree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |