UIComponentAttributeHandler<C extends UIComponent, T> class

Handler of a UIComponent attribute.

Available Extensions

Properties

appender UIComponentAttributeAppender<C, T>?
final
cleaner UIComponentAttributeCleaner<C, T>
final
getter UIComponentAttributeGetter<C, T>?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
parser UIComponentAttributeParser<T>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter UIComponentAttributeSetter<C, T>?
final

Methods

append(C uiComponent, dynamic value) → void
clear(C uiComponent) → void
get(C uiComponent) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic value) → T?
set(C uiComponent, dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

normalizeComponentAttributeName(String? name) String?