|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.view.client.SimpleKeyProvider<T>
T
- the data type of recordspublic class SimpleKeyProvider<T>
Simple passthrough implementation of ProvidesKey
.
Constructor Summary | |
---|---|
SimpleKeyProvider()
|
Method Summary | |
---|---|
java.lang.Object |
getKey(T item)
Return the passed-in item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleKeyProvider()
Method Detail |
---|
public java.lang.Object getKey(T item)
getKey
in interface ProvidesKey<T>
item
- the list item
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |