|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.requestfactory.ui.client.EntityProxyKeyProvider<P>
P
- the proxy type
@Deprecated public class EntityProxyKeyProvider<P extends EntityProxy>
An EntityProxy
-aware key provider, handy for use with
SelectionModel
and various
cell widgets.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
CellBrowser
,
CellList
,
CellTable
Constructor Summary | |
---|---|
EntityProxyKeyProvider()
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
getKey(P item)
Deprecated. Returns the key Object for the given item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityProxyKeyProvider()
Method Detail |
---|
public java.lang.Object getKey(P item)
getKey
in interface ProvidesKey<P extends EntityProxy>
item
- an item of type P
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |