Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / Grouper.html
1 <!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-util.Grouper'>/**
2 </span> * @class Ext.util.Grouper
3  * @extends Ext.util.Sorter
4  */
5  
6 Ext.define('Ext.util.Grouper', {
7
8     /* Begin Definitions */
9
10     extend: 'Ext.util.Sorter',
11
12     /* End Definitions */
13
14 <span id='Ext-util.Grouper-method-getGroupString'>    /**
15 </span>     * Function description
16      * @param {Ext.data.Model} instance The Model instance
17      * @return {String} The group string for this model
18      */
19     getGroupString: function(instance) {
20         return instance.get(this.property);
21     }
22 });</pre></pre></body></html>