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