Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Grouper.html
index f2652c6..4d9f69e 100644 (file)
   <pre class="prettyprint lang-js"><span id='Ext-util-Grouper'>/**
 </span> * @class Ext.util.Grouper
  * @extends Ext.util.Sorter
+
+Represents a single grouper that can be applied to a Store. The grouper works
+in the same fashion as the {@link Ext.util.Sorter}.
+
+ * @markdown
  */
  
 Ext.define('Ext.util.Grouper', {
@@ -29,7 +34,7 @@ Ext.define('Ext.util.Grouper', {
     /* End Definitions */
 
 <span id='Ext-util-Grouper-method-getGroupString'>    /**
-</span>     * Function description
+</span>     * Returns the value for grouping to be used.
      * @param {Ext.data.Model} instance The Model instance
      * @return {String} The group string for this model
      */