Package | Description |
---|---|
com.vaadin.flow.component.applayout | |
com.vaadin.flow.component.button | |
com.vaadin.flow.component.crud |
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.
|
Modifier and Type | Method and Description |
---|---|
Button |
Crud.getCancelButton()
Gets the Crud cancel button
|
Button |
Crud.getDeleteButton()
Gets the Crud editor delete button
|
Button |
Crud.getSaveButton()
Gets the Crud save button
|
Copyright © 2022. All rights reserved.