Class UiTextInterpreter

java.lang.Object
com.google.gwt.uibinder.elementparsers.UiTextInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Direct Known Subclasses:
UiSafeHtmlInterpreter

public class UiTextInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Interprets generic message tags like: <ui:text from="{myMsg.message}" />. It's called in both text and HTML contexts.