Uses of Class
com.vaadin.flow.component.html.NativeButton
-
Uses of NativeButton in com.vaadin.flow.component.html
Constructor parameters in com.vaadin.flow.component.html with type arguments of type NativeButtonModifierConstructorDescriptionNativeButton(String text, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<NativeButton>> clickListener) Creates a button with the given text and click listener.