Example usage for com.google.gwt.user.client.ui.impl PopupImpl subclass-usage

List of usage examples for com.google.gwt.user.client.ui.impl PopupImpl subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui.impl PopupImpl subclass-usage.

Usage

From source file com.vaadin.client.ui.VPopupImpl.java

public class VPopupImpl extends PopupImpl {

    @Override
    public void onShow(Element popup) {
        // Move the overlay to the appropriate overlay container
        final VOverlay overlay = VOverlay.current;