GWT 2.7.0

com.google.gwt.uibinder.elementparsers
Class AttributeMessageInterpreter

java.lang.Object
  extended by com.google.gwt.uibinder.elementparsers.AttributeMessageInterpreter
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>

 class AttributeMessageInterpreter
extends java.lang.Object
implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>

Examines each element for child <ui:attr/> elements, and replaces the corresponding attributes of the examinee with references to the translatable messages created.

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 Summary
AttributeMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
           
 
Method Summary
 java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMessageInterpreter

public AttributeMessageInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
Method Detail

interpretElement

public java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
                                  throws UnableToCompleteException
Specified by:
interpretElement in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Throws:
UnableToCompleteException

GWT 2.7.0