|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityProxy | |
|---|---|
| com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
| com.google.gwt.requestfactory.ui.client | |
| Uses of EntityProxy in com.google.gwt.requestfactory.shared |
|---|
| Classes in com.google.gwt.requestfactory.shared with type parameters of type EntityProxy | |
|---|---|
class |
EntityProxyChange<P extends EntityProxy>
Abstract base class for an event announcing changes to an EntityProxy. |
static interface |
EntityProxyChange.Handler<P extends EntityProxy>
Implemented by methods that handle EntityProxyChange events. |
interface |
EntityProxyId<P extends EntityProxy>
A stable, opaque id of an EntityProxy that remains stable across
updates, creates, deletes on the client. |
interface |
InstanceRequest<P extends EntityProxy,T>
Used to call instance methods. |
| Subinterfaces of EntityProxy in com.google.gwt.requestfactory.shared | |
|---|---|
interface |
UserInformationProxy
"API Generated" DTO interface based on UserInformation. |
| Methods in com.google.gwt.requestfactory.shared with type parameters of type EntityProxy | ||
|---|---|---|
|
RequestContext.create(java.lang.Class<T> clazz)
Returns a new mutable proxy that this request can carry to the server, perhaps to be persisted. |
|
|
RequestContext.edit(T object)
Returns a mutable version of the proxy, whose mutations will accumulate in this context. |
|
|
RequestFactory.find(EntityProxyId<P> proxyId)
Return a request to find a fresh instance of the referenced proxy. |
|
|
RequestFactory.getProxyId(java.lang.String historyToken)
Return the appropriate EntityProxyId using a string returned from
RequestFactory.getHistoryToken(EntityProxyId). |
|
static
|
EntityProxyChange.registerForProxyType(EventBus eventBus,
java.lang.Class<P> proxyType,
EntityProxyChange.Handler<P> handler)
Register a handler for a EntityProxyChange events for a particular proxy class. |
|
| Methods in com.google.gwt.requestfactory.shared that return types with arguments of type EntityProxy | |
|---|---|
java.lang.Class<? extends EntityProxy> |
RequestFactory.getProxyClass(java.lang.String historyToken)
Return the class object which may be used to create new instances of the type of this token, via RequestContext.create(java.lang.Class. |
| Method parameters in com.google.gwt.requestfactory.shared with type arguments of type EntityProxy | |
|---|---|
java.lang.String |
RequestFactory.getHistoryToken(java.lang.Class<? extends EntityProxy> clazz)
Get a History compatible token that
represents the given class. |
| Uses of EntityProxy in com.google.gwt.requestfactory.ui.client |
|---|
| Classes in com.google.gwt.requestfactory.ui.client with type parameters of type EntityProxy | |
|---|---|
class |
EntityProxyKeyProvider<P extends EntityProxy>
An EntityProxy-aware key provider, handy for use with
SelectionModel and various
cell widgets. |
|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||