Package | org.axiis.data |
Class | public class DataGroup |
Inheritance | DataGroup ![]() |
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:DataGroup
Child groups that may exist within this unique record
groupName | property |
public var groupName:String
Used to store the name of the group. i.e. "Fruit"
name | property |
public var name:String
Used to store the unique value within its given group. i.e. "Apple" or "Pear"
parent | property |
public var parent:Object
The parent DataGroup, if one exists
sourceData | property |
public var sourceData:Object
The data that was being used to create this group
sums | property |
public var sums:Object
Stores 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