Class GroupTotals

Information about group totals. An instance of GroupTotals will be created for each totals row and passed to the aggregators so that they can store arbitrary data in it. That data can later be accessed by group totals formatters during the display.

class

GroupTotals

extends

Slick.NonDataItem

constructor

Hierarchy

Index

Constructor methods

Properties

Constructor methods

constructor(): GroupTotals

Returns

GroupTotals

Properties

public group: Group

Parent Group.

param
type

{Group}