|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ACommand in com.googlecode.jpattern.gwt.client.command |
|---|
| Subclasses of ACommand in com.googlecode.jpattern.gwt.client.command | |
|---|---|
class |
CommandChain
|
class |
SynchronousCommand
Abstract class to implement a command which DOESN'T perform asynchronous calls. |
| Methods in com.googlecode.jpattern.gwt.client.command with parameters of type ACommand | |
|---|---|
void |
CommandChain.addCommand(ACommand command)
|
| Uses of ACommand in com.googlecode.jpattern.gwt.client.command.impl |
|---|
| Subclasses of ACommand in com.googlecode.jpattern.gwt.client.command.impl | |
|---|---|
class |
GetTextResourceCommand
|
| Uses of ACommand in com.googlecode.jpattern.gwt.client.communication |
|---|
| Subclasses of ACommand in com.googlecode.jpattern.gwt.client.communication | |
|---|---|
class |
AServerCallCommand<T extends ICommandFacadeResult<?>>
|
class |
ServerCallDeleteCommand<T extends ICommandFacadeResult<?>>
|
class |
ServerCallGetCacheableCommand<T extends ICommandFacadeResult<?>>
This command uses a cache to reduce the number of calls to the server. |
class |
ServerCallGetCacheableCommand_OLD<T extends ICommandFacadeResult<?>>
This command uses a cache to reduce the number of calls to the server. |
class |
ServerCallGetCommand<T extends ICommandFacadeResult<?>>
|
class |
ServerCallPostCommand<T extends ICommandFacadeResult<?>,Z>
|
class |
ServerCallPutCommand<T extends ICommandFacadeResult<?>,Z>
|
| Uses of ACommand in com.googlecode.jpattern.gwt.client.event |
|---|
| Methods in com.googlecode.jpattern.gwt.client.event that return ACommand | |
|---|---|
protected abstract ACommand |
AEvent.exec()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||