FdcGridDetailRowContext class
Immutable row identity and dataset context supplied to detail-row callbacks.
- Annotations
Constructors
- FdcGridDetailRowContext({required FdcDataSet dataSet, required int rowIndex, required int sourceRowIndex, required int recordId, required bool expanded})
-
Creates a FdcGridDetailRowContext.
const
Properties
- dataSet → FdcDataSet
-
Dataset associated with this object.
final
- expanded → bool
-
Whether the row is currently expanded.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordId → int
-
Internal record identifier.
final
- rowIndex → int
-
Zero-based row index in the current view.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceRowIndex → int
-
Zero-based row index in the underlying source record collection.
final
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