|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuResponse | |
---|---|
org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
org.zkoss.zk.au.http | HTTP related classes used to do asynchronous updates. |
org.zkoss.zk.au.out | The responses of asynchronous updates (sent from server to client). |
org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
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). |
org.zkoss.zk.ui.util | Utilities to handle user interfaces. |
Uses of AuResponse in org.zkoss.zk.au |
---|
Methods in org.zkoss.zk.au with parameters of type AuResponse | |
---|---|
void |
AuWriter.write(AuResponse response)
Generates the specified the response to the output. |
Uses of AuResponse in org.zkoss.zk.au.http |
---|
Methods in org.zkoss.zk.au.http with parameters of type AuResponse | |
---|---|
void |
HttpAuWriter.write(AuResponse response)
|
Uses of AuResponse in org.zkoss.zk.au.out |
---|
Subclasses of AuResponse in org.zkoss.zk.au.out | |
---|---|
class |
AuAlert
A response to ask client to show an alert. |
class |
AuAppendChild
A response to insert an unparsed HTML as the last child of the specified component at the client. |
class |
AuBookmark
A response to ask the client to bookmark the desktop. |
class |
AuClearBusy
A response to ask the client to clear the busy message. |
class |
AuClearWrongValue
A response to ask the client to close the error messages belonging the specified component, if any. |
class |
AuClientInfo
A response to ask the browser to send back its information. |
class |
AuConfirmClose
A response to ask the client to show a confirm dialog when an user tries to close the browser window. |
class |
AuDownload
A response to ask the client to download the specified URI. |
class |
AuEcho
A response to ask client to send a dummy request back to the server. |
class |
AuFocus
A response to set focus to the specified component at the client. |
class |
AuInsertAfter
A response to insert an unparsed HTML after the specified component at the client. |
class |
AuInsertBefore
A response to insert an unparsed HTML before the specified component at the client. |
class |
AuInvoke
A response to ask the client to execute the specified client function. |
class |
AuMoveBy
A response to ask the client to move the desktop (aka., the browser window) relatively (in pixels). |
class |
AuMoveTo
A response to ask the client to move the desktop (aka., the browser window) to specified location (in pixel). |
class |
AuObsolete
A response to denote the desktop might become obsolte. |
class |
AuOuter
A response to ask client to 'outer' the widgets and all its descendants of the associatethe specified component or page. |
class |
AuPrint
A response to ask the client to print the desktop (aka., the browser window). |
class |
AuRemove
A response to remove the specified component at the client. |
class |
AuResizeBy
A response to ask the client to resize the desktop (aka., the browser window) relatively (in pixels). |
class |
AuResizeTo
A response to ask the client to resize the desktop (aka., the browser window) to specified size (in pixel). |
class |
AuScript
A response to ask the client to execute the specified client scripts. |
class |
AuScrollBy
A response to ask the client to scroll the desktop (aka., the browser window) relatively (in pixels). |
class |
AuScrollIntoView
Scrolls the ancestors to make the component visible. |
class |
AuScrollTo
A response to ask the client to scroll the desktop (aka., the browser window) to specified location (in pixel). |
class |
AuSelect
A response to select a portion of the specified component at the client. |
class |
AuSendRedirect
A response to send a temporary redirect response to the client using the specified redirect location URL. |
class |
AuSetAttribute
A response to set the attribute of the specified component at the client. |
class |
AuSetTitle
A response to ask the client to set the title (of window). |
class |
AuShowBusy
A response to ask the client to show the busy message such that the user knows the system is busy. |
class |
AuSubmitForm
A response to ask the client to submit the form with the specified ID, if any. |
class |
AuWrongValue
A response to tell the client a component's value is wrong. |
Uses of AuResponse in org.zkoss.zk.ui |
---|
Methods in org.zkoss.zk.ui with parameters of type AuResponse | |
---|---|
void |
Execution.addAuResponse(java.lang.String key,
AuResponse resposne)
Adds an asynchronous response ( AuResponse ) which will be
sent to client at the end of the execution. |
protected void |
AbstractComponent.response(java.lang.String key,
AuResponse response)
Causes a response to be sent to the client. |
Uses of AuResponse in org.zkoss.zk.ui.impl |
---|
Methods in org.zkoss.zk.ui.impl that return AuResponse | |
---|---|
AuResponse |
AbortBySendRedirect.getResponse()
|
AuResponse |
AbortByRemoveDesktop.getResponse()
|
Methods in org.zkoss.zk.ui.impl with parameters of type AuResponse | |
---|---|
void |
AbstractExecution.addAuResponse(java.lang.String key,
AuResponse response)
|
void |
UiEngineImpl.addResponse(java.lang.String key,
AuResponse response)
|
Uses of AuResponse in org.zkoss.zk.ui.sys |
---|
Methods in org.zkoss.zk.ui.sys that return AuResponse | |
---|---|
AuResponse |
AbortingReason.getResponse()
Returns the response representing this aborting reason. |
Methods in org.zkoss.zk.ui.sys with parameters of type AuResponse | |
---|---|
void |
UiEngine.addResponse(java.lang.String key,
AuResponse response)
Adds a response which will be sent to client at the end of the execution. |
Uses of AuResponse in org.zkoss.zk.ui.util |
---|
Methods in org.zkoss.zk.ui.util with parameters of type AuResponse | |
---|---|
static void |
Clients.response(AuResponse response)
Sends an AU response ( AuResponse )to the client
with response's command (getCommand() ) as the key. |
static void |
Clients.response(java.lang.String key,
AuResponse response)
Sends an AU response ( AuResponse ) to the client
with the specified key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |