Uses of Class
org.zkoss.zk.au.AuResponse
-
Packages that use AuResponse Package Description org.zkoss.zk.au org.zkoss.zk.au.http org.zkoss.zk.au.out org.zkoss.zk.ui org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys org.zkoss.zk.ui.util -
-
Uses of AuResponse in org.zkoss.zk.au
Methods in org.zkoss.zk.au with parameters of type AuResponse Modifier and Type Method Description static org.zkoss.json.JSONArrayAuWriters. toJSON(AuResponse response)Converts a response to a JSON object.voidAuWriter. write(AuResponse response)Generates the specified the response to the output.Method parameters in org.zkoss.zk.au with type arguments of type AuResponse Modifier and Type Method Description voidAuWriter. 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 Modifier and Type Method Description voidHttpAuWriter. write(AuResponse response)Method parameters in org.zkoss.zk.au.http with type arguments of type AuResponse Modifier and Type Method Description voidHttpAuWriter. write(java.util.Collection<AuResponse> responses) -
Uses of AuResponse in org.zkoss.zk.au.out
Subclasses of AuResponse in org.zkoss.zk.au.out Modifier and Type Class Description classAuAlertA response to ask client to show an alert.classAuAppendChildA response to insert an unparsed HTML as the last child of the specified component at the client.classAuBookmarkA response to ask the client to bookmark the desktop.classAuClearBusyA response to ask the client to clear the busy message.classAuClearWrongValueA response to ask the client to close the error messages belonging the specified component, if any.classAuClientInfoA response to ask the browser to send back its information.classAuConfirmCloseA response to ask the client to show a confirm dialog when an user tries to close the browser window.classAuDownloadA response to ask the client to download the specified URI.classAuEchoA response to ask client to send a dummy request back to the server.classAuEchoGlobalA response to ask client to send the specified event for all qualified desktops.classAuFocusA response to set focus to the specified component at the client.classAuHistoryStateA response to ask the client to push a state to history entry.classAuInsertAfterA response to insert an unparsed HTML after the specified component at the client.classAuInsertBeforeA response to insert an unparsed HTML before the specified component at the client.classAuInvokeA response to ask the client to invoke a function.classAuLoadCSSLoads a CSS file to client.classAuLoadScriptLoads a JavaScript file to client and execute it.classAuLogLogs the message to the client.classAuMoveByA response to ask the client to move the desktop (a.k.a., the browser window) relatively (in pixels).classAuMoveToA response to ask the client to move the desktop (a.k.a., the browser window) to specified location (in pixel).classAuNotificationThe au object for notification.classAuObsoleteA response to denote the desktop might become obsolete.classAuOuterA response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.classAuPrintA response to ask the client to print the desktop (a.k.a., the browser window).classAuRemoveA response to remove the specified component at the client.classAuResizeByA response to ask the client to resize the desktop (a.k.a., the browser window) relatively (in pixels).classAuResizeToA response to ask the client to resize the desktop (a.k.a., the browser window) to specified size (in pixel).classAuResizeWidgetUsed to force ZK Client re-calculate the size of the widget at the client.classAuScriptA response to ask the client to execute the specified client scripts.classAuScrollByA response to ask the client to scroll the desktop (a.k.a., the browser window) relatively (in pixels).classAuScrollIntoViewScrolls the ancestors to make the component visible.classAuScrollToA response to ask the client to scroll the desktop (a.k.a., the browser window) to specified location (in pixel).classAuSelectA response to select a portion of the specified component at the client.classAuSendRedirectA response to send a temporary redirect response to the client using the specified redirect location URL.classAuSetAttributeA response to set the attribute of the specified component at the client.classAuSetAttributesA response to set successive attributes of the specified component at the client.classAuSetTitleA response to ask the client to set the title (of window).classAuShowBusyA response to ask the client to show the busy message such that the user knows the system is busy.classAuSubmitFormA response to ask the client to submit the form with the specified ID, if any.classAuSyncErrorboxA response to ask the client to sync errorboxes in the desktopclassAuUuidRename the UUID.classAuWrongValueA 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 Modifier and Type Method Description voidExecution. addAuResponse(java.lang.String key, AuResponse resposne)Adds an asynchronous response (AuResponse) with the given key instead ofgetOverrideKey().voidExecution. addAuResponse(AuResponse resposne)Adds an asynchronous response (AuResponse) which will be sent to client at the end of the execution.protected voidAbstractComponent. response(java.lang.String key, AuResponse response)Causes a response to be sent to the client by overriding the key returned bygetOverrideKey()).protected voidAbstractComponent. response(java.lang.String key, AuResponse response, int priority)Causes a response to be sent to the client by overriding the key returned bygetOverrideKey()).protected voidAbstractComponent. response(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 Modifier and Type Method Description AuResponseAbortByRemoveDesktop. getResponse()AuResponseAbortBySendRedirect. getResponse()Methods in org.zkoss.zk.ui.impl that return types with arguments of type AuResponse Modifier and Type Method Description 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 Modifier and Type Method Description voidAbstractExecution. addAuResponse(java.lang.String key, AuResponse response)voidAbstractExecution. addAuResponse(AuResponse response)voidUiEngineImpl. addResponse(java.lang.String key, AuResponse response)voidUiEngineImpl. addResponse(java.lang.String key, AuResponse response, int priority)voidUiEngineImpl. addResponse(AuResponse response)Method parameters in org.zkoss.zk.ui.impl with type arguments of type AuResponse Modifier and Type Method Description java.util.List<AuResponse>DesktopImpl. piggyResponse(java.util.Collection<AuResponse> response, boolean reset)voidAbstractExecution. 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 Modifier and Type Method Description AuResponseAbortingReason. getResponse()Returns the response representing this aborting reason.Methods in org.zkoss.zk.ui.sys that return types with arguments of type AuResponse Modifier and Type Method Description 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 Modifier and Type Method Description voidUiEngine. addResponse(java.lang.String key, AuResponse response)Adds a response which will be sent to client at the end of the execution.voidUiEngine. addResponse(java.lang.String key, AuResponse response, int priority)Adds a response with the given priority.voidUiEngine. addResponse(AuResponse response)Adds a response directly by usinggetOverrideKey()as the override key.Method parameters in org.zkoss.zk.ui.sys with type arguments of type AuResponse Modifier and Type Method Description booleanVisualizer. addToFirstAsyncUpdate(java.util.List<AuResponse> responses)Adds the responses to the firstVisualizerif 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.voidExecutionCtrl. 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 Modifier and Type Method Description static voidClients. response(java.lang.String key, AuResponse response)Sends an AU response (AuResponse) to the client with the given key (instead ofgetOverrideKey()).static voidClients. response(AuResponse response)Sends an AU response (AuResponse) to the client.
-