DataIndexer<T extends DataGridRow> class
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
-
filter(Map<double, T> rowsById, List<ColumnFilter> filters, List<DataGridColumn<T>> columns)
→ List<double>
-
-
getCellValue(T row, DataGridColumn<T> column)
→ dynamic
-
Get cell value for a specific row and column
Made public to support isolate sorting
-
getRangeIds(List<double> displayOrder, int start, int end)
→ List<double>
-
-
getRow(double rowId)
→ T?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setData(Map<double, T> data)
→ void
-
-
sort(Map<double, T> rowsById, SortColumn? sortColumn, List<DataGridColumn<T>> columns)
→ List<double>
-
-
sortIds(Map<double, T> rowsById, List<double> idsToSort, SortColumn sortColumn, List<DataGridColumn<T>> columns)
→ List<double>
-
-
toString()
→ String
-
A string representation of this object.
inherited