TextTableColumn<TType extends Object> class
Null safety
Defines an EditableTableColumn that renders a text field when double-clicked
- Inheritance
-
- Object
- BaseTableColumn<
TType> - EditableTableColumn<
TType, String> - TextTableColumn
Constructors
-
TextTableColumn({InputDecoration? decoration, List<
TextInputFormatter> ? inputFormatters, required Getter<TType, String> getter, required Setter<TType, String> setter, required String title, String? id, bool sortable = false, bool isNumeric = false, double? sizeFactor = .1}) -
const
Properties
- decoration → InputDecoration?
-
final
-
getter
→ Getter<
TType, String> -
A function that returns the value that is going to be edited.
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String?
-
finalinherited
-
inputFormatters
→ List<
TextInputFormatter> ? -
final
- isNumeric → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
setter
→ Setter<
TType, String> -
Function called when the value of the cell changes, and must update the underlying
TType
, returning true if it could be updated, otherwise, false.finalinherited - sizeFactor → double?
-
finalinherited
- sortable → bool
-
finalinherited
- title → String
-
finalinherited
Methods
-
buildCell(
TType item, int rowIndex) → Widget -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited