Uses of Class
com.vaadin.client.ui.VOverlay
-
Packages that use VOverlay Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.debug.internal com.vaadin.client.ui -
-
Uses of VOverlay in com.vaadin.client
Subclasses of VOverlay in com.vaadin.client Modifier and Type Class Description class
VTooltip
TODO open for extension -
Uses of VOverlay in com.vaadin.client.communication
Subclasses of VOverlay in com.vaadin.client.communication Modifier and Type Class Description class
DefaultReconnectDialog
The default implementation of the reconnect dialog -
Uses of VOverlay in com.vaadin.client.debug.internal
Subclasses of VOverlay in com.vaadin.client.debug.internal Modifier and Type Class Description class
VDebugWindow
Debug window implementation.protected class
VDebugWindow.Menu
Popup menu forVDebugWindow
. -
Uses of VOverlay in com.vaadin.client.ui
Subclasses of VOverlay in com.vaadin.client.ui Modifier and Type Class Description class
VContextMenu
class
VFilterSelect.SuggestionPopup
Represents the popup box with the selection options.class
VNotification
class
VPopupView.CustomPopup
This class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly.class
VWindow
"Sub window" component.Fields in com.vaadin.client.ui declared as VOverlay Modifier and Type Field Description protected static VOverlay
VOverlay. current
Deprecated.protected VOverlay
VMenuBar. popup
VOverlay
VPopupCalendar. popup
For internal use only.Methods in com.vaadin.client.ui that return VOverlay Modifier and Type Method Description protected VOverlay
VMenuBar. createOverlay()
Create an overlay for the menu bar.
-