public class HtmlMessageInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<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,
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 |
---|---|
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, String ancestorExpression)
public 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<String>
UnableToCompleteException
- on errorCopyright © 2018. All rights reserved.