VolvoxColumn<T> class
Typed column definition for VolvoxDataGrid.
- Annotations
Constructors
- VolvoxColumn({required String field, required String header, required String value(T row), bool editable = false})
-
const
Properties
- editable → bool
-
When true, the engine accepts edits on this column and committed values
surface via VolvoxDataGrid.onCellEdit. When false, the column is
read-only — the grid cancels edits before they start.
final
- field → String
-
Stable identifier for this column. Surfaced as VolvoxCellEdit.field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → String
-
Header caption shown in the engine column-header band.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String Function(T row)
-
Read the cell value for
row. The returned string is what the engine renders.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