|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| 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. |
| AuClientInfo | A response to ask the browser to send back its information. |
| AuCloseErrorBox | A response to ask the client to close the error box belonging the specified component, if any. |
| AuCmd | A response to ask the client to execute the specified client function. |
| 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. |
| AuFocus | A response to set focus to the specified component at the client. |
| 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. |
| AuMoveBy | A response to ask the client to move the desktop (aka., the browser window) relatively (in pixels). |
| AuMoveTo | A response to ask the client to move the desktop (aka., the browser window) to specified location (in pixel). |
| AuObsolete | A response to denote the desktop might become obsolte. |
| AuPrint | A response to ask the client to print the desktop (aka., the browser window). |
| AuRemove | A response to remove the specified component at the client. |
| AuRemoveAttribute | A resonse to remove the attribute of the specified component at the client. |
| AuReplace | A response to ask client to replaces the content of the specified component. |
| AuRequest | A request sent from the client to UiEngine. |
| AuResizeBy | A response to ask the client to resize the desktop (aka., the browser window) relatively (in pixels). |
| AuResizeTo | A response to ask the client to resize the desktop (aka., the browser window) to specified size (in pixel). |
| AuResponse | A response sent from the server to the client via
UiEngine. |
| AuScript | A response to ask the client to execute the specified client scripts. |
| AuScrollBy | A response to ask the client to scroll the desktop (aka., the browser window) relatively (in pixels). |
| AuScrollTo | A response to ask the client to scroll the desktop (aka., the browser window) to specified location (in pixel). |
| 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. |
| AuSetTitle | A response to ask the client to set the title (of window). |
| AuSubmitForm | A response to ask the client to submit the form with the specified ID, if any. |
| AuWrongValue | A response to tell the client a component's value is wrong. |
| Command | Represents a command of a request (AuRequest). |
| Exception Summary | |
|---|---|
| CommandNotFoundException | Represents an update-relevant exception. |
Commands used to communicate between client and server, called asynchronous updates. Application developers rarely need to know them. Rather, use org.zkoss.zk.ui.util.Clients instead.
Note: commands in this package is not what an application developer handles. Rather, use the org.zkoss.zk.event package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||