Uses of Interface
com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.Delegate
-
Packages that use ComputedAttributeInterpreter.Delegate Package Description com.google.gwt.uibinder.elementparsers Classes that parse XML elements, using the context to generate widget initialization code. -
-
Uses of ComputedAttributeInterpreter.Delegate in com.google.gwt.uibinder.elementparsers
Classes in com.google.gwt.uibinder.elementparsers that implement ComputedAttributeInterpreter.Delegate Modifier and Type Class Description (package private) class
ComputedAttributeInterpreter.DefaultDelegate
protected class
UiTextInterpreter.Delegate
Constructors in com.google.gwt.uibinder.elementparsers with parameters of type ComputedAttributeInterpreter.Delegate Constructor Description ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, ComputedAttributeInterpreter.Delegate delegate)
-