|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuRequest | |
|---|---|
| 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). |
| org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| Uses of AuRequest in org.zkoss.zk.au |
|---|
| Methods in org.zkoss.zk.au with parameters of type AuRequest | |
|---|---|
protected abstract void |
Command.process(AuRequest request)
Derived must override this method to process this command. |
void |
Command.process(AuRequest request,
boolean everError)
Called to process the specified request. |
| Uses of AuRequest in org.zkoss.zk.au.in |
|---|
| Methods in org.zkoss.zk.au.in with parameters of type AuRequest | |
|---|---|
static java.util.Set |
Commands.convertToItems(AuRequest request)
Converts the data of the specified request to a set of Component. |
protected void |
ZIndexCommand.process(AuRequest request)
|
protected void |
UpdateResultCommand.process(AuRequest request)
|
protected void |
SizeCommand.process(AuRequest request)
|
protected void |
SelectionCommand.process(AuRequest request)
|
protected void |
SelectCommand.process(AuRequest request)
|
protected void |
ScrollCommand.process(AuRequest request)
|
protected void |
RenderCommand.process(AuRequest request)
|
protected void |
RemoveDesktopCommand.process(AuRequest request)
|
protected void |
RemoveCommand.process(AuRequest request)
|
protected void |
RedrawCommand.process(AuRequest request)
|
protected void |
OpenCommand.process(AuRequest request)
|
protected void |
MoveCommand.process(AuRequest request)
|
protected void |
MouseCommand.process(AuRequest request)
|
protected void |
KeyCommand.process(AuRequest request)
|
protected void |
InputCommand.process(AuRequest request)
|
protected void |
InnerWidthCommand.process(AuRequest request)
|
protected void |
GetUploadInfoCommand.process(AuRequest request)
|
protected void |
GenericCommand.process(AuRequest request)
|
protected void |
ErrorCommand.process(AuRequest request)
|
protected void |
DummyCommand.process(AuRequest request)
|
protected void |
DropCommand.process(AuRequest request)
|
protected void |
ClientInfoCommand.process(AuRequest request)
|
protected void |
CheckCommand.process(AuRequest request)
|
protected void |
BookmarkChangedCommand.process(AuRequest request)
|
| Uses of AuRequest in org.zkoss.zk.ui.impl |
|---|
| Methods in org.zkoss.zk.ui.impl that return AuRequest | |
|---|---|
AuRequest |
RequestQueueImpl.nextRequest()
|
| Uses of AuRequest in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that return AuRequest | |
|---|---|
AuRequest |
RequestQueue.nextRequest()
Returns the next request, or null if no more request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||