| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Modifier and Type | Field and Description |
|---|---|
protected Window |
Window.CloseShortcut.window |
| Modifier and Type | Method and Description |
|---|---|
Window |
Window.CloseEvent.getWindow()
Gets the Window.
|
Window |
Window.WindowOrderChangeEvent.getWindow()
Gets the Window.
|
Window |
Window.WindowModeChangeEvent.getWindow()
Gets the Window.
|
Window |
Window.ResizeEvent.getWindow()
Get the window form which this event originated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Window> |
UI.getWindows()
Gets all the windows added to this UI.
|
Collection<Window> |
UI.WindowOrderUpdateEvent.getWindows()
Gets the windows in the order they appear in the UI: top most window
is first, bottom one last.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UI.addWindow(Window window)
Adds a window as a subwindow inside this UI.
|
boolean |
UI.removeWindow(Window window)
Remove the given subwindow from this UI.
|
| Constructor and Description |
|---|
CloseShortcut(Window window,
int keyCode)
Creates a keyboard shortcut for closing the given window using the
given
ShortcutAction.KeyCode. |
CloseShortcut(Window window,
int keyCode,
int... modifiers)
Creates a keyboard shortcut for closing the given window using the
given
ShortcutAction.KeyCode and ShortcutAction.ModifierKeys. |
CloseShortcut(Window window,
String shorthandCaption)
Creates a keyboard shortcut for closing the given window using the
shorthand notation defined in
ShortcutAction. |
| Constructor and Description |
|---|
WindowOrderUpdateEvent(Component source,
Collection<Window> windows) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.