Search
ButtonType Enumeration
See Also
 

Indicates the behavior of the button.

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

 Syntax

Java  Copy Code

public enum ButtonType

 Members

  Member name Description

Normal

Specifies a normal, clickable button.

Repeat

Specifies a repeat button.

 See Also