Class SimpleInterpeter<T>

java.lang.Object
com.google.gwt.uibinder.elementparsers.SimpleInterpeter<T>
Type Parameters:
T -
All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>

public class SimpleInterpeter<T> extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>
A simple XMLElement.Interpreter that returns a given value to every request.
  • Constructor Details

    • SimpleInterpeter

      public SimpleInterpeter(T rtn)
  • Method Details

    • interpretElement

      public T interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
      Description copied from interface: com.google.gwt.uibinder.rebind.XMLElement.Interpreter
      Given an XMLElement, return its filtered value.
      Specified by:
      interpretElement in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>