List of usage examples for com.vaadin.client.debug.internal VDebugWindow get
public static VDebugWindow get()
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); }