BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.collections 

IGroupingCollection  - AS3 Flex

(Preview)
Packagemx.collections
Interfacepublic interface IGroupingCollection extends IHierarchicalData , IEventDispatcher
Implementors GroupingCollection
Deprecated since 4.0: Please Use IGroupingCollection2

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IGroupingCollection interface defines the interface required to create grouped data from flat data.

Related API Elements



Public Properties
 PropertyDefined By
  grouping : Grouping
The Grouping object applied to the source data.
IGroupingCollection
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
  
If the refresh is performed asynchronously, cancels the refresh operation and stops the building of the groups.
IGroupingCollection
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
  
refresh(async:Boolean = false):Boolean
Applies the grouping to the view.
IGroupingCollection
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Property Detail
Method Detail