📄 ext.tree.treenode.html
字号:
<a id="parentNode-activeItem"></a> <b> parentNode: this.</b> <div class="mdesc"> <div class="short">
此节点的父节点. </div> <div class="long">
此节点的父节点. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-parentNode" href="output/Ext.data.Node.html#method-parentNode"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="firstChild-activeItem"></a> <b> firstChild: this.</b> <div class="mdesc"> <div class="short">
The first direct child node of th... </div> <div class="long">
The first direct child node of this node, or null if this node has no child nodes. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-firstChild" href="output/Ext.data.Node.html#method-firstChild"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="lastChild-activeItem"></a> <b> lastChild: this.</b> <div class="mdesc"> <div class="short">
The last direct child node of thi... </div> <div class="long">
The last direct child node of this node, or null if this node has no child nodes. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-lastChild" href="output/Ext.data.Node.html#method-lastChild"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="previousSibling-activeItem"></a> <b> previousSibling: this.</b> <div class="mdesc"> <div class="short">
The node immediately preceding th... </div> <div class="long">
The node immediately preceding this node in the tree, or null if there is no sibling node. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-previousSibling" href="output/Ext.data.Node.html#method-previousSibling"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="nextSibling-activeItem"></a> <b> nextSibling: this.</b> <div class="mdesc"> <div class="short">
The node immediately following th... </div> <div class="long">
The node immediately following this node in the tree, or null if there is no sibling node. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-nextSibling" href="output/Ext.data.Node.html#method-nextSibling"> Node </a> </td> </tr> </table> <a id="Ext.tree.TreeNode-methods"></a> <h2>公共方法</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2"> 方法 </th> <th class="msource-header"> 定义者 </th> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="TreeNode-TreeNode"></a> <b>TreeNode</b> ( <code> Object/String attributes </code> ) : Ext.tree.TreeNode <div class="mdesc"> <div class="short"> 构造器 </div> <div class="long"> 构造器 <div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> attributes </code> : Object/String <div class="sub-desc"> The attributes/config for the node or just a string with the text for the node </div> </li> </ul> <b>返回:</b> <ul> <li> <code> Ext.tree.TreeNode </code> </li> </ul> </div> </div> </div> </td> <td class="msource"> TreeNode </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="isExpanded-isExpanded"></a> <b>isExpanded</b> ( ) : Boolean <div class="mdesc"> <div class="short">
Returns true if this node is expa... </div> <div class="long">
Returns true if this node is expanded
<div class="mdetail-params"> <strong>参数项:</strong> <ul> </ul> <b>返回:</b> <ul> <li> <code> Boolean </code> */ </li> </ul> </div> </div> </div> </td> <td class="msource"> TreeNode </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="getUI-getUI"></a> <b>getUI</b> ( ) : TreeNodeUI <div class="mdesc"> <div class="short">
Returns the UI object for this no... </div> <div class="long">
Returns the UI object for this node.
node. Unless otherwise specified in the <a href="###" onClick="alert('#uiProvider');">#uiProvider</a>, this will be an instance
of <a href="###" onClick="alert('Ext.tree.TreeNodeUI');">Ext.tree.TreeNodeUI</a>
<div class="mdetail-params"> <strong>参数项:</strong> <ul> </ul> <b>返回:</b> <ul> <li> <code> TreeNodeUI </code> The object which is providing the user interface for this tree </li> </ul> </div> </div> </div> </td> <td class="msource"> TreeNode </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="setText-setText"></a> <b>setText</b> ( <code> String text
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -