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

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.
AbstractComponent(boolean) - Constructor for class org.zkoss.zk.ui.AbstractComponent
Constructs a dummy component that is not associated with any component definition.
AbstractComponent.Children - Class in org.zkoss.zk.ui
The default implementation for AbstractComponent.getChildren().
AbstractComponent.ForwardInfo - Class in org.zkoss.zk.ui
 
AbstractComponent.TargetInfo - Class in org.zkoss.zk.ui
 
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.
AbstractPage - Class in org.zkoss.zk.ui
A skeletal implementation of Page.
AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
 
AbstractUiFactory - Class in org.zkoss.zk.ui.impl
The skeletal 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.
accept(ComponentMatchCtx, String...) - Method in interface org.zkoss.zk.ui.select.impl.PseudoClassDef
Return true if the component qualifies this pseudo class.
activate() - Method in class org.zkoss.zk.au.AuRequest
Activates this request.
activate(long) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Activate the current thread (which must be a server-push thread).
activate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Activates a thread to allow it access the given desktop synchronously.
activate(Desktop, long) - Static method in class org.zkoss.zk.ui.Executions
Activates a thread to allow it access the given desktop synchronously, or until a certain amount of time has elapsed.
activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
activate(Execution, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(Execution, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
ACTIVATE_RETRY_ABORT - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property used with Attributes.ACTIVATE_RETRY_DELAY to indicate if the time waiting for activation is longer than Attributes.ACTIVATE_RETRY_DELAY, the activation will be aborted and the thread will end.
ACTIVATE_RETRY_DELAY - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property to specify the timeout (in milliseconds) to wait for the activation.
activateServerPush(long) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
activateServerPush(long) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Activates the current thread for accessing this desktop by the server push.
ActivationTimeoutException - Exception in org.zkoss.zk.ui
Indicates the activation of an execution is taking too long.
ActivationTimeoutException() - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Object) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(String) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
add(int, String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(int, String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
add(int, StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(int, StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
add(String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
Appends the specified CSS/WCS file uri to the end of the theme uri list.
add(String, Class) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
add(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter class.
add(String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation definition.
add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds the event handler for the specified event name.
add(StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
Appends the specified CSS/WCS file uri to the end of the theme uri list.
add(Element) - Static method in class org.zkoss.zk.device.Devices
Adds a device based on the XML declaration.
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_ON_ACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
 
Add_ON_DEACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
 
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.
addAfterHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addAfterHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds the tags that will be generated inside the head element and after ZK's default tags.
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.
addAnnotation(String, String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addAnnotation(String, String, Map<String, String[]>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an annotation to the specified property of this component.
addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds an annotation.
addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an annotation to the specified property of this component info.
addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds an annotation to the specified property of this component definition.
addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Adds an annotation to the specified property of this component info.
addAttribute(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
addAuExtension(String, AuExtension) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Adds an AU extension and associates it with the specified prefix.
addAuExtension(WebApp, String, AuExtension) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Adds an AU extension and associates it with the specified prefix, even before DHtmlUpdateServlet is started.
addAuResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
Adds an asynchronous response (AuResponse) with the given key instead of AuResponse.getOverrideKey().
addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addAuResponse(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(AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addBeforeHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addBeforeHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds the tags that will be generated inside the head element and before ZK's default tags.
addByCompoundValue(String, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds annotation by specifying the content in the compound format.
addCallback(String, Callback) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addCallback(String, Callback) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds a callback at component in specific name
addClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
addClassResolver(ClassResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addClassResolver(ClassResolver) - Method in interface org.zkoss.zk.ui.Page
Adds a class resolver to this page.
addClientEvent(Class<? extends Component>, String, int) - Static method in class org.zkoss.zk.ui.AbstractComponent
Adds an event that the client might send to the server.
addClientPackage(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a client (JavaScript) package that is provided by this server.
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.
addCSSURI(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the URI of a CSS file that is part of this language.
addCustomAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds a custom attribute.
addDataHandler(DataHandlerInfo) - Method in class org.zkoss.zk.ui.util.Configuration
Adds client data attribute handler
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
Specifies what theme URI to be disabled.
addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute each time before evaluating zscript.
addEmbedded(String) - Method in interface org.zkoss.zk.device.Device
Adds the content that shall be added to the output generated and sent to the client, when rending a desktop.
addEmbedded(String) - Method in class org.zkoss.zk.device.GenericDevice
 
addEmbedded(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds the content that shall be added to the output generated and sent to the client, when rending a desktop.
addEpilogChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
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, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an event handler.
addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an event handler.
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Adds an event interceptor.
addEventListener(int, String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventListener(int, String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
Adds an event listener to specified event name for this component with the given priority.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
Adds an event listener to specified event name for this component.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
Adds an event listener to specified event for all components in this page.
addEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Add onXxx event handler defined in controller object to the specified component.
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.
addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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.
addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String, Object) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component of the specified path with extra event data.
addForward(String, Component, 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, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String, Object) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component with extra event data.
addForwardInfo(ForwardInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a forward definition (ForwardInfo).
addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Adds forward conditions to myid source component so onXxx source event received by myid component can be forwarded to the specified target component with the target event name onXxx$myid.
addForwards(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Adds forward conditions to the specified component with a custom separator.
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.
addFunctionMapperInfo(FunctionMapperInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a definition of FunctionMapper.
addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo).
addHeaderInfo(HeaderInfo, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo).
addImportedClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds an imported class Like Java, it is used to import a class or a package of classes, so that it simplifies the use of the apply attribute, the init directive and others.
addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a definition 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(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invalidates a component to cause redrawing.
addInvalidate(Page) - 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.
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.
addLabelLocation(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the location of a properties file for i18n labels.
addLanguage(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
Adds a language.
addListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a listener class.
addListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
Adds a listener.
addListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addMessageLoader(MessageLoader) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a MessageLoader
addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a mold.
addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Adds the mold URI for the specified mold.
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.
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.
addOnActivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
Adds a callback method to be executed only once after the execution activated.
addOnActivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a callback method to be executed only once after the execution activated.
addOnDeactivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
Adds a callback method to be executed only once after the execution deactivated.
addOnDeactivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a callback method to be executed only once after the execution being deactivated (i.e. do the callback in ExecutionCtrl.onBeforeDeactivate().
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.
addParameter(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
addPerfRequestId(String) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addPerfRequestId(String) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a request ID that uniquely identifies a request for performance measurement PerformanceMeter.
addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer.
addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Adds a property initializer.
addProperty(String, NativeInfo, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer based on the native content.
addPseudoClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
addPseudoElement(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
addRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addRequests(Collection<AuRequest>) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addRequests(Collection<AuRequest>) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a list of requests to the queue.
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.
addResponse(String, AuResponse, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(String, AuResponse, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Adds a response with the given priority.
addResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Adds a response directly by using AuResponse.getOverrideKey() as the override key.
addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Adds a response header with the give name and value.
addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
Adds a response header with the given name and date-value.
addResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addResponseHeaderInfo(ResponseHeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a response header.
addRichlet(String, Class<?>, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichlet(String, String, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichlet(String, Richlet) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the richlet.
addRichletMapping(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a richlet mapping.
addSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Add the CSS class(es) to a component's sclass property if the component doesn't have this cssClass.
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
Adds a listener to listen whether this scope is changed.
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Adds a scope listener.
addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
addShadowDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a shadow element definition.
addShadowRoot(ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addShadowRoot(ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds the given shadow root from this host.
addShadowRootBefore(ShadowElement, ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addShadowRootBefore(ShadowElement, ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds the given shadow root from this host.
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, Object, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, Object, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Smart-updates a property of the peer widget.
addSmartUpdate(Component, String, Object, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, Object, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Adds a smart update that will be executed at the given priority.
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.
addTemplate(String, Template) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Page
Adds page scope template
addTemplateInfo(TemplateInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a template info The previous src of the same name will be replaced.
addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds an CSS resource that will be generated for each ZUML desktop.
addThemeURIHandler(ThemeURIHandler) - Method in class org.zkoss.zk.ui.util.Configuration
addToCollectionField(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Add the item to a collection field of an object.
addToFirstAsyncUpdate(List<AuResponse>) - 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) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addUuidChanged(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before changing the component's UUID.
addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Adds a name resolver that will be used to resolve a variable (by Execution.getVariableResolver()).
addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Adds a variable resolver that will be used to resolve a variable by Page.getXelVariable(java.lang.String).
addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a definition of VariableResolver.
addWidgetAttribute(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a custom DOM attribute to the peer widget.
addWidgetDefinition(WidgetDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a widget definition.
addWidgetListener(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an event listener for the peer widget.
addWidgetOverride(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a method or a value to the peer widget.
addXelMethod(String, String, Function) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a XEL method.
ADJACENT_SIBLING - org.zkoss.zk.ui.select.impl.Selector.Combinator
 
AFTER_CHILD_ADDED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
For after child added callback, use in ComponentCtrl.addCallback(String, Callback)
AFTER_CHILD_REMOVED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
For after child removed callback, use in ComponentCtrl.addCallback(String, Callback)
AFTER_NEXT - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is inserted after the next insertion
AFTER_PAGE_ATTACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
For page attached callback, use in ComponentCtrl.addCallback(String, Callback)
AFTER_PAGE_DETACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
For page detached callback, use in ComponentCtrl.addCallback(String, Callback)
AFTER_PARENT_CHANGED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
For after parent changed callback, use in ComponentCtrl.addCallback(String, Callback)
afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a component is attached to a page.
afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a component is detached from a page.
afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.util.Configuration
afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after the parent/children relation is changed.
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).
afterCompose() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Creates the distributed children after apply dynamic properties
AfterCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
afterCreate(Component[]) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
 
afterCreate(Component[]) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
Called after the whole component tree has been created by this engine.
afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
afterHostChildAdded(Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
afterHostChildAdded(Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called when a child is added to the host.
afterHostChildRemoved(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
afterHostChildRemoved(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called when a child is removed to the host.
afterInterpret() - Static method in class org.zkoss.zk.ui.ext.Scopes
Used with Scopes.beforeInterpret(org.zkoss.zk.ui.ext.Scope) to clean up implicit variables.
afterInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
afterPageAttached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
afterPageAttached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a page is attached to a desktop.
afterPageDetached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
afterPageDetached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a page is detached to a desktop.
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called after processing an event.
afterRedraw() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Called after finishing the redrawing.
afterRemove(Session, Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called after a desktop is removed.
afterRenderComponents(Collection) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
 
afterRenderComponents(Collection<Component>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
Called when this engine renders the given components.
afterRenderComponents(Collection<Component>) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
Called when this engine renders the given components.
afterRenderNewPage(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
 
afterRenderNewPage(Page) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
Called after a new page has been redrawn (PageCtrl.redraw(java.io.Writer) has been called).
afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called after the suspended event thread is resumed.
afterService(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called after the request is served.
afterService(DesktopRecycle, Desktop) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
Called after serving a HTTP request.
afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterShadowAttached(ShadowElement, Component) when a shadow is attached to a host.
afterShadowAttached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a shadow is attached to a host.
afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterShadowDetached(ShadowElement, Component) when a shadow is detached from a host.
afterShadowDetached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a shadow is detached from a host.
AfterSizeEvent - Class in org.zkoss.zk.ui.event
Represents an event that resize a component and provides the new size of the component.
AfterSizeEvent(String, Component, int, int) - Constructor for class org.zkoss.zk.ui.event.AfterSizeEvent
Constructs an AfterSizeEvent.
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
 
AggregationListener - Interface in org.zkoss.zk.ui.util
A listener to gather some non-predefined listeners
Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
 
Aide() - Constructor for class org.zkoss.zk.ui.util.ThemeProvider.Aide
 
AjaxDevice - Class in org.zkoss.zk.device
Represents a Web browser with the Ajax support.
AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
 
alert(String) - Method in class org.zkoss.zk.ui.select.SelectorComposer
Shortcut to call Messagebox.show(String).
alert(String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows an error message at the browser.
alert(String) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
alert(String, String, String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows an error message at the browser.
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.SelectEvent
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.
Annotation - Interface in org.zkoss.zk.ui.metainfo
The common interface extended by all annotation types.
ANNOTATION_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for annotation.
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
 
APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to append params if both uri and params contain the same parameter.
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(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a child.
appendChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Append a child
appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Adds a 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 - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the web application.
APPLICATION - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the application scope.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the whole application.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the whole application.
applicationScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the web application.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Applies the custom attributes.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
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.AttributesInfo
Applies the custom attributes.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the page.
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.
applyAnnotations(AnnotationMap, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified annotation map.
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(ShadowInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified instance definition.
applyAttributes(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Applies the custom attributes defined in this definition to the specified component.
applyAttributes(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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 (a.k.a. members) based on what are defined in the component definition.
applyProperties(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Applies the properties defined in this definition to the specified component.
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Applies the event handlers and properties to the specified component.
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Applies the event handlers and properties to the specified component.
arg - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the arg argument passed to the createComponents method.
ArithmeticWrongValueException - Exception in org.zkoss.zk.ui
For ArithmeticException wrong value wrapper.
ArithmeticWrongValueException() - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(String) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int, Object[], Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, String, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, String, Throwable, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
asShadow(Object) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
 
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Assigns the value of this member to the specified component.
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
 
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetOverride
 
assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Assigns a property.
attachAttributeOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
attachAttributeQuote(boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
attachAttributeValue(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
attachAttributeValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
attachCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.Selector
Add combinator to the last simple selector sequence
attachPseudoClassParameter(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
ATTR_EVENT_QUEUES - Static variable in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
The attribute used to store the map of event queues.
Attribute - Class in org.zkoss.zk.ui.select.impl
The model representing an attribute in Selector.
Attribute(String) - Constructor for class org.zkoss.zk.ui.select.impl.Attribute
 
Attribute.Operator - Enum in org.zkoss.zk.ui.select.impl
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeAdded(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeAdded(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeAdded(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be added to Scope.
attributeRemoved(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeRemoved(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeRemoved(Scope, String) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be removed from Scope.
attributeReplaced(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeReplaced(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeReplaced(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be replaced in Scope.
Attributes - Class in org.zkoss.zk.ui.impl
Attributes used internally for implementation only.
Attributes - Class in org.zkoss.zk.ui.sys
Attributes or library properties to customize the behaviors of ZK, such as page rending, fileupload and so on.
Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
 
Attributes() - Constructor for class org.zkoss.zk.ui.sys.Attributes
 
AttributesInfo - Class in org.zkoss.zk.ui.metainfo
Represents a map of custom attributes of a component definition (ComponentDefinition).
AttributesInfo(NodeInfo, Map<String, String>, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
Constructor.
AttributesInfo(NodeInfo, Map<String, String>, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
The same as AttributesInfo(parent, attrs, scope, "none", cond).
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
 
AuAlert(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuAlert
For the response error use, the next AuRequest will be stopped until the alert dialog is closed.
AuAlert(String, String) - Constructor for class org.zkoss.zk.au.out.AuAlert
 
AuAlert(String, String, 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, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
 
AuAppendChild(Page, Collection<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
 
AuBookmark(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuBookmark
 
AuClearBusy - Class in org.zkoss.zk.au.out
A response to ask the client to clear the busy message.
AuClearBusy() - Constructor for class org.zkoss.zk.au.out.AuClearBusy
Constructs a command to remove a busy message covering the whole browser.
AuClearBusy(Component) - Constructor for class org.zkoss.zk.au.out.AuClearBusy
Constructs a command to remove a busy message covering only the specified component.
AuClearWrongValue - Class in org.zkoss.zk.au.out
A response to ask the client to close the error messages belonging the specified component, if any.
AuClearWrongValue(List<? extends Component>) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
 
AuClearWrongValue(Component) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
Unlike other constructors, the object instantiated by this method depends on the specified comp.
AuClearWrongValue(Component[]) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
 
AuClientInfo - Class in org.zkoss.zk.au.out
A response to ask the browser to send back its information.
AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response for all desktops of the same browser window.
AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response with the specified desktop.
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
 
AuDecoder - Interface in org.zkoss.zk.au
Used to decode the custom format of the AU requests.
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
Constructs with an encoded URL.
AuDownload(DeferredValue) - Constructor for class org.zkoss.zk.au.out.AuDownload
Constructs with a deferred URI.
AuDynaMediar - Class in org.zkoss.zk.au.http
The AU processor used to response the content for DynamicMedia.getMedia(java.lang.String)
AuDynaMediar() - Constructor for class org.zkoss.zk.au.http.AuDynaMediar
 
AuEcho - Class in org.zkoss.zk.au.out
A response to ask client to send a dummy request back to the server.
AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
Constructs an echo response for each desktop in the same browser window
AuEcho(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuEcho
Constructs an echo response that will cause an event to fire when the client echoes back.
AuEcho(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuEcho
Constructs an echo response that will cause an event to fire when the client echoes back.
AuEcho(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
Constructs an echo response with the specified desktop.
AuEchoGlobal - Class in org.zkoss.zk.au.out
A response to ask client to send the specified event for all qualified desktops.
AuEchoGlobal(String, String, Collection<Desktop>) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
 
AuEchoGlobal(String, String, Desktop) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
 
AuExtension - Interface in org.zkoss.zk.au.http
An AU service is a small Java program that can be plugged into DHtmlUpdateServlet to extend its functionality.
AuExtensionRequest - Interface in org.zkoss.zk.au.http
Represents a request for an AU extension (AuExtension).
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
 
AuHistoryState - Class in org.zkoss.zk.au.out
A response to ask the client to push a state to history entry.
AuHistoryState(boolean, Object, String, String) - Constructor for class org.zkoss.zk.au.out.AuHistoryState
 
AuInsertAfter - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML after the specified component at the client.
AuInsertAfter(Component, Collection<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, Collection<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 invoke a function.
AuInvoke(String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a global function at the client with the given arguments.
AuInvoke(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with no argument.
AuInvoke(Component, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with one boolean argument.
AuInvoke(Component, String, double) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with one double argument.
AuInvoke(Component, String, int) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with one int argument.
AuInvoke(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with one argument.
AuInvoke(Component, String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with an array of the given arguments.
AuInvoke(Component, String, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with two arguments.
AuInvoke(Component, String, Object, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call the peer widget's member function with three arguments.
AuInvoke(Component, String, String...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with variable number of arguments.
AuLoadCSS - Class in org.zkoss.zk.au.out
Loads a CSS file to client.
AuLoadCSS(String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
Loads a CSS file.
AuLoadCSS(String, String, String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
Loads a CSS file.
AuLoadScript - Class in org.zkoss.zk.au.out
Loads a JavaScript file to client and execute it.
AuLoadScript(String, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuLoadScript
Loads a JavaScript file to client and execute it.
AuLog - Class in org.zkoss.zk.au.out
Logs the message to the client.
AuLog(String) - Constructor for class org.zkoss.zk.au.out.AuLog
 
AuMoveBy - Class in org.zkoss.zk.au.out
A response to ask the client to move the desktop (a.k.a., 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 (a.k.a., the browser window) to specified location (in pixel).
AuMoveTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveTo
 
AuMultipartUploader - Class in org.zkoss.zk.au.http
An AU handler to process multipart content.
AuMultipartUploader() - Constructor for class org.zkoss.zk.au.http.AuMultipartUploader
 
AuNotification - Class in org.zkoss.zk.au.out
The au object for notification.
AuNotification(String, String, Page, Component, int, int, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
Shows notification at given coordinate
AuNotification(String, String, Page, Component, String, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
Shows notification at predefined position.
AuObsolete - Class in org.zkoss.zk.au.out
A response to denote the desktop might become obsolete.
AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.out.AuObsolete
 
AuOuter - Class in org.zkoss.zk.au.out
A response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.
AuOuter(Component, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
 
AuOuter(Page, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
 
AuPrint - Class in org.zkoss.zk.au.out
A response to ask the client to print the desktop (a.k.a., the browser window).
AuPrint() - Constructor for class org.zkoss.zk.au.out.AuPrint
 
AuRedirect - Class in org.zkoss.zk.au.http
The AU processor to handle the HTTP redirect via status 302.
AuRedirect() - Constructor for class org.zkoss.zk.au.http.AuRedirect
 
AuRemove - Class in org.zkoss.zk.au.out
A response to remove the specified component at the client.
AuRemove(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
Removes a component by its UUID.
AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRequest - Class in org.zkoss.zk.au
A request sent from the client to the server.
AuRequest(Desktop, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a request sent from a component.
AuRequest(Desktop, String, Map<String, Object>) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a general request sent from client.
AuRequests - Class in org.zkoss.zk.au
Utilities to convert AuRequest to Event or its deriving classes.
AuRequests() - Constructor for class org.zkoss.zk.au.AuRequests
 
AuResizeBy - Class in org.zkoss.zk.au.out
A response to ask the client to resize the desktop (a.k.a., 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 (a.k.a., the browser window) to specified size (in pixel).
AuResizeTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeTo
 
AuResizeWidget - Class in org.zkoss.zk.au.out
Used to force ZK Client re-calculate the size of the widget at the client.
AuResizeWidget(Component) - Constructor for class org.zkoss.zk.au.out.AuResizeWidget
Constructs a command to force ZK Client re-calculate the size of the given widget.
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, Object) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, Component, Object) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with one or zero data.
AuResponse(String, Component, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, Page, Object) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with single data.
AuResponse(String, Page, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse.JSONComponent - Class in org.zkoss.zk.au
 
AuResponse.JSONDate - Class in org.zkoss.zk.au
 
AuScript - Class in org.zkoss.zk.au.out
A response to ask the client to execute the specified client scripts.
AuScript(String) - Constructor for class org.zkoss.zk.au.out.AuScript
Constructs a AuScript response that doesn't depend on any component.
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 (a.k.a., the browser window) relatively (in pixels).
AuScrollBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollBy
 
AuScrollIntoView - Class in org.zkoss.zk.au.out
Scrolls the ancestors to make the component visible.
AuScrollIntoView(Component) - Constructor for class org.zkoss.zk.au.out.AuScrollIntoView
Constructor.
AuScrollTo - Class in org.zkoss.zk.au.out
A response to ask the client to scroll the desktop (a.k.a., the browser window) to specified location (in pixel).
AuScrollTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollTo
 
AuSelect - Class in org.zkoss.zk.au.out
A response to select a portion of the specified component at the client.
AuSelect(Component) - Constructor for class org.zkoss.zk.au.out.AuSelect
 
AuSelect(Component, int, int) - Constructor for class org.zkoss.zk.au.out.AuSelect
 
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
 
AuService - Interface in org.zkoss.zk.au
An AU request service used to handle the AU requests (AuRequest).
AuSetAttribute - Class in org.zkoss.zk.au.out
A response to set the attribute of the specified component at the client.
AuSetAttribute(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
Construct an instance for miscellaneous values, such as Boolean, Integer and so on.
AuSetAttributes - Class in org.zkoss.zk.au.out
A response to set successive attributes of the specified component at the client.
AuSetAttributes(Component, AuSetAttribute...) - Constructor for class org.zkoss.zk.au.out.AuSetAttributes
Construct an instance for miscellaneous values, such as Boolean, Integer and so on.
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
 
AuShowBusy - Class in org.zkoss.zk.au.out
A response to ask the client to show the busy message such that the user knows the system is busy.
AuShowBusy(String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
Constructs a busy message covering the whole browser.
AuShowBusy(Component, String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
Constructs a busy message covering only the specified component.
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
 
AuSyncErrorbox - Class in org.zkoss.zk.au.out
A response to ask the client to sync errorboxes in the desktop
AuSyncErrorbox() - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
A constructor for asking the client to sync the position all the errorboxes to its widget.
AuSyncErrorbox(Component) - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
A constructor for asking the client to sync position of a widget and its the errorbox.
AuUuid - Class in org.zkoss.zk.au.out
Rename the UUID.
AuUuid(Component, String) - Constructor for class org.zkoss.zk.au.out.AuUuid
 
AuWriter - Interface in org.zkoss.zk.au
Represents a writer that is used to send the output back to the client, when processing AuRequest.
AuWriters - Class in org.zkoss.zk.au
Utilities to instantiate an implementation of AuWriter.
AuWriters() - Constructor for class org.zkoss.zk.au.AuWriters
 
AuWrongValue - Class in org.zkoss.zk.au.out
A response to tell the client a component's value is wrong.
AuWrongValue(String[]) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
Constructor for multiple wrong values.
AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
 

B

BasicPseudoClassDefs - Class in org.zkoss.zk.ui.select.impl
The default set of pseudo classes in Selector.
BasicPseudoClassDefs() - Constructor for class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
 
BEFORE_PREVIOUS - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is inserted before the previous insertion
beforeChildAdded(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
beforeChildAdded(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
beforeChildAdded(Component, Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called before adding a child.
beforeChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
beforeChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called before removing a child.
beforeCompose() - Method in interface org.zkoss.zk.ui.ext.BeforeCompose
Called by ZK Loader before it sets any properties, and before creates any child component.
BeforeCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
beforeExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
beforeExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
beforeHostChildAdded(Component, Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
beforeHostChildAdded(Component, Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called before the host adding a child.
beforeHostChildRemoved(Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
beforeHostChildRemoved(Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called before the host removing a child.
beforeHostParentChanged(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
beforeHostParentChanged(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called before the host changing the parent.
beforeInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
beforeInterpret(Scope) - Static method in class org.zkoss.zk.ui.ext.Scopes
beforeParentChanged(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: If parent is null, execute the @Destroy method if any.
beforeParentChanged(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
beforeParentChanged(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called before changing the parent.
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
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
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before processing an event.
beforeRedraw(boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Called before staring the redrawing.
beforeRemove(Execution, Desktop, int) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called when the client asks the server to remove a desktop because of the user's navigating to other URL or refreshing the page.
beforeRender(RequestInfo) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
Called before rendering to test if the patch shall be applied.
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
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
beforeService(Execution, String) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called when an user requests the content of a page.
beforeService(DesktopRecycle, ServletContext, Session, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
Called before serving a HTTP request.
beforeSuspend(Component, Event, Object) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
Called before the event processing thread is suspended.
beforeUpdate(Desktop, List<AuRequest>) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when an asynchronous updated is called (and not yet processed).
beforeUpdate(Desktop, List<AuRequest>) - Method in class org.zkoss.zk.ui.util.Statistic
 
beforeWCS(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Called when a WCS (Widget CSS descriptor) file is about to be loaded.
beforeWidgetCSS(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Called when a WCS (Widget CSS descriptor) file is about to load the CSS file associated with a widget.
BEGIN_WITH - org.zkoss.zk.ui.select.impl.Attribute.Operator
 
beginUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
beginUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates and prepare for asynchronous update
BIND_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
bindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
A convenient method that help you register this event listener to the specified target component.
BINDER - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
Blockable - Interface in org.zkoss.zk.ui.ext
An interface that allows a Component to specify when to block an AuRequest from client, for security control.
BookmarkEvent - Class in org.zkoss.zk.ui.event
The bookmark update event used with onBookmarkChange 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
 
BooleanPropertyAccess - Class in org.zkoss.zk.ui.sys
A Boolean property access class.
BooleanPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.BooleanPropertyAccess
 
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
 
BUSY_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
Indicates whether it can be ignored by the server when the server receives the same requests consecutively.

C

call(T) - Method in interface org.zkoss.zk.ui.util.Callback
Executes the callback method.
Callback<T> - Interface in org.zkoss.zk.ui.util
A callback interface to execute in some circumstance.
carryOver() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Carry over the info stored in the constructor to the current thread.
CBN_ADJACENT_SIBLING - org.zkoss.zk.ui.select.impl.Token.Type
 
CBN_CHILD - org.zkoss.zk.ui.select.impl.Token.Type
 
CBN_GENERAL_SIBLING - org.zkoss.zk.ui.select.impl.Token.Type
 
CE_BUSY_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returned by ComponentCtrl.getClientEvents() to indicate the event can be ignored by the server when the server is busy.
CE_DUPLICATE_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returned by ComponentCtrl.getClientEvents() to indicate the event can be ignored by the server when the server receives the same AU requests but not processed yet.
CE_IMPORTANT - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returned by ComponentCtrl.getClientEvents() to indicate the event is important and the client must send it back even if no listener is registered.
CE_NON_DEFERRABLE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returned by ComponentCtrl.getClientEvents() to indicate the event is no deferrable, i.e., the event has to be sent back immediately.
CE_REPEAT_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returned by ComponentCtrl.getClientEvents() to indicate the event an be ignored by the server when the server receives consecutive AU requests.
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(Desktop, EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Ceases the specified event thread.
ceaseSuspendedThread(EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
ceaseSuspendedThread(EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Ceases the specified event thread.
CharSequenceIterator - Class in org.zkoss.zk.ui.select.impl
A char Iterator implementation for Selector tokenizer.
CharSequenceIterator(CharSequence) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
CharSequenceIterator(CharSequence, int) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
CharSequenceIterator(CharSequence, int, int) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
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.
charsetSetup(Session, HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.AuDynaMediar
 
charsetSetup(Session, HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.zk.au.http.AuExtension
Sets the charset of the response.
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.
CheckEvent(String, Component, Boolean) - Constructor for class org.zkoss.zk.ui.event.CheckEvent
Constructs a check-relevant event.
checkUpdateURI(String, String) - Static method in class org.zkoss.zk.ui.http.Utils
Checks the update URI.
checkUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Checks if the given UUID is valid.
checkVersion(URL, Document) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
Checks and returns whether the loaded document's version is correct.
checkVersion(URL, Document, boolean) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
Checks and returns whether the loaded document's version is correct.
CHILD - org.zkoss.zk.ui.select.impl.Selector.Combinator
 
Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
 
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(ServletRequest, Object) - Static method in class org.zkoss.zk.ui.http.I18Ns
 
cleanup(Component, Event, List<Throwable>) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Cleans up the event processing 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<Throwable>) - 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.
clearBusy() - Static method in class org.zkoss.zk.ui.util.Clients
Cleans the busy message at the browser.
clearBusy(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Clears the busy message at the browser that covers only the specified component.
clearChildren() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
clearPerfRequestIds() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
clearPerfRequestIds() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Clears all request IDs that were added by RequestQueue.addPerfRequestId(java.lang.String) for performance measurement.
clearPseudoClassDefs() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Clear all custom pseudo class definitions.
clearSmartUpdate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
clearSmartUpdate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Clears all existing smart updates that belong to the given component.
clearWrongValue(List<Component>) - Static method in class org.zkoss.zk.ui.util.Clients
Closes the error message of the specified components, if any, at the browser.
clearWrongValue(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Closes the error message of the specified component, if any, at the browser.
clearWrongValue(Component[]) - Static method in class org.zkoss.zk.ui.util.Clients
Closes the error message of the specified components, if any, at the browser.
CLIENT_ATTRIBUTE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK client attributes.
CLIENT_ATTRIBUTE_PREFIX_NAME - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The name for the prefix of ZK client attributes.
CLIENT_ATTRIBUTE_PREFIX_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for the prefix of ZK client attributes.
CLIENT_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK client (a.k.a., widget).
CLIENT_ROD - Static variable in class org.zkoss.zk.ui.sys.Attributes
A component or page attribute to indicate if the client ROD (render-on-demand) shall be applied.
CLIENT_SCRIPT_ERROR_LISTENER_CLASS - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property to specify the class used to handle client script error
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, double, String, String, boolean, String) - 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.HtmlBasedComponent
 
clone() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
clone() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
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() - 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.EventHandlerMap
Clones this event handler map.
clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
Clones this scope.
clone(LanguageDefinition, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this definition and assigns with the specified language definition and name.
clone(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
CloneableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
A cloneable event listener that will be notified when an event occurs, if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>).
close() - Method in interface org.zkoss.zk.ui.event.EventQueue
Closes the event queue.
close() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
close() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
close(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
Closes the writer and flush the result to client.
close(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
CLOSE_BRACKET - org.zkoss.zk.ui.select.impl.Token.Type
 
CLOSE_PAREN - org.zkoss.zk.ui.select.impl.Token.Type
 
closeUpdate(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
closeUpdate(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Deactivates the execution and cleans up.
Command - Annotation Type in org.zkoss.zk.ui.annotation
Marker annotation to identify a Command method for Composer to use.
complete() - Method in interface org.zkoss.zk.au.AuWriter
Indicates the writing has been completed.
complete() - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
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
An UI component.
COMPONENT_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes private to a component is searched.
ComponentActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a component, when the session is going to be deactivated or has been activated.
ComponentAnnotation - Annotation Type in org.zkoss.zk.ui.annotation
Annotation for specifying ZK component's annotations (ComponentCtrl.getAnnotations(java.lang.String, java.lang.String)).
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<? extends Component>) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component, i.e., a component implemented by a Java class.
ComponentDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - 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 component 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.
ComponentIterator - Class in org.zkoss.zk.ui.select.impl
An implementation of Iterator<Component> that realizes the selector matching algorithm.
ComponentIterator(Component, String) - Constructor for class org.zkoss.zk.ui.select.impl.ComponentIterator
Create an iterator which selects from all the descendants of a given component, including itself.
ComponentIterator(Page, String) - Constructor for class org.zkoss.zk.ui.select.impl.ComponentIterator
Create an iterator which selects from all the components in the page.
ComponentLocalProperties - Class in org.zkoss.zk.ui.select.impl
A collection of utilities that check local properties of Components.
ComponentLocalProperties() - Constructor for class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
 
ComponentMatchCtx - Class in org.zkoss.zk.ui.select.impl
A wrapper of Component, providing a context for selector matching algorithm.
ComponentNotFoundException - Exception in org.zkoss.zk.ui
Denotes a component cannot be found.
ComponentNotFoundException() - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentRedraws - Class in org.zkoss.zk.ui.sys
Utilities to implement ComponentCtrl.redraw(java.io.Writer).
Components - Class in org.zkoss.zk.ui
Utilities to access Component.
Components() - Constructor for class org.zkoss.zk.ui.Components
 
componentScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the applied component.
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 (relevant to another component).
compose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Composes the macro component.
compose(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Composes the shadow element.
Composer<T extends Component> - 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.
ComposerEventListener(Method, Object) - Constructor for class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
 
ComposerExt<T extends Component> - Interface in org.zkoss.zk.ui.util
An addition interface implemented with Composer to provide more control.
Composition - Class in org.zkoss.zk.ui.util
Composition manager that compose the given components into a whole page per the "insert" components and "define" components annotations.
Composition() - Constructor for class org.zkoss.zk.ui.util.Composition
 
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, metainfo/zk/zk.xml and metainfo/zk/config.xml into Configuration.
ConfigParser - Interface in org.zkoss.zk.ui.util
A configuration parser is an application-specific parser to parse the configurations in zk.xml.
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
Constructor.
confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to confirm users whether to close the browser window.
CONNECTION_UUID_PARAM - Static variable in class org.zkoss.zk.ui.http.ZKWebSocket
 
CONTAIN - org.zkoss.zk.ui.select.impl.Attribute.Operator
 
contains(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether a variable is defined in this interpreter.
contains(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the specified component exists.
contains(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(Scope, 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 scope.
containsResponseHeader(String) - Method in interface org.zkoss.zk.ui.Execution
Returns whether the named response header has already been set.
containsResponseHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Tests whether the variable is defined in this interpreter.
containsVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists.
containsVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Tests whether a variable defined in this interpreter.
containsVariable(Scope, 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.
CONTENT_TYPE - Static variable in class org.zkoss.zk.au.AuWriters
The content type of the output.
ContentRenderer - Interface in org.zkoss.zk.ui.sys
Used with AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to generate the component content that will be sent to the client.
contextDestroyed(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
contextInitialized(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
ConventionWires - Class in org.zkoss.zk.ui.util
Utilities to wire variables by name conventions.
ConventionWires() - Constructor for class org.zkoss.zk.ui.util.ConventionWires
 
convertToItems(Desktop, List<String>) - Static method in class org.zkoss.zk.au.AuRequests
Converts the data of the specified request to a set of Component.
crawlable - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
Indicates whether to generate crawlable content.
create(Component, Component, VariableResolver, Composer) - Method in interface org.zkoss.zk.ui.util.Template
Creates the components defined in this template.
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, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components 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(String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.
createComponents(String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Component, Component, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.
createComponents(String, Component, Component, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Page, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that belong to the given page from a page file specified by an URI.
createComponents(String, Page, VariableResolver, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that belong to the given page from a page file specified by an URI.
createComponents(String, Page, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(Execution, PageDefinition, Page, Component, Component, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
createComponents(Execution, PageDefinition, Page, Component, Component, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components from the specified page and definition.
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(PageDefinition, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the specified page definition.
createComponents(PageDefinition, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components based on the specified page definition.
createComponents(PageDefinition, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the specified page definition with a custom variable resolver and inserts before a particular component.
createComponents(PageDefinition, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(WebApp, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from a page file specified by an URI.
createComponents(WebApp, PageDefinition, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from the specified page definition.
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(Reader, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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(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(Reader, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content read from the specified reader with a custom variable resolver and inserts before a particular component.
createComponentsDirectly(Reader, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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(String, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a string.
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(String, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a string with a custom variable resolver and inserts before a particular component.
createComponentsDirectly(String, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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(Document, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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(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(Document, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a DOM tree with a custom variable resolver and inserts before a particular component.
createComponentsDirectly(Document, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(WebApp, Reader, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from the raw content read from the specified reader.
createComponentsDirectly(WebApp, String, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from the raw content specified by a string.
createComponentsDirectly(WebApp, Document, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from the raw content specified by a DOM tree.
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
 
createItem(String, String, boolean, String, int, File) - Method in interface org.zkoss.zk.ui.sys.DiskFileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createMedia(FileItem, String, String, boolean) - Method in interface org.zkoss.zk.ui.sys.DiskFileItemFactory
Create a new Media instance from from the supplied parameters and any local factory configuration.
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_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.SelectEvent
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

DataHandlerInfo - Class in org.zkoss.zk.ui.util
A data handler info for Configuration to use.
DataHandlerInfo(String, List<Pair<String, String>>, boolean, List<Map<String, String>>) - Constructor for class org.zkoss.zk.ui.util.DataHandlerInfo
Construct the data handler info
deactivate(boolean) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
deactivate(boolean) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Deactivates the current thread (which must be a server-push thread).
deactivate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Deactivates a thread that has invoked Executions.activate(org.zkoss.zk.ui.Desktop) successfully.
deactivate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
deactivate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Deactivates an execution, such that other threads could activate and access components.
deactivateServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
deactivateServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Deactivates the thread that has invoked DesktopCtrl.activateServerPush(long) successfully.
decode(Object, Desktop) - Method in interface org.zkoss.zk.au.AuDecoder
Returns a list of AuRequest by decoding the request.
decodeHex(char[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decodeHexString(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts a String into an array of bytes.
decodeURI(String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
Decodes the injected URI and returns a two-element array.
DefaultScriptErrorListener - Class in org.zkoss.zk.ui.script
A Default Event Listener for handling client javascript error
DefaultScriptErrorListener() - Constructor for class org.zkoss.zk.ui.script.DefaultScriptErrorListener
 
Deferrable - Interface in org.zkoss.zk.ui.event
Used to decorate EventListener to denote whether the event for the listener can be deferred.
DEFERRED_PROPERTIES - Static variable in class org.zkoss.zk.ui.impl.Attributes
A component attribute used to store a map of properties (Property) which have deferred expressions.
DeferredValue - Interface in org.zkoss.zk.au
Used with AbstractComponent.smartUpdate(java.lang.String, java.lang.Object) to represent the value of a smart update that shall be evaluated only in the rendering phase (rather than in the event processing phase).
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
Denotes a definition cannot be found.
DefinitionNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int) - 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, 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, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DELETE - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
denoteSessionTimeout(WebApp, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Denote HTTP 410 Session timeout response
DESCENDANT - org.zkoss.zk.ui.select.impl.Selector.Combinator
 
desktop - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the desktop.
Desktop - Interface in org.zkoss.zk.ui
Represents a desktop.
DESKTOP - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the desktop scope.
DESKTOP_ID_PARAM - Static variable in class org.zkoss.zk.ui.http.ZKWebSocket
 
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same desktop.
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same desktop.
DesktopActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a desktop, when the session is going to be deactivated or has been activated.
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.
desktopDestroy(Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when a desktop is destroyed.
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
 
DesktopEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
The default implementation of the desktop-scoped event queue (EventQueue).
DesktopEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
DesktopImpl - Class in org.zkoss.zk.ui.impl
The implementation of Desktop.
DesktopImpl(WebApp, String, String, String, Object) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
 
DesktopImpl(WebApp, String, String, String, String, Object) - 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.
DesktopRecycle - Interface in org.zkoss.zk.ui.util
Used to recycle the desktop (Desktop).
DesktopRecycles - Class in org.zkoss.zk.ui.http
Utilities to handle DesktopRecycle.
DesktopRecycles - Class in org.zkoss.zk.ui.impl
Utilities to handle DesktopRecycle.
DesktopRecycles() - Constructor for class org.zkoss.zk.ui.http.DesktopRecycles
 
DesktopRecycles() - Constructor for class org.zkoss.zk.ui.impl.DesktopRecycles
 
desktopScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the desktop.
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() - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(String) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
destroy() - Method in class org.zkoss.zk.au.http.AuDynaMediar
 
destroy() - Method in interface org.zkoss.zk.au.http.AuExtension
Destroys the AU extension.
destroy() - Method in class org.zkoss.zk.au.http.AuRedirect
 
destroy() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
destroy() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
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.jruby.JRubyInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
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.AbstractPage
 
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.RichletFilter
 
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 destroyed.
destroy() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Destroys this Web application.
destroy(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
destroy(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Destroys the session cache
destroyIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
destroyIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Internal use
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.
detach() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Removes the relation points between shadow host and this shadow element.
detach() - Method in interface org.zkoss.zk.ui.ShadowElement
Detach the relation points between the shadow host and this shadow element.
detroyRichlets() - Method in class org.zkoss.zk.ui.util.Configuration
Destroys 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) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int) - 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, 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, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, Throwable) - 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
 
DHtmlResourceServlet - Class in org.zkoss.zk.au.http
Used to receive ZK resource from the server
DHtmlResourceServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlResourceServlet
 
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(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component) for the specified object.
didActivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component) for each object in the collection.
didActivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
didActivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
didActivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(WebManager) - Method in interface org.zkoss.zk.ui.http.WebManagerActivationListener
Called after WebManager is created.
didActivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
Called when a session has just been activated.
didDeserialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
didDeserialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.didDeserialize(org.zkoss.zk.ui.Component) for each object in the collection.
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.
DigestUtilsHelper - Class in org.zkoss.zk.ui.sys
A helper class for class DigestUtils for md5 encoding, internal use only.
DigestUtilsHelper() - Constructor for class org.zkoss.zk.ui.sys.DigestUtilsHelper
 
DirectContent - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the component is able to generate the content directly.
disable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Disables this visualizer.
Disable - Interface in org.zkoss.zk.ui.ext
Implemented with Component to indicate that a component can be disabled.
disableBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
 
disableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
disableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
 
disableBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Set to disable the component with binding annotation.
disableClientUpdate(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
disableClientUpdate(boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets whether to disable the update of the client widgets of this component and its descendants.
disableClientUpdate(Component, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
disableClientUpdate(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Sets whether to disable the update of the client widget.
disableHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
 
DiskFileItemFactory - Interface in org.zkoss.zk.ui.sys
A factory interface for creating FileItem and Media instances.
doAfterCompose(Page) - Method in class org.zkoss.zk.ui.util.GenericInitiator
It is used only for backward compatibility.
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.Composition
 
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doAfterCompose(Page, Component[]) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called after all components are created (a.k.a., composed), and before any event is processed.
doAfterCompose(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doAfterCompose(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doAfterCompose(T) - 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(T) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Auto wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
Registers onXxx events to the supervised component; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericForwardComposer
Auto forward events and wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes before composing a component.
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doBeforeComposeChildren(T) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes after the component is instantiated and initialized, but before composing any child.
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called when an exception occurs when composing the component.
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.Composition
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericInitiator
Does nothing but returns false so the exception will be thrown.
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called when an exception occurs during the evaluation of the page.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
doFinally() - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doFinally() - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doFinally() - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called after the component has been composed completely.
doFinally() - Method in class org.zkoss.zk.ui.util.Composition
 
doFinally() - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doFinally() - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doFinally() - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Do the cleanup after the page has been evaluated.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
 
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) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.Composition
 
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doInit(Page, Map<String, Object>) - Method in interface org.zkoss.zk.ui.util.Initiator
Does the initializes before the page is evaluated.
DOMExceptionEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by DOMException at client.
DOMExceptionEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.DOMExceptionEvent
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
 
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.
DOUBLE_QUOTE - org.zkoss.zk.ui.select.impl.Token.Type
 
doView(RenderRequest, RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
DragControl - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the component will control the default drag-and-drop behavior of its children.
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, int, int) - Constructor for class org.zkoss.zk.ui.event.DropEvent
Constructs a drop event.
DspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in DSP pages.
DspFns() - Constructor for class org.zkoss.zk.fn.DspFns
 
DUMMY - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
Represents a dummy definition.
duplicate() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Duplicates the specified component info but retaining the same but virtual parent-child relationship.
DUPLICATE_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
Indicates whether it can be ignored by the server when the server receives the same requests consecutively.
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

ECHO_DATA - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute used to store a map of data associated with the echo event (Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)).
echoEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
echoEvent(String, Component, String) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
echoEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
enable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Enables this visualizer.
enableBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
 
enableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
enableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
 
enableBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Set to enable the component with binding annotation.
enableEventThread(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated.
as of release 10.0.0. (not recommended to use in production)
enableHistoryState(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether history state handle is enabled.
enableHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
 
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(boolean, Serializable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(boolean, Serializable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Enable/Disable serverpush using reference counting, so that multiple enablers can use the same serverpush and deregister whenever they want.
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.
enableSourceMap(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether source map is enabled.
enableZScript(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether zscript is allowed.
encodeHex(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeId(StringBuffer, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns an ID representing the specified number The ID consists of 0-9, a-z and _.
encodeToURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes the specified URL into an instance of URL.
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 the specified URL.
encodeURL(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
END - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
END_WITH - org.zkoss.zk.ui.select.impl.Attribute.Operator
 
endUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
endUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes posted events, deactivate and ends the asynchronous update.
EQUAL - org.zkoss.zk.ui.select.impl.Attribute.Operator
 
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.ui.Path
 
equals(Object) - Method in class org.zkoss.zk.xel.ExValue
 
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, Object, String) - Constructor for class org.zkoss.zk.ui.event.ErrorEvent
Constructs an error-relevant event.
evalCSSFlex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Get whether css flex is enabled or not
evalJavaScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to evaluate the specified JavaScript.
evalProperties(Map<String, Object>, Page, Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Evaluates and retrieves properties to the specified map.
evalProperties(Map<String, Object>, Page, Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
evalProperties(Map<String, Object>, Page, Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Evaluates and retrieves properties to the specified map from ComponentDefinition (and ComponentInfo).
evaluate(Component, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evaluates the specified expression by use of the current context (Executions.getCurrent()).
evaluate(Component, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
Evaluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the page of the specified component.
evaluate(Component, String, Class<?>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Component, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Component, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(Page, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evaluates the specified expression with the resolver of the current execution (Executions.getCurrent()).
evaluate(Page, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
Evaluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the specified page.
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(Page, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(Evaluator, Component, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${ or #{).
evaluate(Evaluator, Page, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${ or #{}).
evaluateComposite(Evaluator, Component, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a component.
evaluateComposite(Evaluator, Page, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a page.
Evaluator - Interface in org.zkoss.zk.xel
A ZK specific expression builder that is based on XEL.
EvaluatorRef - Interface in org.zkoss.zk.xel
A reference to Evaluator.
Evaluators - Class in org.zkoss.zk.xel
Utilities of evaluation.
Evaluators() - Constructor for class org.zkoss.zk.xel.Evaluators
 
Event - Class in org.zkoss.zk.ui.event
An event sent to the event handler of a component.
Event(String) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event without target.
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.
eventComplete(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event completes.
EventHandler - Class in org.zkoss.zk.ui.metainfo
An event handler of a component definition (ComponentDefinition).
EventHandler(ZScript) - 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<T extends Event> - Interface in org.zkoss.zk.ui.event
An event listener that will be notified when an event occurs, if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>).
EventListenerMap - Interface in org.zkoss.zk.ui.sys
Represents a map of event handlers and listeners.
EventListenerMapCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to EventListenerMap that is used for implementation or tools.
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
 
EventQueue<T extends Event> - Interface in org.zkoss.zk.ui.event
An event queue.
EventQueueProvider - Interface in org.zkoss.zk.ui.event.impl
Used to instantiate an event queue.
EventQueueProviderImpl - Class in org.zkoss.zk.ui.event.impl
A simple implementation of EventQueueProvider.
EventQueueProviderImpl() - Constructor for class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
EventQueues - Class in org.zkoss.zk.ui.event
Utilities to access the event queue.
EventQueues() - Constructor for class org.zkoss.zk.ui.event.EventQueues
 
eventResume(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event resumes.
Events - Class in org.zkoss.zk.ui.event
Utilities to handle events.
eventStart(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event starts.
eventSuspend(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event suspends.
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.groovy.GroovyInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Executes the specified script.
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 class org.zkoss.zk.ui.impl.UiEngineImpl
 
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.
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<AuRequest>, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execUpdate(Execution, List<AuRequest>, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes 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 - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the current execution.
Execution - Interface in org.zkoss.zk.ui
An execution of a client request (e.g., ServletRequest).
EXECUTION_PROXY - Static variable in class org.zkoss.zk.ui.Components
Execution Proxy
executionAbort(Execution, Desktop, Throwable) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the activation of the given execution is aborted.
executionActivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an execution is activated.
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.
executionDeactivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an activated execution completes and is deactivated.
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 the given HTTP request.
ExecutionInfo - Interface in org.zkoss.zk.ui.sys
The information about the event being served by the current execution.
ExecutionInit - Interface in org.zkoss.zk.ui.util
Used to initialize an execution when it is created.
ExecutionMonitor - Interface in org.zkoss.zk.ui.util
An application-level listener to know when an execution is activated, deactivated, or waiting for activation.
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
 
executionWait(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an execution fails to activate and then being waiting for activation.
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.event.EventQueues
Tests if the specified event queue has been created in the current desktop.
exists(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified language exists.
exists(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Tests if the specified event queue has been created.
ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
 
ExValue - Class in org.zkoss.zk.xel
Used to represent a string value that might contain 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.
filterOutShadows(Component[]) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
Returns the component array filter out shadows if any.
find(String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns a list of Components that match the selector (from the first page of current Desktop).
find(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns a list of Components that match the selector.
find(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns a list of Components that match the selector.
finish() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
finish() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
finish() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called after all processing is done, and just before deactivating the execution.
finishUpdate(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
finishUpdate(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Finishes the update and returns the result in an array of JSON object.
finishUpdate(Object, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
finishUpdate(Object, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Finishes the update and returns the result in an array of JSON object.
FIRST - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is the same as the first insertion
flush(Object, Object, boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Flush the result of responses to client.
focus() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
focus(String) - Static method in class org.zkoss.zk.ui.util.Clients
Focus the first matching component (HtmlBasedComponent) by using selector Note: The Selector will locate the components in the first page of current Desktop.
focus(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Focus the component (HtmlBasedComponent)
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, Component, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Component, ExValue[], ExValue, ExValue, ExValue) - 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.
ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue, ExValue) - 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.
forFields(Class<?>, Class<A>, Reflections.FieldRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Traverse through all fields with a certain annotation in a class and it super classes.
forMethods(Class<?>, Class<A>, Reflections.MethodRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Traverse through all methods with a certain annotation in a class, including ones inherited from its super class.
forward(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
Forwards to another page.
forward(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
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(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 forward event.
ForwardEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a forward event.
ForwardInfo - Class in org.zkoss.zk.ui.metainfo
The forward directive in the ZUML page.
ForwardInfo(String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ForwardInfo
 
FulfillEvent - Class in org.zkoss.zk.ui.event
Represents the fulfill condition has been applied.
FulfillEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FulfillEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FullComposer - Interface in org.zkoss.zk.ui.util
A decorative interface used with Composer (and/or ComposerExt) to indicate that it requires the full control.
FunctionMapperInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the function mapper (FunctionMapper).
FunctionMapperInfo(Class<? extends FunctionMapper>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(Class<? extends FunctionMapper>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(FunctionMapper) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with an initiator that will be reuse each time FunctionMapperInfo.newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.

G

GENERAL_SIBLING - org.zkoss.zk.ui.select.impl.Selector.Combinator
 
GenericAutowireComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page.
GenericAutowireComposer() - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
The default constructor.
GenericAutowireComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
Constructor with a custom separator.
GenericAutowireComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
Constructors with full control, including separator, whether to search zscript and xel variables
GenericComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericComposer() - Constructor for class org.zkoss.zk.ui.util.GenericComposer
 
GenericDevice - Class in org.zkoss.zk.device
A skeletal implementation of Device.
GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
 
GenericEventListener<T extends Event> - Class in org.zkoss.zk.ui.event
An abstract event listener that you can extend and write intuitive onXxx event handler methods; this class dispatch event to the implemented onXxx event handler methods automatically.
GenericEventListener() - Constructor for class org.zkoss.zk.ui.event.GenericEventListener
 
GenericForwardComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericForwardComposer() - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
The default constructor.
GenericForwardComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
Constructor with a custom separator.
GenericForwardComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
Constructor with full control.
GenericInitiator - Class in org.zkoss.zk.ui.util
A skeletal implementation that provides does-nothing for all methods, such that the deriving class needs only to implement the required method.
GenericInitiator() - Constructor for class org.zkoss.zk.ui.util.GenericInitiator
 
GenericInterpreter - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing a interpreter (Interpreter).
GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
 
GenericRichlet - Class in org.zkoss.zk.ui
Defines a generic richlet.
GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
 
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(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Retrieves a ZK session from the cache, or null if the ZK session is not stored.
get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter.
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(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(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter's scope associated with the giving scope.
get2DigitYearStart() - Static method in class org.zkoss.zk.ui.http.Utils
Returns the start year only for the format using "yy" pattern, change the parse result in the 100 years span after that year. 2DigitYearStart should not be negative.
getAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Deprecated.
As of release 10.0.0, using HtmlBasedComponent.setClientAction(String) instead.
getActivationLock() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getActivationLock() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the lock used to activate an execution.
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.
getAfterHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that shall be generated inside the head element and after ZK's default tags (never null).
getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the tags that shall be generated inside the head element and after ZK's default tags (never null).
getAfterHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content that shall be generated inside the head element and after ZK's default tags (never null).
getAfterSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.AfterSizeEvent
Converts an AU request to a AfterSizeEvent.
getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all language definitions regardless of the device type.
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.
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 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 of the properties that are associated with the specified annotation (never null).
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the specified property, 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
 
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Returns the annotation map defined in this info, or null if no annotation is ever defined.
getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the the specified property.
getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations (Annotation) associated with the specified property.
getAnnotations(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotations associated with the specified property.
getAnnotations(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotations associated with the definition of the specified property.
getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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
Inherited from MouseEvent, but not applicable 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.
getAreaComponent() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the component representing the area that the click occurs, or null if not associated with any component.
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
 
getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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 interface org.zkoss.zk.ui.ext.Scope
Returns the custom attribute associated with this object (scope).
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) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the first value of the given attribute, or null if not found.
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 class org.zkoss.zk.ui.util.Configuration
Returns the value of an application-specific attribute, or null if not found.
getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the specified custom attribute.
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns the custom attribute associated with this object.
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as getAttribute(name).
getAttribute(String, int) - 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, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified custom attribute in the specified scope.
getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the custom attribute associated with this component, or the fellow of this component; or null if not found.
getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the custom attribute associated with this page, or the fellow of this page; or null if no found.
getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
 
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 interface org.zkoss.zk.ui.ext.Scope
Returns all custom attributes associated with this object (scope).
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() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the map of attributes(never null).
getAttributes() - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes associated with this page.
getAttributes() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getAttributes() - Method in interface org.zkoss.zk.ui.Session
Returns a map of custom attributes associated with this session.
getAttributes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a map of application-specific attributes.
getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
Returns a map of custom attributes associated with this object.
getAttributes(int) - 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(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes of the specified scope.
getAttributes(StringBuffer, Map<String, Object>, Collection<Namespace>) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
Generates the attributes for the specified properties and namespaces.
getAttributeValues(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns all values of the given attribute, or null if not found.
getAttrs() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the internal attributes if any.
getAuDecoder() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAuDecoder() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the AU decoder for this Web application, or null if not assigned.
getAuDecoderClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to decode AU requests, or null if the default shall be used.
getAuExtension(String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU extension associated with the specified prefix, or null if no AU extension associated.
getAuExtension(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU extension that is associated the specified prefix.
getAuService() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAuService() - Method in interface org.zkoss.zk.ui.Component
Returns an AU service to process the AU request before the component's default handling.
getAutag() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAutag() - Method in interface org.zkoss.zk.ui.Component
Returns the AU tag for this widget.
getAutomaticTimeout() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAutomaticTimeout() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns whether to automatically redirect to the timeout URI.
getAutomaticTimeout() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns whether to automatically redirect to the timeout URI.
getAutoResendTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout, in milliseconds, for re-sending the AU request when the server's service unavailable or timeout.
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.
getBeforeHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that shall be generated inside the head element and before ZK's default tags (never null).
getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the tags that shall be generated inside the head element and before ZK's default tags (never null).
getBeforeHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content that shall be generated inside the head element and before ZK's default tags (never null).
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).
getBeginIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
 
getBinderAnnotations() - Method in class org.zkoss.zk.ui.util.Configuration
Returns binder annotations
getBinderInitAttribute() - Method in class org.zkoss.zk.ui.util.Configuration
Returns binder init attribute name
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
 
getBookmarkEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.BookmarkEvent
Converts an AU request to a bookmark event.
getBoolean(Map<String, Object>, String) - Static method in class org.zkoss.zk.au.AuRequests
Returns whether the specified key is defined.
getBrowser() - Method in interface org.zkoss.zk.ui.Execution
Returns the name of the browser, or null if not identifiable.
getBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the version of the given browser name, or null if the client is not the given browsers.
getBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getBuffer() - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Returns the content being rendered.
getBuffer() - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Returns the content being rendered.
getBuild() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the build identifier, such as 2007121316.
getBuild() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getBuild() - Method in interface org.zkoss.zk.ui.WebApp
Returns the build identifier, such as 2007121316.
getBuildStamp() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
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.
getBytesUtf8(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
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.PageCtrl
Returns if the client can cache the rendered result, or null to use the device default.
getCallback(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getCallback(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns all of callbacks by specific name
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.
getCheckEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.CheckEvent
Converts an AU request to a check event.
getChildPage() - Method in interface org.zkoss.zk.ui.ext.Includer
Returns the child page.
getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns a live list of children.
getChildren() - Method in interface org.zkoss.zk.ui.Component
Returns a live list of children.
getChildren() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns a readonly list of children.
getChildren() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getClass(Type) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return the Class representing the given Type.
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.
getClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getClassResolver() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the handler to retrieve resource from class path, under /web.
getClientAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the client-side action (CSA).
getClientAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getClientAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the value of a DOM attribute
getClientDataAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getClientDataAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the value of a DOM data attribute
getClientErrorReload(String, int, String) - 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.
getClientErrorReloads(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an array of pairs of the error code and URI info of the specified device and connection (never null).
getClientEvents() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns a map of event information that the client might send to this component.
getClientEvents() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a map of event information that the client might send to this component.
getClientInfoEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ClientInfoEvent
Converts an AU request to a client-info event.
getClientPackages() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the names of the client pages that are provided by this server
getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the maximum number of colors the client's screen supports.
getCombinator() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getCombinator(int) - Method in class org.zkoss.zk.ui.select.impl.Selector
Return the i-th combinator
getCommand() - Method in class org.zkoss.zk.au.AuRequest
Returns the command of this request, such as onClick.
getCommand() - Method in class org.zkoss.zk.au.AuResponse
Returns the command of this response (never null).
getCommand() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the command of the AU request, such as onChange.
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() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the 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.
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.
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
 
getComponentChildIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the child index of the component.
getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the component definition, or null if it is PageDefinition.
getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Returns the component definition, or null if it is PageDefinition.
getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class.
getComponentDefinition(Class<? extends Component>, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition(Class<? extends Component>, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified class, 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) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
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(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified name, or null if not found.
getComponentDefinitionIfAny(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class, or null if not found.
getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name, 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).
getComponentDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all component definitions in this language.
getComponentInfo(Component) - Static method in class org.zkoss.zk.ui.impl.Utils
Returns the component info associated with the given component, or null if not available.
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
 
getComponentSiblingSize() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the count of total siblings of the component, including itself.
getComposer(Component) - Static method in class org.zkoss.zk.ui.Components
Returns the composer object, or null if not found.
getComposer(Page) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the system-level composer or null if none is registered.
getComposer(Page, Object[]) - Static method in class org.zkoss.zk.ui.impl.MultiComposer
Returns an instance of composer to represent the specified array of composers, or null if no composer is specified.
getComposite() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the composite type: "none", "list" or "map".
getComposite() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns the composite type: "none", "list" or "map".
getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
Returns the configuration.
getConnectionUuid() - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
 
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the content of zscript.
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the content of zscript.
getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns text/html
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() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the content type, or null to use the device default.
getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content type (after evaluation), 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
 
getContextURI() - Method in interface org.zkoss.zk.ui.Execution
Returns the context uri from the current execution.
getContextURI() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
Returns the controller that really implement the onXxx methods (default to this).
getCount() - Static method in class org.zkoss.zk.ui.Sessions
Returns the number of total alive session.
getCount() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Retrieves the "count" of the current round of the iteration.
getCropOwner() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns the owner of the cropping scope.
getCSSURIs() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of the URIs of CSS files of this language.
getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the current scope, or null if no scope 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, or null if not available.
getCurrent() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the object of this iteration.
getCurrent() - Static method in class org.zkoss.zk.ui.WebApps
Returns this Web application, or null if not available.
getCurrent(boolean) - Static method in class org.zkoss.zk.ui.Sessions
Returns the session for the current thread, or null if not available.
getCurrent(Page) - Static method in class org.zkoss.zk.ui.ext.Scopes
Returns the current scope.
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.
getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
Returns the current shadow element, which is used only by UiEngine to communicate with HtmlShadowElement.
getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page.
getCurrentPage(Component) - Static method in class org.zkoss.zk.ui.Components
Returns the page of the give component, or the current page if the component is null or it doesn't belong to any 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 this request.
getData() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
 
getData() - Method in class org.zkoss.zk.ui.event.Event
Returns the data accompanies with this event, or null if not available.
getData(Component, Object) - Static method in class org.zkoss.zk.au.out.AuEcho
Retrieves the data associated with an echo event.
getDataHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns all of the client data attribute handlers
getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URL where this component definition is declared, or null if not available.
getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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).
getDefaultMold(Class<? extends Component>) - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the default mold for the given class.
getDefaultWidgetClass(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the default widget class, or null if not available.
getDefaultWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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).
getDefinition(String) - Static method in class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
Returns the pseudo class definition associated with the given name
getDefinitionByDeviceType(String, Class) - Static method in class org.zkoss.zk.ui.Components
Returns the component definition of the specified class in all language of the specified device, or null if not found
getDefinitions() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a readonly collection of component definitions (ComponentDefinition) defined in this map.
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 associated with this execution.
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() - Method in interface org.zkoss.zk.ui.Page
Returns the desktop that this page belongs to.
getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the desktop, or null if not created yet.
getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID.
getDesktop(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
Returns the desktop from the given websocket session.
getDesktop(Session, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the desktop of the specified ID, or null if not found.
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, or it has been redirect or forward to other page.
getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns the desktop cache, or null if not available.
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(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 used to provide the desktop cache, 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.
getDesktopId(Object) - Method in interface org.zkoss.zk.au.AuDecoder
Returns the desktop ID.
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.
getDesktopRecycle() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the desktop recycle for this application, or null if not set.
getDesktopStorage(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
Returns a storage in desktop scope from the given websocket session.
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() - 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
 
getDevice(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified desktop type.
getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified client.
getDevicePixelRatio() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Return the current device pixel ratio on tablet/mobile device, otherwise return 1.0 instead.
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.http.WpdExtendlet
Returns the device type for this WpdExtendlet.
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.
getDigest(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Returns a MessageDigest for the given algorithm.
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).
getDistributedChildren() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
getDistributedChildren() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns a list of distributed components of the shadow tree, including its descendant.
getDistributedIndexInfo(Component) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
Returns the current distributed index info, which is used only by HtmlShadowElement.
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() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the doc type (<!
getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the doc type (<!
getDOMExceptionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DOMExceptionEvent
Creates an instance of DOMExceptionEvent based on the specified request.
getDouble(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
Returns the double value of the specified key in the data.
getDouble(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the double value of the specified key in the data.
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 nor empty).
getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
Returns the component being dragged and drop to Event.getTarget().
getDropEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DropEvent
Converts an AU request to a drop event.
getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier, or a list of identifiers of a droppable type of objects, or "false" if not droppable (never null nor 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
 
getDynamicProperties() - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns all available dynamic properties.
getDynamicProperties() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getDynamicProperties() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
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 definition of the dynamic tag, or null if this language doesn't support the dynamic tag.
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.
getEdition() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the edition, such as EE, PE and CE.
getEdition() - Static method in class org.zkoss.zk.ui.WebApps
Returns the edition, such as EE, PE and CE.
getEmbedded() - Method in interface org.zkoss.zk.device.Device
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in class org.zkoss.zk.device.GenericDevice
 
getEmbedded(String) - Method in class org.zkoss.zk.device.Devices
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEnclosingTag() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Returns the name of the enclosing tag for this macro component.
getEncodedData() - Method in class org.zkoss.zk.au.AuResponse
Returns the evaluated result of the associated data of this response (might be null).
getEncodedData() - Method in class org.zkoss.zk.au.out.AuSetAttributes
 
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).
getEndIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
 
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
 
getErrorEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.ErrorEvent
Converts an AU request to an error event.
getErrorMessage() - Method in class org.zkoss.zk.ui.event.DOMExceptionEvent
Returns a message or description associated with the given error name.
getErrorName() - Method in class org.zkoss.zk.ui.event.DOMExceptionEvent
Returns the error name, to see common error names, please refer to https://developer.mozilla.org/en-US/docs/Web/API/DOMException#Error_names
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.
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator based on this language definition (never null).
getEvaluator() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator.
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getEvaluator() - Method in interface org.zkoss.zk.xel.EvaluatorRef
Returns the real evaluator.
getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator of the current execution.
getEvaluator(Component, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator (never null).
getEvaluator(Page, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator reference.
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getEvent() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
 
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.
getEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the event being served (never null).
getEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.Event
Creates an instance of Event based on the specified request.
getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the event listener of the specified name, or null if not found.
getEventHandlerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandlerNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventHandlerNames() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventListener() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the listener that serves the event, or null if it is served by a method (ExecutionInfo.getEventMethod()), or a zscript (ExecutionInfo.getEventZScript()).
getEventListenerMap() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventListenerMap() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the map of event handlers and listeners defined in this component.
getEventListeners(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventListeners(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterable collection of the event listeners for the given event.
getEventListeners(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getEventListeners(String) - Method in interface org.zkoss.zk.ui.Page
Returns an iterable collection of the event listeners for the given event.
getEventMethod() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the method that serves the event, or null if it is served by a listener (ExecutionInfo.getEventListener()), or a zscript (ExecutionInfo.getEventZScript()).
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.
getEventNames() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventNames() - Method in interface org.zkoss.zk.ui.sys.EventListenerMapCtrl
Returns all event names of this map.
getEventTimeWarning() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, to show a warning message if an event has been processinged longer than it.
getEventZScript() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the zscript that serves the event, or null if it is served by a listener (ExecutionInfo.getEventListener()), or a method (ExecutionInfo.getEventMethod()).
getExecution() - Method in interface org.zkoss.zk.ui.Desktop
Returns the execution, or null if this desktop is not serving any execution (a.k.a., 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.
getExecutionInfo() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExecutionInfo() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the information of the event being served, or null if the execution is not under serving an event.
getExecutionMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the execution monitor for this application, or null if not set.
getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
Returns the expected type.
getExpressionFactory() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the expression factory.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
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 interface org.zkoss.zk.ui.Page
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 system 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 class org.zkoss.zk.ui.HtmlBasedComponent
Returns the client control for this component.
getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the extra controls that tell ZK how to handle this component specially.
getExtraXelVariable(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExtraXelVariable(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the object, if any, defined in any variable resolver added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
getExtraXelVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExtraXelVariable(XelContext, Object, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the object, if any, defined in any variable resolver added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
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 used to handle the failover mechanism, or null if no custom failover mechanism.
getFeature(int) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
getFeature(String) - Static method in class org.zkoss.zk.ui.WebApps
Returns whether the specified feature is supported.
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
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 this ID space.
getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space.
getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space.
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
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 this ID space, or null if not found.
getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
getFellowIfAny(String, boolean) - 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, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space, or null if not found.
getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellows() - Method in interface org.zkoss.zk.ui.Component
Returns all fellows in the same ID space of this component.
getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
Returns all fellows in this ID space.
getFieldValue(Object, Field) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Get field value.
getFileItemFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to create a file item for fileupload, or null if the default shall be used.
getFileRepository() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the directory in which uploaded files will be stored, if stored on disk.
getFileSizeThreshold() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the threshold at which a temporary file is created as a buffer, in kilobytes, or a negative value which implies default setting.
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.
getFirstCommand(Object) - Method in interface org.zkoss.zk.au.AuDecoder
Returns the first command.
getFirstDayOfWeek() - Static method in class org.zkoss.zk.ui.http.Utils
Returns the first day of the week, or -1 if no defined by the application.
getFirstDayOfWeek(Session) - Static method in class org.zkoss.zk.ui.http.Utils
Returns the first day of the week of the given session, or -1 if no defined by the application.
getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - 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<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getFirstInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the first component of its insertion range.
getFirstInsertion() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns the first component of its insertion range.
getFirstInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns the first component of its insertion range.
getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
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.
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.
getFirstPage() - Method in interface org.zkoss.zk.ui.Desktop
Returns the first page, or null if no page at all (happens when the desktop has been destroyed)
getFirstPage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getFirstRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFirstRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the first root component.
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.
getForwards() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getForwards() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the forwards info if any.
getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the URI to forward to, or null if not to forward.
getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through scopes and variable resolvers, or GenericInterpreter.UNDEFINED if the variable not defined.
getFromNamespace(Scope, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through the specified scopes 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(String, Class[]) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
Returns the method.
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.rhino.RhinoInterpreter
Returns the method.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Scope, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Returns the method of the specified name defined in this interpreter's scope identified by the specified scope, or null if not defined.
getFunction(Scope, 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 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.
getHeader(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified header as a String, or null if not found.
getHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaderNames() - Method in interface org.zkoss.zk.ui.Execution
Returns all header names this request contains.
getHeaderNames() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaders(String) - Method in interface org.zkoss.zk.ui.Execution
Returns all the values of the specified header as an iterable String objects.
getHeaders(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeight() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
 
getHeight() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the height of the component, which is its original height.
getHeight() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the height of the component, which is its original height.
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
 
getHflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns horizontal flex hint of this component.
getHistoryPopStateEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
Converts an AU request to a history pop state event.
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.event.StubEvent
Returns the ID of the stub component sending the request, or null if not available.
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 identifier 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 class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page identifier, or null if auto-generation is required.
getId(String) - Method in class org.zkoss.zk.ui.sys.StubComponent
Returns ID of the given UUID, or null if not found or no ID assigned.
getId(String) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
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 used to generate UUID/ID for desktop, page and components, or null if the default shall be used.
getIf() - Method in class org.zkoss.zk.ui.util.ConditionImpl
Returns If expression.
getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the class name or an expression returning a class instance, a class name, or a component.
getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
Returns the implementation class of AuWriter that will be used to generate the output to the client.
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.impl.ComponentDefinitionImpl
 
getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of the implicit variables.
getImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
Returns the implicit object.
getImplicit(Component, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicit(Page, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicit(Page, Component, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicitNames() - Static method in class org.zkoss.zk.ui.Components
Returns a readonly collection of the names of the implicit objects.
getImportedClasses() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a readonly list of the imported class names.
getImportedClassResolver() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the class resolver represented by PageDefinition.getImportedClasses().
getIndex() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index of the current round of the iteration.
getIndex(ShadowElement, Component, Map<Component, Integer>) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
 
getIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Internal use
getInitCrashScript() - Method in class org.zkoss.zk.ui.util.Configuration
Returns init crash script, if null, use default, see crashmsg.js
getInitCrashTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
Returns init crash timeout, if -1, use default, which is 60 sec
getInitiators() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level initiators.
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 iterable String objects (never null).
getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
Returns the names of the context's initialization parameters as an iterable String objects (never null).
getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the initial scripts of the specified language, or null if no script.
getInnerWidth(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
Returns the inner width of an AU request representing the update of inner width.
getInputEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.InputEvent
Converts an AU request to an input event.
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, Component, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection.
getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection.
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.
getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - 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, ExValue[], ExValue, ExValue, ExValue) - 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.
getInt(Map<String, Object>, String, int) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getInt(Map<String, Object>, String, int, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
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.
getItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
Returns the value from the given key.
getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly map of definitions of JavaScript modules, (String name, String version).
getJavaScriptPackagesWithMerges() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of the packages that will be merged by other packages.
getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all JavaScript required by this language.
getJSONOutput(JSONArray) - Static method in class org.zkoss.zk.au.AuWriters
Returns a JSON object representing the output that will be sent to the client.
getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the key code.
getKeyEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.KeyEvent
Converts an AU request to a key event.
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.SelectEvent
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.SizeEvent
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
getLabelAttribute() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the label attribute of the label template in the language setting.
getLabelLocations() - Method in class org.zkoss.zk.ui.util.Configuration
Returns an array of the locations of properties files registered by Configuration.addLabelLocation(java.lang.String).
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 language 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.
getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
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 definition 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 temporary 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 class org.zkoss.zk.ui.metainfo.ShadowInfo
Returns the language definition that ShadowInfo.getComponentDefinition() belongs to, or null if the component definition is temporary.
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 definition 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.
getLastInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the last component of its insertion range.
getLastInsertion() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns the last component of its insertion range.
getLastInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns the last component of its insertion range.
getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
 
getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getLastResponse(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getLastResponse(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the response for the last request, or null if no response yet, or the specified request ID doesn't match the last one (passed to DesktopCtrl.responseSent(java.lang.String, java.lang.Object)).
getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getLastRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the last root component.
getLeft() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the left of the component, which is its original left.
getLeft() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the left of the component, which is its original left.
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.
getLinks() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
Returns a list of link
getListeners() - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Returns a list of all scope listeners (never null).
getListeners() - Method in class org.zkoss.zk.ui.impl.SimpleScope
Returns a list of all scope listeners (never null).
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
 
getLocation() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the location information of the annotation in the document, or null if not available.
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() - 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.
getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the locator for the specified context.
getLockForScopeIfAny(Scope) - Static method in class org.zkoss.zk.ui.ext.Scopes
Returns a consistent lock for a given scope, if available.
getLong(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getLong(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Instantiates and returns the component definition for the specified condition.
getMacroURI() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns the macro URI.
getMacroURI() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
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
 
getMaximizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MaximizeEvent
Converts an AU request to a maximize event.
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.
getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed time to process events, in milliseconds.
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.
getMd5Digest() - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Returns an MD5 MessageDigest.
getMedia() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the serialized media query list which is the value of MatchMedia annotation.
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.
getMergedJavaScriptPackages(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a list of JavaScript packages that are merged the given package, such as "zk" and "zul.lang".
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 message.
getMessage() - Method in class org.zkoss.zk.ui.event.ScriptErrorEvent
 
getMessageLoaders() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the message loader for this language.
getMeta() - Method in interface org.zkoss.zk.ui.util.TemplateCtrl
Returns a meta information about the Template element.
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.
getMinimizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MinimizeEvent
Converts an AU request to a minimize event.
getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getMold() - Method in interface org.zkoss.zk.ui.Component
Returns the mold used to render this component.
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns a readonly collection of the names of the mold.
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns a collection of the mold names that have the molde URL.
getMoldURI(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getMoldURI(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns the URI (String) of the template to generate the mold, or null if not available.
getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the monitor for this application, or null if not set.
getMouseEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MouseEvent
Converts an AU request to a mouse event.
getMoveEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MoveEvent
Converts an AU request to a move event.
getName() - Method in class org.zkoss.zk.ui.event.Event
Returns the event name.
getName() - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
 
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.
getName() - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns the response header's name.
getName() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Returns the name of the template info.
getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
Returns the event name, such as, onClick.
getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the event name, such as, onClick.
getName() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
 
getName() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
Returns the attribute name.
getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a readonly collection of the names (String) of component definitions defined in this map.
getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the name space.
getNamespace(RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Returns the namespace for resource request parameters
getNamespaceParsers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level NamespaceParsers.
getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Retrieve the native content for a property of the specified component.
getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the native components.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the native interpreter, or null if not available.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
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.
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.
getNextInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the next insertion point, it may be a component, a shadow element, or null.
getNextInsertion() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns the next insertion point, it may be a component, a shadow element, or null.
getNextInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns the next insertion point, it may be a component, a shadow element, or null.
getNextInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the next component before this shadow, if any.
getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
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(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a component.
getNextUuid(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a page.
getObjects(Set<T>) - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return selected objects from selected items if possible.
getOpenEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.OpenEvent
Converts an AU request to an open event.
getOperator() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getOptions() - Method in class org.zkoss.zk.au.AuRequest
getOrientation() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Return the current orientation.
getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
Returns the original event.
getOrigin() - Method in class org.zkoss.zk.ui.event.FulfillEvent
Returns the original event.
getOverrideKey() - Method in class org.zkoss.zk.au.AuResponse
Returns the override key.
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuBookmark
Default: zk.bookmark (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearBusy
Default: zk.busy (i.e., only one response of this class and AuShowBusy will be sent to the client in an execution for the same component, if any)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearWrongValue
Default: "zk.wrongValue" if AuResponse.getDepends() is not null, or null if AuResponse.getDepends() is null
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClientInfo
Default: zk.clientInfo (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuConfirmClose
Default: zk.confirmClose (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuEcho
Default: "zk.echo" if AuResponse.getDepends() is null (desktop level), null if AuResponse.getDepends() is not null (component level).
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuFocus
Default: zk.focus (i.e., only one response of this class for the same component will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuObsolete
Default: zk.obsolete (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuPrint
Default: zk.print (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuResizeWidget
Default: zk.resizeWgt (i.e., only one response of this class will be sent to the client in an execution for the same component)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSelect
Default: zk.select (i.e., only one response of this class for the same component will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSendRedirect
Default: zk.redirect (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSetTitle
Default: zk.title (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuShowBusy
Default: zk.busy (i.e., only one response of this class and AuClearBusy will be sent to the client in an execution for the same component, if any)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuWrongValue
Default: "zk.wrongValue" if AuResponse.getDepends() is not null (component-level), or null if AuResponse.getDepends() is null (desktop level)
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.
getOwner() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns the owner component for this execution, or null if this execution 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 request 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() - Method in class org.zkoss.zk.ui.event.Event
Returns the page owning this event, or null if broadcast.
getPage() - Method in class org.zkoss.zk.ui.select.SelectorComposer
Returns the current page.
getPage() - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Returns the current page.
getPage() - Method in class org.zkoss.zk.ui.util.GenericComposer
Returns the current page.
getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID or UUID.
getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the page definition, i.e., the root node, or null if not available.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the page definition (always this).
getPageDefinition() - Method in interface org.zkoss.zk.xel.EvaluatorRef
Returns the page definition of this reference, or null if not available.
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(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(WebApp, String) - Static method in class org.zkoss.zk.ui.Executions
Returns the page definition from the page file specified by an URI.
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.
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(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content to a page definition.
getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content, in DOM, to a page definition.
getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified reader; never null.
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, 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 class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(WebApp, Reader, String) - Method in class org.zkoss.zk.ui.Executions
Reads the raw content from a reader and converts it into a page definition.
getPageDefinitionDirectly(WebApp, String, String) - Method in class org.zkoss.zk.ui.Executions
Converts the specified page content to a page definition.
getPageDefinitionDirectly(WebApp, Document, String) - Method in class org.zkoss.zk.ui.Executions
Converts the specified page content, in DOM, to a page definition.
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, 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, 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.
getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID or UUID, or null if no such page.
getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageRedrawControl(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Returns the page redraw control.
getPageRenderer() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the page render for this language.
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
 
getPageX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the horizontal coordinate of the mouse pointer relative to the whole document.
getPageY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the vertical coordinate of the mouse pointer relative to the whole document.
getParameter() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
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
 
getParameters() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Returns a readonly map of the parameters that are assigned to the template.
getParameters() - Method in interface org.zkoss.zk.ui.util.Template
Returns a readonly map of the parameters that are assigned to the template.
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 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 interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the parent, or null if it has no parent.
getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the parent (always null).
getParent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the parent context
getParentIdSpace(IdSpace) - Static method in class org.zkoss.zk.ui.Components
Returns the parent of the ID space, or null if not found.
getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Return the parsed expressions of the apply attribute.
getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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.
getPathInfo() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the path info of the request.
getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the performance meter for this application, or null if not set.
getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Returns the position.
getPosInDouble() - 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.
getPreviousInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the previous insertion point, it may be a component, a shadow element, or null.
getPreviousInsertion() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns the previous insertion point, it may be a component, a shadow element, or null.
getPreviousInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns the previous insertion point, it may be a component, a shadow element, or null.
getPreviousInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the first component before this shadow, if any.
getPreviousSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the previous selected items (never null).
getPreviousSelectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the previous selected items from the target component.
getPreviousSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the previous selected objects.
getPreviousSelectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the previous selected objects from the target component.
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.
getPreviousValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the previous value before user's input.
getPriority() - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
Returns the namespace parser's priority, higher is the first.
getProcessingId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
Returns the sequence ID of the request being processed.
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 processing.
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
 
getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly list of properties (Property) (never null).
getProperties() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Returns a readonly list of properties (Property) (never null).
getPropertiesRenderers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level properties renders.
getPropertyAccess(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
 
getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getPropertyAccess(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the corresponding property access object from the given property name, if any.
getProxiedEvent() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
Returns the proxied event.
getPseudoClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getPseudoElements() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getQueryString() - Method in interface org.zkoss.zk.ui.Desktop
Returns the query string that is contained in the request URL after the path (Desktop.getRequestPath()), or null if the URL does not have a query string.
getQueryString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the raw content.
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the raw content.
getRawCurrent() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the current session or the current session resolver.
getRawData() - Method in class org.zkoss.zk.au.AuResponse
Returns the associated data of this response in the original format (might be null).
getRawScript() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the script passed to the constructor.
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.ui.metainfo.WidgetAttribute
Returns the value passed to the constructor.
getRawValue() - Method in class org.zkoss.zk.xel.ExValue
Returns the raw value.
getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
Returns the real origin event of a forwarded event.
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.
getRealTarget() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
Returns the real target.
getRealUpload(Component, String) - Static method in class org.zkoss.zk.ui.ext.Uploads
Gets the real upload setting for client.
getRedrawCallback() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the reference item that is the component causing the key event to be fired.
getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the reference that causes Event.getTarget() to be opened.
getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
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
 
getRemoteHost() - Method in interface org.zkoss.zk.ui.Execution
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - 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
 
getRenderContext(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the render context, or null if not available.
getRenderdefer() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the number of milliseconds before rendering this component at the client.
getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the replaceable text, nor null if it cannot be replaced with a text.
getRequest() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the request (never null).
getRequestData() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the data carried in the request.
getRequestId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
Returns the sequence ID of the new request.
getRequestId() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getRequestId() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the sequence ID of the current request, or null if not available.
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.
getResourceURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourceURI() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the URI for ZK resource
getResourceURI() - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for ZK resource.
getResourceURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourceURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for ZK resource that can be encoded or not.
getResourceURI(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the URI for ZK resource.
getResourceURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getResponse() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the response (never null).
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.
getResponseHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns a readonly collection of response headers (never null).
getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns a readonly collection of response headers (never null).
getResponseHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a map of response headers (never null).
getResponseId(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getResponseId(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the sequence ID of the response.
getResponses() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getResponses() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the collection of the AU responses (AuResponse) that shall be generated to the output, or null if not available.
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.
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..
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.
getRoot(Component) - Static method in class org.zkoss.zk.ui.Components
Returns the root component of the specified one.
getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the attributes of the root element declared in this page (never null).
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.
getRootParent() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
getRoots() - Method in class org.zkoss.zk.ui.AbstractPage
 
getRoots() - Method in interface org.zkoss.zk.ui.Page
Returns a readonly list of the root components.
getScheme() - Method in interface org.zkoss.zk.ui.Execution
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS class(es).
getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the scope, or null if it is not associated with a scope.
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.
getScript(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the script associated with this event handler.
getScriptBuffer() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Returns the string buffer for the snippet that shall be generated after rendering the components.
getScriptErrorEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScriptErrorEvent
Converts an AU request to a script error event.
getScriptManager() - Method in class org.zkoss.zk.ui.http.WpdExtendlet
 
getScripts() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
Returns a list of Javascript files or the scripts of the data attribute handler.
getScrollEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScrollEvent
Converts an AU request to a scroll event.
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).
getSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the selected objects (never null).
getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text contained in this text.
getSelectEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectEvent
Converts an AU request to a select event.
getSelectEvent(AuRequest, SelectEvent.SelectedObjectHandler<T>) - Static method in class org.zkoss.zk.ui.event.SelectEvent
Converts an AU request to a select event.
getSelectionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectionEvent
Converts an AU request to a selection event.
getSelectorIndex() - Method in class org.zkoss.zk.ui.select.impl.Selector
Return the index of this selector in a multiple selector sequence.
getSelf() - Method in class org.zkoss.zk.ui.select.SelectorComposer
Returns the component which applies to this composer.
getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Returns the self variable.
getSEORenderers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level SEO renderer.
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() - Method in class org.zkoss.zk.device.GenericDevice
 
getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
Returns the class name that implements the server push feature.
getServletContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getServletContext() - Method in interface org.zkoss.zk.ui.WebApp
Returns the servlet context of this application.
getSession() - Method in interface org.zkoss.zk.ui.Desktop
Returns the session of this desktop.
getSession() - Method in interface org.zkoss.zk.ui.Execution
Returns the session this execution belongs to.
getSession() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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.
getSession(boolean) - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the session, or null if no session and create is false.
getSession(boolean) - Method in class org.zkoss.zk.ui.http.SessionResolverImpl
 
getSession(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionResolver
Returns the session, or null if no session available and create is false.
getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the session associated with the specified request request.
getSession(ServletContext, HttpServletRequest, boolean) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession(WebApp, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the ZK session associated with the specified native session, or null if not found.
getSessionCache() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSessionCache() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the session cache (never null).
getSessionCacheClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to store ZK sessions, or null if the default shall be used.
getSessionMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of desktop per session.
getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the session.
getSessionMaxPushes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent server-pushes per session.
getSessionMaxRequests() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent requests per session.
getShadowDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class.
getShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name.
getShadowDefinition(String, PageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Instantiates and returns the component definition for the specified condition.
getShadowDefinitionIfAny(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class, or null if not found.
getShadowDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name, or null if not found.
getShadowDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the map of shadow elements defined in this language (never null).
getShadowDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all shadow element definitions in this language.
getShadowFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getShadowFellowIfAny(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the shadow element under this shadow host.
getShadowHost() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
getShadowHost() - Method in interface org.zkoss.zk.ui.ShadowElement
Returns the owner component that hosts this shadow element.
getShadowHostIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
getShadowHostIfAny() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Return the shadow host from it or its ancestor, if any.
getShadowRoots() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getShadowRoots() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a set of shadow elements, if any.
getShadowVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getShadowVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the shadow variable associated with this component or its parent component; or null if not found.
getShadowVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getShadowVariable(Component, String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the shadow variable enclosed with the base component, which associated with this component or its parent component; or null if not found.
getShadowVariable0(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SizeEvent
Converts an AU request to a size event.
getSlideEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SlideEvent
Converts an AU request to an slide event.
getSortEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SortEvent
Converts an AU request to a sort event.
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.
getSpecialRendererOutput(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns the split child, or null if not available.
getSrc() - Method in interface org.zkoss.zk.ui.util.TemplateCtrl
Returns the template src source, if any.
getSrc(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Returns the URI to create the template from, or null if not specified.
getStack() - Method in class org.zkoss.zk.ui.event.ScriptErrorEvent
 
getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the start position of the cursor from the input element.
getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's start position.
getStartScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Returns the JavaScript codes to enable (a.k.a., start) the server push.
getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
Returns when the server (actually, this monitor) started.
getState() - Method in class org.zkoss.zk.ui.event.CheckEvent
Returns the nullable state is changed.
getState() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
Returns the state object.
getState() - Method in class org.zkoss.zk.ui.event.StateChangeEvent
Returns the current state that has been changed.
getStateChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StateChangeEvent
Returns the event of StateChangeEvent with the given request.
getStep() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
getStopScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
getStorage() - Method in interface org.zkoss.zk.ui.Desktop
Returns the storage in a desktop scope.
getStorage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getStubEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StubEvent
Converts an AU request to a stub event.
getStubonly() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getStubonly() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component is stub-only.
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() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all StyleSheet required by this language.
getStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns a list of StyleSheet that shall be generated to the client for the specified execution.
getSubBindingAnnotationCount() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSubBindingAnnotationCount() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the count of the component's subtree binding annotation.
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() - 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 class org.zkoss.zk.ui.impl.UiEngineImpl
 
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.
getSwipeDirection() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the swipe direction(left/right/up/down) relevant to the component.
getSwipeDuration() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the swipe duration(milliseconds) relevant to the component.
getSwipeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SwipeEvent
 
getSwipeX() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the horizontal swipe displacement relevant to the component.
getSwipeY() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the vertical swipe displacement relevant to the component.
getTabindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the tab order of this component.
getTabindexInteger() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns null if not set.
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.
getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the mapper representing the functions defined in taglib and xel-method.
getTarget() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
 
getTarget() - Method in class org.zkoss.zk.ui.event.Event
Returns the target component that receives this event, or null if broadcast.
getTargets() - Method in class org.zkoss.zk.ui.AbstractComponent.ForwardInfo
 
getTemplate(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getTemplate(String) - Method in interface org.zkoss.zk.ui.Component
Returns the template of the given name, or null if not available.
getTemplate(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getTemplate(String) - Method in interface org.zkoss.zk.ui.Page
Gets page scope template by name
getTemplateNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getTemplateNames() - Method in interface org.zkoss.zk.ui.Component
Returns a readonly set of the names of all templates.
getTemplatesInfo() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Gets templates info map
getTemplateURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
 
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.
getThemeURIHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a list of ThemeURIHandler.
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<Object>) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns a list of the theme's URIs of the specified execution, or null if no theme shall be generated.
getThread() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the thread serving the event.
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.
getTimeoutMessage(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout message for this device, or null if the default message is preferred.
getTimeoutURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout URI for this device.
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 particular 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.MaximizeEvent
Returns the top of the component, which is its original top.
getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the top of the component, which is its original top.
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.
getTreeBuilderClass() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the tree builder class for this language
getType() - Method in interface org.zkoss.zk.device.Device
Returns the device type.
getType() - Method in class org.zkoss.zk.device.GenericDevice
 
getType() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getType() - Method in class org.zkoss.zk.ui.select.impl.Token
 
getType() - Method in class org.zkoss.zk.ui.sys.BooleanPropertyAccess
 
getType() - Method in class org.zkoss.zk.ui.sys.IntegerPropertyAccess
 
getType() - Method in class org.zkoss.zk.ui.sys.IntPropertyAccess
 
getType() - Method in class org.zkoss.zk.ui.sys.ObjectPropertyAccess
 
getType() - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
 
getType() - Method in class org.zkoss.zk.ui.sys.StringPropertyAccess
 
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 used to handle UI loading and updates, 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 used to instantiate desktops, pages and components, 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() - Method in class org.zkoss.zk.device.GenericDevice
 
getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
Returns the unavailable message for the specified device type.
getUnless() - Method in class org.zkoss.zk.ui.util.ConditionImpl
Returns Unless expression.
getUnselectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the unselected items.
getUnselectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the unselected items from the target component.
getUnselectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the unselected objects.
getUnselectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the unselected objects from the target component.
getUpdateResult(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
Returns the result of an AU request representing the update result.
getUpdateServlet(WebApp) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the update servlet of the specified application, or null if not loaded yet.
getUpdateURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getUpdateURI() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the URI for asynchronous update.
getUpdateURI() - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for asynchronous update.
getUpdateURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getUpdateURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for asynchronous update that can be encoded or not.
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
 
getUpload() - Method in interface org.zkoss.zk.ui.ext.Uploadable
Returns non-null if this component is used for file upload, or null otherwise.
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 file(s), or null if not available.
getUploadEvent(String, Component, AuRequest) - Static method in class org.zkoss.zk.ui.event.UploadEvent
Creates an instance of UploadEvent based on the event name and component, the UploadEvent contains the upload media(s) from user.
getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
Returns the URI (never null).
getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Returns the URI to forward to.
getURIEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.URIEvent
Converts an AU request to an URI event.
getURIs() - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
getURIs() - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
Returns a read-only list of theme uri which present the current status of the CSS/WCS files list.
getUrl() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
Returns the URL.
getUserAgent() - Method in interface org.zkoss.zk.ui.Execution
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserAgent() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
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
 
getUtilityHandler() - Static method in class org.zkoss.zk.ui.select.SelectorComposer
 
getUuid() - Method in class org.zkoss.zk.au.AuRequest
Returns the UUID.
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 unique in the whole session.
getUuid() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the UUID of the stub component sending the request.
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 unique in the whole session.
getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's UUID.
getValue() - Method in interface org.zkoss.zk.au.DeferredValue
Returns the value.
getValue() - Method in exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the value that user input.
getValue() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the value of the target component, when the onOpen event is sent, or null if not applicable.
getValue() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
Returns the value associated with this event handler.
getValue(Component) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
 
getValue(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns the value of the response header.
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 (might be null).
getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the value of a variable defined in this interpreter.
getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Retrieve the variable.
getVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Returns the value of a variable defined in this interpreter's scope identified by the specified scope.
getVariable(Scope, 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 scope.
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() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the ZK version, such as "1.1.0" and "2.0.0".
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".
getVflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Return vertical flex hint of this component.
getViewport() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getViewport() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the viewport that will be assigned to pages created from this definition, or "auto" if no viewport is assigned at the beginning.
getViewport() - Method in interface org.zkoss.zk.ui.Page
Return the meta viewport of this page, or "auto" if not specified.
getViewport() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Return the page's viewport, or "auto" if not specified.
getVisibilityChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Converts an AU request to a visibility change event.
getVisibilityState() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Return the current page's visibility state.
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 class org.zkoss.zk.ui.impl.DesktopImpl
 
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the visualizer associated with this desktop.
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the Visualizer for this execution.
getWCSCacheControl(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns the number of hours that the specified WCS (Widget CSS descriptor) file won't be changed.
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() - 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 class org.zkoss.zk.ui.http.SimpleWebApp
 
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..
getWebApp(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application of the specified context.
getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to represent this Web application, or null if default is used.
getWebAppFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to instantiate an instance representing this Web application, or null if default is used.
getWebAppIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application of the specified context, or null if not available.
getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified context.
getWebManager(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified WebApp.
getWebManagerIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the give context, or null if not found.
getWebManagerIfAny(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified WebApp, or null if not found.
getWidgetAttributeNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetAttributeNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of additions DOM attributes that shall be generated.
getWidgetClass() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the widget class (a.k.a., widget type), or null if not defined.
getWidgetClass() - Method in interface org.zkoss.zk.ui.Component
Returns the widget class (a.k.a., the widget type), or null if not available.
getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Returns the component class (a.k.a., widget type), "zk.Macro".
getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Returns the widget class, "zk.Native".
getWidgetClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the widget class (might contain EL expressions), or null if not available.
getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getWidgetClass() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns the widget class (a JavaScript class).
getWidgetClass() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the widget class of this page, or null to use the device default.
getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubComponent
Returns the widget class, "#stub".
getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubsComponent
Returns the widget class, "#stubs".
getWidgetClass(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the widget class associated with specified mold, or the default widget class (ComponentDefinition.getWidgetClass(org.zkoss.zk.ui.Component, java.lang.String)) if not available.
getWidgetClass(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getWidgetClass(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the widget class of the given page, or null if the default is used.
getWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the widget of the specified class name.
getWidgetDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the widget of the specified class name, or null if not found.
getWidgetListener(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetListener(String) - Method in interface org.zkoss.zk.ui.Component
Returns the script of the client event, or null if not found.
getWidgetListenerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetListenerNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of event names (String) that the listener of the peer widget are assigned, or an empty collection if none is registered.
getWidgetOverride(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetOverride(String) - Method in interface org.zkoss.zk.ui.Component
Returns the script of the method definition to override widget's method, or null if not found.
getWidgetOverrideNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetOverrideNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of the property names (String) that shall be overridden, or an empty collection if none is registered.
getWidth() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
 
getWidth() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the width of the component, which is its original width.
getWidth() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the width of the component, which is its original width.
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.
getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
Returns all the exceptions (never null).
getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the horizontal coordinate 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.
getXelVariable(XelContext, Object, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getXelVariable(XelContext, Object, Object, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns a variable that is visible to XEL expressions.
getXMLResourcesLocator() - Static method in class org.zkoss.zk.ui.impl.Utils
Returns the XML resources locator to locate metainfo/zk/config.xml, metainfo/zk/lang.xml, and metainfo/zk/lang-addon.xml
getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the vertical coordinate of the mouse pointer relevant to the component.
getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the ZK Cascading Style class for this component.
getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
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.
getZIndexEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ZIndexEvent
Converts an AU request to a z-index event.
getZoneId() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the time-zone ID of the client.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
Returns the zscript associated with this event handler.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the ZScript object hold in this info.
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 classes defined in the loaded interpreters (Page.getLoadedInterpreters()).
getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the function of the specified name by searching the loaded interpreters.
getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the function of the specified name by searching the logical scope of the specified component in 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.
getZScriptVariable(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(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
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 specified component in 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
 
GroovyInterpreter - Class in org.zkoss.zk.scripting.groovy
Groovy interpreter.
GroovyInterpreter() - Constructor for class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
GROUP - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents a group of desktops that belongs to the same browser.

H

hasAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns if the custom attribute is associate with this component.
hasAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns if a custom attribute is associated with this object (scope).
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
hasAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Returns if an attribute exists.
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns if a custom attribute is associated with this object.
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as hasAttribute(name).
hasAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Returns if the custom attribute is associate with this component.
hasAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns if an attribute exists.
hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns if a custom attribute is associated with this component, or the fellow of this component.
hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns if a custom attribute is associated with this page, or a fellow of this page.
hasBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
hasBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
 
hasBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns whether the component itself has binding annotation or not.
hasCallBack(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns if a callback function Callback.call(Object data) is registered.
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 property is defined.
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.AbstractComponent
 
hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
hasFellow(String) - Method in interface org.zkoss.zk.ui.Component
Returns whether a fellow exists in the same ID space of this component.
hasFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns whether there is a fellow named with the specified component ID.
hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether there is a fellow named with the specified component ID in the same ID space as this component.
hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns whether there is a fellow named with the specified component ID.
hasFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Returns if the specified function mapper has been registered
hashCode() - Method in class org.zkoss.zk.au.AuRequest
 
hashCode() - Method in class org.zkoss.zk.au.AuResponse
 
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
 
hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns whether the mold URI exists for the given mold.
hasNext() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
hasNext() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return true if it has next component.
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
 
hasShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified shadow element is defined.
hasSubBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasSubBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns whether the component and its children have binding annotation or not.
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
 
hasVariableResolver(Class<? extends VariableResolver>) - Method in interface org.zkoss.zk.ui.Execution
Returns if any instance of the give class has been registered.
hasVariableResolver(Class<? extends VariableResolver>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Returns if the specified variable resolved has been registered
hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Returns if the specified variable resolver has been registered
hasWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified widget is defined.
HeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a header element, such as <?
HeaderInfo(String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.HeaderInfo
Constructor.
HierarchicalAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports the hierarchical scopes.
HistoryPopStateEvent - Class in org.zkoss.zk.ui.event
The history pop state event used with onHistoryPopState to notify that user pressed BACK, FORWARD or others that causes the history changed (but still in the same desktop).
HistoryPopStateEvent(String, Object) - Constructor for class org.zkoss.zk.ui.event.HistoryPopStateEvent
 
HistoryPopStateEvent(String, Object, String) - Constructor for class org.zkoss.zk.ui.event.HistoryPopStateEvent
 
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 HtmlBasedComponent.getExtraCtrl().
HtmlHelper() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
HtmlMacroComponent - Class in org.zkoss.zk.ui
The implementation 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 component used to represent XML elements that are associated with the native namespace (http://www.zkoss.org/2005/zk/native).
HtmlNativeComponent() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs 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
Constructs a HtmlNativeComponent component with the specified prolog and epilog.
HtmlNativeComponent.ExtraCtrl - Class in org.zkoss.zk.ui
 
HtmlNativeComponent.HtmlHelper - Class in org.zkoss.zk.ui
The HTML helper.
HtmlPageRenders - Class in org.zkoss.zk.ui.sys
Utilities for implementing HTML-based PageRenderer.
HtmlPageRenders() - Constructor for class org.zkoss.zk.ui.sys.HtmlPageRenders
 
HtmlPageRenders.RenderContext - Class in org.zkoss.zk.ui.sys
The render context which consists of two writers (HtmlPageRenders.RenderContext.temp and HtmlPageRenders.RenderContext.perm.
HtmlShadowElement - Class in org.zkoss.zk.ui
A skeleton of shadow element that represents as a shadow tree.
HtmlShadowElement() - Constructor for class org.zkoss.zk.ui.HtmlShadowElement
 
HtmlShadowElement.Direction - Enum in org.zkoss.zk.ui
A help class for an insertion direction.
HttpAuWriter - Class in org.zkoss.zk.au.http
The writer used to write the output back to the client.
HttpAuWriter() - Constructor for class org.zkoss.zk.au.http.HttpAuWriter
 
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
 
HttpSessionListener23 - Class in org.zkoss.zk.ui.http
The listener works with Servlet 2.3.
HttpSessionListener23() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener23
 

I

I18Ns - Class in org.zkoss.zk.ui.http
Internationalization utilities.
I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
 
IDENTIFIER - org.zkoss.zk.ui.select.impl.Token.Type
 
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.
idSpaceChanged(Scope, IdSpace) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when the ID space of this scope has been changed.
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
 
ILLEGAL_UPLOAD - org.zkoss.zk.ui.ext.Uploadable.Error
(illegal-upload) Illegal upload method.
implies(Subject) - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
 
imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the init directives and component definitions from the specified page definition.
imports(PageDefinition, String[]) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the specified directives from the specified page definition.
IN_RANGE - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is inserted in its descendant insertion range
include(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
Includes a page.
include(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
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(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
included - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
Indicated whether this page/execution is included.
Includer - Interface in org.zkoss.zk.ui.ext
Implemented by a component to indicate that it might include another ZUML page.
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() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
init() - Method in class org.zkoss.zk.ui.impl.PageImpl
Initialized the page when constructed or deserialized.
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(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Initializes this Web application.
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(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
init(FilterConfig) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDynaMediar
 
init(DHtmlUpdateServlet) - Method in interface org.zkoss.zk.au.http.AuExtension
Initializes the AU extension.
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuRedirect
 
init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Initialize the event processing thread before processing the event.
init(Desktop, Object) - 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 execution is created and initialized.
init(Page) - Method in class org.zkoss.zk.ui.util.Configuration
Initializes the given page with the variable resolvers registered by Configuration.addListener(java.lang.Class<?>).
init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes a page after execution is activated.
init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
Initializes the interpreter.
init(Page, String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
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(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(Session, Object) - Method in interface org.zkoss.zk.ui.util.SessionInit
Called when a session is created and initialized.
init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
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(WebApp) - Method in class org.zkoss.zk.au.http.AuRedirect
 
init(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
init(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Initializes the session cache.
init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
Called when a ZK application is created and initialized.
INIT_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
initClone(AbstractComponent) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
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
The init directive in the ZUML page.
InitiatorInfo(Class<? extends Initiator>, Map<String, 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(String, Map<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(Initiator, Map<String, 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.
initIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
initIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Internal use
initZkDesktop(Session, EndpointConfig) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
Stores the zksession and desktop id into the websocket session userProperties, removes the temporary key/value from the endpoint userProperties.
INJECT_URI_PREFIX - Static variable in class org.zkoss.zk.ui.sys.Attributes
A special prefix that is used if you want to inject a special fragment into the URI of a class Web resource (CWR).
injectURI(String, String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
Injects a fragment into the specified URI, and returns the injected URI.
InputEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's input something at the client.
InputEvent(String, Component, String, Object) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs a input-relevant event.
InputEvent(String, Component, String, Object, boolean, int) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs an input event
inRange(HtmlShadowElement, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
Returns the direction of the target component according to the given shadow element.
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.
IntegerPropertyAccess - Class in org.zkoss.zk.ui.sys
An Integer property class.
IntegerPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntegerPropertyAccess
 
interpret(String, String, Scope) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
interpret(String, String, Scope) - Method in interface org.zkoss.zk.ui.Page
Interprets a script in the specified scripting language in the context of the specified scope.
interpret(String, Scope) - Method in interface org.zkoss.zk.scripting.Interpreter
Evaluates the script against the specified scope.
interpret(String, Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Handles the scope and then invoke GenericInterpreter.exec(java.lang.String).
Interpreter - Interface in org.zkoss.zk.scripting
Represents an interpreter 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) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int) - 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, 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, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
Interpreters - Class in org.zkoss.zk.scripting
The utilities to access interpreters (Interpreter).
IntPropertyAccess - Class in org.zkoss.zk.ui.sys
An int property class.
IntPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntPropertyAccess
 
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 of this component and its dependencies later.
invalidate() - Method in interface org.zkoss.zk.ui.Desktop
Invalidates the desktop.
invalidate() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidate() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
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.
invokeCallback(String, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes a callback function Callback.call(Object data)
invokeDesktopCleanups() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeDesktopCleanups() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
invokeDesktopInits(Desktop, Object) - Method in class org.zkoss.zk.ui.util.Configuration
invokeEventThreadCompletes(List<EventThreadCleanup>, Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
invokeEventThreadInits(List<EventThreadInit>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
invokeEventThreadResumes(List<EventThreadResume>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
invokeEventThreadSuspends(List<EventThreadSuspend>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.util.Configuration
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionInits(Execution, Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
invokeMethod(Method, Object, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Invoke a method reflexively.
invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
invokeSessionInits(Session, Object) - Method in class org.zkoss.zk.ui.util.Configuration
invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
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.
isActive() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
isActive() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Returns if the working thread of the server push is active.
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
 
isAlive() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isAlive() - Method in interface org.zkoss.zk.ui.Page
Returns whether the desktop is still alive.
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 ancestor of node 2.
isAnnotation(String) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Test if the given value is an annotation.
isAnnotationNamespacedRoot() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
 
isAnnotationNamespacedRoot() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
 
isAppendableToCollection(Type, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return true if field is of Collection type, and an object of type clazz can be added into the Collection.
isAscending() - Method in class org.zkoss.zk.ui.event.SortEvent
Returns true if the sorting request is ascending.
isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is an asynchronous update for the specified page (thru ZK Update Engine).
isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isAutomaticTimeout(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to automatically trigger the timeout at the client.
isAutoUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is generated automatically.
isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns whether to preserve the blank text.
isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
Return false to indicate it is not 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 predefined values (a.k.a., 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
Returns whether this component can have a child.
isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isChildable() - Method in class org.zkoss.zk.ui.sys.StubsComponent
StubsComponent represents a collection of StubComponent, so it does not allow any child.
isChildAllowedInTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns if a child is allowed in the text-as area.
isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns if a child is allowed in the text-as area.
isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isClose() - Method in interface org.zkoss.zk.ui.event.EventQueue
Returns whether it is closed.
isClose() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
isClose() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
isCompatible(String) - Method in class org.zkoss.zk.device.AjaxDevice
 
isCompatible(String) - Method in interface org.zkoss.zk.device.Device
Returns whether this device supports the specified client.
isCompatible(String) - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate unknown.
isComplete() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isComplete() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the page is a complete page.
isComplete() - Method in interface org.zkoss.zk.ui.Page
Returns if this page is a complete page.
isCompress() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
isCompress() - Method in class org.zkoss.zk.au.http.HttpAuWriter
Returns whether to compress the output.
isCrawlable() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether this Web application can be crawled by search engines.
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.
isCustomThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeProvider.
isCustomThemeRegistry() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeRegistry.
isCustomThemeResolver() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeResolver.
isDebugJS() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to debug JavaScript files.
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.ZScriptInfo
Returns whether the evaluation of the zscript shall be deferred.
isDirectContent(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns whether a component can directly generate HTML tags to the output.
isDisabled() - Method in interface org.zkoss.zk.ui.ext.Disable
Returns whether it is disabled.
isDisabledHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether a reserved attribute is used by the dynamic tag (LanguageDefinition.getDynamicTagDefinition()).
isDynamicValue() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
isDynamicValue() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns whether the shadow element contains a dynamic value, it means the shadow element cannot be destroyed after evaluated.
isDynamicValue(String) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns whether the property name contains with a dynamic value.
isEffective() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Returns whether the shadow element is effective
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.impl.RequestQueueImpl
 
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.
isEmpty() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns if no more request available in the queue.
isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated.
as of release 10.0.0. (not recommended to use in production)
isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Whether the execution associated with this visualizer is caused by an async-update.
isExpression() - Method in class org.zkoss.zk.xel.ExValue
Tests whether it is an expression.
isFirst() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns whether the current round is the first pass through the iteration
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
 
isFullComposerOnly() - Method in class org.zkoss.zk.ui.impl.MultiComposer
Returns whether to invoke only the composer that implements FullComposer.
isHandled(Class<?>) - Method in interface org.zkoss.zk.ui.util.AggregationListener
Returns whether the given class is handled.
isHidden() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Return the current page is hidden or not.
isHistoryStateEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether history state handle is enabled.
isHorizontal() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is landscape on tablet/mobile device.
isIdle() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
Returns if there is listener being registered.
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.
isIf() - Method in class org.zkoss.zk.ui.util.ConditionImpl
Returns whether it's If condition.
isIgnorable(Object, WebApp) - Method in interface org.zkoss.zk.au.AuDecoder
Returns if the request is ignorable when an error occurs.
isImplicit(String) - Static method in class org.zkoss.zk.ui.Components
Returns whether the given id is an implicit ZK object id.
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
 
isInitialized() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns if it's finished layout phase (initializing).
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.AbstractComponent
 
isInvalidated() - Method in interface org.zkoss.zk.ui.Component
Returns if this component needs to be redrawn at the client.
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).
isInvalidated(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
isInvalidated(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if this component needs to be redrawn.
isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the desktops across visits.
isLandscape() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is landscape on tablet/mobile device.
isLast() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns whether the current round is the last pass through the iteration
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) - 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.
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.
isLocal() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns if it is for local variable.
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
 
isMatched() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the last position of any selectors in the list.
isMatched(int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the last position of the given selector.
isMatched(String) - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
Checks whether the namespace URI is used for this Namespace Parser.
isMaximized() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns whether to be maximized.
isMediaMatched() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns true if the serialized media query list is matched
isMetaKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether META is pressed.
isMinimized() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns whether to be minimized.
isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
 
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.
isNativeInfo() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns whether the property is held by NativeInfo.
isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns whether it causes open.
isOutOfBound() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Return true if the scroll position is outside of boundary on tablet/mobile device.
isOverride() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
Returns whether the handler is to override another one.
isPassableToMethod(Method, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return true if the given arguments can be passed as the arguments of the method.
isPortrait() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is portrait on tablet/mobile device.
isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
Returns whether this event is propagatable.
isQualified(int, int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the given position of the given selector.
isQuoted() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this language prefers the raw label.
isReadonly() - Method in interface org.zkoss.zk.ui.ext.Readonly
Returns whether it is readonly.
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.
isScriptIgnored(ServletRequest, String) - Method in interface org.zkoss.zk.ui.http.ScriptManager
Check whether the script should be loaded or ignored.
isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zk.ui.http.ScriptManagerImpl
 
isSendClientErrors() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to send client errors to the server for logging the page url where the error occurred and its stack trace.
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
 
isShadowElement() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is a shadow element.
isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
 
isShadowHost() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component is a shadow host, i.e. component's seRoots is not empty
isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether SHIFT is pressed.
isSlide() - Method in class org.zkoss.zk.ui.event.SlideEvent
Returns whether it is slide out.
isSourceMapEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether source map is enabled.
isSubscribed(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Returns if an event listener is subscribed.
isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
isSupported(int) - Method in interface org.zkoss.zk.device.Device
Returns whether the specified function is supported.
isSupported(int) - Method in class org.zkoss.zk.device.GenericDevice
 
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.
isUnless() - Method in class org.zkoss.zk.ui.util.ConditionImpl
Returns whether it's Unless condition.
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
 
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.
isVertical() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is portrait on tablet/mobile device.
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
 
isZkTagsGenerated(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns if the ZK specific HTML tags are generated.
isZScriptEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether zscript is allowed.
iterable(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns an Iterable that iterates through all Components matched by the selector.
iterable(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns an Iterable that iterates through all Components matched by the selector.

J

JRubyInterpreter - Class in org.zkoss.zk.scripting.jruby
JRuby interpreter.
JRubyInterpreter() - Constructor for class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
JsContentRenderer - Class in org.zkoss.zk.ui.sys
An implementation of ContentRenderer that renders the content as a JavaScript property (i.e., name: 'value').
JsContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.JsContentRenderer
 
JSCumulativeContentRenderer - Class in org.zkoss.zk.ui.sys
An implementation of ContentRenderer that renders the content as a JavaScript property (i.e., name: ['value', 'value1', ..]) cumulatively.
JSCumulativeContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
JSONComponent(Component) - Constructor for class org.zkoss.zk.au.AuResponse.JSONComponent
 
JSONDate(Date) - Constructor for class org.zkoss.zk.au.AuResponse.JSONDate
 
JspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in JSP pages.
JspFns() - Constructor for class org.zkoss.zk.fn.JspFns
 
JythonInterpreter - Class in org.zkoss.zk.scripting.jython
The Python interpreter based on jython.
JythonInterpreter() - Constructor for class org.zkoss.zk.scripting.jython.JythonInterpreter
 

K

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
 
KeyEvent(String, Component, int, boolean, boolean, boolean, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
Constructs an event with MetaKey
KeyEvent(String, Component, int, boolean, boolean, boolean, Component) - 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>, PageRenderer, boolean, boolean, Locator, String) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs a language definition.
LAST - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is the same as the last insertion
LEFT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
LEFT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the left button is clicked.
LegacyDesktopIdGenerator - Class in org.zkoss.zk.ui.impl
A legacy sequential desktop ID generator used in ZK before 9.6.0.
LegacyDesktopIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.LegacyDesktopIdGenerator
 
LIST - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a vector, i.e., a list separated with comma.
Listen - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying Event handling in SelectorComposer.
listIterator(int) - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
load(StringBuffer, Execution) - Method in interface org.zkoss.zk.ui.metainfo.MessageLoader
Load the message to output StringBuffer.
LOAD_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
loadBuild() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
Loads the build identifier.
loadCSS(String) - Static method in class org.zkoss.zk.ui.util.Clients
Loads a CSS file.
loadDefaultImports(NameSpace) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Called when the top-level BeanShell scope is created.
loadFileContentAsString(Execution, String) - Static method in class org.zkoss.zk.device.Devices
Loads the content of a file as a String.
loadJavaScript(Execution, String) - Static method in class org.zkoss.zk.device.Devices
Loads the content of a javascript file as a String.
loadScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
Loads a JavaScript file to client and execute it.
loadScript(String, String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Loads a JavaScript file to client and execute it.
locate(String) - Method in interface org.zkoss.zk.ui.Execution
Locates a page based on the current Locale.
locate(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
log(Object) - Static method in class org.zkoss.zk.ui.util.Clients
Logs the message to the client.
log(String) - Method in interface org.zkoss.zk.ui.Execution
Writes the specified message to a servlet log file, usually an event log.
log(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
log(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
log(String) - Static method in class org.zkoss.zk.ui.util.Clients
Logs the message to the client.
log(String) - Method in interface org.zkoss.zk.ui.WebApp
Writes the specified message to a servlet log file, usually an event log.
log(String, Throwable) - Method in interface org.zkoss.zk.ui.Execution
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, Throwable) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
log(String, Throwable) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
log(String, Throwable) - Method in interface org.zkoss.zk.ui.WebApp
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
lookup(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the desktop-level event queue with the specified name in the current desktop, or if no such event queue, create one.
lookup(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition of the specified name or namespace.
lookup(String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the desktop-level event queue with the specified name in the current desktop.
lookup(String, String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the specified scope.
lookup(String, String, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the specified scope.
lookup(String, String, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(String, Session, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the give session (i.e., the session scope).
lookup(String, Session, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the give session (i.e., the scope).
lookup(String, Session, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(String, WebApp, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the give application (i.e., the application scope).
lookup(String, WebApp, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the give application (i.e., the scope).
lookup(String, WebApp, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(Component, String) - Static method in class org.zkoss.zk.ui.Templates
A shortcut of lookup(comp, comp, name, null, false)
lookup(Component, Component, String) - Static method in class org.zkoss.zk.ui.Templates
A shortcut of lookup(comp, base, name, null, false)
lookup(Component, Component, String, Component) - Static method in class org.zkoss.zk.ui.Templates
A shortcut of lookup(comp, base, name, compBase, false)
lookup(Component, Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.Templates
Lookup the template with some information.

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.
makeBuilder(String) - Static method in class org.zkoss.zk.ui.metainfo.TreeBuilderFactory
Creates a tree builder depended on its file extension.
MAP - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a map, i.e., a map paired with equal and separated with comma.
mapChildren(DesktopCtrl, List<String>, List<String[]>, List<Object[]>, Component) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
mapComponent(String, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
mapComponent(String, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Maps a component associated with the given UUID to this page.
markClientInfoPerDesktop(Desktop, String) - Static method in class org.zkoss.zk.ui.impl.Utils
Marks the per-desktop information of the given key will be generated, and returns true if the information is not generated yet (i.e., this method is NOT called with the given key).
match(Component, String) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
Returns true if the selector matches the given component.
match(Component, String, Map<String, PseudoClassDef>) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
Returns true if the selector matches the given component.
match(SimpleSelectorSequence, Map<String, PseudoClassDef>) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component qualifies the local properties of a given SimpleSelectorSequence.
matches(String) - Method in interface org.zkoss.zk.device.Device
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
matches(String) - Static method in class org.zkoss.zk.device.Devices
Returns the name and version of the client if the given user agent matches any of the devices, or null if not matched or it is a standard browser request.
matches(String) - Method in class org.zkoss.zk.device.GenericDevice
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
MaximizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being maximized.
MaximizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MaximizeEvent
 
md5(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(InputStream) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5Hex(InputStream) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Calculates the MD5 digest and returns the value as a 32 character hex string.
mergeJavaScript(HttpServletRequest, HttpServletResponse, String, byte[]) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Merges the JavaScript code of the mergeable packages defined in LanguageDefinition.getMergedJavaScriptPackages(java.lang.String).
mergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Merge a JavaScript package, say pkgFrom, to another package, say pkgTo, such that, when loading pkgTo, pkgFrom will be placed in the same WPD file.
mergeSubTree() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Merge the all sub-tree into the parent's insertions, unlike AbstractComponent.appendChild(Component)
mergeToHost(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Merge the host into the current shadow, unlike HtmlShadowElement.setShadowHost(Component, Component)
MESSAGE_ID - Static variable in interface org.zkoss.zk.mesg.MZk
 
MessageLoader - Interface in org.zkoss.zk.ui.metainfo
The interface for loading messages as String output.
META_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Meta key is pressed.
MIDDLE_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the middle button is clicked.
MinimizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being minimized.
MinimizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MinimizeEvent
 
MINOR_WHITESPACE - org.zkoss.zk.ui.select.impl.Token.Type
 
MISSING_REQUIRED_COMPONENT - org.zkoss.zk.ui.ext.Uploadable.Error
(missing-required-component) Missing required component or data.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.zkoss.zk.ui.http.ZKWebSocket
Retrieves the current zk session from handshake request and store this temporarily under a unique key ('${desktopid}|[${connection_uuid}]') inside the endpoint config userProperties.
modifyThemeURIs(Execution, ThemeURIModifier) - Method in interface org.zkoss.zk.ui.util.ThemeURIHandler
Allow developer to modify the theme uri list through ThemeURIModifier when a desktop is about to be rendered.
Monitor - Interface in org.zkoss.zk.ui.util
A listener to monitor the status of ZK engine.
MouseEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by mouse activity.
MouseEvent(String, Component) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Construct a mouse relevant event with coordinate or area.
MouseEvent(String, Component, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, String, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event with a logic name called area.
moveBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (a.k.a., browser window) by the specified number of pixels.
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.
moveTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (a.k.a., browser window) to the specified location (in pixels).
MultiComposer<T extends Component> - Class in org.zkoss.zk.ui.impl
To proxy a collection of composers.
MultiComposer(Composer<T>[]) - Constructor for class org.zkoss.zk.ui.impl.MultiComposer
The constructor.
MZk - Interface in org.zkoss.zk.mesg
 

N

Names - Class in org.zkoss.zk.ui.sys
Utilities about variable's names.
NamespaceParser - Interface in org.zkoss.zk.ui.metainfo
A namespace parser to handle the different namespace for the attributes
Native - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a native component.
NATIVE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native components.
NATIVE_NAMESPACE_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace prefix.
Native.Helper - Interface in org.zkoss.zk.ui.ext
The helper to generate the output for the native component.
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 component information about the native components.
NativeInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info with a parent.
NativeInfo(EvaluatorRef, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info without a parent.
newComponent(Page, Component, ComponentDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentDefinition.
newComponent(Page, Component, ComponentInfo, Component) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentInfo, Component) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentInfo.
newComponent(Page, Component, ShadowInfo, Component) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ShadowInfo, Component) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a shadow based on the specified ShadowInfo.
newComposer(Page, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a composer of the given class.
newComposer(Page, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a composer of the given class and page.
newComposer(Page, Object) - Static method in class org.zkoss.zk.ui.impl.Utils
Instantiates a composer of the given object.
newComposer(Page, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a composer of the given class name.
newComposer(Page, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a composer of the given class name and page.
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.
newDesktop(RequestInfo, String, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newDesktop(RequestInfo, String, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Desktop.
newEventThreadCleanups(Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
newEventThreadInits(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
newEventThreadResumes(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
newEventThreadSuspends(Object) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
newEventThreadSuspends(Component, Event, Object) - Method in class org.zkoss.zk.ui.util.Configuration
newFunctionMapper(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Creates and returns the function mapper for the specified pagedefinition and page.
newFunctionMapper(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Creates and returns the function mapper for the specified evaluator and page.
newInitiator(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creates and returns the initiator, or null if no initiator is resolved.
newInitiator(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creates and returns the initiator, or null if no initiator is resolved.
newInstance() - Static method in class org.zkoss.zk.au.AuWriters
Creates an instance of AuWriter.
newInstance(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Creates a shadow element based on this info (never null).
newInstance(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Creates an component based on this info (never null).
newInterpreter(String, Page) - Static method in class org.zkoss.zk.scripting.Interpreters
Returns the interpreter for the specified language name.
newLabelInfo(NodeInfo, 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<? extends Component>, 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<? extends Component>) - 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, 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 class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, Richlet, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified richlet.
newPage(UiFactory, RequestInfo, PageDefinition, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newPage(UiFactory, RequestInfo, Richlet, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Creates the request queue.
newServerPush(Desktop, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a server push of the given class.
newServerPush(Desktop, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes the server push of the given class and desktop.
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SerializableUiFactory
 
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SimpleUiFactory
 
newSession(WebApp, Object, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Instantiates a ZK session that is associated with the specified native session and request.
newSession(WebApp, Object, Object) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Session.
newShadowDefinition(LanguageDefinition, PageDefinition, String, Class<? extends Component>, String) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a shadow component definition.
newVariableResolver(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creates and returns the variable resolver for the specified page.
newVariableResolver(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creates and returns the variable resolver for the specified page.
newVariableResolvers(Class<?>, Class<?>) - Static method in class org.zkoss.zk.ui.select.Selectors
Creates a list of instances of VariableResolver based on the annotation of the given class.
newWebApp(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppFactory
Instantiates the instance of WebApp.
newWebApp(Object, Configuration) - Method in class org.zkoss.zk.ui.sys.WebAppFactoryImpl
 
newXelContext(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Instantiate a XEL context.
next() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
next() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the next matched component.
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
 
NEXT - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is the same as the next insertion
nextAnonymousComponentUuid(Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next anonymous component UUID for the specified component, or null to generate the default UUID.
nextChar() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
nextComponentUuid(Desktop, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
nextComponentUuid(Desktop, Component, ComponentInfo) - 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 class org.zkoss.zk.ui.impl.LegacyDesktopIdGenerator
 
nextDesktopId(Desktop) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
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 ID.
nextIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the index of the next component.
nextPageUuid(Page) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
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.
NO_CACHE - Static variable in class org.zkoss.zk.ui.sys.Attributes
A request attribute to indicate whether "no-cache" header is generated for the current desktop.
NodeInfo - Interface in org.zkoss.zk.ui.metainfo
Represent a node in a ZUML metainfo tree.
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
 
Notification - Class in org.zkoss.zk.ui.util
Utilities to send Notification to the client.
Notification() - Constructor for class org.zkoss.zk.ui.util.Notification
 
NOTIFICATION_TYPE_ERROR - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: error
NOTIFICATION_TYPE_INFO - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: information
NOTIFICATION_TYPE_WARNING - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: warning
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(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) - 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(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
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.
notifyAdded(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
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(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) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing threads for the specified desktop that are waiting on the specified object.
notifyAll(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing threads 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.
notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.SimpleScope
notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
notifyRemoved(String) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
notifyReplaced(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
NTN_CLASS - org.zkoss.zk.ui.select.impl.Token.Type
 
NTN_ID - org.zkoss.zk.ui.select.impl.Token.Type
 
NTN_PSDOCLS - org.zkoss.zk.ui.select.impl.Token.Type
 
NTN_PSDOELEM - org.zkoss.zk.ui.select.impl.Token.Type
 

O

ObjectPropertyAccess - Class in org.zkoss.zk.ui.sys
An Object proeprty type
ObjectPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.ObjectPropertyAccess
 
ON_ACROSS_PAGE - Static variable in class org.zkoss.zk.ui.event.Events
The onAcrossPage event used with Event.
ON_AFTER_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onAfterSize event (used with AfterSizeEvent).
ON_ANCHOR_POS - Static variable in class org.zkoss.zk.ui.event.Events
The onAnchorPos event used with Event.
ON_BLUR - Static variable in class org.zkoss.zk.ui.event.Events
The onBlur event (used with Event).
ON_BOOKMARK_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onBookmarkChange 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_CHECK_SELECT_ALL - Static variable in class org.zkoss.zk.ui.event.Events
The onCheckSelectAll event used with Event.
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 component 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_DATA_LOADING - Static variable in class org.zkoss.zk.ui.event.Events
The onDataLoading event used with Event.
ON_DEFERRED_EVALUATION - Static variable in class org.zkoss.zk.ui.event.Events
The onDeferredEvaluation event (used with Event) to notify a component the Composer.doAfterCompose(Component) phase is done, and can evaluate deferred expressions if any.
ON_DESKTOP_RECYCLE - Static variable in class org.zkoss.zk.ui.event.Events
The onDesktopRecycle event (used with Event) to notify that a desktop has been recycled.
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_FULFILL - Static variable in class org.zkoss.zk.ui.event.Events
The onFulfill event (used with FulfillEvent) to denote a fulfill condition has been applied.
ON_GROUP - Static variable in class org.zkoss.zk.ui.event.Events
The onGroup event (used with Event) to notify a request for grouping.
ON_HISTORY_POP_STATE - Static variable in class org.zkoss.zk.ui.event.Events
The onHistoryPopState event (used with HistoryPopStateEvent).
ON_INNER_WIDTH - Static variable in class org.zkoss.zk.ui.event.Events
The onInnerWidth event used with Event.
ON_MAXIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMaximize event (used with MaximizeEvent).
ON_MINIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMinimize event (used with MinimizeEvent).
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_MOUSE_OUT - Static variable in class org.zkoss.zk.ui.event.Events
The onMouseOut event (used with MouseEvent).
ON_MOUSE_OVER - Static variable in class org.zkoss.zk.ui.event.Events
The onMouseOver event (used with MouseEvent).
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_REBUILD_SHADOW_TREE_LATER - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
ON_RENDER - Static variable in class org.zkoss.zk.ui.event.Events
The onRender request.
ON_RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onRightClick event (used with MouseEvent).
ON_SCRIPT_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
The onScriptError event used with ScriptErrorEvent.
ON_SCROLL - Static variable in class org.zkoss.zk.ui.event.Events
The onScroll event (used with ScrollEvent).
ON_SCROLL_POS - Static variable in class org.zkoss.zk.ui.event.Events
The onScrollPos event used with Event.
ON_SCROLLING - Static variable in class org.zkoss.zk.ui.event.Events
The onScrolling event (used with ScrollEvent).
ON_SEARCH - Static variable in class org.zkoss.zk.ui.event.Events
The onSearching event (used with InputEvent).
ON_SEARCHING - Static variable in class org.zkoss.zk.ui.event.Events
The onSearching event (used with InputEvent).
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_SLIDE - Static variable in class org.zkoss.zk.ui.event.Events
The onSlide event (used with Event).
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_STATE_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onStateChange event used with StateChangeEvent.
ON_STUB - Static variable in class org.zkoss.zk.ui.event.Events
The onStub event (used with StubEvent) to denote an event sent from the peer widget of a stub component (at the client).
ON_SWIPE - Static variable in class org.zkoss.zk.ui.event.Events
The onSwipe event (used with SwipeEvent).
ON_TARGET_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onTargetClick event (used with MouseEvent).
ON_TIME_ZONE_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onTimeZoneChange event used with Event.
ON_TIMER - Static variable in class org.zkoss.zk.ui.event.Events
The onTimer event (used with Event).
ON_TOP_PAD - Static variable in class org.zkoss.zk.ui.event.Events
The onTopPad event used with Event.
ON_UNGROUP - Static variable in class org.zkoss.zk.ui.event.Events
The onUngroup event (used with Event) to notify a request for ungrouping.
ON_UPLOAD - Static variable in class org.zkoss.zk.ui.event.Events
The onUpload event (used with UploadEvent.
ON_URI_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onURIChange event (used with URIEvent) to notify that the associated URI of a component is changed.
ON_USER - Static variable in class org.zkoss.zk.ui.event.Events
The onUser event.
ON_VISIBILITY_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onVisibilityChange event (used with VisibilityChangeEvent).
ON_WEEK_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onWeekClick event used with 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().
onBeforeDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onBeforeDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become a non-current execution.
onChildAdded(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onChildAdded(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
onChildAdded(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is added.
onChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is removed.
onChildrenMerged(Component, boolean) - Method in class org.zkoss.zk.ui.sys.StubsComponent
Called when this component replaced the given component, and the children of the given component shall be 'merged' to this component.
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.
onEvent(Event) - Method in class org.zkoss.zk.ui.event.GenericEventListener
 
onEvent(Event) - Method in class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
 
onEvent(ScriptErrorEvent) - Method in class org.zkoss.zk.ui.script.DefaultScriptErrorListener
 
onEvent(T) - Method in interface org.zkoss.zk.ui.event.EventListener
Notifies this listener that an event occurs.
onField(Class<?>, Field, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.FieldRunner
 
onHostAttached(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
onHostChildAdded(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Default: does nothing.
onHostChildAdded(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called when a child of a host is added into this shadow element.
onHostChildRemoved(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Default: does nothing.
onHostChildRemoved(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Called when a child of a host is added into this shadow element.
onHostDetached(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
onMethod(Class<?>, Method, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.MethodRunner
 
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.sys.ComponentCtrl
Called when this component is attached to a page.
onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
onPageDetached(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageDetached(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when this component is detached from a page.
onPageDetached(Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
onParentChanged(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
onParentChanged(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called after the parent changed.
onPiggyback() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggyback() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called each time when ZK Update Engine retrieves 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.
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 the component causing the exception.
OP_BEGIN_WITH - org.zkoss.zk.ui.select.impl.Token.Type
 
OP_CONTAIN - org.zkoss.zk.ui.select.impl.Token.Type
 
OP_END_WITH - org.zkoss.zk.ui.select.impl.Token.Type
 
OP_EQUAL - org.zkoss.zk.ui.select.impl.Token.Type
 
open(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
Initializes the writer.
open(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Opens the connection.
OPEN_BRACKET - org.zkoss.zk.ui.select.impl.Token.Type
 
OPEN_PAREN - org.zkoss.zk.ui.select.impl.Token.Type
 
OpenEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's opening 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.
OpenEvent(String, Component, boolean, Component, Object) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
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() - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
org.zkoss.zk - package org.zkoss.zk
 
org.zkoss.zk.au - package org.zkoss.zk.au
 
org.zkoss.zk.au.http - package org.zkoss.zk.au.http
 
org.zkoss.zk.au.out - package org.zkoss.zk.au.out
 
org.zkoss.zk.device - package org.zkoss.zk.device
 
org.zkoss.zk.fn - package org.zkoss.zk.fn
 
org.zkoss.zk.mesg - package org.zkoss.zk.mesg
 
org.zkoss.zk.scripting - package org.zkoss.zk.scripting
 
org.zkoss.zk.scripting.bsh - package org.zkoss.zk.scripting.bsh
 
org.zkoss.zk.scripting.groovy - package org.zkoss.zk.scripting.groovy
 
org.zkoss.zk.scripting.jruby - package org.zkoss.zk.scripting.jruby
 
org.zkoss.zk.scripting.jython - package org.zkoss.zk.scripting.jython
 
org.zkoss.zk.scripting.rhino - package org.zkoss.zk.scripting.rhino
 
org.zkoss.zk.scripting.util - package org.zkoss.zk.scripting.util
 
org.zkoss.zk.ui - package org.zkoss.zk.ui
 
org.zkoss.zk.ui.annotation - package org.zkoss.zk.ui.annotation
 
org.zkoss.zk.ui.event - package org.zkoss.zk.ui.event
 
org.zkoss.zk.ui.event.impl - package org.zkoss.zk.ui.event.impl
 
org.zkoss.zk.ui.ext - package org.zkoss.zk.ui.ext
 
org.zkoss.zk.ui.ext.render - package org.zkoss.zk.ui.ext.render
 
org.zkoss.zk.ui.http - package org.zkoss.zk.ui.http
 
org.zkoss.zk.ui.impl - package org.zkoss.zk.ui.impl
 
org.zkoss.zk.ui.metainfo - package org.zkoss.zk.ui.metainfo
 
org.zkoss.zk.ui.metainfo.impl - package org.zkoss.zk.ui.metainfo.impl
 
org.zkoss.zk.ui.script - package org.zkoss.zk.ui.script
 
org.zkoss.zk.ui.select - package org.zkoss.zk.ui.select
 
org.zkoss.zk.ui.select.annotation - package org.zkoss.zk.ui.select.annotation
 
org.zkoss.zk.ui.select.impl - package org.zkoss.zk.ui.select.impl
 
org.zkoss.zk.ui.sys - package org.zkoss.zk.ui.sys
 
org.zkoss.zk.ui.util - package org.zkoss.zk.ui.util
 
org.zkoss.zk.xel - package org.zkoss.zk.xel
 
org.zkoss.zk.xel.impl - package org.zkoss.zk.xel.impl
 
outDeviceCSSContent(String) - Static method in class org.zkoss.zk.fn.DspFns
Generates the complete CSS content of all components in the specified device.
outDeviceCSSContent(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Generates and returns the complete CSS content of all components in the specified device.
outDeviceJavaScripts(String) - Static method in class org.zkoss.zk.fn.DspFns
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
outDeviceJavaScripts(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
outDeviceStyleSheets(String) - Static method in class org.zkoss.zk.fn.DspFns
Returns HTML tags to include style sheets of the specified device for the current application (never null).
outDeviceStyleSheets(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Returns HTML tags to include style sheets of the specified device for the current application (never null).
outDocType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the doc type, or null if not available.
outFirstLine(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the first line to be generated to the output, or null if no special first line.
outHeaders(Execution, Page, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the content of the specified condition that will be placed inside the header element of the specified page, or null if it was generated before.
outHeaderZkTags(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates and returns the ZK specific HTML tags including the headers defined in the specified page, or null if it was generated before.
outInitCrashScript(Execution, WebApp) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns Script tag to include init-crash-script and init-crash-timeout defined in zk.xml
outLangJavaScripts(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page (never null).
outLangStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns HTML tags to include all style sheets that are defined in all languages of the specified device (never null).
outLibraryPropertyJavaScript() - Static method in class org.zkoss.zk.ui.http.Wpds
Internal use only.
outLocaleJavaScript() - Static method in class org.zkoss.zk.ui.http.Wpds
Generates Locale-dependent strings in JavaScript syntax.
outLocaleJavaScript(ServletRequest, ServletResponse) - Static method in class org.zkoss.zk.ui.http.Wpds
Generates Locale-dependent strings in JavaScript syntax.
outMomentTimezoneJavascript() - Static method in class org.zkoss.zk.ui.http.Wpds
Load moment.js timezone data.
outPageContent(Execution, Page, Writer, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the HTML content representing a page.
outResponseJavaScripts(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the AU responses that are part of a page rendering.
outResponseJavaScripts(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the AU responses that are part of a page rendering.
outSEOContent(Page, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the SEO content for the given page.
outSpecialJS(Desktop) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the special JavaScript code, such as the application's name.
outStandalone(Execution, Component, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the content of a standalone component that the peer widget is not a child of the page widget at the client.
outUnavailable(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the unavailable message in HTML tags, if any.
outWidgetListJavaScript(String) - Static method in class org.zkoss.zk.ui.http.Wpds
Generates all widgets in the specified language.
outZkHtmlTags(String) - Static method in class org.zkoss.zk.fn.DspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkHtmlTags(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkTags(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
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

packageToPath(String) - Method in class org.zkoss.zk.device.AjaxDevice
Converts a package to a path that can be accessible by the class loader (classpath).
packageToPath(String) - Method in interface org.zkoss.zk.device.Device
Converts a package to an absolute path that can be accessible by the class loader (classpath).
packageToPath(String) - Method in class org.zkoss.zk.device.GenericDevice
Converts a package to an absolute path that can be accessible by the class loader (classpath).
page - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the page.
Page - Interface in org.zkoss.zk.ui
A page.
PAGE_CREATED - Static variable in class org.zkoss.zk.ui.impl.Attributes
An execution attribute used to store whether the page has been created.
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_REDRAW_CONTROL - Static variable in class org.zkoss.zk.ui.sys.Attributes
The execution attribute used to control how to redraw a page (PageCtrl.redraw(java.io.Writer)).
PAGE_RENDERER - Static variable in class org.zkoss.zk.ui.sys.Attributes
The execution attribute used to control how to render a page.
PAGE_RENDERING - Static variable in class org.zkoss.zk.ui.sys.Attributes
An execution attribute to indicate that a page is rendering.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same page.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same page.
PAGE_UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
PageActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a page, when the session is going to be deactivated or has been activated.
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, String, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinition(LanguageDefinition, 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 implementation of Page and PageCtrl.
PageImpl(LanguageDefinition, ComponentDefinitionMap, String, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page without page definition and richlet.
PageImpl(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by giving the page definition.
PageImpl(Page) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page with another page as instance
PageImpl(Richlet, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by specifying a richlet.
PageRenderer - Interface in org.zkoss.zk.ui.sys
The page render used to render a page.
PageRenderPatch - Interface in org.zkoss.zk.ui.sys
A patch that is used to process the rendering result of a page.
pageScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the page.
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.
param - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the param argument passed from the http request.
PARAM_SEPARATOR - org.zkoss.zk.ui.select.impl.Token.Type
 
PARENT - Static variable in class org.zkoss.zk.ui.util.Composition
 
parentChanged(Scope, Scope) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when the parent has been changed.
parse(File) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
Parse the content of a file to a Document
parse(File) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
 
parse(File, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified file.
parse(InputStream, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml from an input stream into the configuration.
parse(Reader) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
Parse the content from a Reader to a Document
parse(Reader) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
 
parse(Reader, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses from the specified reader.
parse(String) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
parse(URL) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
Parse the content from a URL to a Document
parse(URL) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
 
parse(URL, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified URL.
parse(URL, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by url, into the configuration.
parse(List<Token>, String) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
parse(Attribute, ComponentInfo, PageDefinition) - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
Parses the the content with the current namespace parser.
parse(Document, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parse the raw content directly from a DOM tree.
parse(Element, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by the root element.
parse(Configuration, Element) - Method in interface org.zkoss.zk.ui.util.ConfigParser
Called to parse application-specific elements.
parseAttributeValue(String, Location) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Parses the attribute value.
parseComposite(String, Class, int) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses an expression which could a scalar, vector or map, depending on the specified type.
parseConfigXml(Configuration) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses metainfo/zk/config.xml placed in class-path.
parseContent(String) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseContent(String, int) - 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.
ParseException - Exception in org.zkoss.zk.ui.select.impl
Exception thrown for illegal selector string.
ParseException(int, Object, Character) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
 
ParseException(String) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
 
parseExpression(String, Class) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
parseExpression(String, Class<?>) - Method in interface org.zkoss.zk.xel.Evaluator
Prepares the expression.
parseKeys(Map<String, Object>) - Static method in class org.zkoss.zk.au.AuRequests
Parses the key flags of a mouse event.
parseLibProperty(Element) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
Internal use only
parseList(String, Class, boolean) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses a list of expressions that is separated by comma.
Parser - Class in org.zkoss.zk.ui.metainfo
Used to parse the ZUL file
Parser - Class in org.zkoss.zk.ui.select.impl
A parser that parses selector string and generates selector objects.
Parser() - Constructor for class org.zkoss.zk.ui.select.impl.Parser
 
Parser(WebApp, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.Parser
Constructor.
parseRequest(HttpServletRequest, AuDecoder) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
 
parseUpload(Component, String) - Static method in class org.zkoss.zk.ui.ext.Uploads
Parse the setting and update the upload-related attributes with the component.
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.
patchRender(RequestInfo, Page, Writer, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
Called after rendering to patch the result.
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(Component) - Constructor for class org.zkoss.zk.ui.Path
Returns the path of the specified component.
Path(Path, String) - Constructor for class org.zkoss.zk.ui.Path
 
pathToComponent(String, Component) - Static method in class org.zkoss.zk.ui.Components
peek() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
peek() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the next matched component, but the iteration is not proceeded.
peek(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
PerformanceMeter - Interface in org.zkoss.zk.ui.util
An application-level listener to measure the performance of the processing of client requests.
perm - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
The writer used to generate the content that exists even after the widgets have been rendered.
piggyResponse(Collection<AuResponse>, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
piggyResponse(Collection<AuResponse>, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Adds the responses to the so-called piggy-back queue.
PollingServerPush - Class in org.zkoss.zk.ui.impl
A server-push implementation that is based on client-polling.
PollingServerPush() - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
 
PollingServerPush(int, int, int) - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
 
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
 
POPUP - Static variable in class org.zkoss.zk.ui.util.URIInfo
Represents popup shall be used to show the content of the URI (URIInfo.uri).
PORTLET_PAGE_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PORTLET_RENDER_PATCH_CLASS - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property to specify the class used to patch the rendering result of a portlet.
postEvent(int, String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution with the specified priority.
postEvent(int, Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Queues the give event for the specified target to this execution.
postEvent(int, Component, Event) - Method in interface org.zkoss.zk.ui.Execution
Queues the give event for the specified target to this execution.
postEvent(int, Component, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postEvent(int, Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution with the specified priority.
postEvent(int, Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event with the specified priority to this execution.
postEvent(int, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution.
postEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Queues the give event for the specified target to this execution.
postEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution.
postEvent(Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event to this execution.
postEvent(Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postSubscriptionHandling(Object, Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Handling the subscription after a target(e.x. component) attached to this controller
postSubscriptionHandling(Object, Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
preInit() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
preInit() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Pre-initializes this page.
preInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes the context for the given page before rendering this page definition.
prepare(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Prepares the initialization at the servlet thread.
PREVIOUS - org.zkoss.zk.ui.HtmlShadowElement.Direction
It indicates the direction of the target is the same as the previous insertion
print() - Static method in class org.zkoss.zk.ui.util.Clients
Asks the client to print the current desktop (a.k.a., browser window).
process() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Process the event.
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, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Process asynchronous update requests from the client.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
Process the request.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
processEvent(Desktop, Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Ask this event thread to process the specified event.
PrologAllowed - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if it is able to generate the specified prolog before its real content.
PropertiesRenderer - Interface in org.zkoss.zk.ui.sys
A renderer used to render custom properties for particular components.
Property - Class in org.zkoss.zk.ui.metainfo
Information about how to initialize a property (a.k.a., 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.
Property(EvaluatorRef, String, NativeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with the native content.
PropertyAccess<T> - Interface in org.zkoss.zk.ui.sys
A property access interface to speed up Java reflection performance.
PropertyNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Represents the a property (a.k.a., a method of a component) is not found.
PropertyNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
ProxyEvent - Class in org.zkoss.zk.ui.impl
Used to proxy another event.
ProxyEvent(Component, Event) - Constructor for class org.zkoss.zk.ui.impl.ProxyEvent
Constructor.
PseudoClass - Class in org.zkoss.zk.ui.select.impl
The model representing a pseudo class in Selector
PseudoClass(String) - Constructor for class org.zkoss.zk.ui.select.impl.PseudoClass
 
PseudoClassDef - Interface in org.zkoss.zk.ui.select.impl
The model of pseudo class definition
PseudoElement - Class in org.zkoss.zk.ui.select.impl
The model representing a pseudo element in Selector
PseudoElement(String) - Constructor for class org.zkoss.zk.ui.select.impl.PseudoElement
 
publish(T) - Method in interface org.zkoss.zk.ui.event.EventQueue
Publishes an event to the queue.
publish(T) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
publish(T) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
Publishes an event.
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
 
pushHistoryState(Object, String, String) - Method in interface org.zkoss.zk.ui.Desktop
Pushes a new history state.
pushHistoryState(Object, String, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
put(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
put(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Puts a ZK session to the cache.

Q

query(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
query(String) - Method in interface org.zkoss.zk.ui.Component
Find the first component that matches the given CSS3 selector.
queryAll(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
queryAll(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterable object for components that match the given CSS3 selector.

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()), if the application assigns an ID for it.
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.
Readonly - Interface in org.zkoss.zk.ui.ext
Implemented with Component to indicate that a component can be set to readonly.
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.
rebuildSubShadowTree() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Rebuilds the shadow tree if the shadow element contains a dynamic value, it should be alive, otherwise, it will be detached.
recover(Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
recover(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when ZK detects Session.getNativeSession() is not initialized properly.
recover(Session, Execution, Desktop) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Recovers the specified desktop.
recoverDesktop(Session, HttpServletRequest, HttpServletResponse, WebAppCtrl, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Recovers the desktop if possible.
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 recovering failed.
recreate() - Method in interface org.zkoss.zk.ui.ext.Macro
Detaches all child components and then recreate them.
recreate() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Detaches all child components and then recreate them by use of HtmlMacroComponent.compose().
recreate() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Detaches all child components and then recreate them by use of HtmlShadowElement.compose(org.zkoss.zk.ui.Component).
recreate() - Method in interface org.zkoss.zk.ui.ShadowElement
Detaches all child components and then recreate them.
recycle() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
recycle() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the desktop has been recycled.
recycleDesktop(Execution, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
recycleDesktop(Execution, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Reuse the desktop and generate the output.
REDIRECT_URL_PARAMETER - Static variable in class org.zkoss.zk.au.http.AuRedirect
 
redraw(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws this component and all its descendants.
redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
redraw(Writer) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Render (a.k.a., redraw) this component and all its descendants.
redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Redraws the whole page into the specified output.
redraw(Collection<? extends Component>) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
An utilities to create an array of JavaScript objects (JavaScriptValue) that can be used to mount the specified widget at the clients.
redrawChildren(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws children (and then recursively descendants).
REFERENCE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
Reflections - Class in org.zkoss.zk.ui.select.impl
A collection of reflection utilities.
Reflections() - Constructor for class org.zkoss.zk.ui.select.impl.Reflections
 
Reflections.FieldRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
 
Reflections.MethodRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
 
registerCallBack(String, Callback) - Method in class org.zkoss.zk.ui.util.Configuration
Register a callback function Callback.call(Object data)
RELEASE - Static variable in class org.zkoss.zk.Version
 
reloadMessages(Locale) - Method in class org.zkoss.zk.device.AjaxDevice
 
reloadMessages(Locale) - Method in interface org.zkoss.zk.device.Device
Reloads the client-side messages in the specified locale.
reloadMessages(Locale) - Method in class org.zkoss.zk.device.GenericDevice
Reloads the client-side messages in the specified locale.
reloadMessages(Locale) - Static method in class org.zkoss.zk.ui.util.Clients
Reloads the client-side messages in the specified locale.
remove() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
remove() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Throws UnsupportedOperationException.
remove(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue.
remove(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified scope.
remove(String, String) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue.
remove(String, String) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(String, Session) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified session.
remove(String, Session) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue of the specified session.
remove(String, Session) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(String, WebApp) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified application.
remove(String, WebApp) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue of the specified application.
remove(String, WebApp) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
remove(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Removes the ZK session from the cache.
removeAllChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Removes all children of the specified component.
removeAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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 interface org.zkoss.zk.ui.ext.Scope
Removes the attribute from the current scope if any.
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) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
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 class org.zkoss.zk.ui.util.Configuration
Removes the value of an application-specific attribute.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Removes the specified custom attribute.
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Removes the custom attribute associated with this scope.
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as removeAttribute(name).
removeAttribute(String, int) - 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, int) - 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.
removeCallback(String, Callback) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeCallback(String, Callback) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Removes a callback for component by specific name.
removeChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeChild(Component) - Method in interface org.zkoss.zk.ui.Component
Removes a child.
removeChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Removes a child.
removeChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
removeClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the URI to redirect to, when ZK Client Engine receives an error.
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.AbstractPage
 
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.
removeDesktop(Execution) - Static method in class org.zkoss.zk.ui.impl.DesktopRecycles
Called to remove the desktop.
removeEventInterceptor(Class) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor with the specified class.
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor.
removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
Removes an event listener.
removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
Removes an event listener.
removeForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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).
removeForward(String, Component, 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).
removeFromParent() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
removeFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Removes a function mapper that was added by Page.addFunctionMapper(org.zkoss.xel.FunctionMapper).
removeItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
Removes the value from the given key, if any.
removeJavaScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Removes a JavaScript of the give source required by this language.
removeListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Removes a listener class.
removeListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
Removes a listener.
removeListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
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.
removePseudoClassDef(String) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Remove a pseudo class definition.
removeRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the richlet and associated richlet mappings.
removeSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Remove all CSS classes from a component's sclass property.
removeSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Remove the CSS class(es) from a component's sclass property if the component has this cssClass.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
Removes a change listener from this scope.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Adds a scope listener.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
removeShadowRoot(ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeShadowRoot(ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Removes the given shadow root from this host.
removeTemplate(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeTemplate(String) - Method in interface org.zkoss.zk.ui.Page
Removes page scope template
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Removes a name resolve that was added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Removes a variable resolver that was added by Page.addVariableResolver(org.zkoss.xel.VariableResolver).
render(String, boolean) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a boolean property.
render(String, boolean) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a boolean property.
render(String, boolean) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, boolean) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a boolean property.
render(String, byte) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a byte property.
render(String, byte) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a byte property.
render(String, byte) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, byte) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a byte property.
render(String, char) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a char property.
render(String, char) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a char property.
render(String, char) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, char) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a char property.
render(String, double) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a double property.
render(String, double) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a double property.
render(String, double) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, double) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a double property.
render(String, float) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a float property.
render(String, float) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a double property.
render(String, float) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, float) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a float property.
render(String, int) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders an integer property.
render(String, int) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders an integer property.
render(String, int) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, int) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a date property.
render(String, long) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a long property.
render(String, long) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a long property.
render(String, long) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, long) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a long property.
render(String, short) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a short property.
render(String, short) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a short property.
render(String, short) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, short) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a short property.
render(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders an arbitrary object property.
render(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders an arbitrary object.
render(String, Object) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders an Object property.
render(String, String) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a string property.
render(String, String) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a string property.
render(String, String) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, String) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a String property.
render(String, Date) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a Date property.
render(String, Date) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a Date property.
render(String, Date) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
render(String, Date) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a Date property.
render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderer
Renders the page.
render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.SEORenderer
 
render(ContentRenderer, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a boolean-value property if it is true.
render(ContentRenderer, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a string-value property.
render(ContentRenderer, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a string-value property.
renderClientAttributes(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client's DOM attributes for the peer widgets.
renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
 
renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
 
renderDirectly(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the value directly without encapsulation or conversion.
renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript code snippet.
renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders the value by converting it to string.
renderProperties(Component, ContentRenderer) - Method in interface org.zkoss.zk.ui.sys.PropertiesRenderer
Renders additional properties of the given component with the given ContentRenderer.
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.AbstractComponent
Called by (ComponentCtrl.redraw(java.io.Writer)) to render the properties, excluding the enclosing tag and children.
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Renders the content of this component, excluding the enclosing tags and children.
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
renderPropertiesOnly(ContentRenderer) - Method in class org.zkoss.zk.ui.AbstractComponent
 
renderPropertiesOnly(ContentRenderer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Renders the component properties only
renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
 
renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
 
renderWidgetListeners(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client code snippet for event listeners registered for the peer widget.
renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript code snippet for event listeners registered for the peer widget.
renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders every entry in listeners by use of XmlContentRenderer.render(String, Object).
renderWidgetOverrides(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client code snippet to override the methods and properties of the peer widget.
renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript codes snippet to override the methods and properties of the peer widget.
renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders every entry in overrides by use of XmlContentRenderer.render(String, Object).
RENEW_NATIVE_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
A session attribute used to denote that the invalidation of a native session (such as HttpSession and PortletSession) does not invalidate ZK session.
REPEAT_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
Indicates Whether it can be ignored by the server when the server receives the same requests that was not processed yet.
replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Replace the specified component with this component in the component tree.
replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
Replace the specified component with this component in the component tree.
replace(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Replaces a component with another.
replaceChildren(Component, Collection<Component>) - Static method in class org.zkoss.zk.ui.Components
Replaces all children of the specified component.
replaceHistoryState(Object, String, String) - Method in interface org.zkoss.zk.ui.Desktop
Replaces the current history state.
replaceHistoryState(Object, String, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
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(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_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same request.
REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same request.
REQUEST_SCOPE_PROXY - Static variable in class org.zkoss.zk.ui.Components
Request Scope Proxy
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.
requestEnter(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet starts to serve a request.
requestExit(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet completes the service of a 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(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
Constructor.
RequestInfoImpl(WebApp, Session, Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor
RequestInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the requests for the ZK Loader and Update Engine.
RequestOutOfSequenceException - Exception in org.zkoss.zk.au
Indicates a request is out-of-sequence, and the request shall be ignored.
RequestOutOfSequenceException(String, String) - Constructor for exception org.zkoss.zk.au.RequestOutOfSequenceException
 
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
 
requestReceiveAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has received the response (but not processed yet).
requestScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the request.
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.
resend(Object) - Method in interface org.zkoss.zk.au.AuWriter
Resend the content of the previous request returned by AuWriter.complete().
resend(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
reset() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
resize(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Forces the client to re-calculate the size of the given component.
resizeBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (a.k.a., 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 (a.k.a., browser window) to the specified size (in pixels).
resolveCase(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the case condition's value, or null if no case is specified (i.e., ZkInfo.withCase() is false.
resolveClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
resolveClass(String) - Method in interface org.zkoss.zk.ui.Page
Resolves the class of the specified name.
resolveComposer(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the composer for this info, or null if not available.
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 interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Resolves and returns the class that implements the component.
resolveImplementationClass(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
resolveImplementationClass(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveMethod(Class, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Resolves the method for the specified property, or null if DynamicPropertied.setDynamicProperty(java.lang.String, java.lang.Object) shall be used instead.
resolveParameters(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Evaluates and returns a readonly map of parameters assigned to this template (never null).
resolveSwitch(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the switch condition's value; evaluate EL expression if any.
resolveURI(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Evaluates and returns the URI, or null if not to forward.
resolveVariable(String) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
resolveVariable(Component, String, boolean) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Returns the variable associated with this base component or null if not found.
resolveVariable0(Object, XelContext, Object, Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves the widget class, or null if the default is expected.
response(String, AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client by overriding the key returned by AuResponse.getOverrideKey()).
response(String, AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse) to the client with the given key (instead of AuResponse.getOverrideKey()).
response(String, AuResponse, int) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client by overriding the key returned by AuResponse.getOverrideKey()).
response(AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client.
response(AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse) to the client.
ResponseHeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a setting of a response header.
ResponseHeaderInfo(String, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Constructor.
responseSent(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
responseSent(String, Object) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when ZK Update Engine has sent a response to the client.
restore(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Called to decode the last response for repeated request before retrieving.
restoreStates() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Internal used only
resubscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Re-subscribes annotated methods to the EventQueues, used in clustering environment.
resubscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
resume() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
ZK-1777 resume serverpush after DesktopRecycling
resume() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Resumes server-push - this is required after desktop recycling.
RESUME_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
retrieve(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Retrieves the content of the given path.
rewireComponentsOnActivate(Component, Object) - Static method in class org.zkoss.zk.ui.select.Selectors
Rewire the components on session activation
rewireOnActivate() - Method in annotation type org.zkoss.zk.ui.select.annotation.Wire
If true, the component will be rewired when the composer is deserialized in cluster environment.
rewireOnActivate() - Method in annotation type org.zkoss.zk.ui.select.annotation.WireVariable
If true, the variable will be rewired when the composer is deserialized in cluster environment.
rewireVariablesOnActivate(Component, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
Rewire the variables on session activation
RhinoInterpreter - Class in org.zkoss.zk.scripting.rhino
Rhino-based JavaScript interpreter.
RhinoInterpreter() - Constructor for class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
Richlet - Interface in org.zkoss.zk.ui
Defines methods that all richlets must implement.
RICHLET_FLAG - Static variable in class org.zkoss.zk.ui.http.RichletFilter
 
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<String, String>) - Constructor for class org.zkoss.zk.ui.impl.RichletConfigImpl
 
RichletFilter - Class in org.zkoss.zk.ui.http
A filter used for ZK Richlet
RichletFilter() - Constructor for class org.zkoss.zk.ui.http.RichletFilter
 
RIGHT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the right button is clicked.
run() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 

S

save(byte[]) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Called to encode the last response for repeated request before storing.
SAVE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
saveStates() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Internal used only
SC_ACTIVATION_TIMEOUT - Static variable in class org.zkoss.zk.au.AuResponse
ZK-Error (5502) indicating the request is aborted, because it is waiting too long for the completion of the previous request.
SC_OUT_OF_SEQUENCE - Static variable in class org.zkoss.zk.au.AuResponse
ZK-Error (5501) indicating the request is out-of-sequence.
SCALAR - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a scalar value.
schedule(Desktop, EventListener<T>, T) - Static method in class org.zkoss.zk.ui.Executions
Schedules a task to run under the server push of the given desktop asynchronously.
schedule(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.Scheduler
Schedules the task to execute asynchronously.
schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
schedule(EventListener<T>, T, Scheduler<T>) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Called by the associated desktop to schedule a task to execute asynchronously.
scheduledServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
scheduledServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns if there is any scheduled task for server push.
Scheduler<T extends Event> - Interface in org.zkoss.zk.ui.sys
A scheduler that is able to schedule a task to execute asynchronously.
scheduleServerPush(EventListener<T>, T) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
scheduleServerPush(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Schedules a task to run under the server push of the given desktop asynchronously.
Scope - Interface in org.zkoss.zk.ui.ext
Represents a scope of attributes.
ScopeListener - Interface in org.zkoss.zk.ui.ext
A listener used to listen whether a scope (Scope) is changed.
ScopeListeners - Class in org.zkoss.zk.ui.impl
ScopeListeners(Scope) - Constructor for class org.zkoss.zk.ui.impl.ScopeListeners
Constructor.
Scopes - Class in org.zkoss.zk.ui.ext
Utilities to manage the current scope (Scope).
scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
Converts an integer to the string representing the scope.
ScriptErrorEvent - Class in org.zkoss.zk.ui.event
A script error event used with onScriptError When using Clients.evalJavascript and any javascript error event happened, user can handle the error in the server side.
ScriptErrorEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.ScriptErrorEvent
 
ScriptManager - Interface in org.zkoss.zk.ui.http
A manager to manage the script of WPD.
ScriptManagerImpl - Class in org.zkoss.zk.ui.http
The default implementation of the script manager (ScriptManager).
ScriptManagerImpl() - Constructor for class org.zkoss.zk.ui.http.ScriptManagerImpl
 
scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (a.k.a., browser window) by the specified number of pixels.
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, double) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, double, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, int, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
scrollIntoView(String) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the ancestor elements to make the selector matched element visible Note: The Selector will locate the components in the first page of current Desktop.
scrollIntoView(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the ancestor elements to make the specified element visible.
scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (a.k.a., browser window) to the specified location (in pixels).
SelectEvent<T extends Component,​E> - 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<T>) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set<T>, Set<T>, Set<T>, Set<E>, Set<E>, Set<E>, T, Object, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event containing the data objects that model provided.
SelectEvent(String, Component, Set<T>, T) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set<T>, T, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent.SelectedObjectHandler<T extends Component> - Interface in org.zkoss.zk.ui.event
A handle to retrieve selected objects from selected items (components) if possible.
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.
Selector - Class in org.zkoss.zk.ui.select.impl
The model representing a selector.
Selector(int) - Constructor for class org.zkoss.zk.ui.select.impl.Selector
 
SELECTOR_SEPARATOR - org.zkoss.zk.ui.select.impl.Token.Type
 
Selector.Combinator - Enum in org.zkoss.zk.ui.select.impl
 
SelectorComposer<T extends Component> - Class in org.zkoss.zk.ui.select
A composer analogous to GenericForwardComposer.
SelectorComposer() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer
 
SelectorComposer.UtilityHandler - Interface in org.zkoss.zk.ui.select
An interface for SelectorComposer's functionality plug-in.
SelectorComposer.UtilityHandlerImpl - Class in org.zkoss.zk.ui.select
Default skeletal implementation of SelectorComposer.UtilityHandler.
Selectors - Class in org.zkoss.zk.ui.select
A collection of selector related utilities.
Selectors() - Constructor for class org.zkoss.zk.ui.select.Selectors
 
Selectors.ComposerEventListener - Class in org.zkoss.zk.ui.select
 
self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the applied component itself.
SEND_REDIRECT - Static variable in class org.zkoss.zk.ui.util.URIInfo
Represents send-redirect shall be used to access the URI (URIInfo.uri).
sendClientCommand(Component, String, Object) - Static method in class org.zkoss.zk.ui.util.Clients
Send a command to client (afterCommand)
sendEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the target, and processes it immediately.
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(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
sendEvent(Component, Event) - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Sends the specified component and event and processes the event synchronously.
sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the target specified in the event, and processes it immediately.
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) - 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, boolean) - Method in interface org.zkoss.zk.ui.Execution
Send a redirect to the given url in the application the redirect is done via status 302 by AuRedirect if respRedirect is set to true.
sendRedirect(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
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, 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.
SEORenderer - Interface in org.zkoss.zk.ui.sys
A plugin that an application could add to generate application-specific SEO content.
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
SerializableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
A serializable event listener that will be notified when an event occurs, if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>).
SerializableSession - Class in org.zkoss.zk.ui.http
Serializable Session.
SerializableSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
Constructs a ZK session with either a HTTP session or a Portlet session.
SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
Constructor.
SerializableUiFactory - Class in org.zkoss.zk.ui.http
The serializable implementation of UiFactory.
SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
 
SERVER_EXCEPTION - org.zkoss.zk.ui.ext.Uploadable.Error
(server-exception) Other server exceptions handled by handleError(ex).
SERVER_OUT_OF_SERVICE - org.zkoss.zk.ui.ext.Uploadable.Error
(server-out-of-service) Server temporarily out of service.
serveResource(ResourceRequest, ResourceResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Process AJAX request here instead of DHtmlUpdateServlet if the Portal Container support JSR 286.
ServerPush - Interface in org.zkoss.zk.ui.sys
Represents a server-push controller.
ServerPushEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
The default implementation of the server-push based event queue (EventQueue).
ServerPushEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
Retrieves the media from DynamicMedia.getMedia(java.lang.String).
service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.zk.au.http.AuExtension
Called by ZK to process the AU request.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuRedirect
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
service(AuRequest, boolean) - Method in interface org.zkoss.zk.au.AuService
Handles an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Handles an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Handles an AU request.
service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
 
service(Event, Scope) - Method in class org.zkoss.zk.ui.AbstractComponent
 
service(Event, Scope) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Handles an event.
service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubComponent
 
service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
service(Event, Scope, Component, String) - Method in interface org.zkoss.zk.ui.sys.EventListenerMap
Services the event under the given page and scope.
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 - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the session.
Session - Interface in org.zkoss.zk.ui
A user session.
SESSION - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the sessions cope.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same session.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same session.
SessionActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a session, when the session is going to be deactivated or has been activated.
SessionCache - Interface in org.zkoss.zk.ui.sys
The cache for storing ZK sessions.
SessionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a session.
sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
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.HttpSessionListener23
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
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.sys.WebAppCtrl
Called when the native session of the specified session has been 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(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(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, has just been activated (a.k.a., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, has just been activated (a.k.a., deserialized).
sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
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(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, has just been activated (a.k.a., deserialized) by the Web container.
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session has just been activated (a.k.a., deserialized).
SessionInit - Interface in org.zkoss.zk.ui.util
Used to initialize a session when it is created.
SessionResolver - Interface in org.zkoss.zk.ui.sys
Used with SessionsCtrl.setCurrent(SessionResolver) to resolve a session dynamically.
SessionResolverImpl - Class in org.zkoss.zk.ui.http
An implementation of session resolver (SessionResolver) based on HTTP request.
SessionResolverImpl(ServletContext, HttpServletRequest) - Constructor for class org.zkoss.zk.ui.http.SessionResolverImpl
 
Sessions - Class in org.zkoss.zk.ui
Utilities to access Session.
Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
 
sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the session.
SessionsCtrl - Class in org.zkoss.zk.ui.sys
An additional utilities for implementation related to Session.
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() - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to pre-process a session before writing the session
sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, is about to be passivated (a.k.a., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session is about to be passivated (a.k.a., 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 (a.k.a., serialized) by the Web container.
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session is about to be passivated (a.k.a., serialized).
set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter.
set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter's scope associated with the giving scope.
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.
setAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Deprecated.
As of release 10.0.0, using HtmlBasedComponent.setClientAction(String) instead.
setAnnotationNamespacedRoot(boolean) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
Sets whether this ShadowInfo is the first ShadowInfo that has annotation namespace or binding annotation.
setAnnotationNamespacedRoot(boolean) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Sets whether this TemplateInfo is the first TemplateInfo that has annotation namespace or binding annotation.
setApply(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
Sets the application name.
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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 interface org.zkoss.zk.ui.ext.Scope
Sets (a.k.a., associates) the value for a custom attribute with this object (scope).
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) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
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 class org.zkoss.zk.ui.util.Configuration
Returns the value of an application-specific attribute.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
Sets the value of the specified custom attribute.
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Sets the custom attribute associated with this scope, or the parent scope.
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as setAttribute(name, value).
setAttribute(String, Object, int) - 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, int) - 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.
setAuDecoder(AuDecoder) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAuDecoder(AuDecoder) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the AU decoder for this Web application.
setAuDecoderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to decode AU requests, or null to use the default.
setAuService(AuService) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAuService(AuService) - Method in interface org.zkoss.zk.ui.Component
Sets an AU service to process the AU request before the component's default handling.
setAutag(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAutag(String) - Method in interface org.zkoss.zk.ui.Component
Sets the AU tag for this widget.
setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets whether to automatically redirect to the timeout URI.
setAutomaticTimeout(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets whether to automatically redirect to the timeout URI.
setAutomaticTimeout(String, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to automatically trigger the timeout at the client.
setAutoResendTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the timeout, in milliseconds, to re-send the AU request when the server's service unavailable or timeout.
setBinderAnnotations(Set<String>) - Method in class org.zkoss.zk.ui.util.Configuration
Set binder annotations
setBinderInitAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
Set binder init attribute name
setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets whether to preserve the blank text.
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
 
setBookmark(String, boolean) - Method in interface org.zkoss.zk.ui.Desktop
Sets the bookmark to this desktop. with more control.
setBookmark(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
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.
setCacheControl(String, int) - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for the response.
setCacheControl(HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for the response.
setCacheControl(ServletContext, HttpServletRequest, HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for the response.
setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the case condition.
setChildAllowedInTextAs(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets whether the child component is allowed within the element.
setChildPage(Page) - Method in interface org.zkoss.zk.ui.ext.Includer
Sets the child page.
setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setClientAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the client-side action (CSA).
setClientAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setClientAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes a DOM attribute of the peer widget (at the client).
setClientDataAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setClientDataAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets a DOM data attribute of the peer widget (at the client).
setClientErrorReload(String, int, String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the URI to redirect to, when ZK Client Engine receives an error.
setCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setComplete(boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setComplete(boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the page is a complete page.
setComplete(boolean) - Method in interface org.zkoss.zk.ui.Page
Sets if the page is a complete page.
setComponentInfo(Component, ComponentInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
Sets the component info for the given component.
setCompress(boolean) - Method in interface org.zkoss.zk.au.AuWriter
Sets whether to compress the output with GZIP.
setCompress(boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
setCompress(boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
setContentType(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
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.ExecutionCtrl
Sets the content type.
setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the content type.
setContentType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Sets the content type to the specified execution for the given page.
setCrawlable(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether this Web application is crawlable.
setCSSCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for the CSS files of class Web resources.
setCSSCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for the CSS files of class Web resources.
setCSSCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for the CSS files of class Web resources.
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.
setCurrent(SessionResolver) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the session for the current thread.
setCurrent(WebApp) - Static method in class org.zkoss.zk.ui.sys.WebAppsCtrl
Sets the Web application for this installation.
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(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
Sets the current shadow element, which is used only by UiEngine to communicate with HtmlShadowElement.
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.
setCurrentInfo(ShadowInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current shadow 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.
setCustomThemeProvider(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeProvider.
setCustomThemeRegistry(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeRegistry.
setCustomThemeResolver(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeResolver.
setCWRCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for class Web resources.
setCWRCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for class Web resources.
setCWRCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for class Web resources.
setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to debug JavaScript files.
setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
 
setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the URI where this definition is declared.
setDefaultWidgetClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the default widget class.
setDefaultWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Sets whether the evaluation of the zscript shall be deferred.
setDefinition(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setDefinition(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition by specifying the name.
setDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition.
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.
setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the desktop provider for this Web application.
setDesktopCacheProviderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to provide the desktop cache, 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.
setDesktopRecycle(DesktopRecycle) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the desktop recycler for this application, or null to disable it.
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.
setDirectContent(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Sets whether a component can directly generate HTML tags to the output.
setDisabled(boolean) - Method in interface org.zkoss.zk.ui.ext.Disable
Sets whether it is disabled.
setDistributedIndexInfo(Component, Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
Sets the current distributed index info, which is used only by HtmlShadowElement.
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 dropped to this component.
setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Sets a property with the specified name and 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<String>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition for the dynamic tag.
setDynamicValue(boolean) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Sets whether the shadow element contains a dynamic value, if true means the shadow element cannot be destroyed after evaluated, if false it will detect its attribute automatically.
setDynamicValue(boolean) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Sets whether the shadow element contains a dynamic value, if true means the shadow element cannot be destroyed after evaluated, if false it will detect its attribute automatically.
setEnclosingTag(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Sets the the name of the enclosing tag for this macro component.
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
 
setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the cache that stores the information about event handler methods.
setEventTimeWarning(int) - Method in class org.zkoss.zk.ui.util.Configuration
Set the time, in seconds, to show a warning message if an event has been processinged longer than it.
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).
setExecutionInfo(ExecutionInfo) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setExecutionInfo(ExecutionInfo) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the information of the event being served, or null if not under serving an event.
setExecutionMonitor(ExecutionMonitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the execution monitor for this application, or null to disable it.
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<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Page
Sets the implementation of the expression factory that is used by this page.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the implementation of the expression factory that shall be used by the whole system.
setFailoverManager(FailoverManager) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setFailoverManager(FailoverManager) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the failover manager for this Web application.
setFailoverManagerClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to handle the failover mechanism, or null if no custom failover mechanism.
setFieldValue(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Set a value to a field of the object.
setFileItemFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to create a file item for fileupload, or null to use the default.
setFileRepository(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the directory in which uploaded files will be stored, if stored on disk.
setFileSizeThreshold(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the threshold at which a temporary file is created as a buffer, in kilobytes.
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.
setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
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.
setFullComposerOnly(boolean) - Method in class org.zkoss.zk.ui.impl.MultiComposer
Sets whether to invoke only the composer that implements FullComposer.
setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height.
setHeight0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Internal Use Only.
setHeightDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height directly without sending back the result (smart update) to the client
setHflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets horizontal flex hint of this component.
setHflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Internal Use Only.
setHflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the hflex directly without sending back the result (smart update) to the client
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.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 class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the desktop identifier.
setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the ID generator for this Web application.
setIdGeneratorClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to generate UUID/ID of desktop, page and components, or null to use the default.
setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the if condition.
setIgnoreAnnotNamespace(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Sets whether to ignore annotation namespace.
setImplementation(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the string that implements the component.
setImplementationClass(Class) - Static method in class org.zkoss.zk.au.AuWriters
Sets the implementation class of AuWriter that will be used to generate the output to the client.
setImplementationClass(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class to implements the component.
setImplementationClass(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
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.impl.ComponentDefinitionImpl
 
setImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
Sets an implicit object.
setInitCrashScript(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets user customized init crash script
setInitCrashTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
Sets user customized init crash timeout
setInlineParent(Component, Component) - Method in interface org.zkoss.zk.ui.ext.Macro
Sets the parent to the given one and insert the children of the inline macro right before the given sibling (beforeSibling).
setInlineParent(Component, Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setItem(String, T) - Method in interface org.zkoss.zk.ui.sys.Storage
Sets a data value with a given key
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.
setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Sets the scripting language.
setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left position.
setLeftDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left directly without sending back the result (smart update) to the client
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<? extends Component>) - 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
 
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.
setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed time to process events, in milliseconds.
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 to render this component.
setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the monitor for this application, or null to disable it.
setName(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
 
setNativeTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the native template.
setOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the owner of this page.
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before a component redraws itself if the component might include another 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(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(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
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.
setPreferredTimeZone(HttpSession, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets the preferred timezone for the specified session.
setPreferredTimeZone(ServletContext, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets the preferred timezone for the specified servlet context.
setPrevInsertion(Component, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
 
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 processing.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the prolog content.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
Sets the prolog content.
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
 
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setPseudoClassDef(String, PseudoClassDef) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Add or set pseudo class definition.
setQuoted(boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setRawCurrent(Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the current session or the current session resolver.
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.
setReadonly(boolean) - Method in interface org.zkoss.zk.ui.ext.Readonly
Sets whether it is readonly.
setRenderdefer(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the number of milliseconds before rendering this component at the client.
setRenderingResult(String) - Method in interface org.zkoss.zk.ui.ext.Includer
Sets the rendering result It is called when the child page (Includer.getChildPage()) has been rendered.
setReplaceableText(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the replaceable text.
setRequestId(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setRequestId(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the sequence ID of the current 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.
setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sets a response header with the give name and value.
setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
Sets a response header with the given name and date-value.
setResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setResponseId(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setResponseId(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the sequence ID of the response.
setResponses(Collection<AuResponse>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setResponses(Collection<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the collection of the AU responses (AuResponse) that shall be generated to the output.
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
setRootParent(Component) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets root parent
setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class(es).
setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Sets the self variable.
setSendClientErrors(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to send client errors to the server for logging the page url where the error occurred and its stack trace.
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(Class) - Method in class org.zkoss.zk.device.GenericDevice
 
setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
Sets the class that implements the server-push feature.
setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the name of the class that implements the server-push feature.
setSessionCache(SessionCache) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setSessionCache(SessionCache) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the session cache for this Web application.
setSessionCacheClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to store ZK sessions, or null to use the default.
setSessionMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of desktop per session.
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.
setSessionMaxPushes(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent server-pushes per session.
setSessionMaxRequests(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent requests per session.
setShadowHost(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
setShadowHost(Component, Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
Sets the owner component that hosts this shadow element.
setShadowInfo(Component, ShadowInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
Sets the component info for the given component.
setShadowTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the shadow template.
setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Sets the split kid.
setStubonly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setStubonly(boolean) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is stub-only.
setStubonly(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setStubonly(String) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is stub-only.
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.
setSubBindingAnnotationCount(int, AbstractComponent) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the switch condition.
setTabindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the tab order of this component.
setTabindex(Integer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the tab order of this component.
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.
setTemplate(String, Template) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Component
Sets a UI template which could be retrieved later with Component.getTemplate(java.lang.String).
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.
setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the theme provider for the current execution, or null if not available.
setTimeoutMessage(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the timeout message for this device, or null if the default message is preferred.
setTimeoutURI(String, String, int) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the timeout URI.
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 particular 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.
setTopDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the top directly without sending back the result (smart update) to the client
setType(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setUiEngine(UiEngine) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiEngine(UiEngine) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI engine for this Web application.
setUiEngineClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to handle UI loading and updates, or null to use the default.
setUiFactory(UiFactory) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiFactory(UiFactory) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI factory for this Web application.
setUiFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to instantiate desktops, pages and components, 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) - Method in class org.zkoss.zk.device.GenericDevice
 
setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the unavailable message for the specified device type.
setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the unless condition.
setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Setup this processor before processing the event by calling EventProcessor.process().
setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, including locale and time zone.
setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, including locale and time zone.
setUpload(String) - Method in interface org.zkoss.zk.ui.ext.Uploadable
Sets the JavaScript class at the client to handle the upload if this component is used for file upload.
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 file(s), or null if not available.
setValue(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setValue(Component, T) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
 
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) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to this interpreter.
setVariable(Scope, String, Object) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Sets the value of a variable to this interpreter's scope identified by the specified scope.
setVariable(Scope, 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 scope.
setVflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets vertical flexibility hint of this component.
setVflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Internal Use Only.
setVflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the vflex directly without sending back the result (smart update) to the client
setViewport(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setViewport(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the viewport that will be assigned to pages created from this definition, or "auto" if no viewport is assigned at the beginning.
setViewport(String) - Method in interface org.zkoss.zk.ui.Page
Sets the viewport of this page.
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
 
setVisibleDirectly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Changes the visibility directly without sending any update to the client.
setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the visualizer associated with is desktop.
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 used to represent this Web application, or null to use the default.
setWebAppFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to instantiate an instance representing this Web application, or null to use the default.
setWidgetClass(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetClass(String) - Method in interface org.zkoss.zk.ui.Component
Sets the widget class (a.k.a., the widget type).
setWidgetClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the widget class.
setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the widget class of the page.
setWidgetClass(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the widget class of this page.
setWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetListener(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes an event listener of the peer widget.
setWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetOverride(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes a method or a property of the peer widget (at the client).
setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width.
setWidth0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Internal Use Only.
setWidthDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width directly without sending back the result (smart update) to the client
setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the ZK Cascading Style class for this component.
setZindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZIndexDirectly(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the z-index directly without sending back the result (smart update) to the client
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 default scripting language which will be assumed if a zscript element doesn't specify any language.
SHADOW_NAME - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The names of ZK shadow components.
SHADOW_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK shadow components.
ShadowDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
A shadow element definition.
ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, Class<? extends Component>) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
 
ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
 
ShadowElement - Interface in org.zkoss.zk.ui
A shadow element can allow to have a set of shadow elements to work with a component tree and it can also support with ZK MVVM to dynamically change the content of a shadow element.
ShadowElementCtrl - Interface in org.zkoss.zk.ui
An addition interface to ShadowElement
ShadowElementsCtrl - Class in org.zkoss.zk.ui.sys
Utilities for implementing components.
ShadowElementsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ShadowElementsCtrl
 
ShadowInfo - Class in org.zkoss.zk.ui.metainfo
Represent a shadow element.
ShadowInfo(NodeInfo, ComponentDefinition, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ShadowInfo
Creates a shadow.
shallAppend(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns whether to append the response header, rather than replace.
shallBlock(AuRequest) - Method in interface org.zkoss.zk.ui.ext.Blockable
Return true if the request shall be blocked.
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.SelectEvent
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.
shouldIgnoreAnnotNamespace() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Whether to ignore annotation namespace.
show(String) - Static method in class org.zkoss.zk.ui.util.Notification
Shows a message at the center of the browser window.
show(String, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
Shows a message at the center of the browser window.
show(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Notification
Displays a message.
show(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
Displays a message.
show(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Notification
Displays a message.
show(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
Displays a message.
show(String, Component) - Static method in class org.zkoss.zk.ui.util.Notification
Shows a message at the right side of the given component.
show(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
Shows a message at the right side of the given component.
showBusy(String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows the busy message at the browser such that the user knows the system is busy.
showBusy(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows the busy message at the browser that covers only the specified component.
showNotification(String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the center of the browser window.
showNotification(String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the center of the browser window.
showNotification(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, Component) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the right side of the given component.
showNotification(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the right side of the given component.
shrinkRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
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<? extends ExpressionFactory>) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
 
SimpleScope - Class in org.zkoss.zk.ui.impl
A simple implementation of Scope.
SimpleScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SimpleScope
Constructor.
SimpleSelectorSequence - Class in org.zkoss.zk.ui.select.impl
The model representing a sequence of simple selectors.
SimpleSelectorSequence() - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
SimpleSelectorSequence(String) - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
SimpleSession - Class in org.zkoss.zk.ui.http
A non-serializable implementation of Session.
SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class, only if the deriving class implements java.io.Serializable.
SimpleSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Constructs a ZK session with either a HTTP session or a Portlet session.
SimpleSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Constructs a ZK session with a HTTP session.
SimpleSessionCache - Class in org.zkoss.zk.ui.http
A simple implementation of SessionCache.
SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
 
SimpleThemeURIModifier - Class in org.zkoss.zk.ui.util
A simple implementation of ThemeURIModifier.
SimpleThemeURIModifier(List<StyleSheet>) - Constructor for class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
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
 
SIMPLIFIED_COMMAND_PARAM_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.Parser
 
SINGLE_QUOTE - org.zkoss.zk.ui.select.impl.Token.Type
 
size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
SIZE_LIMIT_EXCEEDED - org.zkoss.zk.ui.ext.Uploadable.Error
(size-limit-exceeded) Upload file size exceeds max-size.
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() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
skip(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
SKIP_DISTRIBUTED_CHILDREN_PROPERTY_CHANGE - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
SlideEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's slidedown or slideup something at the client.
SlideEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SlideEvent
Constructs an onOpen event.
smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in boolean.
smartUpdate(String, byte) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in byte.
smartUpdate(String, char) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in character.
smartUpdate(String, double) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in double.
smartUpdate(String, float) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in float.
smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in int.
smartUpdate(String, long) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in long.
smartUpdate(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Smart-updates a property of the peer widget associated with the component, running at the client, with the given value.
smartUpdate(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Smart-updates a property of the peer widget with the given value that allows caller to decide whether to append or overwrite.
smartUpdate(Component, String, Object, boolean) - Static method in class org.zkoss.zk.ui.Components
Adds the smartUpdate command to the specific component.
smartUpdateWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update an event listener for the peer widget.
smartUpdateWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a method or a field of the peer widget.
sort(List<? extends Component>, int, int, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
sort(List<? extends Component>, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
SortEvent - Class in org.zkoss.zk.ui.event
Represents an event that indicates a sorting request to data.
SortEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SortEvent
Constructs a sort event.
source(String) - Method in class org.zkoss.zk.ui.select.impl.Token
 
SOURCE_MAP_JAVASCRIPT_PATH - Static variable in class org.zkoss.zk.ui.http.WpdExtendlet
 
SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same ID space.
spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the space owner of the applied component.
spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the ID space contains the applied component.
splitQuery(String) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
 
splitQueryParameter(String) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
 
splitSourceMapJsPathIfAny(String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Internal use only (since 10.0.0)
start(Desktop) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Starts and initializes the server-push controller.
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(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Starts the failover manager.
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.
startClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Sends an AU response to the client to start the server push.
startUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
startUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution that will allow developers to update the state of components.
StateChangeEvent - Class in org.zkoss.zk.ui.event
Represents an event that state of component was changed.
StateChangeEvent(String, Component, Integer) - Constructor for class org.zkoss.zk.ui.event.StateChangeEvent
Constructs the state change event.
StaticIdGenerator - Class in org.zkoss.zk.ui.impl
Use this generator will generate fixed uuid for each component.
StaticIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.StaticIdGenerator
 
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() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Called when to stop and cleanup this cache.
stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stops and cleans up the server-push controller.
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(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Stops the provider.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Stops the failover manager.
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.
stopClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Sends an AU response the client to stop the server push.
stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
Stops the propagation for this event.
Storage - Interface in org.zkoss.zk.ui.sys
A storage interface is used for ZK web application to store application data with a string key and a data type value.
stretchRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
StringPropertyAccess - Class in org.zkoss.zk.ui.sys
A String property class.
StringPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.StringPropertyAccess
 
STUB_NATIVE - Static variable in class org.zkoss.zk.ui.sys.Attributes
A component attribute used to indicate whether to enable the stubbing of the native components.
StubComponent - Class in org.zkoss.zk.ui.sys
A stub component is a 'degenerated' component that does not maintain the states at the server.
StubComponent() - Constructor for class org.zkoss.zk.ui.sys.StubComponent
 
StubEvent - Class in org.zkoss.zk.ui.event
The event sent from a stub component (StubComponent.
StubEvent(String, Component, String, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.ui.event.StubEvent
Constructs a check-relevant event.
StubEvent(StubEvent, Component) - Constructor for class org.zkoss.zk.ui.event.StubEvent
 
StubsComponent - Class in org.zkoss.zk.ui.sys
Represents a tree of StubComponent that are merged into a single component.
StubsComponent() - Constructor for class org.zkoss.zk.ui.sys.StubsComponent
 
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.
subscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a listener to this queue.
subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribe(EventListener<T>, boolean) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a synchronous or asynchronous listener to this event queue.
subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribe(EventListener<T>, EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a synchronous or asynchronous listener to this event queue.
subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Subscribes annotated methods to the EventQueues.
subscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
SuspendNotAllowedException - Exception in org.zkoss.zk.ui
Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SwipeEvent - Class in org.zkoss.zk.ui.event
Represents an event that indicates swipe on a component and provides information about the swipe displacement, duration and direction.
SwipeEvent(String, Component, int, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SwipeEvent
 
syncErrorbox() - Static method in class org.zkoss.zk.ui.util.Clients
Send a command to sync all the errorboxes and its reference component position on the desktop.
syncErrorbox(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Send a command to sync a target component and its errorbox position.
SynchronizedScope - Class in org.zkoss.zk.ui.impl
A synchronized scope.
SynchronizedScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SynchronizedScope
 

T

temp - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
The writer used to generate the content that will be replaced after the widgets have been rendered.
Template - Interface in org.zkoss.zk.ui.util
Represents a UI template that is used to create components.
TemplateCtrl - Interface in org.zkoss.zk.ui.util
An addition interface to Template that is used for implementation or tools.
TemplateInfo - Class in org.zkoss.zk.ui.metainfo
Represent a template element.
TemplateInfo(NodeInfo, String, String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.TemplateInfo
Creates a template.
Templates - Class in org.zkoss.zk.ui
Utils for looking up template.
Templates() - Constructor for class org.zkoss.zk.ui.Templates
 
testAttribute(Component, String, boolean, boolean) - Static method in class org.zkoss.zk.ui.impl.Utils
Tests if the given attribute is defined in a component or in library property.
TextInfo - Class in org.zkoss.zk.ui.metainfo
Represents a text.
TextInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
Constructor
TextInfo(NodeInfo, 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), ThemeURIHandler and the configuration (the theme-uri elements in web.xml).
ThemeProvider.Aide - Class in org.zkoss.zk.ui.util
Utilities to help the implementation of ThemeProvider to manipulate the URI such that it is able to use a different URI for a different theme.
ThemeURIHandler - Interface in org.zkoss.zk.ui.util
Used to add theme uri dynamically without extending any ThemeProvider.
ThemeURIModifier - Interface in org.zkoss.zk.ui.util
ThemeURIModifier is used to restrict developer's operation on the theme uri list.
toAbsolutePath(String) - Method in class org.zkoss.zk.device.AjaxDevice
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
toAbsolutePath(String) - Method in interface org.zkoss.zk.device.Device
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
toAbsolutePath(String) - Method in class org.zkoss.zk.device.GenericDevice
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
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) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if necessary.
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.
toDigit(char, int) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
Converts a hexadecimal character to an integer.
toHTML(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns as HTML tag(s) representing this header element.
toJSON(AuResponse) - Static method in class org.zkoss.zk.au.AuWriters
Converts a response to a JSON object.
toJSONString() - Method in class org.zkoss.zk.au.AuResponse.JSONComponent
 
toJSONString() - Method in class org.zkoss.zk.au.AuResponse.JSONDate
 
Token - Class in org.zkoss.zk.ui.select.impl
The model of Selector token.
Token(Token.Type, int, int) - Constructor for class org.zkoss.zk.ui.select.impl.Token
 
Token.Type - Enum in org.zkoss.zk.ui.select.impl
 
tokenize(String) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
 
Tokenizer - Class in org.zkoss.zk.ui.select.impl
A tokenizer of selector string.
Tokenizer() - Constructor for class org.zkoss.zk.ui.select.impl.Tokenizer
 
TOO_MANY_REQUESTS - Static variable in interface org.zkoss.zk.mesg.MZk
 
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.out.AuSetAttributes
 
toString() - Method in class org.zkoss.zk.ui.AbstractComponent
 
toString() - Method in class org.zkoss.zk.ui.event.Event
 
toString() - Method in enum org.zkoss.zk.ui.ext.Uploadable.Error
 
toString() - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
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.impl.SimpleScope
 
toString() - Method in class org.zkoss.zk.ui.impl.VolatilePage
 
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.FunctionMapperInfo
 
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.ShadowInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
 
toString() - Method in class org.zkoss.zk.ui.Path
 
toString() - Method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
toString() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
 
toString() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
toString() - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
 
toString() - Method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Selector
 
toString() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Token
 
toString() - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
 
toString() - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
toString() - Method in class org.zkoss.zk.xel.ExValue
 
toString() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
TreeBuilder - Interface in org.zkoss.zk.ui.metainfo
A tree builder for parsing a page to Document
TreeBuilderFactory - Class in org.zkoss.zk.ui.metainfo
A tree builder factory to load a parser dynamically
TreeBuilderFactory() - Constructor for class org.zkoss.zk.ui.metainfo.TreeBuilderFactory
 
type - Variable in class org.zkoss.zk.ui.util.URIInfo
How to use the URI.
TYPE_ERROR - Static variable in class org.zkoss.zk.ui.util.Notification
Notification type: error
TYPE_INFO - Static variable in class org.zkoss.zk.ui.util.Notification
Notification type: information
TYPE_WARNING - Static variable in class org.zkoss.zk.ui.util.Notification
Notification type: warning

U

UID - Static variable in class org.zkoss.zk.Version
 
UiEngine - Interface in org.zkoss.zk.ui.sys
UI engine is responsible to process requests from the client, sends the response back to the client with the assistance of ExecutionCtrl.
UiEngineExtension - Class in org.zkoss.zk.ui.impl
An implementation of UiEngineImpl.Extension to extend UiEngineImpl to support stubonly and the merging of native
UiEngineExtension() - Constructor for class org.zkoss.zk.ui.impl.UiEngineExtension
 
UiEngineImpl - Class in org.zkoss.zk.ui.impl
An implementation of UiEngine to create and update components.
UiEngineImpl() - Constructor for class org.zkoss.zk.ui.impl.UiEngineImpl
 
UiEngineImpl.Extension - Interface in org.zkoss.zk.ui.impl
An interface used to extend the UI engine.
UiException - Exception in org.zkoss.zk.ui
Represents a UI-relevant runtime exception.
UiException() - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(String) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException.Aide - Class in org.zkoss.zk.ui
Utilities to wrap UiException.
UiFactory - Interface in org.zkoss.zk.ui.sys
Used to create Session, Desktop, Page, Component, Composer, and ServerPush.
UiLifeCycle - Interface in org.zkoss.zk.ui.util
Used to intercept the life cycle of UI, such as Component being attached.
unbindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
A convenient method that help you remove this event listener from the specified target component.
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.
UNIVERSAL - org.zkoss.zk.ui.select.impl.Token.Type
 
UNKNOWN - org.zkoss.zk.ui.HtmlShadowElement.Direction
It cannot indicate the direction of the target where it should be inserted.
UNKNOWN_CHAR - org.zkoss.zk.ui.select.impl.Token.Type
 
unmergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Undo the merge of a JavaScript package to another.
unregisterCallBack(String) - Method in class org.zkoss.zk.ui.util.Configuration
Unregister a callback function Callback.call(Object data)
unset(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unset(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unsetVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Removes the value of a variable defined in this interpreter.
unsetVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from this interpreter.
unsetVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Removes the value of a variable defined in the interpreter's scope identified by the specified scope.
unsetVariable(Scope, 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 scope.
unsubscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Unsubscribes a listener from the queue.
unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
UPDATE_OBSOLETE_PAGE - Static variable in interface org.zkoss.zk.mesg.MZk
 
updateByClient(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Called when the widget running at the client asks the server to update a value.
updateCount(boolean) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Update the session count.
updateDebugJS(WebApp, boolean) - Static method in class org.zkoss.zk.ui.http.Utils
Update the status of debug-js.
updateFirstInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Updates the given first insertion to this shadow element.
updateLastInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Updates the given last insertion to this shadow element.
updateNextInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Updates the given next insertion to this shadow element.
updatePreviousInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
Updates the given previous insertion to this shadow element.
updateSubBindingAnnotationCount(int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
updateSubBindingAnnotationCount(int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
 
UPLOAD_MAX_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A component attribute used to indicate the max-size of file upload.
UPLOAD_NATIVE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A component attribute used to indicate uploaded file(s) as binary.
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 to indicate the number of bytes of the current file upload.
Uploadable - Interface in org.zkoss.zk.ui.ext
Implemented with Component to indicate that a component can be used for file upload.
Uploadable.Error - Enum in org.zkoss.zk.ui.ext
Uploading error constants.
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.
Uploads - Class in org.zkoss.zk.ui.ext
Utilities to handle the upload (Uploadable).
uri - Variable in class org.zkoss.zk.ui.util.URIInfo
The URI.
URI_PREFIX - Static variable in class org.zkoss.zk.au.http.AuRedirect
 
URIEvent - Class in org.zkoss.zk.ui.event
The URI update event used with onURIChange to notify that the associated URI is changed by the user.
URIEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.URIEvent
Constructs an URI update event.
URIInfo - Class in org.zkoss.zk.ui.util
Represents an URI and how to use the URI.
URIInfo(String) - Constructor for class org.zkoss.zk.ui.util.URIInfo
Constructor.
URIInfo(String, int) - Constructor for class org.zkoss.zk.ui.util.URIInfo
Constructor.
URIInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the loading of ZUML pages associated with the specified URI.
UtilityHandlerImpl() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
Utils - Class in org.zkoss.zk.ui.http
A collection of utilities for this package.
Utils - Class in org.zkoss.zk.ui.impl
Utilities to implement ZK.
Utils - Class in org.zkoss.zk.xel.impl
Utilities to handle the metainfo.
Utils() - Constructor for class org.zkoss.zk.ui.http.Utils
 
Utils() - Constructor for class org.zkoss.zk.ui.impl.Utils
 
Utils() - Constructor for class org.zkoss.zk.xel.impl.Utils
 

V

value() - Method in annotation type org.zkoss.zk.ui.annotation.Command
 
value() - Method in annotation type org.zkoss.zk.ui.annotation.ComponentAnnotation
 
value() - Method in annotation type org.zkoss.zk.ui.select.annotation.Listen
The instruction string for adding EventListeners.
value() - Method in annotation type org.zkoss.zk.ui.select.annotation.VariableResolver
Variable resolver class names.
value() - Method in annotation type org.zkoss.zk.ui.select.annotation.Wire
The selector string that specifies the Components to wire.
value() - Method in annotation type org.zkoss.zk.ui.select.annotation.WireVariable
The name of variable to wire.
valueOf(String) - Static method in enum org.zkoss.zk.ui.ext.Uploadable.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.HtmlShadowElement.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zk.ui.ext.Uploadable.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.HtmlShadowElement.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VariableResolver - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for adding variable resolvers to a SelectorComposer.
VariableResolverInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the variable resolver (VariableResolver).
VariableResolverInfo(Class<? extends VariableResolver>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(Class<? extends VariableResolver>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
VariableResolverInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
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(NodeInfo, Map<String, String>, boolean, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
Constructor.
VariablesInfo(NodeInfo, Map<String, String>, boolean, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
The same as VariablesInfo(parent, vars, locale, "none", cond).
Version - Class in org.zkoss.zk
 
VisibilityChangeEvent - Class in org.zkoss.zk.ui.event
The VisibilityChangeEvent is used to notify current page/tab's visibility state.
VisibilityChangeEvent(String, boolean, String) - Constructor for class org.zkoss.zk.ui.event.VisibilityChangeEvent
Constructs an event to hold the current page's visibility state.
Visualizer - Interface in org.zkoss.zk.ui.sys
A part of Execution for visualizing the components whose visual parts are modified.
VolatilePage - Class in org.zkoss.zk.ui.impl
A page that does not really exist at the client.
VolatilePage(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
Constructs a page by giving the page definition.
VolatilePage(Page) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
 

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.
WcsExtendlet - Class in org.zkoss.zk.ui.http
The extendlet to handle WCS (widget CSS).
WcsExtendlet() - Constructor for class org.zkoss.zk.ui.http.WcsExtendlet
 
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.
WebAppFactory - Interface in org.zkoss.zk.ui.sys
The factory used to instantiate the instance of WebApp.
WebAppFactoryImpl - Class in org.zkoss.zk.ui.sys
A web app factory implementation.
WebAppFactoryImpl() - Constructor for class org.zkoss.zk.ui.sys.WebAppFactoryImpl
 
WebAppInit - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it is created.
WebApps - Class in org.zkoss.zk.ui
Utilities related to the Web application.
WebApps() - Constructor for class org.zkoss.zk.ui.WebApps
 
WebAppsCtrl - Class in org.zkoss.zk.ui.sys
An additional utilities for implementation related to WebApp.
WebAppsCtrl() - Constructor for class org.zkoss.zk.ui.sys.WebAppsCtrl
 
WebManager - Class in org.zkoss.zk.ui.http
A bridge between Web server and ZK.
WebManager(ServletContext, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
Creates the Web manager.
WebManager(ServletContext, String, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
Creates the Web manager.
WebManagerActivationListener - Interface in org.zkoss.zk.ui.http
A listener that will be invoked when the Web manager is created (a.k.a., activated).
WHITESPACE - org.zkoss.zk.ui.select.impl.Token.Type
 
WidgetAttribute - Class in org.zkoss.zk.ui.metainfo
Represents a DOM attribute of the peer widget.
WidgetAttribute(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
WidgetDefinition - Interface in org.zkoss.zk.ui.metainfo
A widget definition.
WidgetDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
An implementation of WidgetDefinition.
WidgetDefinitionImpl(String, boolean) - Constructor for class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
WidgetListener - Class in org.zkoss.zk.ui.metainfo
Represents a client-side event listener for the peer widget.
WidgetListener(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetListener
 
WidgetOverride - Class in org.zkoss.zk.ui.metainfo
Represents a method of the peer widget.
WidgetOverride(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetOverride
 
willClone(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
Internal use only.
willClone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
Called when a component is going to be cloned.
willClone(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Internal use only.
willPassivate(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
willPassivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.willPassivate(org.zkoss.zk.ui.Component) for each object in the collection.
willPassivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
willPassivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
willPassivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
Called when a session is about to be passivated.
willSerialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
willSerialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.willSerialize(org.zkoss.zk.ui.Component) for each object in the collection.
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.
Wire - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying components to wire.
wireComponents(Component, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire components to controller.
wireComponents(Page, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire components to controller.
wireController(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as an attribute of the specified component.
wireController(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as an attribute of the specified component with a custom separator.
wireEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.select.Selectors
Add event listeners to components based on the controller.
wireFellows(IdSpace, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner ancestors of the specified Id space into a controller Java object.
wireFellows(IdSpace, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner with a custom separator.
wireFellows(IdSpace, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner with full control.
wireImplicit(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire implicit variables of the specified component into a controller Java object.
wireServiceCommand(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller's command method to be an AuService command that the command can be triggered from client side JavaScript.
WireVariable - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers.
wireVariables(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified component into a controller Java object.
wireVariables(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified component with a custom separator.
wireVariables(Component, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as a variable objects of the specified component with full control.
wireVariables(Component, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire variables to controller, including XEL variables, implicit variables.
wireVariables(Page, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variables of the specified page into a controller Java object.
wireVariables(Page, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified page with a custom separator.
wireVariables(Page, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified page with complete control.
wireVariables(Page, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire variables to controller, including XEL variables, implicit variables.
withCase() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the case condition is defined.
withSwitch() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the switch condition is defined.
WpdExtendlet - Class in org.zkoss.zk.ui.http
The extendlet to handle WPD (Widget Package Descriptor).
WpdExtendlet() - Constructor for class org.zkoss.zk.ui.http.WpdExtendlet
 
Wpds - Class in org.zkoss.zk.ui.http
Utilities to used with WPD files.
Wpds() - Constructor for class org.zkoss.zk.ui.http.Wpds
 
wrap(Throwable) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
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 Expectable.
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 Expectable.
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 Expectable.
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 Expectable.
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(Collection<AuResponse>) - Method in interface org.zkoss.zk.au.AuWriter
Generates a list of responses to the output.
write(Collection<AuResponse>) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
write(AuResponse) - Method in interface org.zkoss.zk.au.AuWriter
Generates the specified the response to the output.
write(AuResponse) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
writeResponseId(int) - Method in interface org.zkoss.zk.au.AuWriter
Generates the response ID to the output.
writeResponseId(int) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
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.
wrongValue(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows an error message for the specified component, if any, at the browser.
WrongValueException - Exception in org.zkoss.zk.ui
Denotes the value passed to a setter (a.k.a., mutator) of a component is wrong.
WrongValueException() - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception.
WrongValuesException - Exception in org.zkoss.zk.ui
Denotes an exception that is an aggregation of multiple WrongValueException.
WrongValuesException(WrongValueException[]) - Constructor for exception org.zkoss.zk.ui.WrongValuesException
Constructs a multiple wrong value exception.

X

XmlContentRenderer - Class in org.zkoss.zk.ui.sys
An implementation of ContentRenderer that renders the content as a Xml attribute (i.e., name="value").
XmlContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.XmlContentRenderer
 
XmlTreeBuilder - Class in org.zkoss.zk.ui.metainfo
A tree builder for parsing XML format
XmlTreeBuilder() - Constructor for class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
 

Z

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_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK.
ZK_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
A session attribute used to store the ZK session in the native session.
ZkFns - Class in org.zkoss.zk.fn
Utilities for using XEL in ZUL.
ZkFns() - Constructor for class org.zkoss.zk.fn.ZkFns
 
ZkInfo - Class in org.zkoss.zk.ui.metainfo
Represents the zk element in a ZUML page.
ZkInfo(NodeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZkInfo
Constructs a ZK info.
ZKPrinciple(Principal, String) - Constructor for class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
 
ZKWebSocket - Class in org.zkoss.zk.ui.http
A web socket util class
ZKWebSocket() - Constructor for class org.zkoss.zk.ui.http.ZKWebSocket
 
ZKWebSocket.ZKPrinciple - Class in org.zkoss.zk.ui.http
 
ZScript - Class in org.zkoss.zk.ui.metainfo
Represents a zscript content.
ZScript(String, String) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with the content directly.
ZScript(String, URL) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with an URL that is used to load the content.
ZScript(EvaluatorRef, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with an URL that is used to load the content.
ZScriptInfo - Class in org.zkoss.zk.ui.metainfo
Represents a zscript element.
ZScriptInfo(NodeInfo, String, String, Locator, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Constructs a ZScriptInfo with an URL, which might contain an EL expression.
ZScriptInfo(NodeInfo, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Creates a ZScriptInfo with the content directly.
ZScriptInfo(NodeInfo, String, URL, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Create a ZScriptInfo with an URL that is used to load the content.
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
 
ZumlExtendlet - Class in org.zkoss.zk.ui.http
The ZUML resource processor used to parse the ZUML files loaded from the classpath.
ZumlExtendlet() - Constructor for class org.zkoss.zk.ui.http.ZumlExtendlet
 

_

_afterComposed - Variable in class org.zkoss.zk.ui.HtmlShadowElement
 
_applied - Variable in class org.zkoss.zk.ui.util.GenericComposer
 
_cmd - Variable in class org.zkoss.zk.au.AuResponse
 
_cnt - Static variable in class org.zkoss.zk.ui.Sessions
 
_compress - Variable in class org.zkoss.zk.ui.http.RichletFilter
 
_config - Variable in class org.zkoss.zk.ui.http.RichletFilter
 
_data - Variable in class org.zkoss.zk.au.AuResponse
Either String or DeferredValue.
_dynamicValue - Variable in class org.zkoss.zk.ui.HtmlShadowElement
 
_evtmap - Variable in class org.zkoss.zk.ui.sys.StubsComponent
[0]: uuid, [1]: EventListenerMap.
_exec - Static variable in class org.zkoss.zk.ui.Executions
Stores the current Execution.
_idmap - Variable in class org.zkoss.zk.ui.sys.StubsComponent
[0]: uuid, [1]: id
_name - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
_name - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
 
_resolvers - Variable in class org.zkoss.zk.ui.HtmlMacroComponent
A list of resolvers (never null).
_resolvers - Variable in class org.zkoss.zk.ui.select.SelectorComposer
A list of resolvers (never null).
_script - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
 
_separator - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
The separator used to separate the component ID and event name.
_sess - Static variable in class org.zkoss.zk.ui.Sessions
Used to the store the session for the current thread.
_uuids - Variable in class org.zkoss.zk.ui.sys.StubsComponent
 
_value - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
_wapp - Static variable in class org.zkoss.zk.ui.WebApps
The application for the whole installation.
_webman - Variable in class org.zkoss.zk.ui.http.RichletFilter
 
_zclass - Variable in class org.zkoss.zk.ui.HtmlBasedComponent
The ZK CSS class.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages