A B C D E F G H I J K L M N O P R S T U V W Z _

A

AbortByRemoveDesktop - Class in org.zkoss.zk.ui.impl
The aborting reason when the remove-desktop command is received.
AbortByRemoveDesktop() - Constructor for class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
AbortBySendRedirect - Class in org.zkoss.zk.ui.impl
The aborting reason for send-redirect.
AbortBySendRedirect(String, String) - Constructor for class org.zkoss.zk.ui.impl.AbortBySendRedirect
Constructs an aborting reason for send-redirect.
AbortingReason - Interface in org.zkoss.zk.ui.sys
The aborting reason used to abort the current execution.
abortResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called when the suspended event thread is aborted.
AbstractComponent - Class in org.zkoss.zk.ui
A skeletal implementation of Component.
AbstractComponent() - Constructor for class org.zkoss.zk.ui.AbstractComponent
Constructs a component with auto-generated ID.
AbstractExecution - Class in org.zkoss.zk.ui.impl
A skeletal implementation of Execution.
AbstractExecution(Desktop, Page, VariableResolver) - Constructor for class org.zkoss.zk.ui.impl.AbstractExecution
Constructs an execution.
AbstractNamespace - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing Namespace.
AbstractNamespace() - Constructor for class org.zkoss.zk.scripting.util.AbstractNamespace
 
AbstractUiFactory - Class in org.zkoss.zk.ui.impl
The sketetal implementation of UiFactory.
AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
 
AbstractWebApp - Class in org.zkoss.zk.ui.impl
A skeletal implementation of WebApp.
AbstractWebApp() - Constructor for class org.zkoss.zk.ui.impl.AbstractWebApp
Constructor.
accept(String, Object) - Method in interface org.zkoss.zk.scripting.SerializableAware.Filter
Whether to accept the specified variable name and its value.
activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
add(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds a device.
add(Element) - Static method in class org.zkoss.zk.device.Devices
Adds a device based on the XML declaration.
add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter class.
add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter based on the XML declaration.
add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Adds a component definition to this map.
add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds the event handler for the specified event name.
addActivationListener(ServletContext, WebManagerActivationListener) - Static method in class org.zkoss.zk.ui.http.WebManager
Register a listener to the specified context such that it will be invoked if the corresponding WebManager is created.
addAddon(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
Adds a language addon.
addAll(AnnotationMap) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds all annotations of the specified map to this map.
addAll(EventHandlerMap) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds all event handlers of the specified map to this map.
addAllAns(Map, Map) - Static method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds the value of _annots, Map(String annotName, AnnotImpl).
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds an annotation.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds an annotation to a proeprty.
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Associates an annotation to this component info.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an annotation to the specified proeprty of this component info.
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Associates an annotation to this component definition.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds an annotation to the specified proeprty of this component definition.
addAnnotation(String, Map) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Associates an annotation to this component.
addAnnotation(String, String, Map) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an annotation to the specified proeprty of this component.
addAuResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
Adds an asynchronous response (AuResponse) which will be sent to client at the end of the execution.
addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addChangeListener(NamespaceChangeListener) - Method in interface org.zkoss.zk.scripting.Namespace
Adds a change listener to listen whether this namespace is changed.
addChangeListener(NamespaceChangeListener) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
 
addComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Adds a component to this page.
addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a component definition.
addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a component definition belonging to this page definition only.
addCustomAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds a custom attribute.
addDeferredZScript(Component, ZScript) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addDeferredZScript(Component, ZScript) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a deferred zscript.
addDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
addDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Adds a desktop to this session.
addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute each time before evaluating zscript.
addErrorPage(Class, String) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated.  
addErrorPage(String, Class, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds an error page.
addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventHandler(String, ZScript, Condition) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an event handler.
addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an event handler.
addEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Component
Adds an event listener to specified event for this component.
addEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
 
addEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Page
Adds an event listener to specified event for all components in this page.
addFellow(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addFellow(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a fellow.
addFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Adds the function mapper in addition to the current one.
addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo.
addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a defintion of Initiator.
addInitScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute when a page's interpreter is initialized.
addInvalidate(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addInvalidate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addInvalidate(Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invalidates the page to cause all of its components to redraw.
addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invalidates a component to cause redrawing.
addJavaScript(JavaScript) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a JavaScript required by this language.
addJavaScriptModule(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition of a JavaScript module to this language.
addListener(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a listener class.
addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a mold
addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMoved(Component, Component, Page, Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addMoved(Component, Component, Page, Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called to update (redraw) a component, when a component is moved.
addPage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addPage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Adds a page to this desktop.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String, Condition) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer.
addProperty(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addRequests(Collection) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addRequests(Collection) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a list of requests.
addResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Adds a response which will be sent to client at the end of the execution.
addRichlet(String, Class, Map) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichlet(String, String, Map) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichletMapping(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a richlet mapping.
addRoot(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addRoot(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a root component to a page.
addSharedAnnotationMap(AnnotationMap) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addSharedAnnotationMap(AnnotationMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Add a map of annotations which is shared by other components.
addSharedEventHandlerMap(EventHandlerMap) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addSharedEventHandlerMap(EventHandlerMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds a map of event handlers which is shared by other components.
addSmartUpdate(Component, String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Smart updates an attribute of a component.
addStyleSheet(StyleSheet) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a StyleSheet required by this language.
addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a tag lib.
addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a tag lib.
addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds an CSS resource that will be generated for each ZUML desktop.
addToFirstAsyncUpdate(List) - Method in interface org.zkoss.zk.ui.sys.Visualizer
Adds the responses to the first Visualizer if it is caused by async-update.
addUuidChanged(Component, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
Called before changing the component's UUID.
addUuidChanged(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before changing the component's UUID.
addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Adds a name resolver that will be used to resolve a variable by Page.getVariable(java.lang.String).
addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a defintion of VariableResolver.
AfterCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it needs the AfterCompose.afterCompose() callback.
afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
Invokes after ZK loader applies all properties.
afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Creates the child components after apply dynamic properties HtmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object).
afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called after GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
afterInterpret(Map, Namespace, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Used with Namespaces.beforeInterpret(java.util.Map, org.zkoss.zk.ui.Component, boolean) to clean up builtin variables.
afterInterpret(Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called after GenericInterpreter.exec(java.lang.String).
afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called after the suspended event thread is resumed.
afterSuspend(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
Called in the servlet thread after the event processing thread has been suspended.
afterUpdate(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when an asynchronous updated has been processed.
afterUpdate(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
AjaxDevice - Class in org.zkoss.zk.device
Represents a Web browser with the Ajax support.
AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
 
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Alt key is pressed.
ANNO_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK annotations.
Annotation - Interface in org.zkoss.zk.ui.metainfo
The common interface extended by all annotation types.
AnnotationMap - Class in org.zkoss.zk.ui.metainfo
A map of annotations used with ComponentDefinition and ComponentInfo.
AnnotationMap() - Constructor for class org.zkoss.zk.ui.metainfo.AnnotationMap
 
ANONYMOUS_ID - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
The anonymous UUID.
APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to append params if both uri and params contain the same parameter.
appendAsapAttr(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Appends the HTML attribute for the specified event name, say, onChange.
appendChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Appends a child to the end of all children.
appendChild(Component) - Method in interface org.zkoss.zk.ui.Component
Appends a child.
appendChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a zscript child.
appendChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a variables child.
appendChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a custom-attributes child.
appendChild(ComponentInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a ComponentInfo child.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the whole application.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the whole application.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Applies the custom attributes.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Applies the custom attributes.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the parent component.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the page.
applyProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
 
applyProperties() - Method in interface org.zkoss.zk.ui.Component
Initializes the properties (aka. members) and custom-attributes based on what are defined in the component definition.
applyProperties(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Applies the properties and custom attributes defined in this definition to the specified component.
applyProperties(Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Applies the event handlers, annotations, properties and custom attributes to the specified component.
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
assign(Evaluator, Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Assigns the value of this memeber to the specified component.
Attributes - Class in org.zkoss.zk.ui.impl
Attributes used internally.
Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
 
AttributesInfo - Class in org.zkoss.zk.ui.metainfo
Represents a map of custom attributes of a component definition (ComponentDefinition).
AttributesInfo(Map, String, Condition) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
 
AuAlert - Class in org.zkoss.zk.au
A response to ask client to show an alert.
AuAlert(String) - Constructor for class org.zkoss.zk.au.AuAlert
 
AuAppendChild - Class in org.zkoss.zk.au
A response to insert an unparsed HTML as the last child of the specified component at the client.
AuAppendChild(Component, String) - Constructor for class org.zkoss.zk.au.AuAppendChild
 
AuAppendChild(Page, String) - Constructor for class org.zkoss.zk.au.AuAppendChild
 
AuBookmark - Class in org.zkoss.zk.au
A response to ask the client to bookmark the desktop.
AuBookmark(String) - Constructor for class org.zkoss.zk.au.AuBookmark
 
AuClientInfo - Class in org.zkoss.zk.au
A response to ask the browser to send back its information.
AuClientInfo() - Constructor for class org.zkoss.zk.au.AuClientInfo
 
AuCloseErrorBox - Class in org.zkoss.zk.au
A response to ask the client to close the error box belonging the specified component, if any.
AuCloseErrorBox(Component) - Constructor for class org.zkoss.zk.au.AuCloseErrorBox
 
AuCmd - Class in org.zkoss.zk.au
A response to ask the client to execute the specified client function.
AuCmd(Component, String) - Constructor for class org.zkoss.zk.au.AuCmd
Construct AuCmd to call a client function with one argument, the component itself.
AuCmd(Component, String, String) - Constructor for class org.zkoss.zk.au.AuCmd
Construct AuCmd to call a client function with two arguments, the component itself and arg.
AuCmd(Component, String, String, String) - Constructor for class org.zkoss.zk.au.AuCmd
Construct AuCmd to call a client function with three arguments, the component itself, arg1 and arg2.
AuCmd(Component, String, String, String, String) - Constructor for class org.zkoss.zk.au.AuCmd
Construct AuCmd to call a client function with four arguments, the component itself, arg1, arg2 and arg3.
AuConfirmClose - Class in org.zkoss.zk.au
A response to ask the client to show a confirm dialog when an user tries to close the browser window.
AuConfirmClose(String) - Constructor for class org.zkoss.zk.au.AuConfirmClose
 
AuDownload - Class in org.zkoss.zk.au
A response to ask the client to download the specified URI.
AuDownload(String) - Constructor for class org.zkoss.zk.au.AuDownload
 
AuEcho - Class in org.zkoss.zk.au
A response to ask client to send a dummy request back to the server.
AuEcho() - Constructor for class org.zkoss.zk.au.AuEcho
 
AuFocus - Class in org.zkoss.zk.au
A response to set focus to the specified component at the client.
AuFocus(Component) - Constructor for class org.zkoss.zk.au.AuFocus
 
AuInsertAfter - Class in org.zkoss.zk.au
A response to insert an unparsed HTML after the specified component at the client.
AuInsertAfter(Component, String) - Constructor for class org.zkoss.zk.au.AuInsertAfter
 
AuInsertBefore - Class in org.zkoss.zk.au
A response to insert an unparsed HTML before the specified component at the client.
AuInsertBefore(Component, String) - Constructor for class org.zkoss.zk.au.AuInsertBefore
 
AuMoveBy - Class in org.zkoss.zk.au
A response to ask the client to move the desktop (aka., the browser window) relatively (in pixels).
AuMoveBy(int, int) - Constructor for class org.zkoss.zk.au.AuMoveBy
 
AuMoveTo - Class in org.zkoss.zk.au
A response to ask the client to move the desktop (aka., the browser window) to specified location (in pixel).
AuMoveTo(int, int) - Constructor for class org.zkoss.zk.au.AuMoveTo
 
AuObsolete - Class in org.zkoss.zk.au
A response to denote the desktop might become obsolte.
AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.AuObsolete
 
AuPrint - Class in org.zkoss.zk.au
A response to ask the client to print the desktop (aka., the browser window).
AuPrint() - Constructor for class org.zkoss.zk.au.AuPrint
 
AuRemove - Class in org.zkoss.zk.au
A response to remove the specified component at the client.
AuRemove(Component) - Constructor for class org.zkoss.zk.au.AuRemove
 
AuRemove(Page) - Constructor for class org.zkoss.zk.au.AuRemove
 
AuRemove(String) - Constructor for class org.zkoss.zk.au.AuRemove
Removes a component by its UUID.
AuRemoveAttribute - Class in org.zkoss.zk.au
A resonse to remove the attribute of the specified component at the client.
AuRemoveAttribute(Component, String) - Constructor for class org.zkoss.zk.au.AuRemoveAttribute
 
AuReplace - Class in org.zkoss.zk.au
A response to ask client to replaces the content of the specified component.
AuReplace(Component, String) - Constructor for class org.zkoss.zk.au.AuReplace
 
AuReplace(Page, String) - Constructor for class org.zkoss.zk.au.AuReplace
 
AuRequest - Class in org.zkoss.zk.au
A request sent from the client to UiEngine.
AuRequest(Desktop, String, Command, String[]) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a request sent from a component.
AuRequest(Desktop, Command, String[]) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a general request sent from client.
AuResizeBy - Class in org.zkoss.zk.au
A response to ask the client to resize the desktop (aka., the browser window) relatively (in pixels).
AuResizeBy(int, int) - Constructor for class org.zkoss.zk.au.AuResizeBy
 
AuResizeTo - Class in org.zkoss.zk.au
A response to ask the client to resize the desktop (aka., the browser window) to specified size (in pixel).
AuResizeTo(int, int) - Constructor for class org.zkoss.zk.au.AuResizeTo
 
AuResponse - Class in org.zkoss.zk.au
A response sent from the server to the client via UiEngine.
AuResponse(String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, Component, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with one or zero data.
AuResponse(String, Component, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, Page, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, Page, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuScript - Class in org.zkoss.zk.au
A response to ask the client to execute the specified client scripts.
AuScript(Component, String) - Constructor for class org.zkoss.zk.au.AuScript
 
AuScrollBy - Class in org.zkoss.zk.au
A response to ask the client to scroll the desktop (aka., the browser window) relatively (in pixels).
AuScrollBy(int, int) - Constructor for class org.zkoss.zk.au.AuScrollBy
 
AuScrollTo - Class in org.zkoss.zk.au
A response to ask the client to scroll the desktop (aka., the browser window) to specified location (in pixel).
AuScrollTo(int, int) - Constructor for class org.zkoss.zk.au.AuScrollTo
 
AuSendRedirect - Class in org.zkoss.zk.au
A response to send a temporary redirect response to the client using the specified redirect location URL.
AuSendRedirect(String, String) - Constructor for class org.zkoss.zk.au.AuSendRedirect
 
AuSetAttribute - Class in org.zkoss.zk.au
A response to set the attribute of the specified component at the client.
AuSetAttribute(Component, String, String) - Constructor for class org.zkoss.zk.au.AuSetAttribute
 
AuSetTitle - Class in org.zkoss.zk.au
A response to ask the client to set the title (of window).
AuSetTitle(String) - Constructor for class org.zkoss.zk.au.AuSetTitle
 
AuSubmitForm - Class in org.zkoss.zk.au
A response to ask the client to submit the form with the specified ID, if any.
AuSubmitForm(String) - Constructor for class org.zkoss.zk.au.AuSubmitForm
 
AUTO_ID_NOT_ALLOWED_IN_PATH - Static variable in interface org.zkoss.zk.mesg.MZk
 
AUTO_ID_NOT_LOCATABLE - Static variable in interface org.zkoss.zk.mesg.MZk
 
AuWrongValue - Class in org.zkoss.zk.au
A response to tell the client a component's value is wrong.
AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.AuWrongValue
 

B

backupVariable(Map, Namespace, String) - Static method in class org.zkoss.zk.scripting.Namespaces
Backup the specfied variable, such that it can be restored with Namespaces.afterInterpret(java.util.Map, org.zkoss.zk.scripting.Namespace, boolean).
beforeExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
beforeExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
beforeInterpret(Map, Component, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Prepares builtin variable before calling Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.scripting.Namespace).
beforeInterpret(Map, Page, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Prepares builtin variable before calling Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.scripting.Namespace) or a method that might be implemented with zscript.
beforeInterpret(Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String).
beforeResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called just before the suspended event thread is resumed.
beforeSuspend(Component, Event, Object) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
Called before the event processing thread is suspended.
beforeUpdate(Desktop, List) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when an asynchronous updated is called (and not yet processed).
beforeUpdate(Desktop, List) - Method in class org.zkoss.zk.ui.util.Statistic
 
BookmarkChangedCommand - Class in org.zkoss.zk.au.impl
Used by AuRequest to implement a command to broadcast an BookmarkEvent event to all root components.
BookmarkChangedCommand(String, int) - Constructor for class org.zkoss.zk.au.impl.BookmarkChangedCommand
Contruct an event to denote that the bookmark is changed.
BookmarkEvent - Class in org.zkoss.zk.ui.event
The onBookmarkChanged event used to notify that user pressed BACK, FORWARD or specified URL directly that causes the bookmark is changed (but still in the same desktop).
BookmarkEvent(String, String) - Constructor for class org.zkoss.zk.ui.event.BookmarkEvent
 
BSHInterpreter - Class in org.zkoss.zk.scripting.bsh
The interpreter that uses BeanShell to interpret zscript codes.
BSHInterpreter() - Constructor for class org.zkoss.zk.scripting.bsh.BSHInterpreter
 

C

cease(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Stops the thread.
ceaseSilently(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Stops the thread silently.
ceaseSuspendedThread(EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
ceaseSuspendedThread(EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Ceases the specified event thread.
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Ceases the specified event thread.
Checkable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to check its state from the client.
CheckCommand - Class in org.zkoss.zk.au.impl
Used only by AuRequest to implement the CheckEvent relevant command.
CheckCommand(String, int) - Constructor for class org.zkoss.zk.au.impl.CheckCommand
 
CheckEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's check a state at the client.
CheckEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.CheckEvent
Constructs a check-relevant event.
ChildChangedAware - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if a component requires the z.chchg command, when any of its children and descendants are changed.
cleanup(Component, Event, List) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Cleans up the event processing thread.
cleanup(ServletRequest, Object) - Static method in class org.zkoss.zk.ui.http.I18Ns
 
cleanup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Cleanup this process after processing the event by calling EventProcessor.process().
cleanup(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopCleanup
called when a desktop is about to be destroyed.
cleanup(Execution, Execution, List) - Method in interface org.zkoss.zk.ui.util.ExecutionCleanup
called when an execution is about to be destroyed.
cleanup(Session) - Method in interface org.zkoss.zk.ui.util.SessionCleanup
called when a session is about to be destroyed.
cleanup(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppCleanup
called when a ZK application is about to be destroyed.
ClientInfoCommand - Class in org.zkoss.zk.au.impl
Used by AuRequest to implement a command to broadcast an ClientInfoEvent event to all root components.
ClientInfoCommand(String, int) - Constructor for class org.zkoss.zk.au.impl.ClientInfoCommand
 
ClientInfoEvent - Class in org.zkoss.zk.ui.event
The onClientInfo event is used to notify the client's information, such as time zone and screen resolutions.
ClientInfoEvent(String, int, int, int, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.ClientInfoEvent
Constructs an event to hold the client-info.
Clients - Class in org.zkoss.zk.ui.util
Utilities to send AuResponse to the client.
Clients() - Constructor for class org.zkoss.zk.ui.util.Clients
 
clone() - Method in class org.zkoss.zk.ui.AbstractComponent
 
clone() - Method in interface org.zkoss.zk.ui.Component
Clones the component.
clone() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
clone() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Clones this annotation map.
clone(LanguageDefinition, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this definition and assins with the specified language definition and name.
clone() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this component definition.
clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
 
clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Clones this info.
clone() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Clones this event handler map.
clone(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
Called when a component is cloned.
closeErrorBox(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Closes the error box at the browser belonging to the specified component, if any.
Command - Class in org.zkoss.zk.au
Represents a command of a request (AuRequest).
Command(String, int) - Constructor for class org.zkoss.zk.au.Command
 
CommandNotFoundException - Exception in org.zkoss.zk.au
Represents an update-relevant exception.
CommandNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(String) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException() - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
Commands - Class in org.zkoss.zk.au.impl
Utilities to implement Command.
Commands() - Constructor for class org.zkoss.zk.au.impl.Commands
 
complete(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Called in the serlvet thread to clean up.
Component - Interface in org.zkoss.zk.ui
A UI component.
COMPONENT_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes private to a component is searched.
ComponentCloneListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a component, when the component is cloned.
ComponentCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to Component that is used for implementation or tools.
ComponentDefinition - Interface in org.zkoss.zk.ui.metainfo
A component definition.
ComponentDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
An implementation of ComponentDefinition.
ComponentDefinitionImpl(LanguageDefinition, String, Class) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component, i.e., a component implemented by a Java class.
ComponentDefinitionImpl(LanguageDefinition, String, String, boolean) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a macro component, i.e., a component implemented by a macro.
ComponentDefinitionMap - Class in org.zkoss.zk.ui.metainfo
A map of component definitions.
ComponentDefinitionMap(boolean) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Constructor.
ComponentInfo - Class in org.zkoss.zk.ui.metainfo
Represents a componennt instance defined in a ZUML page.
ComponentInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
Constructs the information about how to create component.
ComponentInfo(NodeInfo, ComponentDefinition) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
Constructs the info about how to create a component.
ComponentNotFoundException - Exception in org.zkoss.zk.ui
Dentoes a component cannot be found.
ComponentNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException() - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
Components - Class in org.zkoss.zk.ui
Utilities to access Component.
Components() - Constructor for class org.zkoss.zk.ui.Components
 
ComponentsCtrl - Class in org.zkoss.zk.ui.sys
Utilities for implementing components.
ComponentsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ComponentsCtrl
 
ComponentSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a component, when the component is going to be serialized or has been deserialized.
Condition - Interface in org.zkoss.zk.ui.util
A condition to test with.
ConditionImpl - Class in org.zkoss.zk.ui.util
An implementation of Condition.
ConditionImpl(String, String) - Constructor for class org.zkoss.zk.ui.util.ConditionImpl
Construct.
ConfigParser - Class in org.zkoss.zk.ui.sys
Used to parse WEB-INF/zk.xml into Configuration.
ConfigParser() - Constructor for class org.zkoss.zk.ui.sys.ConfigParser
 
Configuration - Class in org.zkoss.zk.ui.util
The ZK configuration.
Configuration() - Constructor for class org.zkoss.zk.ui.util.Configuration
Contructor.
confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to confirm users whether to close the browser window.
contains(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether a variable is defined in this interpreter.
contains(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether a variable is defined in the interpreter's scope associated with the specified namespace.
contains(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the specified component exists.
containsVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Tests whether a variable defined in this interpreter.
containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Tests whether the variable is defined in this interpreter.
containsVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Returns whether the specified variable is defined.
containsVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists.
containsVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists by using the specified name as a reference to identify the interpreter's scope.
containsVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
containsVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
containsVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether the specified variable is defined.
containsVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
containsVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns whether the specified variable is defined.
convertToItems(AuRequest) - Static method in class org.zkoss.zk.au.impl.Commands
Converts the data of the specified request to a set of Component.
copy(Namespace) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
Copies all variables from the specified namespace.
createComponents(PageDefinition, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the specified page definition.
createComponents(String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the specified page definition.
createComponents(String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from a page file specified by an URI.
createComponents(String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components based on the specified page definition.
createComponents(String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(Execution, PageDefinition, Page, Component, Map) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl