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

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
static JSONArray AuWriters.toJSON(AuResponse response)
          Converts a response to a JSON object.
 void AuWriter.write(AuResponse response)
          Generates the specified the response to the output.
 

Method parameters in org.zkoss.zk.au with type arguments of type AuResponse
 void AuWriter.write(java.util.Collection<AuResponse> responses)
          Generates a list of responses 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)
           
 

Method parameters in org.zkoss.zk.au.http with type arguments of type AuResponse
 void HttpAuWriter.write(java.util.Collection<AuResponse> responses)
           
 

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 AuEchoGlobal
          A response to ask client to send the specified event for all qualified desktops.
 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 invoke a function.
 class AuLog
          Logs the message to the client.
 class AuMoveBy
          A response to ask the client to move the desktop (a.k.a., the browser window) relatively (in pixels).
 class AuMoveTo
          A response to ask the client to move the desktop (a.k.a., the browser window) to specified location (in pixel).
 class AuNotification
          The au object for notification.
 class AuObsolete
          A response to denote the desktop might become obsolete.
 class AuOuter
          A response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.
 class AuPrint
          A response to ask the client to print the desktop (a.k.a., 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 (a.k.a., the browser window) relatively (in pixels).
 class AuResizeTo
          A response to ask the client to resize the desktop (a.k.a., the browser window) to specified size (in pixel).
 class AuResizeWidget
          Used to force ZK Client re-calculate the size of the widget at the client.
 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 (a.k.a., 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 (a.k.a., 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 AuUuid
          Rename the UUID.
 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(AuResponse resposne)
          Adds an asynchronous response (AuResponse) which will be sent to client at the end of the execution.
 void Execution.addAuResponse(java.lang.String key, AuResponse resposne)
          Adds an asynchronous response (AuResponse) with the given key instead of getOverrideKey().
protected  void AbstractComponent.response(AuResponse response)
          Causes a response to be sent to the client.
protected  void AbstractComponent.response(java.lang.String key, AuResponse response)
          Causes a response to be sent to the client by overriding the key returned by getOverrideKey()).
protected  void AbstractComponent.response(java.lang.String key, AuResponse response, int priority)
          Causes a response to be sent to the client by overriding the key returned by getOverrideKey()).
 

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 that return types with arguments of type AuResponse
 java.util.Collection<AuResponse> AbstractExecution.getResponses()
           
 java.util.List<AuResponse> DesktopImpl.piggyResponse(java.util.Collection<AuResponse> response, boolean reset)
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type AuResponse
 void AbstractExecution.addAuResponse(AuResponse response)
           
 void AbstractExecution.addAuResponse(java.lang.String key, AuResponse response)
           
 void UiEngineImpl.addResponse(AuResponse response)
           
 void UiEngineImpl.addResponse(java.lang.String key, AuResponse response)
           
 void UiEngineImpl.addResponse(java.lang.String key, AuResponse response, int priority)
           
 

Method parameters in org.zkoss.zk.ui.impl with type arguments of type AuResponse
 java.util.List<AuResponse> DesktopImpl.piggyResponse(java.util.Collection<AuResponse> response, boolean reset)
           
 void AbstractExecution.setResponses(java.util.Collection<AuResponse> responses)
           
 

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 that return types with arguments of type AuResponse
 java.util.Collection<AuResponse> ExecutionCtrl.getResponses()
          Returns the collection of the AU responses (AuResponse) that shall be generated to the output, or null if not available.
 java.util.List<AuResponse> DesktopCtrl.piggyResponse(java.util.Collection<AuResponse> response, boolean reset)
          Adds the responses to the so-called piggy-back queue.
 

Methods in org.zkoss.zk.ui.sys with parameters of type AuResponse
 void UiEngine.addResponse(AuResponse response)
          Adds a response directly by using getOverrideKey() as the override key.
 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.addResponse(java.lang.String key, AuResponse response, int priority)
          Adds a response with the given priority.
 

Method parameters in org.zkoss.zk.ui.sys with type arguments of type AuResponse
 boolean Visualizer.addToFirstAsyncUpdate(java.util.List<AuResponse> responses)
          Adds the responses to the first Visualizer if it is caused by async-update.
 java.util.List<AuResponse> DesktopCtrl.piggyResponse(java.util.Collection<AuResponse> response, boolean reset)
          Adds the responses to the so-called piggy-back queue.
 void ExecutionCtrl.setResponses(java.util.Collection<AuResponse> responses)
          Sets the collection of the AU responses (AuResponse) that shall be generated to the output.
 

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.
static void Clients.response(java.lang.String key, AuResponse response)
          Sends an AU response (AuResponse) to the client with the given key (instead of getOverrideKey()).
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo