RowSelectorColumn<K extends Comparable<K>, T> class final

A special ReadOnlyTableColumn that renders a checkbox used to select rows.

Inheritance

Constructors

RowSelectorColumn.new()
Creates a new RowSelectorColumn.

Properties

format ColumnFormat
The column's format
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of the column. Useful if this column can be used to sort data.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size ColumnSize
The size of the column
finalinherited
sortable bool
A flag that indicates if the column can be used as sort model. id must not be null.
finalinherited
title Widget
The title of the column.
finalinherited
tooltip String?
The tooltip to show in the column's header. If null, it will try to take the content of title, if it's a Text, otherwise, it won't show a tooltip.
finalinherited

Methods

build(BuildContext context, T item, int index) Widget
Builds the cell for item at index.
override
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