public class

SimpleKeyProvider

extends Object
implements ProvidesKey<T>
java.lang.Object
   ↳ com.google.gwt.view.client.SimpleKeyProvider<T>

Class Overview

Simple passthrough implementation of ProvidesKey.

Summary

Public Constructors
SimpleKeyProvider()
Public Methods
Object getKey(T item)
Return the passed-in item.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.view.client.ProvidesKey

Public Constructors

public SimpleKeyProvider ()

Public Methods

public Object getKey (T item)

Return the passed-in item.

Parameters
item the list item
Returns
  • the key that represents the item