| Package | org.axiis.data |
| Class | public class DataGroup |
| Inheritance | DataGroup mx.collections.ArrayCollection |
Default MXML Propertysource
| Property | Defined By | ||
|---|---|---|---|
| groupedData : DataGroup
Child groups that may exist within this unique record
| DataGroup | ||
| groupName : String
Used to store the name of the group. | DataGroup | ||
| name : String
Used to store the unique value within its given group. | DataGroup | ||
| parent : Object
The parent DataGroup, if one exists
| DataGroup | ||
| sourceData : Object
The data that was being used to create this group
| DataGroup | ||
| sums : Object
Stores the sum aggregations for the group. | DataGroup | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
| DataGroup | ||
| groupedData | property |
public var groupedData:DataGroupChild groups that may exist within this unique record
| groupName | property |
public var groupName:StringUsed to store the name of the group. i.e. "Fruit"
| name | property |
public var name:StringUsed to store the unique value within its given group. i.e. "Apple" or "Pear"
| parent | property |
public var parent:ObjectThe parent DataGroup, if one exists
| sourceData | property |
public var sourceData:ObjectThe data that was being used to create this group
| sums | property |
public var sums:ObjectStores the sum aggregations for the group. note: Eventually we will support additional aggregation types like min/max/avg/std
| DataGroup | () | Constructor |
public function DataGroup()Constructor