PlexDataTableValueCell class

Constructors

PlexDataTableValueCell.custom(String columnName, String textValue, Widget widget, {bool numberField = false})
For custom design and handling of cell use this constructor. value is optional cell is required for custom cell
PlexDataTableValueCell.text(String columnName, dynamic value, {bool numberField = false})
value is required as it is text only cell

Properties

cellValue String?
latefinal
columnName String
The name of a column
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isNumber bool
latefinal
isWidget bool
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value of a cell.
finalinherited

Methods

clone({dynamic newValue}) PlexDataTableValueCell
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