DroidDiagram Programmer's Guide
Diagram.setExpandButtonAction Method
See Also
 






Sets what should happen when a user clicks the +/- button that is displayed near expandable nodes.

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

 Syntax

Java  Copy Code

public void setExpandButtonAction (
    ExpandButtonAction value
)

 Parameters

value

A member of the ExpandButtonAction enumeration; the default value is ExpandTreeBranch.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace