ObjectElementHost class abstract

Implemented types
Implementers

Constructors

ObjectElementHost()

Properties

contextId int?
no setterinherited
disposed bool
no setterinherited
eventPath List<EventTarget>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parentEventTarget EventTarget?
no setterinherited
pointer → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String eventType, EventHandler eventHandler) → void
inherited
dispatchEvent(Event event) → void
inherited
dispose() → void
inherited
getBindingProperty(String key) → dynamic
inherited
getEventHandlers() Map<String, List<EventHandler>>
inherited
hasEventListener(String type) bool
inherited
invokeBindingMethod(String method, List args) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventHandler eventHandler) → void
inherited
setBindingProperty(String key, dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited
updateChildTextureBox(TextureBox? textureBox) → dynamic

Operators

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