Annotation Interface ButtonType


@Documented public @interface ButtonType
An enumeration describing the behavior of the button.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The button has no default behaviour.
    static final String
    The button displays a menu.
    static final String
    The button resets the form.
    static final String
    The button submits the form.