X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..76cb34406ceaf9681a76e13b531d7eafa483ad88:/docs/output/Ext.tree.TreeFilter.html
diff --git a/docs/output/Ext.tree.TreeFilter.html b/docs/output/Ext.tree.TreeFilter.html
index c05aeeaa..161fe63f 100644
--- a/docs/output/Ext.tree.TreeFilter.html
+++ b/docs/output/Ext.tree.TreeFilter.html
@@ -1,99 +1,13 @@
-
-
-
Class Ext.tree.TreeFilter
-
- Package: | Ext.tree |
- Defined In: | TreeFilter.js |
- Class: | TreeFilter |
- Extends: | Object |
-
-
- *
-Note this class is experimental and doesn't update the indent (lines) or expand collapse icons of the nodes
-
-
-
-
Public Properties
-
This class has no public properties.
-
Public Methods
-
-
-
-
-
-
- |
-
-
- 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:
-
- Returns:
-
-
-
-
- |
- TreeFilter |
-
-
- |
-
-
- filter( String/RegExp value , [String attr ], [TreeNode startNode ] ) : void
- Filter the data by a specific attribute.
-
- Filter the data by a specific attribute.
- Parameters:
- value : String/RegExpEither string that the attribute value
-should start with or a RegExp to test against the attribute attr : String(optional) The attribute passed in your node's attributes collection. Defaults to "text". startNode : TreeNode(optional) The node to start the filter at.
- Returns:
-
-
-
-
- |
- TreeFilter |
-
-
- |
-
-
- filterBy( Function fn , [Object scope ] ) : void
- Filter by a function. The passed function will be called with each
-node in the tree (or from the startNode). If the ...
-
- 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:
-
- Returns:
-
-
-
-
- |
- TreeFilter |
-
-
-
-
Public Events
-
This class has no public events.
-
\ No newline at end of file
+Package: | Ext.tree |
Defined In: | TreeFilter.js |
Class: | TreeFilter |
Extends: | Object |
Note this class is experimental and doesn't update the indent (lines) or expand collapse icons of the nodes
Public Properties
This class has no public properties.
Public Methods
|
| clear()
+ :
+ voidClears 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. | TreeFilter |
| filter( String/RegExp value , [String attr ], [TreeNode startNode ] )
+ :
+ voidFilter the data by a specific attribute. Filter the data by a specific attribute. Parameters:value : String/RegExpEither string that the attribute value
+should start with or a RegExp to test against the attribute attr : String(optional) The attribute passed in your node's attributes collection. Defaults to "text". startNode : TreeNode(optional) The node to start the filter at. Returns: | 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. | TreeFilter |
Public Events
This class has no public events.
\ No newline at end of file