GWT 2.1.1

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

Packages that use HtmlInterpreter
com.google.gwt.uibinder.elementparsers   
 

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.1.1