com.sencha.gwt.uibinder.elementparsers
Class NullInterpreter<T>

java.lang.Object
  extended by com.sencha.gwt.uibinder.elementparsers.NullInterpreter<T>
Type Parameters:
T - The type of null to return
All Implemented Interfaces:
com.sencha.gwt.uibinder.rebind.XMLElement.Interpreter<T>

public final class NullInterpreter<T>
extends Object
implements com.sencha.gwt.uibinder.rebind.XMLElement.Interpreter<T>

An no-op interpreter.


Constructor Summary
NullInterpreter()
           
 
Method Summary
 T interpretElement(com.sencha.gwt.uibinder.rebind.XMLElement elem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInterpreter

public NullInterpreter()
Method Detail

interpretElement

public T interpretElement(com.sencha.gwt.uibinder.rebind.XMLElement elem)
Specified by:
interpretElement in interface com.sencha.gwt.uibinder.rebind.XMLElement.Interpreter<T>


Copyright © 2011. All Rights Reserved.