List of usage examples for com.google.gwt.user.client.ui PotentialElement build
public static PotentialElement build(UIObject o)
From source file:com.google.gwt.uibinder.test.client.SimpleRenderable.java
License:Apache License
public SimpleRenderable() { setElement(PotentialElement.build(this)); }