EntityStyleFormatter<T> class
abstract
Generates list of css classes based on entity value.
This list will be merged with one returned by StyleFormatter.computeStyle.
- Implemented types
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 setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
computeEntityStyle(
Map entity, T value, [String? parameters]) → List< String> - Returns list of classes to style the value.
-
computeStyle(
T value, [String? parameters]) → List< String> -
Returns list of classes to style value.
inherited
-
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