|
| 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. | TreeNodeUI |
| getAnchor()
- :
- HtmlElementReturns the <a> element that provides focus for the node's UI. Returns the <a> element that provides focus for the node's UI. Parameters:Returns:HtmlElement The DOM anchor element.
| TreeNodeUI |
| getIconEl()
- :
- HtmlElementReturns the icon <img> element. Returns the icon <img> element. Parameters:Returns:HtmlElement The DOM image element.
| TreeNodeUI |
| getTextEl()
- :
- HtmlNodeReturns the text node. Returns the text node. Parameters:Returns:HtmlNode The DOM text node.
| TreeNodeUI |
| hide()
- :
- void | TreeNodeUI |
| isChecked()
- :
- BooleanReturns the checked status of the node. If the node was rendered with no
+Duplicate classes are automatically filtered out. | TreeNodeUI |
| getAnchor()
+ :
+ HtmlElementReturns the <a> element that provides focus for the node's UI. Returns the <a> element that provides focus for the node's UI. Parameters:Returns:HtmlElement The DOM anchor element.
| TreeNodeUI |
| getIconEl()
+ :
+ HtmlElementReturns the icon <img> element. Returns the icon <img> element. Parameters:Returns:HtmlElement The DOM image element.
| TreeNodeUI |
| getTextEl()
+ :
+ HtmlNodeReturns the text node. Returns the text node. Parameters:Returns:HtmlNode The DOM text node.
| TreeNodeUI |
| hide()
+ :
+ void | TreeNodeUI |
| isChecked()
+ :
+ BooleanReturns 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. | 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. | TreeNodeUI |
| show()
- :
- void | TreeNodeUI |
| toggleCheck( Boolean (optional) )
- :
- voidSets the checked status of the tree node to the passed value, or, if no value was passed,
+checkbox, it returns false. | 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. | TreeNodeUI |
| show()
+ :
+ void | 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:(optional) : BooleanThe new checked status. Returns: | TreeNodeUI |