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

A

A - Class in org.zkoss.zhtml
The A tag.
A() - Constructor for class org.zkoss.zhtml.A
 
A - Class in org.zkoss.zul
The same as HTML A tag.
A() - Constructor for class org.zkoss.zul.A
 
A(String) - Constructor for class org.zkoss.zul.A
 
A(String, String) - Constructor for class org.zkoss.zul.A
 
AAudio - Class in org.zkoss.sound
Represents an audio.
AAudio(String, byte[]) - Constructor for class org.zkoss.sound.AAudio
 
AAudio(String, InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
AAudio(URL) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with an URL.
AAudio(File) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file.
AAudio(String) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file name.
AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
Abbr - Class in org.zkoss.zhtml
The ABBR tag.
Abbr() - Constructor for class org.zkoss.zhtml.Abbr
 
ABORT - Static variable in interface org.zkoss.zul.mesg.MZul
 
ABORT - Static variable in class org.zkoss.zul.Messagebox
A Abort button.
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.
abortResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
Absolutechildren - Class in org.zkoss.zul
A container component that can contain any other ZK component and can only be contained as direct child of Absolutelayout component.
Absolutechildren() - Constructor for class org.zkoss.zul.Absolutechildren
 
Absolutelayout - Class in org.zkoss.zul
An Absolutelayout component can contain absolute positioned multiple absolutechildren components.
Absolutelayout() - Constructor for class org.zkoss.zul.Absolutelayout
 
AbstractAction - Class in org.zkoss.web.servlet.dsp.action
A skeletal implementation to simplify the implementation of actions.
AbstractAction() - Constructor for class org.zkoss.web.servlet.dsp.action.AbstractAction
 
AbstractAnnotatedMethodInvoker<T extends java.lang.annotation.Annotation> - Class in org.zkoss.bind.impl
To help calling a ViewModel annotated method with binding arguments.
AbstractAnnotatedMethodInvoker(Class<T>, Map<Class<?>, List<Method>>) - Constructor for class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
 
AbstractBindingHandler - Class in org.zkoss.bind.impl
to help implement BinderImpl
AbstractBindingHandler() - Constructor for class org.zkoss.bind.impl.AbstractBindingHandler
 
AbstractChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The Fusionchart config lets you control a variety of functional elements on the chart.
AbstractChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
AbstractChartModel - Class in org.zkoss.zul
A skeletal implementation for ChartModel.
AbstractChartModel() - Constructor for class org.zkoss.zul.AbstractChartModel
 
AbstractCollectionProxy<E> - Class in org.zkoss.bind.proxy
This class provides a skeletal implementation of the Collection
AbstractCollectionProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.AbstractCollectionProxy
 
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().
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.
AbstractExecutionInfoCollector - Class in org.zkoss.bind.sys.debugger.impl
abstract implementation
AbstractExecutionInfoCollector() - Constructor for class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
 
AbstractForEachStatus - Class in org.zkoss.bind.impl
The Class AbstractForEachStatus.
AbstractForEachStatus() - Constructor for class org.zkoss.bind.impl.AbstractForEachStatus
 
AbstractGroup - Class in org.zkoss.idom.impl
A semi-implemented item for group.
AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
Constructor.
AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
The array to hold children.
AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
Stores a 'cached' map of child elements to speed up the access.
AbstractGroupsModel<D,H,F,E> - Class in org.zkoss.zul
A skeletal implementation for GroupsModel.
AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
 
AbstractGroupsModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractGroupsModel, by default it assumes all elements are selectable.
AbstractItem - Class in org.zkoss.idom.impl
A semi-implemented item for leaf vertices.
AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
Constructor.
AbstractListModel<E> - Class in org.zkoss.zul
A skeletal implementation for ListModel and Selectable
AbstractListModel() - Constructor for class org.zkoss.zul.AbstractListModel
 
AbstractListModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractListModel, by default it assumes all elements are selectable.
AbstractListModelConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
The abstract Converter implementation for converting collection to ListModel and vice versa.
AbstractListModelConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractListModelConverter
 
AbstractLoader<K,V> - Class in org.zkoss.util.resource
A skeletal implementation that assumes the source is either URL or File.
AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
 
AbstractPage - Class in org.zkoss.zk.ui
A skeletal implementation of Page.
AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
 
AbstractRenderer - Class in org.zkoss.bind.impl
to handle the common task of resolver a template of a renderer
AbstractRenderer() - Constructor for class org.zkoss.bind.impl.AbstractRenderer
 
AbstractSelectedIndexConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
Convert selected index to bean and vice versa.
AbstractSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
 
AbstractSimpleDateTimeConstraint<T extends java.lang.Comparable<? super T>> - Class in org.zkoss.zul
A skeleton of simple date/time constraint.
AbstractSimpleDateTimeConstraint(int) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constraints a constraint.
AbstractSimpleDateTimeConstraint(int, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constraints a constraint.
AbstractSimpleDateTimeConstraint(String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Deprecated.
AbstractSimpleDateTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a regular-expression constraint.
AbstractSimpleDateTimeConstraint(int, String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Deprecated.
AbstractSimpleDateTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a constraint combining regular expression.
AbstractSimpleDateTimeConstraint(String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a constraint with a list of constraints separated by comma.
AbstractTag - Class in org.zkoss.zhtml.impl
The raw component used to generate raw HTML elements.
AbstractTag(String) - Constructor for class org.zkoss.zhtml.impl.AbstractTag
 
AbstractTag() - Constructor for class org.zkoss.zhtml.impl.AbstractTag
 
AbstractTag.ExtraCtrl - Class in org.zkoss.zhtml.impl
 
AbstractTextual - Class in org.zkoss.idom.impl
Represents a textual item.
AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
AbstractTreeModel<E> - Class in org.zkoss.zul
A skeletal implementation for TreeModel.
AbstractTreeModel(E) - Constructor for class org.zkoss.zul.AbstractTreeModel
AbstractTreeModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractTreeModel, by default it assumes all elements are selectable.
AbstractTreeModel.Path - Class in org.zkoss.zul
Represents a tree path.
AbstractUiFactory - Class in org.zkoss.zk.ui.impl
The skeletal implementation of UiFactory.
AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
 
AbstractValidator - Class in org.zkoss.bind.validator
A abstract validator the handling validation message
AbstractValidator() - Constructor for class org.zkoss.bind.validator.AbstractValidator
 
AbstractValueResolver(ValidationMessages) - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
 
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(NodeVisitor) - Method in interface org.zkoss.zel.impl.parser.Node
 
accept(NodeVisitor) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
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.
ACCESS - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the access direction: can be "both", "save", "load"; default to "load" if not found
AccessInfo - Class in org.zkoss.bind.impl
Represent an load/save binding expression e.g.
AccessInfo(ExpressionX, ConditionType, String) - Constructor for class org.zkoss.bind.impl.AccessInfo
 
AcegiSecurityContextListener - Class in org.zkoss.zkplus.acegi
Deprecated.
As of release 7.0.0
AcegiSecurityContextListener() - Constructor for class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
Acronym - Class in org.zkoss.zhtml
Deprecated.
Not supported in HTML5.
Acronym() - Constructor for class org.zkoss.zhtml.Acronym
Deprecated.
 
Action - Interface in org.zkoss.web.servlet.dsp.action
An action that could be used with InterpreterServlet.
ActionContext - Interface in org.zkoss.web.servlet.dsp.action
Encapsulates a portion of DSP page in an object that can be invoked as many times as needed.
activate() - Method in class org.zkoss.zk.au.AuRequest
Activates this request.
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(long) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(Execution, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Activate the current thread (which must be a server-push thread).
activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
activate(Execution, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
activate(long) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
activate(long) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
 
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(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(String) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException() - 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, Object[]) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Object) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ActivationTimeoutException(int) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
 
ACTIVATOR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
AdaptiveParanamer - Class in org.zkoss.bind.paranamer
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
AdaptiveParanamer() - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
Use ParameterReflectionParanamer ahead of BytecodeReadingParanamer
AdaptiveParanamer(Paranamer...) - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
Prioritize a series of Paranamers
add(String, String) - Method in class org.zkoss.bind.impl.Path
 
add(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
add(E) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
add(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
add(int, E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
add(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
add(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
 
add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Registers a cleanup.
add(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
add(Date, TimeZone, int, int) - Static method in class org.zkoss.util.Dates
Date Arithmetic function.
add(T) - Method in class org.zkoss.util.FastReadArray
Adds an object.
add(T) - Method in class org.zkoss.util.IdentityHashSet
 
add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator (a.k.a., the expression factory, ExpressionFactory).
add(Element) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator based on the XML declaration.
add(ELResolver) - Method in class org.zkoss.zel.CompositeELResolver
 
add(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
add(Element) - Static method in class org.zkoss.zk.device.Devices
Adds a device based on the XML declaration.
add(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
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.scripting.Interpreters
Adds an interpreter class.
add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter based on the XML declaration.
add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Adds a component definition to this map.
add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds the event handler for the specified event name.
add(String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation definition.
add(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Deprecated.
As of release 6.0.1, replaced with AnnotationHelper.add(String, Map, Location).
add(String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(int, String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
 
add(int, StyleSheet) - 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(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(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(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(E) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
 
add(E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
 
add(int, E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
 
add(E) - Method in interface org.zkoss.zkmax.zul.StepModel
Adds a step at the end.
add(int, E) - Method in interface org.zkoss.zkmax.zul.StepModel
Adds a step at the end.
add(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
add(int, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
add(int, E) - Method in class org.zkoss.zul.ListModelList
 
add(E) - Method in class org.zkoss.zul.ListModelList
 
add(E) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
add(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Adds a child to this node at the end.
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(Collection<? extends Object>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListProxy
 
addAll(ImportedClassResolver) - Method in class org.zkoss.lang.ImportedClassResolver
Adds all imported classes of the given class resolver.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the iterator to a collection.
addAll(Collection<T>, Enumeration<? extends T>) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the enumerator to a collection.
addAll(Collection<T>, Object[]) - Static method in class org.zkoss.util.CollectionsX
Adds all elements of an array to a collection.
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.
addAll(Collection<? extends E>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
 
addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
 
addAll(int, Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
 
addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
addAllProperties(Map<String, String>) - Method in interface org.zkoss.zkmax.zul.ChartProperties
Add all properties.
addAllProperties(Map<String, String>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
addAnnotation(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
Deprecated.
As of release 6.0.0, replaced with AbstractComponent.addAnnotation(String, String, Map)
addAnnotation(String, String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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.
addAnnotation(String, Map<String, String[]>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Deprecated.
As of release 6.0.0, replaced with ComponentCtrl.addAnnotation(String, String, Map)
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.
addAssociate(TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
add associated TrackerNode with this node
addAssociate(TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
addAttribute(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
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.
addAuExtension(String, AuExtension) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Adds an AU extension and associates it with the specified prefix.
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(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
Adds an asynchronous response (AuResponse) with the given key instead of AuResponse.getOverrideKey().
addAuResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
 
addBeanNameResolver(BeanNameResolver) - Method in class org.zkoss.zel.ELManager
 
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.
addBinding(Map<K, List<V>>, K, V) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
 
addBinding(Binding) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
add associated Binding with this node
addBinding(Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
addBinding(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
addBinding(Component, String, String, String[], String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
addBinding(Component, String, String, String[], String[], String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
addBinding(Component, String, String, List<String>, String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
addBinding(Component, String, String, List<String>, List<String>, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
addBinding(Component, String, String, List<String>, List<String>, String, String, Map<Object, Object>, List<String>, List<String>) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Binding bean to UI component.
AddBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
AddBindingInfo(String, Component, String, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
addBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
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
addChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
 
addChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
addChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
 
addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
Adds a listener to the chart that's notified each time a change to the data model occurs.
addChildrenInitBinding(Component, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
init children of a component by an expression, it only execute once
addChildrenInitBinding(Component, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
Deprecated.
addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>) - Method in interface org.zkoss.bind.Binder
addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add new children-load-bindings.
addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
Deprecated.
addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the class that can be retrieved by TaglibMapper.resolveClass(java.lang.String).
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.
addClientEventInvok(StringBuffer, String, int, int) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
addClientPackage(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a client (JavaScript) package that is provided by this server.
addCollectionItem(Class, Class, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Adds a CollectionItem for the specified item and owner component; e.g.
addCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add a new command binding.
addCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
AddCommandBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
AddCommandBindingInfo(String, Component, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
 
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.
addCompressExtension(String) - Method in interface org.zkoss.web.util.resource.ExtendletConfig
Adds an extension that shall be compressed (unless being disabled by the client).
addConverter(String, Converter) - Method in class org.zkoss.bind.BindComposer
 
addCookie(Cookie) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addCookie(Cookie) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addCookie(Cookie) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
 
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
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
 
addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
Adds a namespace to the namespace declaration.
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.
addDeclaredNamespace(Namespace) - Method in class org.zkoss.zml.XmlNativeComponent
 
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.
addDependent(Object, TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Add a dependent node of the field script.
addDependent(Object, TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
addDependsOn(Component, String[], Binding, Component, String[]) - Method in interface org.zkoss.bind.sys.tracker.Tracker
Add a depends-on tracking between the source property name series and depends-on property name series.
addDependsOn(Component, String[], Binding, Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
addDependsOnTracking(Binding, List<String>, String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
Prepare the dependsOn nodes
addDependsOnTracking(Binding, List<String>, Component, String, Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
Prepare the dependsOn nodes
addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadChildrenBindingImpl
Internal Use Only.
addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
Internal Use Only.
addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadPropertyBindingImpl
Internal Use Only.
addDependsOnTrackings(Method, String, List<String>, Binding, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
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.
ADDED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the addition of one or more contiguous items to the list.
addELResolver(ELResolver) - Method in class org.zkoss.zel.ELManager
 
addELResolver(ELResolver) - Method in class org.zkoss.zel.StandardELContext
 
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, 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.
addEmbedded(String) - Method in class org.zkoss.zk.device.GenericDevice
 
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.
addEscapes(String) - Static method in error org.zkoss.zel.impl.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELContext
Register an EvaluationListener with this ELContext.
addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELManager
 
addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an event handler.
addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an event handler.
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Adds an event interceptor.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
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 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.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zul.Chart
 
addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
Adds an event listener to specified event for this component.
addEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
Adds a listener to the list that's notified each time a change to the model occurs.
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.
addExtendlet(String, Extendlet) - Method in class org.zkoss.web.util.resource.ClassWebResource
Adds an Extendlet (a.k.a., resource processor) to process the resource of the specified extension.
addExtendletContext(ServletContext, String, ExtendletContext) - Static method in class org.zkoss.web.servlet.Servlets
Adds an extended context.
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.
addFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Adds a filter (Filter) to perform filtering task for the resource of the specified extension.
addFont(Font) - Method in class org.zkoss.zul.Captcha
Add fonts into fonts list.
addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components
addFormInitBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
init a component form by expression, it only execute once
addFormInitBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add new form-load-bindings.
addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add new form-save-bindings.
addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component.
addForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component, specified with a path.
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.
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.
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.Components
Deprecated.
As of release 6.0.0, replaced with ConventionWires.
addForwards(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
Deprecated.
As of release 6.0.0, replaced with ConventionWires.
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.
addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String).
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.
addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add a new global-command binding.
addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
 
addGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
Adds a listener to the groups that's notified each time a change to the data model occurs.
addHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addHeader(String, String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
 
addHeaderInfo(HeaderInfo, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo).
addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo).
addIgnoredProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
Adds an ignored proxy class type.
addIgnoredSuperProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
Adds an ignored super proxy class type.
addImportedClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
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.
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.
addInfo(ExecutionInfo) - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
add an execution information
addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
 
addInfo(ExecutionInfo) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
 
addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
 
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.
addIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
addIntHeader(String, int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
 
addInvalidate(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addInvalidate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addInvalidate(Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invalidates the page to cause all of its components to redraw.
addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invalidates a component to cause redrawing.
addInvalidMessage(ValidationContext, String) - Method in class org.zkoss.bind.validator.AbstractValidator
add a message to validation context, when you call this method, it also set context invalid.
addInvalidMessage(ValidationContext, String, String) - Method in class org.zkoss.bind.validator.AbstractValidator
add a message to validation context, when you call this method, it also sets context invalid.
addInvalidMessage(ValidationContext, String, String, Object) - Method in class org.zkoss.bind.validator.AbstractValidator
add a message to validation context, when you call this method, it also sets context invalid.
addInvalidMessages(ValidationContext, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
add multiple messages to validation context, when you call this method, it also sets the context invalid.
addInvalidMessages(ValidationContext, String, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
add multiple messages to validation context, when you call this method, it also sets the context invalid.
addInvalidMessages(ValidationContext, String, String[], Object) - Method in class org.zkoss.bind.validator.AbstractValidator
add multiple messages to validation context, when you call this method, it also sets the context invalid.
addItemReference(Component, Component, int, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
 
addItemToSelection(Object) - Method in class org.zkoss.zkmax.zul.Chosenbox
Add an item into selection.
addItemToSelection(Listitem) - Method in class org.zkoss.zul.Listbox
Selects the given item, without deselecting any other items that are already selected..
addItemToSelection(Treeitem) - Method in class org.zkoss.zul.Tree
Selects the given item, without deselecting any other items that are already selected..
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.
addLinkedHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
 
addList(List<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
Add value into the spcified list.
addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
addListDataListener(ListDataListener) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.
 
addListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
Adds a listener.
addListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
addListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a listener class.
addListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Add a listener to this queue
addLoadFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
Deprecated.
Add a field name for loading from this Form.
addLoadFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
Deprecated.
 
addMessageLoader(MessageLoader) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a MessageLoader
addMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
addMessages(Component, String, String, String[], Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
addMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
add validation messages to component
addMessages(Component, String, String, String[], Object) - Method in interface org.zkoss.bind.sys.ValidationMessages
add validation messages to component
addMinorRoute(IN, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character.
addMinorRoute(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character with callback.
addMinorRoutes(E, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters.
addMinorRoutes(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters with a callback.
addMinorTransition(IN, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character.
addMinorTransition(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character with a callback
addMinorTransitions(E, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters
addMinorTransitions(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters with a callback
addModel(Component, Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
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, Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Called when this component is moved from the specified parent and/or page to the new page.
addMoved(Component, Component, Page, Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addMoved(Component, Component, Page, Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called to update (redraw) a component, when a component is moved.
addMoved(Component, Page, Page) - Method in class org.zkoss.zul.Listitem
 
addNotifys(Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
addNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
addNotifys(Set<Property>, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
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().
addOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Opens the group at the specified index.
addOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
addOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
addOpenObject(E) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenObject(E) - Method in interface org.zkoss.zul.ext.Openable
Add the specified object into the collection of opened objects.
addOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Adds path to the current open.
addOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Adds paths to the current Open.
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.
addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PagingEventPublisher
Deprecated.
Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
addPanel(GoldenPanel, int, int, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
addPanel(GoldenPanel, String, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
Adds an GoldenPanel to the region of the specified area GoldenPanel.
addPanel(GoldenPanel, GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
Adds an GoldenPanel to the region of the specified area GoldenPanel.
addPanelToRoot(GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
Adds an GoldenPanel to the region of the GoldenLayout.
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.
addPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
 
addPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
Add library properties indicated by the specified key.
addProperty(String, String) - Static method in class org.zkoss.lang.Library
Add a library property indicated by the specified key.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer.
addProperty(String, NativeInfo, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer based on the native content.
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.ShadowInfo
Adds a property initializer.
addProperty(String, String) - Method in interface org.zkoss.zkmax.zul.ChartProperties
Add the value of the specified property.
addProperty(String, String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
init a component property by a expression, it only execute once
addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addPropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
addPropertyListener(ChartInfoNotifier) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
 
addPropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add new property-load-bindings.
addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add new property-save-bindings.
addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
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
 
addRedrawCallback(Callback<ContentRenderer>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Deprecated.
as of release 8.0.2, use ComponentCtrl.addCallback(java.lang.String, org.zkoss.zk.ui.util.Callback) with specific name "redraw"
addReferenceBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Add a new reference-binding.
addReferenceBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addReferenceBinding(Component, String, ReferenceBinding) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
 
addReferenceBinding(Component, String, ReferenceBinding) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
 
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(AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(String, AuResponse, int) - 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.
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 interface org.zkoss.zk.ui.sys.UiEngine
Adds a response with the given priority.
addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Adds a response header with the give name and value.
addResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
Adds a response header with the given name and date-value.
addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
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.
Address - Class in org.zkoss.zhtml
The ADDRESS tag.
Address() - Constructor for class org.zkoss.zhtml.Address
 
addReturningClasses(C...) - Method in class org.zkoss.fsm.StateCtx
Add an input class for returning to this state
addReturningClasses(Collection<C>) - Method in class org.zkoss.fsm.StateCtx
Add multiple input classes for returning to this state
addReturningInputs(IN...) - Method in class org.zkoss.fsm.StateCtx
Add input characters for returning to this state
addReturningInputs(Collection<IN>) - Method in class org.zkoss.fsm.StateCtx
Add input characters for returning to this state
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.
addRoute(C, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition.
addRoute(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition with callback.
addRoutes(E, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions.
addRoutes(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions with a callback.
addSaveFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
Deprecated.
Add a field name for saving into this Form.
addSaveFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
Deprecated.
 
addSaveFormFieldName(Form, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
addSaveFormFieldName(Form, Set<String>) - Method in class org.zkoss.bind.impl.BinderImpl
 
addSaveFormFieldName(Form, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
Adds a field name for saving with the given Form.
addSaveFormFieldName(Form, Set<String>) - Method in interface org.zkoss.bind.sys.BinderCtrl
Adds all field names for saving with the given Form.
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
 
addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
addSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
addSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated.
As of release 6.0.0, replaced with AbstractTreeModel.addToSelection(E).
addSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Deprecated.
As of release 6.0.0, replaced with GroupsListModel.addToSelection(java.lang.Object).
addSelection(E) - Method in class org.zkoss.zul.ListModelArray
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.ListModelList
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.ListModelSet
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.SimpleListModel
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Adds path to the current selection.
addSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Adds paths to the current selection.
addSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
Add value into the specified set.
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, int) - 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 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.
addSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
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.
addTemplateTracking(Component, Component, Object, int, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
 
addTemplateTracking(Component) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
Deprecated.
addTemplateTracking(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
addTemplateTracking(Component) - Method in interface org.zkoss.bind.sys.TemplateResolver
Deprecated.
since 6.5.3
addTemplateTracking(Component, Object, int, int) - Method in interface org.zkoss.bind.sys.TemplateResolver
Add template tracking to component
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.
addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
Adds the item to the current group; also attach the locator.
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.
addToolbar(String, Toolbar) - Method in class org.zkoss.zul.Panel
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
addToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
/** Appends a map of parameters (name=value) to a query string.
addToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Appends a parameter (name=value) to a query string.
addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
addToSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
addToSelection(E) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.
 
addToSelection(E) - Method in class org.zkoss.zul.AbstractGroupsModel
Add the specified object into selection.
addToSelection(E) - Method in class org.zkoss.zul.AbstractListModel
Add the specified object into selection.
addToSelection(E) - Method in class org.zkoss.zul.AbstractTreeModel
 
addToSelection(E) - Method in interface org.zkoss.zul.ext.Selectable
Add the specified object into selection.
addToSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Add the specified object into selection.
addTracking(Component, String[], Binding) - Method in interface org.zkoss.bind.sys.tracker.Tracker
Add a tracking that associate a binding to a dot series under the specified Component
addTracking(Component, String[], Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
addTracking(List<String>) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
 
addTracking(Component, String[], Binding) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
 
addTransition(C, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition rule
addTransition(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition rule with a callback
addTransitions(E, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions
addTransitions(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions with a callback
addTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
addTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
Add a listener to the tree that's notified each time a change to the data model occurs
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.
addValidator(String, Validator) - Method in class org.zkoss.bind.BindComposer
 
addValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
 
addValue(Date, Number, Number, Number, Number, Number) - Method in interface org.zkoss.zul.HiLoModel
Append an (date, open, high, low, close, volumn) tuple.
addValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
Add an (date, open, high, low, close, volumn) tuple at specified index.
addValue(Date, Number, Number, Number, Number, Number) - Method in class org.zkoss.zul.SimpleHiLoModel
 
addValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYModel
 
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
 
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
 
addValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
addValue(int, int, int) - Method in class org.zkoss.zul.WaferMapModel
Add a value to the given chip at (x,y) (0-based) of the wafer chip matrix.
addValue(Comparable<?>, Number, Number) - Method in interface org.zkoss.zul.XYModel
Append an (x,y) into a series.
addValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
Add an (x,y) into a series at specified index.
addValue(Comparable<?>, Number, Number, Number) - Method in interface org.zkoss.zul.XYZModel
Append an (x,y,z) into a series.
addValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
Add an (x,y,z) into a series at the specified index.
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.
addWeakIdentityHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
 
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.
adjustBeginLineColumn(int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adoptNode(Node) - Method in class org.zkoss.idom.Document
 
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_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
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_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
AFTER_START - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
afterComponentAttached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
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.bind.tracker.impl.BindUiLifeCycle
 
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.bind.tracker.impl.BindUiLifeCycle
 
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 - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a life-cycle method in View Model. this method will be called after host component composition has been done (AfterCompose).
afterCompose() - Method in class org.zkoss.zhtml.Textarea
 
AfterCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Creates the child components after apply dynamic properties HtmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object).
afterCompose() - Method in class org.zkoss.zk.ui.HtmlShadowElement
Creates the distributed children after apply dynamic properties If a shadow element is created by ZK loader, this method is invoked automatically.
afterCompose() - Method in class org.zkoss.zml.XmlMacroComponent
Creates the child components after apply dynamic properties XmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object).
afterCompose() - Method in class org.zkoss.zul.Include
 
afterCompose() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
afterCreate(Component[]) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
Called after the whole component tree has been created by this engine.
afterCreate(Component[]) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
 
afterEvaluation(ELContext, String) - Method in class org.zkoss.zel.EvaluationListener
Fired after the evaluation of the expression.
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.
afterInsert(Component) - Method in class org.zkoss.zul.Listbox
Callback if a list item has been inserted.
afterInsert(Component) - Method in class org.zkoss.zul.Rows
Callback if a child has been inserted.
afterInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
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.
afterPageAttached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
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.bind.tracker.impl.BindUiLifeCycle
 
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.
afterPropertiesSet() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
Deprecated.
 
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.
afterRemove(Session, Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
 
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.
afterRenderComponents(Collection) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
 
afterRenderHtml(Execution, Page, Writer, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Ends and cleans up the rendering of a complete ZHTML page.
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).
afterRenderNewPage(Page) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
 
afterRenderTag(Execution, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Ends and cleans up the rendering of a ZHTML tag.
afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called after the suspended event thread is resumed.
afterResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
afterService(DesktopRecycle, Desktop) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
Called after serving a HTTP request.
afterService(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called after the request is served.
afterService(Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
 
afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
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.bind.tracker.impl.BindUiLifeCycle
 
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.
afterSort(Object) - Method in class org.zkoss.zul.AbstractTreeModel
A utility that the deriving class can call to restore the states saved by AbstractTreeModel.beforeSort()
afterStep(IN, C, E, E) - Method in class org.zkoss.fsm.StateMachine
This method is called after executing a step
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.lang.SystemException.Aide
 
Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
 
Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
 
Aide() - Constructor for class org.zkoss.xel.XelException.Aide
 
Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
 
Aide() - Constructor for class org.zkoss.zk.ui.util.ThemeProvider.Aide
 
AImage - Class in org.zkoss.image
Represents an image.
AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
Constructs an image with a byte array.
AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
Constructs an image with an input stream.
AImage(String) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file name.
AImage(File) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file.
AImage(URL) - Constructor for class org.zkoss.image.AImage
Constructs an image with an URL.
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 - Static variable in class org.zkoss.web.Attributes
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, String, 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_TYPE - Static variable in class org.zkoss.web.Attributes
Denote the type of Attributes.ALERT.
ALL - Static variable in class org.zkoss.util.logging.Log
Deprecated.
All levels.
allMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
 
AllocUtil - Class in org.zkoss.bind.impl
For ZK-2289, Memory allocation utility.
AllocUtil() - Constructor for class org.zkoss.bind.impl.AllocUtil
 
ALLOW_DIRECT_INCLUDE - Static variable in interface org.zkoss.web.util.resource.Extendlet
Used with Extendlet.getFeature(int) to indicate the extendlet can be included directly without going thru Web container.
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.
ALT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Alt key is pressed.
AMedia - Class in org.zkoss.util.media
A media object holding content such PDF, HTML, DOC or XLS content.
AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and binary data.
AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and text data.
AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and stream data (binary).
AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and reader data (textual).
AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and URL.
AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
Anchorchildren - Class in org.zkoss.zul
The children of Anchorlayout.
Anchorchildren() - Constructor for class org.zkoss.zul.Anchorchildren
 
Anchorchildren(String) - Constructor for class org.zkoss.zul.Anchorchildren
 
Anchorlayout - Class in org.zkoss.zul
An anchorlayout lays out a container which can resize it's children base on its width and height
Default Anchorlayout.getZclass(): z-anchorlayout.
Anchorlayout() - Constructor for class org.zkoss.zul.Anchorlayout
 
Anchornav - Class in org.zkoss.zkmax.zul
A anchornav component Anchornav synchronizes the scrolling position on a page or within ZK containers (Div, Window, etc.)
Anchornav() - Constructor for class org.zkoss.zkmax.zul.Anchornav
 
And() - Method in class org.zkoss.zel.impl.parser.ELParser
 
AND0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
AND1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
AnnotateBinder - Class in org.zkoss.bind
ZK Annotated Binder, it parse the component annotation and handles the binding of components and view model.
AnnotateBinder() - Constructor for class org.zkoss.bind.AnnotateBinder
new a annotate binder with default event queue name and scope
AnnotateBinder(String, String) - Constructor for class org.zkoss.bind.AnnotateBinder
new a binder with event queue name and scope
AnnotateBinderEx - Class in org.zkoss.zkmax.bind.impl
For ZK-2289, much less memory consumption
AnnotateBinderEx(String, String) - Constructor for class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
 
AnnotateBinderHelper - Class in org.zkoss.bind.impl
Helper class to parse binding annotations and create bindings.
AnnotateBinderHelper(Binder) - Constructor for class org.zkoss.bind.impl.AnnotateBinderHelper
 
AnnotateDataBinder - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
AnnotateDataBinder() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
No argument constructor to be used by AnnotateDataBinderInit.
AnnotateDataBinder(Desktop) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinder(Component[]) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the given components array.
AnnotateDataBinder(Desktop, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component[], boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations of the given component array.
AnnotateDataBinder(Component, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated.
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinderInit - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
AnnotateDataBinderInit() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated.
 
AnnotateDataBindingComposer - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
AnnotateDataBindingComposer() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBindingComposer
Deprecated.
 
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
 
AnnotationUtil - Class in org.zkoss.bind.impl
An internal utility to help processing component annotation, for internal using only.
AnnotationUtil() - Constructor for class org.zkoss.bind.impl.AnnotationUtil
 
AnnoWarnInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
AnnoWarnInfo(Component, String, String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
 
any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns true if any element.
anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
 
anyMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
 
anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
Returns the index that is one of delimiters, or the length if none of delimiter is found.
ApacheELFactory - Class in org.zkoss.zkmax.xel.el
An implementation that is based on Apache commons-el: org.apache.commons.el.ExpressionEvaluatorImpl.
ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el.ApacheELFactory
 
ApacheELFactory - Class in org.zkoss.zkmax.xel.el21
An implementation based on org.apache.el.ExpressionFactoryImpl.
ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
APP_CONVERTERS - Static variable in class org.zkoss.zkmax.bind.impl.Init
Key of application converters, you set it by library-property in application zk.xml.
APP_VALIDATORS - Static variable in class org.zkoss.zkmax.bind.impl.Init
Key of application validators, you set it by library-property in application zk.xml
The format is name=className, different validators are split by comma.
append(StringBuffer, String, String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer, if attrValue is not null.
append(StringBuffer, String, boolean) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer, if avail is true.
append(StringBuffer, String, int) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Appends an attribute to the string buffer.
append(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Appends the data after the specific path.
append(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Appends the data after the specific path.
APPEND_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
Whether to append params if both uri and params contain the same parameter.
APPEND_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
Whether to append params if both uri and params contain the same parameter.
APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to append params if both uri and params contain the same parameter.
appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
 
appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
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.
appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
appendFields(String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
appendItem(String) - Method in class org.zkoss.zul.Combobox
Appends an item.
appendItem(String, String) - Method in class org.zkoss.zul.Listbox
Appends an item.
appendItem(String, String) - Method in class org.zkoss.zul.Radiogroup
Appends a radio button.
appendJsContent(String...) - Method in class org.zkoss.zk.ui.http.SourceMapManager
 
appendPostScript(String...) - Method in class org.zkoss.zk.ui.http.SourceMapManager
 
appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
Appends a style value to the string buffer for HTML/XML (name:"val";).
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
 
appendText(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
Applet - Class in org.zkoss.zul
A generic applet component.
Applet() - Constructor for class org.zkoss.zul.Applet
 
APPLICATION - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the application scope.
application - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the web application.
APPLICATION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
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(Page) - 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.VariablesInfo
Applies the variable element against the page.
Apply - Class in org.zkoss.zuti.zul
The apply tag allows you to choose which template to be applied.
Apply() - Constructor for class org.zkoss.zuti.zul.Apply
 
apply(Component) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Compose the specified template with the given host.
apply(Component) - Method in class org.zkoss.zuti.zul.ShadowTemplate
Compose the specified template with the given host.
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.
applyAnnotations(ComponentInfo, String, boolean, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Deprecated.
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.
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
 
applyCSS3(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule String for the given style name and value.
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.
Area - Class in org.zkoss.zhtml
The AREA tag.
Area() - Constructor for class org.zkoss.zhtml.Area
 
Area - Class in org.zkoss.zul
An area of a Imagemap.
Area() - Constructor for class org.zkoss.zul.Area
 
Area(String) - Constructor for class org.zkoss.zul.Area
 
AREA - Static variable in class org.zkoss.zul.Chart
 
ARG - Static variable in class org.zkoss.web.Attributes
The attribute used to pass parameters from the caller that invokes Servlets.include() or Servlets.forward() with Servlets.PASS_THRU_ATTR.
arg - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the arg argument passed to the createComponents method.
argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ARGS - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
 
argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ArithmeticNode - Class in org.zkoss.zel.impl.parser
 
ArithmeticNode(int) - Constructor for class org.zkoss.zel.impl.parser.ArithmeticNode
 
ArithmeticWrongValueException - Exception in org.zkoss.zk.ui
For ArithmeticException wrong value wrapper.
ArithmeticWrongValueException(Component, String, Throwable, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, String, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException() - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int, Object[], 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) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Object, Throwable) - 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[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(String) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArithmeticWrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
 
ArrayComparator<E> - Class in org.zkoss.zul
Compares the specified element of the array.
ArrayComparator(int, boolean) - Constructor for class org.zkoss.zul.ArrayComparator
The constructor.
ArrayELResolver - Class in org.zkoss.zel
 
ArrayELResolver() - Constructor for class org.zkoss.zel.ArrayELResolver
 
ArrayELResolver(boolean) - Constructor for class org.zkoss.zel.ArrayELResolver
 
ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
 
ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
 
ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
 
ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
ArraysX - Class in org.zkoss.util
Utilities for handling arrays.
ArraysX() - Constructor for class org.zkoss.util.ArraysX
 
arrayToString(Object[]) - Static method in class org.zkoss.zul.impl.Utils
Converts an array of objects to a string, by concatenating them together and separated with comma.
ARROW - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Article - Class in org.zkoss.zhtml
The ARTICLE tag.
Article() - Constructor for class org.zkoss.zhtml.Article
 
asBoxedList(Object) - Static method in class org.zkoss.util.ArraysX
Returns a fixed-size boxed list backed by the specified primitive array.
Aside - Class in org.zkoss.zhtml
The ASIDE tag.
Aside() - Constructor for class org.zkoss.zhtml.Aside
 
asList(T[]) - Static method in class org.zkoss.util.ArraysX
Returns a mutable list.
asList(T[][]) - Static method in class org.zkoss.util.ArraysX
Returns a two dimensional mutable list.
asShadow(Object) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
 
ASSIGN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Assigns the value of this member to the specified component.
assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Assigns a property.
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
 
Assignment() - Method in class org.zkoss.zel.impl.parser.ELParser
 
AstAnd - Class in org.zkoss.zel.impl.parser
 
AstAnd(int) - Constructor for class org.zkoss.zel.impl.parser.AstAnd
 
AstAssign - Class in org.zkoss.zel.impl.parser
 
AstAssign(int) - Constructor for class org.zkoss.zel.impl.parser.AstAssign
 
AstBracketSuffix - Class in org.zkoss.zel.impl.parser
 
AstBracketSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstBracketSuffix
 
AstChoice - Class in org.zkoss.zel.impl.parser
 
AstChoice(int) - Constructor for class org.zkoss.zel.impl.parser.AstChoice
 
AstCompositeExpression - Class in org.zkoss.zel.impl.parser
 
AstCompositeExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstCompositeExpression
 
AstConcatenation - Class in org.zkoss.zel.impl.parser
 
AstConcatenation(int) - Constructor for class org.zkoss.zel.impl.parser.AstConcatenation
 
AstDeferredExpression - Class in org.zkoss.zel.impl.parser
 
AstDeferredExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDeferredExpression
 
AstDiv - Class in org.zkoss.zel.impl.parser
 
AstDiv(int) - Constructor for class org.zkoss.zel.impl.parser.AstDiv
 
AstDotSuffix - Class in org.zkoss.zel.impl.parser
 
AstDotSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstDotSuffix
 
AstDynamicExpression - Class in org.zkoss.zel.impl.parser
 
AstDynamicExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDynamicExpression
 
AstEmpty - Class in org.zkoss.zel.impl.parser
 
AstEmpty(int) - Constructor for class org.zkoss.zel.impl.parser.AstEmpty
 
AstEqual - Class in org.zkoss.zel.impl.parser
 
AstEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstEqual
 
AstFalse - Class in org.zkoss.zel.impl.parser
 
AstFalse(int) - Constructor for class org.zkoss.zel.impl.parser.AstFalse
 
AstFloatingPoint - Class in org.zkoss.zel.impl.parser
 
AstFloatingPoint(int) - Constructor for class org.zkoss.zel.impl.parser.AstFloatingPoint
 
AstFunction - Class in org.zkoss.zel.impl.parser
 
AstFunction(int) - Constructor for class org.zkoss.zel.impl.parser.AstFunction
 
AstGreaterThan - Class in org.zkoss.zel.impl.parser
 
AstGreaterThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThan
 
AstGreaterThanEqual - Class in org.zkoss.zel.impl.parser
 
AstGreaterThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThanEqual
 
AstIdentifier - Class in org.zkoss.zel.impl.parser
 
AstIdentifier(int) - Constructor for class org.zkoss.zel.impl.parser.AstIdentifier
 
AstInteger - Class in org.zkoss.zel.impl.parser
 
AstInteger(int) - Constructor for class org.zkoss.zel.impl.parser.AstInteger
 
AstLambdaExpression - Class in org.zkoss.zel.impl.parser
 
AstLambdaExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaExpression
 
AstLambdaParameters - Class in org.zkoss.zel.impl.parser
 
AstLambdaParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaParameters
 
AstLessThan - Class in org.zkoss.zel.impl.parser
 
AstLessThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThan
 
AstLessThanEqual - Class in org.zkoss.zel.impl.parser
 
AstLessThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThanEqual
 
AstListData - Class in org.zkoss.zel.impl.parser
 
AstListData(int) - Constructor for class org.zkoss.zel.impl.parser.AstListData
 
AstLiteralExpression - Class in org.zkoss.zel.impl.parser
 
AstLiteralExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLiteralExpression
 
AstMapData - Class in org.zkoss.zel.impl.parser
 
AstMapData(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapData
 
AstMapEntry - Class in org.zkoss.zel.impl.parser
 
AstMapEntry(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapEntry
 
AstMethodParameters - Class in org.zkoss.zel.impl.parser
 
AstMethodParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstMethodParameters
 
AstMinus - Class in org.zkoss.zel.impl.parser
 
AstMinus(int) - Constructor for class org.zkoss.zel.impl.parser.AstMinus
 
AstMod - Class in org.zkoss.zel.impl.parser
 
AstMod(int) - Constructor for class org.zkoss.zel.impl.parser.AstMod
 
AstMult - Class in org.zkoss.zel.impl.parser
 
AstMult(int) - Constructor for class org.zkoss.zel.impl.parser.AstMult
 
AstNegative - Class in org.zkoss.zel.impl.parser
 
AstNegative(int) - Constructor for class org.zkoss.zel.impl.parser.AstNegative
 
AstNot - Class in org.zkoss.zel.impl.parser
 
AstNot(int) - Constructor for class org.zkoss.zel.impl.parser.AstNot
 
AstNotEqual - Class in org.zkoss.zel.impl.parser
 
AstNotEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstNotEqual
 
AstNull - Class in org.zkoss.zel.impl.parser
 
AstNull(int) - Constructor for class org.zkoss.zel.impl.parser.AstNull
 
AstOr - Class in org.zkoss.zel.impl.parser
 
AstOr(int) - Constructor for class org.zkoss.zel.impl.parser.AstOr
 
AstPlus - Class in org.zkoss.zel.impl.parser
 
AstPlus(int) - Constructor for class org.zkoss.zel.impl.parser.AstPlus
 
AstSemicolon - Class in org.zkoss.zel.impl.parser
 
AstSemicolon(int) - Constructor for class org.zkoss.zel.impl.parser.AstSemicolon
 
AstSetData - Class in org.zkoss.zel.impl.parser
 
AstSetData(int) - Constructor for class org.zkoss.zel.impl.parser.AstSetData
 
AstString - Class in org.zkoss.zel.impl.parser
 
AstString(int) - Constructor for class org.zkoss.zel.impl.parser.AstString
 
AstTrue - Class in org.zkoss.zel.impl.parser
 
AstTrue(int) - Constructor for class org.zkoss.zel.impl.parser.AstTrue
 
AstValue - Class in org.zkoss.zel.impl.parser
 
AstValue(int) - Constructor for class org.zkoss.zel.impl.parser.AstValue
 
AstValue.Target - Class in org.zkoss.zel.impl.parser
 
ASYNC_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The async context path; set by the servlet container.
AT_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
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
attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
Attaches the locator to the item.
attachPseudoClassParameter(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
Generates an attribute for HTML/XML.
ATTR_CHANGING_SELECTION - Static variable in interface org.zkoss.zul.impl.TabboxEngine
 
ATTR_EVENT_QUEUES - Static variable in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
The attribute used to store the map of event queues.
ATTR_ON_INIT_RENDER_POSTED - Static variable in interface org.zkoss.zul.impl.TabboxEngine
 
AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
 
Attributable - Interface in org.zkoss.idom
Represents a class that has attributes.
Attribute - Class in org.zkoss.idom
The iDOM attribute.
Attribute(String, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(Namespace, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute() - Constructor for class org.zkoss.idom.Attribute
Constructor.
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(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be added to Scope.
attributeAdded(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeAdded(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
attributeRemoved(Scope, String) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be removed from Scope.
attributeRemoved(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeRemoved(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeReplaced(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when an attribute is going to be replaced in Scope.
attributeReplaced(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
attributeReplaced(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
Attributes - Class in org.zkoss.web
Definition of constants used as attributes and parameters across requests.
Attributes() - Constructor for class org.zkoss.web.Attributes
Don't construct it.
Attributes - Class in org.zkoss.zk.ui.impl
Attributes used internally for implementation only.
Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
 
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.sys.Attributes
 
Attributes - Class in org.zkoss.zkmax.au.websocket
Attributes used internally for WebSocket connections only.
Attributes() - Constructor for class org.zkoss.zkmax.au.websocket.Attributes
 
Attributes - Class in org.zkoss.zul
Common attributes used for implementation.
Attributes() - Constructor for class org.zkoss.zul.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).
AttributesMap - Class in org.zkoss.web.servlet.xel
A skeletal implementation for Map to wrap something with enumeration of attributes, which must be String.
AttributesMap() - Constructor for class org.zkoss.web.servlet.xel.AttributesMap
 
AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
 
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
 
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.
AuClientInfo - Class in org.zkoss.zk.au.out
A response to ask the browser to send back its information.
AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response with the specified desktop.
AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response for all desktops of the same browser window.
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.
Audio - Interface in org.zkoss.sound
Represents an audio.
Audio - Class in org.zkoss.zhtml
The AUDIO tag.
Audio() - Constructor for class org.zkoss.zhtml.Audio
 
Audio - Class in org.zkoss.zul
An audio clip.
Audio() - Constructor for class org.zkoss.zul.Audio
 
Audio(String) - Constructor for class org.zkoss.zul.Audio
 
Audio.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
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.
AuDownloader - Class in org.zkoss.zkmax.au.http
The AU processor to handle the resumable download.
AuDropUploader - Class in org.zkoss.zk.au.http
The AU extension to upload files with HTML5 feature.
AuDropUploader() - Constructor for class org.zkoss.zk.au.http.AuDropUploader
 
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(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
Constructs an echo response with the specified desktop.
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, 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(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.
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, Desktop) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
 
AuEchoGlobal(String, String, Collection<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(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, 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, 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, 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, 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, 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, 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, String...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with variable number of arguments.
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.
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.
AuLoadingbar - Class in org.zkoss.zkmax.au.out
The au object for Loadingbar.
AuLoadingbar(String, Integer, String, Boolean, Integer) - Constructor for class org.zkoss.zkmax.au.out.AuLoadingbar
Display a Loadingbar.
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
 
AuNotification - Class in org.zkoss.zk.au.out
The au object for notification.
AuNotification(String, String, Page, Component, String, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
Shows notification at predefined position.
AuNotification(String, String, Page, Component, int, int, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
Shows notification at given coordinate
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(Component) - Constructor for class org.zkoss.zk.au.out.AuRemove
Deprecated.
As of release 6.0.0, replaced with AuRemove(String).
AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRemove(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
Removes a component by its UUID.
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(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
 
AuScript(String) - Constructor for class org.zkoss.zk.au.out.AuScript
Constructs a AuScript response that doesn't depend on any component.
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.
authenticate(HttpServletResponse) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
 
AUTO - Static variable in class org.zkoss.zul.Decimalbox
Used with Decimalbox.setScale(int) to denote that the scale is decided by what user has entered.
AuToast - Class in org.zkoss.zkmax.au.out
The au object for toast.
AuToast(String, String, String, int, boolean, int) - Constructor for class org.zkoss.zkmax.au.out.AuToast
Shows toast at predefined position.
AutoNotifyChange - Annotation Type in org.zkoss.bind.annotation
Enable posting NotifyChange when setter method called.
AuUploader - Class in org.zkoss.zk.au.http
The AU extension to upload files.
AuUploader() - Constructor for class org.zkoss.zk.au.http.AuUploader
 
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(Component, String) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
 
AuWrongValue(String[]) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
Constructor for multiple wrong values.
Auxhead - Class in org.zkoss.zul
Used to define a collection of auxiliary headers (Auxheader).
Auxhead() - Constructor for class org.zkoss.zul.Auxhead
 
Auxheader - Class in org.zkoss.zul
An auxiliary header.
Auxheader() - Constructor for class org.zkoss.zul.Auxheader
 
Auxheader(String) - Constructor for class org.zkoss.zul.Auxheader
 
Auxheader(String, String) - Constructor for class org.zkoss.zul.Auxheader
 
average() - Method in class org.zkoss.zel.impl.stream.Stream
 
AVideo - Class in org.zkoss.video
Represents a video.
AVideo(String, byte[]) - Constructor for class org.zkoss.video.AVideo
 
AVideo(String, InputStream) - Constructor for class org.zkoss.video.AVideo
Creates an instance of a video with an input stream.
AVideo(URL) - Constructor for class org.zkoss.video.AVideo
Constructs a video with an URL.
AVideo(File) - Constructor for class org.zkoss.video.AVideo
Constructs a video with a file.
AVideo(String) - Constructor for class org.zkoss.video.AVideo
Constructs a video with a file name.
AVideo(InputStream) - Constructor for class org.zkoss.video.AVideo
Creates an instance of a video with an input stream.
AxisPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
 

B

B - Class in org.zkoss.zhtml
The B tag.
B() - Constructor for class org.zkoss.zhtml.B
 
B_GET - Static variable in class org.zkoss.lang.Classes
Search the get method; not imply B_METHODONLY.
B_METHOD_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for methods; excluding fields.
B_PUBLIC_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for public methods or fields.
B_SET - Static variable in class org.zkoss.lang.Classes
Search the set method; not imply B_METHODONLY.
back() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
 
back() - Method in class org.zkoss.zkmax.zul.Stepbar
Activate previous step if possible.
back() - Method in interface org.zkoss.zkmax.zul.StepModel
Activate previous step if possible.
backup(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Backup a number of characters.
Bandbox - Class in org.zkoss.zul
A band box.
Bandbox() - Constructor for class org.zkoss.zul.Bandbox
 
Bandbox(String) - Constructor for class org.zkoss.zul.Bandbox
 
Bandpopup - Class in org.zkoss.zul
The popup that belongs to a Bandbox instance.
Bandpopup() - Constructor for class org.zkoss.zul.Bandpopup
 
BAR - Static variable in class org.zkoss.zul.Chart
 
BAR0_STRING - Static variable in class org.zkoss.lang.Objects
Deprecated.
As of release 6.0.0, not worth to have this API.
BAR1_STRING - Static variable in class org.zkoss.lang.Objects
Deprecated.
As of release 6.0.0, not worth to have this API.
BAR2_STRING - Static variable in class org.zkoss.lang.Objects
Deprecated.
As of release 6.0.0, not worth to have this API.
Barcode - Class in org.zkoss.zkmax.zul
Represents a barcode A barcode is a component to handle 1D and 2D barcode image.
Barcode() - Constructor for class org.zkoss.zkmax.zul.Barcode
 
Barcodescanner - Class in org.zkoss.zkmax.zul
A Barcode scanner Only works for Chrome, Firefox and Edge. iOS Safari is supported since 11.
Barcodescanner() - Constructor for class org.zkoss.zkmax.zul.Barcodescanner
 
base - Variable in class org.zkoss.zel.impl.parser.AstValue.Target
 
Base - Class in org.zkoss.zhtml
The BASE tag.
Base() - Constructor for class org.zkoss.zhtml.Base
 
BASE64SPACERIMAGE - Static variable in class org.zkoss.image.Images
A base64 string to display a spacer image.
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
 
Bdi - Class in org.zkoss.zhtml
The BDI tag.
Bdi() - Constructor for class org.zkoss.zhtml.Bdi
 
Bdo - Class in org.zkoss.zhtml
The BDO tag.
Bdo() - Constructor for class org.zkoss.zhtml.Bdo
 
BEAN_METHOD_FILTER - Static variable in class org.zkoss.bind.proxy.BeanProxyHandler
 
BeanELResolver - Class in org.zkoss.zel
 
BeanELResolver() - Constructor for class org.zkoss.zel.BeanELResolver
 
BeanELResolver(boolean) - Constructor for class org.zkoss.zel.BeanELResolver
 
BeanNameELResolver - Class in org.zkoss.zel
 
BeanNameELResolver(BeanNameResolver) - Constructor for class org.zkoss.zel.BeanNameELResolver
 
BeanNameResolver - Class in org.zkoss.zel
Base implementation that provides a minimal default implementation that is intended to be extended by application developers.
BeanNameResolver() - Constructor for class org.zkoss.zel.BeanNameResolver
 
BeanProxyHandler<T> - Class in org.zkoss.bind.proxy
A bean proxy handler
BeanProxyHandler(T) - Constructor for class org.zkoss.bind.proxy.BeanProxyHandler
 
BeanValidations - Class in org.zkoss.bind.validator
A utility class to help jsr 303 validation.
BeanValidations() - Constructor for class org.zkoss.bind.validator.BeanValidations
 
BeanValidator - Class in org.zkoss.bind.validator
A BeanValidator() - Constructor for class org.zkoss.bind.validator.BeanValidator
 
BeanValidator - Class in org.zkoss.zkmax.bind
A BeanValidator() - Constructor for class org.zkoss.zkmax.bind.BeanValidator
 
BEFORE_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
BEFORE_START - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
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.
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Columnlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Rangeslider
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.GoldenLayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Lineitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Linelayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Multislider
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Nav
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Navbar
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Organigram
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Orgitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Portallayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Rowchildren
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Rowlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Splitlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Stepbar
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Tablelayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Video
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Absolutelayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Anchorlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Audio
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Auxhead
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Bandbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Borderlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Columns
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobutton
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Foot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Grid
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Groupbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Imagemap
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Inputgroup
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listfoot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listhead
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menu
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menubar
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menupopup
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Panel
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Row
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Rows
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tab
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabpanels
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabs
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tree
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treechildren
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treecols
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treefoot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treeitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treerow
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Window
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zuti.zul.Choose
 
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 - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
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.
beforeEvaluation(ELContext, String) - Method in class org.zkoss.zel.EvaluationListener
Fired before the evaluation of the expression.
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.zhtml.Body
 
beforeParentChanged(Component) - Method in class org.zkoss.zhtml.Head
 
beforeParentChanged(Component) - Method in class org.zkoss.zhtml.Html
 
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.
beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Columnchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Fisheye
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.GoldenPanel
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Lineitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Nav
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Navitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Orgitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Rowchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Step
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Tablechildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Absolutechildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Anchorchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Area
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxhead
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxheader
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Bandpopup
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Caption
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Column
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Columns
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Comboitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Detail
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Foot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Footer
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.LayoutRegion
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listcell
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfoot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfooter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listhead
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listheader
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Menu
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Menuitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Panelchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Row
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Rows
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Splitter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tab
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanel
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanels
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabs
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Track
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecell
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treechildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecol
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecols
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefoot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefooter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treeitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treerow
 
beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.Otherwise
 
beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.When
 
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.
beforeRemove(Execution, Desktop, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
 
beforeRemove(Component) - Method in class org.zkoss.zul.Listbox
Callback if a list item will be removed (not removed yet).
beforeRemove(Component) - Method in class org.zkoss.zul.Rows
Callback if a child will be removed (not removed yet).
beforeRender(RequestInfo) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
Called before rendering to test if the patch shall be applied.
beforeRender(RequestInfo) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
It returns an instance of StringWriter if JQueryRenderPatch.getDelay() is non-negative, or null if negative (means no patch).
beforeRender(RequestInfo) - Method in class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
 
beforeRenderHtml(Execution, Page, Writer) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Prepares for rendering a complete ZHTML page.
beforeRenderTag(Execution) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Prepares for rendering a ZHTML tag.
beforeResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called just before the suspended event thread is resumed.
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
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(DesktopRecycle, ServletContext, Session, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
Called before serving a HTTP request.
beforeService(Execution, String) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
Called when an user requests the content of a page.
beforeService(Execution, String) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
 
beforeSort() - Method in class org.zkoss.zul.AbstractTreeModel
A utility that the deriving class can call to save the states before sorting the model.
beforeStep(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
This method is called before executing a step
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
 
beforeUpdate(CometServerPush.ThreadInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
beforeUpdate(CometServerPush.ThreadInfo) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
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.
beforeWCS(Execution, String) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
Deprecated.
 
beforeWCS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
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.
beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkex.theme.StandardThemeProvider
 
beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
Deprecated.
 
beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkmax.theme.StandardThemeProvider
 
beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
beginColumn - Variable in class org.zkoss.zel.impl.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.zkoss.zel.impl.parser.Token
The line number of the first character of this Token.
beginOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the specified date and TimeZone.
beginOfMonth() - Static method in class org.zkoss.util.Dates
Return the beginning date of this month.
beginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
beginOfYear() - Static method in class org.zkoss.util.Dates
Return the beginning date of this year.
beginOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
BeginToken() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Start.
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
Big - Class in org.zkoss.zhtml
Deprecated.
Not supported in HTML5.
Big() - Constructor for class org.zkoss.zhtml.Big
Deprecated.
 
BIGDECIMAL - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
 
BigDecimalDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
BigDecimals - Class in org.zkoss.math
Utilities and constants of big decimals.
BigDecimals() - Constructor for class org.zkoss.math.BigDecimals
 
BIGINTEGER - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
 
BigIntegerDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
BigIntegers - Class in org.zkoss.math
BigInteger utilities.
BigIntegers() - Constructor for class org.zkoss.math.BigIntegers
 
Biglistbox - Class in org.zkoss.zkmax.zul
A component to handle a huge data sets and provides the same and as many as the functionalities of Listbox including selection, sorting, keystroke navigation, ROD(rendering-on-demand), and so on.
Biglistbox() - Constructor for class org.zkoss.zkmax.zul.Biglistbox
 
BiglistboxSelectedIndexConverter - Class in org.zkoss.zkmax.bind.impl
Convert selected index to bean and vice versa.
BiglistboxSelectedIndexConverter() - Constructor for class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
 
BiglistboxSelectedObjectConverter - Class in org.zkoss.zkmax.bind.impl
Convert biglistbox selection.
BiglistboxSelectedObjectConverter() - Constructor for class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
 
Binable - Interface in org.zkoss.idom
Represent a class that allows any type of objects, not just String.
Binary - Class in org.zkoss.idom
The binary item.
Binary(String) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary(Object) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary() - Constructor for class org.zkoss.idom.Binary
Constructor.
BIND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
BIND_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
bindBean(String, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.
Bind a real bean object to the specified beanid.
BindCascaderRenderer<E> - Class in org.zkoss.zkmax.bind.impl
Cascader renderer for binding.
BindCascaderRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindCascaderRenderer
 
BindChildRenderer - Class in org.zkoss.bind.impl
to renderer children of component
BindChildRenderer() - Constructor for class org.zkoss.bind.impl.BindChildRenderer
 
BindChosenboxRenderer - Class in org.zkoss.zkmax.bind.impl
chosenbox renderer.
BindChosenboxRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindChosenboxRenderer
 
BindComboitemRenderer - Class in org.zkoss.bind.impl
comboitem renderer for binding.
BindComboitemRenderer() - Constructor for class org.zkoss.bind.impl.BindComboitemRenderer
 
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.
BindComposer<T extends Component> - Class in org.zkoss.bind
Base composer to apply ZK Bind.
BindComposer() - Constructor for class org.zkoss.bind.BindComposer
 
BindContext - Interface in org.zkoss.bind
Binding Context
BindContextImpl - Class in org.zkoss.bind.impl
Implementation of BindContext.
BindContextImpl(Binder, Binding, boolean, String, Component, Event) - Constructor for class org.zkoss.bind.impl.BindContextImpl
 
BindContextUtil - Class in org.zkoss.bind.impl
to help handling BindContext, internal use only,
BindContextUtil() - Constructor for class org.zkoss.bind.impl.BindContextUtil
 
BINDCTX - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
BindELContext - Class in org.zkoss.bind.xel.zel
ELContext for Binding.
BindELContext(XelContext) - Constructor for class org.zkoss.bind.xel.zel.BindELContext
 
BindELContextEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindELContext to do a lazy initiating EL expression construction.
BindELContextEx(XelContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindELContextEx
 
BindELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for Binding; handle Form bean.
BindELResolver(XelContext) - Constructor for class org.zkoss.bind.xel.zel.BindELResolver
 
BindELResolverEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindELResolver to do a lazy initiating EL expression construction.
BindELResolverEx(XelContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindELResolverEx
 
Binder - Interface in org.zkoss.bind
The Binder that do the data binding things.
BINDER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
BINDER - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
 
BINDER_ATTR - Static variable in class org.zkoss.bind.BindComposer
 
BINDER_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
BINDER_ID - Static variable in class org.zkoss.bind.BindComposer
 
BinderCtrl - Interface in org.zkoss.bind.sys
An addition interface to Binder that is used for implementation or tools.
BinderImpl - Class in org.zkoss.bind.impl
Implementation of Binder.
BinderImpl() - Constructor for class org.zkoss.bind.impl.BinderImpl
 
BinderImpl(String, String) - Constructor for class org.zkoss.bind.impl.BinderImpl
 
BinderPropertiesRenderer - Class in org.zkoss.bind.impl
A BinderPropertiesRenderer is used to add extra properties for client widget.
BinderPropertiesRenderer() - Constructor for class org.zkoss.bind.impl.BinderPropertiesRenderer
 
BinderUtil - Class in org.zkoss.bind.impl
 
BinderUtil() - Constructor for class org.zkoss.bind.impl.BinderUtil
 
BinderUtil.UtilContext - Class in org.zkoss.bind.impl
 
BindEvaluatorX - Interface in org.zkoss.bind.sys
An extension of Evaluator to have more control to handle Binding via EL.
BindEvaluatorXImpl - Class in org.zkoss.bind.impl
A simple implementation of BindEvaluatorX.
BindEvaluatorXImpl(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.bind.impl.BindEvaluatorXImpl
 
BindEvaluatorXImplEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindEvaluatorXImpl to do a lazy initiating EL expression construction.
BindEvaluatorXImplEx(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
 
BindEvaluatorXImplEx(FunctionMapper) - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
 
BindEvaluatorXImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
 
BindEvaluatorXUtil - Class in org.zkoss.bind.impl
an internal utility to help doing evaluation.
BindEvaluatorXUtil() - Constructor for class org.zkoss.bind.impl.BindEvaluatorXUtil
 
BindExpressionBuilder - Class in org.zkoss.bind.xel.zel
Handle value dot series script for Binding.
BindExpressionBuilder(String, ELContext) - Constructor for class org.zkoss.bind.xel.zel.BindExpressionBuilder
 
BindExpressionBuilderEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindExpressionBuilder to do a lazy initiating EL expression construction.
BindExpressionBuilderEx(String, ELContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
 
BindExpressionFactoryImpl - Class in org.zkoss.bind.xel.zel
Handle dot series script.
BindExpressionFactoryImpl() - Constructor for class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
 
BindExpressionFactoryImplEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindExpressionFactoryImpl to do a lazy initiating EL expression construction.
BindExpressionFactoryImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindExpressionFactoryImplEx
 
BINDING - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
Binding - Interface in org.zkoss.bind.sys
A Binding represent a relation between a source object (usually an UI component) and a target object(usually a backing bean).
Binding - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BINDING_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
 
BINDING_PARAM_CALL_TYPE - Static variable in class org.zkoss.bind.impl.ParamCall
 
BindingAnnotationInfoChecker - Interface in org.zkoss.bind.sys.debugger
the checker to check runtime binding annotation and show warn by BindingExecutionInfoCollector
BindingExecutionInfoCollector - Interface in org.zkoss.bind.sys.debugger
the collector to collect runtime binding execution information
BindingGroupsListModel - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingGroupsListModel(GroupsModel) - Constructor for class org.zkoss.zkplus.databind.BindingGroupsListModel
Deprecated.
 
BindingImpl - Class in org.zkoss.bind.impl
Base implementation for implementing a Binding
BindingImpl(Binder, Component, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.BindingImpl
 
BindingKey - Class in org.zkoss.bind.impl
 
BindingKey(Component, String) - Constructor for class org.zkoss.bind.impl.BindingKey
 
BindingListModel<E> - Interface in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelArray<E> - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelArray(E[], boolean, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelArray
Deprecated.
 
BindingListModelArray(E[], boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelArray
Deprecated.
 
BindingListModelExt<E> - Interface in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelList<E> - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelList(List<E>, boolean, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelList
Deprecated.
 
BindingListModelList(List<E>, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelList
Deprecated.
 
BindingListModelListModel<E> - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelListModel(ListModel<E>) - Constructor for class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.
 
BindingListModelListModel(ListModel<E>, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.
 
BindingListModelMap<K,V> - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelMap(Map<K, V>, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelMap
Deprecated.
 
BindingListModelSet<E> - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingListModelSet(Set<E>, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelSet
Deprecated.
 
BindingParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
BindingParams - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
BindingRendererUtil - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingRendererUtil() - Constructor for class org.zkoss.zkplus.databind.BindingRendererUtil
Deprecated.
 
BindingSaveEvent - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingSaveEvent(String, Component, Component, Binding, Object) - Constructor for class org.zkoss.zkplus.databind.BindingSaveEvent
Deprecated.
Constructs a binding-relevant event.
BindingValidateEvent - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
BindingValidateEvent(String, Component, List<Component>, List<Binding>, List<Object>) - Constructor for class org.zkoss.zkplus.databind.BindingValidateEvent
Deprecated.
Constructs a binding-relevant event.
BindLineitemRenderer<E> - Class in org.zkoss.zkmax.bind.impl
lineitem renderer for binding.
BindLineitemRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindLineitemRenderer
 
BindListitemRenderer - Class in org.zkoss.bind.impl
Listitem renderer for binding.
BindListitemRenderer() - Constructor for class org.zkoss.bind.impl.BindListitemRenderer
 
BindOrgitemRenderer - Class in org.zkoss.zkmax.bind.impl
Orgitem renderer for binding.
BindOrgitemRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindOrgitemRenderer
 
BindRadioRenderer - Class in org.zkoss.bind.impl
radio renderer for binding.
BindRadioRenderer() - Constructor for class org.zkoss.bind.impl.BindRadioRenderer
 
BINDRENDERING - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
BindRowRenderer - Class in org.zkoss.bind.impl
Row renderer for binding.
BindRowRenderer() - Constructor for class org.zkoss.bind.impl.BindRowRenderer
 
BindSearchboxRenderer<E> - Class in org.zkoss.zkmax.bind.impl
Searchbox renderer for binding.
BindSearchboxRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindSearchboxRenderer
 
BindSelectboxRenderer - Class in org.zkoss.bind.impl
selectbox renderer.
BindSelectboxRenderer() - Constructor for class org.zkoss.bind.impl.BindSelectboxRenderer
 
BindStepRenderer<E> - Class in org.zkoss.zkmax.bind.impl
Step renderer for binding.
BindStepRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindStepRenderer
 
BindTabboxRenderer - Class in org.zkoss.bind.impl
 
BindTabboxRenderer() - Constructor for class org.zkoss.bind.impl.BindTabboxRenderer
 
BindTreeitemRenderer - Class in org.zkoss.bind.impl
Treeitem renderer for binding.
BindTreeitemRenderer() - Constructor for class org.zkoss.bind.impl.BindTreeitemRenderer
 
BindUiLifeCycle - Class in org.zkoss.bind.tracker.impl
Track Binding CRUD and dependent tracking management.
BindUiLifeCycle() - Constructor for class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
BindUiLifeCycle.Extension - Interface in org.zkoss.bind.tracker.impl
An interface used to extend the BindUiLifeCycle.
BindUiLifeCycleExtension - Class in org.zkoss.zkmax.bind.impl
An implementation of BindUiLifeCycle.Extension to extend BindUiLifeCycle It is the default extension if ZK EE is installed.
BindUiLifeCycleExtension() - Constructor for class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
 
BindUtils - Class in org.zkoss.bind
A utility to help developer using zk bind
BindUtils() - Constructor for class org.zkoss.bind.BindUtils
 
BindXelExpression - Class in org.zkoss.bind.xel
 
BindXelExpression(ValueExpression) - Constructor for class org.zkoss.bind.xel.BindXelExpression
 
BindXelExpressionEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindXelExpression to do a lazy initiating EL expression construction.
BindXelExpressionEx(ValueExpression) - Constructor for class org.zkoss.zkmax.bind.impl.BindXelExpressionEx
 
BindXelFactory - Class in org.zkoss.bind.xel
Xel Factory for Binding.
BindXelFactory() - Constructor for class org.zkoss.bind.xel.BindXelFactory
 
BindXelFactoryEx - Class in org.zkoss.zkmax.bind.impl
An extension of BindXelFactory to do a lazy initiating EL expression construction.
BindXelFactoryEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindXelFactoryEx
 
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.
Blockquote - Class in org.zkoss.zhtml
The BLOCKQUOTE tag.
Blockquote() - Constructor for class org.zkoss.zhtml.Blockquote
 
Body - Class in org.zkoss.zhtml
The BODY tag.
Body() - Constructor for class org.zkoss.zhtml.Body
 
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
 
Boolean() - Method in class org.zkoss.zel.impl.parser.ELParser
 
BooleanNode - Class in org.zkoss.zel.impl.parser
 
BooleanNode(int) - Constructor for class org.zkoss.zel.impl.parser.BooleanNode
 
BooleanPropertyAccess - Class in org.zkoss.zk.ui.sys
A Boolean property access class.
BooleanPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.BooleanPropertyAccess
 
Borderlayout - Class in org.zkoss.zul
A border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.
Borderlayout() - Constructor for class org.zkoss.zul.Borderlayout
 
borderRadius(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS border-radius.
box(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model.
Box - Class in org.zkoss.web.servlet.dsp.action.html
Generates a box that has a caption and a border enclosing other tags.
Box() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Box
 
Box - Class in org.zkoss.zul
A box.
Box() - Constructor for class org.zkoss.zul.Box
Default: vertical (Vbox).
Box(String) - Constructor for class org.zkoss.zul.Box
 
Box(Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
Box(String, Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
box2(String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model with two pair styles.
box3(String, String, String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS rule string for box model with three pair styles.
boxShadow(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS box-shadow.
Br - Class in org.zkoss.zhtml
The BR tag.
Br() - Constructor for class org.zkoss.zhtml.Br
 
BracketSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
 
BREEZE_DISPLAY - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
BREEZE_NAME - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
BREEZE_PRIORITY - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
Bridge - Class in org.zkoss.zkplus.embed
Utilities to allow developers to start an execution in foreign Ajax channel.
Bridge(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Object) - Constructor for class org.zkoss.zkplus.embed.Bridge
Constructor.
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
 
BUBBLE - Static variable in class org.zkoss.zul.Chart
 
bufcolumn - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
buffer - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
BufferedResponse - Class in org.zkoss.web.servlet
A servlet response that uses another writer or stream as the output.
bufline - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
bufpos - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
Position in buffer.
build(File) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a file.
build(InputStream) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input stream.
build(InputSource) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input source.
build(String) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URI string.
build(URL) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URL.
build(Reader) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a Reader.
build() - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
 
buildTrackerNode(Object) - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
 
bundle - Static variable in class org.zkoss.zel.impl.util.MessageFactory
 
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.
Button - Class in org.zkoss.zhtml
The BUTTON tag.
Button() - Constructor for class org.zkoss.zhtml.Button
 
Button - Class in org.zkoss.zul
A button.
Button() - Constructor for class org.zkoss.zul.Button
 
Button(String) - Constructor for class org.zkoss.zul.Button
 
Button(String, String) - Constructor for class org.zkoss.zul.Button
 
Button() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
 
BytecodeReadingParanamer - Class in org.zkoss.bind.paranamer
An ASM-based implementation of Paranamer.
BytecodeReadingParanamer() - Constructor for class org.zkoss.bind.paranamer.BytecodeReadingParanamer
 
byValue() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to compare the returned value of Listcell.getValue()
byValue() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether to compare the returned value of Treeitem.getValue()

C

Cache<K,V> - Interface in org.zkoss.util
Represents a cache.
cacheable - Variable in class org.zkoss.util.resource.Loader.Resource
Whether the resource shall be cached in ResourceCache.
CacheMap<K,V> - Class in org.zkoss.util
The cache map.
CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap() - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int, int, boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap(int, float, boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap.Value<V> - Class in org.zkoss.util
The class to hold key/value.
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in interface org.zkoss.bind.proxy.FormProxyObject
Cache save property binding by property string
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.MapProxy
 
CachingParanamer - Class in org.zkoss.bind.paranamer
Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.
CachingParanamer(Paranamer) - Constructor for class org.zkoss.bind.paranamer.CachingParanamer
Specify a Paranamer instance to delegates to.
CachingParanamer.WithoutWeakReferences - Class in org.zkoss.bind.paranamer
This implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.
Calendar - Class in org.zkoss.zul
A calendar.
Calendar() - Constructor for class org.zkoss.zul.Calendar
 
Calendar(Date) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(ZonedDateTime) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(LocalDateTime) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(LocalDate) - Constructor for class org.zkoss.zul.Calendar
 
CALENDAR_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
call(Component) - Method in class org.zkoss.bind.callback.DestroyCallback
 
call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
 
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.
Camera - Class in org.zkoss.zkmax.zul
A camera, use to record video and take snapshot, have a preview screen.
Camera() - Constructor for class org.zkoss.zkmax.zul.Camera
 
cancel() - Method in class org.zkoss.zkmax.zul.Cropper
To cancel the selected area.
CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
CANCEL - Static variable in class org.zkoss.zul.Messagebox
A Cancel button.
canCreateBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
canCreateBean(String) - Method in class org.zkoss.zel.BeanNameResolver
Is it permitted to create a bean of the given name?
CANDLESTICK - Static variable in class org.zkoss.zul.Chart
 
canExpunge(int, CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
Tests whether certain value is OK to expunge.
Canvas - Class in org.zkoss.zhtml
The CANVAS tag.
Canvas() - Constructor for class org.zkoss.zhtml.Canvas
 
CAP_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
capitalize(String, String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
Internal use only.
Captcha - Class in org.zkoss.zul
The generic captcha component.
Captcha() - Constructor for class org.zkoss.zul.Captcha
 
CaptchaEngine - Interface in org.zkoss.zul.impl
 
Caption - Class in org.zkoss.zhtml
The CAPTION tag.
Caption() - Constructor for class org.zkoss.zhtml.Caption
 
Caption(String) - Constructor for class org.zkoss.zhtml.Caption
 
Caption - Class in org.zkoss.zul
A header for a Groupbox.
Caption() - Constructor for class org.zkoss.zul.Caption
 
Caption(String) - Constructor for class org.zkoss.zul.Caption
 
Caption(String, String) - Constructor for class org.zkoss.zul.Caption
 
Cardlayout - Class in org.zkoss.zkmax.zul
A layout allow end user change view like change card.
Cardlayout() - Constructor for class org.zkoss.zkmax.zul.Cardlayout
 
carryOver() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Carry over the info stored in the constructor to the current thread.
Cascader<E> - Class in org.zkoss.zkmax.zul
A Cascader is a dropdown list in tree structure, and it supports TreeModel.
Cascader() - Constructor for class org.zkoss.zkmax.zul.Cascader
 
cast(Class) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic class of the given type-less class.
cast(Object) - Static method in class org.zkoss.lang.Generics
Force to cast an object to the given type.
cast(Iterator) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic iterator of the given un-typed iterator.
cast(ListIterator) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic list iterator of the given un-typed list iterator.
cast(Enumeration) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic enumeration of the given un-typed enumeration.
cast(Collection) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic collection of the given un-typed collection.
cast(List) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic list of the given un-typed list.
cast(Set) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic set of the given un-typed set.
cast(Map) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic map of the given un-typed map.
cast(ThreadLocal) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic thread-local of the given un-typed thread-local.
cat(Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates two objects.
cat3(Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates three objects.
cat4(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates four objects.
cat5(Object, Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates five objects.
CategoriesPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
CategoriesPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
 
CATEGORY_PROPERTY_COLOR - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
Properties key used in Category Properties.
CATEGORY_PROPERTY_COLOR - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
Properties key used in Category Properties.
CATEGORY_PROPERTY_IS_SLICED - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
Properties key used in Category Properties.
CategoryChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The categories chart property lets you control a variety of functional elements on the chart with {link CategoryModel}.
CategoryChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
 
CategoryModel - Interface in org.zkoss.zul
A catetory chart data model.
CData - Class in org.zkoss.idom
The iDOM CDATA.
CData(String) - Constructor for class org.zkoss.idom.CData
Constructor.
CData() - Constructor for class org.zkoss.idom.CData
Constructor.
CDIUtil - Class in org.zkoss.zkplus.cdi
Some generic utility for use with CDI.
CDIUtil() - Constructor for class org.zkoss.zkplus.cdi.CDIUtil
 
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(EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
ceaseSuspendedThread(EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Ceases the specified event thread.
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Ceases the specified event thread.
Cell - Class in org.zkoss.zul
The generic cell component to be embedded into Row or Vbox or Hbox for fully control style and layout.
Cell() - Constructor for class org.zkoss.zul.Cell
 
CellClickEvent - Class in org.zkoss.zkmax.zul.event
Represents an event that indicates a clicking on a cell data for a matrix data component like Biglistbox, and provides more information about the row index and the column index.
CellClickEvent(String, Component, int, int, int, int, int, int, int) - Constructor for class org.zkoss.zkmax.zul.event.CellClickEvent
 
CellClickEvent(String, Component, String, int, int, int) - Constructor for class org.zkoss.zkmax.zul.event.CellClickEvent
 
Center - Class in org.zkoss.zhtml
Deprecated.
Not supported in HTML5.
Center() - Constructor for class org.zkoss.zhtml.Center
Deprecated.
 
CENTER - Static variable in class org.zkoss.zul.Borderlayout
The center layout constraint (middle of container).
Center - Class in org.zkoss.zul
A center region of a borderlayout.
Center() - Constructor for class org.zkoss.zul.Center
 
CHANGED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies one or more changes in the lists contents.
characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
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
 
CharsetFilter - Class in org.zkoss.web.servlet
The filter to correct character encoding and to prepare Locale for the current request.
CharsetFilter() - Constructor for class org.zkoss.web.servlet.CharsetFilter
 
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.
Charsets - Class in org.zkoss.web.servlet
Utilities to handle characters
Charsets() - Constructor for class org.zkoss.web.servlet.Charsets
 
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.
Chart - Class in org.zkoss.zul
The generic chart component.
Chart() - Constructor for class org.zkoss.zul.Chart
 
CHART_PROPERTY_DECIMAL_PRECISION - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
decimal precision of values 0 = off, 1 = sliced
CHART_PROPERTY_IS_SLICED - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
separate the funnel segments 0 = off, 1 = sliced
CHART_PROPERTY_SHOW_VALUES - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
show values 0 = off, 1 = sliced
ChartAreaListener - Interface in org.zkoss.zul.event
Identifies area inside a chart that can be customized.
ChartColor - Class in org.zkoss.zkmax.zul.fusionchart.render
Class to extend the number of Colors available to the charts.
ChartColor(int, int, int) - Constructor for class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
Creates a Color with an opaque sRGB with red, green and blue values in range 0-255.
ChartConfig - Interface in org.zkoss.zkmax.zul.fusionchart.config
 
ChartDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a chart's data model.
ChartDataEvent(ChartModel, int, Comparable, Comparable, int, int, Object) - Constructor for class org.zkoss.zul.event.ChartDataEvent
 
ChartDataListener - Interface in org.zkoss.zul.event
Defines the methods used in listener when the content of ChartModel is changed.
ChartEngine - Interface in org.zkoss.zul.impl
Chart engine is an engine that do the real chart rendering.
ChartInfoNotifier - Interface in org.zkoss.zkmax.zul.fusionchart.config
 
ChartModel - Interface in org.zkoss.zul
Chart Model is used to hold the data model for the chart.
ChartProperties - Interface in org.zkoss.zkmax.zul
 
ChartPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
A properties with a addition properties map.
ChartPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
 
checkArgument(boolean) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
checkArgument(boolean, Object) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
checkArgument(boolean, String, Object...) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an attribute's name is valid.
checkBeforeSetRows() - Method in class org.zkoss.zul.impl.MeshElement
Internal check if there is any use of vflex and height before setRows
checkBeforeSetRows() - Method in class org.zkoss.zul.Textbox
Internal check if there is any use of vflex and height before setRows
checkBinder(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
check binder annotation
checkBinder(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
checkBinding(Binder, Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
check binding annotation
checkBinding(Binder, Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
Checkbox - Class in org.zkoss.zul
A checkbox.
Checkbox() - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String, String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox.State - Enum in org.zkoss.zul
This class is the return state for getState()
checkCData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a CDATA is valid.
checkCharacterData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a text is valid.
checkCommentData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a comment data is valid.
checkElementName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an element's name is valid.
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.
checkInit() - Method in class org.zkoss.bind.impl.BinderImpl
 
checkNamespacePrefix(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the prefix of a namespace is valid.
checkNamespaceURI(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the URI of a namespace is valid.
checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a processing instruction target is valid.
checkState(boolean) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
checkState(boolean, Object) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
Checksums - Class in org.zkoss.util
Checksum relevant utilities.
Checksums() - Constructor for class org.zkoss.util.Checksums
 
checkText(String) - Method in class org.zkoss.idom.Binary
 
checkText(String) - Method in class org.zkoss.idom.CData
 
checkText(String) - Method in class org.zkoss.idom.Comment
 
checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
Checks whether the text is valid.
checkUpdateURI(String, String) - Static method in class org.zkoss.zk.ui.http.Utils
Checks the update URI.
checkUserError() - Method in class org.zkoss.zul.impl.InputElement
Checks whether user entered a wrong value (and not correct it yet).
checkUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Checks if the given UUID is valid.
checkValidationMessages(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
check validation message annotation
checkValidationMessages(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
Returns whether the loaded document's version is correct.
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.
checkViewModel(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
check view model annotation
checkViewModel(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a name is valid.
ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
 
ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
children - Variable in class org.zkoss.zel.impl.parser.SimpleNode
 
Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
 
Children() - Constructor for class org.zkoss.zul.Listbox.Children
 
Children() - Constructor for class org.zkoss.zul.Rows.Children
 
CHILDREN_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
CHILDREN_ATTR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
CHILDREN_ATTR - Static variable in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
CHILDREN_BINDING_MODEL - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
CHILDREN_BINDING_MODEL_LISTENER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
CHILDREN_BINDING_RENDERED_COMPONENTS - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
CHILDREN_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
CHILDREN_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
CHILDREN_KEY - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
CHILDREN_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
CHILDREN_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
ChildrenBinding - Interface in org.zkoss.bind.sys
A binding tells how to deal with Load children of a source object (usually an UI component) and a property of a target object(usually a backing bean).
ChildrenBindingConverter - Class in org.zkoss.bind.converter.sys
To converter items to List
ChildrenBindingConverter() - Constructor for class org.zkoss.bind.converter.sys.ChildrenBindingConverter
 
ChildrenBindingImpl - Class in org.zkoss.bind.impl
A base implementation of ChildrenBinding.
ChildrenBindingImpl(Binder, Component, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.ChildrenBindingImpl
 
ChildrenBindingListDataListener - Class in org.zkoss.bind.impl
listen the model data onChange event (support list model in children binding)
ChildrenBindingListDataListener(Component, BindContext, Converter<?, ListModel<?>, Component>) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListDataListener
 
ChildrenBindingListModelDataEvent - Class in org.zkoss.bind.impl
serializable event in children binding (support list model in children binding)
ChildrenBindingListModelDataEvent(ListModel<?>, int, int, int) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListModelDataEvent
 
ChildrenBindingListModelDataEvent(ListDataEvent) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListModelDataEvent
 
childrenToContent(Component) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Converts the children of the give component into a string-typed content, or null if no children at all.
Choice() - Method in class org.zkoss.zel.impl.parser.ELParser
 
Choose - Class in org.zkoss.web.servlet.dsp.action
Provides the context for mutually exclusive conditional execution.
Choose() - Constructor for class org.zkoss.web.servlet.dsp.action.Choose
 
Choose - Class in org.zkoss.zuti.zul
The choose tag works like a Java switch statement in that it lets you choose between a number of alternatives.
Choose() - Constructor for class org.zkoss.zuti.zul.Choose
 
Chosenbox - Class in org.zkoss.zkmax.zul
A component that similar to Combobox but handle the multi-selection and the select order.
Chosenbox() - Constructor for class org.zkoss.zkmax.zul.Chosenbox
 
Chosenbox.ExtraCtrl - Class in org.zkoss.zkmax.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
CHOSENBOX_CREATE_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
CHOSENBOX_SELECTION - Static variable in interface org.zkoss.zul.mesg.MZul
 
ChosenboxModelConverter - Class in org.zkoss.zkmax.bind.impl
The Converter implementation of the Chosenbox for converting collection to ListModel and vice versa.
ChosenboxModelConverter() - Constructor for class org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
 
Cite - Class in org.zkoss.zhtml
The CITE tag.
Cite() - Constructor for class org.zkoss.zhtml.Cite
 
CLASS_NOT_COMPATIABLE - Static variable in interface org.zkoss.mesg.MCommon
 
Classes - Class in org.zkoss.lang
Utilities to handle java.lang.Class
Classes() - Constructor for class org.zkoss.lang.Classes
 
classes - Variable in class org.zkoss.xel.taglib.TaglibDefinition
A map of classes.
Classes.MethodInfo - Class in org.zkoss.lang
The method info class used for Classes.parseMethod(String signature).
ClassLocator - Class in org.zkoss.util.resource
The locator searches the current thread's context class loader, and then this class's class loader.
ClassLocator() - Constructor for class org.zkoss.util.resource.ClassLocator
 
ClassReflect - Class in org.zkoss.xel.zel
The implementation for using ZEL.
ClassReflect() - Constructor for class org.zkoss.xel.zel.ClassReflect
 
ClassReflect - Interface in org.zkoss.zel.impl.util
The implementation of ClassUtil.
ClassResolver - Interface in org.zkoss.lang
A resolver that can resolve the class of the given name.
ClassUtil - Class in org.zkoss.zel.impl.util
Class related utilities.
ClassUtil() - Constructor for class org.zkoss.zel.impl.util.ClassUtil
 
ClassWebResource - Class in org.zkoss.web.util.resource
Used to access resources located in class path and under /web.
cleanInternalListener() - Method in class org.zkoss.zul.impl.GroupsListModel
Clean up internal listener, it will be called when components changing model.
cleanup() - Static method in class org.zkoss.util.Cleanups
Invokes all cleanups registered with Cleanups.add(org.zkoss.util.Cleanups.Cleanup).
cleanup() - Method in interface org.zkoss.util.Cleanups.Cleanup
Cleanups the thread local variables.
cleanup(ServletRequest, Object) - Static method in class org.zkoss.web.servlet.Charsets
cleanup(Component, Event, List<Throwable>) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Cleans up the event processing thread.
cleanup(ServletRequest, Object) - Static method in class org.zkoss.zk.ui.http.I18Ns
 
cleanup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Cleanup this process after processing the event by calling EventProcessor.process().
cleanup() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Cleans up the info carried from onPiggyback to the current thread.
cleanup(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopCleanup
called when a desktop is about to be destroyed.
cleanup(Execution, Execution, List<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.
cleanup(WebApp) - Method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.cluster.ClusterSessionPatch
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.
 
cleanup(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
Deprecated.
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Deprecated.
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
Cleanups - Class in org.zkoss.util
Utilities to clean up resources when the application is stopping.
Cleanups() - Constructor for class org.zkoss.util.Cleanups
 
Cleanups.Cleanup - Interface in org.zkoss.util
The interface to implement for each cleanup.
clear() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clear() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
clear() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
clear() - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
clear() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
clear() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
clear() - Method in class org.zkoss.bind.proxy.MapProxy
 
clear() - Method in interface org.zkoss.util.Cache
Clears all objects being cached.
clear() - Method in class org.zkoss.util.CacheMap
 
clear() - Method in class org.zkoss.util.FastReadArray
Removes all of the elements for this array.
clear() - Method in class org.zkoss.util.FastReadCache
 
clear() - Method in class org.zkoss.util.IdentityHashSet
 
clear() - Method in class org.zkoss.util.MultiCache
 
clear() - Method in class org.zkoss.util.resource.ResourceCache
It is OK to clear up all cached resources if you don't want to cache it.
clear() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Clears the annotations defined in this helper.
clear() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
 
clear() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
 
clear() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
clear() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
clear() - Method in interface org.zkoss.zkmax.zul.ChartProperties
Clear all properties.
clear() - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
clear() - Method in class org.zkoss.zkmax.zul.Organigram
Clears all child Orgitems (Orgitem.
clear() - Method in class org.zkoss.zkmax.zul.Signature
Clear the signature.
clear() - Method in interface org.zkoss.zul.CategoryModel
clear the model.
clear() - Method in class org.zkoss.zul.DialModel
clear the model.
clear() - Method in interface org.zkoss.zul.HiLoModel
clear this model.
clear() - Method in class org.zkoss.zul.ListModelList
 
clear() - Method in class org.zkoss.zul.ListModelMap
 
clear() - Method in class org.zkoss.zul.ListModelSet
 
clear() - Method in class org.zkoss.zul.Rows.Children
 
clear() - Method in class org.zkoss.zul.SimpleCategoryModel
 
clear() - Method in class org.zkoss.zul.SimpleHiLoModel
 
clear() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
clear() - Method in class org.zkoss.zul.SimpleXYModel
 
clear() - Method in interface org.zkoss.zul.SingleValueCategoryModel
clear the model.
clear() - Method in class org.zkoss.zul.Tree
Clears all child tree items (Treeitem.
clear() - Method in class org.zkoss.zul.WaferMapModel
clear the model.
clear() - Method in interface org.zkoss.zul.XYModel
clear this model.
clearAllCategoriesProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
Remove all of categories property.
clearAllCategoryProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Remove all of category properties.
clearAllCategoryProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
Remove all of category property.
clearAllColumnProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
Remove all of column property.
clearAllHeaderProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Remove all of header property.
clearAllLabel() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
Clear all of label.
clearAllMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clearAllMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
clear all validation message
clearAllMilestone() - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
Clear all of trend lines.
clearAllProcessProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Remove all of process property.
clearAllProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Clear chart properties in all of category.
clearAllSeriesProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Remove all of series property.
clearAllSeriesProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Remove all of series property.
clearAllTaskProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Remove all of task properties.
clearAllTextProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
Remove all of text property.
clearAllTrendLine() - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
Clear all of trend lines.
clearAllXProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Remove all of x property.
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
 
clearDynamicProperties() - Method in class org.zkoss.zul.Include
Removes all dynamic properties.
clearErrorMessage(boolean) - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearJsCursor() - Method in class org.zkoss.zk.ui.http.SourceMapManager
 
clearKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clearKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clearKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
clear validation message of component and a special message key
clearKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
clear validation message of a special message key
clearMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clearMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
clearMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
clear validation message of component
clearMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
clear validation message of component
clearNodeScope(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
clearOpen() - Method in class org.zkoss.zul.AbstractTreeModel
 
clearOpen() - Method in interface org.zkoss.zul.ext.Openable
Clear all open status.
clearOpen() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Empties the current open path.
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.
clearSelectedTab() - Method in class org.zkoss.zul.Tabbox
 
clearSelection() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
clearSelection() - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
clearSelection() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
clearSelection() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
clearSelection() - Method in class org.zkoss.zkmax.zul.Chosenbox
Clear all selected objects.
clearSelection() - Method in class org.zkoss.zkmax.zul.Navbar
Clears the selection.
clearSelection() - Method in class org.zkoss.zkmax.zul.Searchbox
Clears the selection.
clearSelection() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.
 
clearSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.AbstractListModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.AbstractTreeModel
 
clearSelection() - Method in interface org.zkoss.zul.ext.Selectable
Change the selection to the empty set.
clearSelection() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Empties the current selection.
clearSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.Listbox
Clears the selection.
clearSelection() - Method in class org.zkoss.zul.Tree
Clears the selection.
clearValidationMessages(Binder, Component, String) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
 
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(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 components, if any, at the browser.
ClickEvent(String, Component, Messagebox.Button) - Constructor for class org.zkoss.zul.Messagebox.ClickEvent
 
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_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
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
CLIENT_UPLOAD_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
 
ClientBinderCommandParser - Class in org.zkoss.bind.impl
A client binder command parser for @command and @global-command
ClientBinderCommandParser() - Constructor for class org.zkoss.bind.impl.ClientBinderCommandParser
 
ClientBinderPhaseListener - Class in org.zkoss.bind.impl
A client command binding phase listener.
ClientBinderPhaseListener() - Constructor for class org.zkoss.bind.impl.ClientBinderPhaseListener
 
ClientConstraint - Interface in org.zkoss.zul
Addition interface implemented with Constraint to handle the validation at the client.
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.bind.impl.WeakIdentityMap
 
clone() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
clone() - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
clone() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
clone() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
clone() - Method in class org.zkoss.html.StyleSheet
 
clone() - Method in class org.zkoss.idom.Attribute
 
clone() - Method in class org.zkoss.idom.Element
 
clone() - Method in class org.zkoss.idom.impl.AbstractGroup
 
clone() - Method in class org.zkoss.idom.impl.AbstractItem
Clones this object (a deep cloning not including contents contained in Textual nodes).
clone() - Method in interface org.zkoss.idom.Item
Clones this item.
clone() - Method in class org.zkoss.idom.Namespace
 
clone(Object) - Static method in class org.zkoss.lang.Objects
Clones the specified object.
clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
clone(Object) - Static method in class org.zkoss.util.ArraysX
Deprecated.
As of release 6.0.0, replaced with ArraysX.duplicate(Object).
clone() - Method in class org.zkoss.util.CacheMap
 
clone() - Method in class org.zkoss.util.CacheMap.Value
 
clone() - Method in class org.zkoss.util.FastReadArray
 
clone() - Method in class org.zkoss.util.IdentityHashSet
 
clone() - Method in class org.zkoss.util.MultiCache
 
clone() - Method in class org.zkoss.xel.util.TaglibMapper
 
clone() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
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(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
Clones this scope.
clone() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Clones this annotation map.
clone(LanguageDefinition, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this definition and assigns with the specified language definition and name.
clone() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this component definition.
clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
 
clone() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Clones this event handler map.
clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zkmax.zul.Cascader
 
clone() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
clone() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
clone() - Method in class org.zkoss.zkmax.zul.Organigram
 
clone() - Method in class org.zkoss.zkmax.zul.Orgitem
 
clone() - Method in class org.zkoss.zkmax.zul.Searchbox
 
clone() - Method in class org.zkoss.zml.XmlMacroComponent
 
clone() - Method in class org.zkoss.zul.AbstractChartModel
 
clone() - Method in class org.zkoss.zul.AbstractGroupsModel
 
clone() - Method in class org.zkoss.zul.AbstractListModel
 
clone() - Method in class org.zkoss.zul.AbstractTreeModel
 
clone() - Method in class org.zkoss.zul.Borderlayout
 
clone() - Method in class org.zkoss.zul.Button
 
clone() - Method in class org.zkoss.zul.Cell
 
clone() - Method in class org.zkoss.zul.Chart
 
clone() - Method in class org.zkoss.zul.Column
 
clone() - Method in class org.zkoss.zul.Combobox
 
clone() - Method in class org.zkoss.zul.Comboitem
 
clone() - Method in class org.zkoss.zul.DefaultTreeModel
 
clone() - Method in class org.zkoss.zul.DefaultTreeNode
 
clone() - Method in class org.zkoss.zul.DialModel
 
clone() - Method in class org.zkoss.zul.GanttModel
 
clone() - Method in class org.zkoss.zul.Grid
 
clone() - Method in class org.zkoss.zul.Group
 
clone() - Method in class org.zkoss.zul.Groupbox
 
clone() - Method in class org.zkoss.zul.GroupsModelArray
 
clone() - Method in class org.zkoss.zul.impl.GroupsListModel
 
clone() - Method in class org.zkoss.zul.impl.InputElement
 
clone() - Method in class org.zkoss.zul.impl.LabelImageElement
 
clone() - Method in class org.zkoss.zul.impl.XulElement
 
clone() - Method in class org.zkoss.zul.Label
 
clone() - Method in class org.zkoss.zul.LayoutRegion
 
clone() - Method in class org.zkoss.zul.Listbox
 
clone() - Method in class org.zkoss.zul.Listcell
 
clone() - Method in class org.zkoss.zul.Listgroup
 
clone() - Method in class org.zkoss.zul.Listheader
 
clone() - Method in class org.zkoss.zul.Listitem
 
clone() - Method in class org.zkoss.zul.ListModelArray
 
clone() - Method in class org.zkoss.zul.ListModelList
 
clone() - Method in class org.zkoss.zul.ListModelMap
 
clone() - Method in class org.zkoss.zul.ListModelSet
 
clone() - Method in class org.zkoss.zul.Menu
 
clone() - Method in class org.zkoss.zul.Menuitem
 
clone() - Method in class org.zkoss.zul.Panel
 
clone() - Method in class org.zkoss.zul.Radio
 
clone() - Method in class org.zkoss.zul.Radiogroup
 
clone() - Method in class org.zkoss.zul.Row
 
clone() - Method in class org.zkoss.zul.Rows
 
clone() - Method in class org.zkoss.zul.Selectbox
 
clone() - Method in class org.zkoss.zul.SimpleCategoryModel
 
clone() - Method in class org.zkoss.zul.SimpleGroupsModel
 
clone() - Method in class org.zkoss.zul.SimpleHiLoModel
 
clone() - Method in class org.zkoss.zul.SimpleListModel
 
clone() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
clone() - Method in class org.zkoss.zul.SimpleXYModel
 
clone() - Method in class org.zkoss.zul.Tab
 
clone() - Method in class org.zkoss.zul.Tabbox
 
clone() - Method in class org.zkoss.zul.Textbox
 
clone() - Method in class org.zkoss.zul.Tree
 
clone() - Method in class org.zkoss.zul.Treecell
 
clone() - Method in class org.zkoss.zul.Treecol
 
clone() - Method in class org.zkoss.zul.Treeitem
 
clone() - Method in interface org.zkoss.zul.TreeNode
Clones the tree node.
clone() - Method in class org.zkoss.zul.WaferMapModel
 
clone() - Method in class org.zkoss.zul.Window
 
clone() - Method in class org.zkoss.zuti.zul.Apply
 
clone() - Method in class org.zkoss.zuti.zul.Choose
 
clone() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
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>).
cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
close(InputStream) - Static method in class org.zkoss.io.Files
Close an input stream without throwing an exception.
close(Reader) - Static method in class org.zkoss.io.Files
Close a reader without throwing an exception.
close(OutputStream) - Static method in class org.zkoss.io.Files
Close an output stream without throwing an exception.
close(Writer) - Static method in class org.zkoss.io.Files
Close a writer without throwing an exception.
close() - Method in class org.zkoss.io.NullReader
 
close() - Method in class org.zkoss.io.NullWriter
 
close() - Method in class org.zkoss.io.RepeatableInputStream
Closes the current access, and the next call of RepeatableInputStream.close() re-opens the buffered input stream.
close() - Method in class org.zkoss.io.RepeatableReader
Closes the current access, and the next call of RepeatableReader.read(char[], int, int) re-opens the buffered reader.
close() - Method in class org.zkoss.io.WriterOutputStream
 
close() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
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() - 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 class org.zkoss.zkmax.au.websocket.WSAuWriter
 
close() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
close() - Method in class org.zkoss.zkmax.zul.Coachmark
Closes the coachmark.
close() - Method in class org.zkoss.zkmax.zul.Drawer
Closes the drawer.
close() - Method in class org.zkoss.zkplus.embed.Bridge
Closes the execution such that other requests targeting the same desktop can be processed.
close() - Method in class org.zkoss.zul.Bandbox
Closes the child if it was dropped down.
close() - Method in class org.zkoss.zul.Combobox
Closes the list of combo items (Comboitem if it was dropped down.
close() - Method in class org.zkoss.zul.Combobutton
Closes the child if it was dropped down.
close() - Method in class org.zkoss.zul.Datebox
Closes the calendar if it was dropped down.
close() - Method in class org.zkoss.zul.Popup
Closes this popup at the client.
close() - Method in class org.zkoss.zul.Tab
Closes this tab and the linked tabpanel.
closeEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Closes the EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
closeEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Closes the EntityManager of the EntityManagerFactory of the specified puName;
closeJsCursor(ByteArrayOutputStream) - Method in class org.zkoss.zk.ui.http.SourceMapManager
 
closeNodeScope(Node, int) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
closeNodeScope(Node, boolean) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
closeSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Deprecated.
Wrapping HibernateUtil.getSessionFactory().getCurrentSession().close() into a simple API.
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.
ClusterSessionPatch - Class in org.zkoss.zkplus.cluster
This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).
ClusterSessionPatch() - Constructor for class org.zkoss.zkplus.cluster.ClusterSessionPatch
 
Coachmark - Class in org.zkoss.zkmax.zul
A coachmark component.
Coachmark() - Constructor for class org.zkoss.zkmax.zul.Coachmark
 
coalesce(boolean) - Method in interface org.zkoss.idom.Group
Coalesces children if they are siblings with the same type instances of Textual, Textual.isCoalesceable returns true.
coalesce(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
Code - Class in org.zkoss.zhtml
The CODE tag.
Code() - Constructor for class org.zkoss.zhtml.Code
 
coerce(Class<?>, Object) - Static method in class org.zkoss.lang.Classes
Converts an object to the specified class.
coerce(Class<?>, Object, boolean) - Static method in class org.zkoss.lang.Classes
Converts to the specified type.
coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
coerce(Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
COERCE_NULL_TO_NULL - Static variable in class org.zkoss.zel.impl.lang.ELSupport
EL 2.2 by spec. should coerce "null" value to 0 number, 0 character, "" String, false boolean.
COERCE_TO_ZERO - Static variable in class org.zkoss.zel.impl.lang.ELSupport
 
coerceFromString(String) - Method in class org.zkoss.zkmax.zul.Timepicker
 
coerceFromString(String) - Method in class org.zkoss.zul.Datebox
 
coerceFromString(String) - Method in class org.zkoss.zul.Decimalbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Doublebox
 
coerceFromString(String) - Method in class org.zkoss.zul.Doublespinner
 
coerceFromString(String) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Intbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Longbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Spinner
 
coerceFromString(String) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Timebox
 
coerceToBean(U, C, BindContext) - Method in interface org.zkoss.bind.Converter
Coerces a value to bean value to save to a bean
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedDateConverter
Convert String to Date.
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedNumberConverter
Convert String to Number.
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormattedTimeConverter
Convert String to Date.
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.ObjectBooleanConverter
Given an object value and return whether it is a "true" object.
coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
Convert a ListModel to Set, Map, List, or ListModel (itself).
coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ChildrenBindingConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ErrorMessageConverter
 
coerceToBean(String, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
Convert String to Temporal.
coerceToBean(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeModelConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.UriConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.GsonConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
 
coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.JacksonConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.DateFormatConverter
Deprecated.
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Deprecated.
Convert a BindingListModel to Set, Map, List, or BindingListModel (itself).
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
Deprecated.
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedComboitemConverter
Deprecated.
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
Deprecated.
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
Deprecated.
 
coerceToBean(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Deprecated.
Convert an value object to bean property type.
coerceToBoolean(Object, boolean) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Convert an object to Boolean.
coerceToDateTime(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Coerce an object to an instance of java.util.Date
coerceToEnum(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToNumber(Number, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToNumber(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToNumber(String, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToString(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Coerce an object to a string.
coerceToString(Object) - Method in class org.zkoss.zkmax.zul.Timepicker
 
coerceToString(Object) - Method in class org.zkoss.zul.Combobox
 
coerceToString(Object) - Method in class org.zkoss.zul.Datebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Decimalbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Doublebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Doublespinner
 
coerceToString(Object) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Intbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Longbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Spinner
 
coerceToString(Object) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Timebox
 
coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
Coerce the supplied object to the requested type.
coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
 
coerceToType(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToTypeForSetValue(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
coerceToUi(B, C, BindContext) - Method in interface org.zkoss.bind.Converter
Coerces a value to another value to load to a component
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedDateConverter
Convert Date to String.
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedNumberConverter
Convert Number to String.
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormattedTimeConverter
Convert Date to String.
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.ObjectBooleanConverter
Given a Boolean value and return associated "true" object if true; or "false" object if null or false
coerceToUi(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
Convert a Set, Map, List, Object[], Enum, or other kind of ListModel to associated ListModel.
coerceToUi(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ChildrenBindingConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ErrorMessageConverter
 
coerceToUi(T, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
Convert Temporal to String.
coerceToUi(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeModelConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.UriConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.GsonConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
 
coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.JacksonConverter
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.DateFormatConverter
Deprecated.
Depending whether the data is coming from the database or coming from the datebox we might be passed either a java.util.Date or a java.sql.Timestamp
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Deprecated.
Convert a Set, Map, List, Object[], Enum, or other kind of BindingListModel to associated BindingListModel.
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
Deprecated.
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedComboitemConverter
Deprecated.
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
Deprecated.
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
Deprecated.
 
coerceToUi(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Deprecated.
Convert an value object to UI component attribute type.
coerceToUi(Object) - Method in class org.zkoss.zuti.zul.ForEachConverter
 
Col - Class in org.zkoss.zhtml
The COL tag.
Col() - Constructor for class org.zkoss.zhtml.Col
 
Colgroup - Class in org.zkoss.zhtml
The COLGROUP tag.
Colgroup() - Constructor for class org.zkoss.zhtml.Colgroup
 
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
collectCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.FormProxyObject
Collect all of collect cached save property bindings
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
 
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.MapProxy
 
CollectionEnumeration(Collection<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionEnumeration(Iterator<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionItem - Interface in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
CollectionItemExt - Interface in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
CollectionsX - Class in org.zkoss.util
The collection related utilities.
CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
 
CollectionsX.ArrayCollection<E> - Class in org.zkoss.util
An readonly collection on top of an array.
CollectionsX.ArrayEnumeration<E> - Class in org.zkoss.util
An enumeration on top of an array.
CollectionsX.ArrayIterator<E> - Class in org.zkoss.util
An iterator on top of an array.
CollectionsX.ArrayList<E> - Class in org.zkoss.util
An readonly list on top of an array.
CollectionsX.ArrayListIterator<E> - Class in org.zkoss.util
 
CollectionsX.CollectionEnumeration<E> - Class in org.zkoss.util
An enumeration on top of a collection or iterator.
CollectionsX.EnumerationIterator<E> - Class in org.zkoss.util
An iterator that iterates thru an Enumeration.
CollectionsX.OneCollection<E> - Class in org.zkoss.util
A collection that contains only one element.
CollectionsX.OneEnumeration<E> - Class in org.zkoss.util
An enumeration that enumerates one element.
CollectionsX.OneIterator<E> - Class in org.zkoss.util
An iterator that iterates one element.
CollectionTemplate - Class in org.zkoss.zuti.zul
A utility to let developers to apply shadow elements in Java class.
CollectionTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.CollectionTemplate
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when template or host is changed.
CollectionTemplateResolver<T> - Interface in org.zkoss.zuti.zul
Resolver for Template, and is only used in CollectionTemplate
COLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Color - Class in org.zkoss.web.fn
Simple container for color components, using rgba, all in 0-255 range
Color(int, int, int) - Constructor for class org.zkoss.web.fn.Color
All color channel should be in 0-255 range, alpha will default to 255 if not given
Color(int, int, int, int) - Constructor for class org.zkoss.web.fn.Color
All color channel should be in 0-255 range
Colorbox - Class in org.zkoss.zkex.zul
A Colorbox used to retrieve an input that the user can select a color.
Colorbox() - Constructor for class org.zkoss.zkex.zul.Colorbox
 
COLORBOX_COLOR_B - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_FIELD - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_G - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_HEX - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_PALETTE - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_PICKER - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_R - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_COLOR_SPECTRUM_BAR - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_CURRENT_COLOR - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_HUE - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_PALETTE_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_PICKER_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_SATURATION - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_SELECT_COLOR_BUTTON - Static variable in interface org.zkoss.zul.mesg.MZul
 
COLORBOX_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
 
ColSizeEvent - Class in org.zkoss.zul.event
Used to notify that the width of a column is changed.
ColSizeEvent(String, Component, int, Component, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent.
ColSizeEvent(String, Component, int, Component, String, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent.
ColSizeEvent(String, Component, int, Component, String[], int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent that provide width of all columns.
column - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
Column - Class in org.zkoss.zul
A single column in a Columns element.
Column() - Constructor for class org.zkoss.zul.Column
 
Column(String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String, String) - Constructor for class org.zkoss.zul.Column
 
Columnchildren - Class in org.zkoss.zkex.zul
The column of Columnlayout.
Columnchildren() - Constructor for class org.zkoss.zkex.zul.Columnchildren
 
Columnlayout - Class in org.zkoss.zkex.zul
A columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.
Columnlayout() - Constructor for class org.zkoss.zkex.zul.Columnlayout
 
Columns - Class in org.zkoss.zul
Defines the columns of a grid.
Columns() - Constructor for class org.zkoss.zul.Columns
 
CombboxListModelConverter - Class in org.zkoss.zkplus.databind
Deprecated.
As of release 7.0.0, replace with new ZK binding.
CombboxListModelConverter() - Constructor for class org.zkoss.zkplus.databind.CombboxListModelConverter
Deprecated.
 
COMBINATION - Static variable in class org.zkoss.zul.Chart
 
combine(Collection<M>, Collection<M>) - Static method in class org.zkoss.util.DualCollection
Returns a collection by combining two collections.
combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
Returns a function mapper by combining two function mappers.
Combobox - Class in org.zkoss.zul
A combobox.
Combobox() - Constructor for class org.zkoss.zul.Combobox
 
Combobox(String) - Constructor for class org.zkoss.zul.Combobox
 
Combobox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
ComboboxModelConverter - Class in org.zkoss.bind.converter.sys
The Converter implementation of the combobox for converting collection to ListModel and vice versa.
ComboboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxModelConverter
 
ComboboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
Convert selected index to bean and vice versa.
ComboboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
 
ComboboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
Convert combobox selected comboitem to bean and vice versa.
ComboboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
 
Combobutton - Class in org.zkoss.zul
A combo button.
Combobutton() - Constructor for class org.zkoss.zul.Combobutton
 
Combobutton(String) - Constructor for class org.zkoss.zul.Combobutton
 
Comboitem - Class in org.zkoss.zul
An item of a combo box.
Comboitem() - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String) - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String, String) - Constructor for class org.zkoss.zul.Comboitem
 
ComboitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Combobox.
ComboitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ComboitemRenderer.
CometAsyncServlet - Class in org.zkoss.zkmax.ui.comet
The synchronous servlet for supporting comet.
CometAsyncServlet() - Constructor for class org.zkoss.zkmax.ui.comet.CometAsyncServlet
 
CometServerPush - Class in org.zkoss.zkex.ui.comet
A server-push implementation that is based on comet.
CometServerPush() - Constructor for class org.zkoss.zkex.ui.comet.CometServerPush
 
CometServerPush - Class in org.zkoss.zkmax.ui.comet
ZK Comet that supports Servlet 3 asynchronous processing.
CometServerPush() - Constructor for class org.zkoss.zkmax.ui.comet.CometServerPush
The default constructor.
CometServerPush(boolean) - Constructor for class org.zkoss.zkmax.ui.comet.CometServerPush
 
CometServerPush.AsyncInfo - Interface in org.zkoss.zkex.ui.comet
The interface for implementing asynchronous processing.
CometServerPush.ThreadInfo - Class in org.zkoss.zkex.ui.comet
The info of a server-push thread.
COMMA - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Command - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a Command method.
Command - Annotation Type in org.zkoss.zk.ui.annotation
Marker annotation to identify a Command method for Composer to use.
COMMAND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
COMMAND_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
 
COMMAND_FAIL_VALIDATE - Static variable in interface org.zkoss.bind.Binder
Indicates the doing command is failure with some validation errors.
COMMAND_SUCCESS - Static variable in interface org.zkoss.bind.Binder
Indicates the doing command is successful.
CommandBinding - Interface in org.zkoss.bind.sys
A binding tells which command to call(usually used with UI event).
CommandBindingImpl - Class in org.zkoss.bind.impl
Implementation of CommandBinding.
CommandBindingImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.CommandBindingImpl
 
CommandInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
CommandInfo(String, Component, String, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
Deprecated.
This implementation forward request to onAcegiLogin command.
Comment - Class in org.zkoss.idom
The iDOM Comment.
Comment(String) - Constructor for class org.zkoss.idom.Comment
Constructor.
Comment() - Constructor for class org.zkoss.idom.Comment
Constructor.
comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
CommonException - Exception in org.zkoss.lang
The most fundamental non-runtime exception of Potix classes.
CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by specifying message directly.
CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException() - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by use of an error code.
CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
 
CommonFns - Class in org.zkoss.xel.fn
Common functions used with EL.
CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
 
comodifiableIterator(Collection<E>) - Static method in class org.zkoss.util.CollectionsX
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
comodifiableIterator(Collection<F>, Converter<F, T>) - Static method in class org.zkoss.util.CollectionsX
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
Comparables - Class in org.zkoss.lang
Utilities regarding Comparable type objects.
Comparables() - Constructor for class org.zkoss.lang.Comparables
 
compare(T, T) - Method in class org.zkoss.util.IdentityComparator
 
compare(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Compare two objects, after coercing to the same type if appropriate.
Compare() - Method in class org.zkoss.zel.impl.parser.ELParser
 
compare(E, E) - Method in class org.zkoss.zul.ArrayComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.FieldComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.ListitemComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.RowComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.TreeitemComparator
 
compareDocumentPosition(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
compareGroup(D, D) - Method in interface org.zkoss.zul.GroupComparator
Compares if the two arguments is in the same group.
compareTo(MutableInteger) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
compareTo(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
Compares two version.
complete() - Method in class org.zkoss.zhtml.impl.TagRenderContext
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.
complete() - Method in interface org.zkoss.zkex.ui.comet.CometServerPush.AsyncInfo
Called to complete the request.
complete() - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
 
complete(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.
 
complete(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
complete(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
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(Page, String) - Constructor for class org.zkoss.zk.ui.select.impl.ComponentIterator
Create an iterator which selects from all the components in the page.
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.
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(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException() - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentRedraws - Class in org.zkoss.zk.ui.sys
Utilities to implement ComponentCtrl.redraw(java.io.Writer).
ComponentRedraws() - Constructor for class org.zkoss.zk.ui.sys.ComponentRedraws
 
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.
compose() - Method in class org.zkoss.zml.XmlMacroComponent
Composes the macro component.
compose(Component) - Method in class org.zkoss.zuti.zul.Apply
Composes from template name and then template uri, if any.
compose(Component) - Method in class org.zkoss.zuti.zul.Choose
 
compose(Component) - Method in class org.zkoss.zuti.zul.ForEach
 
compose(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
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.
CompositeELResolver - Class in org.zkoss.zel
 
CompositeELResolver() - Constructor for class org.zkoss.zel.CompositeELResolver
 
CompositeExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
 
CompositeValidator - Class in org.zkoss.bind.validator
A composite validator that contains multiple validators and forward the validation to them.
CompositeValidator(List<Validator>) - Constructor for class org.zkoss.bind.validator.CompositeValidator
 
CompositeValidator(Validator...) - Constructor for class org.zkoss.bind.validator.CompositeValidator
 
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
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
 
concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
Concatenates the two specified array.
concat(T[], T[]) - Static method in class org.zkoss.util.ArraysX
Concatenates the two specified generic array.
CONCAT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Concatenation() - Method in class org.zkoss.zel.impl.parser.ELParser
 
ConcurrentCache<K,V> - Class in org.zkoss.zel.impl.util
 
ConcurrentCache(int) - Constructor for class org.zkoss.zel.impl.util.ConcurrentCache
 
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.
ConditionType - Enum in org.zkoss.bind.sys
this enum represent the load/save condition type
CONFIG - Static variable in class org.zkoss.zkplus.hibernate.HibernateUtil
Deprecated.
A preference or a library property used to configure HibernateUtil.
CONFIG - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
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() - Constructor for class org.zkoss.zk.ui.sys.ConfigParser
 
ConfigParser - Interface in org.zkoss.zk.ui.util
A configuration parser is an application-specific parser to parse the configurations in zk.xml.
Configuration - Class in org.zkoss.zk.ui.util
The ZK configuration.
Configuration() - Constructor for class org.zkoss.zk.ui.util.Configuration
Constructor.
configure(Properties) - Static method in class org.zkoss.util.logging.Log
Deprecated.
Configures based the properties.
configureContextClassLoader() - Static method in class org.zkoss.lang.Classes
Sets the customized context ClassLoader name by the library property of org.zkoss.lang.contextClassLoader.class.
confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks a browser to confirm users whether to leave the current page.
CONNECTION_UUID_PARAM - Static variable in class org.zkoss.zk.ui.http.ZKWebSocket
 
Constraint - Interface in org.zkoss.zul
A constraint.
Constrainted - Interface in org.zkoss.zul.ext
Decorates a component that its value is constrainted by Constraint.
ContainerFactory - Interface in org.zkoss.json.parser
Container factory for creating containers for JSON object and JSON array.
contains(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
contains(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
contains(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
contains(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
contains(Object) - Method in class org.zkoss.util.IdentityHashSet
 
contains(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(Scope, 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(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.
contains(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the specified component exists.
contains(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
 
contains(Object) - Method in class org.zkoss.zul.ListModelList
 
contains(Object) - Method in class org.zkoss.zul.ListModelSet
 
containsAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
 
containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
 
containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
 
containsAll(Collection<?>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
 
containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
containsAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
 
containsHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
containsHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
containsHeader(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
 
containsKey(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
containsKey(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
containsKey(Object) - Method in class org.zkoss.bind.proxy.MapProxy
 
containsKey(Object) - Method in interface org.zkoss.util.Cache
Returns whether the specified key is stored.
containsKey(Object) - Method in class org.zkoss.util.CacheMap
 
containsKey(Object) - Method in class org.zkoss.util.FastReadCache
 
containsKey(Object) - Method in class org.zkoss.util.FilterMap
 
containsKey(Object) - Method in class org.zkoss.util.MultiCache
 
containsKey(Object) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
containsKey(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
containsKey(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
 
containsKey(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
containsKey(Object) - Method in class org.zkoss.zul.ListModelMap
 
containsKeyWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Tests if the given key exists without trying to expunge for more memory.
containsMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Tests whether a class contains the specified method.
containsQuery(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Tests whether a parameter exists in the query string.
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
 
containsValue(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
containsValue(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
 
containsValue(Object) - Method in class org.zkoss.bind.proxy.MapProxy
 
containsValue(Object) - Method in class org.zkoss.util.CacheMap
 
containsValue(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
 
containsValue(Object) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
 
containsValue(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns false, no matter any variable is defined.
containsValue(Object) - Method in class org.zkoss.zul.ListModelMap
 
containsVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
Tests whether a variable defined in this interpreter.
containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Tests whether the variable is defined in this interpreter.
containsVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists.
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.
ContentLoader - Class in org.zkoss.util.resource
A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assuming UTF-8).
ContentLoader() - Constructor for class org.zkoss.util.resource.ContentLoader
 
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.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the contents of a particular group.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies one or more changes in the lists contents.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies changing contents of nodes.
ContentTag - Class in org.zkoss.zhtml.impl
Represents a tag that shall generate the child elements directly.
ContentTag(String) - Constructor for class org.zkoss.zhtml.impl.ContentTag
 
ContentTag(String, String) - Constructor for class org.zkoss.zhtml.impl.ContentTag
 
ContentTypes - Class in org.zkoss.util.media
Utilities relevant to content types.
ContentTypes() - Constructor for class org.zkoss.util.media.ContentTypes
 
ContextClassLoaderFactory - Interface in org.zkoss.lang
An interface to provide a pluggable context class loader, which is used for Classes.getContextClassLoader(Class) and Classes.getContextClassLoaderForName(String)
contextCreated(ELContextEvent) - Method in interface org.zkoss.zel.ELContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
contextDestroyed(ServletContextEvent) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
Deprecated.
 
contextInitialized(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
contextInitialized(ServletContextEvent) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
Deprecated.
 
ContextParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
ContextType - Enum in org.zkoss.bind.annotation
To define the context object type for ContextParam
contirbuteCommandObject(Binder, CommandBinding, Event) - Method in interface org.zkoss.bind.impl.ImplicitObjectContributor
 
contirbuteCommandObject(Binder, CommandBinding, Event) - Method in class org.zkoss.bind.impl.ImplicitObjectContributorImpl
 
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
 
convert(F) - Method in interface org.zkoss.util.Converter
 
convert(Pair<Class<?>, Object>) - Method in class org.zkoss.zkmax.ui.GsonConverter
 
convert(Pair<Class<?>, Object>) - Method in class org.zkoss.zkmax.ui.JacksonConverter
 
CONVERTER - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the system converter for special properties. e.g.
Converter<U,B,C extends Component> - Interface in org.zkoss.bind
Generic binding conversion interface.
Converter<F,T> - Interface in org.zkoss.util
A converter used to convert a value to another.
CONVERTER_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
CONVERTER_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
 
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.
convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.CompositeELResolver
 
convertToType(Object, Class<?>) - Method in class org.zkoss.zel.ELContext
Coerce the supplied object to the requested type.
convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.ELResolver
Converts the given object to the given type.
convertToType(Object, Class<?>) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.TypeConverter
 
CookieParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
CookieThemeResolver - Class in org.zkoss.zul.theme
A standard implementation of ThemeResolver Retrieves and stores theme names via cookie ZK CE/PE/EE
CookieThemeResolver() - Constructor for class org.zkoss.zul.theme.CookieThemeResolver
 
copy(Writer, Reader) - Static method in class org.zkoss.io.Files
Copies a reader into a writer.
copy(OutputStream, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream to a output stream.
copy(File, Reader, String) - Static method in class org.zkoss.io.Files
Copies a reader into a file (the original content, if any, are erased).
copy(File, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream into a file (the original content, if any, are erased).
copy(File, File, int) - Static method in class org.zkoss.io.Files
Copies a file or a directory into another.
correctFieldName(String) - Static method in class org.zkoss.lang.Classes
Corrects a string to a valid Java name.
correctSeparator(String) - Static method in class org.zkoss.io.Files
Corrects the separator from '/' to the system dependent one.
count() - Method in class org.zkoss.zel.impl.stream.Stream
 
CP_OVERWRITE - Static variable in class org.zkoss.io.Files
Overwrites the destination file.
CP_PRESERVE - Static variable in class org.zkoss.io.Files
Preserves the last modified time and other attributes if possible.
CP_SKIP_SVN - Static variable in class org.zkoss.io.Files
Skips the SVN related files.
CP_UPDATE - Static variable in class org.zkoss.io.Files
Copy only when the source is newer or when the destination is missing.
crawlable - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
Indicates whether to generate crawlable content.
creatArrayContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
create(Binding, String, Class<?>, ConditionType, String, boolean) - Static method in class org.zkoss.bind.impl.AccessInfo
 
create() - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
 
create() - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
 
create(Component, Component, VariableResolver, Composer) - Method in interface org.zkoss.zk.ui.util.Template
Creates the components defined in this template.
createAttribute(String) - Method in class org.zkoss.idom.Document
 
createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
 
createBindingExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
 
createCategoriesProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
Create the categories properties.
createCategoryProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Create the category properties by category name.
createCategoryProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Create the category properties in the specified position.
createCategoryProperties(String, Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
Create the category properties.
createCDATASection(String) - Method in class org.zkoss.idom.Document
 
createChartXML(T) - Method in interface org.zkoss.zkmax.zul.fusionchart.FusionchartEngine
Generate the XML String for Fusionchart
createChartXML(Object) - Method in class org.zkoss.zkmax.zul.fusionchart.impl.SimpleFusionchartEngine
 
createColumnProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
Create the column properties at the specified position.
createComment(String) - Method in class org.zkoss.idom.Document
 
createComponents(PageDefinition, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the specified page definition.
createComponents(String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from a page file specified by an URI.
createComponents(PageDefinition, 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(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, 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(PageDefinition, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the specified page definition.
createComponents(String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from a page file specified by an URI.
createComponents(String, 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, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components based on the specified page definition.
createComponents(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.
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(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, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Component, Component, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Page, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(Execution, PageDefinition, Page, Component, 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.
createComponentsDirectly(String, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content read from the specified reader.
createComponentsDirectly(String, String, 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(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(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(String, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a string.
createComponentsDirectly(Document, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content read from the specified reader.
createComponentsDirectly(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.