public class UiTextInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Modifier and Type | Class and Description |
---|---|
protected class |
UiTextInterpreter.Delegate
|
Modifier and Type | Field and Description |
---|---|
protected ComputedAttributeInterpreter |
computedAttributeInterpreter |
protected com.google.gwt.uibinder.rebind.UiBinderWriter |
writer |
Constructor and Description |
---|
UiTextInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer) |
Modifier and Type | Method and Description |
---|---|
protected ComputedAttributeInterpreter |
createComputedAttributeInterpreter() |
protected java.lang.String |
getLocalName() |
java.lang.String |
interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
Given an XMLElement, return its filtered value.
|
protected final com.google.gwt.uibinder.rebind.UiBinderWriter writer
protected final ComputedAttributeInterpreter computedAttributeInterpreter
public UiTextInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
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 errorprotected ComputedAttributeInterpreter createComputedAttributeInterpreter()
protected java.lang.String getLocalName()