@Generated(value="org.realityforge.webtack")
@Documented
public @interface ButtonType
An enumeration describing the behavior of the button.
Field Detail
button
@Nonnull
public static final java.lang.String button
The button has no default behaviour.
menu
@Nonnull
public static final java.lang.String menu
The button displays a menu.
This is an experimental feature.
reset
@Nonnull
public static final java.lang.String reset
The button resets the form.
submit
@Nonnull
public static final java.lang.String submit
The button submits the form. This is the default value if the attribute is not specified, or if it is dynamically changed to an empty or invalid value.