Uses of Class
com.vaadin.client.widgets.Overlay
-
Packages that use Overlay Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.debug.internal com.vaadin.client.ui com.vaadin.client.widgets -
-
Uses of Overlay in com.vaadin.client
Subclasses of Overlay in com.vaadin.client Modifier and Type Class Description classVTooltipA tooltip used by components. -
Uses of Overlay in com.vaadin.client.communication
Subclasses of Overlay in com.vaadin.client.communication Modifier and Type Class Description classDefaultReconnectDialogThe default implementation of the reconnect dialog. -
Uses of Overlay in com.vaadin.client.debug.internal
Subclasses of Overlay in com.vaadin.client.debug.internal Modifier and Type Class Description classVDebugWindowDebug window implementation.protected classVDebugWindow.MenuPopup menu forVDebugWindow. -
Uses of Overlay in com.vaadin.client.ui
Subclasses of Overlay in com.vaadin.client.ui Modifier and Type Class Description classVComboBox.SuggestionPopupRepresents the popup box with the selection options.classVContextMenuclassVNotificationclassVOverlayDeprecated.as this is specifically for Vaadin only, it should not be used directly.classVPopupView.CustomPopupThis class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly.classVWindow"Sub window" component. -
Uses of Overlay in com.vaadin.client.widgets
Fields in com.vaadin.client.widgets declared as Overlay Modifier and Type Field Description protected static OverlayOverlay. currentA "thread local" of sorts, set temporarily so that OverlayImpl knows which Overlay is using it, so that it can be attached to the correct overlay container.
-