VirtualNodeManager class

Properties

context ↔ RenderContext<LoadInstanceContext>
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
tag → String
final
virtualNodes → Map<int, VirtualNode>
no setter

Methods

addEvent(int rootId, int id, String eventName) → void
createNode(int rootId, int id, int pid, int index, String className, VoltronMap props) → void
createVirtualNode(int rootId, int id, int pid, int index, String className, VoltronMap props) → VirtualNode?
deleteNode(int id) → void
destroy() → void
dpToPx(double len) → double
endBatch() → Map<int, TextData>?
hasVirtualParent(int id) → bool
measure(int instanceId, int nodeId, FlexLayoutParams layoutParams) → int
moveNode(int nodeId, VirtualNode parentNode, int index) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEvent(int rootId, int id, String eventName) → void
toString() → String
A string representation of this object.
inherited
updateLayout(int id, double width, List layoutNode) → TextExtra?
updateNode(int id, VoltronMap props) → void
updateProps(VirtualNode node, VoltronMap? props, bool needToReset) → void

Operators

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