TableViewMetrics class abstract

Class capable of reporting various layout metrics of a BasicTableView.

Implementers
Annotations

Constructors

TableViewMetrics()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCellAt(Offset position) TableCellOffset?
Gets the cell coordinates found at the specified offset.
getCellBounds(int rowIndex, int columnIndex) Rect
Gets the bounding Rect of the specified cell in the table view.
getColumnAt(double dx) int
Gets the column index found at the specified x-offset.
getColumnBounds(int columnIndex) Rect
Gets the bounding Rect of the specified column in the table view.
getRowAt(double dy) int
Gets the row index found at the specified y-offset.
getRowBounds(int rowIndex) Rect
Gets the bounding Rect of the specified row in the table view.
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