The members of this enumeration specify whether links drawn by users are connected to tables rows, to tables as integral nodes, or both. They can be used as parameters of the setConnectionStyle method of the TableNode class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum TableConnectionStyle |
Member name | Description | |
---|---|---|
![]() |
Both |
Support both modes. |
![]() |
Rows |
Connect links to individual rows of the table. |
![]() |
Table |
Connect links to the table as an integral node. |