org.zkoss.zk.au.out |
Asynchronous Update Responses
The responses of asynchronous updates (sent from server to client).
Note: they are the responses sent from the server to the client.
|
Java Source File Name | Type | Comment |
AuAlert.java | Class | A response to ask client to show an alert. |
AuAppendChild.java | Class | A response to insert an unparsed HTML as the last child of
the specified component at the client. |
AuBookmark.java | Class | A response to ask the client to bookmark the desktop. |
AuClientInfo.java | Class | A response to ask the browser to send back its information. |
AuCloseErrorBox.java | Class | A response to ask the client to close the error box belonging
the specified component, if any. |
AuConfirmClose.java | Class | A response to ask the client to show a confirm dialog when an user tries
to close the browser window. |
AuDownload.java | Class | A response to ask the client to download the specified URI. |
AuEcho.java | Class | A response to ask client to send a dummy request back to the server. |
AuFocus.java | Class | A response to set focus to the specified component at the client. |
AuInsertAfter.java | Class | A response to insert an unparsed HTML after the specified component
at the client. |
AuInsertBefore.java | Class | A response to insert an unparsed HTML before the specified component
at the client. |
AuInvoke.java | Class | A response to ask the client to execute the specified client function. |
AuMoveBy.java | Class | A response to ask the client to move the desktop (aka., the browser window)
relatively (in pixels). |
AuMoveTo.java | Class | A response to ask the client to move the desktop (aka., the browser window)
to specified location (in pixel). |
AuObsolete.java | Class | A response to denote the desktop might become obsolte. |
AuPrint.java | Class | A response to ask the client to print the desktop (aka., the browser window). |
AuRemove.java | Class | A response to remove the specified component at the client. |
AuRemoveAttribute.java | Class | A resonse to remove the attribute of the specified component at the client. |
AuReplace.java | Class | A response to ask client to replaces the content of the specified
component. |
AuResizeBy.java | Class | A response to ask the client to resize the desktop (aka., the browser window)
relatively (in pixels). |
AuResizeTo.java | Class | A response to ask the client to resize the desktop (aka., the browser window)
to specified size (in pixel). |
AuScript.java | Class | A response to ask the client to execute the specified client scripts. |
AuScrollBy.java | Class | A response to ask the client to scroll the desktop (aka., the browser window)
relatively (in pixels). |
AuScrollTo.java | Class | A response to ask the client to scroll the desktop (aka., the browser window)
to specified location (in pixel). |
AuSendRedirect.java | Class | A response to send a temporary redirect response to the client
using the specified redirect location URL. |
AuSetAttribute.java | Class | A response to set the attribute of the specified component at the client. |
AuSetDeferredAttribute.java | Class | A response to set the deferred attribute of the specified component
at the client. |
AuSetTitle.java | Class | A response to ask the client to set the title (of window). |
AuShowBusy.java | Class | A response to ask the client to show the busy message such that
the user knows the system is busy. |
AuSubmitForm.java | Class | A response to ask the client to submit the form with the specified ID,
if any. |
AuWrongValue.java | Class | A response to tell the client a component's value is wrong. |