DroidDiagram Programmer's Guide
ExpandButtonAction Enumeration
See Also
 






The members of this enumeration specify what action is triggered by the +/- buttons that are displayed near expandable nodes.

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

 Syntax

Java  Copy Code

public enum ExpandButtonAction

 Members

  Member name Description

ExpandTreeBranch

Expands or collapses the children of a node in a tree-like diagram and raises the treeExpanded or treeCollapsed event.

RaiseEvents

Raises the expandButtonClicked event.

 See Also

com.mindfusion.diagramming Namespace