A B C D E F G H I 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) - 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(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Activates a server-push thread.
activate(Desktop, long) - Static method in class org.zkoss.zk.ui.Executions
Activates a server-push thread with, or until a certain amount of real time has elapsed.
activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Activate the current thread (which must be a server-push thread).
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 type.
add(String, Class) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
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.
add(String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation definition.
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
 
addByCompoundValue(String) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds annotation by specifying the content in the compound format: annot-name(att1-name=att1-value, att2-name=att2-value).
addByRawValue(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation by specify the value in the raw format: att1-name=att1-value, att2-name = att2-value.
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
 
addClientErrorReload(int, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the URI to redirect to, when ZK Client Engine receives an error.
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.
addDateHeader(String, long) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addDateHeader(String, long) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a response header with the given name and date-value.
addDeclaredNamespace(Namespace) - Method in interface org.zkoss.zk.ui.ext.Native
Adds a declared namespace.
addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a declared namespace.
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.
addDisabledThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Enables or disables the default theme of the specified language.
addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute each time before evaluating zscript.
addEpilogChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addErrorPage(Class, String) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 2.4.1, replaced by Configuration.addErrorPage(String, Class, String)
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, ConditionImpl) - 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.
addEventInterceptor(EventInterceptor) - Method in interface org.zkoss.zk.ui.Desktop
Adds an event interceptor to this desktop.
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Adds an event interceptor.
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.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.
addExpressionImport(String, Class) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds an imported class to the expression factory.
addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
Associates an extension to a language.
addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Associates an extension to a language.
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.
addForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component.
addForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component, specified with a path.
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.
addHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addHeader(String, String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a responseheader with the given name and value.
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 based on an URI.
addMold(String, ComponentRenderer) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a mold based on ComponentRenderer.
addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMold(String, ComponentRenderer) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMoved(Component, Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Called when this component is moved from the specified parent and/or page to the new page.
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.
addPrologChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(TextInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a text as a prolog child.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String, ConditionImpl) - 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
 
addRequestId(String) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addRequestId(String) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a request ID that uniquely identifies a request.
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.
addXelMethod(String, String, Function) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a XEL method.
AfterCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
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.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).
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event)
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor).
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called after processing an event.
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.
AnnotationHelper - Class in org.zkoss.zk.ui.metainfo.impl
A helper class used to parse annotations.
AnnotationHelper() - Constructor for class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
 
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.AbstractComponent
Appends an attribute for the specified event name, say, onChange, if a non-deferrable listener is registered.
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(TextInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a Sting 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.
appendText(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Appends the text.
appendText(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
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.
applyAnnotations(ComponentInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified instance definition.
applyAnnotations(Component, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified component.
applyForward(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Applies the forward condition to the specified component.
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) - 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(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Assigns the value of this memeber to the specified component.
ATTR_REDRAW_BY_INCLUDE - Static variable in interface org.zkoss.zk.ui.sys.PageCtrl
The execution attribute used to control PageCtrl.redraw(java.util.Collection, java.io.Writer) to use include instead of forward to redraw the page
Attributes - Class in org.zkoss.zk.ui.impl
Attributes of desktops, pages and components that are 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(EvaluatorRef, Map, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
 
AuAlert - Class in org.zkoss.zk.au.out
A response to ask client to show an alert.
AuAlert(String) - Constructor for class org.zkoss.zk.au.out.AuAlert
 
AuAppendChild - Class in org.zkoss.zk.au.out
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.out.AuAppendChild
 
AuAppendChild(Page, String) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
 
AuBookmark - Class in org.zkoss.zk.au.out
A response to ask the client to bookmark the desktop.
AuBookmark(String) - Constructor for class org.zkoss.zk.au.out.AuBookmark
 
AuClientInfo - Class in org.zkoss.zk.au.out
A response to ask the browser to send back its information.
AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Contructs a client-info response with the specified desktop.
AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response for all desktops of the same browser window.
AuCloseErrorBox - Class in org.zkoss.zk.au.out
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.out.AuCloseErrorBox
 
AuConfirmClose - Class in org.zkoss.zk.au.out
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.out.AuConfirmClose
 
AuDownload - Class in org.zkoss.zk.au.out
A response to ask the client to download the specified URI.
AuDownload(String) - Constructor for class org.zkoss.zk.au.out.AuDownload
 
AuEcho - Class in org.zkoss.zk.au.out
A response to ask client to send a dummy request back to the server.
AuEcho(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
Contructs an echo response with the specified desktop.
AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
Contructs an echo response for each desktop in the same browser window
AuFocus - Class in org.zkoss.zk.au.out
A response to set focus to the specified component at the client.
AuFocus(Component) - Constructor for class org.zkoss.zk.au.out.AuFocus
 
AuInsertAfter - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML after the specified component at the client.
AuInsertAfter(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInsertAfter
 
AuInsertBefore - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML before the specified component at the client.
AuInsertBefore(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInsertBefore
 
AuInvoke - Class in org.zkoss.zk.au.out
A response to ask the client to execute the specified client function.
AuInvoke(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with one argument, the component itself.
AuInvoke(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with two arguments, the component itself and arg.
AuInvoke(Component, String, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with three arguments, the component itself, arg1 and arg2.
AuInvoke(Component, String, String, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with four arguments, the component itself, arg1, arg2 and arg3.
AuMoveBy - Class in org.zkoss.zk.au.out
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.out.AuMoveBy
 
AuMoveTo - Class in org.zkoss.zk.au.out
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.out.AuMoveTo
 
AuObsolete - Class in org.zkoss.zk.au.out
A response to denote the desktop might become obsolte.
AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.out.AuObsolete
 
AuPrint - Class in org.zkoss.zk.au.out
A response to ask the client to print the desktop (aka., the browser window).
AuPrint() - Constructor for class org.zkoss.zk.au.out.AuPrint
 
AuRemove - Class in org.zkoss.zk.au.out
A response to remove the specified component at the client.
AuRemove(Component) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRemove(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
Removes a component by its UUID.
AuRemoveAttribute - Class in org.zkoss.zk.au.out
A resonse to remove the attribute of the specified component at the client.
AuRemoveAttribute(Component, String) - Constructor for class org.zkoss.zk.au.out.AuRemoveAttribute
 
AuReplace - Class in org.zkoss.zk.au.out
A response to ask client to replaces the content of the specified component.
AuReplace(Component, String) - Constructor for class org.zkoss.zk.au.out.AuReplace
 
AuReplace(Page, String) - Constructor for class org.zkoss.zk.au.out.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.out
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.out.AuResizeBy
 
AuResizeTo - Class in org.zkoss.zk.au.out
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.out.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
Deprecated. As of release 3.0.0, replaced by AuScript
AuScript(Component, String) - Constructor for class org.zkoss.zk.au.AuScript
Deprecated.  
AuScript - Class in org.zkoss.zk.au.out
A response to ask the client to execute the specified client scripts.
AuScript(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
 
AuScrollBy - Class in org.zkoss.zk.au.out
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.out.AuScrollBy
 
AuScrollTo - Class in org.zkoss.zk.au.out
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.out.AuScrollTo
 
AuSendRedirect - Class in org.zkoss.zk.au.out
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.out.AuSendRedirect
 
AuSetAttribute - Class in org.zkoss.zk.au.out
A response to set the attribute of the specified component at the client.
AuSetAttribute(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
 
AuSetTitle - Class in org.zkoss.zk.au.out
A response to ask the client to set the title (of window).
AuSetTitle(String) - Constructor for class org.zkoss.zk.au.out.AuSetTitle
 
AuSubmitForm - Class in org.zkoss.zk.au.out
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.out.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.out
A response to tell the client a component's value is wrong.
AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.out.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.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).
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor).
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before posting an event (with Events.postEvent(org.zkoss.zk.ui.event.Event)).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before processing an event.
beforeResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called just before the suspended event thread is resumed.
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor).
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before sending an event (with Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)).
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.in
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.in.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 others that causes the bookmark 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

carryOver() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Carry over the info stored in the constructor to the current thread.
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.
CharsetFinder - Interface in org.zkoss.zk.ui.util
Represents a class that decides the character set based on the content type and the real content.
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.in
Used only by AuRequest to implement the CheckEvent relevant command.
CheckCommand(String, int) - Constructor for class org.zkoss.zk.au.in.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() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Cleans up the info carried from onPiggyback to the current thread.
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.
clear() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Clears the annotations defined in this helper.
clearRequestIds() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
clearRequestIds() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Clears all request IDs that were added by RequestQueue.addRequestId(java.lang.String).
ClientInfoCommand - Class in org.zkoss.zk.au.in
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.in.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.impl.EventInterceptors
 
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() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
clone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
Called when a component is cloned.
close() - Method in class org.zkoss.zk.ui.render.SmartWriter
 
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
Deprecated. As of release 3.0.0, replaced with by Commands.
Commands() - Constructor for class org.zkoss.zk.au.impl.Commands
Deprecated.  
Commands - Class in org.zkoss.zk.au.in
Utilities to implement Command.
Commands() - Constructor for class org.zkoss.zk.au.in.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, PageDefinition, 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.
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 that is not a dynamic tag.
ComponentInfo() - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
This constructor is used only for Externalizable.
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
 
ComponentRenderer - Interface in org.zkoss.zk.ui.render
A component renderer is used to render a component.
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.
componentToPath(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Converts a component to a path (relavant to another component).
Composer - Interface in org.zkoss.zk.ui.util
Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt - Interface in org.zkoss.zk.ui.util
An addition interface implemented with Composer to provide more control.
Condition - Interface in org.zkoss.zk.ui.util
A condition to test with.
ConditionImpl - Class in org.zkoss.zk.ui.util
An utility to simplify the 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.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.in.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
 
createComponents(Execution, PageDefinition, Page, Component, Map) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components from the specified page and definition.
createComponentsDirectly(String, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content read from the specified reader.
createComponentsDirectly(String, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a string.
createComponentsDirectly(Document, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
CreateEvent - Class in org.zkoss.zk.ui.event
Used to notify a window that all its children are created and initialized.
CreateEvent(String, Component, Map) - Constructor for class org.zkoss.zk.ui.event.CreateEvent
 
Cropper - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if not all of the children of a component are available at the client.
CTRL_GROUP - Static variable in class org.zkoss.zk.au.Command
Whether this command belongs to the control group.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Ctrl key is pressed.

D

deactivate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Deactivates a server-push thread.
deactivate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
deactivate() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Deactvates the current thread (which must be a server-push thread).
deactivate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Deactivates an execution, such that other threads could activate and access components.
Deferrable - Interface in org.zkoss.zk.ui.event
Used to decorate EventListener to denote whether the event for the listener can be deferred.
DefinitionLoaders - Class in org.zkoss.zk.ui.metainfo
Utilities to load language definitions.
DefinitionLoaders() - Constructor for class org.zkoss.zk.ui.metainfo.DefinitionLoaders
 
DefinitionNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Dentoes a definition cannot be found.
DefinitionNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DELETE - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
Desktop - Interface in org.zkoss.zk.ui
Represents a desktop.
DESKTOP_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 same desktop.
DESKTOP_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 same desktop.
DesktopCache - Interface in org.zkoss.zk.ui.sys
The cache used to store desktops.
DesktopCacheProvider - Interface in org.zkoss.zk.ui.sys
Used to retrieve a desktop cache (DesktopCache).
DesktopCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a desktop.
desktopCreated(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is created.
desktopCreated(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to Desktop for implementation.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called when a desktop is being removed.
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is being destroyed.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopImpl - Class in org.zkoss.zk.ui.impl
The implementation of Desktop.
DesktopImpl(WebApp, String, String, String) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
 
DesktopInit - Interface in org.zkoss.zk.ui.util
Used to initialize a desktop when it is created.
DesktopSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.
DesktopUnavailableException - Exception in org.zkoss.zk.ui
Denotes the desktop being accessed is no longer available.
DesktopUnavailableException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(String) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException() - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
destroy() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
destroy() - Method in interface org.zkoss.zk.scripting.Interpreter
Called when the interpreter is about to be destroyed.
destroy() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Reset the owner (GenericInterpreter.getOwner()) to null.
destroy() - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
destroy() - Method in class org.zkoss.zk.ui.http.WebManager
 
destroy() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
destroy() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
destroy() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
destroy() - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the desktop is about to be destroyed.
destroy() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Called when this page is about to be detroyed.
destroy() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Destroys this Web applicaiton.
detach() - Method in class org.zkoss.zk.ui.AbstractComponent
 
detach() - Method in interface org.zkoss.zk.ui.Component
Detaches this component such that it won't belong to any page.
detroyRichlets() - Method in class org.zkoss.zk.ui.util.Configuration
Destroyes all richlets.
Device - Interface in org.zkoss.zk.device
Represents a client device.
DeviceConfig - Interface in org.zkoss.zk.device
Used to initialize a device (Device).
DeviceNotFoundException - Exception in org.zkoss.zk.device
Denotes the interpreter of the requested device type is not found.
DeviceNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
Devices - Class in org.zkoss.zk.device
A manager of devices (Device).
DHtmlLayoutFilter - Class in org.zkoss.zk.ui.http
Used to post-process the response into a ZK page.
DHtmlLayoutFilter() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
DHtmlLayoutPortlet - Class in org.zkoss.zk.ui.http
The portlet used to process the request for a ZUML page.
DHtmlLayoutPortlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DHtmlLayoutServlet - Class in org.zkoss.zk.ui.http
Used to process the request for a ZUML page.
DHtmlLayoutServlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
DHtmlUpdateServlet - Class in org.zkoss.zk.au.http
Used to receive command from the server and send result back to client.
DHtmlUpdateServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
didActivate(WebManager) - Method in interface org.zkoss.zk.ui.http.WebManagerActivationListener
Called after WebManager is created.
didDeserialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component has de-serialized this object back.
didDeserialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop has de-serialized this object back.
didDeserialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page has de-serialized this object back.
didDeserialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session has de-serialized this object back.
doAfterCompose(Page) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doAfterCompose(Component) - Method in interface org.zkoss.zk.ui.util.Composer
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
doAfterCompose(Page) - Method in interface org.zkoss.zk.ui.util.Initiator
Called after all components are created (aka., composed), and before any event is processed.
doAfterCompose(Page, Component[]) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called after all components are created (aka., composed), and before any event is processed.
doBeforeCompose(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes before composing a component.
doBeforeComposeChildren(Component) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes after the component is instantiated and initialized, but before composing any child.
doCatch(Throwable) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called when an exception occurs when composing the component.
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.Initiator
Called when an exception occurs during the evaluation of the page.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
doFinally() - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doFinally() - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called after the component has been composed completely.
doFinally() - Method in interface org.zkoss.zk.ui.util.Initiator
Do the cleanup after the page has been evaluated.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doInit(Page, Object[]) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a list of all Initiator and invokes its Initiator.doInit(org.zkoss.zk.ui.Page, java.lang.Object[]) before returning.
doInit(Page, Object[]) - Method in interface org.zkoss.zk.ui.util.Initiator
Does the initializes before the page is evaluated.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doResume() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Resumes this thread and returns only if the execution (being suspended by EventProcessingThreadImpl.doSuspend(java.lang.Object)) completes.
doSuspend(Object) - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Suspends the current thread and Waits until EventProcessingThreadImpl.doResume() is called.
doView(RenderRequest, RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
DropCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the DropEvent relevant command.
DropCommand(String, int) - Constructor for class org.zkoss.zk.au.in.DropCommand
 
DropEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's dragging and dropping a component.
DropEvent(String, Component, Component, int, int, int) - Constructor for class org.zkoss.zk.ui.event.DropEvent
Constructs a drop event.
DUMMY - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
Represents a dummy definition.
DummyCommand - Class in org.zkoss.zk.au.in
A dummy command that does nothing but triggers an execution to prcess all pending request, if any.
DummyCommand(String, int) - Constructor for class org.zkoss.zk.au.in.DummyCommand
 
DynamicMedia - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component might have viewable parts other than HTML (WML, XAML or any client language).
DynamicPropertied - Interface in org.zkoss.zk.ui.ext
Represents a component that supports a range of properties.
DynamicTag - Interface in org.zkoss.zk.ui.ext
Represents a component is used to represent a broad range of tags.

E

enableDisableBehindModal(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to disable the components that don't belong to the active modal window.
enableEventThread(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use the event processing thread.
enableServerPush(boolean) - Method in interface org.zkoss.zk.ui.Desktop
Enables or disables the server-push feature.
enableServerPush(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Enables the server-push feature with the specified server-push controller.
encodeURL(String) - Method in interface org.zkoss.zk.ui.Execution
Encodes an URL.
encodeURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes an URL.
encodeURL(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
END - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
endWithRequest() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
endWithRequest() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Called when ending the processing of the request queue.
equals(Object) - Method in class org.zkoss.zk.au.AuRequest
 
equals(Object) - Method in class org.zkoss.zk.au.AuResponse
 
equals(Object) - Method in class org.zkoss.zk.au.Command
 
equals(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
equals(Object) - Method in class org.zkoss.zk.ui.Path
 
equals(Object) - Method in class org.zkoss.zk.xel.ExValue
 
Errorable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if users might enter a wrong value for a component.
ErrorCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ErrorEvent relevant command.
ErrorCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ErrorCommand
 
ErrorEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's entering a wrong data or clearing the last wrong data.
ErrorEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.ErrorEvent
Constructs an error-relevant event.
evalJavaScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to evaluate the specified JavaScript.
evalProperties(Map, Page, Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Evaluates and retrieves properties to the specified map.
evalProperties(Map, Page, Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Evaluates and retrieves properties to the specified map from ComponentDefinition (and ComponentInfo).
evalProperties(Map, Page, Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
evaluate(Component, String, Class) - Method in interface org.zkoss.zk.ui.Execution
Evluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the page of the specified component.
evaluate(Page, String, Class) - Method in interface org.zkoss.zk.ui.Execution
Evluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the specified page.
evaluate(Component, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evluates the specified expression by use of the current context (Executions.getCurrent()).
evaluate(Page, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evluates the specified expression with the resolver of the current execution (Executions.getCurrent()).
evaluate(Component, String, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, String, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Component, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Page, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(Component, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
Evaluator - Interface in org.zkoss.zk.xel
A ZK specific expression builder that is based on XEL.
EvaluatorRef - Interface in org.zkoss.zk.xel.impl
A reference to Evaluator.
Event - Class in org.zkoss.zk.ui.event
An event sent to the event handler of a component.
Event(String, Component) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
Event(String, Component, Object) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
EventHandler - Class in org.zkoss.zk.ui.metainfo
An event handler of a component definition (ComponentDefinition).
EventHandler(ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandler(EvaluatorRef, ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandlerMap - Class in org.zkoss.zk.ui.metainfo
A map of instances of EventHandler.
EventHandlerMap() - Constructor for class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
EventInterceptor - Interface in org.zkoss.zk.ui.util
The event interceptor used to intercept the processing of events.
EventInterceptors - Class in org.zkoss.zk.ui.impl
Utilities used to handle EventInterceptor.
EventInterceptors() - Constructor for class org.zkoss.zk.ui.impl.EventInterceptors
 
EventListener - Interface in org.zkoss.zk.ui.event
An listener that will be notified when an event occurs, if it is registered to Component.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener).
EventProcessingThread - Interface in org.zkoss.zk.ui.sys
Represents an event processing thread.
EventProcessingThreadImpl - Class in org.zkoss.zk.ui.impl
Thread to handle events.
EventProcessingThreadImpl() - Constructor for class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
EventProcessor - Class in org.zkoss.zk.ui.impl
A utility class that simplify the implementation of EventProcessingThread.
EventProcessor(Desktop, Component, Event) - Constructor for class org.zkoss.zk.ui.impl.EventProcessor
 
Events - Class in org.zkoss.zk.ui.event
Utilities to handle events.
EventThreadCleanup - Interface in org.zkoss.zk.ui.event
Used to clean the event processing thread.
EventThreadInit - Interface in org.zkoss.zk.ui.event
Used to initialize the event processing thread.
EventThreadResume - Interface in org.zkoss.zk.ui.event
Used to listen after the event processing thread is resumed.
EventThreadSuspend - Interface in org.zkoss.zk.ui.event
Used to listen when the event processing thread is going to suspend.
exec(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Executes the specified script.
execNewPage(Execution, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components specified in the given page definition.
execNewPage(Execution, Richlet, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invoke Richlet.service(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.
execNewPage0(Execution, PageDefinition, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
It assumes exactly one of pagedef and richlet is not null.
execRecover(Execution, FailoverManager) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execRecover(Execution, FailoverManager) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes the recovering.
execUpdate(Execution, List, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execUpdate(Execution, List, String, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execUpdate(Execution, List, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executs an asynchronous update to a component (or page).
execUpdate(Execution, List, String, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executs an asynchronous update to a component (or page).
execute() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
execute() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
execute() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called to process this aborting reason.
Execution - Interface in org.zkoss.zk.ui
An execution of a client request (e.g., ServletRequest).
ExecutionCarryOver - Class in org.zkoss.zk.ui.impl
A utility to carry over the execution to a server-push thread.
ExecutionCarryOver(Desktop) - Constructor for class org.zkoss.zk.ui.impl.ExecutionCarryOver
 
ExecutionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up an execution.
ExecutionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface to Execution for implementation.
ExecutionImpl - Class in org.zkoss.zk.ui.http
An Execution implementation for HTTP request and response.
ExecutionImpl(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Page) - Constructor for class org.zkoss.zk.ui.http.ExecutionImpl
Constructs an execution for HTTP request.
ExecutionInit - Interface in org.zkoss.zk.ui.util
Used to initialize an execution when it is created.
ExecutionResolver - Class in org.zkoss.zk.xel.impl
A variable resolver that is based on the specified execution.
ExecutionResolver(Execution, VariableResolver) - Constructor for class org.zkoss.zk.xel.impl.ExecutionResolver
Constructs a resolver with a parent and a page.
Executions - Class in org.zkoss.zk.ui
Utilities to access Execution.
Executions() - Constructor for class org.zkoss.zk.ui.Executions
 
ExecutionsCtrl - Class in org.zkoss.zk.ui.sys
Additional utilities for Execution.
ExecutionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ExecutionsCtrl
 
exists(String) - Static method in class org.zkoss.zk.device.Devices
Tests whether the device for the specified type exists.
exists(String) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether the interpreter for the specified language name exists.
exists(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified language exists.
Express - Interface in org.zkoss.zk.ui.event
Decorates an event listener (EventListener) shall be invoked before other event listeners, including the onXxx member declared in the ZUML pages.
ExValue - Class in org.zkoss.zk.xel
A string value that might carries an expression.
ExValue(String, Class) - Constructor for class org.zkoss.zk.xel.ExValue
Constructor.

F

F1 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F10 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F11 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F12 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F2 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F3 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F4 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F5 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F6 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F7 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F8 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F9 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
FailoverManager - Interface in org.zkoss.zk.ui.sys
Represents a class that is able to handle fail-over in the application specific way.
Floating - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component is floating (aka., absolute position).
flush() - Method in class org.zkoss.zk.ui.render.SmartWriter
 
focus() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
ForEach - Interface in org.zkoss.zk.ui.util
Used to denote a collection of elements.
ForEachImpl - Class in org.zkoss.zk.ui.util
An implementation of ForEach.
ForEachImpl(EvaluatorRef, Component, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachStatus - Interface in org.zkoss.zk.ui.util
Represents the runtime information of each iteration caused by ForEach.
forward(Writer, String, Map, int) - Method in interface org.zkoss.zk.ui.Execution
Forwards to another page.
forward(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of forward(null, page, null, 0).
forward(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().forward(page).
forward(Writer, String, Map, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
forward(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
ForwardEvent - Class in org.zkoss.zk.ui.event
Represents the event forwarded by the forward condition.
ForwardEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a foward event.

G

GenericCommand - Class in org.zkoss.zk.au.impl
Deprecated. As of release 3.0.0, replaced by GenericCommand
GenericCommand(String, int) - Constructor for class org.zkoss.zk.au.impl.GenericCommand
Deprecated.  
GenericCommand(String, int, boolean) - Constructor for class org.zkoss.zk.au.impl.GenericCommand
Deprecated.  
GenericCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement generic command that does nothing but posting an Event.
GenericCommand(String, int) - Constructor for class org.zkoss.zk.au.in.GenericCommand
 
GenericCommand(String, int, boolean) - Constructor for class org.zkoss.zk.au.in.GenericCommand
 
GenericDevice - Class in org.zkoss.zk.device
A skeletal implementation of Device.
GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
 
GenericInterpreter - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing a interpreter (Interpreter) that support Namespace.
GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
 
GenericRichlet - Class in org.zkoss.zk.ui
Defines a genric richlet.
GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
 
get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter.
get(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter's scope associated with the giving namespace.
get(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified name, or null if not not found.
get(Class) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified class, or null if not found.
get(Component, String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns the first effective event handler of the specified event name, or null if not available.
get(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Deprecated. As of release 3.0.0, replaced by getAll(evtnm)[0]. See also EventHandlerMap.get(Component, String) or EventHandlerMap.getAll(java.lang.String)
getActiveDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active desktops.
getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active sessions.
getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active asynchronous updates.
getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly list of all event handlers associated with the specified event name, or null if no handler is associated with.
getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all language definitions regardless of the device type.
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the name (String) of properties that are associated at least one annotation (never null).
getAnnotatedProperties() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the name (String) of properties that are associated at least one annotation (never null).
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the names (String) of the properties that are associated with the specified annotation (never null).
getAnnotatedPropertiesBy(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the names (String) of the properties that are associated with the specified annotation (never null).
getAnnotation(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the component definition, or null if not available.
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the definition of the specified property, or null if not available.
getAnnotation(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotation associated with the component, or null if not available.
getAnnotation(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotation associated with the definition of the specified property, or null if not available.
getAnnotationMap() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the annotation map defined in this definition, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the annotation map defined in this info, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getAnnotations() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the component definition (never null).
getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the definition of the specified property (never null).
getAnnotations() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations associated with this component (never null).
getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations associated with the specified property (never null).
getAnonymousId() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Deprecated. As of release 2.4.1, replaced by ComponentsCtrl.ANONYMOUS_ID
getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the apply attribute that is the class that implements Composer, an instance of it or null.
getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAppName() - Method in interface org.zkoss.zk.ui.WebApp
Returns the application name, never null.
getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
Not appliable to DropEvent.
getArea() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the logical name of the area that the click occurs, or null if not available.
getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
Returns arg (Execution.getArg()) when the component is created.
getArg() - Method in interface org.zkoss.zk.ui.Execution
Returns the parameters (aka., arg) if Execution.pushArg(java.util.Map) is called recently, or an empty map if not available.
getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getArguments(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Returns the arguments array (by evaluating EL if necessary).
getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Returns the value of the specified custom attribute in the specified scope, or null if not defined.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the value of the specified custom attribute associated with the desktop.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified request attribute.
getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the attribute of the given name, or null if not found.
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified custom attribute in the specified scope.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified attribute associated with this page.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Returns the value of the specified custom attribute.
getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the specified custom attribute.
getAttributes(int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes(int) - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
Returns all custom attributes associated with this desktop.
getAttributes() - Method in interface org.zkoss.zk.ui.Execution
Returns a map of request attributes associated with this session.
getAttributes() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttributes(StringBuffer, Map, Collection) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
Generates the attributes for the specified properties and namespaces.
getAttributes(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the map of attributes (String name, String value) (never null).
getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes associated with this page.
getAttributes() - Method in interface org.zkoss.zk.ui.Session
Returns a map of custom attributes associated with this session.
getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
Returns a map of custom attributes associated with this object.
getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns a set of child components that are available at the client, or null if ALL available.
getAverageDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of desktops being created in an hour.
getAverageSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of sessions being created in an hour.
getAverageUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of asynchronous updates being created in an hour.
getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).
getBookmark() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current bookmark (never null).
getBookmark() - Method in class org.zkoss.zk.ui.event.BookmarkEvent
Returns the bookmark name (never null).
getBookmark() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of language definitions belong to the specified device type.
getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition by specifying an extension.
getCacheable() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getCacheable() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the client can cache the rendered result, or null to use the device default.
getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns if the client can cache the rendered result, or null to use the device default.
getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns if the client can cache the rendered result, or null to use the device default.
getCharset(String, InputStream) - Method in interface org.zkoss.zk.ui.util.CharsetFinder
Returns the character set for the specified content type, or null if it is unable to determine one.
getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getChildren() - Method in interface org.zkoss.zk.ui.Component
Returns a live list of children.
getChildren() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns a list of children.
getClass(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getClass(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the class defined in this interpreter, or null if not found.
getClass(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving class is not supported.
getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the handler to retrieve resource from class path, under /web.
getClientAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getClientAddr() - Method in interface org.zkoss.zk.ui.Session
Returns the Internet Protocol (IP) address of the client that creates this session.
getClientErrorReload(int) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the URI that is associated with the specified error code, or null if no URI is associated.
getClientErrorReloadCodes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly array of all error codes that are associated with URI to redirect to.
getClientHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getClientHost() - Method in interface org.zkoss.zk.ui.Session
Returns the fully qualified name of the client that creates this session.
getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the maximum number of colors the client's screen supports.
getCommand(String) - Static method in class org.zkoss.zk.au.AuRequest
Returns the command of the specified name.
getCommand() - Method in class org.zkoss.zk.au.AuRequest
Returns the command; never null.
getCommand() - Method in class org.zkoss.zk.au.AuResponse
Returns the command of this response (never null).
getComponent() - Method in class org.zkoss.zk.au.AuRequest
Returns the component that this request is applied for, or null if it applies to the whole page or a general request.
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the component.
getComponent() - Method in class org.zkoss.zk.ui.Path
Returns the component with this path, or null if no such component.
getComponent(String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path, or null if no such component.
getComponent(IdSpace, String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path which is related to the specified ID space, or null if no such component.
getComponent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the component being processed by this thread, or null if idle.
getComponent() - Method in exception org.zkoss.zk.ui.WrongValueException
Returns the component that causes this exception, or null.
getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()).
getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()), or null if not found.
getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the component definition, or null if it is PageDefinition.
getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name.
getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified class, or null if not found.
getComponentDefinition(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified class, or null if not found.
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the map of components defined in this language (never null).
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the map of component definition (never null).
getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
Returns the map of component definitions (never null).
getComponents() - Method in interface org.zkoss.zk.ui.Desktop
Returns all components contained in this desktop.
getComponents() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentUuid() - Method in class org.zkoss.zk.au.AuRequest
Returns the UUID.
getComposer(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the composer for this info, or null if not available.
getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
Returns the configuration.
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the content of zscript.
getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns text/html;charset=UTF-8
getContentType() - Method in interface org.zkoss.zk.device.Device
Returns the default content type (never null).
getContentType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content type (after evaluation), or null to use the device default.
getContentType() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content type, or null to use the device default.
getContentType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the content type, or null to use the device default.
getContextPath() - Method in interface org.zkoss.zk.ui.Execution
Returns the portion of the request URI that indicates the context of the current execution.
getContextPath() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getCurrent(Page) - Static method in class org.zkoss.zk.scripting.Namespaces
Returns the current namespace.
getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the current namespace, or null if no namespace is allowed.
getCurrent() - Static method in class org.zkoss.zk.ui.Executions
Returns the current execution.
getCurrent() - Static method in class org.zkoss.zk.ui.Sessions
Returns the session for the current thread.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Returns the current ExecutionCtrl.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the current SessionCtrl.
getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current directory (never null).
getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Returns the current directory which is used to convert a relative URI to absolute, or null if not available.
getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the current component info ComponentInfo, definition (ComponentDefinition or null, which is used only by UiEngine to communicate with AbstractComponent.
getCurrentOut() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the current writer to generate the output.
getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page.
getCurrentPageDefinition() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPageDefinition() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page definition, which is pushed when evaluating a page (from a page definition).
getData() - Method in class org.zkoss.zk.au.AuRequest
Returns the data of the command, might be null.
getData() - Method in class org.zkoss.zk.au.AuResponse
Returns the associated data of this response (might be null).
getData() - Method in class org.zkoss.zk.ui.event.Event
Returns the data accompanies with this event, or null if not available.
getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
Returns a readonly list of the declared namespaces (Namespace), or empty if no declared namespace.
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the declared namespaces (never null).
getDefaultParent() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDefaultParent() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the default parent, or null if no such parent.
getDefinition() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDefinition() - Method in interface org.zkoss.zk.ui.Component
Returns the component definition of this component (never null).
getDepends() - Method in class org.zkoss.zk.au.AuResponse
Returns the component or page that this response depends on.
getDesktop() - Method in class org.zkoss.zk.au.AuRequest
Returns the desktop; never null.
getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDesktop() - Method in interface org.zkoss.zk.ui.Component
Returns the desktop of this component, or null if this component doesn't belong to any desktop.
getDesktop() - Method in interface org.zkoss.zk.ui.Execution
Returns the desktop for this execution.
getDesktop(Session, ServletRequest, ServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
Returns the desktop of the specified request, or null if not found and autocreate is false.
getDesktop(Session, ServletRequest, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
Deprecated. As of release 3.0.0, replaced by WebManager.getDesktop(Session,ServletRequest,ServletResponse,String,boolean).
getDesktop() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the desktop.
getDesktop() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktop() - Method in interface org.zkoss.zk.ui.Page
Returns the desktop that this page belongs to.
getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID.
getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the desktop, or null if not created yet.
getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Returns a desktop cache of the specified session.
getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns the desktop cache, or null if not available.
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache.
getDesktopCacheProvider() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCacheProvider() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache provider.
getDesktopCacheProviderClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the UI engine, or null if default is used.
getDesktopHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's desktop.
getDesktopIfAny(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktopIfAny(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID, or null if not found.
getDesktopMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the desktop.
getDesktopURI() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Return the URI to render a full page (which might be an expression).
getDesktopWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's desktop.
getDesktopXOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current horizontal pixel location of the top-left corner of the document in the window.
getDesktopYOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current vertical pixel location of the top-left corner of the document in the window.
getDevice(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified desktop type.
getDevice() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device that is associated with this desktop.
getDevice() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceType() - Method in exception org.zkoss.zk.device.DeviceNotFoundException
Returns the device type that is not found.
getDeviceType() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device type that this desktop belongs to.
getDeviceType() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDeviceType() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceType() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the device type that this definition belongs to.
getDeviceType() - Method in interface org.zkoss.zk.ui.Session
Returns the device type that this session belongs to.
getDeviceTypes() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all device types.
getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a set of the theme URIs that are disabled (never null).
getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns <!
getDocType() - Method in interface org.zkoss.zk.device.Device
Returns the default doc type, or null if no doc type at all.
getDocType() - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate not to generate <!
getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the doc type (<!
getDocType() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the doc type (<!
getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the doc type (<!
getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the media that is associated with Desktop.getDownloadMediaURI(org.zkoss.util.media.Media, java.lang.String), or null if not found.
getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a media that is used to download to the client.
getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDraggable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier of a draggable type of objects, or "false" if not draggable (never null or empty).
getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
Returns the component being dragged and drop to Event.getTarget().
getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier of a droppable type of objects, or "false" if not droppable (never null or empty).
getDynamicMediaURI(Component, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a dynamic generated media associated with a component.
getDynamicMediaURI(Component, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns the property value of the specified name.
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDynamicTagDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component defintion of the dynamic tag, or null if this language doesn't support the dynamic tag.
getEach() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the object of this iteration.
getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the each-time scripts of the specified language, or null if no scripts.
getELVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
Deprecated. As of release of 3.0.0, replaced with PageImpl.getXelVariable(java.lang.String).
getELVariable(String) - Method in interface org.zkoss.zk.ui.Page
Deprecated. As of release 3.0.0, replaced by Page.getXelVariable(java.lang.String).
getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's end position.
getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration ends at, or null if not specified (and the last element is assumed).
getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the epilog children (NativeInfo).
getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the epilog content.
getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getErrorPage(Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 2.4.1, replaced by Configuration.getErrorPage(String, Throwable).
getErrorPage(String, Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the error page that matches the specified error, or null if not found.
getEscapeXML() - Method in class org.zkoss.zk.ui.render.Out
Returns whether to escape XML.
getEvaluator(Page, Class) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator (never null).
getEvaluator(Component, Class) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator of the current execution.
getEvaluator(Page, Class) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Component, Class) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Page, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator(Component, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator based on this language definition (never null).
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the evaluator based on this page definition (never null).
getEvaluator() - Method in interface org.zkoss.zk.xel.impl.EvaluatorRef
Returns the real evaluator.
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the evaluator reference (never null).
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the event.
getEvent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the event being processed by this thread, or null if idle.
getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the event handler of the specified name, or null if not found.
getEventMethod(Class, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the method for handling the specified event, or null if not available.
getExecution() - Method in interface org.zkoss.zk.ui.Desktop
Returns the execution, or null if this desktop is not under seving any execution (aka., not locked).
getExecution() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getExecution() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns the execution that this visualizer is associated with.
getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
Returns the expected type.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the implementation of the expression factory that is used by the whole system, or null if the sytem default is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the implementation class of the expression factory, or null to use the default.
getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the readonly list of extensions that this language definition is associated with (never null).
getExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the extra controls that tell ZK how to handle this component specially.
getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the extra controls that tell ZK how to handle this component specially.
getFailoverManager() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getFailoverManager() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the failover manager, or null if not available.
getFailoverManagerClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the failover manger, or null if no custom failover mechanism.
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space.
getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in the same ID space.
getFellow(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space, or null if not found.
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in the same ID space, or null if not found.
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFirstChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFirstChild() - Method in interface org.zkoss.zk.ui.Component
Returns the first child component, or null if no child at all.
getFirstHalf(StringBuffer, String, Map, Collection) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Generates the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getFirstHalf(StringBuffer, String, Map, Collection) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFirstLine(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the first line to be generated to the output (after evaluation), or null if nothing to generate.
getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the first line to be generated to the output, or null if nothing to generate.
getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the first line to be generated to the output, or null if nothing to generate.
getFlags() - Method in class org.zkoss.zk.au.Command
Returns the attributes of this command, a combination of Command.SKIP_IF_EVER_ERROR, Command.IGNORABLE and others.
getForEach(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the forEach object if the forEach attribute is defined (or ComponentInfo.setForEach(java.lang.String, java.lang.String, java.lang.String) is called).
getForward() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the forward condition that controls how to forward an event, that is received by the component created by this info, to another component.
getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through namespaces and variable resolvers, or GenericInterpreter.UNDEFINED if the variable not defined.
getFromNamespace(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through the specified namespaces and variable resolvers, or GenericInterpreter.UNDEFINED if the variable is not defined.
getFulfill() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the fulfill condition that controls when to create the child components, or null if the child components are created at the time when the page is loaded.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Namespace, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the method of the specified name defined in this interpreter's scope identified by the specified namespace, or null if not defined.
getFunction(String, Class[]) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the method of the specified name defined in this interpreter, or null if not defined.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunctionMapper() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFunctionMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the function mapper, or null if no mappter at all.
getFunctionMapper() - Method in interface org.zkoss.zk.ui.Page
Returns the function mapper for resolving XEL functions, or null if not available.
getFunctionMapper(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the function mapper, or null if not available.
getHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Converts the header definitions (added by PageDefinition.addHeaderInfo(org.zkoss.zk.ui.metainfo.HeaderInfo)) to HTML tags.
getHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that will be generated inside the header element, or null if no special header is required.
getHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the header elements declared in this page (never null).
getHeight() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the height of the component after re-sized.
getHeight() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the height.
getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the helper to generate the output of the native components.
getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getId() - Method in class org.zkoss.zk.au.Command
Returns ID of this command.
getId() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getId() - Method in interface org.zkoss.zk.ui.Component
Returns the ID.
getId() - Method in interface org.zkoss.zk.ui.Desktop
Returns ID of this desktop.
getId() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getId() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getId() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the identitifer that will be assigned to pages created from this definition, or null if the identifier shall be generated automatically.
getId() - Method in interface org.zkoss.zk.ui.Page
Returns ID which is unique in the request (never null).
getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page identifier, or null if auto-generation is required.
getIdGenerator() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getIdGenerator() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the ID generator, or null if not available.
getIdGeneratorClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements IdGenerator, or null if default is used.
getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the class (Class) or the class name (String) that implements the component.
getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the class name (String) that implements the component.
getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index of the current round of the iteration.
getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the names of the richlet's initialization parameters as an Iterator of String objects, or an empty Enumeration if the richlet has no initialization parameters.
getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
Returns the names of the context's initialization parameters as an Iterator of String objects, or an empty Iterator if the context has no initialization parameters.
getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the intial scripts of the specified language, or null if no script.
getInnerAttrs() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the interior attributes for generating the inner HTML tag; never return null.
getInstance(String, String) - Static method in class org.zkoss.zk.ui.util.ConditionImpl
Returns an instance of Condition, or null if both ifc and unless are empty.
getInstance(EvaluatorRef, Component, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(EvaluatorRef, Page, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
Returns the interpreter of the specified scripting language.
getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a map of definitions of JavaScript modules, (String name, String version).
getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all JavaScript required by this language.
getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the key code.
getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns what keys were pressed when the component is moved, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
getLanguage() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the scripting language this interpreter is associated with.
getLanguage() - Method in exception org.zkoss.zk.scripting.InterpreterNotFoundException
Returns the lanaugage that is not found.
getLanguage() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the scripting language, or null if the default scripting language is preferred.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.GenericRichlet
Returns the language defintion that this richlet belongs to.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the language definition, or null if it is a temporty definition belonging to a page.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the language definition that ComponentInfo.getComponentDefinition() belongs to, or null if the component definition is temporary.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the language definition that this page is default to be.
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Page
Returns the language definition that this page belongs to (never null).
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Richlet
Returns the default language defintion that this richlet belongs to.
getLastChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getLastChild() - Method in interface org.zkoss.zk.ui.Component
Returns the last child component, or null if no child at all.
getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getLeft() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the left of the component after moved.
getLeft() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the left position.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterator for iterating listener for the specified event.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Page
Returns an iterator for iterating listener for the specified event.
getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
Returns all loaded interpreters.
getLocalAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocator() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getLocator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the locator associated with this page definition.
getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the locator for the specified context.
getLocator() - Method in class org.zkoss.zk.ui.metainfo.Parser
returns locator for locating resources.
getLocator() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the locator used to retrieve resources, such as taglib and zscript files, or null if RequestInfo.getWebApp() will be used as the locator.
getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the specified condition.
getMacroURI() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the macro URI, or null if not a macro.
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
getMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of desktop per session.
getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
Return the time, in seconds, between client requests before the servlet container will invalidate this session.
getMaxlength() - Method in class org.zkoss.zk.ui.render.Out
Returns the maxlength of bytes to output.
getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed time to process events, in miliseconds.
getMaxSpareThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of the spare pool for queuing event processing threads (per Web application).
getMaxSuspendedThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of suspended event processing threads (per Web application).
getMaxUploadSize() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed upload size, in kilobytes, or a negative value if no limit.
getMedia() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the first media being uploaded, or null if no file is uploaded.
getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
Retrieve the view in Media format.
getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the array of media being uploaded, or null if the user uploaded no file at all.
getMessage() - Method in class org.zkoss.zk.ui.event.ErrorEvent
Returns the error message if this event is caused by a wrong data, or null if it is to clear messsage.
getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the mold used to render this component.
getMold() - Method in interface org.zkoss.zk.ui.Component
Returns the mold for this component.
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns a readonly collection of mold names supported by this definition.
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMoldURI() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the mold URI based on AbstractComponent.getMold() and the molds defined in the component definition (ComponentDefinition).
getMoldURI(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URI (String) or an instance of ComponentRenderer of the mold, or null if no such mold available.
getMoldURI(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the monitor for this application, or null if not set.
getName() - Method in class org.zkoss.zk.ui.event.Event
Returns the event name.
getName() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the name of this annotation.
getName() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns name of this component definition (never null).
getName() - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns the tag name of this header element.
getName() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getName() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns name of this language.
getName() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the name of the property.
getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a collection of component definitions, ComponentDefinition, defined in this map.
getNamespace() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getNamespace() - Method in interface org.zkoss.zk.ui.Component
Returns the namespace to store variables and functions belonging to the ID space of this component.
getNamespace() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the name space.
getNamespace() - Method in interface org.zkoss.zk.ui.Page
Returns the namespace used to store variables belonging to the ID space of this page.
getNativeContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getNativeContext() - Method in interface org.zkoss.zk.ui.WebApp
Returns the native application context, or null if not available.
getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the native components.
getNativeRequest() - Method in interface org.zkoss.zk.ui.Execution
Returns the native request, or null if not available.
getNativeRequest() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeRequest() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getNativeRequest() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the native request.
getNativeResponse() - Method in interface org.zkoss.zk.ui.Execution
Returns the native response, or null if not available.
getNativeResponse() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeSession() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getNativeSession() - Method in interface org.zkoss.zk.ui.Session
Returns the native session, or null if not available.
getNbsp() - Method in class org.zkoss.zk.ui.render.Out
Returns whether to generate &nbsp; if the content is empty.
getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the next event queued by Execution.postEvent(org.zkoss.zk.ui.event.Event), or null if no event queued.
getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextKey() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the next available key which is unique in the whole cache.
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available key which is unique in the whole desktop.
getNextSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getNextSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the next sibling, or null if it is the last child.
getNextUuid() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a component.
getNextUuidGroup(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getNextUuidGroup(int) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns a sequence of UUID for DesktopCtrl.getNextUuid() to generate component UUID.
getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
Returns the original Event.
getOuterAttrs() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the exterior attributes for generating the enclosing HTML tag; never return null.
getOwner() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the owner of this interpreter.
getOwner() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getOwner() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getOwner() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the owner of this page, or null if it is not owned by any component.
getPage() - Method in class org.zkoss.zk.au.AuRequest
Returns the page that this request is applied for, or null if this reqeuest is a general request -- regardless any page or component.
getPage() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPage() - Method in interface org.zkoss.zk.ui.Component
Returns the page that this component belongs to, or null if it doesn't belong to any page.
getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID.
getPage() - Method in class org.zkoss.zk.ui.event.Event
Returns the page owning this event, or null if broadcast.
getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the page definition from the page file specified by an URI.
getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the page definition, or null if not available.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getPageDefinition(WebApp, Locator, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified path, or null if not found or failed to parse.
getPageDefinition(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in interface org.zkoss.zk.xel.impl.EvaluatorRef
Returns the page definition of this reference, or null if not available.
getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content to a page definition.
getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content, in DOM, to a page definition.
getPageDefinitionDirectly(Reader, String) - Method in interface org.zkoss.zk.ui.Execution
Reads the raw content from a reader and converts it into a page definition.
getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(WebApp, Locator, String, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content; never null.
getPageDefinitionDirectly(WebApp, Locator, Reader, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the raw content from the specified reader; never null.
getPageDefinitionDirectly(WebApp, Locator, Document, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content in DOM; never null.
getPageDefinitionDirectly(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified reader; never null.
getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID, or null if no such page.
getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPages() - Method in interface org.zkoss.zk.ui.Desktop
Returns a readonly collection of all Page in this desktop.
getPages() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageURI() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Return the URI to render a included page (which might be an expression).
getParameter(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of a request parameter as a String, or null if the parameter does not exist
getParameter(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameterMap() - Method in interface org.zkoss.zk.ui.Execution
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameterTypes() - Method in interface org.zkoss.zk.scripting.Method
Deprecated. as release 3.0.0, replaced by Function.
getParameterValues(String) - Method in interface org.zkoss.zk.ui.Execution
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParent() - Method in interface org.zkoss.zk.scripting.Namespace
Returns the parent name space, or null if this is topmost.
getParent() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getParent() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getParent() - Method in interface org.zkoss.zk.ui.Component
Returns the parent component, or null if this is the root component.
getParent() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getParent() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the parent, or null if no parent.
getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the parent (always null).
getPath() - Method in class org.zkoss.zk.ui.Path
Returns the path (after normalized).
getPath(Component) - Static method in class org.zkoss.zk.ui.Path
Returns the path of the specified component.
getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the performance meter for this application, or null if not set.
getPortletContext() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Returns the position.
getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the value of the preference defined in zk.xml, or by Configuration.setPreference(java.lang.String, java.lang.String).
getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly set of all preference names.
getPrevious() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the status of the enclosing forEach statement.
getPreviousSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPreviousSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the previous sibling, or null if it is the first child.
getProcessingPromptDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processming.
getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the prolog children (NativeInfo).
getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the prolog content.
getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getPropagatee(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: null (no propagation at all).
getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly list of properties (Property) (never null).
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the raw content.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the raw value of the property.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the raw value (text).
getRawValue() - Method in class org.zkoss.zk.xel.ExValue
Returns the raw value.
getRealPath(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getRealPath(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a String containing the real path for a given virtual path.
getRealSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the real style class that will be generated to the client (when HtmlBasedComponent.getOuterAttrs() is called).
getRealStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the real style that will be generated to client (when HtmlBasedComponent.getOuterAttrs() is called).
getRealStyleFlags() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns a combination of HtmlBasedComponent.RS_NO_WIDTH and HtmlBasedComponent.RS_NO_HEIGHT.
getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the reference that is the component causing Event.getTarget() to be opened.
getRemoteAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteName() - Method in interface org.zkoss.zk.ui.Execution
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteUser() - Method in interface org.zkoss.zk.ui.Execution
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRequestAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRequestAttribute(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the value of an attribute in the client request (e.g., HTTP request) that creates this execution.
getRequestLocal(ServletRequest, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the value of the specified attribute in the request.
getRequestPath() - Method in interface org.zkoss.zk.ui.Desktop
Returns the path of the request that causes this desktop to be created, or "" if not available.
getRequestPath() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the request path of this page definition, or "" if not available.
getRequestPath() - Method in interface org.zkoss.zk.ui.Page
Returns the request path of this page, or "" if not available.
getRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestQueue() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the request queue.
getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
Returns a set of readonly reserved words.
getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the resource located at the named path as an InputStream object.
getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
getResponse() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns the response representing this aborting reason.
getResponseCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to generate the HTTP response or null to use the container's default.
getResponseSequence(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getResponseSequence(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the sequence ID of the response.
getReturnType() - Method in interface org.zkoss.zk.scripting.Method
Deprecated. as release 3.0.0, replaced by Function.
getRichlet(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getRichlet(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns a richlet for specified request, or null if the richlet is not found..
getRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet of the specified name, or null if not found.
getRichletByPath(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet for the specified path, or null if not found.
getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the root of the specified component.
getRoot() - Method in interface org.zkoss.zk.ui.Component
Returns the root of this component.
getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Converts the header definitions (added by PageDefinition.setRootAttribute(java.lang.String, java.lang.String)) to the attributes of the root element.
getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that will be generated as the attributes of the root element, or null if no special attribute is required.
getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the attributes of the root element declared in this page (never null).
getRoots() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRoots() - Method in interface org.zkoss.zk.ui.Page
Returns a readonly list of the root components.
getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS class.
getScope(String) - Static method in class org.zkoss.zk.ui.Components
Converts a string to an integer that can be used to access Component.getAttribute(String, int)
getScreenHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's screen.
getScreenWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's screen.
getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Appends the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the selected items (never null).
getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text contained in this text.
getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Returns the self variable.
getServerName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the server to which the request was sent.
getServerName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the port number to which the request was sent.
getServerPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the server-push controller, or null if it is not enabled yet.
getServerPushClass() - Method in interface org.zkoss.zk.device.Device
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
Returns the class name that implements the server push feature.
getServerPushClass() - Method in class org.zkoss.zk.device.GenericDevice
 
getServletContext() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getServletContext() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
getSession() - Method in interface org.zkoss.zk.ui.Desktop
Returns the session of this desktop.
getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the session.
getSession() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSession() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getSession() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the session, or null if not available.
getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the session.
getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
Returns the owner of the ID space that this component belongs to.
getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns the split child, or null if not available.
getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's start position.
getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
Returns when the server (actually, this monitor) started.
getStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS style.
getStyle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getStyle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
getStyle() - Method in interface org.zkoss.zk.ui.Page
Returns the CSS style of this page, or empty if not specified.
getStyle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's CSS style, or null if no special CSS style to assign.
getStyleSheets(Execution) - Static method in class org.zkoss.zk.fn.ZkFns
Returns a list of StyleSheet that shall be generated to the client for the specified execution.
getStyleSheets() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all StyleSheet required by this language.
getSubversion(int) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSubversion(int) - Method in interface org.zkoss.zk.ui.WebApp
Returns a portion of the version in an integer by specifying its index.
getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSuspendedThreads(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getSuspendedThreads() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns a collection of suspended event processing threads, or empty if no suspended thread at all.
getSuspendedThreads(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns a collection of suspended event processing threads belonging to the specified desktop, or empty if no suspended thread at all.
getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Returns the tag name, or null if plain text.
getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the tag name, or null if no tag name.
getTarget() - Method in class org.zkoss.zk.ui.event.Event
Returns the target component that receives this event, or null if broadcast.
getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the theme provider for the current execution, or null if not available.
getThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the URI of the CSS resources that will be generated for each ZUML desktop (never null).
getThemeURIs(Execution, List) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns a list of the theme's URIs (Collection<String>) of the specified execution, or null if no theme shall be generated.
getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads.
getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads in processing.
getTimeoutURI() - Method in interface org.zkoss.zk.device.Device
Returns the timeout URI for this device.
getTimeoutURI() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the timeout URI for this device.
getTimeoutURI(String) - Static method in class org.zkoss.zk.device.Devices
Returns the timeout URI for the specified device type.
getTimeoutURI() - Method in class org.zkoss.zk.device.GenericDevice
 
getTimeoutURI() - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 2.4.0, replaced by Devices.getTimeoutURI(java.lang.String).
getTimeZone() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the time zone of the client.
getTitle(RenderRequest) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
getTitle() - Method in interface org.zkoss.zk.ui.Page
Returns the title of the desktop this page belongs to (and evaluate it if it contains an expression).
getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page title, or null if not available (no title at all).
getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particual UI components.
getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the text as the tooltip.
getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the top of the component after moved.
getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the top position.
getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of desktops that have been created since the server started.
getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of sessions that have been created since the server started.
getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of asynchronous updates that have been received since the server started.
getType() - Method in interface org.zkoss.zk.device.Device
Returns the device type.
getType() - Method in class org.zkoss.zk.device.GenericDevice
 
getUiEngine() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiEngine() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI engine for this Web application (never null).
getUiEngineClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements UiEngine, or null if default is used.
getUiFactory() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiFactory() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI factory for this Web application (never null).
getUiFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the UI engine, or null if default is used.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.Device
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
Returns the unavailable message for the specified device type.
getUnavailableMessage() - Method in class org.zkoss.zk.device.GenericDevice
 
getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the URI for asynchronous update.
getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getUploadCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to encode the uploaded text file (never null).
getUploadCharsetFinder() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the finder that is used to decide the character set for the uploaded text filie(s), or null if not available.
GetUploadInfoCommand - Class in org.zkoss.zk.au.in
Used with AuRequest to return the ratio (aka., the progress) of the current uploading.
GetUploadInfoCommand(String, int) - Constructor for class org.zkoss.zk.au.in.GetUploadInfoCommand
 
getUserPrincipal() - Method in interface org.zkoss.zk.ui.Execution
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getUuid() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getUuid() - Method in interface org.zkoss.zk.ui.Component
Returns UUID (universal unique ID) which is unquie in the whole session.
getUuid() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getUuid() - Method in interface org.zkoss.zk.ui.Page
Returns UUID (universal unique ID) which is unquie in the whole session.
getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's UUID.
getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the value that user input.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation.
getValue() - Method in class org.zkoss.zk.ui.render.Out
Returns the value.
getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the value of a variable defined in this interpreter's scope identified by the specified namespace.
getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the value of a variable defined in this interpreter.
getVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Returns the variable of the specified name, or null if not defined or the value is null.
getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Retrieve the variable.
getVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of a variable defined in this interpreter's scope identified by the specified namespace.
getVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the value of a variable defined in the namespace, or null if not defined or the value is null.
getVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of a variable defined in the namespace (Page.getNamespace()).
getVariableNames() - Method in interface org.zkoss.zk.scripting.Namespace
Returns a set of variable names stored in this name space.
getVariableNames() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
Returns the variable resolver for this execution, or null if not available.
getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the variable resolver, or null if not available.
getVersion() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getVersion() - Method in interface org.zkoss.zk.ui.WebApp
Returns the ZK version, such as "1.1.0" and "2.0.0".
getVisibleChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Returns a collection of visible children.
getVisualizer() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the Visualizer for this execution (set by ExecutionCtrl.setVisualizer(org.zkoss.zk.ui.sys.Visualizer).
getWebApp() - Method in interface org.zkoss.zk.ui.Desktop
Returns the Web application this desktop belongs to.
getWebApp() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getWebApp() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application.
getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the web application that the richlet belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.Session
Returns the Web application that this session belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the Web application; never null.
getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the Web application that this configuration belongs to, or null if it is not associated yet.
getWebApp(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the WebApp that corresponds to a specified URL on the server, or null if either none exists or the container wishes to restrict this access..
getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements WebApp and WebAppCtrl, or null if default is used.
getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified context.
getWidth() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the width of the component after re-sized.
getWidth() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the width.
getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the x coordination of the mouse pointer relevant to the component.
getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns a variable that is visible to XEL expressions.
getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the y coordination of the mouse pointer relevant to the component.
getZIndex() - Method in class org.zkoss.zk.ui.event.ZIndexEvent
Returns the z-index of the component after moved.
getZIndex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
Returns the zscript associated with this event handler.
getZScriptClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptClass(String) - Method in interface org.zkoss.zk.ui.Page
Returns the class of the specified name by searching the thread class loader and the classes defined in the loaded interpreters.
getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the loaded interpreters.
getZScriptFunction(Namespace, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the logical scope of the specified namespace for all the loaded interpreters.
getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the logical scope of the namespace of the specified component for all the loaded interpreters.
getZScriptLanguage() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptLanguage() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguage() - Method in interface org.zkoss.zk.ui.Page
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguages() - Static method in class org.zkoss.zk.scripting.Interpreters
Returns a set of names of the scripting languages supported by this installation.
getZScriptMethod(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
Deprecated. As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]).
getZScriptMethod(Namespace, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
Deprecated. As of release 3.0.0, replaced by PageImpl.getZScriptFunction(String,Class[]).
getZScriptMethod(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Deprecated. As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]).
getZScriptMethod(Namespace, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Deprecated. As of release 3.0.0, replaced by Page.getZScriptFunction(String,Class[]).
getZScriptVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(Namespace, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the loaded interpreters, if any.
getZScriptVariable(Namespace, String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the logical scope of the specified namespace for all the loaded interpreters, if any.
getZScriptVariable(Component, String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the logical scope of the namespace of the specified component for all the loaded interpreters, if any.
GlobalDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same Web application into one desktop cache.
GlobalDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 

H

hasComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified component is defined.
hasDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns whether a dynamic attribute is allowed.
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
hasFellow(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasFellow(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns whether a fellow exists with the specified component ID.
hashCode() - Method in class org.zkoss.zk.ui.Path
 
hashCode() - Method in class org.zkoss.zk.xel.ExValue
 
hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether the specified mold exists.
hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
hasNext() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
hasPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns whether a page exists.
hasPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasRequest(String) - Static method in class org.zkoss.zk.au.AuRequest
Returns whether the specified request name is valid.
hasSuspendedThread() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
hasSuspendedThread() - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if any suspended event processing thread in the whole system.
hasTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Returns whether the specified tag is allowed.
hasTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
HeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a header element, such as <link> and <meta> on the ZUML page.
HeaderInfo(String, Map) - Constructor for class org.zkoss.zk.ui.metainfo.HeaderInfo
Constructor.
HierachicalAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports the hierachical scopes.
HOME - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
HtmlBasedComponent - Class in org.zkoss.zk.ui
A skeletal implementation for HTML based components.
HtmlBasedComponent() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent
 
HtmlBasedComponent.ExtraCtrl - Class in org.zkoss.zk.ui
A utility class to implement AbstractComponent.getExtraCtrl().
HtmlBasedComponent.ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
HtmlMacroComponent - Class in org.zkoss.zk.ui
The implemetation of a macro component for HTML-based clients.
HtmlMacroComponent() - Constructor for class org.zkoss.zk.ui.HtmlMacroComponent
 
HtmlNativeComponent - Class in org.zkoss.zk.ui
A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
HtmlNativeComponent() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Contructs a HtmlNativeComponent component.
HtmlNativeComponent(String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs a HtmlNativeComponent component with the specified tag name.
HtmlNativeComponent(String, String, String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Contructs a HtmlNativeComponent component with the specified prolog ad epilog.
HtmlNativeComponent.HtmlHelper - Class in org.zkoss.zk.ui
The HTML helper.
HtmlNativeComponent.HtmlHelper() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
HttpSessionListener - Class in org.zkoss.zk.ui.http
Used to clean up desktops that a session owns.
HttpSessionListener() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener
 

I

I18Ns - Class in org.zkoss.zk.ui.http
Internatization utilities.
I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
 
IdGenerator - Interface in org.zkoss.zk.ui.sys
Used to generate UUID of components and pages and ID of desktops.
IdSpace - Interface in org.zkoss.zk.ui
Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
IGNORABLE - Static variable in class org.zkoss.zk.au.Command
Whether this command is ignorable.
IGNORE_IMMEDIATE_OLD_EQUIV - Static variable in class org.zkoss.zk.au.Command
Whether to drop the existent command (in the queue) if it is the same as the immediate following one.
IGNORE_OLD_EQUIV - Static variable in class org.zkoss.zk.au.Command
Whether to drop the existent command (in the queue) if it is the same as the new arrival one.
IGNORE_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to ignore params if both uri and params contain the same parameter.
ILLEGAL_REQUEST_COMPONENT_REQUIRED - Stati