com.ebmwebsourcing.geasytools.gwtextwidgets.treepanel
Class TreeNode

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.data.Node
          extended by com.gwtext.client.widgets.tree.TreeNode
              extended by com.ebmwebsourcing.geasytools.gwtextwidgets.treepanel.TreeNode
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers

public class TreeNode
extends com.gwtext.client.widgets.tree.TreeNode
implements com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode


Field Summary
 
Fields inherited from class com.gwtext.client.data.Node
configJS
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
TreeNode()
           
 
Method Summary
 com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
           
 void addNode(com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode node)
           
 void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
           
 com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode[] getChildren()
           
 java.lang.String getName()
           
 com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode getParentTreeNode()
           
 com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreePanel getTreePanel()
           
 void setName(java.lang.String name)
           
 void setTreePanel(com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreePanel treePanel)
           
 
Methods inherited from class com.gwtext.client.widgets.tree.TreeNode
addListener, cloneNode, cloneNode, collapse, collapse, collapseChildNodes, create, createNode, destroy, disable, enable, ensureVisible, expand, expand, expand, expandChildNodes, getIconCls, getText, getUI, isDisabled, isExpandable, isExpanded, isRendered, isSelected, select, setAllowDrag, setAllowDrop, setChecked, setCls, setDisabled, setExpandable, setExpanded, setHref, setHrefTarget, setIcon, setIconCls, setSingleClickExpand, setText, setTooltip, setTooltip, setTreeAttribute, setUiProvider, toggle, treeNodeInstance, unselect
 
Methods inherited from class com.gwtext.client.data.Node
addListener, appendChild, bubble, cascade, contains, eachChild, equals, findChildBy, getAttribute, getAttributeAsObject, getChildNodes, getDepth, getFirstChild, getId, getJsObj, getLastChild, getNextSibling, getOwnerTree, getParentNode, getPath, getPath, getPreviousSibling, getUserObject, hashCode, indexOf, insertBefore, isAncestor, isFirst, isLast, isLeaf, item, remove, removeChild, replaceChild, setAttribute, setAttribute, setAttribute, setId, setLeaf, setUserObject, sort
 
Methods inherited from class com.gwtext.client.core.JsObject
getProperties, isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNode

public TreeNode()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

getTreePanel

public com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreePanel getTreePanel()
Specified by:
getTreePanel in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

setName

public void setName(java.lang.String name)
Specified by:
setName in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

setTreePanel

public void setTreePanel(com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreePanel treePanel)
Specified by:
setTreePanel in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

addClickHandler

public com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
Specified by:
addClickHandler in interface com.google.gwt.event.dom.client.HasClickHandlers

fireEvent

public void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
Specified by:
fireEvent in interface com.google.gwt.event.shared.HasHandlers

addNode

public void addNode(com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode node)
Specified by:
addNode in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

getParentTreeNode

public com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode getParentTreeNode()
Specified by:
getParentTreeNode in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode

getChildren

public com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode[] getChildren()
Specified by:
getChildren in interface com.ebmwebsourcing.geasytools.widgets.ext.api.treepanel.ITreeNode


Copyright © 2010-2011 Petals Link. All Rights Reserved.