X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.tree.TreeFilter.html diff --git a/docs/output/Ext.tree.TreeFilter.html b/docs/output/Ext.tree.TreeFilter.html deleted file mode 100644 index 161fe63f..00000000 --- a/docs/output/Ext.tree.TreeFilter.html +++ /dev/null @@ -1,13 +0,0 @@ -
Package: | Ext.tree |
Defined In: | TreeFilter.js |
Class: | TreeFilter |
Extends: | Object |
Method | Defined By | |
---|---|---|
clear()
- :
- void Clears the current filter. Note: with the "remove" option
-set a filter cannot be cleared. Clears the current filter. Note: with the "remove" option
-set a filter cannot be cleared. Parameters:
| TreeFilter | |
filter( String/RegExp value , [String attr ], [TreeNode startNode ] )
- :
- voidFilter the data by a specific attribute. Filter the data by a specific attribute. Parameters:
| TreeFilter | |
filterBy( Function fn , [Object scope ] )
- :
- voidFilter by a function. The passed function will be called with each
-node in the tree (or from the startNode). If the f... Filter by a function. The passed function will be called with each
-node in the tree (or from the startNode). If the function returns true, the node is kept
-otherwise it is filtered. If a node is filtered, its children are also filtered. Parameters:
| TreeFilter |