Uses of Class
com.google.gwt.uibinder.elementparsers.HtmlInterpreter
-
Packages that use HtmlInterpreter Package Description 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 Modifier and Type Method Description 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 aUIObject
(or really, any object that responds togetElement()
).
-