|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Button | |
|---|---|
| com.vaadin.ui | |
| Uses of Button in com.vaadin.ui |
|---|
| Subclasses of Button in com.vaadin.ui | |
|---|---|
class |
CheckBox
|
class |
NativeButton
|
| Fields in com.vaadin.ui declared as Button | |
|---|---|
protected Button |
Button.ClickShortcut.button
|
| Methods in com.vaadin.ui that return Button | |
|---|---|
Button |
Button.ClickEvent.getButton()
Gets the Button where the event occurred. |
| Constructors in com.vaadin.ui with parameters of type Button | |
|---|---|
Button.ClickShortcut(Button button,
int keyCode)
Creates a keyboard shortcut for clicking the given button using the given ShortcutAction.KeyCode. |
|
Button.ClickShortcut(Button button,
int keyCode,
int... modifiers)
Creates a keyboard shortcut for clicking the given button using the given ShortcutAction.KeyCode and ShortcutAction.ModifierKeys. |
|
Button.ClickShortcut(Button button,
String shorthandCaption)
Creates a keyboard shortcut for clicking the given button using the shorthand notation defined in ShortcutAction. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||