HtmlElementStateControl mixin
Mixin for the new ElementChangeWatcher object, an object specifically used for changes between parent and children in PheasantTemplate objects.
This mixin holds the functionality of storing and releasing the state of the object through the Element.replaceWith function.
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialiseReference(
Element element) → void - Function used to initialise the element reference.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reflectChanges(
) → void - Function called after a state change made by the parent to reproduce the current state of the element.
-
setReference(
Element element) → void - Function used to set the current element reference, used to measure state.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited