DroidDiagram Programmer's Guide
TableNode.setConnectionStyle Method
See Also
 






Sets a value indicating whether links should connect to the rows of this table or to the table as an integral entity.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setConnectionStyle (
    TableConnectionStyle value
)

 Parameters

value

A member of the TableConnectionStyle enumeration.

 Remarks

There are three possible ways to relate tables to other nodes. This property specifies how users are allowed to create such relations:

Programmatically, links can be connected to a table in any way, regardless of the ConnectionStyle. ConnectionStyle value is considered only when end-users draw links to or from a table. To link to a table as an entity and not to a specific row, pass -1 as row argument of the createDiagramLink method.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace