Package | Description |
---|---|
com.google.gwt.uibinder.elementparsers |
Classes that parse XML elements, using the context to generate widget initialization code.
|
Class and Description |
---|
ElementParser
Element parsers are classes that parse xml elements, using the context to
generate widget initialization code.
|
HtmlInterpreter
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>) . |
HtmlMessageInterpreter.PlaceholderInterpreterProvider
Provides instances of
PlaceholderInterpreter , to allow
customized handling of the innards of a msg element. |
UiTextInterpreter
Interprets generic message tags like:
<ui:text from="{myMsg.message}" />.
|
Copyright © 2018. All rights reserved.