- All Known Implementing Classes:
ColumnSummary
- Enclosing interface:
- SummaryModel
public static interface SummaryModel.Summary
Specifies a summary provider
-
Method Summary
Modifier and TypeMethodDescriptionsummary
(SummaryModel.SummaryValues<T> summaryValues) Returns a String containing the summary information for the given column
-
Method Details
-
summary
Returns a String containing the summary information for the given column- Type Parameters:
T
- the value type- Parameters:
summaryValues
- the object responsible for providing the values for the summary- Returns:
- a summary text
-