Class WidgetInterpreter
java.lang.Object
com.google.gwt.uibinder.elementparsers.WidgetInterpreter
- All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
class WidgetInterpreter
extends Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Used by
HTMLPanelParser
to interpret elements that call for widget
instances. Declares the appropriate widget, and replaces them in the markup
with a <span>.-
Constructor Summary
ConstructorDescriptionWidgetInterpreter
(String fieldName, com.google.gwt.uibinder.rebind.UiBinderWriter writer) -
Method Summary
Modifier and TypeMethodDescriptioninterpretElement
(com.google.gwt.uibinder.rebind.XMLElement elem) Given an XMLElement, return its filtered value.
-
Constructor Details
-
WidgetInterpreter
-
-
Method Details
-
interpretElement
public String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem) throws UnableToCompleteException Description copied from interface:com.google.gwt.uibinder.rebind.XMLElement.Interpreter
Given an XMLElement, return its filtered value.- Specified by:
interpretElement
in interfacecom.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
- Throws:
UnableToCompleteException
- on error
-