class WidgetInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
HTMLPanelParser
to interpret elements that call for widget
instances. Declares the appropriate widget, and replaces them in the markup
with a <span>.Constructor and Description |
---|
WidgetInterpreter(java.lang.String fieldName,
com.google.gwt.uibinder.rebind.UiBinderWriter writer) |
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 WidgetInterpreter(java.lang.String fieldName, 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 error