Class ComputedAttributeInterpreter

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

class ComputedAttributeInterpreter extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Assigns computed values to element attributes, e.g. styleName={resources.style.pretty}, which will become something like myWidget.setStyleName(resources.style().pretty()) in the generated code.