public class HtmlMessageInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Modifier and Type | Class and Description |
---|---|
static interface |
HtmlMessageInterpreter.PlaceholderInterpreterProvider
Provides instances of
PlaceholderInterpreter , to allow
customized handling of the innards of a msg element. |
Constructor and Description |
---|
HtmlMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter uiWriter,
HtmlMessageInterpreter.PlaceholderInterpreterProvider phiProvider)
Build a HtmlMessageInterpreter that uses customized placeholder interpreter
instances.
|
HtmlMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter uiWriter,
java.lang.String ancestorExpression)
Build a normally configured HtmlMessageInterpreter, able to handle
put placeholders around dom elements with ui:ph attributes and computed
attributes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
Given an XMLElement, return its filtered value.
|
public HtmlMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter uiWriter, HtmlMessageInterpreter.PlaceholderInterpreterProvider phiProvider)
public HtmlMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter uiWriter, java.lang.String ancestorExpression)
public java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem) throws UnableToCompleteException
com.google.gwt.uibinder.rebind.XMLElement.Interpreter
interpretElement
in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
UnableToCompleteException
- on error