class AttributeMessageInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
That is, when examining element foo in
<foo bar="baz"> <ui:attr name="baz"> </foo>cosume the ui:attr element, and declare a method on the Messages interface with @Default("baz")
Constructor and Description |
---|
AttributeMessageInterpreter(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 AttributeMessageInterpreter(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