StyleFormatter<T> class
abstract
Generates list of css classes based on cell value.
- Implemented types
-
- Formatter<
T>
- Formatter<
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryStyle → String?
-
Base name to style table column containing these values, actual style
values are derived using this name.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
computeStyle(
T value, [String? parameters]) → List< String> - Returns list of classes to style value.
-
format(
T value, [String? parameters]) → String -
inherited
-
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