DataColumnCell<T> class
Constructors
-
DataColumnCell({required Widget label, String? tooltip, bool numeric = false, bool instrict = false, DataColumnSortAction? onSort, TableColumnWidth? width, Alignment? alignment, DataCellY cell(ContextIndexItem<
T> )?, Widget cellWidget(ContextIndexItem<T> )?, Object? cellProp(ContextIndexItem<T> )?, }) -
DataColumnCell.of({required DataColumnY column, required DataCellY builder(ContextIndexItem<
T> )})
Properties
-
builder
↔ DataCellY Function(ContextIndexItem<
T> ) -
getter/setter pair
- column ↔ DataColumnY
-
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildCell(
ContextIndexItem< T> c) → DataCellY -
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