Package org.zkoss.zk.au.in

The commands of the requests of asynchronous updates (sent from client to server).

See:
          Description

Class Summary
BookmarkChangedCommand Used by AuRequest to implement a command to broadcast an BookmarkEvent event to all root components.
CheckCommand Used only by AuRequest to implement the CheckEvent relevant command.
ClientInfoCommand Used by AuRequest to implement a command to broadcast an ClientInfoEvent event to all root components.
Commands Utilities to implement Command.
DropCommand Used only by AuRequest to implement the DropEvent relevant command.
DummyCommand A dummy command that does nothing but triggers an execution to prcess all pending request, if any.
EchoCommand Used by AuRequest to implement generic command that does nothing but posting an Event.
ErrorCommand Used only by AuRequest to implement the ErrorEvent relevant command.
GenericCommand Used by AuRequest to implement generic command that does nothing but posting an Event.
GetUploadInfoCommand Used with AuRequest to return the ratio (aka., the progress) of the current uploading.
InnerWidthCommand Used only by AuRequest to implement the command for updating the inner width.
InputCommand Used only by AuRequest to implement the InputEvent relevant command.
KeyCommand Used only by AuRequest to implement the KeyEvent relevant command.
MinMaximizeCommand Used only by AuRequest to implement the MinimizeEvent and MaximizeEvent relevant command.
MouseCommand Used only by AuRequest to implement the MouseEvent relevant command.
MoveCommand Used only by AuRequest to implement the MoveEvent relevant command.
OpenCommand Used only by AuRequest to implement the OpenEvent relevant command.
RedrawCommand Used only by AuRequest to implement the redraw command.
RemoveCommand Used only by AuRequest to implement the remove command.
RemoveDesktopCommand A command to remove the specified desktop.
RenderCommand Used only by AuRequest to implement the render relevant command.
ScrollCommand Used only by AuRequest to implement the ScrollEvent relevant command.
SelectCommand Used only by AuRequest to implement the SelectEvent relevant command.
SelectionCommand Used only by AuRequest to implement the SelectionEvent relevant command.
SizeCommand Used only by AuRequest to implement the SizeEvent relevant command.
TimerCommand Used only by AuRequest to handle the timer requests.
UpdateResultCommand Used only by AuRequest to implement the updateResult command.
URIChangedCommand Used by AuRequest to implement a command to handle an URIEvent event.
ZIndexCommand Used only by AuRequest to implement the ZIndexEvent relevant command.
 

Package org.zkoss.zk.au.in Description

The commands of the requests of asynchronous updates (sent from client to server).

Note: commands in this package is not what an application developer handles. Rather, use the org.zkoss.zk.event package.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved.