com.extjs.gxt.ui.client.widget.tree
Class FastTreeItemUI

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
      extended by com.extjs.gxt.ui.client.widget.tree.FastTreeItemUI
All Implemented Interfaces:
TreeItemUI

Deprecated. see TreePanel

public class FastTreeItemUI
extends DefaultTreeItemUI


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
animDuration, checkDivEl, checkEl, classTreeClose, classTreeOpen, containerEl, iconDivEl, iconEl, indentEl, item, itemEl, jointDivEl, jointEl, styleTreeChecked, styleTreeItem, styleTreeJointOver, styleTreeLoading, styleTreeNotChecked, styleTreeOver, styleTreeSelected, textEl, textSpanEl, textStyle
 
Constructor Summary
FastTreeItemUI()
          Deprecated.  
 
Method Summary
 void afterRender()
          Deprecated. Called after the nodes UI has been rendered.
 com.google.gwt.user.client.Element getJointElement()
          Deprecated. Returns the joint element.
 java.lang.String getTemplate(java.lang.String id, java.lang.String text, java.lang.String iconStyle, int joint, int level)
          Deprecated. Returns the html markup used to render a tree item.
 boolean isSelectableTarget(com.google.gwt.user.client.Element target)
          Deprecated. Returns whether the element is a selectable target.
 void onIconStyleChange(java.lang.String style)
          Deprecated. Called when the nodes icon style changes.
 void onIndentChange(int indent)
          Deprecated. Called when the nodes indentation changes.
 void onJointChange(Tree.Joint joint)
          Deprecated. Called when the nodes joint is updated.
 void onSelectedChange(boolean selected)
          Deprecated. Called when the selected state of a node changes.
 
Methods inherited from class com.extjs.gxt.ui.client.widget.tree.DefaultTreeItemUI
afterCollapse, afterExpand, bind, collapse, expand, fly, getCheckElement, getContainerElement, handleClickEvent, handleEvent, handleJointEvent, handleMouseEvent, onCheckChange, onClick, onDoubleClick, onLoadingChange, onOverChange, onRemoveChild, onTextChange, onTextStyleChange, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastTreeItemUI

public FastTreeItemUI()
Deprecated. 
Method Detail

afterRender

public void afterRender()
Deprecated. 
Description copied from interface: TreeItemUI
Called after the nodes UI has been rendered. At this time, the tree item's element has been set, and any element initialization should occur.

Specified by:
afterRender in interface TreeItemUI
Overrides:
afterRender in class DefaultTreeItemUI

getJointElement

public com.google.gwt.user.client.Element getJointElement()
Deprecated. 
Description copied from interface: TreeItemUI
Returns the joint element. The joint is the element used to expand and collapse nodes.

Specified by:
getJointElement in interface TreeItemUI
Overrides:
getJointElement in class DefaultTreeItemUI
Returns:
the joint element

getTemplate

public java.lang.String getTemplate(java.lang.String id,
                                    java.lang.String text,
                                    java.lang.String iconStyle,
                                    int joint,
                                    int level)
Deprecated. 
Description copied from interface: TreeItemUI
Returns the html markup used to render a tree item.

Specified by:
getTemplate in interface TreeItemUI
Overrides:
getTemplate in class DefaultTreeItemUI
Parameters:
id - the item id
text - the item's text
Returns:
the html markup

isSelectableTarget

public boolean isSelectableTarget(com.google.gwt.user.client.Element target)
Deprecated. 
Description copied from interface: TreeItemUI
Returns whether the element is a selectable target.

Specified by:
isSelectableTarget in interface TreeItemUI
Overrides:
isSelectableTarget in class DefaultTreeItemUI
Parameters:
target - the target element
Returns:
true if selectable

onIconStyleChange

public void onIconStyleChange(java.lang.String style)
Deprecated. 
Description copied from interface: TreeItemUI
Called when the nodes icon style changes.

Specified by:
onIconStyleChange in interface TreeItemUI
Overrides:
onIconStyleChange in class DefaultTreeItemUI
Parameters:
style - the icon style

onIndentChange

public void onIndentChange(int indent)
Deprecated. 
Description copied from interface: TreeItemUI
Called when the nodes indentation changes.

Specified by:
onIndentChange in interface TreeItemUI
Overrides:
onIndentChange in class DefaultTreeItemUI
Parameters:
indent - the items depth

onJointChange

public void onJointChange(Tree.Joint joint)
Deprecated. 
Description copied from interface: TreeItemUI
Called when the nodes joint is updated.

Specified by:
onJointChange in interface TreeItemUI
Overrides:
onJointChange in class DefaultTreeItemUI
Parameters:
joint - the joint

onSelectedChange

public void onSelectedChange(boolean selected)
Deprecated. 
Description copied from interface: TreeItemUI
Called when the selected state of a node changes.

Specified by:
onSelectedChange in interface TreeItemUI
Overrides:
onSelectedChange in class DefaultTreeItemUI
Parameters:
selected - true if selected