GWT 2.7.0

Uses of Class
com.google.gwt.uibinder.elementparsers.InterpreterPipe

Packages that use InterpreterPipe
com.google.gwt.uibinder.elementparsers Classes that parse XML elements, using the context to generate widget initialization code. 
 

Uses of InterpreterPipe in com.google.gwt.uibinder.elementparsers
 

Methods in com.google.gwt.uibinder.elementparsers that return InterpreterPipe
static
<T> InterpreterPipe<T>
InterpreterPipe.newPipe(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>... pipes)
           
 


GWT 2.7.0