Uses of Class
com.google.gwt.uibinder.elementparsers.HtmlInterpreter
Package
Description
Classes that parse XML elements, using the context to generate widget initialization code.
-
Uses of HtmlInterpreter in com.google.gwt.uibinder.elementparsers
Modifier and TypeMethodDescriptionstatic HtmlInterpreter
HtmlInterpreter.newInterpreterForUiObject
(com.google.gwt.uibinder.rebind.UiBinderWriter writer, 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()
).