Java com.vaadin.client.ui VOverlay fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.ui VOverlay fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.ui VOverlay.

The text is from its open source code.

Subclass

com.vaadin.client.ui.VOverlay has subclasses.
Click this link to see all its subclasses.

Constructor

Method

com.google.gwt.user.client.ElementgetOverlayContainer(ApplicationConnection ac)
Gets the 'overlay container' element pertaining to the given ApplicationConnection .
voidhide()
voidsetOwner(Widget owner)
Set owner (Widget that made this Overlay, not the layout parent) of Overlay.
voidsetPopupPosition(int left, int top)
voidsetVisible(boolean visible)
voidshow()