Uses of Class
com.vaadin.ui.Window
-
Packages that use Window Package Description com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Window in com.vaadin.ui
Fields in com.vaadin.ui declared as Window Modifier and Type Field Description protected Window
Window.CloseShortcut. window
Methods in com.vaadin.ui that return Window Modifier and Type Method Description Window
Window.CloseEvent. getWindow()
Gets the Window.Window
Window.ResizeEvent. getWindow()
Get the window form which this event originatedWindow
Window.WindowModeChangeEvent. getWindow()
Gets the Window.Methods in com.vaadin.ui that return types with arguments of type Window Modifier and Type Method Description Collection<Window>
UI. getWindows()
Gets all the windows added to this UI.Methods in com.vaadin.ui with parameters of type Window Modifier and Type Method 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.Constructors in com.vaadin.ui with parameters of type Window Constructor Description CloseShortcut(Window window, int keyCode)
Creates a keyboard shortcut for closing the given window using the givenShortcutAction.KeyCode
.CloseShortcut(Window window, int keyCode, int... modifiers)
Creates a keyboard shortcut for closing the given window using the givenShortcutAction.KeyCode
andShortcutAction.ModifierKey
s.CloseShortcut(Window window, String shorthandCaption)
Creates a keyboard shortcut for closing the given window using the shorthand notation defined inShortcutAction
. -
Uses of Window in com.vaadin.ui.components.colorpicker
Subclasses of Window in com.vaadin.ui.components.colorpicker Modifier and Type Class Description class
ColorPickerPopup
A component that represents color selection popup within a color picker.
-