X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/api/Ext.util.Grouper.html diff --git a/docs/api/Ext.util.Grouper.html b/docs/api/Ext.util.Grouper.html deleted file mode 100644 index ed1b16f2..00000000 --- a/docs/api/Ext.util.Grouper.html +++ /dev/null @@ -1,57 +0,0 @@ -Ext.util.Grouper | Ext JS 4.0 Documentation -
For up to date documentation and features, visit -http://docs.sencha.com/ext-js/4-0

Sencha Documentation

- - - - - -

Hierarchy

Ext.util.Sorter
Ext.util.Grouper
-
Defined By

Config Options

Other Configs

 

The direction to sort by. Defaults to ASC

-

The direction to sort by. Defaults to ASC

-
 

The property to sort by. Required unless sorter is provided

-

The property to sort by. Required unless sorter is provided

-
 
Optional root property. This is mostly useful when sorting a Store, in which case we set the -root to 'data' to make t...

Optional root property. This is mostly useful when sorting a Store, in which case we set the -root to 'data' to make the filter pull the property out of the data object of each item

-
 

A specific sorter function to execute. Can be passed instead of property

-

A specific sorter function to execute. Can be passed instead of property

-
 
A function that will be run on each value before -it is compared in the sorter. The function will receive a single arg...

A function that will be run on each value before -it is compared in the sorter. The function will receive a single argument, -the value.

-
Defined By

Methods

 
getGroupString( -Ext.data.Model instance) - : String

Function description

-

Function description

-

Parameters

  • instance : Ext.data.Model

    The Model instance

    -

Returns

  • String   

    The group string for this model

    -
\ No newline at end of file