Uses of Class
com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter
-
Packages that use ComputedAttributeInterpreter Package Description com.google.gwt.uibinder.elementparsers Classes that parse XML elements, using the context to generate widget initialization code. -
-
Uses of ComputedAttributeInterpreter in com.google.gwt.uibinder.elementparsers
Fields in com.google.gwt.uibinder.elementparsers declared as ComputedAttributeInterpreter Modifier and Type Field Description protected ComputedAttributeInterpreter
UiTextInterpreter. computedAttributeInterpreter
Methods in com.google.gwt.uibinder.elementparsers that return ComputedAttributeInterpreter Modifier and Type Method Description protected ComputedAttributeInterpreter
UiSafeHtmlInterpreter. createComputedAttributeInterpreter()
protected ComputedAttributeInterpreter
UiTextInterpreter. createComputedAttributeInterpreter()
-