Example usage for com.vaadin.client.ui VOverlay subclass-usage

List of usage examples for com.vaadin.client.ui VOverlay subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.client.ui VOverlay subclass-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.jqueryfileupload.CubaFileUploadProgressWindow.java

public class CubaFileUploadProgressWindow extends VOverlay implements KeyDownHandler, KeyUpHandler, Focusable {

    public static final String CLASSNAME = "v-window";

    private static final String MODAL_WINDOW_OPEN_CLASSNAME = "v-modal-window-open";

From source file com.haulmont.cuba.web.widgets.client.addons.aceeditor.SuggestPopup.java

public class SuggestPopup extends VOverlay implements KeyDownHandler, DoubleClickHandler, ChangeHandler {
    protected ListBox choiceList;

    protected String startOfValue = "";

    public interface SuggestionSelectedListener {

From source file com.haulmont.cuba.web.widgets.client.addons.contextmenu.MyVOverlay.java

/**
 * FIXME: This is needed to somehow resolve the application connection issue. A
 * real solution is needed.
 */
public class MyVOverlay extends VOverlay {
    private static ApplicationConnection ac_static;

From source file com.haulmont.cuba.web.widgets.client.jqueryfileupload.CubaFileUploadProgressWindow.java

public class CubaFileUploadProgressWindow extends VOverlay implements KeyDownHandler, KeyUpHandler, Focusable {

    public static final String CLASSNAME = "v-window";

    private static final String MODAL_WINDOW_OPEN_CLASSNAME = "v-modal-window-open";