BaseDropdownSelectValueAccessor<T> class abstract

Base ControlValueAccessor for material dropdown select for common logic between single, and multiple selection dropdowns.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionModel SelectionModel<T>
final

Methods

initializeSelectionModel() → void
ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDisabledChanged(bool isDisabled) → void
This function is called when the control status changes to or from "DISABLED".
registerOnChange(ChangeFunction f) → void
Set the function to be called when the control receives a change event.
inherited
registerOnTouched(TouchFunction callback) → void
Set the function to be called when the control is touched.
toString() String
A string representation of this object.
inherited
writeValue(dynamic obj) → void
Write a new value to the element.
inherited

Operators

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