class HtmlPlaceholderInterpreter
extends com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>)
.)Constructor and Description |
---|
HtmlPlaceholderInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer,
com.google.gwt.uibinder.rebind.messages.MessageWriter message,
java.lang.String ancestorExpression) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
consumePlaceholderInnards(com.google.gwt.uibinder.rebind.XMLElement elem) |
java.lang.String |
interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
Given an XMLElement, return its filtered value.
|
protected java.lang.String |
nextClosePlaceholder(java.lang.String name,
java.lang.String value)
Returns the
PlaceholderInterpreter.nextPlaceholder(String, String, String) , using the
given name and value and a standard closing tag as example
text. |
protected java.lang.String |
nextOpenPlaceholder(java.lang.String name,
java.lang.String value)
Returns the
PlaceholderInterpreter.nextPlaceholder(String, String, String) , using the
given name and value and a standard opening tag as example
text. |
HtmlPlaceholderInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, com.google.gwt.uibinder.rebind.messages.MessageWriter message, 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>
interpretElement
in class com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
UnableToCompleteException
- on errorprotected java.lang.String consumePlaceholderInnards(com.google.gwt.uibinder.rebind.XMLElement elem) throws UnableToCompleteException
consumePlaceholderInnards
in class com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter
UnableToCompleteException
protected java.lang.String nextClosePlaceholder(java.lang.String name, java.lang.String value)
PlaceholderInterpreter.nextPlaceholder(String, String, String)
, using the
given name
and value
and a standard closing tag as example
text.protected java.lang.String nextOpenPlaceholder(java.lang.String name, java.lang.String value)
PlaceholderInterpreter.nextPlaceholder(String, String, String)
, using the
given name
and value
and a standard opening tag as example
text.