|
|||||||||
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.TreePanelEvent<M>
M
- the model type contained in the treepublic class TreePanelEvent<M extends ModelData>
TreePanel
event type.
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
event |
Constructor Summary | |
---|---|
TreePanelEvent(TreePanel tree)
|
|
TreePanelEvent(TreePanel tree,
com.google.gwt.user.client.Event event)
|
|
TreePanelEvent(TreePanel tree,
M item)
|
Method Summary | |
---|---|
M |
getChild()
Returns the child model. |
M |
getItem()
Returns the item. |
TreePanel.TreeNode |
getNode()
Returns the tree node. |
M |
getParent()
Returns the parent. |
TreeStore |
getStore()
Returns the source tree store. |
TreePanel<M> |
getTreePanel()
Returns the source tree panel. |
boolean |
isChecked()
Returns true if checked. |
void |
setChecked(boolean checked)
Sets the checked state. |
void |
setChild(M child)
Sets the child. |
void |
setItem(M item)
Sets the item. |
void |
setNode(TreePanel.TreeNode node)
Sets the tree node. |
void |
setParent(M parent)
Sets the parent. |
void |
setStore(TreeStore store)
Sets the source tree store. |
void |
setTreePanel(TreePanel<M> treePanel)
Sets the source tree panel. |
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 TreePanelEvent(TreePanel tree)
public TreePanelEvent(TreePanel tree, com.google.gwt.user.client.Event event)
public TreePanelEvent(TreePanel tree, M item)
Method Detail |
---|
public M getChild()
public M getItem()
public TreePanel.TreeNode getNode()
public M getParent()
public TreeStore getStore()
public TreePanel<M> getTreePanel()
public boolean isChecked()
public void setChecked(boolean checked)
checked
- the checked statepublic void setChild(M child)
child
- the childpublic void setItem(M item)
item
- the itempublic void setNode(TreePanel.TreeNode node)
node
- the tree nodepublic void setParent(M parent)
parent
- the parentpublic void setStore(TreeStore store)
store
- the tree storepublic void setTreePanel(TreePanel<M> treePanel)
treePanel
- the tree panel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |