X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.ux.tree.ColumnNodeUI.html?ds=sidebyside diff --git a/docs/output/Ext.ux.tree.ColumnNodeUI.html b/docs/output/Ext.ux.tree.ColumnNodeUI.html deleted file mode 100644 index 34b4eba4..00000000 --- a/docs/output/Ext.ux.tree.ColumnNodeUI.html +++ /dev/null @@ -1,25 +0,0 @@ -
TreeNodeUI ColumnNodeUI
Package: | Ext.ux.tree |
Defined In: | ColumnNodeUI.js |
Class: | ColumnNodeUI |
Extends: | TreeNodeUI |
Method | Defined By | |
---|---|---|
addClass( String/Array className )
- :
- voidAdds one or more CSS classes to the node's UI element.
-Duplicate classes are automatically filtered out. Adds one or more CSS classes to the node's UI element.
-Duplicate classes are automatically filtered out. Parameters:
| TreeNodeUI | |
getAnchor()
- :
- HtmlElement Returns the <a> element that provides focus for the node's UI. Returns the <a> element that provides focus for the node's UI. Parameters:
| TreeNodeUI | |
getIconEl()
- :
- HtmlElement Returns the icon <img> element. Returns the icon <img> element. Parameters:
| TreeNodeUI | |
getTextEl()
- :
- HtmlNode Returns the text node. Returns the text node. Parameters:
| TreeNodeUI | |
hide()
- :
- void Hides this node. Hides this node. Parameters:
| TreeNodeUI | |
isChecked()
- :
- Boolean Returns the checked status of the node. If the node was rendered with no
-checkbox, it returns false. Returns the checked status of the node. If the node was rendered with no
-checkbox, it returns false. Parameters:
| TreeNodeUI | |
removeClass( String/Array className )
- :
- voidRemoves one or more CSS classes from the node's UI element. Removes one or more CSS classes from the node's UI element. Parameters:
| TreeNodeUI | |
show()
- :
- void Shows this node. Shows this node. Parameters:
| TreeNodeUI | |
toggleCheck( Boolean (optional) )
- :
- voidSets 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:
| TreeNodeUI |