Class ValueLocator<T>

java.lang.Object
com.google.web.bindery.requestfactory.shared.Locator<T,Void>
com.google.web.bindery.requestfactory.shared.ValueLocator<T>
Type Parameters:
T - the type of domain object the Locator will operate on

public abstract class ValueLocator<T> extends Locator<T,Void>
A Locator for use with value types (as opposed to entities), which are not persisted. Abstract methods from the Locator class that are not relevant for value types are implemented to return null.