Example usage for com.google.gwt.user.client.ui PotentialElement isPotential

List of usage examples for com.google.gwt.user.client.ui PotentialElement isPotential

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui PotentialElement isPotential.

Prototype

public static boolean isPotential(com.google.gwt.dom.client.Element elem) 

Source Link

Usage

From source file:com.google.gwt.uibinder.test.client.SimpleRenderable.java

License:Apache License

private boolean domIsReal() {
    return !PotentialElement.isPotential(getElement());
}