Package com.google.gwt.view.client
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>
Simple passthrough implementation of
ProvidesKey
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleKeyProvider
public SimpleKeyProvider()
-
-
Method Details
-
getKey
Return the passed-in item.- Specified by:
getKey
in interfaceProvidesKey<T>
- Parameters:
item
- the list item- Returns:
- the key that represents the item
-