
Public Member Functions | |
| DRValueGroup (DRRecord rec, DRAttribute att) | |
| DRValueGroup () | |
| NSArray | flatValues () |
| boolean | isGroup () |
| boolean | showTotal () |
| double | total () |
Static Public Member Functions | |
| static DRValue | withRecordAttribute (DRRecord rec, DRAttribute att) |
Protected Attributes | |
| NSMutableArray | _flatValues |
| boolean | _hasTotaled |
| boolean | _showTotal |
| double | _total |
| NSMutableArray | _values |
Private Member Functions | |
| void | buildSubValues () |
| DRValueGroup | ( | ) |
| DRValueGroup | ( | DRRecord | rec, | |
| DRAttribute | att | |||
| ) |
| void buildSubValues | ( | ) | [private] |
| NSArray flatValues | ( | ) |
Reimplemented from DRValue.
| boolean isGroup | ( | ) |
Reimplemented from DRValue.
| boolean showTotal | ( | ) |
| double total | ( | ) |
Reimplemented from DRValue.
| static DRValue withRecordAttribute | ( | DRRecord | rec, | |
| DRAttribute | att | |||
| ) | [static] |
Reimplemented from DRValue.
NSMutableArray _flatValues [protected] |
boolean _hasTotaled [protected] |
boolean _showTotal [protected] |
double _total [protected] |
NSMutableArray _values [protected] |
1.5.8