ComputedAttributeInterpreter |
Assigns computed values to element attributes, e.g.
|
ComputedAttributeInterpreter.Delegate |
|
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.
|
HtmlPlaceholderInterpreter |
Interprets the interior of an html message.
|
InterpreterPipe |
Pairs XMLElement.Interpreter instances.
|
UiTextInterpreter |
Interprets generic message tags like:
<ui:text from="{myMsg.message}" />.
|