public static class ComputedAttributeInterpreter
extends Object
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.
- See Also:
- Serialized Form