PlutoAggregateColumnGroupedRowType enum

When grouping row is applied, set the condition of row to be aggregated.

Inheritance

Constructors

PlutoAggregateColumnGroupedRowType()
const

Values

all → const PlutoAggregateColumnGroupedRowType

processes both groups and rows.

expandedAll → const PlutoAggregateColumnGroupedRowType

processes only the group and the children of the expanded group.

rows → const PlutoAggregateColumnGroupedRowType

processes non-group rows.

expandedRows → const PlutoAggregateColumnGroupedRowType

processes only expanded rows, not groups.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isAll bool
no setter
isExpanded bool
no setter
isExpandedAll bool
no setter
isExpandedRows bool
no setter
isRows bool
no setter
isRowsOnly bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PlutoAggregateColumnGroupedRowType>
A constant List of the values in this enum, in order of their declaration.