Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.grid.feature.Grouping.js
diff --git a/docs/output/Ext.grid.feature.Grouping.js b/docs/output/Ext.grid.feature.Grouping.js
new file mode 100644 (file)
index 0000000..d312649
--- /dev/null
@@ -0,0 +1,1199 @@
+Ext.data.JsonP.Ext_grid_feature_Grouping({
+  "tagname": "class",
+  "name": "Ext.grid.feature.Grouping",
+  "doc": "<p>This feature allows to display the grid rows aggregated into groups as specified by the <a href=\"#/api/Ext.data.Store-property-groupers\" rel=\"Ext.data.Store-property-groupers\" class=\"docClass\">Ext.data.Store.groupers</a>\nspecified on the Store. The group will show the title for the group name and then the appropriate records for the group\nunderneath. The groups can also be expanded and collapsed.</p>\n\n<h2>Extra Events</h2>\n\n<p>This feature adds several extra events that will be fired on the grid to interact with the groups:</p>\n\n<ul>\n<li><a href=\"#/api/Ext.grid.feature.Grouping-event-groupclick\" rel=\"Ext.grid.feature.Grouping-event-groupclick\" class=\"docClass\">groupclick</a></li>\n<li><a href=\"#/api/Ext.grid.feature.Grouping-event-groupdblclick\" rel=\"Ext.grid.feature.Grouping-event-groupdblclick\" class=\"docClass\">groupdblclick</a></li>\n<li><a href=\"#/api/Ext.grid.feature.Grouping-event-groupcontextmenu\" rel=\"Ext.grid.feature.Grouping-event-groupcontextmenu\" class=\"docClass\">groupcontextmenu</a></li>\n<li><a href=\"#/api/Ext.grid.feature.Grouping-event-groupexpand\" rel=\"Ext.grid.feature.Grouping-event-groupexpand\" class=\"docClass\">groupexpand</a></li>\n<li><a href=\"#/api/Ext.grid.feature.Grouping-event-groupcollapse\" rel=\"Ext.grid.feature.Grouping-event-groupcollapse\" class=\"docClass\">groupcollapse</a></li>\n</ul>\n\n\n<h2>Menu Augmentation</h2>\n\n<p>This feature adds extra options to the grid column menu to provide the user with functionality to modify the grouping.\nThis can be disabled by setting the <a href=\"#/api/Ext.grid.feature.Grouping-cfg-enableGroupingMenu\" rel=\"Ext.grid.feature.Grouping-cfg-enableGroupingMenu\" class=\"docClass\">enableGroupingMenu</a> option. The option to disallow grouping from being turned off\nby thew user is <a href=\"#/api/Ext.grid.feature.Grouping-cfg-enableNoGroups\" rel=\"Ext.grid.feature.Grouping-cfg-enableNoGroups\" class=\"docClass\">enableNoGroups</a>.</p>\n\n<h2>Controlling Group Text</h2>\n\n<p>The <a href=\"#/api/Ext.grid.feature.Grouping-cfg-groupHeaderTpl\" rel=\"Ext.grid.feature.Grouping-cfg-groupHeaderTpl\" class=\"docClass\">groupHeaderTpl</a> is used to control the rendered title for each group. It can modified to customized\nthe default display.</p>\n\n<h2>Example Usage</h2>\n\n<pre><code>var groupingFeature = Ext.create('Ext.grid.feature.Grouping', {\n    groupHeaderTpl: 'Group: {name} ({rows.length})', //print the number of items in the group\n    startCollapsed: true // start all groups collapsed\n});\n</code></pre>\n",
+  "extends": "Ext.grid.feature.Feature",
+  "mixins": [
+
+  ],
+  "alternateClassNames": [
+
+  ],
+  "xtype": null,
+  "author": "Nicolas Ferrero",
+  "docauthor": null,
+  "singleton": false,
+  "private": false,
+  "cfg": [
+    {
+      "tagname": "cfg",
+      "name": "depthToIndent",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "Number",
+      "doc": "<p>Number of pixels to indent per grouping level</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 96,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-depthToIndent"
+    },
+    {
+      "tagname": "cfg",
+      "name": "enableGroupingMenu",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "Boolean",
+      "doc": "<p><tt>true</tt> to enable the grouping control in the header menu (defaults to <tt>true</tt>)</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 126,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-enableGroupingMenu"
+    },
+    {
+      "tagname": "cfg",
+      "name": "enableNoGroups",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "Boolean",
+      "doc": "<p><tt>true</tt> to allow the user to turn off grouping (defaults to <tt>true</tt>)</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 131,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-enableNoGroups"
+    },
+    {
+      "tagname": "cfg",
+      "name": "groupByText",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "String",
+      "doc": "<p>Text displayed in the grid header menu for grouping by header\n(defaults to 'Group By This Field').</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 105,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-groupByText"
+    },
+    {
+      "tagname": "cfg",
+      "name": "groupHeaderTpl",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "String",
+      "doc": "<p>Template snippet, this cannot be an actual template. {name} will be replaced with the current group.\nDefaults to 'Group: {name}'</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 89,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-groupHeaderTpl",
+      "shortDoc": "Template snippet, this cannot be an actual template. {name} will be replaced with the current group.\nDefaults to 'Gro..."
+    },
+    {
+      "tagname": "cfg",
+      "name": "hideGroupedHeader",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "Boolean",
+      "doc": "<p><tt>true</tt> to hide the header that is currently grouped (defaults to <tt>false</tt>)</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 116,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-hideGroupedHeader"
+    },
+    {
+      "tagname": "cfg",
+      "name": "listeners",
+      "member": "Ext.util.Observable",
+      "type": "Object",
+      "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 103,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-cfg-listeners",
+      "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
+    },
+    {
+      "tagname": "cfg",
+      "name": "showGroupsText",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "String",
+      "doc": "<p>Text displayed in the grid header for enabling/disabling grouping\n(defaults to 'Show in Groups').</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 110,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-showGroupsText"
+    },
+    {
+      "tagname": "cfg",
+      "name": "startCollapsed",
+      "member": "Ext.grid.feature.Grouping",
+      "type": "Boolean",
+      "doc": "<p><tt>true</tt> to start all groups collapsed (defaults to <tt>false</tt>)</p>\n",
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 121,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-cfg-startCollapsed"
+    }
+  ],
+  "method": [
+    {
+      "tagname": "method",
+      "name": "addEvents",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
+      "params": [
+        {
+          "type": "Object/String",
+          "name": "o",
+          "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "",
+          "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 452,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-addEvents",
+      "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "addListener",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Appends an event handler to this object.</p>\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "handler",
+          "doc": "<p>The method the event invokes.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
+          "optional": true
+        },
+        {
+          "type": "Object",
+          "name": "options",
+          "doc": "<p>(optional) An object containing handler configuration.\nproperties. This may contain any of the following properties:<ul>\n<li><b>scope</b> : Object<div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></div></li>\n<li><b>delay</b> : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> : Number<div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
+          "optional": true
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 271,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-addListener",
+      "shortDoc": "<p>Appends an event handler to this object.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "addManagedListener",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
+      "params": [
+        {
+          "type": "Observable/Element",
+          "name": "item",
+          "doc": "<p>The item to which to add a listener/listeners.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object/String",
+          "name": "ename",
+          "doc": "<p>The event name, or an object containing event name properties.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "fn",
+          "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "opt",
+          "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 155,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
+      "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
+    },
+    {
+      "tagname": "method",
+      "name": "attachEvents",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Approriate place to attach events to the view, selectionmodel, headerCt, etc</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 89,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-attachEvents",
+      "shortDoc": "<p>Approriate place to attach events to the view, selectionmodel, headerCt, etc</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "capture",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
+      "params": [
+        {
+          "type": "Observable",
+          "name": "o",
+          "doc": "<p>The Observable to capture events from.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "fn",
+          "doc": "<p>The function to call when an event is fired.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
+          "optional": true
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": true,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 55,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-capture",
+      "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
+    },
+    {
+      "tagname": "method",
+      "name": "clearListeners",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 383,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-clearListeners",
+      "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "clearManagedListeners",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes all managed listeners for this object.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 412,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
+      "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "disable",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Disable a feature</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 140,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-disable",
+      "shortDoc": "<p>Disable a feature</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "enable",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Enable a feature</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 133,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-enable",
+      "shortDoc": "<p>Enable a feature</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "enableBubble",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
+      "params": [
+        {
+          "type": "String/Array",
+          "name": "events",
+          "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 554,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-enableBubble",
+      "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
+    },
+    {
+      "tagname": "method",
+      "name": "fireEvent",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.grid.feature.Grouping-method-enableBubble\" rel=\"Ext.grid.feature.Grouping-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The name of the event to fire.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object...",
+          "name": "args",
+          "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "Boolean",
+        "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 232,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-fireEvent",
+      "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
+    },
+    {
+      "tagname": "method",
+      "name": "getAdditionalData",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Provide additional data to the prepareData call within the grid view.</p>\n",
+      "params": [
+        {
+          "type": "Object",
+          "name": "data",
+          "doc": "<p>The data for this particular record.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Number",
+          "name": "idx",
+          "doc": "<p>The row index for this record.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.data.Model",
+          "name": "record",
+          "doc": "<p>The record instance</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "orig",
+          "doc": "<p>The original result from the prepareData call to massage.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 122,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-getAdditionalData",
+      "shortDoc": "<p>Provide additional data to the prepareData call within the grid view.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "getFireEventArgs",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Abstract method to be overriden when a feature should add additional\narguments to its event signature. By default the event will fire:\n- view - The underlying <a href=\"#/api/Ext.view.Table\" rel=\"Ext.view.Table\" class=\"docClass\">Ext.view.Table</a>\n- featureTarget - The matched element by the defined <a href=\"#/api/eventSelector\" rel=\"eventSelector\" class=\"docClass\">eventSelector</a></p>\n\n<p>The method must also return the eventName as the first index of the array\nto be passed to fireEvent.</p>\n",
+      "params": [
+        {
+          "type": "Object",
+          "name": "eventName",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "featureTarget",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 76,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-getFireEventArgs",
+      "shortDoc": "Abstract method to be overriden when a feature should add additional\narguments to its event signature. By default the..."
+    },
+    {
+      "tagname": "method",
+      "name": "getMetaRowTplFragments",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Allows a feature to inject member methods into the metaRowTpl. This is\nimportant for embedding functionality which will become part of the proper\nrow tpl.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 109,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-getMetaRowTplFragments",
+      "shortDoc": "Allows a feature to inject member methods into the metaRowTpl. This is\nimportant for embedding functionality which wi..."
+    },
+    {
+      "tagname": "method",
+      "name": "hasListener",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The name of the event to check for</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "Boolean",
+        "doc": "<p>True if the event is being listened for, else false</p>\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 480,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-hasListener",
+      "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "mutateMetaRowTpl",
+      "member": "Ext.grid.feature.Feature",
+      "doc": "<p>Allows a feature to mutate the metaRowTpl.\nThe array received as a single argument can be manipulated to add things\non the end/begining of a particular row.</p>\n",
+      "params": [
+        {
+          "type": "Object",
+          "name": "metaRowTplArray",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 100,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-method-mutateMetaRowTpl",
+      "shortDoc": "Allows a feature to mutate the metaRowTpl.\nThe array received as a single argument can be manipulated to add things\no..."
+    },
+    {
+      "tagname": "method",
+      "name": "observe",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
+      "params": [
+        {
+          "type": "Function",
+          "name": "c",
+          "doc": "<p>The class constructor to make observable.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "listeners",
+          "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": true,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 69,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-observe",
+      "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
+    },
+    {
+      "tagname": "method",
+      "name": "on",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The type of event to listen for</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "handler",
+          "doc": "<p>The method the event invokes</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
+          "optional": true
+        },
+        {
+          "type": "Object",
+          "name": "options",
+          "doc": "<p>(optional) An object containing handler configuration.</p>\n",
+          "optional": true
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 616,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-on",
+      "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "relayEvents",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
+      "params": [
+        {
+          "type": "Object",
+          "name": "origin",
+          "doc": "<p>The Observable whose events this object is to relay.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Array",
+          "name": "events",
+          "doc": "<p>Array of event names to relay.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "prefix",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 520,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-relayEvents",
+      "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "releaseCapture",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
+      "params": [
+        {
+          "type": "Observable",
+          "name": "o",
+          "doc": "<p>The Observable to release</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": true,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 46,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
+      "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "removeListener",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes an event handler.</p>\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The type of event the handler was associated with.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "handler",
+          "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
+          "optional": true
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 352,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-removeListener",
+      "shortDoc": "<p>Removes an event handler.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "removeManagedListener",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.grid.feature.Grouping--mon\" rel=\"Ext.grid.feature.Grouping--mon\" class=\"docClass\">mon</a> method.</p>\n",
+      "params": [
+        {
+          "type": "Observable|Element",
+          "name": "item",
+          "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object|String",
+          "name": "ename",
+          "doc": "<p>The event name, or an object containing event name properties.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "fn",
+          "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 196,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
+      "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.grid.feature.Grouping--mon\" rel=\"Ext.grid.feature.Grouping--mon\" class=\"docClass\">mon</a> method.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "resumeEvents",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.grid.feature.Grouping-method-suspendEvents\" rel=\"Ext.grid.feature.Grouping-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 502,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
+      "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
+    },
+    {
+      "tagname": "method",
+      "name": "suspendEvents",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.grid.feature.Grouping-method-resumeEvents\" rel=\"Ext.grid.feature.Grouping-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
+      "params": [
+        {
+          "type": "Boolean",
+          "name": "queueSuspended",
+          "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.grid.feature.Grouping-method-resumeEvents\" rel=\"Ext.grid.feature.Grouping-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
+          "optional": false
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 490,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
+      "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.grid.feature.Grouping-method-resumeEvents\" rel=\"Ext.grid.feature.Grouping-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "un",
+      "member": "Ext.util.Observable",
+      "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.grid.feature.Grouping-method-removeListener\" rel=\"Ext.grid.feature.Grouping-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
+      "params": [
+        {
+          "type": "String",
+          "name": "eventName",
+          "doc": "<p>The type of event the handler was associated with.</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Function",
+          "name": "handler",
+          "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.grid.feature.Grouping-method-addListener\" rel=\"Ext.grid.feature.Grouping-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
+          "optional": false
+        },
+        {
+          "type": "Object",
+          "name": "scope",
+          "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
+          "optional": true
+        }
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
+      "linenr": 608,
+      "html_filename": "Observable.html",
+      "href": "Observable.html#Ext-util-Observable-method-un",
+      "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.grid.feature.Grouping-method-removeListener\" rel=\"Ext.grid.feature.Grouping-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
+    }
+  ],
+  "property": [
+    {
+      "tagname": "property",
+      "name": "collectData",
+      "member": "Ext.grid.feature.Feature",
+      "type": "Boolean",
+      "doc": "<p>Most features will not modify the data returned to the view.\nThis is limited to one feature that manipulates the data per grid view.</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 66,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-collectData",
+      "shortDoc": "Most features will not modify the data returned to the view.\nThis is limited to one feature that manipulates the data..."
+    },
+    {
+      "tagname": "property",
+      "name": "eventPrefix",
+      "member": "Ext.grid.feature.Feature",
+      "type": "String",
+      "doc": "<p>Prefix to use when firing events on the view.\nFor example a prefix of group would expose \"groupclick\", \"groupcontextmenu\", \"groupdblclick\".</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 41,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-eventPrefix",
+      "shortDoc": "Prefix to use when firing events on the view.\nFor example a prefix of group would expose \"groupclick\", \"groupcontextm..."
+    },
+    {
+      "tagname": "property",
+      "name": "eventSelector",
+      "member": "Ext.grid.feature.Feature",
+      "type": "String",
+      "doc": "<p>Selector used to determine when to fire the event with the eventPrefix.</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 48,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-eventSelector"
+    },
+    {
+      "tagname": "property",
+      "name": "grid",
+      "member": "Ext.grid.feature.Feature",
+      "type": "Ext.grid.Panel",
+      "doc": "<p>Reference to the grid panel</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 60,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-grid"
+    },
+    {
+      "tagname": "property",
+      "name": "hasFeatureEvent",
+      "member": "Ext.grid.feature.Feature",
+      "type": "Boolean",
+      "doc": "<p>Most features will expose additional events, some may not and will\nneed to change this to false.</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 34,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-hasFeatureEvent"
+    },
+    {
+      "tagname": "property",
+      "name": "view",
+      "member": "Ext.grid.feature.Feature",
+      "type": "Ext.view.Table",
+      "doc": "<p>Reference to the TableView.</p>\n",
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Feature.js",
+      "linenr": 54,
+      "html_filename": "Feature.html",
+      "href": "Feature.html#Ext-grid-feature-Feature-property-view"
+    }
+  ],
+  "event": [
+    {
+      "tagname": "event",
+      "name": "groupclick",
+      "member": "Ext.grid.feature.Grouping",
+      "doc": "\n",
+      "params": [
+        {
+          "type": "Ext.view.Table",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "HTMLElement",
+          "name": "node",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "group",
+          "doc": "<p>The name of the group</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.EventObject",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 49,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-event-groupclick",
+      "shortDoc": "\n"
+    },
+    {
+      "tagname": "event",
+      "name": "groupcollapse",
+      "member": "Ext.grid.feature.Grouping",
+      "doc": "\n",
+      "params": [
+        {
+          "type": "Ext.view.Table",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "HTMLElement",
+          "name": "node",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "group",
+          "doc": "<p>The name of the group</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.EventObject",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 73,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-event-groupcollapse",
+      "shortDoc": "\n"
+    },
+    {
+      "tagname": "event",
+      "name": "groupcontextmenu",
+      "member": "Ext.grid.feature.Grouping",
+      "doc": "\n",
+      "params": [
+        {
+          "type": "Ext.view.Table",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "HTMLElement",
+          "name": "node",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "group",
+          "doc": "<p>The name of the group</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.EventObject",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 65,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-event-groupcontextmenu",
+      "shortDoc": "\n"
+    },
+    {
+      "tagname": "event",
+      "name": "groupdblclick",
+      "member": "Ext.grid.feature.Grouping",
+      "doc": "\n",
+      "params": [
+        {
+          "type": "Ext.view.Table",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "HTMLElement",
+          "name": "node",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "group",
+          "doc": "<p>The name of the group</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.EventObject",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 57,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-event-groupdblclick",
+      "shortDoc": "\n"
+    },
+    {
+      "tagname": "event",
+      "name": "groupexpand",
+      "member": "Ext.grid.feature.Grouping",
+      "doc": "\n",
+      "params": [
+        {
+          "type": "Ext.view.Table",
+          "name": "view",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "HTMLElement",
+          "name": "node",
+          "doc": "\n",
+          "optional": false
+        },
+        {
+          "type": "String",
+          "name": "group",
+          "doc": "<p>The name of the group</p>\n",
+          "optional": false
+        },
+        {
+          "type": "Ext.EventObject",
+          "name": "e",
+          "doc": "\n",
+          "optional": false
+        }
+      ],
+      "private": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+      "linenr": 81,
+      "html_filename": "Grouping.html",
+      "href": "Grouping.html#Ext-grid-feature-Grouping-event-groupexpand",
+      "shortDoc": "\n"
+    }
+  ],
+  "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/grid/feature/Grouping.js",
+  "linenr": 1,
+  "html_filename": "Grouping.html",
+  "href": "Grouping.html#Ext-grid-feature-Grouping",
+  "cssVar": [
+
+  ],
+  "cssMixin": [
+
+  ],
+  "component": false,
+  "superclasses": [
+    "Ext.util.Observable",
+    "Ext.grid.feature.Feature"
+  ],
+  "subclasses": [
+    "Ext.grid.feature.GroupingSummary"
+  ],
+  "mixedInto": [
+
+  ],
+  "allMixins": [
+
+  ]
+});
\ No newline at end of file