public class AggregationNumberSummaryRenderer<M,N> extends AggregationNumberFormatRenderer<M>
| Constructor and Description |
|---|
AggregationNumberSummaryRenderer(NumberFormat format,
SummaryType<M,N,? extends Number> summaryType) |
AggregationNumberSummaryRenderer(SummaryType<M,N,? extends Number> summaryType) |
| Modifier and Type | Method and Description |
|---|---|
SummaryType<M,N,? extends Number> |
getSummaryType() |
SafeHtml |
render(int colIndex,
Grid<M> grid)
Returns the rendered HTML or Widget for the given cell.
|
IsWidget |
renderIsWidget(int colIndex,
Grid<M> grid) |
public AggregationNumberSummaryRenderer(NumberFormat format, SummaryType<M,N,? extends Number> summaryType)
public AggregationNumberSummaryRenderer(SummaryType<M,N,? extends Number> summaryType)
public SummaryType<M,N,? extends Number> getSummaryType()
public SafeHtml render(int colIndex, Grid<M> grid)
AggregationRenderercolIndex - the column indexgrid - the containing gridCopyright © 2012. All Rights Reserved.