Interface SummaryModel.Summary

All Known Implementing Classes:
ColumnSummary
Enclosing interface:
SummaryModel

public static interface SummaryModel.Summary
Specifies a summary provider
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Number>
    String
    get(SummaryModel.SummaryValues<T> summaryValues)
    Returns a String containing the summary information for the given column
  • Method Details

    • get

      <T extends Number> String get(SummaryModel.SummaryValues<T> summaryValues)
      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