/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_tree_TreeSorter({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

Provides sorting of nodes in a Ext.tree.TreePanel. The TreeSorter automatically monitors events on the\nassociated TreePanel that might affect the tree's sort order (beforechildrenrendered, append, insert and textchange).\nExample usage:

\n\n
new Ext.tree.TreeSorter(myTree, {\n    folderSort: true,\n    dir: \"desc\",\n    sortType: function(value, node) {\n        // sort by a custom, typed attribute:\n        return parseInt(node.id, 10);\n    }\n});\n
\n\n
Defined By

Config options

Ext.tree.TreeSorter
view source
caseSensitive : Boolean

true for case-sensitive sort (defaults to false)

\n

true for case-sensitive sort (defaults to false)

\n
Ext.tree.TreeSorter
view source
dir : String

The direction to sort (\"asc\" or \"desc,\" case-insensitive, defaults to \"asc\")

\n

The direction to sort (\"asc\" or \"desc,\" case-insensitive, defaults to \"asc\")

\n
Ext.tree.TreeSorter
view source
folderSort : Boolean

True to sort leaf nodes under non-leaf nodes (defaults to false)

\n

True to sort leaf nodes under non-leaf nodes (defaults to false)

\n
Ext.tree.TreeSorter
view source
leafAttr : String

The attribute used to determine leaf nodes when folderSort = true (defaults to \"leaf\")

\n

The attribute used to determine leaf nodes when folderSort = true (defaults to \"leaf\")

\n
Ext.tree.TreeSorter
view source
: String
The named attribute on the node to sort by (defaults to \"text\"). ...

The named attribute on the node to sort by (defaults to \"text\"). Note that this\nproperty is only used if no sortType function is specified, otherwise it is ignored.

\n
Ext.tree.TreeSorter
view source
: Function
A custom \"casting\" function used to convert node values before sorting. ...

A custom \"casting\" function used to convert node values before sorting. The function\nwill be called with a two parameters, the property value for the node and the Ext.tree.TreeNode being evaluated.\nIt is expected to return the node's sort value cast to the specific data type required for sorting. This could be used, for example, when\na node's text (or other attribute) should be sorted as a date or numeric value. See the class description for\nexample usage.

\n
Defined By

Methods

Ext.tree.TreeSorter
view source
new( tree, config ) : Ext.tree.TreeSorter
...
\n

Parameters

  • tree : TreePanel
    \n
  • config : Object
    \n

Returns

Ext.tree.TreeSorter
view source
( node )private
...
\n

Parameters

  • node : Object
    \n
Ext.tree.TreeSorter
view source
( tree, node )private
...
\n

Parameters

  • tree : Object
    \n
  • node : Object
    \n
Ext.tree.TreeSorter
view source
( node )private
...
\n

Parameters

  • node : Object
    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"TreeSorter.html#Ext-tree-TreeSorter","filename":"TreeSorter.js"}],"linenr":1,"members":{"property":[],"cfg":[{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"caseSensitive","id":"cfg-caseSensitive"},{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"dir","id":"cfg-dir"},{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"folderSort","id":"cfg-folderSort"},{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"leafAttr","id":"cfg-leafAttr"},{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"property","id":"cfg-property"},{"tagname":"cfg","owner":"Ext.tree.TreeSorter","meta":{},"name":"sortType","id":"cfg-sortType"}],"css_var":[],"method":[{"tagname":"method","owner":"Ext.tree.TreeSorter","meta":{},"name":"constructor","id":"method-constructor"},{"tagname":"method","owner":"Ext.tree.TreeSorter","meta":{"private":true},"name":"doSort","id":"method-doSort"},{"tagname":"method","owner":"Ext.tree.TreeSorter","meta":{"private":true},"name":"updateSort","id":"method-updateSort"},{"tagname":"method","owner":"Ext.tree.TreeSorter","meta":{"private":true},"name":"updateSortParent","id":"method-updateSortParent"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.tree.TreeSorter","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.tree.TreeSorter","mixins":[],"mixedInto":[]});