T
- public class SimpleInterpeter<T> extends Object implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>
XMLElement.Interpreter
that returns a given value to every
request.Constructor and Description |
---|
SimpleInterpeter(T rtn) |
Modifier and Type | Method and Description |
---|---|
T |
interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
Given an XMLElement, return its filtered value.
|
public SimpleInterpeter(T rtn)
public T interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
com.google.gwt.uibinder.rebind.XMLElement.Interpreter
interpretElement
in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<T>
Copyright © 2018. All rights reserved.