| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeButton |
| Modifier and Type | Field and Description |
|---|---|
protected Button |
Button.ClickShortcut.button |
| Modifier and Type | Method and Description |
|---|---|
protected Button |
LoginForm.createLoginButton()
Customize the login button.
|
Button |
Button.ClickEvent.getButton()
Gets the Button where the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
protected Component |
LoginForm.createContent(TextField userNameField,
PasswordField passwordField,
Button loginButton)
Create the content for the login form with the supplied user name field,
password field and the login button.
|
| Constructor and Description |
|---|
ClickShortcut(Button button,
int keyCode)
Creates a keyboard shortcut for clicking the given button using the
given
ShortcutAction.KeyCode. |
ClickShortcut(Button button,
int keyCode,
int... modifiers)
Creates a keyboard shortcut for clicking the given button using the
given
ShortcutAction.KeyCode and ShortcutAction.ModifierKeys. |
ClickShortcut(Button button,
String shorthandCaption)
Creates a keyboard shortcut for clicking the given button using the
shorthand notation defined in
ShortcutAction. |
Copyright © 2021 Vaadin Ltd. All rights reserved.