Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / Grouper.html
diff --git a/docs/source/Grouper.html b/docs/source/Grouper.html
new file mode 100644 (file)
index 0000000..103a184
--- /dev/null
@@ -0,0 +1,22 @@
+<!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'>/**
+</span> * @class Ext.util.Grouper
+ * @extends Ext.util.Sorter
+ */
+Ext.define('Ext.util.Grouper', {
+
+    /* Begin Definitions */
+
+    extend: 'Ext.util.Sorter',
+
+    /* End Definitions */
+
+<span id='Ext-util.Grouper-method-getGroupString'>    /**
+</span>     * Function description
+     * @param {Ext.data.Model} instance The Model instance
+     * @return {String} The group string for this model
+     */
+    getGroupString: function(instance) {
+        return instance.get(this.property);
+    }
+});</pre></pre></body></html>
\ No newline at end of file