GWT 2.7.0

Uses of Class
com.google.gwt.uibinder.elementparsers.HtmlInterpreter

Packages that use HtmlInterpreter
com.google.gwt.uibinder.elementparsers Classes that parse XML elements, using the context to generate widget initialization code. 
 

Uses of HtmlInterpreter in com.google.gwt.uibinder.elementparsers
 

Methods in com.google.gwt.uibinder.elementparsers that return HtmlInterpreter
static HtmlInterpreter HtmlInterpreter.newInterpreterForUiObject(com.google.gwt.uibinder.rebind.UiBinderWriter writer, java.lang.String uiExpression)
          A convenience factory method for the most common use of this class, to work with HTML that will eventually be rendered under a UIObject (or really, any object that responds to getElement()).
 


GWT 2.7.0