Uses of Class
com.vaadin.flow.component.html.NativeButton
Packages that use NativeButton
Package
Description
-
Uses of NativeButton in com.vaadin.browserless
Methods in com.vaadin.browserless with parameters of type NativeButtonModifier and TypeMethodDescriptiondefault NativeButtonTesterTesterWrappers.test(NativeButton nativeButton) -
Uses of NativeButton in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type NativeButtonModifier and TypeMethodDescriptiondefault NativeButtonLocatorGeneratedLocators.use(NativeButton component) Returns a locator seeded with the givenNativeButtoninstance. -
Uses of NativeButton in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return NativeButtonConstructors in com.vaadin.flow.component.html with parameters of type NativeButtonModifierConstructorDescriptionNativeButtonLocator(NativeButton component) NativeButtonTester(NativeButton component) > Wrap given component for testing.Constructor parameters in com.vaadin.flow.component.html with type arguments of type NativeButtonModifierConstructorDescriptionNativeButton(String text, ComponentEventListener<ClickEvent<NativeButton>> clickListener) Creates a button with the given text and click listener.