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 - Static variable in interface org.zkoss.zk.mesg.MZk
 
ILLEGAL_REQUEST_WRONG_DATA - Static variable in interface org.zkoss.zk.mesg.MZk
 
imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the component definitions from the specified definition.
include(Writer, String, Map, int) - Method in interface org.zkoss.zk.ui.Execution
Includes a page.
include(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of include(null, page, null, 0).
include(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().include(page).
include(Writer, String, Map, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
include(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
inDifferentBranch(Component) - Method in interface org.zkoss.zk.ui.ext.render.MultiBranch
Whether the specified child is placed in different branch of the DOM tree (other than the main one).
inEventListener() - Static method in class org.zkoss.zk.ui.event.Events
Returns whether the current thread is an event listener.
inEventListener() - Static method in class org.zkoss.zk.ui.impl.EventProcessor
Returns whether the current thread is an event listener.
init(ServletConfig) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
init(String, DeviceConfig) - Method in interface org.zkoss.zk.device.Device
Initializes the device.
init(String, DeviceConfig) - Method in class org.zkoss.zk.device.GenericDevice
 
init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
Initializes the interpreter.
init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Initialize the event processing thread before processing the event.
init(RichletConfig) - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
init(PortletConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
init(ServletConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
init() - Method in class org.zkoss.zk.ui.impl.PageImpl
Initialized the page when contructed or deserialized.
init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes a page after execution is activated.
init(RichletConfig) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(PageConfig) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Initializes this page by assigning the info provided by the specified PageConfig, and then adds it to a desktop (by use of Execution.getDesktop()).
init(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Initializes this Web application.
init(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopInit
Called when a desktop is created and initialized.
init(Execution, Execution) - Method in interface org.zkoss.zk.ui.util.ExecutionInit
Called when an exection is created and initialized.
init(Session) - Method in interface org.zkoss.zk.ui.util.SessionInit
Called when a session is created and initialized.
init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
Called when a ZK application is created and initialized.
Initiator - Interface in org.zkoss.zk.ui.util
Implemented by an initiator that will be invoked if it is specified in the init directive.
InitiatorExt - Interface in org.zkoss.zk.ui.util
An extra interface that can be implemented with Initiator to have the better control.
InitiatorInfo - Class in org.zkoss.zk.ui.metainfo
A initiator node on the ZUML page.
InitiatorInfo(Class, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class, and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(Class, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class, and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(String, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class name and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(String, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class name and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(Initiator, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
InitiatorInfo(Initiator, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
initXelContext(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes XEL context for the specified page.
InnerWidth - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to indicate a component that has a sizable inner width.
InnerWidthCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the command for updating the inner width.
InnerWidthCommand(String, int) - Constructor for class org.zkoss.zk.au.in.InnerWidthCommand
 
Inputable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change its content from the client.
InputCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the InputEvent relevant command.
InputCommand(String, int) - Constructor for class org.zkoss.zk.au.in.InputCommand
 
InputEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's input something at the client.
InputEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs a input-relevant event.
InputEvent(String, Component, String, boolean) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs an event for onChanging.
INSERT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
insertBefore(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
insertBefore(Component, Component) - Method in interface org.zkoss.zk.ui.Component
Inserts a child before the reference child.
interpret(String, Namespace) - Method in interface org.zkoss.zk.scripting.Interpreter
Evaluates the script against the specified namespace.
interpret(String, Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Handles the namespace and then invoke GenericInterpreter.exec(java.lang.String).
interpret(String, String, Namespace) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
interpret(String, String, Namespace) - Method in interface org.zkoss.zk.ui.Page
Interpret a script of the specified scripting language against the specified namespace.
Interpreter - Interface in org.zkoss.zk.scripting
Represents an interpter that can interpret the scripting codes.
InterpreterNotFoundException - Exception in org.zkoss.zk.scripting
Denotes the interpreter of the requested scripting language not found.
InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
Interpreters - Class in org.zkoss.zk.scripting
The utilities to access interpreters (Interpreter).
invalidate() - Method in class org.zkoss.zk.ui.AbstractComponent
 
invalidate() - Method in interface org.zkoss.zk.ui.Component
Invalidates this component by setting the dirty flag such that it will be redraw the whole content later.
invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidate() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
invalidate() - Method in interface org.zkoss.zk.ui.Page
Invalidates this page to cause all components to redraw.
invalidate() - Method in interface org.zkoss.zk.ui.Session
Invalidates this session then unbinds any objects bound to it.
invalidateNow() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidateNow() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Really invalidates the session.
invoke(Object[]) - Method in interface org.zkoss.zk.scripting.Method
Deprecated. as release 3.0.0, replaced by Function.
invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeDesktopInits(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopInit.init(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadCompletes(List, Component, Event, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invoke EventThreadCleanup.complete(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadCleanups(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List).
invokeEventThreadInits(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadResumes(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadSuspends(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionCleanups(Execution, Execution, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes RequestInterceptor.request(org.zkoss.zk.ui.Session, java.lang.Object, java.lang.Object) for each relevant listner registered by Configuration.addListener(java.lang.Class).
invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionCleanup.cleanup(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeSessionInits(Session) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionInit.init(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes URIInterceptor.request(java.lang.String) for each relevant listner registered by Configuration.addListener(java.lang.Class).
invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppCleanup.cleanup(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppInit.init(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
isAborting() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns whether to abort the execution.
isActivated() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isActivated() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is activated.
isAlive() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the desktop is still alive.
isAlive() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isAltKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether ALT is pressed.
isAncestor(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Tests whether node1 is an ancessor of node 2.
isAsapRequired(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Returns whether to send back the request of the specified event immediately -- i.e., non-deferrable.
isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is asynchronous updating the specified page (thru ZK Update Engine).
isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isAutoId(String) - Static method in class org.zkoss.zk.ui.Components
Returns whether an ID is generated automatically.
isAutoId(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is generated automatically.
isBrowser() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a browser.
isBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
Return false to indicate it is cacheable.
isCacheable() - Method in interface org.zkoss.zk.device.Device
Returns whether the output can be cached by the client.
isCacheable() - Method in class org.zkoss.zk.device.GenericDevice
Return true to indicate it is cacheable.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the component names are case-insensitive.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the component names are case-insensitive.
isCeased() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isCeased() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is ceased.
isChangingBySelectBack() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns whether this event is onChanging, and caused by user's selecting a list of items.
isChecked() - Method in class org.zkoss.zk.ui.event.CheckEvent
Returns whether the state is checked.
isChildable() - Method in class org.zkoss.zk.ui.AbstractComponent
Default: return true (allows to have children).
isChildable() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component allows to have any child.
isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isChildChangedAware() - Method in interface org.zkoss.zk.ui.ext.render.ChildChangedAware
Returns whether to send the z.chchg command to the client.
isCropper() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns whether it is a cropper, i.e., cropping is applied.
isCtrlKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether CTRL is pressed.
isDeferrable() - Method in interface org.zkoss.zk.ui.event.Deferrable
Returns whether the event can be deferred for this listener.
isDeferred() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns whether the evaluation of the zscript shall be deferred.
isDisableBehindModalEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to disable the components that don't belong to the active modal window.
isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether a reserved attribute is used by the dynamic tag (LanguageDefinition.getDynamicTagDefinition()).
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.EventHandler
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.EventHandler
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
isEffective(Component) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Page) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Evaluator, Component) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isEffective(Evaluator, Page) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns whether no annotation at all.
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns whether no event handler at all.
isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use the event processing thread.
isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Whether the execution associated with this visualizer is caued by an async-update.
isExplorer() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Internet Explorer.
isExplorer() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isExplorer7() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Internet Explorer 7 or later.
isExplorer7() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isExpression() - Method in class org.zkoss.zk.xel.ExValue
Tests whether it is an expression.
isFloating() - Method in interface org.zkoss.zk.ui.ext.render.Floating
Returns whether the component is floating, aka., absolute position.
isForwarded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is forwarded from other pages.
isForwarded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isGecko() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Gecko based, such as Mozilla, Firefox and Camino.
isGecko() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isIdle() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isIdle() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether this thread is idle, i.e., not processing any event.
isIncluded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is included by some other pages.
isIncluded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isInline() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns whether this is an inline macro.
isInline() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isInlineMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is an inline macro.
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isInstance(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether a component belongs to this definition.
isInstance(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isInvalidated() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
isInvalidated() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns whether this session is invalidated (i.e., Session.invalidate() was called).
isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the desktops across visits.
isLegalName(char) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether a character is legal to be used as part of the scripting language name.
isListened(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event handler or listener is available for the specified component and event.
isListenerAvailable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
isListenerAvailable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether the event listener is available.
isListenerAvailable(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
Deprecated. As of release 2.4.0, replaced by Events.isListened(org.zkoss.zk.ui.Component, java.lang.String, boolean)
isListenerAvailable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isListenerAvailable(String) - Method in interface org.zkoss.zk.ui.Page
Returns whether the event listener is available.
isMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is a macro component.
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isMilDevice() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a mobile device supporting MIL (Mobile Interactive Language).
isMilDevice() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isNative() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is used for the native namespace.
isNative() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isNative() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this is a native language.
isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns whether it causes open.
isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
Returns whether this event is propagatable.
isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the raw label is required.
isRealVisible(Component) - Static method in class org.zkoss.zk.ui.Components
Returns whether this component is real visible (all its parents are visible).
isRecoverable(Session, String) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Tests whether the specified desktop ID is recoverable.
isRecovering() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isRecovering() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is in recovering.
isRecovering() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns whether it is in recovering.
isReserved(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified name is reserved.
isReservedAttribute(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns if the attribute name is reserved.
isRichlet(RequestInfo, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
isRichlet(RequestInfo, boolean) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Tests whether the specified request is a richlet.
isRobot() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a robot (such as Web crawlers).
isRobot() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isSafari() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Safari.
isSafari() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isServerPushEnabled() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the server-push feature is enabled for this desktop.
isServerPushEnabled() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether SHIFT is pressed.
isSuspended() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isSuspended() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is suspended.
isTimerKeepAlive() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the session alive, when receiving the onTimer event.
isUserInRole(String) - Method in interface org.zkoss.zk.ui.Execution
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is a valid UUID.
isValid(String) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event name is valid.
isValid(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified is valid.
isVisible() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isVisible() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component is visible.
isVoided() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is voided.
isVoided() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isZidRequired() - Method in interface org.zkoss.zk.ui.ext.render.ZidRequired
Returns whether the component that owns this object can be accessible at the client with Component.getId().

K

KeyCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the KeyEvent relevant command.
KeyCommand(String, int) - Constructor for class org.zkoss.zk.au.in.KeyCommand
 
KeyEvent - Class in org.zkoss.zk.ui.event
Represents a key pressed by the user.
KeyEvent(String, Component, int, boolean, boolean, boolean) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
Constructs a mouse relevant event.

L

LanguageDefinition - Class in org.zkoss.zk.ui.metainfo
A definition of a language, such as xul.
LanguageDefinition(String, String, String, List, String, String, boolean, boolean, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs a language defintion.
LEFT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
ListenerIterator - Class in org.zkoss.zk.ui.impl
Used to iterate the event listener.
ListenerIterator(List) - Constructor for class org.zkoss.zk.ui.impl.ListenerIterator
 
lookup(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition of the specified name or namespace.

M

Macro - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a macro component.
MacroDefinition - Class in org.zkoss.zk.ui.metainfo.impl
The macro component definition.
MESSAGE_ID - Static variable in interface org.zkoss.zk.mesg.MZk
 
Method - Interface in org.zkoss.zk.scripting
Deprecated. as release 3.0.0, replaced by Function.
Monitor - Interface in org.zkoss.zk.ui.util
A listener to monitor the status of ZK engine.
MouseCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the MouseEvent relevant command.
MouseCommand(String, int) - Constructor for class org.zkoss.zk.au.in.MouseCommand
 
MouseEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by mouse activitly.
MouseEvent(String, Component) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Construct a mouse relevant event with coordination or area.
MouseEvent(String, Component, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event with a logic name called area.
Movable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), a component is movable by the client.
moveBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (aka., browser window) by the specified number of pixels.
MoveCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the MoveEvent relevant command.
MoveCommand(String, int) - Constructor for class org.zkoss.zk.au.in.MoveCommand
 
MoveEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being moved.
MoveEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.MoveEvent
Constructs a mouse relevant event.
moveRoot(Component, Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
moveRoot(Component, Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Moves a root component before the reference component.
moveTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (aka., browser window) to the specified location (in pixels).
MultiBranch - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component might have several branches of elements at the client.
MZk - Interface in org.zkoss.zk.mesg
 

N

Names - Class in org.zkoss.zk.ui.sys
Utilities about variable's names.
Namespace - Interface in org.zkoss.zk.scripting
To represent the name space for storing variables.
NamespaceChangeListener - Interface in org.zkoss.zk.scripting
A listener used to listen whether Namespace is changed.
Namespaces - Class in org.zkoss.zk.scripting
Namespace relevant utilities.
Namespaces() - Constructor for class org.zkoss.zk.scripting.Namespaces
 
Native - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a native component.
Native.Helper - Interface in org.zkoss.zk.ui.ext
The helper to generate the output for the native component.
NATIVE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace.
NATIVE_NAMESPACE_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace prefix.
NativeHelpers - Class in org.zkoss.zk.ui.impl
Utilities for implementing Native.Helper.
NativeHelpers() - Constructor for class org.zkoss.zk.ui.impl.NativeHelpers
 
NativeInfo - Class in org.zkoss.zk.ui.metainfo
Represents the compmonent infomation about the native components.
NativeInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
 
newComponent(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentInfo.
newComponent(Page, Component, ComponentDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentDefinition.
newDesktop(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newDesktop(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Desktop.
newEventThreadCleanups(Component, Event, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadInits(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Contructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadResumes(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Contructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadSuspends(Object) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Invokes Configuration.newEventThreadSuspends(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object).
newEventThreadSuspends(Component, Event, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadSuspend instances and invokes EventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
Used by AbstractComponent.getExtraCtrl() to create a client control.
newExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Used by AbstractComponent.getExtraCtrl() to create a client control.
newInitiator(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creaetes and returns the initiator.
newInstance(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
newInterpreter(String, Page) - Static method in class org.zkoss.zk.scripting.Interpreters
Returns the interpter for the specified language name.
newLabelInfo(ComponentInfo, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs and returns an ComponentInfo for the specified parent and text,
newMacroDefinition(LanguageDefinition, PageDefinition, String, Class, String, boolean) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a macro component definition.
newNative(String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Creates a native component with the specified content.
newNative(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
newNativeDefinition(LanguageDefinition, String, Class) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component definition.
newPage(RequestInfo, PageDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, Richlet, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, PageDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified page definition.
newPage(RequestInfo, Richlet, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified richlet.
newRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Creates the request queue.
newSession(WebApp, Object, String, String) - Method in class org.zkoss.zk.ui.http.SerializableUiFactory
 
newSession(WebApp, Object, String, String) - Method in class org.zkoss.zk.ui.http.SimpleUiFactory
 
newSession(WebApp, Object, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Session.
newVariableResolver(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creaetes and returns the variable resolver for the specified page.
next() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
next() - Method in interface org.zkoss.zk.ui.util.ForEach
Advanced to the next element.
next() - Method in class org.zkoss.zk.ui.util.ForEachImpl
 
nextComponentUuid(Desktop, Component) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next component UUID for the specified component, or null to generate the default UUID.
nextDesktopId(Desktop) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next desktop ID for the specified desktop, or null to generate the default UUID.
nextPageUuid(Page) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next page UUID for the specified page, or null to generate the default UUID.
nextRequest() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
nextRequest() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns the next request, or null if no more request.
NodeInfo - Class in org.zkoss.zk.ui.metainfo
Represents a node of the ZUML tree.
NodeInfo() - Constructor for class org.zkoss.zk.ui.metainfo.NodeInfo
 
NonFellow - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the component won't become a fellow of the ID space it belongs.
NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
notify(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notify(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notifyAdd(String, Object) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onAdd(java.lang.String, java.lang.Object) for registered listeners.
notifyAll(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing theads for the specified desktop that are waiting on the specified object.
notifyAll(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing theads for the specified desktop that are waiting on the specified object.
notifyClientRequest(boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
notifyClientRequest(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Notifies the session that a client request is received.
notifyParentChanged(Namespace) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onParentChanged(org.zkoss.zk.scripting.Namespace) for registered listeners.
notifyRemove(String) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onRemove(java.lang.String) for registered listeners.

O

ON_BLUR - Static variable in class org.zkoss.zk.ui.event.Events
The onBlur event (used with Event).
ON_BOOKMARK_CHANGED - Static variable in class org.zkoss.zk.ui.event.Events
The onBookmarkChanged event (used with BookmarkEvent) to notify that user pressed BACK, FORWARD or specified URL directly that causes the bookmark is changed (but still in the same desktop).
ON_CANCEL - Static variable in class org.zkoss.zk.ui.event.Events
The onCancel event (used with KeyEvent).
ON_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onChange event (used with InputEvent).
ON_CHANGING - Static variable in class org.zkoss.zk.ui.event.Events
The onChanging event (used with InputEvent).
ON_CHECK - Static variable in class org.zkoss.zk.ui.event.Events
The onCheck event (used with CheckEvent).
ON_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onClick event (used with MouseEvent).
ON_CLIENT_INFO - Static variable in class org.zkoss.zk.ui.event.Events
The onClientInfo event (used with ClientInfoEvent).
ON_CLOSE - Static variable in class org.zkoss.zk.ui.event.Events
The onClose event (used with Event) used to denote the close button is pressed.
ON_CREATE - Static variable in class org.zkoss.zk.ui.event.Events
The onCreate event (used with CreateEvent) to notify a compoent that it (and its children) has been created by ZK's evaluating a ZUML page.
ON_CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.Events
The onCtrlKey event (used with KeyEvent).
ON_DOUBLE_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onDoubleClick event (used with MouseEvent).
ON_DROP - Static variable in class org.zkoss.zk.ui.event.Events
The onDrop event (used with DropEvent).
ON_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
The onError event (used with ErrorEvent).
ON_FOCUS - Static variable in class org.zkoss.zk.ui.event.Events
The onFocus event (used with Event).
ON_MODAL - Static variable in class org.zkoss.zk.ui.event.Events
The onModal event (used with Event) to notify a component shall become modal.
ON_MOVE - Static variable in class org.zkoss.zk.ui.event.Events
The onMove event (used with MoveEvent).
ON_NOTIFY - Static variable in class org.zkoss.zk.ui.event.Events
The onNotify event (used with Event).
ON_OK - Static variable in class org.zkoss.zk.ui.event.Events
The onOK event (used with KeyEvent).
ON_OPEN - Static variable in class org.zkoss.zk.ui.event.Events
The onOpen event (used with OpenEvent).
ON_PIGGYBACK - Static variable in class org.zkoss.zk.ui.event.Events
The onPiggyback event (used with Event) used to notify a root component that the client has sent a request to the server.
ON_RENDER - Static variable in class org.zkoss.zk.ui.event.Events
The onRender event (used with RenderOnDemand).
ON_RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onRightClick event (used with MouseEvent).
ON_SCROLL - Static variable in class org.zkoss.zk.ui.event.Events
The onScroll event (used with ScrollEvent).
ON_SCROLLING - Static variable in class org.zkoss.zk.ui.event.Events
The onScrolling event (used with ScrollEvent).
ON_SELECT - Static variable in class org.zkoss.zk.ui.event.Events
The onSelect event (used with SelectEvent).
ON_SELECTION - Static variable in class org.zkoss.zk.ui.event.Events
The onSelection event (used with SelectionEvent).
ON_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onSize event (used with SizeEvent).
ON_SORT - Static variable in class org.zkoss.zk.ui.event.Events
The onSort event (used with Event) to notify a request for sorting.
ON_TIMER - Static variable in class org.zkoss.zk.ui.event.Events
The onTimer event (used with Event).
ON_UPLOAD - Static variable in class org.zkoss.zk.ui.event.Events
The onUpload event (used with UploadEvent.
ON_USER - Static variable in class org.zkoss.zk.ui.event.Events
The onUser event.
ON_Z_INDEX - Static variable in class org.zkoss.zk.ui.event.Events
The onZIndex event (used with ZIndexEvent).
onActivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onActivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onActivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become the current execution Executions.getCurrent().
onAdd(String, Object) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when a variable is set to Namespace.
onChildAdded(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildAdded(Component) - Method in interface org.zkoss.zk.ui.Component
Called when a child is added.
onChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildRemoved(Component) - Method in interface org.zkoss.zk.ui.Component
Called when a child is removed.
onDeactivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become a non-current execution.
onDestroyed() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
onDestroyed() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when the session is destroyed.
onDrawNewChild(Component, StringBuffer) - Method in class org.zkoss.zk.ui.AbstractComponent
 
onDrawNewChild(Component, StringBuffer) - Method in interface org.zkoss.zk.ui.Component
Called when a new-created child is about to render.
onEvent(Event) - Method in interface org.zkoss.zk.ui.event.EventListener
Notifies this listener that an event occurs.
onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageAttached(Page, Page) - Method in interface org.zkoss.zk.ui.Component
Called when this component is attached to a page.
onPageDetached(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageDetached(Page) - Method in interface org.zkoss.zk.ui.Component
Called when this component is detached from a page.
onParentChanged(Namespace) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when the parent is changed.
onPiggyback() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called each time ZK Update Engine processes all events.
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Called when Events.ON_PIGGYBACK is received.
onPiggybackListened(Component, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggybackListened(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when a component added or removed a listener for Events.ON_PIGGYBACK.
onRemove(String) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when a variable is removed from Namespace.
onWrongValue(WrongValueException) - Method in class org.zkoss.zk.ui.AbstractComponent
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is this component.
onWrongValue(WrongValueException) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is this component.
Openable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change its open status from the client.
OpenCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the OpenEvent relevant command.
OpenCommand(String, int) - Constructor for class org.zkoss.zk.au.in.OpenCommand
 
OpenEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's openning or closing something at the client.
OpenEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
OpenEvent(String, Component, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event for a context menu, a tooltip or a popup.
OperationException - Exception in org.zkoss.zk.ui
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
OperationException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException() - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.zk.ui.OperationException
 
org.zkoss.zk - package org.zkoss.zk
ZK core library.
org.zkoss.zk.au - package org.zkoss.zk.au
Requests and responsed used to communicate between client and server, called asynchronous updates.
org.zkoss.zk.au.http - package org.zkoss.zk.au.http
HTTP relevant classes used to do asynchronous updates.
org.zkoss.zk.au.impl - package org.zkoss.zk.au.impl
Deprecated as of release 3.0.0, replaced with the org.zkoss.zk.au.in package.
org.zkoss.zk.au.in - package org.zkoss.zk.au.in
The commands of the requests of asynchronous updates (sent from client to server).
org.zkoss.zk.au.out - package org.zkoss.zk.au.out
The responses of asynchronous updates (sent from server to client).
org.zkoss.zk.device - package org.zkoss.zk.device
Device (such as Ajax browsers and mobile devices) relevant classes.
org.zkoss.zk.fn - package org.zkoss.zk.fn
A collections of functions used in EL expressions (implementation only).
org.zkoss.zk.scripting - package org.zkoss.zk.scripting
Scripting intepreter relevant classes, including interpreter, namespace and so on.
org.zkoss.zk.scripting.bsh - package org.zkoss.zk.scripting.bsh
BeanShell - Java Interpreter.
org.zkoss.zk.scripting.util - package org.zkoss.zk.scripting.util
Utilities for implementing interpters and namespaces.
org.zkoss.zk.ui - package org.zkoss.zk.ui
Interfaces of the common user-interfaces, such as Page and Component.
org.zkoss.zk.ui.event - package org.zkoss.zk.ui.event
The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know.
org.zkoss.zk.ui.ext - package org.zkoss.zk.ui.ext
Additional Interfaces that might be implemented by special components, such as AfterCompose.
org.zkoss.zk.ui.ext.client - package org.zkoss.zk.ui.ext.client
Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.ext.render - package org.zkoss.zk.ui.ext.render
Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.http - package org.zkoss.zk.ui.http
HTTP relevant utilities and servlets for implementing user interfaces (implementation only).
org.zkoss.zk.ui.impl - package org.zkoss.zk.ui.impl
Implementation of user interfaces and factories (implementation only).
org.zkoss.zk.ui.metainfo - package org.zkoss.zk.ui.metainfo
Metainfo representing pages and languages (implementation only).
org.zkoss.zk.ui.metainfo.impl - package org.zkoss.zk.ui.metainfo.impl
The implementation class of the metainfos.
org.zkoss.zk.ui.render - package org.zkoss.zk.ui.render
The component render is a way to render a component in addition to the use of JSP, DSP, and other Servlet technologies.
org.zkoss.zk.ui.sys - package org.zkoss.zk.ui.sys
Internal interfaces of user interfaces and factories (behind the scene).
org.zkoss.zk.ui.util - package org.zkoss.zk.ui.util
Utilities to handle user interfaces.
org.zkoss.zk.xel - package org.zkoss.zk.xel
ZK XEL utilities.
org.zkoss.zk.xel.impl - package org.zkoss.zk.xel.impl
XEL utilities for implementation only.
Out - Class in org.zkoss.zk.ui.render
A utility to simulate DSP's out action.
Out(String) - Constructor for class org.zkoss.zk.ui.render.Out
 
outContentType(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content type (never null).
outDocType(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the doc type, or null if not available.
outFirstLine(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the first line to be generated to the output, or null if no special first line.
outHeaders(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content that will be placed inside the header element of the specified page.
outLangJavaScripts(String) - Static method in class org.zkoss.zk.fn.ZkFns
Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page.
outLangStyleSheets() - Static method in class org.zkoss.zk.fn.ZkFns
Returns HTML tags to include all style sheets that are defined in all languages.
outLocaleJavaScript() - Static method in class org.zkoss.zk.fn.ZkFns
Generates Locale-dependent strings in JavaScript syntax.
outResponseJavaScripts(Collection) - Static method in class org.zkoss.zk.fn.ZkFns
Returns JavaScript for handling the specified response.
outRootAttributes(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content that will be generated as the attributes of the root element of the specified page.
OVERWRITE_URI - Static variable in interface org.zkoss.zk.ui.Execution
Whether to overwrite uri if both uri and params contain the same parameter.

P

Page - Interface in org.zkoss.zk.ui
A page.
PAGE_DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
PAGE_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_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 page.
PAGE_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 page.
PAGE_UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
PageConfig - Interface in org.zkoss.zk.ui.sys
Represents the info used to initialize a page.
PageCtrl - Interface in org.zkoss.zk.ui.sys
Addition interface to Page for implementation purpose.
PageDefinition - Class in org.zkoss.zk.ui.metainfo
A page definition.
PageDefinition(LanguageDefinition, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinition(LanguageDefinition, String, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinitions - Class in org.zkoss.zk.ui.metainfo
Utilities to retrieve page definitions.
PageDefinitions() - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinitions
 
PageImpl - Class in org.zkoss.zk.ui.impl
An implmentation of Page and PageCtrl.
PageImpl(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by giving the page definition.
PageImpl(LanguageDefinition, ComponentDefinitionMap, String, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page without page definition and richlet.
PageImpl(Richlet, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by specifying a richlet.
PageSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized.
parse(File, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified file.
parse(URL, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified URL.
parse(Reader, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses from the specified reader.
parse(Document, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parss the raw content directly from a DOM tree.
parse(URL, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by url, into the configuration.
parseClientScript(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Parses a script by resolving #{xx} to make it executable at the client.
parseContent(String) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseEventExpression(Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Pares the event expression.
parseExpression(String, Class) - Method in interface org.zkoss.zk.xel.Evaluator
Prepares the expression.
parseExpression(String, Class) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
parseKeys(String) - Static method in class org.zkoss.zk.au.in.Commands
Parses the key flags of a mouse event.
Parser - Class in org.zkoss.zk.ui.metainfo
Used to prase the ZUL file
Parser(WebApp, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.Parser
Constructor.
PASS_THRU_ATTR - Static variable in interface org.zkoss.zk.ui.Execution
Whether the specified parameters shall be passed thru the request's attribute called arg.
Path - Class in org.zkoss.zk.ui
A representation of a component path.
Path() - Constructor for class org.zkoss.zk.ui.Path
 
Path(String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(String, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Path, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Component) - Constructor for class org.zkoss.zk.ui.Path
Returns the path of the specified component.
pathToComponent(String, Component) - Static method in class org.zkoss.zk.ui.Components
Converts a path, generated by Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.
PerformanceMeter - Interface in org.zkoss.zk.ui.util
A listener to measure the performance of certain activities.
popArg() - Method in interface org.zkoss.zk.ui.Execution
Pops the parameters (aka., arg) that is pushed by Execution.pushArg(java.util.Map).
popArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
popOwner() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
popOwner() - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called after a component redraws itself if it ever calls UiEngine.pushOwner(org.zkoss.zk.ui.Component).
PORTLET_PAGE_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
postEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event.
postEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts a generic event (aka, an instance of Event).
postEvent(Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event to the current execution.
postEvent(Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
prepare(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Prepares the initialization at the servlet thread.
print() - Static method in class org.zkoss.zk.ui.util.Clients
Prints the current desktop (aka., browser window) to the client the printer.
process(AuRequest) - Method in class org.zkoss.zk.au.Command
Derived must override this method to process this command.
process(AuRequest, boolean) - Method in class org.zkoss.zk.au.Command
Called to process the specified request.
process(Session, HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Process update requests from the client.
process(AuRequest) - Method in class org.zkoss.zk.au.in.BookmarkChangedCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.CheckCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ClientInfoCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.DropCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.DummyCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ErrorCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.GenericCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.GetUploadInfoCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.InnerWidthCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.InputCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.KeyCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.MouseCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.MoveCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.OpenCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RedrawCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RemoveCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RemoveDesktopCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RenderCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ScrollCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SelectCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SelectionCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SizeCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.UpdateResultCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ZIndexCommand
 
process(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
Processes the content
process(Session, RenderRequest, RenderResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Process a portlet request.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
Process the request.
process() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Process the event.
processEvent(Desktop, Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Ask this event thread to process the specified event.
Property - Class in org.zkoss.zk.ui.metainfo
Info about how to initialize a property (aka., a field of a component).
Property(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with a class that is known in advance.
pushArg(Map) - Method in interface org.zkoss.zk.ui.Execution
Pushes the parameters (aka., arg) that EL could refer it by the arg variable.
pushArg(Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
pushOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
pushOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before a component redraws itself if the component might include another page.

R

RawId - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the UUID (Component.getUuid() must be the same as the ID (Component.getId()).
read(ObjectInputStream) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
read(ObjectInputStream) - Method in interface org.zkoss.zk.scripting.SerializableAware
Reads the name and value of the variable from the specified input stream.
readExternal(ObjectInput) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Don't override this method.
readThis(ObjectInputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to read back this object, only if the deriving class implements java.io.Serializable.
recover(Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
recover(Session, Execution, Desktop) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Recovers the specified desktop.
recover(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when ZK detects Session.getNativeSession() is not initialized properly.
recoverDidFail(Throwable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
recoverDidFail(Throwable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the recoving failed.
recreate() - Method in interface org.zkoss.zk.ui.ext.Macro
Detaches all child components and then recreate them by use of AfterCompose.afterCompose().
recreate() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
redraw(Component, Writer) - Static method in class org.zkoss.zk.fn.ZkFns
Redraw the specified component into the specified out.
redraw(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws this component.
redraw(Writer) - Method in interface org.zkoss.zk.ui.Component
AuRequest this component to render (aka., redraw) itself and its children.
redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
redraw(Collection, Writer) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
redraw(Collection, Writer) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Redraws the whole page into the specified output.
RedrawCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the redraw command.
RedrawCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RedrawCommand
 
RELEASE - Static variable in class org.zkoss.zk.Version
The release version.
remove() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
removeAllChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Removes all children of the specified component.
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Removes the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Removes the specified custom attribute associated with the desktop.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Removes the specified request attribute.
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Removes the specified attribute custom associated with the page.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Removes the specified custom attribute.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Removes the specified custom attribute.
removeChangeListener(NamespaceChangeListener) - Method in interface org.zkoss.zk.scripting.Namespace
Removes a change listener from this namespace.
removeChangeListener(NamespaceChangeListener) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
 
removeChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeChild(Component) - Method in interface org.zkoss.zk.ui.Component
Removes a child.
removeChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a zscript child.
removeChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a variables child.
removeChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a custom-attributes child.
removeChild(ComponentInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a ComponentInfo child.
removeClientErrorReload(int) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the URI to redirect to, when ZK Client Engine receives an error.
RemoveCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the remove command.
RemoveCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RemoveCommand
 
removeComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a component to this page.
removeComponents() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeComponents() - Method in interface org.zkoss.zk.ui.Page
Removes all components in this page.
removeDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
removeDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Removes a desktop from this session.
RemoveDesktopCommand - Class in org.zkoss.zk.au.in
A command to remove the specified desktop.
RemoveDesktopCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RemoveDesktopCommand
 
removeEventInterceptor(EventInterceptor) - Method in interface org.zkoss.zk.ui.Desktop
Removes an event interceptor from this desktop.
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor.
removeEventInterceptor(Class) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor with the specified class.
removeEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Component
Removes an event listener.
removeEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Page
Removes an event listener.
removeFellow(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeFellow(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Removes a fellow.
removeForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, Component, String).
removeForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, String, String).
removeListener(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Removes a listener class.
removePage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removePage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a page from this desktop.
removeRoot(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeRoot(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Detaches a root component from this page.
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Removes a name resolve that was added by Page.addVariableResolver(org.zkoss.xel.VariableResolver).
render(Component, Writer) - Method in interface org.zkoss.zk.ui.render.ComponentRenderer
Redraws a component.
render(Writer) - Method in class org.zkoss.zk.ui.render.Out
Generates the output to the specified writer.
RenderCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the render relevant command.
RenderCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RenderCommand
 
renderItems(Set) - Method in interface org.zkoss.zk.ui.ext.client.RenderOnDemand
Renders a set of specified items, if they are not rendered before.
RenderOnDemand - Interface in org.zkoss.zk.ui.ext.client
Used to decorate a Component object that it supports render-on-demand.
request(Session, Object, Object) - Method in interface org.zkoss.zk.ui.util.RequestInterceptor
Called before a request is processed by ZK Loader or ZK Update Engine.
request(String) - Method in interface org.zkoss.zk.ui.util.URIInterceptor
Called when the current user requests to load the page of the specified URI.
REQUEST_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 request.
REQUEST_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 request.
requestCompleteAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has completed the processing of the response.
requestCompleteAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server has completed the processing of the request.
RequestInfo - Interface in org.zkoss.zk.ui.sys
The request information used with UiFactory.
RequestInfoImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestInfo.
RequestInfoImpl(WebApp, Session, Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor
RequestInfoImpl(Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor.
RequestInfoImpl(Execution, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Construcotr.
RequestInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the requests for the ZK Loader and Update Engine.
RequestQueue - Interface in org.zkoss.zk.ui.sys
A queue of AuRequest.
RequestQueueImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestQueue behaving as a queue of AuRequest.
RequestQueueImpl() - Constructor for class org.zkoss.zk.ui.impl.RequestQueueImpl
 
requestStartAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client starts to send the request to server.
requestStartAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server receives the request.
resizeBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (aka., browser window) by the specified number of pixels.
resizeTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (aka., browser window) to the specified size (in pixels).
resolveImplementationClass(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Resolves and returns the class that implements the component.
resolveImplementationClass(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveImplementationClass(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
resolveVariable(String) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
response(String, AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
 
response(String, AuResponse) - Method in interface org.zkoss.zk.ui.Component
Causes a response (aka., a command) to be sent to the client.
response(AuResponse, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
response(List, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
response(AuResponse, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Generates the output for the specified the response.
response(List, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Generates the output of a list of responses.
response(AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse)to the client.
RESUME_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
Richlet - Interface in org.zkoss.zk.ui
Defines methods that all richlets must implement.
RichletConfig - Interface in org.zkoss.zk.ui
A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
RichletConfigImpl - Class in org.zkoss.zk.ui.impl
An implementation of RichletConfig.
RichletConfigImpl(WebApp, Map) - Constructor for class org.zkoss.zk.ui.impl.RichletConfigImpl
 
RIGHT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
RS_NO_DISPLAY - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the display style.
RS_NO_HEIGHT - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the height style.
RS_NO_WIDTH - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the width style.
run() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 

S

scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
Converts an integer to the string representing the scope.
Scrollable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component is a slider or scrollbar with a position that user could change.
scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (aka., browser window) by the specified number of pixels.
ScrollCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ScrollEvent relevant command.
ScrollCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ScrollCommand
 
ScrollEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by that user is scrolling or has scrolled at the client.
ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (aka., browser window) to the specified location (in pixels).
Selectable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change the selection from the client.
SelectCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SelectEvent relevant command.
SelectCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SelectCommand
 
SelectEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the list selection is changed at the client.
SelectEvent(String, Component, Set) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectionCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SelectionEvent relevant command.
SelectionCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SelectionCommand
 
SelectionEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the active selection which is a highlighted block of text.
SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
Constructs a selection event.
selectItemsByClient(Set) - Method in interface org.zkoss.zk.ui.ext.client.Selectable
Set the selection to a set of specified items.
sendEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the specified component and process it immediately.
sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event the target specified in the event.
sendEvent(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Sends the specified component and event and processes the event synchronously.
sendRedirect(String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL and redirect to the specified browser window.
sendRedirect(String) - Static method in class org.zkoss.zk.ui.Executions
Sends a temporary redirect response to the client using the specified redirect location URL by use of the current execution, Executions.getCurrent().
sendRedirect(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Sends a temporary redirect response to the client using the specified redirect location URL.
SerializableAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports serialization.
SerializableAware.Filter - Interface in org.zkoss.zk.scripting
The filter used with SerializableAware.write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter).
SerializableSession - Class in org.zkoss.zk.ui.http
Serializable Session.
SerializableSession(WebApp, HttpSession, String, String) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
 
SerializableUiFactory - Class in org.zkoss.zk.ui.http
The serializable implementation of UiFactory.
SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
 
ServerPush - Interface in org.zkoss.zk.ui.sys
Represents a server-push controller.
service(Page) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to create components when the specified page is visited and created.
Session - Interface in org.zkoss.zk.ui
A user session.
SESSION_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 session.
SESSION_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 session.
SessionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a session.
sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
sessionCreated(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a new session is created.
sessionCreated(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
SessionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of Session for implementation.
SessionDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same session in one desktop cache.
SessionDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Called when a session is destroyed.
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a session is being destroyed.
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, has just been activated (aka., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionDidActivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionDidActivate(HttpSession) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to post-process a session after it is read back.
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionDidActivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, has just been activated (aka., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session has just been activated (aka., deserialized).
SessionInit - Interface in org.zkoss.zk.ui.util
Used to initialize a session when it is created.
Sessions - Class in org.zkoss.zk.ui
Utilities to access Session.
Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
 
SessionsCtrl - Class in org.zkoss.zk.ui.sys
An addition interface to Sessions for implementation.
SessionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.SessionsCtrl
 
SessionSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, is about to be passivated (aka., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionWillPassivate() - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to pre-process a session before writing the session Refer to SerializableSession for how to use this method.
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, is about to be passivated (aka., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session is about to be passivated (aka., serialized).
set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter.
set(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter's scope associated with the giving namespace.
setAbortingReason(AbortingReason) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
setAbortingReason(AbortingReason) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Aborts the current execution.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the apply attribute that is used to initialize the component.
setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
Sets the applicationname.
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
Sets the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
Sets the value of the specified custom attribute associated with the desktop.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
Sets the value of the specified request attribute.
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute associated with this page.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Session
Sets the value of the specified custom attribute.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
Sets the value of the specified custom attribute.
setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets a bookmark to this desktop.
setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBookmarkByClient(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBookmarkByClient(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the bookmark when receiving the onBookmarkChanged command from the client.
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the client can cache the rendered result.
setCacheable(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets if the client can cache the rendered result.
setCheckedByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Checkable
Checks the state caused by client.
setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setComponentDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition.
setCondition(ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the effectiveness condition.
setContentType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setContentType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the content type.
setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the content type.
setCurposByClient(int) - Method in interface org.zkoss.zk.ui.ext.client.Scrollable
Sets the value in string (aka., text) by client.
setCurrent(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Sets the execution for the current thread.
setCurrent(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the session for the current thread.
setCurrentDirectory(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the current directory.
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the current directory which is used to convert a relative URI to absolute.
setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentPage(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPage(Page) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page.
setCurrentPageDefinition(PageDefinition) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPageDefinition(PageDefinition) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page definition.
setDateHeader(String, long) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setDateHeader(String, long) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets a response header with the given name and date-value.
setDefaultParent(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setDefaultParent(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the default parent.
setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Sets whether the evaluation of the zscript shall be deferred.
setDelay(int, int, int) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Sets the delay between each polling.
setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
Sets the desktop to the specified request.
setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the desktop associated with this execution.
setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the desktop cache.
setDesktopCacheProviderClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements DesktopCacheProvider, or null to use the default.
setDesktopMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the desktop.
setDeviceType(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the device type that this desktop belongs to.
setDeviceType(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDeviceType(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setDeviceType(String) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the device type that this session belongs to.
setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the doc type (<!
setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the doc type (<!
setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is draggable, or an identifier of a draggable type of objects.
setDroppable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is droppable, or a list of identifiers of draggable types of objects that could be droped to this component.
setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Sets an attribute with a value.
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setDynamicTagInfo(String, Set) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition for the dynamic tag.
setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the epilog content.
setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setErrorByClient(String, String) - Method in interface org.zkoss.zk.ui.ext.client.Errorable
Sets or clears the error by client.
setEscapeXML(boolean) - Method in class org.zkoss.zk.ui.render.Out
Sets whether to escape XML.
setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the cache that stores the information about event handler methods.
setExecution(Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setExecution(Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the execution (used to represent a lock).
setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
Sets the expected type.
setExpressionFactoryClass(Class) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the implementation of the expression factory that shall be used by this page.
setExpressionFactoryClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the implementation of the expression factory that shall be used by the whole system.
setFailoverManagerClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements FailoverManager, or null if no custom failover mechanism.
setFirstLine(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setFirstLine(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the first line to be generated to the output.
setFirstLine(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the first line to be generated to the output.
setForEach(String, String, String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the forEach attribute, which is usually an expression.
setForward(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the forward condition that controls when to forward an event receiving by this component to another component.
setFulfill(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the fulfill condition that controls when to create the child components.
setHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setHeader(String, String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets a responseheader with the given name and value.
setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height.
setHeightByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Sizable
Sets the height of the component, caused by user's activity at the client.
setHeightByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setId(String) - Method in interface org.zkoss.zk.ui.Component
Sets the ID.
setId(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setId(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setId(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setId(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the identifier that will be assigned to pages created from this definition.
setId(String) - Method in interface org.zkoss.zk.ui.Page
Sets the identifier of this page.
setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the desktop identifier.
setIdGeneratorClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements IdGenerator, or null to use the default.
setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the if condition.
setImplementationClass(Class) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class to implements the component.
setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class name to implements the component.
setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the class name to implements the component.
setImplementationClass(Class) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setInnerWidthByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.InnerWidth
Sets the inner width of the component, caused by user's activity at the client.
setInProcess() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
setInProcess() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Marks the queue to denote it is being processing.
setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the desktops across visits.
setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the component and attribute names used to represent a label.
setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Sets the scripting language.
setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left position.
setLeftByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Movable
Sets the left of the component, caused by user's activity at the client.
setLeftByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setLocator(Locator) - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
setLocator(Locator) - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Sets the locator used to retrieve resources, such as taglib and zscript files.
setMacroTemplate(Class, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the macro template.
setMacroURI(String) - Method in interface org.zkoss.zk.ui.ext.Macro
Sets the macro URI.
setMacroURI(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of desktop per session.
setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxlength(int) - Method in class org.zkoss.zk.ui.render.Out
Sets the maxlength to output.
setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed time to process events, in miliseconds.
setMaxSpareThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of the spare pool for queuing the event processing threads (per Web application).
setMaxSuspendedThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of suspended event processing threads (per Web application).
setMaxUploadSize(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed upload size, in kilobytes.
setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setMold(String) - Method in interface org.zkoss.zk.ui.Component
Sets the mold for this component.
setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the monitor for this application, or null to disable it.
setNativeTemplate(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the native template.
setNbsp(boolean) - Method in class org.zkoss.zk.ui.render.Out
Sets whether to generate &nbsp; if the content is empty.
setOpenByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Openable
Sets the open state caused by client's operation.
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the owner of this page.
setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPage(Page) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to.
setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the page.
setPageBefore(Page, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPageBefore(Page, Component) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to, and insert this component right before the reference component.
setParent(Namespace) - Method in interface org.zkoss.zk.scripting.Namespace
Sets the parent name space.
setParent(Namespace) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
setParent(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setParent(Component) - Method in interface org.zkoss.zk.ui.Component
Sets the parent component.
setParent(Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the parent.
setParent(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the parent.
setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the performance meter for this application, or null to disable it.
setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the value of the preference.
setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processming.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the prolog content.
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setRawValue(String) - Method in class org.zkoss.zk.ui.metainfo.Property
Sets the raw value of the property.
setRawValue(String) - Method in class org.zkoss.zk.xel.ExValue
Sets the raw value.
setRequestAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setRequestAttribute(String, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the value of an attribute to the client request (e.g., HTTP request) that creates this execution.
setRequestLocal(ServletRequest, String, Object) - Static method in class org.zkoss.zk.ui.http.WebManager
Sets the value of the specified attribute in the request.
setRequestPath(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the request path of this page definition.
setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to generate HTTP response.
setResponseSequence(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setResponseSequence(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the sequence ID of the response.
setResult(Object) - Method in interface org.zkoss.zk.ui.ext.client.Updatable
Sets the result when it is updated from the client successfully.
setRootAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a root attribute.
setRootAttributes(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setRootAttributes(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Set the attributes of the root element declared in this page Default: "".
setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Sets the self variable.
setServerPushClass(Class) - Method in interface org.zkoss.zk.device.Device
Sets the class that implements the server-push feature (ServerPush) for this device, or null to use the default.
setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the name of the class that implements the server-push feature.
setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
Sets the class that implements the server-push feature.
setServerPushClass(Class) - Method in class org.zkoss.zk.device.GenericDevice
 
setServerPushDelay(int, int, int) - Method in interface org.zkoss.zk.ui.Desktop
Sets the delay between each polling.
setServerPushDelay(int, int, int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setSessionMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the session.
setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Sets the split kid.
setStyle(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS style.
setStyle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setStyle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
setStyle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the CSS style of this page.
setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Sets the tag name.
setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Sets the tag name.
setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
setTextByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Inputable
Sets the value in string (aka., text) by the client.
setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the theme provider for the current execution, or null if not available.
setTimeoutURI(String) - Method in interface org.zkoss.zk.device.Device
Sets the timeout URI.
setTimeoutURI(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the timeout URI for the specified device type.
setTimeoutURI(String) - Method in class org.zkoss.zk.device.GenericDevice
 
setTimeoutURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 2.4.0, replaced by Devices.setTimeoutURI(java.lang.String, java.lang.String).
setTimerKeepAlive(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the session alive, when receiving the onTimer event.
setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
setTitle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the title of the desktop this page belongs to (it might contain an expression).
setTooltipDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particual UI components.
setTooltiptext(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the text as the tooltip.
setTop(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the top position.
setTopByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Movable
Sets the top of the component, caused by user's activity at the client.
setTopByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setUiEngineClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements UiEngine, or null to use the default.
setUiFactoryClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements UiFactory, or null to use the default.
setUnavailableMessage(String) - Method in interface org.zkoss.zk.device.Device
Sets the unavailable message that is shown to the client if the client doesn't support this device.
setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the unavailable message for the specified device type.
setUnavailableMessage(String) - Method in class org.zkoss.zk.device.GenericDevice
 
setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the unless condition.
setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, inclluding locale and time zone.
setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Setup this processor before processing the event by calling EventProcessor.process().
setUploadCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to encode the upload text file.
setUploadCharsetFinder(CharsetFinder) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the finder that is used to decide the character set for the uploaded text filie(s), or null if not available.
setValue(String) - Method in class org.zkoss.zk.ui.render.Out
Sets the value.
setVariable(Namespace, String, Object) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Sets the value of a variable to this interpreter's scope identified by the specified namespace.
setVariable(String, Object) - Method in interface org.zkoss.zk.scripting.Interpreter
Sets the value of a variable to this interpreter, as if they are defined in the interpreter.
setVariable(String, Object, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Sets the variable of the specified name.
setVariable(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to this interpreter.
setVariable(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the value of a variable to this interpreter's scope identified by the specified namespace.
setVariable(String, Object, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
setVariable(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setVariable(String, Object, boolean) - Method in interface org.zkoss.zk.ui.Component
Sets a variable to the namespace.
setVariable(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setVariable(String, Object) - Method in interface org.zkoss.zk.ui.Page
Sets a variable to the namespace (Page.getNamespace()).
setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is visible.
setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the Visualizer for this execution.
setVoided(boolean) - Method in interface org.zkoss.zk.ui.Execution
Sets whether the execution is voided.
setVoided(boolean) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setWebApp(WebApp) - Method in class org.zkoss.zk.ui.util.Configuration
Associates it with a web application.
setWebAppClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements WebApp and WebAppCtrl, or null to use the default.
setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width.
setWidthByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Sizable
Sets the width of the component, caused by user's activity at the client.
setWidthByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZIndexByClient(int) - Method in interface org.zkoss.zk.ui.ext.client.ZIndexed
Sets the z-index of the component, caused by user's activity at the client.
setZIndexByClient(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the default scripting language which is assumed when a zscript element doesn't specify any language.
setZScriptLanguage(String) - Method in interface org.zkoss.zk.ui.Page
Sets the defafult scripting language which will be assumed if a zscript element doesn't specify any language.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Shift key is pressed.
SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
A simple implementation of DesktopCache.
SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
SimpleEvaluator - Class in org.zkoss.zk.xel.impl
A simple implementation of Evaluator.
SimpleEvaluator(FunctionMapper, Class) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
 
SimpleNamespace - Class in org.zkoss.zk.scripting.util
A simple implementation of Namespace.
SimpleNamespace() - Constructor for class org.zkoss.zk.scripting.util.SimpleNamespace
 
SimpleNamespace(Component) - Constructor for class org.zkoss.zk.scripting.util.SimpleNamespace
 
SimpleSession - Class in org.zkoss.zk.ui.http
A non-serializable implementation of Session.
SimpleSession(WebApp, HttpSession, String, String) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
 
SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class, only if the deriving class implements java.io.Serializable.
SimpleUiFactory - Class in org.zkoss.zk.ui.http
The default implementation of UiFactory.
SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
 
SimpleWebApp - Class in org.zkoss.zk.ui.http
A servlet-based Web application.
SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
 
Sizable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to indicate a component is sizable by the client.
SizeCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SizeEvent relevant command.
SizeCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SizeCommand
 
SizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being re-sized.
SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
Constructs a mouse relevant event.
SKIP_IF_EVER_ERROR - Static variable in class org.zkoss.zk.au.Command
Whether to skip this command if previous commands ever caused errors.
smartUpdate(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart-update that update a value in int.
smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart-update that update a value in boolean.
smartUpdate(String, String) - Method in interface org.zkoss.zk.ui.Component
Smart-updates a property with the specified value.
SmartWriter - Class in org.zkoss.zk.ui.render
A writer that is used to simplify the output generation of compoennts.
SmartWriter(Writer) - Constructor for class org.zkoss.zk.ui.render.SmartWriter
 
sort(List, Comparator) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
SPACE_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 ID space.
start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Starts the provider.
start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stats and initializes the server-push controller.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Starts the engine.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Starts this factory.
Statistic - Class in org.zkoss.zk.ui.util
An implementation of Monitor to accumulate statistic data in memory.
Statistic() - Constructor for class org.zkoss.zk.ui.util.Statistic
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Called when to stop and cleanup this cache.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Stops the provider.
stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stops and cleans up the server-push controller.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Stops the engine.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Stops this factory.
stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
Stops the propagation for this event.
submitForm(String) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified ID.
submitForm(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified form.
SuspendNotAllowedException - Exception in org.zkoss.zk.ui
Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 

T

TextInfo - Class in org.zkoss.zk.ui.metainfo
Represents a text.
TextInfo(EvaluatorRef, String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
 
ThemeProvider - Interface in org.zkoss.zk.ui.util
Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml) and the configuration (the theme-uri elements in web.xml).
toAbsoluteURI(String, boolean) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if necessary.
toAbsoluteURI(String) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if not included by another page.
toAbsoluteURI(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified URI to an absolute URI, if uri is related and the current execution is not included (Execution.isIncluded()).
toAbsoluteURI(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toAutoId(String, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the automatically generate component's UUID/ID.
toHTML(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns as HTML tag(s) representing this header element.
TOO_MANY_SUSPENDED - Static variable in interface org.zkoss.zk.mesg.MZk
 
toString() - Method in class org.zkoss.zk.au.AuRequest
 
toString() - Method in class org.zkoss.zk.au.AuResponse
 
toString() - Method in class org.zkoss.zk.au.Command
 
toString() - Method in class org.zkoss.zk.ui.AbstractComponent
 
toString() - Method in class org.zkoss.zk.ui.event.Event
 
toString() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessor
 
toString() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
toString() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.Property
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
toString() - Method in class org.zkoss.zk.ui.Path
 
toString() - Method in class org.zkoss.zk.xel.ExValue
 
toString() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 

U

UID - Static variable in class org.zkoss.zk.Version
The version UID used to identify the resources.
UiEngine - Interface in org.zkoss.zk.ui.sys
UI engine is reponsible to process requests from the client, sends the response back to the client with the assistent of ExecutionCtrl.
UiEngineImpl - Class in org.zkoss.zk.ui.impl
An implementation of UiEngine.
UiEngineImpl() - Constructor for class org.zkoss.zk.ui.impl.UiEngineImpl
 
UiException - Exception in org.zkoss.zk.ui
Represents an UI-relevant runtime exception.
UiException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(String) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException() - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException.Aide - Class in org.zkoss.zk.ui
Utilities.
UiException.Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
 
UiFactory - Interface in org.zkoss.zk.ui.sys
Used to create Desktop, Page and to convert path/URL to PageDefinition.
UNDEFINED - Static variable in class org.zkoss.zk.scripting.util.GenericInterpreter
Used by GenericInterpreter.getFromNamespace(java.lang.String) to denote a variable is not defined.
unset(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unset(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unsetVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Removes the value of a variable defined in the interpreter's scope identified by the specified namespace.
unsetVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Removes the value of a variable defined in this interpreter.
unsetVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Unsets a variable from the current ID space.
unsetVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from this interpreter.
unsetVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the value of a variable defined in the interpreter's scope identified by the specified namespace.
unsetVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
unsetVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
unsetVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Unsets a variable defined in the namespace.
unsetVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
unsetVariable(String) - Method in interface org.zkoss.zk.ui.Page
Unsets a variable from the namespace (Page.getNamespace()).
UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
Updatable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if a component supports special updates (other than async-update).
UPDATE_OBSOLETE_PAGE - Static variable in interface org.zkoss.zk.mesg.MZk
 
UpdateResultCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the updateResult command.
UpdateResultCommand(String, int) - Constructor for class org.zkoss.zk.au.in.UpdateResultCommand
 
UPLOAD_PERCENT - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute to indicate the completeness percentage of the current file upload.
UPLOAD_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute indicated the number of bytes of the current file upload.
UploadEvent - Class in org.zkoss.zk.ui.event
Represents that user has uploaded one or several files from the client to the server.
UploadEvent(String, Component, Media[]) - Constructor for class org.zkoss.zk.ui.event.UploadEvent
Constructs the upload event.
URIInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the loading of ZUML pages associated with the specfied URI.

V

VariableResolverInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the variable resolver (VariableResolver).
VariableResolverInfo(Class) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class, and VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
VariableResolverInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name and VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
VariableResolverInfo(VariableResolver) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with an initiator that will be reuse each time VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
VariablesInfo - Class in org.zkoss.zk.ui.metainfo
The information about the variables element in the ZUML page.
VariablesInfo(EvaluatorRef, Map, boolean, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
 
Version - Class in org.zkoss.zk
The ZK version info.
Version() - Constructor for class org.zkoss.zk.Version
 
Visualizer - Interface in org.zkoss.zk.ui.sys
A part of Execution for visualizing the components whose visual parts are modified.

W

wait(Object) - Static method in class org.zkoss.zk.ui.Executions
Suspends the current processing of an event and wait until the other thread invokes Executions.notify(Object), Executions.notifyAll(Object), Executions.notify(Desktop, Object) or Executions.notifyAll(Desktop, Object) for the specified object.
wait(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
wait(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Suspends the current processing of an event and wait until the other thread invokes UiEngine.notify(Object), UiEngine.notifyAll(Object), UiEngine.notify(Desktop, Object) or UiEngine.notifyAll(Desktop, Object) for the specified object.
WebApp - Interface in org.zkoss.zk.ui
Represents a Web application.
WebAppCleanup - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it about to be destroyed.
WebAppCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of WebApp for implementation.
WebAppInit - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it is created.
WebManager - Class in org.zkoss.zk.ui.http
A bridge bewteen Web server and ZK.
WebManagerActivationListener - Interface in org.zkoss.zk.ui.http
A listener that will be invoked when the Web manager is created (aka., activated).
willSerialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component is going to serialize this object.
willSerialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop is going to serialize this object.
willSerialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page is going to serialize this object.
willSerialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session is going to serialize this object.
withForEach() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns whether the forEach condition is defined.
wrap(Throwable) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, String) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
write(ObjectOutputStream, SerializableAware.Filter) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
write(ObjectOutputStream, SerializableAware.Filter) - Method in interface org.zkoss.zk.scripting.SerializableAware
Writes the name and value of the variables of this namespace to the specified stream.
write(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a component.
write(String) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string.
write(String, boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string.
write(boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a boolean.
write(char) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a char.
write(byte) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a byte.
write(short) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a short.
write(int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes an integer.
write(float) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a float.
write(double) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a double.
writeAttr(String, Object) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes an attribute.
writeChildren(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes all children.
writeChildren(Component, int, int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes children in the specified range.
writeComponents(Collection) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a list of components.
writeComponents(List, int, int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a list of component in the specified range.
writeExternal(ObjectOutput) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
writeln(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a component.
writeln() - Method in class org.zkoss.zk.ui.render.SmartWriter
Write new line.
writeln(String) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string, and then write a new line.
writeln(String, boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string, and then write a new line.
writeln(char) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a char with a line feed.
writeThis(ObjectOutputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to write this object, only if the deriving class implements java.io.Serializable.
WrongValueException - Exception in org.zkoss.zk.ui
Denotes the value passed to a setter (aka., mutator) of a component is wrong.
WrongValueException(Component, String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException() - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 

Z

ZidRequired - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the component might be accessible at the client with Component.getId().
ZIndexCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ZIndexEvent relevant command.
ZIndexCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ZIndexCommand
 
ZIndexed - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the z-index of a component is modifiable by the client.
ZIndexEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component whose z-index is modified by the client.
ZIndexEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ZIndexEvent
Constructs a mouse relevant event.
ZK - Static variable in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
A special definition to represent the zk component.
ZK_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK.
ZkFns - Class in org.zkoss.zk.fn
Utilities for using EL.
ZkFns() - Constructor for class org.zkoss.zk.fn.ZkFns
 
ZScript - Class in org.zkoss.zk.ui.metainfo
Represents a zscript element.
ZScript(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript object with the content directly.
ZScript(EvaluatorRef, String, URL, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Create a zscript object with an URL that is used to load the content.
ZScript(EvaluatorRef, String, String, ConditionImpl, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Constructs a ZScript with an URL, which might contain an EL expression.
ZScriptInitiator - Class in org.zkoss.zk.ui.impl
An initiator used to evaluate a zscript file.
ZScriptInitiator(ZScript) - Constructor for class org.zkoss.zk.ui.impl.ZScriptInitiator
 

_

_exec - Static variable in class org.zkoss.zk.ui.Executions
Stores the current Execution.
_sess - Static variable in class org.zkoss.zk.ui.Sessions
Used to the store the session for the current thread.

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

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