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

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

Introduction

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

Prototype

public static PotentialElement build(UIObject o) 

Source Link

Document

Builds a new PotentialElement with the tag name set to "div".

Usage

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

License:Apache License

public SimpleRenderable() {
    setElement(PotentialElement.build(this));
}