|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
| org.zkoss.zk.au.in | The commands of the requests of asynchronous updates (sent from client to server). |
| Uses of Command in org.zkoss.zk.au |
|---|
| Methods in org.zkoss.zk.au that return Command | |
|---|---|
Command |
AuRequest.getCommand()
Returns the command; never null. |
static Command |
AuRequest.getCommand(java.lang.String name)
Returns the command of the specified name. |
| Constructors in org.zkoss.zk.au with parameters of type Command | |
|---|---|
AuRequest(Desktop desktop,
Command cmd,
java.lang.String[] data)
Constructor for a general request sent from client. |
|
AuRequest(Desktop desktop,
java.lang.String uuid,
Command cmd,
java.lang.String[] data)
Constructor for a request sent from a component. |
|
| Uses of Command in org.zkoss.zk.au.in |
|---|
| Subclasses of Command in org.zkoss.zk.au.in | |
|---|---|
class |
BookmarkChangedCommand
Used by AuRequest to implement a command to broadcast
an BookmarkEvent event to all root components. |
class |
CheckCommand
Used only by AuRequest to implement the CheckEvent
relevant command. |
class |
ClientInfoCommand
Used by AuRequest to implement a command to broadcast
an ClientInfoEvent event to all root components. |
class |
DropCommand
Used only by AuRequest to implement the DropEvent
relevant command. |
class |
DummyCommand
A dummy command that does nothing but triggers an execution to prcess all pending request, if any. |
class |
ErrorCommand
Used only by AuRequest to implement the ErrorEvent
relevant command. |
class |
GenericCommand
Used by AuRequest to implement generic command
that does nothing but posting an Event. |
class |
GetUploadInfoCommand
Used with AuRequest to return the ratio (aka., the progress)
of the current uploading. |
class |
InnerWidthCommand
Used only by AuRequest to implement the command for updating
the inner width. |
class |
InputCommand
Used only by AuRequest to implement the InputEvent
relevant command. |
class |
KeyCommand
Used only by AuRequest to implement the KeyEvent
relevant command. |
class |
MouseCommand
Used only by AuRequest to implement the MouseEvent
relevant command. |
class |
MoveCommand
Used only by AuRequest to implement the MoveEvent
relevant command. |
class |
OpenCommand
Used only by AuRequest to implement the OpenEvent
relevant command. |
class |
RedrawCommand
Used only by AuRequest to implement the redraw command. |
class |
RemoveCommand
Used only by AuRequest to implement the remove command. |
class |
RemoveDesktopCommand
A command to remove the specified desktop. |
class |
RenderCommand
Used only by AuRequest to implement the render
relevant command. |
class |
ScrollCommand
Used only by AuRequest to implement the ScrollEvent
relevant command. |
class |
SelectCommand
Used only by AuRequest to implement the SelectEvent
relevant command. |
class |
SelectionCommand
Used only by AuRequest to implement the SelectionEvent
relevant command. |
class |
SizeCommand
Used only by AuRequest to implement the SizeEvent
relevant command. |
class |
UpdateResultCommand
Used only by AuRequest to implement the updateResult command. |
class |
ZIndexCommand
Used only by AuRequest to implement the ZIndexEvent
relevant command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||