Uses of Class
org.zkoss.zk.au.AuResponse

Packages that use AuResponse
org.zkoss.zk.au Commands used to communicate between client and server, called asynchronous updates. 
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). 
 

Uses of AuResponse in org.zkoss.zk.au
 

Subclasses of AuResponse in org.zkoss.zk.au
 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 AuClientInfo
          A response to ask the browser to send back its information.
 class AuCloseErrorBox
          A response to ask the client to close the error box belonging the specified component, if any.
 class AuCmd
          A response to ask the client to execute the specified client function.
 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 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 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 AuRemoveAttribute
          A resonse to remove the attribute of the specified component at the client.
 class AuReplace
          A response to ask client to replaces the content of the specified component.
 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 AuScrollTo
          A response to ask the client to scroll the desktop (aka., the browser window) to specified location (in pixel).
 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 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.
 void Component.response(java.lang.String key, AuResponse response)
          Causes a response (aka., a command) to be sent to the client.
 void AbstractComponent.response(java.lang.String key, AuResponse response)
           
 

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)
           
 void UiEngineImpl.response(AuResponse response, java.io.Writer out)
           
 

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.
 void UiEngine.response(AuResponse response, java.io.Writer out)
          Generates the output for the specified the response.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.