Example usage for com.vaadin.client.debug.internal VDebugWindow get

List of usage examples for com.vaadin.client.debug.internal VDebugWindow get

Introduction

In this page you can find the example usage for com.vaadin.client.debug.internal VDebugWindow get.

Prototype

public static VDebugWindow get() 

Source Link

Document

Gets the #VDebugWindow() singleton instance.

Usage

From source file:com.haulmont.cuba.web.widgets.client.addons.popupbutton.VPopupButton.java

License:Apache License

public boolean isOrHasChildOfConsole(Element element) {
    return VDebugWindow.get().getElement().isOrHasChild(element);
}