See: Description
Class | Description |
---|---|
AuAlert |
A response to ask client to show an alert.
|
AuAppendChild |
A response to insert an unparsed HTML as the last child of
the specified component at the client.
|
AuBookmark |
A response to ask the client to bookmark the desktop.
|
AuClearBusy |
A response to ask the client to clear the busy message.
|
AuClearWrongValue |
A response to ask the client to close the error messages belonging
the specified component, if any.
|
AuClientInfo |
A response to ask the browser to send back its information.
|
AuConfirmClose |
A response to ask the client to show a confirm dialog when an user tries
to close the browser window.
|
AuDownload |
A response to ask the client to download the specified URI.
|
AuEcho |
A response to ask client to send a dummy request back to the server.
|
AuEchoGlobal |
A response to ask client to send the specified event for all qualified desktops.
|
AuFocus |
A response to set focus to the specified component at the client.
|
AuHistoryState |
A response to ask the client to push a state to history entry.
|
AuInsertAfter |
A response to insert an unparsed HTML after the specified component
at the client.
|
AuInsertBefore |
A response to insert an unparsed HTML before the specified component
at the client.
|
AuInvoke |
A response to ask the client to invoke a function.
|
AuLoadCSS |
Loads a CSS file to client.
|
AuLoadScript |
Loads a JavaScript file to client and execute it.
|
AuLog |
Logs the message to the client.
|
AuMoveBy |
A response to ask the client to move the desktop (a.k.a., the browser window)
relatively (in pixels).
|
AuMoveTo |
A response to ask the client to move the desktop (a.k.a., the browser window)
to specified location (in pixel).
|
AuNotification |
The au object for notification.
|
AuObsolete |
A response to denote the desktop might become obsolete.
|
AuOuter |
A response to ask client to 'outer' the widgets and all its
descendants of the associate specified component or page.
|
AuPrint |
A response to ask the client to print the desktop (a.k.a., the browser window).
|
AuRemove |
A response to remove the specified component at the client.
|
AuResizeBy |
A response to ask the client to resize the desktop (a.k.a., the browser window)
relatively (in pixels).
|
AuResizeTo |
A response to ask the client to resize the desktop (a.k.a., the browser window)
to specified size (in pixel).
|
AuResizeWidget |
Used to force ZK Client re-calculate the size of the widget at the client.
|
AuScript |
A response to ask the client to execute the specified client scripts.
|
AuScrollBy |
A response to ask the client to scroll the desktop (a.k.a., the browser window)
relatively (in pixels).
|
AuScrollIntoView |
Scrolls the ancestors to make the component visible.
|
AuScrollTo |
A response to ask the client to scroll the desktop (a.k.a., the browser window)
to specified location (in pixel).
|
AuSelect |
A response to select a portion of the specified component at the client.
|
AuSendRedirect |
A response to send a temporary redirect response to the client
using the specified redirect location URL.
|
AuSetAttribute |
A response to set the attribute of the specified component at the client.
|
AuSetAttributes |
A response to set successive attributes of the specified component at the client.
|
AuSetTitle |
A response to ask the client to set the title (of window).
|
AuShowBusy |
A response to ask the client to show the busy message such that
the user knows the system is busy.
|
AuSubmitForm |
A response to ask the client to submit the form with the specified ID,
if any.
|
AuSyncErrorbox |
A response to ask the client to sync errorboxes in the desktop
|
AuUuid |
Rename the UUID.
|
AuWrongValue |
A response to tell the client a component's value is wrong.
|
The responses of asynchronous updates (sent from server to client).
Note: they are the responses sent from the server to the client.
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.