public class UiTextInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Modifier and Type | Class and Description |
---|---|
protected class |
UiTextInterpreter.Delegate
Used in
interpretElement(com.google.gwt.uibinder.rebind.XMLElement) to invoke the ComputedAttributeInterpreter . |
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.uibinder.elementparsers.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 com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter |
createComputedAttributeInterpreter() |
protected String |
getLocalName() |
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 com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter computedAttributeInterpreter
public UiTextInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
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 errorprotected com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter createComputedAttributeInterpreter()
protected String getLocalName()
Copyright © 2018. All rights reserved.