X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.tree.TreeNodeUI.html diff --git a/docs/output/Ext.tree.TreeNodeUI.html b/docs/output/Ext.tree.TreeNodeUI.html index 9383d36d..503c3d41 100644 --- a/docs/output/Ext.tree.TreeNodeUI.html +++ b/docs/output/Ext.tree.TreeNodeUI.html @@ -1,16 +1,16 @@ -

Class Ext.tree.TreeNodeUI

Package:Ext.tree
Defined In:TreeNodeUI.js
Class:TreeNodeUI
Extends:Object
This class provides the default UI implementation for Ext TreeNodes. -The TreeNode UI implementation is separate from the -tree implementation, and allows customizing of the appearance of -tree nodes.
-

-If you are customizing the Tree's user interface, you -may need to extend this class, but you should never need to instantiate this class.
-

-This class provides access to the user interface components of an Ext TreeNode, through +

Class Ext.tree.TreeNodeUI

Package:Ext.tree
Defined In:TreeNodeUI.js
Class:TreeNodeUI
Extends:Object
This class provides the default UI implementation for Ext TreeNodes. +The TreeNode UI implementation is separate from the +tree implementation, and allows customizing of the appearance of +tree nodes.
+

+If you are customizing the Tree's user interface, you +may need to extend this class, but you should never need to instantiate this class.
+

+This class provides access to the user interface components of an Ext TreeNode, through Ext.tree.TreeNode.getUI

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file + void
Sets the checked status of the tree node to the passed value, or, if no value was passed, +toggles the checked status....
Sets the checked status of the tree node to the passed value, or, if no value was passed, +toggles the checked status. If the node was rendered with no checkbox, this has no effect.
Parameters:
  • value : Boolean
    (optional) The new checked status.
Returns:
  • void
TreeNodeUI

Public Events

This class has no public events.
\ No newline at end of file