blob: e49494f54b7327bad3acf3a9b6ac1f6cd7a80f1c [file] [log] [blame]
{ "type": "interface",
"qname": "mx.collections.IGroupingCollection2",
"baseInterfaceNames": [
"mx.collections.IHierarchicalData"]
,
"description": "The IGroupingCollection2 interface defines the interface required to create grouped data from flat data.",
"tags": [
{ "tagName": "see",
"values": ["mx.collections.GroupingCollection2", "mx.controls.AdvancedDataGrid"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "mx.collections.Grouping",
"qname": "grouping",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The Grouping object applied to the source data. Setting this property does not automatically refresh the view; therefore, you must call the <code>refresh()</code> method after setting this property. <p><b>Note:</b> The Flex implementations of IGroupingCollection2 retrieve all items from a remote location before executing grouping.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "refresh",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Applies the grouping to the collection. The collection does not detect changes to a group automatically, so you must call the <code>refresh()</code> method to update the collection after setting the <code>grouping</code>, <code>source</code>, or <code>summaries</code> properties. You also call the <code>refresh()</code> method when you modify a GroupingField of the collection, such as by changing the <code>caseInsensitive</code>, <code>compareFunction</code>, or <code>groupingFunction</code> properties. <p>The <code>refresh()</code> method can be applied synchronously or asynchronously.</p> <p>When <code>refresh()</code> is called synchronously, all groups and summaries are updated together before the method returns. That means your application cannot perform other processing operations for the duration of the call. A client should wait for a CollectionEvent event with the value of the <code>kind</code> property set to <code>CollectionEventKind.REFRESH</code> to ensure that the <code>refresh()</code> method completed.</p> <p>In asynchronous refresh, all groups and summaries are updated individually. The <code>refresh()</code> method returns before the groups and summaries are updated so that your application can continue execution. Also, the control is updated during the refresh so that the user can continue to interact with it.</p> <p>The overhead of updating groups and summaries individually, rather than all at once, makes an asynchronous refresh take longer than a synchronous one. However, for large data sets, your application continues to operate during the refresh.</p> By default it is <code>false</code> denoting synchronous refresh. dispatched when groups are formed. For better performance, set it to <code>false</code>. If <code>true</code>, then events are dispatched as groups and summaries are calculated synchronously to update the control. Note: If <code>async</code> is <code>true</code>, the <code>dispatchCollectionEvents</code> is always set to <code>true</code>. By default it is <code>false</code> denoting no events will be dispatched. and <code>false</code> if the refresh is incomplete, which can mean that items are still pending.",
"tags": [
{ "tagName": "param",
"values": ["async If <code>true</code>, defines the refresh to be asynchronous.", "dispatchCollectionEvents If <code>true</code>, events are"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["<code>true</code> if the <code>refresh()</code> method completed,"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Boolean",
"params": [{ "name": "async", "type": "Boolean"},
{ "name": "dispatchCollectionEvents", "type": "Boolean"}]}
,
{ "type": "method",
"qname": "cancelRefresh",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "If the refresh is performed asynchronously, cancels the refresh operation and stops the building of the groups. This method only cancels the refresh if it is initiated by a call to the <code>refresh()</code> method with an <code>asynch</code> argument of <code>true</code>, corresponding to an asynchronous refresh.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
]
}