Class SimpleKeyProvider<T>

java.lang.Object
com.google.gwt.view.client.SimpleKeyProvider<T>
Type Parameters:
T - the data type of records
All Implemented Interfaces:
ProvidesKey<T>

public class SimpleKeyProvider<T> extends Object implements ProvidesKey<T>
Simple passthrough implementation of ProvidesKey.