DroidDiagram Programmer's Guide
DiagramBuilder.tableConnectionStyle Method
See Also
 






Sets how users are allowed to link tables one to another - as integral entities, by rows, or both.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableConnectionStyle (
    TableConnectionStyle value
)

 Parameters

value

A member of the TableConnectionStyle enumeration.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace