Package | Description |
---|---|
com.vaadin.flow.component.applayout | |
com.vaadin.flow.component.button |
Modifier and Type | Class and Description |
---|---|
class |
DrawerToggle
Server-side component for the
<vaadin-drawer-toggle> element. |
Constructor and Description |
---|
Button(Component icon,
ComponentEventListener<ClickEvent<Button>> clickListener)
Creates a button with an icon and a listener for click events.
|
Button(String text,
Component icon,
ComponentEventListener<ClickEvent<Button>> clickListener)
Create a button with a text, an icon and a listener for click events.
|
Button(String text,
ComponentEventListener<ClickEvent<Button>> clickListener)
Creates a button with a text and a listener for click events.
|
Copyright © 2020. All rights reserved.