Uses of Package
com.google.gwt.uibinder.elementparsers
Package
Description
Classes that parse XML elements, using the context to generate widget initialization code.
-
ClassDescriptionAssigns computed values to element attributes, e.g.Element parsers are classes that parse xml elements, using the context to generate widget initialization code.This is the most generally useful interpreter, and the most likely to be used by a custom parser when calling
XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>)
.Provides instances ofPlaceholderInterpreter
, to allow customized handling of the innards of a msg element.Interprets the interior of an html message.PairsXMLElement.Interpreter
instances.Interprets generic message tags like: <ui:text from="{myMsg.message}" />.