TinkEditorHandler<T extends TinkWidgetHandler> class
Added to classes that are sub-types of TinkWidgetHandler to reigister them for processing behaviour when specific widgets are interacted with in the editor.
- Implemented types
Constructors
-
TinkEditorHandler(List<
String> widgets) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
widgets
→ List<
String> -
The set of Widgets that this handler can process.
A handler with fewer widgets is considered more specific so if a more specific handler is found it is used over the less specific one
final
Methods
-
compareTo(
TinkEditorHandler< T> other) → int -
Compares this object to another object.
override
-
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