(Preview)
Package | mx.collections |
Interface | public interface ISummaryCalculator |
Implementors | DefaultSummaryCalculator |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
summaryOperation
property of the SummaryField2
Class.
Implement the methods of this interface in two groups. The first group consists of the
summaryCalculationBegin()
, calculateSummary()
, and returnSummary()
methods.
Use these methods to compute summary of the values.
The second group consists of the
summaryOfSummaryCalculationBegin()
, calculateSummaryOfSummary()
,
and returnSummaryOfSummary()
methods.
Use these methods to compute summary of summary values.
More examples
Related API Elements
Public Methods
Method | Defined By |
---|
Wed Nov 21 2018, 06:34 AM -08:00