Sets a value indicating whether users are allowed to draw links to this node.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public CompositeNodeBuilder allowIncomingLinks ( |
true if incoming links can be drawn to this node, otherwise false.
This DiagramNodeBuilder instance.
See Also