|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteOperation | |
---|---|
com.google.web.bindery.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. |
com.google.web.bindery.requestfactory.shared.messages | Contains classes that define the RequestFactory wire format. |
Uses of WriteOperation in com.google.web.bindery.requestfactory.shared |
---|
Methods in com.google.web.bindery.requestfactory.shared that return WriteOperation | |
---|---|
WriteOperation |
EntityProxyChange.getWriteOperation()
Returns the WriteOperation associated with this instance. |
static WriteOperation |
WriteOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WriteOperation[] |
WriteOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.google.web.bindery.requestfactory.shared with parameters of type WriteOperation | |
---|---|
EntityProxyChange(P proxy,
WriteOperation writeOperation)
Constructs an EntityProxyChange object. |
Uses of WriteOperation in com.google.web.bindery.requestfactory.shared.messages |
---|
Methods in com.google.web.bindery.requestfactory.shared.messages that return WriteOperation | |
---|---|
WriteOperation |
OperationMessage.getOperation()
|
Methods in com.google.web.bindery.requestfactory.shared.messages with parameters of type WriteOperation | |
---|---|
void |
OperationMessage.setOperation(WriteOperation value)
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |