Gets a list of all links coming into this row.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramLinkList getIncomingLinks () |
An DiagramLinkList containing the incoming links.
RemarksThe method returns a collection of all links that point to this table row. Use it to access the links or get their number.
See Also