GWT 2.7.0

Uses of Interface
com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.Delegate

Packages that use ComputedAttributeInterpreter.Delegate
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
(package private)  class ComputedAttributeInterpreter.DefaultDelegate
           
protected  class UiTextInterpreter.Delegate
          Used in ComputedAttributeInterpreter.interpretElement(com.google.gwt.uibinder.rebind.XMLElement) to invoke the ComputedAttributeInterpreter.
 

Constructors in com.google.gwt.uibinder.elementparsers with parameters of type ComputedAttributeInterpreter.Delegate
ComputedAttributeInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer, ComputedAttributeInterpreter.Delegate delegate)
           
 


GWT 2.7.0