DOMActionExecutor<T> class abstract

Implementers
Available Extensions

Constructors

DOMActionExecutor()

Properties

domGenerator DOMGenerator<T>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String name, List<String> parameters, T? target, T? self, DOMTreeMap? treeMap, DOMContext? context) → T?
callAddClass(T? target, List<String> classes) → T?
callClear(T? target) → T?
callClearClass(T? target) → T?
callHide(T? target) → T?
callLocale(T? target, List<String> parameters, DOMContext? context) → T?
callRemove(T? target) → T?
callRemoveClass(T target, List<String> classes) → T
callSetClass(T? target, List<String> classes) → T?
callShow(T? target) → T?
execute(DOMAction<T> action, T? target, T? self, {DOMTreeMap? treeMap, DOMContext? context}) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String? actionLine) DOMAction<T>?
selectByID(String id, T? target, T? self, DOMTreeMap? treeMap, DOMContext? context) → T?
toString() String
A string representation of this object.
inherited

Operators

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