/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_tree_RootTreeNodeUI({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":"Ext.tree.TreeNodeUI","uses":[],"html":"
Hierarchy
Ext.tree.TreeNodeUIExt.tree.RootTreeNodeUIFiles
This class provides the default UI implementation for root Ext TreeNodes.\nThe RootTreeNode UI implementation allows customizing the appearance of the root tree node.
\nIf you are customizing the Tree's user interface, you\nmay need to extend this class, but you should never need to instantiate this class.
\n\n
delayed drop so the click event doesn't get fired on a drop
\nReturns the <a> element that provides focus for the node's UI.
\nThe DOM anchor element.
\nReturns the element which encapsulates this node.
\nThe DOM element. The default implementation uses a <li>
.
Returns the icon <img> element.
\nThe DOM image element.
\nReturns the text node.
\nThe DOM text node.
\nReturns the checked status of the node. If the node was rendered with no\ncheckbox, it returns false.
\nThe checked flag.
\nprivate
\nprivate
\nprivate
\nprivate
\nprivate
\nprivate
\nprivate
\nSets the checked status of the tree node to the passed value, or, if no value was passed,\ntoggles the checked status. If the node was rendered with no checkbox, this has no effect.
\nThe new checked status.
\n