BuilderComponentDesignPolicy mixin
Properties
-
canvasReader
↔ CanvasReader
-
Allows you to read all data from diagram/canvas model.
getter/setter pairinherited
-
canvasWriter
↔ CanvasWriter
-
Allows you to change diagram/canvas model data.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initializePolicy(CanvasReader canvasReader, CanvasWriter canvasWriter)
→ void
-
Initialize policy in
DiagramEditorContext
.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
showComponentBody(ComponentData componentData)
→ Widget
-
Returns a widget that specifies a design of this component.
-
toString()
→ String
-
A string representation of this object.
inherited