QuillValueAccessor class

Annotations
  • @Directive(selector: 'quill[ngModel]', providers: const [const Provider(ngValueAccessor, useExisting: QuillValueAccessor)])

Constructors

QuillValueAccessor(QuillComponent _quill)

Properties

hashCode int
The hash code for this object.
no setterinherited
onChange ↔ ChangeFunction<String>
getter/setter pair
onTouched ↔ TouchFunction
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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<String> fn) → void
Set the function to be called when the control receives a change event.
registerOnTouched(TouchFunction fn) → void
Set the function to be called when the control receives a touch event.
toString() String
A string representation of this object.
inherited
writeValue(String obj) → void
Write a new value to the element.

Operators

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