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
 
AbstractComponent - Class in org.zkoss.zk.ui
A skeletal implementation of Component.
AbstractComponent() - Constructor for class org.zkoss.zk.ui.AbstractComponent
Constructs a component with auto-generated ID.
AbstractComponent(boolean) - Constructor for class org.zkoss.zk.ui.AbstractComponent
Constructs a dummy component that is not associated with any component definition.
AbstractComponent.Children - Class in org.zkoss.zk.ui
The default implementation for AbstractComponent.getChildren().
AbstractComponent.Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
 
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.ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
Stores a 'cached' map of child elements to speed up the access.
AbstractGroup.ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
 
AbstractGroupsModel<D,H,F,E> - Class in org.zkoss.zul
A skeletal implementation for GroupsModel.
AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
 
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
 
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
 
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
 
AbstractTag.ExtraCtrl() - Constructor for class org.zkoss.zhtml.impl.AbstractTag.ExtraCtrl
 
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
Creates a AbstractTreeModel.
AbstractTreeModel.Path - Class in org.zkoss.zul
Represents a tree path.
AbstractTreeModel.Path(int[]) - Constructor for class org.zkoss.zul.AbstractTreeModel.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
 
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
The ACRONYM tag.
Acronym() - Constructor for class org.zkoss.zhtml.Acronym
 
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_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
 
add(String, String) - Method in class org.zkoss.bind.impl.Path
 
add(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
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(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
add(String, Class) - Static method in class org.zkoss.zk.device.Devices
Adds a device type.
add(Element) - Static method in class org.zkoss.zk.device.Devices
Adds a device based on the XML declaration.
add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter class.
add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter based on the XML declaration.
add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Adds a component definition to this map.
add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds the event handler for the specified event name.
add(String, Map<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(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.
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(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.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, 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
 
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(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
 
addByCompoundValue(String, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds annotation by specifying the content in the compound format.
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
Deprecated. use Binder.addChildrenInitBinding(Component, String, Map, String, Map) instead.
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
Deprecated. use Binder.addChildrenLoadBindings(Component, String, String[], String[], Map, String, Map) instead.
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) pacakge 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
 
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.
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
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.
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
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.
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).
addFunction(String, String, Method) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
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
 
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).
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
 
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.
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.
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.
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.FormExt
Add a field name for loading from this Form.
addLoadFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
 
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[]) - 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
 
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.
addParameter(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
addPerfRequestId(String) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addPerfRequestId(String) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a request ID that uniquely identifies a request for performance measurement PerformanceMeter.
addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String, 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) - 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
 
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.
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.FormExt
Add a field name for saving into this Form.
addSaveFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
 
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(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.
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.
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.
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.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
 
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.
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_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
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
Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is attached to a page.
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
Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is detached from a page.
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
Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component).
afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component) when a component is moved (a.k.a., page changed).
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.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
 
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
 
afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called after GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
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
Called after GenericInterpreter.exec(java.lang.String).
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
Invokes UiLifeCycle.afterPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop) when a compnent's parent is changed.
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
Invokes UiLifeCycle.afterPageDetached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop) when a compnent's parent is changed.
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
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event)
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called after processing an event.
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
 
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
 
AImage - Class in org.zkoss.image
Represents an image.
AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
the hash code.
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
The attribute name that contains the alert passed from another request Https.sendRedirect(javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.util.Map, int).
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.
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
 
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
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
 
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_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
 
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.
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.VariablesInfo
Applies the variable element against the parent component.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the page.
applyAnnotations(ComponentInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified instance definition.
applyAnnotations(ComponentInfo, String, boolean, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Deprecated. As of release 6.0.1, replaced with AnnotationHelper.applyAnnotations(ComponentInfo,String,boolean).
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
 
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
 
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
 
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.
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.
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
 
AstAnd - Class in org.zkoss.zel.impl.parser
 
AstAnd(int) - Constructor for class org.zkoss.zel.impl.parser.AstAnd
 
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
 
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
 
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
 
AstLiteralExpression - Class in org.zkoss.zel.impl.parser
 
AstLiteralExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLiteralExpression
 
AstMethodParameters - Class in org.zkoss.zel.impl.parser
$Id: AstMethodParameters.java 899450 2010-01-14 22:41:41Z markt $
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
 
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
 
AstValue.Target() - Constructor for class org.zkoss.zel.impl.parser.AstValue.Target
 
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
 
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.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
 
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.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().
Audio.ExtraCtrl() - Constructor for class org.zkoss.zul.Audio.ExtraCtrl
 
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
 
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.
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.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 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.
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.
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
 
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.
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
 

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.
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.
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
 
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
 
BeanELResolver - Class in org.zkoss.zel
 
BeanELResolver() - Constructor for class org.zkoss.zel.BeanELResolver
 
BeanELResolver(boolean) - Constructor for class org.zkoss.zel.BeanELResolver
 
BeanELResolver.BeanProperties - Class in org.zkoss.zel
 
BeanELResolver.BeanProperties(Class<?>) - Constructor for class org.zkoss.zel.BeanELResolver.BeanProperties
 
BeanELResolver.BeanProperty - Class in org.zkoss.zel
 
BeanELResolver.BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class org.zkoss.zel.BeanELResolver.BeanProperty
 
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 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.zkmax.zul.Nav
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Navbar
 
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.Tablelayout
 
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.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.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
 
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.
beforeExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
beforeExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
beforeInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String).
beforeInterpret(Scope) - Static method in class org.zkoss.zk.ui.ext.Scopes
Prepares implicit variable before calling Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.ui.ext.Scope).
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: does nothing.
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.Nav
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Navitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
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.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.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
 
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before posting an event (with Events.postEvent(org.zkoss.zk.ui.event.Event)).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before processing an event.
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
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before sending an event (with Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)).
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
 
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
The BIG tag.
Big() - Constructor for class org.zkoss.zhtml.Big
 
BIGDECIMAL - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
 
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
 
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.
bindBean(String, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Bind a real bean object to the specified beanid.
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 class org.zkoss.bind.impl.BinderImpl
 
BindELContext - Class in org.zkoss.bind.xel.zel
ELContext for Binding.
BindELContext(XelContext) - Constructor for class org.zkoss.bind.xel.zel.BindELContext
 
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
 
Binder - Interface in org.zkoss.bind
The Binder that do the data binding things.
BINDER - Static variable in class org.zkoss.bind.impl.BinderImpl
 
BINDER_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
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
 
BinderUtil - Class in org.zkoss.bind.impl
 
BinderUtil() - Constructor for class org.zkoss.bind.impl.BinderUtil
 
BinderUtil.UtilContext - Class in org.zkoss.bind.impl
 
BinderUtil.UtilContext() - Constructor for class org.zkoss.bind.impl.BinderUtil.UtilContext
 
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
 
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
 
BindExpressionFactoryImpl - Class in org.zkoss.bind.xel.zel
Handle dot series script.
BindExpressionFactoryImpl() - Constructor for class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
 
BINDING - Static variable in class org.zkoss.bind.impl.BinderImpl
 
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
 
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.
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.
BindListitemRenderer - Class in org.zkoss.bind.impl
Listitem renderer for binding.
BindListitemRenderer() - Constructor for class org.zkoss.bind.impl.BindListitemRenderer
 
BindRadioRenderer - Class in org.zkoss.bind.impl
radio renderer for binding.
BindRadioRenderer() - Constructor for class org.zkoss.bind.impl.BindRadioRenderer
 
BindRowRenderer - Class in org.zkoss.bind.impl
Row renderer for binding.
BindRowRenderer() - Constructor for class org.zkoss.bind.impl.BindRowRenderer
 
BindSelectboxRenderer - Class in org.zkoss.bind.impl
selectbox renderer.
BindSelectboxRenderer() - Constructor for class org.zkoss.bind.impl.BindSelectboxRenderer
 
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
 
BindXelFactory - Class in org.zkoss.bind.xel
Xel Factory for Binding.
BindXelFactory() - Constructor for class org.zkoss.bind.xel.BindXelFactory
 
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
 
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.
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
 
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.
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
 
call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
 
CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
CANCEL - Static variable in class org.zkoss.zul.Messagebox
A Cancel button.
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.
CAP_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
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.
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(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates two strings.
cat3(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates three strings.
cat4(String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates four strings.
cat5(String, String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates four strings.
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
The CENTER tag.
Center() - Constructor for class org.zkoss.zhtml.Center
 
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
 
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
 
checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an attribute's name is valid.
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
 
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.
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.
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.
children - Variable in class org.zkoss.zel.impl.parser.SimpleNode
 
CHILDREN_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
CHILDREN_ATTR - Static variable in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
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
 
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
 
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
 
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).
Classes.MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.lang.Classes.MethodInfo
 
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.
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
Cleans up what has been set in Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String).
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(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 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.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 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.
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.
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.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.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.
CLIENT_ATTRIBUTE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK client attributes.
CLIENT_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK client (a.k.a., widget).
CLIENT_ROD - Static variable in class org.zkoss.zk.ui.sys.Attributes
A component or page attribute to indicate if the client ROD (render-on-demand) shall be applied.
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) - 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.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.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(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
clone() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
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.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
 
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).
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() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
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;
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
 
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.
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.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.ErrorMessageConverter
 
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.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) - 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) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Convert an object to Boolean.
coerceToCharacter(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
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.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
 
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.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.ErrorMessageConverter
 
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.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) - 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.
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
 
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.ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
 
CollectionsX.ArrayEnumeration<E> - Class in org.zkoss.util
An enumeration on top of an array.
CollectionsX.ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
 
CollectionsX.ArrayIterator<E> - Class in org.zkoss.util
An iterator on top of an array.
CollectionsX.ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
 
CollectionsX.ArrayList<E> - Class in org.zkoss.util
An readonly list on top of an array.
CollectionsX.ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
 
CollectionsX.ArrayListIterator<E> - Class in org.zkoss.util
 
CollectionsX.ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.CollectionEnumeration<E> - Class in org.zkoss.util
An enumeration on top of a collection or iterator.
CollectionsX.CollectionEnumeration(Collection<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.CollectionEnumeration(Iterator<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.EnumerationIterator<E> - Class in org.zkoss.util
An iterator that iterates thru an Enumeration.
CollectionsX.EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
 
CollectionsX.OneCollection<E> - Class in org.zkoss.util
A collection that contains only one element.
CollectionsX.OneCollection(E) - Constructor for class org.zkoss.util.CollectionsX.OneCollection
 
CollectionsX.OneEnumeration<E> - Class in org.zkoss.util
An enumeration that enumerates one element.
CollectionsX.OneEnumeration(E) - Constructor for class org.zkoss.util.CollectionsX.OneEnumeration
 
CollectionsX.OneIterator<E> - Class in org.zkoss.util
An iterator that iterates one element.
CollectionsX.OneIterator(E) - Constructor for class org.zkoss.util.CollectionsX.OneIterator
 
COLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
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
 
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().
Combobox.ExtraCtrl() - Constructor for class org.zkoss.zul.Combobox.ExtraCtrl
 
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.
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_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
 
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(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
Completes the rendering by returning what are generated by TagRenderContext.renderBegin(org.zkoss.zk.ui.Component, java.util.Map, boolean) and TagRenderContext.renderEnd(org.zkoss.zk.ui.Component) (never return null).
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(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() - Method in class org.zkoss.zml.XmlMacroComponent
Composes the macro component.
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.
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
 
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.
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.
confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to confirm users whether to close the browser window.
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.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.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.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
 
containsKey(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
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.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.util.CacheMap
 
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.HierachicalAware
Tests whether a variable defined in this interpreter.
containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Tests whether the variable is defined in this interpreter.
containsVariable(String) - 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
 
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
 
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_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.
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.
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(PageDefinition, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the specified page definition.
createComponents(String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from a page file specified by an URI.
createComponents(String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components based on the specified page definition.
createComponents(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, 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(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(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.
createComponentsDirectly(WebApp, Reader, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
Creates components that don't belong to any page from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createDefaultAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
 
createDefaultPaintArray() - Static method in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
Convenience method to return an array of Paint objects that represent the pre-defined colors in the Color and ChartColor objects.
createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createDocumentFragment() - Method in class org.zkoss.idom.Document
 
createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createElement(String) - Method in class org.zkoss.idom.Document
 
createElementNS(String, String) - Method in class org.zkoss.idom.Document
 
createEntityReference(String) - Method in class org.zkoss.idom.Document
 
createEvaluator(FunctionMapper) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
CreateEvent - Class in org.zkoss.zk.ui.event
Used to notify a window that all its children are created and initialized.
CreateEvent(String, Component, Map<?, ?>) - Constructor for class org.zkoss.zk.ui.event.CreateEvent
 
createGroupFoot(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group foot Object, default implementation return null, which means no foot .
createGroupHead(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group head Object, default implementation return first element of groupdata.
createGroupOpen(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group open status, default implementation return true, which means open the group.
createHeaderProperties(Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Create the header properties.
createHeaderProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Create the header properties.
createLabel(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
Add a label in the chart table.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.ExpressionFactory
 
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
 
createMethodExpression(Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
 
createMilestone(Date, GanttModel.GanttTask, String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
Add a trend lines on the chart.
createNode(String) - Static method in class org.zkoss.zel.impl.lang.ExpressionBuilder
 
createObjectContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
 
createProcessProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Create the process properties.
createProcessProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Create the process properties in the specified position.
createProperties(Object, ChartProperties) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Create the chart properties in the specified category.
createSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Create the series properties.
createSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Create the series properties at the specified position.
createSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Create the series properties.
createSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Create the series properties at the specified position.
createTaskProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Create the task properties.
createTaskProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Create the task properties.
createTextNode(String) - Method in class org.zkoss.idom.Document
 
createTextProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
Create the text properties at the specified position.
createTrendLine(Number, Number, String, String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
Add a trend lines on the chart.
createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
 
createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
 
createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
 
createValueExpression(Class<?>) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
 
createXProperties(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Create the x properties.
createXProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Create the x properties in the specified position.
Cropper - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if not all of the children of a component are available at the client.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Ctrl key is pressed.
curChar - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
 
currentSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Deprecated. Wrapping HibernateUtil.getSessionFactory().getCurrentSession() into a simple API.
currentToken - Variable in exception org.zkoss.zel.impl.parser.ParseException
This is the last token that has been consumed successfully.
CustomConstraint - Interface in org.zkoss.zul
Additional interface implemented with Constraint to denote a constraint supports a custom way to display the error message.

D

d2j(Date) - Static method in class org.zkoss.json.JSONs
Marshalls a Date object to a string, such that it can be add to JSONArray or JSONObject (a.k.a., JSON-ize).
DARK_BLUE - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark blue color.
DARK_CYAN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark cyan color.
DARK_GREEN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark green color.
DARK_MAGENTA - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark magenta color.
DARK_RED - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark red color.
DARK_YELLOW - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A dark yellow color.
DataBinder - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
DataBinder() - Constructor for class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
DataLoader - Interface in org.zkoss.zul.impl
DataLoader is used with Grid, Listbox to handle data loading from model to server and then to client side.
DataLoadingEvent - Class in org.zkoss.zul.event
Represent onDataLoading event.
DataLoadingEvent(String, Component, int, int) - Constructor for class org.zkoss.zul.event.DataLoadingEvent
 
DATE_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
Datebox - Class in org.zkoss.zul
An edit box for holding a date.
Datebox() - Constructor for class org.zkoss.zul.Datebox
 
Datebox(Date) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Datebox.ExtraCtrl() - Constructor for class org.zkoss.zul.Datebox.ExtraCtrl
 
DateFormatConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
DateFormatConverter() - Constructor for class org.zkoss.zkplus.databind.DateFormatConverter
Deprecated.  
DateFormatInfo - Interface in org.zkoss.text
The format information for date/time.
DateFormats - Class in org.zkoss.text
DateFormat relevant utilities.
DateFormats() - Constructor for class org.zkoss.text.DateFormats
 
Dates - Class in org.zkoss.util
Utilities for java.util.Date
Dates() - Constructor for class org.zkoss.util.Dates
 
DAY - Static variable in class org.zkoss.zul.Chart
 
dayMonthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the day of month of a date.
Dd - Class in org.zkoss.zhtml
The DD tag.
Dd() - Constructor for class org.zkoss.zhtml.Dd
 
deactivate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Deactivates a thread that has invoked Executions.activate(org.zkoss.zk.ui.Desktop) successfully.
deactivate(boolean) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
deactivate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
deactivate(boolean) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Deactivates the current thread (which must be a server-push thread).
deactivate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Deactivates an execution, such that other threads could activate and access components.
deactivate(boolean) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
deactivateServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
deactivateServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Deactivates the thread that has invoked DesktopCtrl.activateServerPush(long) successfully.
DEBUG - Static variable in class org.zkoss.util.logging.Log
Deprecated. The DEBUG level.
debug(String, Object...) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message with a format and arguments.
debug(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message and a throwable object.
debug(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message.
debug(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the debug message, and a throwable object.
debug(Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the debug message.
debug(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug throwable object.
debug(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message and a throwable object by giving message code.
debug(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message and a throwable object by giving message code.
debug(int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message and a throwable object by giving message code.
debug(int, Object[]) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message by giving message code.
debug(int, Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message by giving message code.
debug(int) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message by giving message code.
debugable() - Method in class org.zkoss.util.logging.Log
Deprecated. Tests whether the Log.DEBUG level is loggable.
DebuggerFactory - Class in org.zkoss.bind.sys.debugger
The factory to provide DebuggerFactory instance.
DebuggerFactory() - Constructor for class org.zkoss.bind.sys.debugger.DebuggerFactory
 
debugStream - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
Debug output.
DECIMAL - Static variable in class org.zkoss.zul.Slider
Represent decimal slider.
Decimalbox - Class in org.zkoss.zul
An edit box for holding BigDecimal.
Decimalbox() - Constructor for class org.zkoss.zul.Decimalbox
 
Decimalbox(BigDecimal) - Constructor for class org.zkoss.zul.Decimalbox
 
decode(Object, Desktop) - Method in interface org.zkoss.zk.au.AuDecoder
Returns a list of AuRequest by decoding the request.
decodeURI(String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
Decodes the injected URI and returns a two-element array.
Default - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify default value of a parameter of a method.
DEFAULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
Lexical state.
DEFAULT_DATE_FORMAT - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
 
DEFAULT_DISPLAY - Static variable in class org.zkoss.web.theme.StandardTheme
Name used to display the default theme
DEFAULT_LIFETIME - Static variable in interface org.zkoss.util.Cache
The default minimal lifetime, unit=milliseconds.
DEFAULT_MAX_SIZE - Static variable in interface org.zkoss.util.Cache
The default maximal allowed size.
DEFAULT_MONTH_FORMAT - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
 
DEFAULT_NAME - Static variable in class org.zkoss.web.theme.StandardTheme
Name used to identify the default theme
DEFAULT_ORIGIN - Static variable in class org.zkoss.web.theme.StandardTheme
Origin of the default theme.
DEFAULT_PAINT_SEQUENCE - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
 
DEFAULT_PERIOD - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
 
DEFAULT_PRIORITY - Static variable in class org.zkoss.web.theme.StandardTheme
Priority of the default theme
DEFAULT_QUEUE_NAME - Static variable in interface org.zkoss.bind.sys.BinderCtrl
Default queue name of a binder to share the bean notification and global commands
DEFAULT_QUEUE_SCOPE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
Default queue scope of a binder to share the bean notification and global commands
DEFAULT_TABLET_CSS - Static variable in class org.zkoss.zkmax.theme.StandardThemeProvider
Default tablet-enhanced theme css file (ZK EE only)
DEFAULT_WCS - Static variable in class org.zkoss.zul.theme.StandardThemeProvider
Default theme css file
DefaultAnnotationInfoChecker - Class in org.zkoss.bind.sys.debugger.impl
 
DefaultBinder - Class in org.zkoss.bind
ZK default Binder, use this class if you want to new a binder and control components though Binder API.
DefaultBinder() - Constructor for class org.zkoss.bind.DefaultBinder
new a binder with default event queue name and scope
DefaultBinder(String, String) - Constructor for class org.zkoss.bind.DefaultBinder
new a binder with event queue name and scope
DefaultChartProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
 
DefaultChartProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
DefaultCommand - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a default command method.
DefaultDebuggerFactory - Class in org.zkoss.bind.sys.debugger.impl
The default implementation of DebuggerFactory it is execution scope implementation and provides client-log and system-out implementation
DefaultDebuggerFactory() - Constructor for class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
 
DefaultExecutionInfoCollector - Class in org.zkoss.bind.sys.debugger.impl
 
DefaultExecutionInfoCollector() - Constructor for class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
 
DefaultGlobalCommand - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a global command method.
DefaultIDOMFactory - Class in org.zkoss.idom.input
The default iDOM factory.
DefaultIDOMFactory() - Constructor for class org.zkoss.idom.input.DefaultIDOMFactory
Constructor.
defaultResolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
The default entity resolver.
DefaultTreeModel<E> - Class in org.zkoss.zul
A simple tree data model that uses TreeNode to represent a tree.
DefaultTreeModel(TreeNode<E>) - Constructor for class org.zkoss.zul.DefaultTreeModel
Creates a tree with the specified note as the root.
DefaultTreeModel(TreeNode<E>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeModel
Creates a tree with the specified note as the root.
DefaultTreeNode<E> - Class in org.zkoss.zul
A general-purpose node in a tree data structure.
DefaultTreeNode(E, Collection<? extends TreeNode<E>>) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E, Collection<? extends TreeNode<E>>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E, TreeNode<E>[]) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a leaf node, i.e., it won't allow any children.
DefaultTreeNode(E, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a leaf node, i.e., it won't allow any children.
DefaultTreeNode.TreeNodeChildrenList - Class in org.zkoss.zul
 
DefaultTreeNode.TreeNodeChildrenList() - Constructor for class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
Deferrable - Interface in org.zkoss.zk.ui.event
Used to decorate EventListener to denote whether the event for the listener can be deferred.
DeferredExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
 
DeferredValidator - Class in org.zkoss.bind.validator
A deferred validator that defers the initialization of the real validator, a validator needs 3-party jar files could still be installed if user doesn't provide it (ex, BeanValidator of JSR 303).
DeferredValidator(String) - Constructor for class org.zkoss.bind.validator.DeferredValidator
 
DeferredValidator(Class<Validator>) - Constructor for class org.zkoss.bind.validator.DeferredValidator
 
DeferredValue - Interface in org.zkoss.zk.au
Used with AbstractComponent.smartUpdate(java.lang.String, java.lang.Object) to represent the value of a smart update that shall be evaluated only in the rendering phase (rather than in the event processing phase).
DefinitionLoaders - Class in org.zkoss.zk.ui.metainfo
Utilities to load language definitions.
DefinitionLoaders() - Constructor for class org.zkoss.zk.ui.metainfo.DefinitionLoaders
 
DefinitionNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Denotes a definition cannot be found.
DefinitionNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
Del - Class in org.zkoss.zhtml
The DEL tag.
Del() - Constructor for class org.zkoss.zhtml.Del
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.cdi
Generic CDI EL named managed bean resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.cdi.DelegatingVariableResolver
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.seasar
DelegatingVariableResolver, a seasar2 bean variable resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.spring
DelegatingVariableResolver for resolving Spring beans, Spring Security variables and Spring Webflow variables.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
DELETE - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
deleteAll(File) - Static method in class org.zkoss.io.Files
Deletes all files under the specified path.
deleteData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
denoteSessionTimeout(WebApp, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Denote HTTP 410 Session timeout response
DEPENDS_ON_COMP - Static variable in class org.zkoss.bind.impl.BinderImpl
 
DependsOn - Annotation Type in org.zkoss.bind.annotation
Specify variable dependency.
deregister(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
Remove a theme from web application's use
deregister(Theme) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Removes a desktop or a tablet theme from registry Tablet themes must be identified with the "tablet:" prefix.
deregister(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Remove a theme from the list of available desktop themes
Desktop - Interface in org.zkoss.zk.ui
Represents a desktop.
DESKTOP - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the desktop scope.
desktop - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the desktop.
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same desktop.
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same desktop.
DesktopActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a desktop, when the session is going to be deactivated or has been activated.
DesktopCache - Interface in org.zkoss.zk.ui.sys
The cache used to store desktops.
DesktopCacheProvider - Interface in org.zkoss.zk.ui.sys
Used to retrieve a desktop cache (DesktopCache).
DesktopCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a desktop.
desktopCreated(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is created.
desktopCreated(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to Desktop for implementation.
desktopDestroy(Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when a desktop is destroyed.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called when a desktop is being removed.
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is being destroyed.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
The default implementation of the desktop-scoped event queue (EventQueue).
DesktopEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
DesktopImpl - Class in org.zkoss.zk.ui.impl
The implementation of Desktop.
DesktopImpl(WebApp, String, String, String, Object) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
 
DesktopInit - Interface in org.zkoss.zk.ui.util
Used to initialize a desktop when it is created.
DesktopRecycle - Interface in org.zkoss.zk.ui.util
Used to recycle the desktop (Desktop).
DesktopRecycle - Class in org.zkoss.zkmax.ui.util
Used to recycle the desktop if possible.
DesktopRecycle() - Constructor for class org.zkoss.zkmax.ui.util.DesktopRecycle
 
DesktopRecycles - Class in org.zkoss.zk.ui.http
Utilities to handle DesktopRecycle.
DesktopRecycles() - Constructor for class org.zkoss.zk.ui.http.DesktopRecycles
 
DesktopRecycles - Class in org.zkoss.zk.ui.impl
Utilities to handle DesktopRecycle.
DesktopRecycles() - Constructor for class org.zkoss.zk.ui.impl.DesktopRecycles
 
desktopScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the desktop.
DesktopSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.
DesktopThemeRegistry - Class in org.zkoss.zul.theme
A standard implementation of ThemeRegistry, used in ZK CE/PE Used to keep track of a list of available desktop themes to apply
DesktopThemeRegistry() - Constructor for class org.zkoss.zul.theme.DesktopThemeRegistry
Initialize the registry with the default theme (a.k.a Breeze).
DesktopUnavailableException - Exception in org.zkoss.zk.ui
Denotes the desktop being accessed is no longer available.
DesktopUnavailableException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(String) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException() - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
destroy() - Method in class org.zkoss.web.servlet.CharsetFilter
 
destroy() - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class org.zkoss.zk.au.http.AuDropUploader
 
destroy() - Method in class org.zkoss.zk.au.http.AuDynaMediar
 
destroy() - Method in interface org.zkoss.zk.au.http.AuExtension
Destroys the AU extension.
destroy() - Method in class org.zkoss.zk.au.http.AuRedirect
 
destroy() - Method in class org.zkoss.zk.au.http.AuUploader
 
destroy() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
destroy() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
destroy() - Method in interface org.zkoss.zk.scripting.Interpreter
Called when the interpreter is about to be destroyed.
destroy() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
destroy() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Reset the owner (GenericInterpreter.getOwner()) to null.
destroy() - Method in class org.zkoss.zk.ui.AbstractPage
 
destroy() - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
destroy() - Method in class org.zkoss.zk.ui.http.RichletFilter
 
destroy(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
destroy() - Method in class org.zkoss.zk.ui.http.WebManager
 
destroy() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
destroy() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
destroy() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
destroy() - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the desktop is about to be destroyed.
destroy() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Called when this page is about to be destroyed.
destroy(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Destroys the session cache
destroy() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Destroys this Web application.
destroy() - Method in class org.zkoss.zkmax.au.http.AuDownloader
 
destroy() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
Deprecated.  
destroyWith(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
Terminate a OperationThread which is stored in desktop and clear it.
detach() - Method in class org.zkoss.idom.Attribute
Detach the attribute from its owner, if any.
detach() - Method in class org.zkoss.idom.impl.AbstractItem
 
detach() - Method in interface org.zkoss.idom.Item
Detach this item from its parent.
detach() - Method in class org.zkoss.zk.ui.AbstractComponent
 
detach() - Method in interface org.zkoss.zk.ui.Component
Detaches this component such that it won't belong to any page.
detach() - Method in class org.zkoss.zul.Include
 
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.ListitemRendererExt
Returned by ListitemRendererExt.getControls() to indicate that the list cells added by ListitemRendererExt.newListcell(org.zkoss.zul.Listitem) must be detached before calling ListitemRenderer.render(org.zkoss.zul.Listitem, T, int).
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.RowRendererExt
Returned by RowRendererExt.getControls() to indicate that the list cells added by RowRendererExt.newCell(org.zkoss.zul.Row) must be detached before calling RowRenderer.render(org.zkoss.zul.Row, T, int).
detachChildren() - Method in interface org.zkoss.idom.Group
Detaches all children and returns them in a list.
detachChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
Detail - Class in org.zkoss.zul
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
Detail() - Constructor for class org.zkoss.zul.Detail
 
detroyRichlets() - Method in class org.zkoss.zk.ui.util.Configuration
Destroyes all richlets.
Device - Interface in org.zkoss.zk.device
Represents a client device.
DeviceConfig - Interface in org.zkoss.zk.device
Used to initialize a device (Device).
DeviceNotFoundException - Exception in org.zkoss.zk.device
Denotes the interpreter of the requested device type is not found.
DeviceNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
Devices - Class in org.zkoss.zk.device
A manager of devices (Device).
Dfn - Class in org.zkoss.zhtml
The DFN tag.
Dfn() - Constructor for class org.zkoss.zhtml.Dfn
 
DHtmlLayoutFilter - Class in org.zkoss.zk.ui.http
Used to post-process the response into a ZK page.
DHtmlLayoutFilter() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
DHtmlLayoutPortlet - Class in org.zkoss.zk.ui.http
The portlet used to process the request for a ZUML page.
DHtmlLayoutPortlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DHtmlLayoutServlet - Class in org.zkoss.zk.ui.http
Used to process the request for a ZUML page.
DHtmlLayoutServlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
DHtmlUpdateServlet - Class in org.zkoss.zk.au.http
Used to receive command from the server and send result back to client.
DHtmlUpdateServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
DIAL - Static variable in class org.zkoss.zul.Chart
 
DialChartDataEvent - Class in org.zkoss.zul.event
A dial chart data event to handle the property changed.
DialChartDataEvent(ChartModel, int, String, Object) - Constructor for class org.zkoss.zul.event.DialChartDataEvent
 
DialModel - Class in org.zkoss.zul
A data model to be used with dial chart.
DialModel() - Constructor for class org.zkoss.zul.DialModel
 
DialModelRange - Class in org.zkoss.zul
Color range to be marked in DialModelScale.
DialModelScale - Class in org.zkoss.zul
A set of information of a scale in a Dial chart.
didActivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component) for each object in the collection.
didActivate(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component) for the specified object.
didActivate(WebManager) - Method in interface org.zkoss.zk.ui.http.WebManagerActivationListener
Called after WebManager is created.
didActivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
didActivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
didActivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
Called when a session has just been activated (and its value has been deserialized).
didActivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
Called when a session has just been activated.
didDeserialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.didDeserialize(org.zkoss.zk.ui.Component) for each object in the collection.
didDeserialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.didDeserialize(org.zkoss.zk.ui.Component) for the specified object.
didDeserialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component has de-serialized this object back.
didDeserialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop has de-serialized this object back.
didDeserialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page has de-serialized this object back.
DIGIT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Dir - Class in org.zkoss.zhtml
The DIR tag.
Dir() - Constructor for class org.zkoss.zhtml.Dir
 
DirectContent - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the component is able to generate the content directly.
Disable - Interface in org.zkoss.zk.ui.ext
Implemented with Component to indicate that a component can be disabled.
disable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Disables this visualizer.
disable_tracing() - Method in class org.zkoss.zel.impl.parser.ELParser
Disable tracing.
disableClientUpdate(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
disableClientUpdate(Component, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
disableClientUpdate(boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets whether to disable the update of the client widgets of this component and its descendants.
disableClientUpdate(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Sets whether to disable the update of the client widget.
Div - Class in org.zkoss.zhtml
The DIV tag.
Div() - Constructor for class org.zkoss.zhtml.Div
 
Div - Class in org.zkoss.zul
The same as HTML DIV tag.
Div() - Constructor for class org.zkoss.zul.Div
 
DIV0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
DIV1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
divide(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
Dl - Class in org.zkoss.zhtml
The DL tag.
Dl() - Constructor for class org.zkoss.zhtml.Dl
 
doAfterCompose(T) - Method in class org.zkoss.bind.BindComposer
 
doAfterCompose(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doAfterCompose(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doAfterCompose(T) - Method in interface org.zkoss.zk.ui.util.Composer
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.Composition
 
doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Auto wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
Registers onXxx events to the supervised component; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericForwardComposer
Auto forward events and wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doAfterCompose(Page) - Method in class org.zkoss.zk.ui.util.GenericInitiator
It is used only for backward compatibility.
doAfterCompose(Page, Component[]) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called after all components are created (a.k.a., composed), and before any event is processed.
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated.  
doAfterCompose(Component) - Method in class org.zkoss.zkplus.databind.AnnotateDataBindingComposer
Deprecated.  
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.bind.BindComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes before composing a component.
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doBeforeComposeChildren(Component) - Method in class org.zkoss.bind.BindComposer
 
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doBeforeComposeChildren(T) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes after the component is instantiated and initialized, but before composing any child.
doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doCatch(Throwable) - Method in class org.zkoss.bind.BindComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called when an exception occurs when composing the component.
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.Composition
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericInitiator
Does nothing but returns false so the exception will be thrown.
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called when an exception occurs during the evaluation of the page.
doCatch(Throwable) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated.  
doCatch(Throwable) - Method in interface org.zkoss.zul.RendererCtrl
Called if any exception occurs when rendering items.
DocType - Class in org.zkoss.idom
The iDOM DocType.
DocType(String, String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType() - Constructor for class org.zkoss.idom.DocType
Constructor.
Document - Class in org.zkoss.idom
Represents Document which is also W3C/DOM's document, i.e., org.w3c.dom.Document.
Document(Element, DocType) - Constructor for class org.zkoss.idom.Document
Constructor.
Document(Element) - Constructor for class org.zkoss.idom.Document
Constructor.
Document() - Constructor for class org.zkoss.idom.Document
Constructor.
document - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
The content of the resource.
Document.ChildArray - Class in org.zkoss.idom
 
Document.ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
 
doDataChange(Tabbox, ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
 
doDataChange(Tabbox, ListDataEvent) - Method in interface org.zkoss.zul.impl.TabboxEngine
 
doDebug(String) - Method in class org.zkoss.fsm.StateMachine
Manually send a debug message
doEmbedded() - Method in class org.zkoss.zul.Window
Makes this window as embedded with other components (Default).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.web.servlet.CharsetFilter
 
doFilter(HttpServletRequest, HttpServletResponse, String, FilterChain) - Method in interface org.zkoss.web.util.resource.Filter
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.web.util.resource.FilterChain
Causes the next filter Filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes Extendlet at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
Deprecated.  
doFinally() - Method in class org.zkoss.bind.BindComposer
 
doFinally() - Method in class org.zkoss.zk.ui.impl.MultiComposer
 
doFinally() - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
doFinally() - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called after the component has been composed completely.
doFinally() - Method in class org.zkoss.zk.ui.util.Composition
 
doFinally() - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doFinally() - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doFinally() - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Do the cleanup after the page has been evaluated.
doFinally() - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated.  
doFinally() - Method in interface org.zkoss.zul.RendererCtrl
Invoked after all rendering are done successfully or an exception occurs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
 
doHighlighted() - Method in class org.zkoss.zul.Window
Makes this window as highlighted.
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a list of all Initiator and invokes its Initiator.doInit(org.zkoss.zk.ui.Page, java.util.Map) before returning.
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.Composition
 
doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.GenericInitiator
 
doInit(Page, Map<String, Object>) - Method in interface org.zkoss.zk.ui.util.Initiator
Does the initializes before the page is evaluated.
doInit(Page, Map) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated.  
doInitRenderer(Tabbox) - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
 
doInitRenderer(Tabbox) - Method in interface org.zkoss.zul.impl.TabboxEngine
 
doListDataChange(ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
doListDataChange(ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
doListDataChange(ListDataEvent) - Method in interface org.zkoss.zul.impl.DataLoader
Handle event when ListDataEvent is fired from owner component.
doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.GridDataLoader
 
doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
DOMException - Exception in org.zkoss.idom
Denotes an operation is not supported.
DOMException(short) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMImplementation - Class in org.zkoss.idom.impl
The iDOM's implementation of DOMImplementation.
DOMImplementation() - Constructor for class org.zkoss.idom.impl.DOMImplementation
 
doModal() - Method in class org.zkoss.zul.Window
Makes this window as a modal dialog.
Done() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reset buffer when finished.
doOverlapped() - Method in class org.zkoss.zul.Window
Makes this window as overlapped with other components.
doPopup() - Method in class org.zkoss.zul.Window
Makes this window as popup, which is overlapped with other component and auto-hidden when user clicks outside of the window.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
 
doPostPhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
 
doPrePhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
 
doReject(IN) - Method in class org.zkoss.fsm.StateMachine
Reject a character
doResume() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Resumes this thread and returns only if the execution (being suspended by EventProcessingThreadImpl.doSuspend(java.lang.Object)) completes.
doSuspend(Object) - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Suspends the current thread and Waits until EventProcessingThreadImpl.doResume() is called.
DOT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
doTry() - Method in interface org.zkoss.zul.RendererCtrl
Called before rendering any item.
DotSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
 
DOUBLE - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
 
Doublebox - Class in org.zkoss.zul
An edit box for holding an float point value (double).
Doublebox() - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(double) - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(Double) - Constructor for class org.zkoss.zul.Doublebox
 
Doublespinner - Class in org.zkoss.zul
An edit box for holding a constrained double.
Doublespinner() - Constructor for class org.zkoss.zul.Doublespinner
 
Doublespinner(double) - Constructor for class org.zkoss.zul.Doublespinner
 
doubleValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Doublespinner
Returns the value in double.
doView(RenderRequest, RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
DragControl - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the component will control the default drag-and-drop behavior of its children.
drawChart(Object) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
 
drawChart(Object) - Method in interface org.zkoss.zul.impl.ChartEngine
Draw the chart and render into image format as an byte array.
drawText(Graphics2D, Captcha) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
DRIVE_SEPARATOR_CHAR - Static variable in class org.zkoss.io.Files
The separator representing the drive in a path.
DropEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's dragging and dropping a component.
DropEvent(String, Component, Component, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.DropEvent
Constructs a drop event.
Dropupload - Class in org.zkoss.zkmax.zul
A component can handle drag files into it, and upload files to server.
Dropupload() - Constructor for class org.zkoss.zkmax.zul.Dropupload
 
DropuploadNativeConverter - Class in org.zkoss.zkmax.bind.impl
converter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)
DropuploadNativeConverter() - Constructor for class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
 
DSP_ACTION_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ACTION_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_INVALID_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_NOT_FOUND - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_QUOTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_COMMENT_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_EXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_NESTED_ACTION_NOT_ALLOWED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_TAGLIB_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNEXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ACTION - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ATTRIBUTE_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DspContext - Interface in org.zkoss.web.servlet.dsp
The context used with Interpreter.interpret(org.zkoss.web.servlet.dsp.DspContext, java.lang.String, java.lang.String, org.zkoss.xel.XelContext).
DspException - Exception in org.zkoss.web.servlet.dsp
Represents a DSP exception.
DspException(String, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(String) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException() - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[], Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[]) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException.Aide - Class in org.zkoss.web.servlet.dsp
Utilities.
DspException.Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
 
DspExtendlet - Class in org.zkoss.web.util.resource
The DSP resource processor (Extendlet) used to parse DSP files loaded from the classpath.
DspExtendlet() - Constructor for class org.zkoss.web.util.resource.DspExtendlet
 
DspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in DSP pages.
DspFns() - Constructor for class org.zkoss.zk.fn.DspFns
 
Dt - Class in org.zkoss.zhtml
The DT tag.
Dt() - Constructor for class org.zkoss.zhtml.Dt
 
DualCollection<T> - Class in org.zkoss.util
A combination of two collections into a collection.
DualCollection(Collection<T>, Collection<T>) - Constructor for class org.zkoss.util.DualCollection
Constructor.
DualFunctionMapper - Class in org.zkoss.xel.util
Combine two function mappers into one function mapper.
DualFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class org.zkoss.xel.util.DualFunctionMapper
Constructor.
dummy(Object) - Static method in class org.zkoss.lang.Threads
A dummy function that is used to avoid compiler from optimizing statements around it.
DUMMY - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
Represents a dummy definition.
DUMMY_EXPRESSION - Static variable in class org.zkoss.xel.Expressions
An dummy expression that does nothing.
dump() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
dumpTree(Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to System.out.
dumpTree(PrintStream, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified stream.
dumpTree(PrintWriter, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified writer.
duplicate(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(T[], int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified generic array.
duplicate(Object) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(T[]) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified generic array.
duplicate() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Duplicates the specified component info but retaining the same but virtual parent-child relationship.
DUPLICATE_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
Indicates whether it can be ignored by the server when the server receives the same requests consecutively.
DYNAMIC_READER - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a media whose reader is created dynamically each time AMedia.getReaderData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.sound.AAudio
Used if you want to implement a media whose input stream is created dynamically each time AAudio.getStreamData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a media whose input stream is created dynamically each time AMedia.getStreamData() is called.
DynamicExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
 
DynamicMedia - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component might have viewable parts other than HTML (WML, XAML or any client language).
DynamicPropertied - Interface in org.zkoss.zk.ui.ext
Represents a component that supports a range of properties.
DynamicPropertiedELResolver - Class in org.zkoss.bind.xel.zel
A resolver to resolve value base on BeanELResolver and DynamicPropertied.
DynamicPropertiedELResolver() - Constructor for class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
DynamicTag - Interface in org.zkoss.zk.ui.ext
Represents a component is used to represent a broad range of tags.

E

EACH_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
 
EACH_ATTR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
 
EACH_STATUS_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
 
EACH_STATUS_VAR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
 
EACH_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
 
EACH_VAR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
 
EAST - Static variable in class org.zkoss.zul.Borderlayout
The east layout constraint (right side of container).
East - Class in org.zkoss.zul
An east region of a border layout.
East() - Constructor for class org.zkoss.zul.East
 
eat(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an exception as an warning message about being eaten (rather than thrown).
eat(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an exception as an warning message about being eaten (rather than thrown).
eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
Eliminates single and double quotations to avoid JavaScript injection.
ECHO_DATA - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute used to store a map of data associated with the echo event (Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)).
echoEvent(String, Component, String) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
echoEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
echoEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
EL_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
ELArithmetic - Class in org.zkoss.zel.impl.lang
A helper class of Arithmetic defined by the EL Specification
ELArithmetic() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic
 
ELArithmetic.BigDecimalDelegate - Class in org.zkoss.zel.impl.lang
 
ELArithmetic.BigDecimalDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
ELArithmetic.BigIntegerDelegate - Class in org.zkoss.zel.impl.lang
 
ELArithmetic.BigIntegerDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
ELArithmetic.DoubleDelegate - Class in org.zkoss.zel.impl.lang
 
ELArithmetic.DoubleDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
ELArithmetic.LongDelegate - Class in org.zkoss.zel.impl.lang
 
ELArithmetic.LongDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
ELContext - Class in org.zkoss.zel
 
ELContext() - Constructor for class org.zkoss.zel.ELContext
 
ELContextEvent - Class in org.zkoss.zel
 
ELContextEvent(ELContext) - Constructor for class org.zkoss.zel.ELContextEvent
 
ELContextListener - Interface in org.zkoss.zel
 
Element - Class in org.zkoss.idom
The iDOM element.
Element(String, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(String) - Constructor for class org.zkoss.idom.Element
Constructor without a namespace (i.e., Namespace.NO_NAMESPACE).
Element() - Constructor for class org.zkoss.idom.Element
Constructor.
element() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Get an operation from queue, doesn't remove it.
ELEMENT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is an element of a group.
ELEMENT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is an element of a group.
Element.AttrArray - Class in org.zkoss.idom
 
Element.AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
 
Element.AttrMap - Class in org.zkoss.idom
 
Element.AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
 
elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ELException - Exception in org.zkoss.zel
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception org.zkoss.zel.ELException
Creates an ELException with no detail message
ELException(String) - Constructor for exception org.zkoss.zel.ELException
Creates an ELException with the provided detail message.
ELException(String, Throwable) - Constructor for exception org.zkoss.zel.ELException
Creates an ELException with the given detail message and root cause.
ELException(Throwable) - Constructor for exception org.zkoss.zel.ELException
Creates an ELException with the given cause
ELFactory - Class in org.zkoss.xel.el
An implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
 
ELFactory - Class in org.zkoss.xel.zel
An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
ELFactory() - Constructor for class org.zkoss.xel.zel.ELFactory
 
ELParser - Class in org.zkoss.zel.impl.parser
 
ELParser(InputStream) - Constructor for class org.zkoss.zel.impl.parser.ELParser
Constructor with InputStream.
ELParser(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.ELParser
Constructor with InputStream and supplied encoding
ELParser(Reader) - Constructor for class org.zkoss.zel.impl.parser.ELParser
Constructor.
ELParser(ELParserTokenManager) - Constructor for class org.zkoss.zel.impl.parser.ELParser
Constructor with generated Token Manager.
ELParserConstants - Interface in org.zkoss.zel.impl.parser
Token literal values and constants.
ELParserTokenManager - Class in org.zkoss.zel.impl.parser
Token Manager.
ELParserTokenManager(SimpleCharStream) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
Constructor.
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
Constructor.
ELParserTreeConstants - Interface in org.zkoss.zel.impl.parser
 
ELResolver - Class in org.zkoss.zel
 
ELResolver() - Constructor for class org.zkoss.zel.ELResolver
 
ELSupport - Class in org.zkoss.zel.impl.lang
A helper class that implements the EL Specification
ELSupport() - Constructor for class org.zkoss.zel.impl.lang.ELSupport
 
ELXelExpression - Class in org.zkoss.xel.zel
An XEL Expression that is based on ZEL ValueExpression.
ELXelExpression(ValueExpression) - Constructor for class org.zkoss.xel.zel.ELXelExpression
 
ELXelExpression - Class in org.zkoss.zkmax.xel.el
A XEL expression that is based on a EL expression.
ELXelExpression(Expression, String, FunctionMapper, Class) - Constructor for class org.zkoss.zkmax.xel.el.ELXelExpression
 
ELXelExpression.ValueReferenceImpl - Class in org.zkoss.xel.zel
 
ELXelExpression.ValueReferenceImpl(Object, Object) - Constructor for class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
Em - Class in org.zkoss.zhtml
The EM tag.
Em() - Constructor for class org.zkoss.zhtml.Em
 
Embed - Class in org.zkoss.zhtml
The EMBED tag.
Embed() - Constructor for class org.zkoss.zhtml.Embed
 
EMBEDDED - Static variable in class org.zkoss.zul.Window
Embeds the window as normal component.
EMPTY - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
Empty enumeration.
EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
Empty iterator.
EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
An empty function mapper, i.e., it has no function defined at all.
EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
The empty node list.
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.zul.mesg.MZul
 
EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
An empty variable resolver, i.e., it has no variable defined at all.
emptyEnumeration() - Static method in class org.zkoss.util.CollectionsX
Returns a generic empty enumeration.
emptyIterable() - Static method in class org.zkoss.util.CollectionsX
Returns an empty iterable object.
emptyIterator() - Static method in class org.zkoss.util.CollectionsX
Returns a generic empty iterator.
EmptyNamedNodeMap - Class in org.zkoss.idom.impl
An empty NamedNodeMap.
EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
 
ENABLE_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
 
enable_tracing() - Method in class org.zkoss.zel.impl.parser.ELParser
Enable tracing.
enableEventThread(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use the event processing thread.
enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
Sets whether to output the doc type.
enableServerPush(boolean) - Method in interface org.zkoss.zk.ui.Desktop
Enables or disables the server-push feature.
enableServerPush(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(boolean, Serializable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Enables the server-push feature with the specified server-push controller.
enableServerPush(boolean, Serializable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Enable/Disable serverpush using reference counting, so that multiple enablers can use the same serverpush and deregister whenever they want.
enableZScript(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether zscript is allowed.
encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
Encodes an AWT image into a byte array in a particular format.
encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
 
encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image.
encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Integer.toHexString.
encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Long.toHexString.
encode(int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be used as XML attribute.
encodeId(StringBuffer, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns an ID representing the specified number The ID consists of 0-9, a-z and _.
encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated.  
encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Deprecated.  
encodeRedirectURL(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Encodes an URL such that it can be used with HttpServletResponse.sendRedirect.
encodeRedirectURL(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL for send redirect.
Encodes - Class in org.zkoss.web.servlet.http
Encoding utilities for servlets.
Encodes() - Constructor for class org.zkoss.web.servlet.http.Encodes
 
Encodes.URLEncoder - Interface in org.zkoss.web.servlet.http
The URL encoder used to encode URL by including the session ID, and servlet context path.
encodeText(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be enclosed by an XML element.
encodeText(StringBuffer, String) - Static method in class org.zkoss.xml.XMLs
Encodes a value and appends it to a string buffer, such that it could be enclosed by an XML element.
encodeText(StringBuffer, String, int, int) - Static method in class org.zkoss.xml.XMLs
Encodes a value of the specified range, and appends it to a string buffer, such that it could be enclosed by an XML element.
encodeThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Encodes a URL with theme key injected.
encodeToURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes the specified URL into an instance of URL.
encodeURI(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for the URI location.
encodeURIComponent(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for an URI query parameter.
encodeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Encodes a URL.
encodeUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
encodeURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated.  
encodeURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Encodes the specified URI.
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the encoded URL.
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
encodeURL(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Encodes an URL.
encodeURL(ServletContext, ServletRequest, ServletResponse, String, Encodes.URLEncoder) - Method in interface org.zkoss.web.servlet.http.Encodes.URLEncoder
Encodes the specified URL by including the session ID and the servlet context path, if necessary.
encodeUrl(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Deprecated.  
encodeURL(ServletRequest, ServletResponse, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL.
encodeURL(String) - Method in interface org.zkoss.zk.ui.Execution
Encodes an URL.
encodeURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes the specified URL.
encodeURL(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
encodeWithZK(String) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the string encoded with ZK.
END - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
END_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
END_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
END_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
endColumn - Variable in class org.zkoss.zel.impl.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
endDTD() - Method in class org.zkoss.idom.input.SAXHandler
 
endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endLine - Variable in class org.zkoss.zel.impl.parser.Token
The line number of the last character of this Token.
endModal(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
Called only internally.
endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the last millisecond date of the specified date and TimeZone.
endOfMonth() - Static method in class org.zkoss.util.Dates
Return the ending date of this month.
endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endOfYear() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string ends with the specified suffix.
endUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
endUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes posted events, deactivate and ends the asynchronous update.
EntityReference - Class in org.zkoss.idom
The iDOM entity reference.
EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
Constructor.
EntityReference() - Constructor for class org.zkoss.idom.EntityReference
Constructor.
entrySet() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
entrySet() - Method in class org.zkoss.util.CacheMap
 
entrySet() - Method in class org.zkoss.util.FilterMap
 
entrySet() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
entrySet() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
entrySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty set, no matter any variable is defined.
entrySet() - Method in class org.zkoss.zul.ListModelMap
 
EOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
End of File.
eol - Variable in exception org.zkoss.zel.impl.parser.ParseException
The end of line string for this machine.
EQ0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
EQ1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Equality() - Method in class org.zkoss.zel.impl.parser.ELParser
 
equals(Object) - Method in class org.zkoss.bind.impl.BindingKey
 
equals(Object) - Method in class org.zkoss.bind.impl.PropertyImpl
 
equals(Object) - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
equals(Object) - Method in class org.zkoss.html.JavaScript
 
equals(Object) - Method in class org.zkoss.html.StyleSheet
 
equals(Object) - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
equals(Object) - Method in class org.zkoss.idom.Namespace
Note: equals() is based on URI only.
equals(Object) - Method in class org.zkoss.json.JavaScriptValue
 
equals(Object) - Method in class org.zkoss.lang.MutableInteger
 
equals(Object, Object) - Static method in class org.zkoss.lang.Objects
Tests whether two objects are equals.
equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
 
equals(Object) - Method in class org.zkoss.util.CacheMap
 
equals(Object) - Method in class org.zkoss.util.FastReadArray
 
equals(Object) - Method in class org.zkoss.util.FilterMap
 
equals(Object) - Method in class org.zkoss.util.logging.Log
Deprecated.  
equals(Object) - Method in class org.zkoss.util.Pair
 
equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
 
equals(Object) - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
equals(Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
 
equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
 
equals(Object) - Method in class org.zkoss.zel.Expression
 
equals(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
Compare two objects for equality, after coercing to the same type if appropriate.
equals(Object) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
equals(Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
equals(ValueExpressionLiteral) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
equals(Object) - Method in class org.zkoss.zk.au.AuRequest
 
equals(Object) - Method in class org.zkoss.zk.au.AuResponse
 
equals(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
equals(Object) - Method in class org.zkoss.zk.ui.Path
 
equals(Object) - Method in class org.zkoss.zk.xel.ExValue
 
equals(Object) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
equals(Object) - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
equals(Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
 
equals(Object) - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
 
equals(Object) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
equals(Object) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
equals(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
equals(Object) - Method in class org.zkoss.zul.GroupsModelArray
 
equals(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
 
equals(Object) - Method in class org.zkoss.zul.ListitemComparator
 
equals(Object) - Method in class org.zkoss.zul.ListModelArray
 
equals(Object) - Method in class org.zkoss.zul.ListModelList
 
equals(Object) - Method in class org.zkoss.zul.ListModelMap
 
equals(Object) - Method in class org.zkoss.zul.ListModelSet
 
equals(Object) - Method in class org.zkoss.zul.RowComparator
 
equals(Object) - Method in class org.zkoss.zul.TreeitemComparator
 
equals(Object) - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
Tests whether two namespace are the same in both prefix and namespace URI.
error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
ERROR - Static variable in class org.zkoss.util.logging.Log
Deprecated. The ERROR level.
error(String, Object...) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a debug message with a format and arguments.
error(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message and a throwable object.
error(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message.
error(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the error message, and a throwable object.
error(Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the error message.
error(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error throwable object.
error(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message and a throwable object by giving message code.
error(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message and a throwable object by giving message code.
error(int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message and a throwable object by giving message code.
error(int, Object[]) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message by giving message code.
error(int, Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message by giving message code.
error(int) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an error message by giving message code.
ERROR - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a white X in a circle with a red background.
ERROR_EXCEPTION - Static variable in class org.zkoss.web.Attributes
The attribute to hold the exception, if any.
ERROR_UNEXPECTED_CHAR - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_TOKEN - Static variable in exception org.zkoss.json.parser.ParseException
 
errorable() - Method in class org.zkoss.util.logging.Log
Deprecated. Tests whether the Log.ERROR level is loggable.
ErrorEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's entering a wrong data or clearing the last wrong data.
ErrorEvent(String, Component, String, Object, String) - Constructor for class org.zkoss.zk.ui.event.ErrorEvent
Constructs an error-relevant event.
ErrorMessageConverter - Class in org.zkoss.bind.converter.sys
A internal converter that shows a error message on any component.
ErrorMessageConverter() - Constructor for class org.zkoss.bind.converter.sys.ErrorMessageConverter
 
escape(String, String) - Static method in class org.zkoss.lang.Strings
Escapes (a.k.a, quote) the special characters with backslash.
escape(StringBuffer, CharSequence, String) - Static method in class org.zkoss.lang.Strings
Escapes (a.k.a. quote) the special characters with backslash and appends it the specified string buffer.
ESCAPE_JAVASCRIPT - Static variable in class org.zkoss.lang.Strings
Used with Strings.escape(java.lang.String, java.lang.String) to escape a string in JavaScript.
escapeXML(String) - Static method in class org.zkoss.xml.XMLs
Encodes a string that special characters are quoted to be compatible with HTML/XML.
escapeXML(char) - Static method in class org.zkoss.xml.XMLs
Escapes a character into a string if it is a special XML character, returns null if not a special character.
escapeXML(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
escapeXML(char) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
eval(BindEvaluatorX, Component, String, Class<T>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
eval(BindEvaluatorX, Component, String, Class<T>, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
evalArgs(BindEvaluatorX, Component, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
evalArgs(BindEvaluatorX, Component, Map<String, Object>, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
evalJavaScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to evaluate the specified JavaScript.
evalProperties(Map<String, Object>, Page, Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Evaluates and retrieves properties to the specified map.
evalProperties(Map<String, Object>, Page, Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Evaluates and retrieves properties to the specified map from ComponentDefinition (and ComponentInfo).
evalProperties(Map<String, Object>, Page, Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
Evaluates an expression that was previously prepared.
evaluate(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
Evaluates an expression.
evaluate(XelContext, String, Class<?>) - Static method in class org.zkoss.xel.Expressions
Evaluates an expression.
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
 
evaluate(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
evaluate(Component, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
Evaluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the page of the specified component.
evaluate(Page, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
Evaluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the specified page.
evaluate(Component, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evaluates the specified expression by use of the current context (Executions.getCurrent()).
evaluate(Page, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evaluates the specified expression with the resolver of the current execution (Executions.getCurrent()).
evaluate(Component, String, Class<?>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, String, Class<?>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Component, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Evaluator, Component, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${).
evaluate(Evaluator, Page, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${).
evaluate(Page, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(Component, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
evaluate(XelContext) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
evaluateComposite(Evaluator, Component, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a component.
evaluateComposite(Evaluator, Page, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a page.
evaluateTemplate(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
evaluateTemplate(Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
evaluateTemplate(Component, Object, int, int, String) - Method in class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
 
EvaluationContext - Class in org.zkoss.zel.impl.lang
 
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.zkoss.zel.impl.lang.EvaluationContext
 
Evaluator - Interface in org.zkoss.zk.xel
A ZK specific expression builder that is based on XEL.
EvaluatorRef - Interface in org.zkoss.zk.xel
A reference to Evaluator.
Evaluators - Class in org.zkoss.xel.util
It maps a name with an evaluator implementation.
Evaluators - Class in org.zkoss.zk.xel
Utilities of evaluation.
Evaluators() - Constructor for class org.zkoss.zk.xel.Evaluators
 
Event - Class in org.zkoss.zk.ui.event
An event sent to the event handler of a component.
Event(String) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event without target.
Event(String, Component) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
Event(String, Component, Object) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
event - Variable in enum org.zkoss.zul.Messagebox.Button
The event name associated with this button type.
eventComplete(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event completes.
EventHandler - Class in org.zkoss.zk.ui.metainfo
An event handler of a component definition (ComponentDefinition).
EventHandler(EvaluatorRef, ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandler(ZScript) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandlerMap - Class in org.zkoss.zk.ui.metainfo
A map of instances of EventHandler.
EventHandlerMap() - Constructor for class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
EventInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
EventInfo(Component, String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.EventInfo
 
EventInterceptor - Interface in org.zkoss.zk.ui.util
The event interceptor used to intercept the processing of events.
EventInterceptors - Class in org.zkoss.zk.ui.impl
Utilities used to handle EventInterceptor.
EventInterceptors() - Constructor for class org.zkoss.zk.ui.impl.EventInterceptors
 
EventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
An event listener that will be notified when an event occurs, if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener).
EventListenerMap - Interface in org.zkoss.zk.ui.sys
Represents a map of event handlers and listeners.
EventProcessingThread - Interface in org.zkoss.zk.ui.sys
Represents an event processing thread.
EventProcessingThreadImpl - Class in org.zkoss.zk.ui.impl
Thread to handle events.
EventProcessingThreadImpl() - Constructor for class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
EventProcessor - Class in org.zkoss.zk.ui.impl
A utility class that simplify the implementation of EventProcessingThread.
EventProcessor(Desktop, Component, Event) - Constructor for class org.zkoss.zk.ui.impl.EventProcessor
 
EventQueue<T extends Event> - Interface in org.zkoss.zk.ui.event
An event queue.
EventQueueProvider - Interface in org.zkoss.zk.ui.event.impl
Used to instantiate an event queue.
EventQueueProviderImpl - Class in org.zkoss.zk.ui.event.impl
A simple implementation of EventQueueProvider.
EventQueueProviderImpl() - Constructor for class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
EventQueueProviderImpl - Class in org.zkoss.zkmax.ui.event.impl
Enhance the default implementation to support EventQueues.GROUP.
EventQueueProviderImpl() - Constructor for class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
 
EventQueues - Class in org.zkoss.zk.ui.event
Utilities to access the event queue.
EventQueues() - Constructor for class org.zkoss.zk.ui.event.EventQueues
 
eventResume(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event resumes.
Events - Class in org.zkoss.zk.ui.event
Utilities to handle events.
Events - Class in org.zkoss.zkmax.ui.event
Utilities to access events for ZkMax.
Events() - Constructor for class org.zkoss.zkmax.ui.event.Events
 
eventStart(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event starts.
eventSuspend(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the processing of the given event suspends.
EventThreadCleanup - Interface in org.zkoss.zk.ui.event
Used to clean the event processing thread.
EventThreadInit - Interface in org.zkoss.zk.ui.event
Used to initialize the event processing thread.
EventThreadResume - Interface in org.zkoss.zk.ui.event
Used to listen after the event processing thread is resumed.
EventThreadSuspend - Interface in org.zkoss.zk.ui.event
Used to listen when the event processing thread is going to suspend.
Exceptions - Class in org.zkoss.lang
Utilities for Exceptions.
Exceptions() - Constructor for class org.zkoss.lang.Exceptions
 
EXCLAMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of an exclamation point in a triangle with a yellow background Since 3.5.0, they are actually style class names to display the icon.
exec(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Executes the specified script.
execNewPage(Execution, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components specified in the given page definition.
execNewPage(Execution, Richlet, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invoke Richlet.service(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.
execRecover(Execution, FailoverManager) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execRecover(Execution, FailoverManager) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes the recovering.
execUpdate(Execution, List<AuRequest>, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execUpdate(Execution, List<AuRequest>, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes an asynchronous update to a component (or page).
execute(BindContext) - Method in class org.zkoss.bind.impl.CommandBindingImpl
 
execute(BindContext) - Method in interface org.zkoss.bind.sys.CommandBinding
Call the command associated with this binding.
EXECUTE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
execute() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
execute() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
execute() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called to process this aborting reason.
execute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
Execute the operation.
EXECUTE_GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
Execution - Interface in org.zkoss.zk.ui
An execution of a client request (e.g., ServletRequest).
execution - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the current execution.
EXECUTION_PROXY - Static variable in class org.zkoss.zk.ui.Components
Execution Proxy
executionAbort(Execution, Desktop, Throwable) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when the activation of the given execution is aborted.
executionActivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an execution is activated.
ExecutionArgParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
ExecutionCarryOver - Class in org.zkoss.zk.ui.impl
A utility to carry over the execution to a server-push thread.
ExecutionCarryOver(Desktop) - Constructor for class org.zkoss.zk.ui.impl.ExecutionCarryOver
 
ExecutionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up an execution.
ExecutionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface to Execution for implementation.
executionDeactivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an activated execution completes and is deactivated.
ExecutionImpl - Class in org.zkoss.zk.ui.http
An Execution implementation for HTTP request and response.
ExecutionImpl(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Page) - Constructor for class org.zkoss.zk.ui.http.ExecutionImpl
Constructs an execution for the given HTTP request.
ExecutionInfo - Interface in org.zkoss.bind.sys.debugger
the base interface of ExecutionInfo
ExecutionInfo - Interface in org.zkoss.zk.ui.sys
The information about the event being served by the current execution.
ExecutionInfoBase - Class in org.zkoss.bind.sys.debugger.impl.info
 
ExecutionInfoBase(String, String, Component, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
ExecutionInit - Interface in org.zkoss.zk.ui.util
Used to initialize an execution when it is created.
ExecutionMonitor - Interface in org.zkoss.zk.ui.util
An application-level listener to know when an execution is activated, deactivated, or waiting for activation.
ExecutionParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
ExecutionResolver - Class in org.zkoss.zk.xel.impl
A variable resolver that is based on the specified execution.
ExecutionResolver(Execution, VariableResolver) - Constructor for class org.zkoss.zk.xel.impl.ExecutionResolver
Constructs a resolver with a parent and a page.
Executions - Class in org.zkoss.zk.ui
Utilities to access Execution.
Executions() - Constructor for class org.zkoss.zk.ui.Executions
 
ExecutionsCtrl - Class in org.zkoss.zk.ui.sys
Additional utilities for Execution.
ExecutionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ExecutionsCtrl
 
executionWait(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
Called when an execution fails to activate and then being waiting for activation.
existBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Whether this component and attribute associated with a binding.
exists(String) - Static method in class org.zkoss.xel.util.Evaluators
Tests whether the evaluator (a.k.a., the expression factory) for the specified evaluator name exists.
exists(String) - Static method in class org.zkoss.zk.device.Devices
Tests whether the device for the specified type exists.
exists(String) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether the interpreter for the specified language name exists.
exists(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Tests if the specified event queue has been created.
exists(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Tests if the specified event queue has been created in the current desktop.
exists(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified language exists.
existsBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Whether this component associated with any bindings.
existsByThread(String) - Static method in class org.zkoss.lang.Classes
Returns whether the specified class exists for the current thread's context class loader.
ExpandBuff(boolean) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
 
Expectable - Interface in org.zkoss.lang
A special interface to denote an exception is expectable -- it means the exception is not caused by programming error.
expectedTokenSequences - Variable in exception org.zkoss.zel.impl.parser.ParseException
Each entry in this array is an array of integers.
EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
EXPONENT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Express - Interface in org.zkoss.zk.ui.event
Deprecated. As of release 6.0.0, replaced with Component.addEventListener(int, String, EventListener) (and specifying the priority to 1000 or greater). Decorates an event listener (EventListener) shall be invoked before other event listeners, including the onXxx member declared in the ZUML pages.
Expression - Interface in org.zkoss.xel
Represent a prepared (a.k.a., compiled) expression.
Expression - Class in org.zkoss.zel
 
Expression() - Constructor for class org.zkoss.zel.Expression
 
Expression() - Method in class org.zkoss.zel.impl.parser.ELParser
 
ExpressionBuilder - Class in org.zkoss.zel.impl.lang
 
ExpressionBuilder(String, ELContext) - Constructor for class org.zkoss.zel.impl.lang.ExpressionBuilder
 
ExpressionFactory - Interface in org.zkoss.xel
Used to prepare expressions (Expression).
ExpressionFactory - Class in org.zkoss.zel
 
ExpressionFactory() - Constructor for class org.zkoss.zel.ExpressionFactory
 
ExpressionFactoryImpl - Class in org.zkoss.zel.impl
 
ExpressionFactoryImpl() - Constructor for class org.zkoss.zel.impl.ExpressionFactoryImpl
 
ExpressionFragment - Class in org.zkoss.zkmax.xel.util
Represents an expression fragment of an expression.
Expressions - Class in org.zkoss.xel
Utilities to use XEL.
Expressions() - Constructor for class org.zkoss.xel.Expressions
 
ExpressionX - Interface in org.zkoss.xel
An extension of Expression to have more control to handle Expression Language EL 2.2 specs.
expunge() - Method in class org.zkoss.util.CacheMap
Enforces to expunge items that exceeds the maximal allowed number or lifetime.
EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall continue.
EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value) to denote it shall not be expunged.
EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall stop.
EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value) to denote it shall be expunged.
Extendlet - Interface in org.zkoss.web.util.resource
A plugin of ClassWebResource to process particular content.
ExtendletConfig - Interface in org.zkoss.web.util.resource
The configuration information used to initialize an Extendlet (a.k.a., a resource processor).
ExtendletContext - Interface in org.zkoss.web.util.resource
This interface defines an extended context that Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int) will try to resolve.
ExtendletDspContext - Class in org.zkoss.web.servlet.dsp
Extendlet-based DSP context.
ExtendletDspContext(ExtendletContext, HttpServletRequest, HttpServletResponse, String, Writer) - Constructor for class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
ExtendletLoader<V> - Class in org.zkoss.web.util.resource
A skeletal implementation of the loader used to implement an extendlet.
ExtendletLoader() - Constructor for class org.zkoss.web.util.resource.ExtendletLoader
 
externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ExValue - Class in org.zkoss.zk.xel
Used to represent a string value that might contain an expression.
ExValue(String, Class) - Constructor for class org.zkoss.zk.xel.ExValue
Constructor.

F

F1 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F10 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F11 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F12 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F2 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F3 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F4 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F5 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F6 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F7 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F8 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F9 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
FacadeInvoker - Class in org.zkoss.lang.reflect
The facade invocation handler.
FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
 
FacadeNodeList - Class in org.zkoss.idom.impl
The NodeList which is a facade of another java List.
FacadeNodeList(List) - Constructor for class org.zkoss.idom.impl.FacadeNodeList
Constructor.
FACTORY_CLASS_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
 
FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
 
FailoverManager - Interface in org.zkoss.zk.ui.sys
Represents a class that is able to handle fail-over in the application specific way.
failToExecute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
Notify when 1.any Exception occurs when execute 2.thread is terminate by OperationThread.terminate() 3.desktop is not longer available
FALSE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
FastReadArray<T> - Class in org.zkoss.util
An array of objects that are fast to read but a bit slower to add and remove.
FastReadArray(Class<?>) - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of the specified class.
FastReadCache<K,V> - Class in org.zkoss.util
A CacheMap that the possibility to have cache hit is much more than not.
FastReadCache() - Constructor for class org.zkoss.util.FastReadCache
Constructor.
FastReadCache(int, int) - Constructor for class org.zkoss.util.FastReadCache
Constructor.
FastReadCache(int, int, short) - Constructor for class org.zkoss.util.FastReadCache
Constructor.
fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapperExt.resolveClass(java.lang.String)
FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapper.resolveFunction(java.lang.String, java.lang.String)
FieldComparator - Class in org.zkoss.zul
Based on the the given field names to compare the field value of the object that is passed in FieldComparator.compare(java.lang.Object, java.lang.Object) method.
FieldComparator(String, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
FieldComparator(String, boolean, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
Fields - Class in org.zkoss.lang.reflect
Utilities to access fields.
Fields() - Constructor for class org.zkoss.lang.reflect.Fields
 
Fieldset - Class in org.zkoss.zhtml
The FIELDSET tag.
Fieldset() - Constructor for class org.zkoss.zhtml.Fieldset
 
file - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
Filedownload - Class in org.zkoss.zhtml
File download utilities.
Filedownload() - Constructor for class org.zkoss.zhtml.Filedownload
 
Filedownload - Class in org.zkoss.zkmax.zul
More filedownload utilities, such as resumable filedownload.
Filedownload() - Constructor for class org.zkoss.zkmax.zul.Filedownload
 
Filedownload - Class in org.zkoss.zul
File download utilities.
Filedownload() - Constructor for class org.zkoss.zul.Filedownload
 
FiledownloadListener - Interface in org.zkoss.zkmax.zul
The listener used with Filedownload.saveResumable(java.io.File, java.lang.String, java.lang.String) to reject a download if the user tried to resume it in unacceptable situation.
filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 
FileReader - Class in org.zkoss.io
Convenience class for reading character files.
FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the File instance to read from.
FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
Files - Class in org.zkoss.io
File related utilities.
Files() - Constructor for class org.zkoss.io.Files
 
Fileupload - Class in org.zkoss.zhtml
A fileupload dialog used to let user upload a file.
Fileupload() - Constructor for class org.zkoss.zhtml.Fileupload
 
Fileupload - Class in org.zkoss.zul
A fileupload dialog used to let user upload a file.
Fileupload() - Constructor for class org.zkoss.zul.Fileupload
 
Fileupload(String) - Constructor for class org.zkoss.zul.Fileupload
 
Fileupload(String, String) - Constructor for class org.zkoss.zul.Fileupload
 
FileuploadDlg - Class in org.zkoss.zul.impl
Used with Fileupload to implement the upload feature.
FileuploadDlg() - Constructor for class org.zkoss.zul.impl.FileuploadDlg
 
FileWriter - Class in org.zkoss.io
Convenience class for writing character files.
FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
FillBuff() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
 
filter(Object, V) - Method in interface org.zkoss.util.FilterMap.Filter
Called to filter a value.
Filter - Interface in org.zkoss.web.util.resource
A filter is an object that performs filtering task on a request to Extendlet.
FILTER_INCLUDE - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request is dispatched due to the inclusion.
FILTER_REQUEST - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request comes directly from the client.
FilterChain - Interface in org.zkoss.web.util.resource
A FilterChain is an object provided by ZK to the developer giving a view into the invocation chain of a filtered request.
FilterConfig - Interface in org.zkoss.web.util.resource
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterMap<K,V> - Class in org.zkoss.util
A map that allows the value to be evaluated before returning (so called filtering).
FilterMap(Map<K, V>, FilterMap.Filter<V>) - Constructor for class org.zkoss.util.FilterMap
 
FilterMap.Filter<V> - Interface in org.zkoss.util
Filters the given value (to evaluate when the value is retrieved).
finalize() - Method in class org.zkoss.io.RepeatableInputStream
 
finalize() - Method in class org.zkoss.io.RepeatableReader
 
find(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns a list of Components that match the selector.
find(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns a list of Components that match the selector.
FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
Indicates the namespace argument is a prefix rather than URI.
FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
Indicates the searching is based on regular expression (upon the name argument).
FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
Indicates the name argument is a tag name rather than local name.
FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
Indicates the searching is case insensitive.
FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
Indicates the searching looks for all descendants.
findAttribute(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Finds the attribute from page, request, session to application scope
findCause(Throwable, Class<?>) - Static method in class org.zkoss.lang.Exceptions
Finds the causes of an exception, ex, to see whether any of them is the given type.
findElement(List, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
FINE_NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number precision.
FINE_NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number scale.
FINER - Static variable in class org.zkoss.util.logging.Log
Deprecated. The FINER level.
finer(String, Object...) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message with a format and arguments.
finer(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message and a throwable object.
finer(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message.
finer(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the finer message, and a throwable object.
finer(Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the finer message.
finer(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer throwable object.
finer(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message and a throwable object by giving message code.
finer(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message and a throwable object by giving message code.
finer(int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message and a throwable object by giving message code.
finer(int, Object[]) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message by giving message code.
finer(int, Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message by giving message code.
finer(int) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a finer message by giving message code.
finerable() - Method in class org.zkoss.util.logging.Log
Deprecated. Tests whether the Log.FINER level is loggable.
finish() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
finish() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
finish() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called after all processing is done, and just before deactivating the execution.
finishUpdate(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
finishUpdate(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Finishes the update and returns the result in an array of JSON object.
fireChartChange() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
fireEvent(int, Comparable<Object>, Object) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
Fires a ChartDataEvent for all registered listener (thru DefaultChartProperties.addChartDataListener(org.zkoss.zul.event.ChartDataListener).
fireEvent(int, Object) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
fireEvent(int, Comparable<?>, Object) - Method in class org.zkoss.zul.AbstractChartModel
Deprecated. As released of 7.0.1, use AbstractChartModel.fireEvent(int, Comparable, Comparable, int, int, Object) instead.
fireEvent(int, Comparable<?>, Comparable<?>, int, int, Object) - Method in class org.zkoss.zul.AbstractChartModel
Fires a ChartDataEvent for all registered listener (thru AbstractChartModel.addChartDataListener(org.zkoss.zul.event.ChartDataListener).
fireEvent(int, int, int, int) - Method in class org.zkoss.zul.AbstractGroupsModel
Fires a GroupsDataEvent for all registered listener (thru AbstractGroupsModel.addGroupsDataListener(org.zkoss.zul.event.GroupsDataListener).
fireEvent(int, int, int) - Method in class org.zkoss.zul.AbstractListModel
Fires a ListDataEvent for all registered listener (thru AbstractListModel.addListDataListener(org.zkoss.zul.event.ListDataListener).
fireEvent(E, int, int, int) - Method in class org.zkoss.zul.AbstractTreeModel
Deprecated. As of release 6.0.0, replaced with AbstractTreeModel.fireEvent(int, int[], int, int).
fireEvent(int, int[], int, int) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener Note: you can invoke this method only in an event listener.
fireEvent(int, String, Object) - Method in class org.zkoss.zul.DialModel
Fire the chart data event with the given property key.
fireOpenChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener when open status has changed.
fireSelectionChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener when selection status has changed.
fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractGroupsModel
Selectable's implementor use only.
fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractListModel
Selectable's implementor use only.
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelArray
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelList
 
fireSelectionEvent(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelSet
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.SimpleListModel
 
FIRST - Static variable in interface org.zkoss.zul.mesg.MZul
 
Fisheye - Class in org.zkoss.zkex.zul
A fisheye item.
Fisheye() - Constructor for class org.zkoss.zkex.zul.Fisheye
 
Fisheye(String, String) - Constructor for class org.zkoss.zkex.zul.Fisheye
 
Fisheyebar - Class in org.zkoss.zkex.zul
A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
Fisheyebar() - Constructor for class org.zkoss.zkex.zul.Fisheyebar
 
Flash - Class in org.zkoss.zul
A generic flash component.
Flash() - Constructor for class org.zkoss.zul.Flash
 
Flash(String) - Constructor for class org.zkoss.zul.Flash
 
FLOATING_POINT_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
FloatingPoint() - Method in class org.zkoss.zel.impl.parser.ELParser
 
flush() - Method in class org.zkoss.io.NullWriter
 
flush() - Method in class org.zkoss.io.WriterOutputStream
 
flush() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
flush(Object, Object, boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Flush the result of responses to client.
flushBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
flushBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
focus() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
Font - Class in org.zkoss.zhtml
The FONT tag.
Font() - Constructor for class org.zkoss.zhtml.Font
 
Foot - Class in org.zkoss.zul
Defines a set of footers (Footer) for a grid (Grid).
Foot() - Constructor for class org.zkoss.zul.Foot
 
Footer - Class in org.zkoss.zul
A column of the footer of a grid (Grid).
Footer() - Constructor for class org.zkoss.zul.Footer
 
Footer(String) - Constructor for class org.zkoss.zul.Footer
 
Footer(String, String) - Constructor for class org.zkoss.zul.Footer
 
FooterElement - Class in org.zkoss.zul.impl
A skeletal implementation for a footer.
FooterElement() - Constructor for class org.zkoss.zul.impl.FooterElement
 
FooterElement(String) - Constructor for class org.zkoss.zul.impl.FooterElement
 
FooterElement(String, String) - Constructor for class org.zkoss.zul.impl.FooterElement
 
ForEach - Class in org.zkoss.web.servlet.dsp.action
Iterators thru a collection/array of items.
ForEach() - Constructor for class org.zkoss.web.servlet.dsp.action.ForEach
 
ForEach - Interface in org.zkoss.zk.ui.util
Used to denote a collection of elements.
ForEachImpl - Class in org.zkoss.zk.ui.util
An implementation of ForEach.
ForEachImpl(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Component, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachStatus - Interface in org.zkoss.zk.ui.util
Represents the runtime information of each iteration caused by ForEach.
forFields(Class<?>, Class<A>, Reflections.FieldRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Traverse through all fields with a certain annotation in a class and it super classes.
Form - Interface in org.zkoss.bind
Virtual Bean that associated with a form.
FORM - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
 
Form - Class in org.zkoss.zhtml
The FORM tag.
Form() - Constructor for class org.zkoss.zhtml.Form
 
FORM_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
FORM_ATTR - Static variable in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
 
FORM_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
FORM_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
FORM_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
FORM_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
FORM_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
FORM_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
format(Element) - Static method in class org.zkoss.idom.util.IDOMs
Formats the specified element for better readability by adding white spaces.
format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
Formats the specified object into a string.
format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
Formats a Date object based on the current Locale and the default date format (DateFormat.DEFAULT.
format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of Locales.getCurrent().
format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer.
format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer and Locales.getCurrent().
format(String) - Method in interface org.zkoss.util.resource.Location
Formats the given message by prefixing with the location information.
format(String, Locator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, Locator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, SourceLocator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, String, String, int, int) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
formatByName(String, Map<String, ?>, Locale) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names, enclosing with {}, with values found in the giving map.
formatByName(String, Map<String, ?>) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names with values found in the giving map, by use of Locales.getCurrent().
formatDate(Date, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a Date into a date/time string.
formatDate(Date, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a Date into a date/time string.
FormatedDateConverter - Class in org.zkoss.bind.converter
Converter to convert String to Date.
FormatedDateConverter() - Constructor for class org.zkoss.bind.converter.FormatedDateConverter
 
FormatedNumberConverter - Class in org.zkoss.bind.converter
Converter to convert String to Number.
FormatedNumberConverter() - Constructor for class org.zkoss.bind.converter.FormatedNumberConverter
 
FormatInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for an input box with format.
FormatInputElement() - Constructor for class org.zkoss.zul.impl.FormatInputElement
 
formatLocationMessage(String, Object) - Static method in class org.zkoss.bind.impl.MiscUtil
 
formatLocationMessage(String, Component) - Static method in class org.zkoss.bind.impl.MiscUtil
 
formatLocationMessage(String, Annotation) - Static method in class org.zkoss.bind.impl.MiscUtil
 
formatLocationMessage(String, Location) - Static method in class org.zkoss.bind.impl.MiscUtil
 
formatNumber(Object, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a number (Integer, BigDecimal...) into a string.
formatNumber(Object, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a number (Integer, BigDecimal...) into a string.
formatNumber(Object, String) - Method in class org.zkoss.zul.impl.NumberInputElement
Formats a number (Integer, BigDecimal...) into a string.
formatStackTrace(Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and returns the result.
formatStackTrace(StringBuffer, Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer.
formatStackTrace(StringBuffer, Throwable, String, int) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer, but only display at most maxcnt lines.
FormBeanValidator - Class in org.zkoss.zkmax.bind
A FormBeanValidator() - Constructor for class org.zkoss.zkmax.bind.FormBeanValidator
 
FormBinding - Interface in org.zkoss.bind.sys
A binding tells how to deal with Load and Save between a form and a bean.
FormBindingImpl - Class in org.zkoss.bind.impl
Base implementation of FormBinding.
FormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.FormBindingImpl
 
FormELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for Form.
FormELResolver() - Constructor for class org.zkoss.bind.xel.zel.FormELResolver
 
forMethods(Class<?>, Class<A>, Reflections.MethodRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Traverse through all methods with a certain annotation in a class, including ones inherited from its super class.
FormExt - Interface in org.zkoss.bind
An addition interface of Form to provide more control.
FormImpl - Class in org.zkoss.bind.impl
Implementation of the Form.
FormImpl() - Constructor for class org.zkoss.bind.impl.FormImpl
 
FormStatus - Interface in org.zkoss.bind
Represents the runtime information of the Form
forName(String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
 
forNameByThread(String) - Static method in class org.zkoss.lang.Classes
Returns the Class object of the specified class name, using the current thread's context class loader.
forNameByThread(String) - Static method in class org.zkoss.zel.impl.util.ClassUtil
Returns the Class object of the specified class name, using the current thread's context class loader.
forNamePrimitive(String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
 
forward(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
forward(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
forward(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page.
forward(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page with parameters.
forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Forward to the specified URI.
forward(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of forward(request, response, uri, null, 0).
forward(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
Forwards to another page.
forward(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of forward(null, page, null, 0).
forward(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().forward(page).
forward(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
forward(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
FORWARD_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The original context path that forwards this page; set by the servlet container.
FORWARD_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The original request URI that forwards this page; set by the servlet container.
FORWARD_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
ForwardEvent - Class in org.zkoss.zk.ui.event
Represents the event forwarded by the forward condition.
ForwardEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a forward event.
ForwardEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a forward event.
ForwardInfo - Class in org.zkoss.zk.ui.metainfo
The forward directive in the ZUML page.
ForwardInfo(String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ForwardInfo
 
Framable - Interface in org.zkoss.zul.ext
Indicates a component that can be built-in collapsible, closable, maximizable, and minimizable behavior, along with a variety of pre-built tool buttons that can be wired up to provide other customized behavior.
FRAME_BG_ALPHA - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR_1 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR_2 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_FG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Frozen - Class in org.zkoss.zul
A frozen component to represent a frozen column or row in grid, like MS Excel.
Frozen() - Constructor for class org.zkoss.zul.Frozen
 
FulfillEvent - Class in org.zkoss.zk.ui.event
Represents the fulfill condition has been applied.
FulfillEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FulfillEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FullComposer - Interface in org.zkoss.zk.ui.util
A decorative interface used with Composer (and/or ComposerExt) to indicate that it requires the full control.
Function - Interface in org.zkoss.xel
Represents a XEL function.
function - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's function.
Function() - Method in class org.zkoss.zel.impl.parser.ELParser
 
FunctionDefinition - Class in org.zkoss.xel.taglib
Represents a function defined in a taglib.
FunctionDefinition(String, String, Function) - Constructor for class org.zkoss.xel.taglib.FunctionDefinition
 
FunctionMapper - Interface in org.zkoss.xel
Used to customize the way to map between the XEL function names and the Function methods.
FunctionMapper - Class in org.zkoss.zel
 
FunctionMapper() - Constructor for class org.zkoss.zel.FunctionMapper
 
FunctionMapperExt - Interface in org.zkoss.xel
Implemented with FunctionMapper to resolve the class.
FunctionMapperFactory - Class in org.zkoss.zel.impl.lang
 
FunctionMapperFactory(FunctionMapper) - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperFactory
 
FunctionMapperImpl - Class in org.zkoss.zel.impl.lang
 
FunctionMapperImpl() - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
FunctionMapperImpl.Function - Class in org.zkoss.zel.impl.lang
 
FunctionMapperImpl.Function(String, String, Method) - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
FunctionMapperImpl.Function() - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
FunctionMapperInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the function mapper (FunctionMapper).
FunctionMapperInfo(Class<? extends FunctionMapper>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(Class<? extends FunctionMapper>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(FunctionMapper) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with an initiator that will be reuse each time FunctionMapperInfo.newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
functions - Variable in class org.zkoss.xel.taglib.TaglibDefinition
A map of functions.
functions - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
FUNCTIONSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
FUNNEL - Static variable in class org.zkoss.zul.Chart
 
FunnelChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The funnel chart property lets you control a variety of functional elements on the chart with {link SingleValueCategoryModel}.
FunnelChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
 
Fusionchart - Class in org.zkoss.zkmax.zul
The Fusionchart component.
Fusionchart() - Constructor for class org.zkoss.zkmax.zul.Fusionchart
 
FusionchartEngine<T> - Interface in org.zkoss.zkmax.zul.fusionchart
Fusionchart engine is an engine that do the fusionchart XML building.
FusionInvoker - Class in org.zkoss.lang.reflect
The fusion invocation handler.
FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker
Use FusionInvoker.newInstance(Object[]) instead.

G

GANTT - Static variable in class org.zkoss.zul.Chart
 
GanttChartCategoriesPropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttChartCategoriesPropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
 
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
 
GanttChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The GanttFusionchartProperty lets you control a variety of functional elements on the chart.
GanttChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
 
GanttChartHeaderPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttChartHeaderPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
 
GanttChartSeriesPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttChartSeriesPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
 
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
 
GanttModel - Class in org.zkoss.zul
A data model for Gantt chart.
GanttModel() - Constructor for class org.zkoss.zul.GanttModel
 
GanttModel.GanttTask - Class in org.zkoss.zul
A Task in an operation series; a helper class used in GanttModel.
GanttModel.GanttTask(String, Date, Date, double) - Constructor for class org.zkoss.zul.GanttModel.GanttTask
 
GanttTableConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
A table config for gnatt chart table.
GanttTableConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig
 
GanttTableConfig.GanttRowPropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
The GanttRow of the gantt chart table.
GanttTableConfig.GanttRowPropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
 
GanttTableConfig.GanttTableColumnProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
A tableColumn properties bean for gantt chart table.
GanttTableConfig.GanttTableColumnProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
 
GanttTableConfig.GanttTableColumnPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
GanttTableConfig.GanttTableColumnPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
 
GanttTableRenderer<T> - Interface in org.zkoss.zkmax.zul.fusionchart
The GanttTableRenderer was used to render the Fusionchart XML String with GanttTableModel (ListModel).
GE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
GE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
generateCaptcha(Object) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
generateCaptcha(Object) - Method in interface org.zkoss.zul.impl.CaptchaEngine
Per the given data, generate the distortion Captcha image into a byte array.
generateParseException() - Method in class org.zkoss.zel.impl.parser.ELParser
Generate ParseException.
generateURI(String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Generates URI by appending the parameters.
generateURI(String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Generates URI by appending the parameters.
GenericAutowireComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page.
GenericAutowireComposer() - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
The default constructor.
GenericAutowireComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
Constructor with a custom separator.
GenericAutowireComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
Constructors with full control, including separator, whether to search zscript and xel variables
GenericComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericComposer() - Constructor for class org.zkoss.zk.ui.util.GenericComposer
 
GenericDevice - Class in org.zkoss.zk.device
A skeletal implementation of Device.
GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
 
GenericEventListener<T extends Event> - Class in org.zkoss.zk.ui.event
An abstract event listener that you can extend and write intuitive onXxx event handler methods; this class dispatch event to the implemented onXxx event handler methods automatically.
GenericEventListener() - Constructor for class org.zkoss.zk.ui.event.GenericEventListener
 
GenericFilter - Class in org.zkoss.web.servlet
A generic class to help implementing servlet filter.
GenericFilter() - Constructor for class org.zkoss.web.servlet.GenericFilter
 
GenericForwardComposer<T extends Component> - Class in org.zkoss.zk.ui.util
A skeletal composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericForwardComposer() - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
The default constructor.
GenericForwardComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
Constructor with a custom separator.
GenericForwardComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
Constructor with full control.
GenericInitiator - Class in org.zkoss.zk.ui.util
A skeletal implementation that provides does-nothing for all methods, such that the deriving class needs only to implement the required method.
GenericInitiator() - Constructor for class org.zkoss.zk.ui.util.GenericInitiator
 
GenericInterpreter - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing a interpreter (Interpreter).
GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
 
GenericRichlet - Class in org.zkoss.zk.ui
Defines a generic richlet.
GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
 
Generics - Class in org.zkoss.lang
Utilities to handle generic types, such as converting a non-type object to a generic type without warning.
Generics() - Constructor for class org.zkoss.lang.Generics
 
get(String) - Static method in class org.zkoss.bind.impl.SystemConverters
 
get(String) - Static method in class org.zkoss.bind.impl.SystemValidators
 
get(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get the element with name.
get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method in the object.
get(int) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code without formating arguments.
get(int, Object) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user with ONE format-argument.
get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user.
get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code.
get(Object) - Method in interface org.zkoss.util.Cache
Returns the object of the specified key, or null if not found.
get(Object) - Method in class org.zkoss.util.CacheMap
 
get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
 
get(Object) - Method in class org.zkoss.util.FastReadCache
 
get(Object) - Method in class org.zkoss.util.FilterMap
 
get(Object) - Method in class org.zkoss.util.MultiCache
 
get(Object) - Method in class org.zkoss.util.resource.ResourceCache
Returns the resource, or null if not found.
get(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
get(ResourceCache<V>, ServletContext, String, Object) - Static method in class org.zkoss.web.util.resource.ResourceCaches
Loads, parses and returns the resource of the specified URI, or null if not found.
get(K) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
 
get(String) - Static method in class org.zkoss.zel.impl.util.MessageFactory
 
get(String, Object...) - Static method in class org.zkoss.zel.impl.util.MessageFactory
 
get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter.
get(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter's scope associated with the giving scope.
get(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
get(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified name, or null if not not found.
get(Class) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified class, or null if not found.
get(Component, String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns the first effective event handler of the specified event name, or null if not available.
get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Retrieves a ZK session from the cache, or null if the ZK session is not stored.
get(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
get(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
get() - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(String, String) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(String, String, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(String, String, int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message and title.
get(String, String, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(Map<String, Object>, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(Map<String, Object>, String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
The implementation of all public get methods.
get(int) - Method in class org.zkoss.zul.ListModelArray
Get the value of this ListModelArray at specified index.
get(int) - Method in class org.zkoss.zul.ListModelList
 
get(Object) - Method in class org.zkoss.zul.ListModelMap
 
getAccessFieldName() - Method in class org.zkoss.bind.impl.Path
Returns the path as a String for Form access purpose.
getAccessibleObject(Class<?>, String, Class<?>[], int) - Static method in class org.zkoss.lang.Classes
Gets the specified accessible object, either a method or a field, by searching the specified name.
getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
Returns the last access time.
getAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the client-side action (CSA).
getActivationLock() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getActivationLock() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the lock used to activate an execution.
getActiveDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active desktops.
getActivePage() - Method in class org.zkoss.zul.event.PagingEvent
Returns the active page (starting from 0).
getActivePage() - Method in interface org.zkoss.zul.ext.Pageable
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.impl.MeshElement
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Paging
 
getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active sessions.
getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active asynchronous updates.
getAfterHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAfterHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content that shall be generated inside the head element and after ZK's default tags (never null).
getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that shall be generated inside the head element and after ZK's default tags (never null).
getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the tags that shall be generated inside the head element and after ZK's default tags (never null).
getAfterSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.AfterSizeEvent
Converts an AU request to a AfterSizeEvent.
getAfterWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get save-after event expression.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the horizontal alignment.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alignment.
getAlign() - Method in class org.zkoss.zul.Applet
Returns the alignment of an applet according to surrounding elements.
getAlign() - Method in class org.zkoss.zul.Box
Returns the alignment of cells of a box in the 'opposite' direction (null, start, center, end).
getAlign() - Method in class org.zkoss.zul.Cell
Returns the horizontal alignment.
getAlign() - Method in class org.zkoss.zul.Div
Deprecated. as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Grid
Deprecated. As of release 5.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Iframe
Deprecated. as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.impl.FooterElement
Returns the horizontal alignment of this footer.
getAlign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the horizontal alignment of this column.
getAlign() - Method in class org.zkoss.zul.Row
Returns the horizontal alignment of the whole row.
getAlign() - Method in class org.zkoss.zul.Tabs
Returns the alignment of tab.
getAlign() - Method in class org.zkoss.zul.Toolbar
Returns the alignment of any children added to this toolbar.
getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get a readonly list of all elements with name.
getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly list of all event handlers associated with the specified event name, or null if no handler is associated with.
getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all language definitions regardless of the device type.
getAllBindings() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Return all Bindings covered by this DataBinder
getAllInterfaces(Class<?>) - Static method in class org.zkoss.lang.Classes
Returns all interfaces that are implemented by the specified class.
getAllProperties() - Method in interface org.zkoss.zkmax.zul.ChartProperties
Returns all properties.
getAllProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
getAllSeries() - Method in class org.zkoss.zul.GanttModel
Return all series of this GanttModel.
getAlt() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alt.
getAnchor() - Method in class org.zkoss.zul.Anchorchildren
Returns the anchor setting.
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the name (String) of properties that are associated at least one annotation (never null).
getAnnotatedProperties() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the name of properties that are associated at least one annotation (never null).
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the names (String) of the properties that are associated with the specified annotation (never null).
getAnnotatedPropertiesBy(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the names of the properties that are associated with the specified annotation (never null).
getAnnotation(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Deprecated. As of release 6.0.0, replaced with AbstractComponent.getAnnotation(String, String).
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the specified property, or null if not available.
getAnnotation(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Deprecated. As of release 6.0.0, replaced with ComponentCtrl.getAnnotation(String, String).
getAnnotation(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotation associated with the definition of the specified property, or null if not available.
getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
 
getAnnotationMap() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the annotation map defined in this definition, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the annotation map defined in this info, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getAnnotations(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations() - Method in class org.zkoss.zk.ui.AbstractComponent
Deprecated. As of release 6.0.0, replaced with AbstractComponent.getAnnotations(String).
getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotations associated with the specified property.
getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the the specified property.
getAnnotations(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotations associated with the definition of the specified property.
getAnnotations() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Deprecated. As of release 6.0.0, replaced with ComponentCtrl.getAnnotations(String).
getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations (Annotation) associated with the specified property.
getAnyField(Class<?>, String) - Static method in class org.zkoss.lang.Classes
Gets the specified field by searching all fields including any access control and any base class.
getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets the specified method by searching all methods including any access control and any base class.
getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring application context.
getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAppName() - Method in interface org.zkoss.zk.ui.WebApp
Returns the application name, never null.
getArchive() - Method in class org.zkoss.zul.Applet
Returns the location of an archive file (URL).
getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
Inherited from MouseEvent, but not applicable to DropEvent.
getArea() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the logical name of the area that the click occurs, or null if not available.
getAreaComponent() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the component representing the area that the click occurs, or null if not associated with any component.
getAreaListener() - Method in class org.zkoss.zul.Chart
Returns the renderer to render each area, or null if the default renderer is used.
getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
Returns arg (Execution.getArg()) when the component is created.
getArg() - Method in interface org.zkoss.zk.ui.Execution
Returns the parameters (aka., arg) if Execution.pushArg(java.util.Map) is called recently, or an empty map if not available.
getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getArgs() - Method in class org.zkoss.bind.GlobalCommandEvent
Gets the global-command args.
getArgs() - Method in class org.zkoss.bind.impl.BindingImpl
 
getArgs() - Method in interface org.zkoss.bind.sys.Binding
Returns an argument pairs map(read only).
getArgs() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get generic arguments.
getAssociatedNode(Treeitem, Tree) - Method in class org.zkoss.zul.Tree
Return a node which is an associated Treeitem ti in a Tree tree
getAssociates() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns all associate nodes of this node.
getAssociates() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getAttachEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the attach edge.
getAttr() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getAttr() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get component attribute name.
getAttribute(Object) - Method in interface org.zkoss.bind.BindContext
Returns value of the given key in this Bind Context.
getAttribute(Object) - Method in class org.zkoss.bind.impl.BindContextImpl
 
getAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
 
getAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
 
getAttribute(String) - Method in class org.zkoss.idom.Element
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the attribute of the specified scope.
getAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns the value of the specified attribute, or null if not available.
getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Returns the value of the specified custom attribute in the specified scope, or null if not defined.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the value of the specified custom attribute associated with the desktop.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified request attribute.
getAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns the custom attribute associated with this object (scope).
getAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns the custom attribute associated with this object.
getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as getAttribute(name).
getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the first value of the given attribute, or null if not found.
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified custom attribute in the specified scope.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified attribute associated with this page.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Returns the value of the specified custom attribute.
getAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the value of an application-specific attribute, or null if not found.
getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the specified custom attribute.
getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the index of the first attribute that matches the specified criteria.
getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
Gets the index of the attribute with the giving local name.
getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the first attribute that matches the specified criteria.
getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
Gets the attribute with the tag name.
getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String) - Method in class org.zkoss.idom.Element
 
getAttributeItems() - Method in interface org.zkoss.idom.Attributable
Returns all attributes of this object.
getAttributeItems() - Method in class org.zkoss.idom.Element
 
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttributeNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttributeNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAttributeNode(String) - Method in class org.zkoss.idom.Element
 
getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the custom attribute associated with this component, or the fellow of this component; or null if not found.
getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the custom attribute associated with this page, or the fellow of this page; or null if no found.
getAttributes() - Method in interface org.zkoss.bind.BindContext
Returns a copy of all attributes in this Bind context.
getAttributes() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getAttributes(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets a list of attributes of the specified criteria.
getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getAttributes() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttributes() - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttributes() - Method in interface org.zkoss.xel.XelContext
Returns all attributes
getAttributes(int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes(int) - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
Returns all custom attributes associated with this desktop.
getAttributes() - Method in interface org.zkoss.zk.ui.Execution
Returns a map of request attributes associated with this session.
getAttributes() - Method in interface org.zkoss.zk.ui.ext.Scope
Returns all custom attributes associated with this object (scope).
getAttributes() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttributes(StringBuffer, Map<String, Object>, Collection<Namespace>) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
Generates the attributes for the specified properties and namespaces.
getAttributes(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the map of attributes(never null).
getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes associated with this page.
getAttributes() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getAttributes() - Method in interface org.zkoss.zk.ui.Session
Returns a map of custom attributes associated with this session.
getAttributes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a map of application-specific attributes.
getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
Returns a map of custom attributes associated with this object.
getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the value of the first attribute that matches the giving criteria, or null if not found.
getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
Returns the value of the attribute of the specified tag name, or null if not specified.
getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeValue(String) - Method in class org.zkoss.idom.Element
 
getAttributeValues(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns all values of the given attribute, or null if not found.
getAuDecoder() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAuDecoder() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the AU decoder for this Web application, or null if not assigned.
getAuDecoderClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to decode AU requests, or null if the default shall be used.
getAuExtension(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU extension that is associated the specified prefix.
getAuExtension(String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU extension associated with the specified prefix, or null if no AU extension associated.
getAuService() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAuService() - Method in interface org.zkoss.zk.ui.Component
Returns an AU service to process the AU request before the component's default handling.
getAutag() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAutag() - Method in interface org.zkoss.zk.ui.Component
Returns the AU tag for this widget.
getAuthType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAuthType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getAutodisable() - Method in class org.zkoss.zul.Button
Returns a list of component IDs that shall be disabled when the user clicks this button.
getAutodisable() - Method in class org.zkoss.zul.Checkbox
Returns a list of component IDs that shall be disabled when the user clicks this checkbox.
getAutodisable() - Method in class org.zkoss.zul.Menuitem
Returns a list of component IDs that shall be disabled when the user clicks this menuitem.
getAutomaticTimeout() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAutomaticTimeout() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns whether to automatically redirect to the timeout URI.
getAutomaticTimeout() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns whether to automatically redirect to the timeout URI.
getAutoResendTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout, in milliseconds, for re-sending the AU request when the server's service unavailable or timeout.
getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns a set of child components that are available at the client, or null if ALL available.
getAvailableAtClient() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
getAvailableAtClient(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
getAvailableAtClient() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getAvailableAtClient(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
getAvailableAtClient() - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at client.
getAvailableAtClient(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at client with more control.
getAvailableAtClient(int, int, boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at the client within the given range.
getAvailableAtClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
getAverageDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of desktops being created in an hour.
getAverageSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of sessions being created in an hour.
getAverageUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of asynchronous updates being created in an hour.
getBadgeText() - Method in class org.zkoss.zkmax.zul.Nav
Returns the badge text of the nav
getBase() - Method in class org.zkoss.bind.impl.PropertyImpl
 
getBase() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
getBase() - Method in interface org.zkoss.bind.Property
Returns the base object of this property.
getBase() - Method in class org.zkoss.bind.PropertyChangeEvent
Gets the base object
getBase() - Method in interface org.zkoss.xel.ValueReference
Returns the base model.
getBase() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
getBase() - Method in class org.zkoss.zel.ValueReference
 
getBaseExpression(BindEvaluatorX) - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getBean() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns associated bean of this TrackerNode.
getBean() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getBean(Component) - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Returns the associated bean of this binding; e.g., for a binding to the bean "a.b.c", this will return the bean associated to "a.b" (and c is the property name).
getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name.
getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name and class.
getBeanClass(ValidationContext, Object) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
Get the bean class of the base object.
getBeanManager() - Static method in class org.zkoss.zkplus.cdi.CDIUtil
Returns the CDI BeanManager.
getBeanProperty(String) - Method in class org.zkoss.zel.BeanELResolver.BeanProperties
 
getBeforeHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getBeforeHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content that shall be generated inside the head element and before ZK's default tags (never null).
getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that shall be generated inside the head element and before ZK's default tags (never null).
getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the tags that shall be generated inside the head element and before ZK's default tags (never null).
getBegin() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
 
getBegin() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration begins.
getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).
getBeginColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get token beginning column number.
getBeginDate() - Method in class org.zkoss.zul.SimpleDateConstraint
Returns the beginning date, or null if there is no constraint of the beginning date.
getBeginIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
 
getBeginLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get token beginning line number.
getBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Returns the alpha (opacity) for the background.
getBgAlpha() - Method in class org.zkoss.zul.Chart
Get the background alpha (transparency, 0 ~ 255, opaque).
getBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Returns the background color for the chart.
getBgColor() - Method in class org.zkoss.zul.Captcha
Get the background color of the captcha box (in string as #RRGGBB).
getBgColor() - Method in class org.zkoss.zul.Chart
Get the background color of the chart (in string as #RRGGBB).
getBgcolor() - Method in class org.zkoss.zul.Flash
Gets the background color of Flash movie.
getBgRGB() - Method in class org.zkoss.zul.Captcha
Get the background color in int array (0: red, 1: green, 2:blue).
getBgRGB() - Method in class org.zkoss.zul.Chart
Get the background color in int array (0: red, 1: green, 2:blue).
getBindContext() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getBindContext() - Method in interface org.zkoss.bind.ValidationContext
 
getBindContext() - Method in class org.zkoss.bind.xel.zel.BindELContext
 
getBinder() - Method in class org.zkoss.bind.BindComposer
 
getBinder() - Method in interface org.zkoss.bind.BindContext
Returns associated Binder of this Bind context.
getBinder() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getBinder(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
 
getBinder(Component, boolean) - Static method in class org.zkoss.bind.impl.BinderUtil
 
getBinder() - Method in class org.zkoss.bind.impl.BindingImpl
 
getBinder() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getBinder() - Method in interface org.zkoss.bind.sys.Binding
Returns the owner binder of this binding.
getBinder() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Gets the associated Data Binder of this Binding.
getBinding() - Method in interface org.zkoss.bind.BindContext
Returns associated Binding of this Bind context.
getBinding() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getBinding() - Method in class org.zkoss.bind.xel.zel.BindELContext
 
getBinding() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Deprecated. Gets the associate binding of this event.
getBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Given component and attr, return the associated Binding.
getBindingAnnotationInfoChecker() - Method in class org.zkoss.bind.impl.BinderImpl
 
getBindingAnnotationInfoChecker() - Method in interface org.zkoss.bind.sys.BinderCtrl
get binding annotation info checker
getBindingArg(String) - Method in interface org.zkoss.bind.BindContext
Returns binding arg value of the given key in this Bind Context.
getBindingArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
 
getBindingArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getBindingCollectionItem(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Returns a CollectionItem by the comp accordingly.
getBindingExecutionInfoCollector() - Method in class org.zkoss.bind.impl.BinderImpl
 
getBindingExecutionInfoCollector() - Method in interface org.zkoss.bind.sys.BinderCtrl
get binding execution info collector
getBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns all associated Bindings.
getBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getBindings() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
Deprecated. Gets the list of the associate bindings of this event (Binding).
getBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Given component, return the associated list of Bindings.
getBookmark() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current bookmark (never null).
getBookmark() - Method in class org.zkoss.zk.ui.event.BookmarkEvent
Returns the bookmark name (never null).
getBookmark() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getBookmarkEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.BookmarkEvent
Converts an AU request to a bookmark event.
getBoolean(Map<String, Object>, String) - Static method in class org.zkoss.zk.au.AuRequests
Returns whether the specified key is defined.
getBoolean(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
getBorder() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the border.
getBorder() - Method in class org.zkoss.zul.Image
Deprecated. As of release 5.0.5, use CSS instead.
getBorder() - Method in class org.zkoss.zul.LayoutRegion
Returns the border.
getBorder() - Method in class org.zkoss.zul.Panel
Returns the border.
getBorder() - Method in class org.zkoss.zul.Window
Returns the border.
getBottomToolbar() - Method in class org.zkoss.zul.Panel
Returns the bottom toolbar of this panel.
getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the first few lines of the stack trace.
getBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the version of the given browser name, or null if the client is not the given browsers.
getBrowser(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the name of the browser, or null if not identifiable.
getBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the version of the given browser name, or null if the client is not the given browsers.
getBrowser(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the name of the browser, or null if not identifiable.
getBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the version of the given browser name, or null if the client is not the given browsers.
getBrowser() - Method in interface org.zkoss.zk.ui.Execution
Returns the name of the browser, or null if not identifiable.
getBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
 
getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
 
getBuffer() - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Returns the content being rendered.
getBuffer() - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Returns the content being rendered.
getBufferSize() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getBufferSize() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getBuild() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the build identifier, such as 2007121316.
getBuild() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getBuild() - Method in interface org.zkoss.zk.ui.WebApp
Returns the build identifier, such as 2007121316.
getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getButton() - Method in class org.zkoss.zul.Messagebox.ClickEvent
Returns the button being clicked.
getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method of the object.
getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of language definitions belong to the specified device type.
getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition by specifying an extension.
getByFallback(Collection<Locale>, Locale) - Static method in class org.zkoss.util.Locales
Returns any occurrence of the specified Locale or any its fallback in the value collection, or null if not found.
getByteData() - Method in class org.zkoss.image.AImage
 
getByteData() - Method in class org.zkoss.sound.AAudio
 
getByteData() - Method in class org.zkoss.util.media.AMedia
 
getByteData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in byte array.
getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getCacheable() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getCacheable() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the client can cache the rendered result, or null to use the device default.
getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns if the client can cache the rendered result, or null to use the device default.
getCanvasBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Returns the alpha for Canvas Background.
getCanvasBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Returns the alpha for Canvas Background.
getCanvasBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Returns the canvas background color.
getCanvasBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Returns the canvas background color.
getCapRadius() - Method in class org.zkoss.zul.DialModel
Return the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
getCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Get the captcha engine.
getCaption() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the caption.
getCaption() - Method in class org.zkoss.zul.Groupbox
Returns the caption of this groupbox.
getCaption() - Method in class org.zkoss.zul.LayoutRegion
Returns the caption of this region.
getCaption() - Method in class org.zkoss.zul.Panel
Returns the caption of this panel.
getCaption() - Method in class org.zkoss.zul.Tab
Returns the caption of this tab.
getCaption() - Method in class org.zkoss.zul.Window
Returns the caption of this window.
getCategories() - Method in interface org.zkoss.zul.CategoryModel
Get categories of a specified series as a collection.
getCategories() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategories() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getCategories() - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get categories as a collection.
getCategoriesConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the categories config.
getCategoriesConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getCategoriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
Returns the categories properties in the specified position..
getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
Get a category of the specified index;
getCategory() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the category of the chart data model.
getCategory(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategory(int) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getCategory(int) - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get category of the specified index (0 based).
getCategoryConfig(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getCategoryConfig(SingleValueCategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getCategoryIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the category index, if any.
getCategoryKeys(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getCategoryProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Returns the category properties.
getCategoryProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Returns the category properties in the specified position.
getCategoryProperties(String, Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
Returns the category properties.
getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Return the category config.
getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
Return the category config.
getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig
 
getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the cause of the given throwable.
getCell(int, int) - Method in class org.zkoss.zul.Grid
Returns the specified cell, or null if not available.
getCellAt(Row, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
Returns the data object of the cell from the specified index.
getCellClickEvent(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.CellClickEvent
 
getCellProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
Return the properties of cell.
getCenter() - Method in class org.zkoss.zul.Borderlayout
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getCharset() - Method in class org.zkoss.html.JavaScript
Returns the charset, or null if JavaScript.getContent() is not null.
getCharset() - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the encoding charset, or null if it is the same as the system default.
getCharset(String, InputStream) - Method in interface org.zkoss.zk.ui.util.CharsetFinder
Returns the character set for the specified content type, or null if it is unable to determine one.
getCharset() - Method in class org.zkoss.zul.Script
Returns the character enconding of the source.
getChartConfig() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
getChartProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
getChartProperties() - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartConfig
 
getCheckEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.CheckEvent
Converts an AU request to a check event.
getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
Returns how often to check (unit=milliseconds).
getCheckPeriod() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the check period, or -1 if the content is never changed.
getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChild(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
getChild(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeModel
 
getChild(int, int) - Method in interface org.zkoss.zul.GroupsModel
Returns the child value of the specified group at the specified index.
getChild(int, int) - Method in class org.zkoss.zul.GroupsModelArray
 
getChild(int, int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChild(E, int) - Method in interface org.zkoss.zul.TreeModel
Returns the child of the given parent at the given index where the index indicates in the parent's child array.
getChild(int[]) - Method in interface org.zkoss.zul.TreeModel
Returns the child at the given path where the path indicates the child is placed in the whole tree.
getChildAt(int) - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildAt(int) - Method in interface org.zkoss.zul.TreeNode
Returns the child TreeNode at index childIndex.
getChildByNode(Object) - Method in class org.zkoss.zul.Tree
Return the Tree or Treeitem component by a given associated node in model, or null if the treeitem is not instantiated (i.e., rendered) yet.
getChildByPath(int[]) - Method in class org.zkoss.zul.Tree
Return the Tree or Treeitem component by a path, or null if corresponding Treeitem is not instantiated (i.e., rendered) yet.
getChildCount(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getChildCount() - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildCount(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the number of children of the specified group.
getChildCount(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getChildCount(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChildCount(E) - Method in interface org.zkoss.zul.TreeModel
Returns the number of children of the given parent.
getChildCount() - Method in interface org.zkoss.zul.TreeNode
Returns the number of children TreeNodes this node contains.
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getChildPage() - Method in interface org.zkoss.zk.ui.ext.Includer
Returns the child page.
getChildPage() - Method in class org.zkoss.zul.Include
 
getChildren() - Method in interface org.zkoss.idom.Group
Gets all children.
getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns a live list of children.
getChildren() - Method in interface org.zkoss.zk.ui.Component
Returns a live list of children.
getChildren() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns a readonly list of children.
getChildren() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getChildren() - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildren() - Method in class org.zkoss.zul.Listbox
 
getChildren() - Method in class org.zkoss.zul.Rows
 
getChildren() - Method in interface org.zkoss.zul.TreeNode
Return children of the receiver
getClass(IN) - Method in class org.zkoss.fsm.StateMachine
Determines the class for an input character.
getClass(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getClass(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the class defined in this interpreter, or null if not found.
getClass(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving class is not supported.
getClass(Type) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return the Class representing the given Type.
getClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getClassNames() - Method in interface org.zkoss.xel.FunctionMapperExt
Returns a readonly collection of the logic names of the class (never null).
getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
 
getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
 
getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
 
getClassResource(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the URL of the resource of the specified URI by searching only the class path (with ClassWebResource.PATH_PREFIX).
getClassResourceAsStream(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the resource in a stream of the specified URI by searching only the class path (with ClassWebResource.PATH_PREFIX).
getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the handler to retrieve resource from class path, under /web.
getClickFilterDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 5.0.0, please use Button.setAutodisable(java.lang.String) instead.
getClientConstraint() - Method in interface org.zkoss.zul.ClientConstraint
Returns the JavaScript snippet that will be evaluated at client to return a validator, or null if no client constraint is supported.
getClientConstraint() - Method in class org.zkoss.zul.SimpleConstraint
 
getClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the URI that is associated with the specified error code, or null if no URI is associated.
getClientErrorReloads(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an array of pairs of the error code and URI info of the specified device and connection (never null).
getClientEvents() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns a map of event information that the client might send to this component.
getClientEvents() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a map of event information that the client might send to this component.
getClientIdentifier() - Static method in class org.zkoss.web.servlet.Servlets
Returns the client identifier, or null if no such plugin.
getClientInfoEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ClientInfoEvent
Converts an AU request to a client-info event.
getClientPackages() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the names of the client pages that are provided by this server
getClientPackages() - Method in interface org.zkoss.zul.ClientConstraint
Returns a list of packages separated by comma that ZK client engine has to load before evaluating ClientConstraint.getClientConstraint().
getClientPackages() - Method in class org.zkoss.zul.SimpleConstraint
Default: null (since it depends on zul.inp which is loaded for all input widgets).
getClose(int) - Method in interface org.zkoss.zul.HiLoModel
Get close value of a specified data index.
getClose(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethod(Class<?>, String, Class<?>[]) - Method in class org.zkoss.xel.zel.ClassReflect
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethod(Class<?>, String, Class<?>[]) - Method in interface org.zkoss.zel.impl.util.ClassReflect
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ClassUtil
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethodBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethod(java.lang.Class, java.lang.String, java.lang.Class[]) to get a 'close' method, but it look for subclass of the argument (instead of superclass).
getCloseMethods(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Returns all close methods that match the specified condition, or a zero-length array if none is found.
getCloseMethodsBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethods(java.lang.Class, java.lang.String, java.lang.Class[]) to get all 'close' methods, but it look for subclass of the argument (instead of superclass).
getCmargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the collapsed margins, which is a list of numbers separated by comma.
getCode() - Method in exception org.zkoss.lang.CommonException
 
getCode() - Method in exception org.zkoss.lang.SystemException
 
getCode() - Method in interface org.zkoss.mesg.Messageable
Gets the message code.
getCode() - Method in class org.zkoss.zul.Applet
Return the applet class to run.
getCodebase() - Method in class org.zkoss.zul.Applet
Returns a relative base URL for applets specified in Applet.setCode(java.lang.String) (URL).
getColIndex() - Method in class org.zkoss.zul.event.ColSizeEvent
Return the column index of the first column whose width is changed.
getCollapse() - Method in class org.zkoss.zul.Splitter
Returns which side of the splitter is collapsed when its grippy is clicked.
getColor() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the color.
getColor() - Method in class org.zkoss.zkex.zul.Colorbox
Returns the color (in string as #RRGGBB).
getColor(int) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
Returns the next color in the sequence.
getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the maximum number of colors the client's screen supports.
getCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the columns' size of the viewport.
getCols() - Method in class org.zkoss.zul.impl.InputElement
Returns the cols.
getColSizeEvent(AuRequest) - Static method in class org.zkoss.zul.event.ColSizeEvent
Converts an AU request to a size event.
getColspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
Returns number of columns to span this header.
getColspan() - Method in class org.zkoss.zul.Auxheader
Returns number of columns to span this header.
getColspan() - Method in class org.zkoss.zul.Cell
Returns number of columns to span.
getColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Deprecated. 
getColumn() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column whose width is changed.
getColumn() - Method in class org.zkoss.zul.Footer
Returns the column that is in the same column as this footer, or null if not available.
getColumn() - Method in class org.zkoss.zul.RowComparator
Returns the column that this comparator is associated with, or null if not available.
getColumnComparator(int) - Method in interface org.zkoss.zkmax.zul.MatrixComparatorProvider
Returns the specified comparator from the given column index.
getColumnConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig
Return the column config.
getColumnConfig(GanttTableConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
Returns the column index.
getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
Returns the column index
getColumnIndex() - Method in class org.zkoss.zul.Footer
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listcell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listfooter
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listheader
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecol
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treefooter
Returns the column index, starting from 0.
getColumnNumber() - Method in interface org.zkoss.util.resource.Location
Return the column number in the document, or -1 if not available.
getColumnProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
Returns the column properties at the specified position.
getColumns() - Method in class org.zkoss.zkmax.zul.Tablelayout
Returns number of rows to span this header.
getColumns() - Method in class org.zkoss.zul.Frozen
Returns the number of columns to freeze.
getColumns() - Method in class org.zkoss.zul.Grid
Returns the columns.
getColumnSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
Returns the length of the columns
getColWidth() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the width of the single column Default: 60px
getCombinator(int) - Method in class org.zkoss.zk.ui.select.impl.Selector
Return the i-th combinator
getCombinator() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getCommand() - Method in class org.zkoss.bind.GlobalCommandEvent
Gets the global command name
getCommand() - Method in class org.zkoss.bind.impl.CommandBindingImpl
 
getCommand() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getCommand() - Method in interface org.zkoss.bind.ValidationContext
get the command that trigger the validation
getCommand() - Method in class org.zkoss.zk.au.AuRequest
Returns the command of this request, such as onClick.
getCommand() - Method in class org.zkoss.zk.au.AuResponse
Returns the command of this response (never null).
getCommand() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the command of the AU request, such as onChange.
getCommandArg(String) - Method in interface org.zkoss.bind.BindContext
Returns command arg value of the given key in this Bind Context.
getCommandArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
 
getCommandArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getCommandName() - Method in interface org.zkoss.bind.BindContext
Returns associated command name of this Bind Context; null if not involved.
getCommandName() - Method in class org.zkoss.bind.impl.AccessInfo
 
getCommandName() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getCommandName() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
getCommandName() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getCommandName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getCommandName() - Method in interface org.zkoss.bind.sys.ChildrenBinding
Returns the associated command name of this binding; null if not specified.
getCommandName() - Method in interface org.zkoss.bind.sys.FormBinding
Returns the associated command name of this binding; null if not specified.
getCommandName() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns the associated command name of this binding; null if not speicified.
getCommandString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
 
getCommandString() - Method in interface org.zkoss.bind.sys.CommandBinding
Returns the command expression in string.
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getComparator() - Static method in class org.zkoss.web.theme.StandardTheme
Defines the ordering of standard themes.
getCompleteContext(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete context path, including protocol, server, ports, and context.
getCompleteServerName(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete server name, including protocol, server, and ports.
getComponent() - Method in interface org.zkoss.bind.BindContext
Returns the associated component context.
getComponent() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getComponent() - Method in class org.zkoss.bind.impl.BindingImpl
 
getComponent() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getComponent() - Method in interface org.zkoss.bind.sys.Binding
Returns the associated component of this binding.
getComponent() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
the component of this info
getComponent() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
getComponent() - Method in class org.zkoss.zk.au.AuRequest
Returns the component that this request is applied for, or null if it applies to the whole page or a general request.
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the component.
getComponent() - Method in class org.zkoss.zk.ui.Path
Returns the component with this path, or null if no such component.
getComponent(String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path, or null if no such component.
getComponent(IdSpace, String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path which is related to the specified ID space, or null if no such component.
getComponent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the component.
getComponent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the component being processed by this thread, or null if idle.
getComponent() - Method in exception org.zkoss.zk.ui.WrongValueException
Returns the component that causes this exception, or null.
getComponent() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Gets the associated Component of this Binding.
getComponentAtIndexByOwner(Component, int) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Deprecated.  Returns the component by the index in the comp's children.
getComponentById(Component, String) - Static method in class org.zkoss.zul.impl.Utils
Returns the component of the specified ID or UUID.
getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()).
getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()), or null if not found.
getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentChildIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the child index of the component.
getComponentCollectionOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Deprecated.  Returns the component's owner.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition(Class<? extends Component>, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the component definition, or null if it is PageDefinition.
getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name.
getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified class, or null if not found.
getComponentDefinition(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class<? extends Component>, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified class, or null if not found.
getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name, or null if not found.
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the map of components defined in this language (never null).
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the map of component definition (never null).
getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
Returns the map of component definitions (never null).
getComponentDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all component definitions in this language.
getComponentInfo(Component) - Static method in class org.zkoss.zk.ui.impl.Utils
Returns the component info associated with the given component, or null if not available.
getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
 
getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
 
getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxModelConverter
 
getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
 
getComponentModel(Grid) - Method in class org.zkoss.bind.converter.sys.GridModelConverter
 
getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
 
getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
 
getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupModelConverter
 
getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
 
getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxModelConverter
 
getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
 
getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxModelConverter
 
getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
 
getComponentModel(Chosenbox) - Method in class org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
 
getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.CombboxListModelConverter
Deprecated.  
getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.ListboxListModelConverter
Deprecated.  
getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Deprecated. Gets the model of the component, the sub-class should override this method
getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.SelectboxListModelConverter
Deprecated.  
getComponents() - Method in interface org.zkoss.zk.ui.Desktop
Returns all components contained in this desktop.
getComponents() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentSiblingSize() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the count of total siblings of the component, including itself.
getComposer(Page, Object[]) - Static method in class org.zkoss.zk.ui.impl.MultiComposer
Returns an instance of composer to represent the specified array of composers, or null if no composer is specified.
getComposer(Page) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the system-level composer or null if none is registered.
getComposite() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the composite type: "none", "list" or "map".
getComposite() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns the composite type: "none", "list" or "map".
getCompress() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
getConditionType() - Method in class org.zkoss.bind.impl.AccessInfo
 
getConditionType() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
getConditionType() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getConditionType() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getConditionType() - Method in interface org.zkoss.bind.sys.ChildrenBinding
Returns the condition type of this binding
getConditionType() - Method in interface org.zkoss.bind.sys.FormBinding
Returns the condition type of this binding
getConditionType() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns the condition type of this binding
getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
Returns the configuration.
getConstraint() - Method in interface org.zkoss.zul.ext.Constrainted
Returns the constraint, or null if no constraint at all.
getConstraint() - Method in class org.zkoss.zul.impl.InputElement
 
getContent() - Method in class org.zkoss.html.JavaScript
Returns the JavaScript codes, or null if JavaScript.getSrc() is not null.
getContent() - Method in class org.zkoss.html.StyleSheet
Returns the style sheets, or null if StyleSheet.getHref() is not null.
getContent() - Method in class org.zkoss.idom.Element
Gets the content of this element.
getContent(String) - Method in class org.zkoss.idom.Element
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.
getContent() - Method in class org.zkoss.zhtml.impl.ContentTag
Returns the content.
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the content of zscript.
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the content of zscript.
getContent() - Method in class org.zkoss.zkmax.zul.Dropupload
 
getContent() - Method in class org.zkoss.zkmax.zul.Navitem
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Audio
Returns the content set by Audio.setContent(org.zkoss.sound.Audio).
getContent() - Method in class org.zkoss.zul.Comboitem
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Flash
Returns the content set by Flash.setContent(org.zkoss.util.media.Media).
getContent() - Method in class org.zkoss.zul.Html
Returns the embedded content (i.e., HTML tags).
getContent() - Method in class org.zkoss.zul.Iframe
Returns the content set by Iframe.setContent(org.zkoss.util.media.Media).
getContent() - Method in class org.zkoss.zul.Image
Returns the content set by Image.setContent(org.zkoss.image.Image).
getContent() - Method in class org.zkoss.zul.Menu
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Script
Returns the content of the script element.
getContent() - Method in class org.zkoss.zul.Style
Returns the content of the style element.
getContentLength() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentLength() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContentSclass() - Method in class org.zkoss.zul.Detail
Returns the style class used for the content block.
getContentSclass() - Method in class org.zkoss.zul.Groupbox
Returns the style class used for the content block of the groupbox.
getContentSclass() - Method in class org.zkoss.zul.Window
Returns the style class used for the content block.
getContentStyle() - Method in class org.zkoss.zul.Detail
Returns the CSS style for the content block of the window.
getContentStyle() - Method in class org.zkoss.zul.Groupbox
Returns the CSS style for the content block of the groupbox.
getContentStyle() - Method in class org.zkoss.zul.Window
Returns the CSS style for the content block of the window.
getContentType() - Method in class org.zkoss.image.AImage
 
getContentType() - Method in class org.zkoss.sound.AAudio
 
getContentType() - Method in class org.zkoss.util.media.AMedia
 
getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the content type of the specified format, such as "html" and "pdf", or null if not found (or format is null).
getContentType() - Method in interface org.zkoss.util.media.Media
Returns the content type, e.g., "image/jpeg", or null if not available.
getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getContentType() - Method in class org.zkoss.web.servlet.dsp.action.Page
Returns the content type.
getContentType(String) - Static method in class org.zkoss.web.servlet.dsp.Interpreter
Returns the content type by specifying a path, or null if no content type is available or path is null.
getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns text/html
getContentType() - Method in interface org.zkoss.zk.device.Device
Returns the default content type (never null).
getContentType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content type (after evaluation), or null to use the device default.
getContentType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the content type, or null to use the device default.
getContentType(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
 
getContentType(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
return the content type for specific type For example , xls => "application/vnd.ms-excel";
getContentType() - Method in class org.zkoss.zml.device.XmlDevice
 
getContext() - Static method in class org.zkoss.bind.impl.BinderUtil
 
getContext(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContext(Class) - Method in class org.zkoss.zel.ELContext
 
getContext(Class) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getContext(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
Returns an OGNL context for the specified XEL context.
getContext() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user right-clicks on the element (a.k.a., context menu).
getContextPath() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContextPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContextPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getContextPath() - Method in interface org.zkoss.zk.ui.Execution
Returns the portion of the request URI that indicates the context of the current execution.
getContextPath() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getContextPaths() - Static method in class org.zkoss.web.servlet.Servlets
Returns a list of context paths (e.g., "/abc") that this application has.
getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
Returns the controller that really implement the onXxx methods (default to this).
getControls() - Method in interface org.zkoss.zul.ListitemRendererExt
Returns how a listbox shall render the live data.
getControls() - Method in interface org.zkoss.zul.RowRendererExt
Returns how a grid shall render the live data.
getConverter(String) - Method in class org.zkoss.bind.BindComposer
 
getConverter(String) - Method in interface org.zkoss.bind.Binder
Returns the _converter of the given _converter name.
getConverter(String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getConverter() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
getConverter() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getConverter() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns the associated _converter with this binding.
getConverter() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get the TypeConverter.
getConverterArg(String) - Method in interface org.zkoss.bind.BindContext
Returns converter arg value of the given key in this Bind Context.
getConverterArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
 
getConverterArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getConverterArgs() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getConverterArgs() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns an argument pairs map for converter.
getCookies() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCookies() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getCookieValue(HttpServletRequest, String) - Static method in class org.zkoss.web.servlet.http.Https
Gets the value of the specified cookie, or null if not found.
getCoords() - Method in class org.zkoss.zul.Area
Returns the coordination of this area.
getCount() - Static method in class org.zkoss.zk.ui.Sessions
Returns the number of total alive session.
getCreateMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the create message of this component.
getCreationTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getCropOwner() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns the owner of the cropping scope.
getCropOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getCropOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getCropOwner() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getCropOwner() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
getCropOwner() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
getCSSURIs() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of the URIs of CSS files of this language.
getCtrlKeys() - Method in class org.zkoss.zul.impl.XulElement
Returns what keystrokes to intercept.
getCurpos() - Method in class org.zkoss.zul.Slider
Returns the current position of the slider.
getCurposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's current position.
getCurrent() - Static method in class org.zkoss.util.Locales
Returns the current locale; never null.
getCurrent() - Static method in class org.zkoss.util.TimeZones
Returns the current time zone; never null.
getCurrent() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the current item in the iteration.
getCurrent() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Returns the current page context if this thread is evaluating a page, or null if not.
getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the current scope, or null if no scope is allowed.
getCurrent() - Static method in class org.zkoss.zk.ui.Executions
Returns the current execution.
getCurrent(Page) - Static method in class org.zkoss.zk.ui.ext.Scopes
Returns the current scope.
getCurrent() - Static method in class org.zkoss.zk.ui.Sessions
Returns the session for the current thread, or null if not available.
getCurrent(boolean) - Static method in class org.zkoss.zk.ui.Sessions
Returns the session for the current thread, or null if not available.
getCurrent() - Static method in class org.zkoss.zk.ui.WebApps
Returns this Web application, or null if not available.
getCurrentContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current EL context.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Returns the current ExecutionCtrl.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the current SessionCtrl.
getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current directory (never null).
getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Returns the current directory which is used to convert a relative URI to absolute, or null if not available.
getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the current component info ComponentInfo, definition (ComponentDefinition or null, which is used only by UiEngine to communicate with AbstractComponent.
getCurrentLocation() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
 
getCurrentLocationMessage() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
 
getCurrentOut() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current output.
getCurrentPage(Component) - Static method in class org.zkoss.zk.ui.Components
Returns the page of the give component, or the current page if the component is null or it doesn't belong to any page.
getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page.
getCurrentPageDefinition() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPageDefinition() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page definition, which is pushed when evaluating a page (from a page definition).
getCurrentRequest() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet request, or null if not available.
getCurrentResponse() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet response, or null if not available.
getCurrentServletContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet context, or null if not available.
getCurrentState() - Method in class org.zkoss.fsm.StateMachine
Return the current state
getCurrentTheme() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme name
getCurrentTheme() - Static method in class org.zkoss.zul.theme.Themes
Returns the current theme name
getData() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getData() - Method in class org.zkoss.idom.ProcessingInstruction
 
getData() - Method in class org.zkoss.zk.au.AuRequest
Returns the data of this request.
getData(Component, Object) - Static method in class org.zkoss.zk.au.out.AuEcho
Retrieves the data associated with an echo event.
getData() - Method in class org.zkoss.zk.ui.event.Event
Returns the data accompanies with this event, or null if not available.
getData() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
Returns the data of the event, by default returning an integer array of column index and row index.
getData() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
Returns the data of the event, by default returning the same as ScrollEventExt.getY()
getData() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
Returns the data of the event, by default returning the same as SortEventExt.getColumnIndex()
getData() - Method in class org.zkoss.zul.DefaultTreeNode
 
getData() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns customer data.
getData() - Method in interface org.zkoss.zul.TreeNode
Returns the application-specific data of this node.
getDataConnection() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the JasperReports Data Connection.
getDataCount() - Method in interface org.zkoss.zul.HiLoModel
Get data count.
getDataCount() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDataCount(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
 
getDataCount(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
Get data count of a specified series.
getDataInfo(int) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns the group info of given index
getDataLoadingEvent(AuRequest, int) - Static method in class org.zkoss.zul.event.DataLoadingEvent
Converts an AU request to a data loading event.
getDatasetProperties(int, int, Comparable<?>, Comparable<?>, ChartPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getDatasource() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the JasperReports DataSource.
getDataXMLPath() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the url of the chart data .xml file.
getDate(int) - Method in interface org.zkoss.zul.HiLoModel
Get date of a specified data index.
getDate(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDateFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date format of the given style and locale, or null if the default one shall be used.
getDateFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date format; never null.
getDateFormat() - Method in class org.zkoss.zkmax.zul.Fusionchart
Returns the date format used by date related Chart.
getDateFormat() - Method in class org.zkoss.zul.Chart
Returns the date format used by date related Chart.
getDateFormat(String) - Method in class org.zkoss.zul.Datebox
Returns the date format of the specified format Default: it uses SimpleDateFormat to format the date.
getDateFormat(String) - Method in class org.zkoss.zul.Timebox
Returns the date format of the time only, Default: it uses SimpleDateFormat to format the date.
getDateFormater() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Returns the dateformat for all of header.
getDateHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getDateHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getDateTimeFormat(int, int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date/time format of the given style and locale, or null if the default one shall be used.
getDateTimeFormat(int, int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date/time format; never null.
getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URL where this component definition is declared, or null if not available.
getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
Returns namespace declared on this element.
getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
Returns a readonly list of the declared namespaces (Namespace), or empty if no declared namespace.
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the declared namespaces (never null).
getDeclaredNamespaces() - Method in class org.zkoss.zml.XmlNativeComponent
 
getDefault() - Static method in class org.zkoss.util.resource.Locators
Returns the default resource locator which is an instance of ClassLocator.
getDefaultActionOnShow() - Static method in class org.zkoss.zul.Window
Deprecated. As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String).
getDefaultCmargins() - Method in class org.zkoss.zul.Center
Returns the default collapsed margin ([3, 3, 3, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.East
Returns the default collapsed margin ([0, 3, 3, 0]).
getDefaultCmargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the default collapsed margin.
getDefaultCmargins() - Method in class org.zkoss.zul.North
Returns the default collapsed margin ([3, 0, 0, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.South
Returns the default collapsed margin ([3, 0, 0, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.West
Returns the default collapsed margin ([0, 3, 3, 0]).
getDefaultFonts() - Method in class org.zkoss.zul.Captcha
Gets the default font list.
getDefaultFormat() - Method in class org.zkoss.zul.Datebox
Returns the default format, which is used when constructing a datebox, or when Datebox.setFormat(java.lang.String) is called with null or empty.
getDefaultFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
Return a default format for the number input element when the locale is specified.
getDefaultFormat() - Method in class org.zkoss.zul.Timebox
Returns the default format, which is used when constructing a timebox.
getDefaultLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the default locale, either NumberInputElement.getLocale() or Locales.getCurrent() (never null).
getDefaultMold(Class<? extends Component>) - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the default mold for the given class.
getDefaultMold(Class) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
 
getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the URL associated with the specified taglib URI, or null if not found.
getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
Returns the default value of a primitive class, or null if it is not a primitive class.
getDefaultWidgetClass(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the default widget class, or null if not available.
getDefaultWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getDefinition() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDefinition() - Method in interface org.zkoss.zk.ui.Component
Returns the component definition of this component (never null).
getDefinition(String) - Static method in class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
Returns the pseudo class definition associated with the given name
getDefinitionByDeviceType(String, Class) - Static method in class org.zkoss.zk.ui.Components
Returns the component definition of the specified class in all language of the specified device, or null if not found
getDefinitions() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a readonly collection of component definitions (ComponentDefinition) defined in this map.
getDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
Returns the number of milliseconds to wait before replacing with the correct content.
getDelay() - Method in class org.zkoss.zul.Timer
Returns the delay, the number of milliseconds between successive action events.
getDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns the associated TrackerNode of the associated field script of this tracker node.
getDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns all dependent nodes of this node.
getDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
 
getDependentXMLResources(String, String, String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
Returns a list of resources (XMLResourcesLocator.Resource) after resolving the dependence.
getDepends() - Method in class org.zkoss.zk.au.AuResponse
Returns the component or page that this response depends on.
getDescription() - Method in class org.zkoss.zul.Comboitem
Returns the description (never null).
getDescription() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getDesktop() - Method in class org.zkoss.zk.au.AuRequest
Returns the desktop; never null.
getDesktop(Session, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the desktop of the specified ID, or null if not found.
getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDesktop() - Method in interface org.zkoss.zk.ui.Component
Returns the desktop of this component, or null if this component doesn't belong to any desktop.
getDesktop() - Method in interface org.zkoss.zk.ui.Execution
Returns the desktop associated with this execution.
getDesktop(Session, ServletRequest, ServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
Returns the desktop of the specified request, or null if not found and autocreate is false, or it has been redirect or forward to other page.
getDesktop() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the desktop.
getDesktop() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktop() - Method in interface org.zkoss.zk.ui.Page
Returns the desktop that this page belongs to.
getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID.
getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the desktop, or null if not created yet.
getDesktop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Returns the desktop that this server push belongs to (never null).
getDesktop(ServletContext, HttpServletRequest, String) - Static method in class org.zkoss.zkplus.embed.Bridge
Returns the desktop of the given desktop ID, or null if not found.
getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Returns a desktop cache of the specified session.
getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns the desktop cache, or null if not available.
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache.
getDesktopCacheProvider() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCacheProvider() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache provider.
getDesktopCacheProviderClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to provide the desktop cache, or null if default is used.
getDesktopHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's desktop.
getDesktopId(Object) - Method in interface org.zkoss.zk.au.AuDecoder
Returns the desktop ID.
getDesktopIfAny(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktopIfAny(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID, or null if not found.
getDesktopMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the desktop.
getDesktopRecycle() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the desktop recycle for this application, or null if not set.
getDesktopWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's desktop.
getDesktopXOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current horizontal pixel location of the top-left corner of the document in the window.
getDesktopYOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current vertical pixel location of the top-left corner of the document in the window.
getDestination(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns the destination state upon meeting the character or the class.
getDetail(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request detail infomation.
getDetailChild() - Method in class org.zkoss.zul.Row
Returns the child detail component.
getDetection() - Method in class org.zkoss.zkmax.zul.Dropupload
Return the detection area setting.
getDevice(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified desktop type.
getDevice() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device that is associated with this desktop.
getDevice() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified client.
getDevicePixelRatio() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Return the current device pixel ratio on tablet/mobile device, otherwise return 1.0 instead.
getDeviceType() - Method in exception org.zkoss.zk.device.DeviceNotFoundException
Returns the device type that is not found.
getDeviceType() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device type that this desktop belongs to.
getDeviceType() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDeviceType() - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Returns the device type for this WpdExtendlet.
getDeviceType() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceType() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the device type that this definition belongs to.
getDeviceType() - Method in interface org.zkoss.zk.ui.Session
Returns the device type that this session belongs to.
getDeviceTypes() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all device types.
getDir() - Method in class org.zkoss.zul.A
Returns the direction.
getDir() - Method in class org.zkoss.zul.Button
Returns the direction.
getDirectDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns all direct dependent nodes of this node.
getDirectDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getDirectory() - Method in class org.zkoss.util.resource.ClassLocator
Always returns null.
getDirectory() - Method in interface org.zkoss.util.resource.Locator
Returns the directory used to resolve the relative path, or null if relative path is not allowed.
getDirectory() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a set of the theme URIs that are disabled (never null).
getDisplayedTimeZones() - Method in class org.zkoss.zul.Datebox
Returns a list of the time zones that will be displayed at the client and allow user to select.
getDisplayName() - Method in class org.zkoss.web.theme.StandardTheme
 
getDisplayName(String) - Static method in class org.zkoss.zul.theme.Themes
Return the display name (human name) of the theme
getDocType() - Method in class org.zkoss.idom.Document
Gets the document type.
getDoctype() - Method in class org.zkoss.idom.Document
 
getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns <!
getDocType() - Method in interface org.zkoss.zk.device.Device
Returns the default doc type, or null if no doc type at all.
getDocType() - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate not to generate <!
getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the doc type (<!
getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the doc type (<!
getDocument() - Method in class org.zkoss.idom.Attribute
Gets the document that owns this attribute.
getDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getDocument() - Method in class org.zkoss.idom.input.SAXHandler
Gets the document being created.
getDocument() - Method in interface org.zkoss.idom.Item
Gets the document that owns this item.
getDocumentElement() - Method in class org.zkoss.idom.Document
 
getDocumentURI() - Method in class org.zkoss.idom.Document
 
getDomConfig() - Method in class org.zkoss.idom.Document
 
getDouble(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
Returns the double value of the specified key in the data.
getDouble(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the double value of the specified key in the data.
getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the media that is associated with Desktop.getDownloadMediaURI(org.zkoss.util.media.Media, java.lang.String), or null if not found.
getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a media that is used to download to the client.
getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDownloadURI(File, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDownloadURI(URL, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDownloadURI(String, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDraggable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier of a draggable type of objects, or "false" if not draggable (never null nor empty).
getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
Returns the component being dragged and drop to Event.getTarget().
getDragged() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
Returns the panel being dragged.
getDropdown() - Method in class org.zkoss.zul.Bandbox
Returns the dropdown window belonging to this band box.
getDropdown() - Method in class org.zkoss.zul.Combobutton
Returns the dropdown window belonging to this combo button.
getDropEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DropEvent
Converts an AU request to a drop event.
getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier, or a list of identifiers of a droppable type of objects, or "false" if not droppable (never null nor empty).
getDroppedIndex() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
Returns the dropped index.
getDynamicMediaURI(Component, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a dynamic generated media associated with a component.
getDynamicMediaURI(Component, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDynamicMediaURI(AbstractComponent, int, String, String) - Static method in class org.zkoss.zul.impl.Utils
Returns the encoded URL for the dynamic generated content, or empty the component doesn't belong to any desktop.
getDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the dynamic property, or null if not found.
getDynamicProperty(String) - Method in class org.zkoss.zhtml.Textarea
 
getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns the property value of the specified name.
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
getDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns the parameter associated with the specified name, or null if not found.
getDynamicTagDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition of the dynamic tag, or null if this language doesn't support the dynamic tag.
getEach() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the object of this iteration.
getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the each-time scripts of the specified language, or null if no scripts.
getEast() - Method in class org.zkoss.zul.Borderlayout
 
getEdition() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the edition, such as EE, PE and CE.
getEdition() - Static method in class org.zkoss.zk.ui.WebApps
Returns the edition, such as EE, PE and CE.
getELContext() - Method in class org.zkoss.zel.ELContextEvent
 
getELContext() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getElement(String, String, int) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child that matches the giving criteria.
getElement(String) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child with the tag name.
getElement(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementAt(int) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
getElementAt(int) - Method in class org.zkoss.zul.impl.GroupsListModel
 
getElementAt(int) - Method in interface org.zkoss.zul.ListModel
Returns the value at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelArray
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelList
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelMap
Returns the entry (Map.Entry) at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelSet
 
getElementAt(int) - Method in class org.zkoss.zul.SimpleListModel
 
getElementById(String) - Method in class org.zkoss.idom.Document
 
getElementIndex(int, String, String, int) - Method in interface org.zkoss.idom.Group
Gets the index of the Element-type first child that match the specified criteria.
getElementIndex(int, String) - Method in interface org.zkoss.idom.Group
Gets the index of the first Element-type child with the specified name.
getElementIndex(int, String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementIndex(int, String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementNames() - Method in interface org.zkoss.idom.Group
Returns a readonly set of names of element children.
getElementNames() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in interface org.zkoss.idom.Group
Gets a readonly list of Element-type children that match the giving criteria.
getElements(String) - Method in interface org.zkoss.idom.Group
Gets a readonly list of children with the tag name.
getElements() - Method in interface org.zkoss.idom.Group
Returns a cloned copy of all element children Unlike Group.getChildren() and Group.getElementNames(), the returned list is NOT a 'live-facade' of the real ones.
getElements() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementsByTagName(String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name.
getElementsByTagName(String) - Method in class org.zkoss.idom.Element
 
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name and namespace.
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Element
 
getElementValue(String, String, int, boolean) - Method in interface org.zkoss.idom.Group
Gets the value of the first Element-type child that matches the giving criteria, with a trimming option.
getElementValue(String, boolean) - Method in interface org.zkoss.idom.Group
Gets the text of the first Element-type child with the tag name, with a trimming option.
getElementValue(String, String, int, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementValue(String, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
 
getELResolver() - Method in class org.zkoss.xel.zel.XelELContext
 
getELResolver() - Method in class org.zkoss.xel.zel.XelELResolver
 
getELResolver() - Method in class org.zkoss.zel.ELContext
 
getELResolver() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getEmbedded() - Method in interface org.zkoss.zk.device.Device
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded(String) - Method in class org.zkoss.zk.device.Devices
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in class org.zkoss.zk.device.GenericDevice
 
getEmptyMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the emptyMessage of the input of this component.
getEmptyMessage() - Method in class org.zkoss.zul.Grid
 
getEmptyMessage() - Method in class org.zkoss.zul.Listbox
 
getEnclosingTag() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Returns the name of the enclosing tag for this macro component.
getEncodedData() - Method in class org.zkoss.zk.au.AuResponse
Returns the evaluated result of the associated data of this response (might be null).
getEncodedSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
 
getEncodedSrc() - Method in class org.zkoss.zul.Iframe
Returns the encoded src (Iframe.getSrc()).
getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Returns the class of the image encoder for the specified format, or null if not specified yet.
getEncodeURLPrefix() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the prefix used to encoding the URL, or null if no prefix.
getEnd() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration ends (inclusive).
getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's end position.
getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration ends at, or null if not specified (and the last element is assumed).
getEnd() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getEndColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get token end column number.
getEndDate() - Method in class org.zkoss.zul.SimpleDateConstraint
Returns the ending date, or null if there is no constraint of the ending date.
getEndIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
 
getEndLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get token end line number.
getEngine() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
getEngine() - Method in class org.zkoss.zul.Chart
Returns the implementation chart engine.
getEngine() - Method in class org.zkoss.zul.Tabbox
Returns the implementation tabbox engine.
getEntities() - Method in class org.zkoss.idom.DocType
 
getEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns an EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
getEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns or create an EntityManager for the specified persistence unit name.
getEntityManagerFactory() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create or return the default EntityManagerFactory as defined in zk.xml.
getEntityManagerFactory(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create or return the EntityManagerFactory for the specified persistence unit name.
getEntityManagerFactory(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create the EntityManagerFactory for the specified persistence unit and defined properties.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.EntityResolver.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.EntityResolver.
getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns an EntityManager for the specified persistence unit name and defined properties.
getEntrySet() - Method in class org.zkoss.zul.WaferMapModel
Internal Use Only.
getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the epilog children (NativeInfo).
getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the epilog content.
getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getEpilogContent() - Method in class org.zkoss.zml.XmlNativeComponent
 
getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
getErrorEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.ErrorEvent
Converts an AU request to an error event.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.ErrorHandler.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.ErrorHandler.
getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Returns the error message that is caused when user entered invalid value, or null if no error at all.
getErrorMessage(Component) - Method in class org.zkoss.zul.SimpleConstraint
Returns the custom error message that shall be shown if an error occurs, or null if no custom error message specified.
getErrorPage(String, Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the error page that matches the specified error, or null if not found.
getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
Deprecated.  
getErrorType() - Method in exception org.zkoss.json.parser.ParseException
 
getEscapeXML() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to escape XML.
getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator (never null).
getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator of the current execution.
getEvaluator(Page, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Component, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator based on this language definition (never null).
getEvaluator() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator.
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getEvaluator() - Method in interface org.zkoss.zk.xel.EvaluatorRef
Returns the real evaluator.
getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
Returns the implementation for the specified evaluator name.
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator reference.
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getEvaluatorX() - Method in interface org.zkoss.bind.Binder
Returns the BindEvaluatorX used by this Binder.
getEvaluatorX() - Method in class org.zkoss.bind.impl.BinderImpl
 
getEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.Event
Creates an instance of Event based on the specified request.
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the event.
getEvent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the event being processed by this thread, or null if idle.
getEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the event being served (never null).
getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the event listener of the specified name, or null if not found.
getEventHandlerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandlerNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventHandlerNames() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventListener() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the listener that serves the event, or null if it is served by a method (ExecutionInfo.getEventMethod()), or a zscript (ExecutionInfo.getEventZScript()).
getEventListenerMap() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventListenerMap() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the map of event handlers and listeners defined in this component.
getEventListeners(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventListeners(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterable collection of the event listeners for the given event.
getEventListeners(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getEventListeners(String) - Method in interface org.zkoss.zk.ui.Page
Returns an iterable collection of the event listeners for the given event.
getEventMethod(Class<?>, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the method for handling the specified event, or null if not available.
getEventMethod() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the method that serves the event, or null if it is served by a listener (ExecutionInfo.getEventListener()), or a zscript (ExecutionInfo.getEventZScript()).
getEventName() - Method in class org.zkoss.bind.impl.CommandBindingImpl
 
getEventNames() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventQueue() - Method in class org.zkoss.bind.impl.BinderImpl
 
getEventTimeWarning() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, to show a warning message if an event has been processinged longer than it.
getEventZScript() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the zscript that serves the event, or null if it is served by a listener (ExecutionInfo.getEventListener()), or a method (ExecutionInfo.getEventMethod()).
getExclude() - Method in class org.zkoss.zul.Captcha
Get exclude characters.
getExecution() - Method in interface org.zkoss.zk.ui.Desktop
Returns the execution, or null if this desktop is not serving any execution (a.k.a., not locked).
getExecution() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getExecution() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns the execution that this visualizer is associated with.
getExecution() - Method in class org.zkoss.zkplus.embed.Bridge
Returns the execution.
getExecutionInfo() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExecutionInfo() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the information of the event being served, or null if the execution is not under serving an event.
getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
Get the collector, the sub-class have to consider the thread-safe issue when implementing.
getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
 
getExecutionMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the execution monitor for this application, or null if not set.
getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
getExpectedType() - Method in class org.zkoss.zel.ValueExpression
 
getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
Returns the expected type.
getExpression() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getExpression() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
Returns the expression.
getExpression() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get bean expression, e.g. a.b.c.
getExpressionFactory() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the expression factory (never null).
getExpressionFactory() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the expression factory.
getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
getExpressionFactoryClass() - Method in interface org.zkoss.zk.ui.Page
Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the implementation of the expression factory that is used by the whole system, or null if the sytem default is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the implementation class of the expression factory, or null to use the default.
getExpressionString(ExpressionX) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
getExpressionString() - Method in interface org.zkoss.xel.ExpressionX
Returns the expression in String form.
getExpressionString() - Method in class org.zkoss.xel.zel.ELXelExpression
 
getExpressionString() - Method in class org.zkoss.zel.Expression
 
getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
getExtendlet(String, boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the Extendlet (aka., resource processor) of the specified extension, or null if not associated.
getExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the Extendlet (a.k.a., resource processor) of the specified extension, or null if not associated.
getExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the extended context of the specified name.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.ExtendletConfig
Returns the Extendlet context.
getExtendletContext() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the extendlet context.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.FilterConfig
Returns the Extendlet context.
getExtension(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtension(String, boolean) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the readonly list of extensions that this language definition is associated with (never null).
getExtraCtrl() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
getExtraCtrl() - Method in class org.zkoss.zhtml.Text
 
getExtraCtrl() - Method in class org.zkoss.zhtml.Zkhead
 
getExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the extra controls that tell ZK how to handle this component specially.
getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the client control for this component.
getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the extra controls that tell ZK how to handle this component specially.
getExtraCtrl() - Method in class org.zkoss.zkex.zul.Jasperreport
 
getExtraCtrl() - Method in class org.zkoss.zul.Audio
 
getExtraCtrl() - Method in class org.zkoss.zul.Combobox
 
getExtraCtrl() - Method in class org.zkoss.zul.Datebox
 
getExtraCtrl() - Method in class org.zkoss.zul.Grid
 
getExtraCtrl() - Method in class org.zkoss.zul.Iframe
 
getExtraCtrl() - Method in class org.zkoss.zul.Image
 
getExtraCtrl() - Method in class org.zkoss.zul.impl.LabelImageElement
 
getExtraCtrl() - Method in class org.zkoss.zul.Listbox
 
getExtraCtrl() - Method in class org.zkoss.zul.Listitem
 
getExtraCtrl() - Method in class org.zkoss.zul.Row
 
getExtraCtrl() - Method in class org.zkoss.zul.Rows
 
getExtraCtrl() - Method in class org.zkoss.zul.Treechildren
 
getExtraLocator() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the extra locator, or null if not available.
getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the extra message, or null if no extra.
getExtraXelVariable(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExtraXelVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getExtraXelVariable(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the object, if any, defined in any variable resolver added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
getExtraXelVariable(XelContext, Object, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the object, if any, defined in any variable resolver added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
getFailoverManager() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getFailoverManager() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the failover manager, or null if not available.
getFailoverManagerClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to handle the failover mechanism, or null if no custom failover mechanism.
getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
getFeature(int) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
getFeature(int) - Method in interface org.zkoss.web.util.resource.Extendlet
Returns if the specified feature is supported.
getFeature(int) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
getFeature(String) - Static method in class org.zkoss.zk.ui.WebApps
Returns whether the specified feature is supported.
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
The same as AbstractPage.getFellow(String).
getFellow(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space.
getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space.
getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space.
getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space.
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
The same as AbstractPage.getFellowIfAny(String).
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space, or null if not found.
getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space, or null if not found.
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space, or null if not found.
getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in this ID space, or null if not found.
getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellows() - Method in interface org.zkoss.zk.ui.Component
Returns all fellows in the same ID space of this component.
getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
Returns all fellows in this ID space.
getFgAlpha() - Method in class org.zkoss.zul.Chart
Get the foreground alpha (transparency, 0 ~ 255, opaque).
getField(String) - Method in interface org.zkoss.bind.Form
Returns the associated value of the specified field name.
getField(String) - Method in class org.zkoss.bind.impl.FormImpl
 
getFieldExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getFieldName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getFieldName() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns the field name of the source object.
getFieldNames() - Method in interface org.zkoss.bind.Form
Returns all field names that this Form bean is care about for both read and load.
getFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
 
getFieldScript() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns associated field script of this TrackerNode.
getFieldScript() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getFieldValue(Object, Field) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Get field value.
getFileSizeThreshold() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the threshold at which a temporary file is created as a buffer, in kilobytes, or a negative value which implies default setting.
getFilterName() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the filter's name.
getFilters(String, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns an array of the filters (Filter) of the specified extension, or null if not associated.
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getFirstChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFirstChild() - Method in interface org.zkoss.zk.ui.Component
Returns the first child component, or null if no child at all.
getFirstCommand(Object) - Method in interface org.zkoss.zk.au.AuDecoder
Returns the first command.
getFirstDayOfWeek() - Static method in class org.zkoss.zk.ui.http.Utils
Returns the first day of the week, or -1 if no defined by the application.
getFirstDayOfWeek(Session) - Static method in class org.zkoss.zk.ui.http.Utils
Returns the first day of the week of the given session, or -1 if no defined by the application.
getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first child element, or null if no child element at all.
getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Generates the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFirstLine(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the first line to be generated to the output (after evaluation), or null if nothing to generate.
getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the first line to be generated to the output, or null if nothing to generate.
getFirstPage() - Method in interface org.zkoss.zk.ui.Desktop
Returns the first page, or null if no page at all (happens when the desktop has been destroyed)
getFirstPage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getFirstRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFirstRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the first root component.
getFlags() - Method in class org.zkoss.zul.SimpleConstraint
Returns the constraint flags, i.e., a combination of SimpleConstraint.NO_POSITIVE, SimpleConstraint.NO_NEGATIVE, SimpleConstraint.STRICT and others.
getFloatingPoint() - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
 
getFont(int) - Method in class org.zkoss.zul.Captcha
Get nth Font.
getFontColor() - Method in class org.zkoss.zul.Captcha
Gets font color.
getFontRGB() - Method in class org.zkoss.zul.Captcha
Get the font color in int array (0: red, 1: green, 2:blue).
getFonts() - Method in class org.zkoss.zul.Captcha
Gets fonts list, default provide two fonts.
getFoot() - Method in class org.zkoss.zul.Grid
Returns the foot.
getFootToolbar() - Method in class org.zkoss.zul.Panel
Returns the foot toolbar of this panel.
getForm(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getForm(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
Get the form of the component
getFormAssociatedSaveBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
 
getFormAssociatedSaveBindings(Component) - Method in interface org.zkoss.bind.sys.BinderCtrl
Get associated save bindings of a form in a component
getFormat() - Method in class org.zkoss.image.AImage
 
getFormat() - Method in class org.zkoss.sound.AAudio
 
getFormat() - Method in class org.zkoss.util.media.AMedia
 
getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the format of the specified content type, or null if not found.
getFormat() - Method in interface org.zkoss.util.media.Media
Returns the format name, e.g., "jpeg", or null if not available.
getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
 
getFormat(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
 
getFormat(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
Return the file extension name.
getFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns the format.
getFormatter() - Static method in class org.zkoss.mesg.Messages
Returns the formatter used by Messages.get(int, Object[], Locale), or null if not set.
getFormBean() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getFormBean() - Method in interface org.zkoss.bind.sys.FormBinding
Returns the implicit form associated with this form binding.
getFormExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getFormId() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getFormId() - Method in interface org.zkoss.bind.sys.FormBinding
Returns the associated form id of this Binding.
getForward() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the forward condition that controls how to forward an event, that is received by the component created by this info, to another component.
getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the URI to forward to, or null if not to forward.
getFrameBgAlpha() - Method in class org.zkoss.zul.DialModel
Get the background alpha of the dial frame (transparency, 0 ~ 255, opacue).
getFrameBgColor() - Method in class org.zkoss.zul.DialModel
Get the background color of the dial frame (in string as #RRGGBB).
getFrameBgColor1() - Method in class org.zkoss.zul.DialModel
Get the 1st background color of the dial frame (in string as #RRGGBB) for gradient starting color.
getFrameBgColor2() - Method in class org.zkoss.zul.DialModel
Get the 2nd background color of the dial frame (in string as #RRGGBB) for gradient ending color.
getFrameBgRGB() - Method in class org.zkoss.zul.DialModel
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getFrameBgRGB1() - Method in class org.zkoss.zul.DialModel
Get the 1st background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient starting color.
getFrameBgRGB2() - Method in class org.zkoss.zul.DialModel
Get the 2nd background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient ending color.
getFrameFgColor() - Method in class org.zkoss.zul.DialModel
Get the foreground color of the dial frame (in string as #RRGGBB).
getFrameFgRGB() - Method in class org.zkoss.zul.DialModel
Get the foreground color of the dial frame in int array (0: red, 1: green, 2:blue).
getFrom() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
Returns the portalchildren from the dragged panel.
getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through scopes and variable resolvers, or GenericInterpreter.UNDEFINED if the variable not defined.
getFromNamespace(Scope, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through the specified scopes and variable resolvers, or GenericInterpreter.UNDEFINED if the variable is not defined.
getFrozen() - Method in class org.zkoss.zul.Grid
Returns the frozen child.
getFrozen() - Method in class org.zkoss.zul.Listbox
Returns the frozen child.
getFrozen() - Method in class org.zkoss.zul.Tree
Returns the frozen child.
getFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the size of the frozen columns.
getFulfill() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the fulfill condition that controls when to create the child components, or null if the child components are created at the time when the page is loaded.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
Returns the method.
getFunction(Scope, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the method of the specified name defined in this interpreter's scope identified by the specified scope, or null if not defined.
getFunction(String, Class[]) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the method of the specified name defined in this interpreter, or null if not defined.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
Returns the method.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunctionMapper(List<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(List<Taglib>, Map<String, Class<?>>, List<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Collection<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(List<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib, or null if nothing is loaded.
getFunctionMapper(Collection<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib, or null if nothing is loaded.
getFunctionMapper() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getFunctionMapper() - Method in class org.zkoss.xel.util.XelContextProxy
 
getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
Returns the function mapper, or null if not available.
getFunctionMapper() - Method in class org.zkoss.xel.zel.XelELContext
 
getFunctionMapper() - Method in class org.zkoss.zel.ELContext
 
getFunctionMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getFunctionMapper() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFunctionMapper() - Method in interface org.zkoss.zk.ui.Page
Returns the function mapper for resolving XEL functions, or null if not available.
getFunctionMapper(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the function mapper, or null if not available.
getGanttTaskTooltip(Date, Date, Number) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
Returns data tooltiptext of the GanttTask.
getGradientDirection() - Method in class org.zkoss.zul.DialModel
Returns the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
getGrid() - Method in class org.zkoss.zul.Column
Returns the grid that contains this column.
getGrid() - Method in class org.zkoss.zul.Columns
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Foot
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Footer
Returns the grid that this belongs to.
getGrid() - Method in class org.zkoss.zul.Row
Returns the grid that contains this row.
getGrid() - Method in class org.zkoss.zul.Rows
Returns the grid that contains this rows.
getGroup() - Method in class org.zkoss.zul.Group
 
getGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the group value at the specified index.
getGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getGroup() - Method in class org.zkoss.zul.Row
Returns the group that this row belongs to, or null.
getGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
Returns the data representing the group.
getGroupCount() - Method in interface org.zkoss.zul.GroupsModel
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.GroupsModelArray
 
getGroupCount() - Method in class org.zkoss.zul.Listbox
Returns the number of listgroup
getGroupCount() - Method in class org.zkoss.zul.Rows
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfoot() - Method in class org.zkoss.zul.Group
Returns the Groupfoot, if any.
getGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the foot value of the specified group, or null if the specified group does not have any foot.
getGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfootIndex() - Method in class org.zkoss.zul.Group
Returns the index of Groupfoot -1: no Groupfoot
getGroupIndex() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the index of the group.
getGroupIndex() - Method in interface org.zkoss.zul.ext.GroupingInfo
Returns the index of this group
getGroupIndex() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getGroupOffset(int) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns the offset from 0 that a group in this ListModel.
getGroups() - Method in class org.zkoss.zul.Listbox
Returns a list of all Listgroup.
getGroups() - Method in class org.zkoss.zul.Rows
Returns a list of all Group.
getGroupsInfos() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getGroupsModel() - Method in class org.zkoss.zul.Grid
Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
getGroupsModel() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getGroupsModel() - Method in class org.zkoss.zul.Listbox
Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
getHeadAt(int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
Returns the data object of the head from the specified index.
getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeader(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified header as a String, or null if not found.
getHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaderAt(Head, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
Returns the data object of the header from the specified index.
getHeaderConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the header config.
getHeaderConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeaderNames() - Method in interface org.zkoss.zk.ui.Execution
Returns all header names this request contains.
getHeaderNames() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaderProperties(Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Returns the header properties.
getHeaderProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Returns the header properties at the specified position.
getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getHeaders(String) - Method in interface org.zkoss.zk.ui.Execution
Returns all the values of the specified header as an iterable String objects.
getHeaders(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeads() - Method in class org.zkoss.zul.Grid
Returns a collection of heads, including Grid.getColumns() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Listbox
Returns a collection of heads, including Listbox.getListhead() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Tree
Returns a collection of heads, including Tree.getTreecols() and auxiliary heads (Auxhead) (never null).
getHeadSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
Returns the length of the heads
getHeight() - Method in class org.zkoss.image.AImage
Returns the height.
getHeight() - Method in interface org.zkoss.image.Image
Returns the height.
getHeight() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the height.
getHeight() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
 
getHeight() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the height of the component, which is its original height.
getHeight() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the height of the component, which is its original height.
getHeight() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the height of the component after re-sized.
getHeight() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the height.
getHeight() - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
getHeight() - Method in interface org.zkoss.zul.impl.Padding
Returns the padding height in px.
getHeight() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getHeights() - Method in class org.zkoss.zul.Box
Deprecated. As of release 5.0.0, use Cell instead.
getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the helper to generate the output of the native components.
getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getHelper() - Method in class org.zkoss.zml.XmlNativeComponent
 
getHflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns horizontal flex hint of this component.
getHflex() - Method in class org.zkoss.zul.Panelchildren
 
getHigh(int) - Method in interface org.zkoss.zul.HiLoModel
Get High value of a specified data index.
getHigh(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getHover() - Method in class org.zkoss.zul.Image
Returns the URI of the hover image.
getHoverImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the URI of the hover image.
getHoverImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the content of the hover image set by LabelImageElement.setHoverImageContent(Image) or LabelImageElement.setHoverImageContent(RenderedImage).
getHref() - Method in class org.zkoss.html.StyleSheet
Returns the href that contains the style sheets, or null if StyleSheet.getContent() is not null.
getHref() - Method in class org.zkoss.zkmax.zul.Navitem
Returns the href.
getHref() - Method in class org.zkoss.zul.A
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in class org.zkoss.zul.Button
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in class org.zkoss.zul.Menuitem
Returns the href.
getHspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the hspace.
getHspace() - Method in class org.zkoss.zul.Applet
Returns the horizontal spacing around an applet.
getHspace() - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
getHttpServletRequest(RenderRequest) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Returns the HTTP servlet request associated with the render request, or null if not found.
getHttpServletRequest(ResourceRequest) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Returns the HTTP servlet request associated with the render request, or null if not found.
getIconSclass() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the icon font
getId() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getId() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the id attribute.
getId() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getId() - Method in interface org.zkoss.zk.ui.Component
Returns the ID.
getId() - Method in interface org.zkoss.zk.ui.Desktop
Returns ID of this desktop.
getId() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the ID of the stub component sending the request, or null if not available.
getId() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getId() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getId() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the identifier that will be assigned to pages created from this definition, or null if the identifier shall be generated automatically.
getId() - Method in interface org.zkoss.zk.ui.Page
Returns ID which is unique in the request (never null).
getId() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page identifier, or null if auto-generation is required.
getId(String) - Method in class org.zkoss.zk.ui.sys.StubComponent
Returns ID of the given UUID, or null if not found or no ID assigned.
getId(String) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
getIdGenerator() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getIdGenerator() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the ID generator, or null if not available.
getIdGeneratorClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to generate UUID/ID for desktop, page and components, or null if the default shall be used.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the iDOM factory.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXHandler
Gets the iDOM factory.
getIECompatibilityInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the IE compatibility information.
getIf() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the if condition.
getImage() - Method in interface org.zkoss.zel.impl.parser.Node
 
GetImage() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get token literal value.
getImage() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
getImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the image URI.
getImage() - Method in class org.zkoss.zul.Listitem
Returns the image of the Listcell it contains.
getImage() - Method in class org.zkoss.zul.Treeitem
Returns the image of the Treecell it contains.
getImage() - Method in class org.zkoss.zul.Treerow
Returns the image of the Treecell it contains, or null if no such cell.
getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the image content set by LabelImageElement.setImageContent(Image) or LabelImageElement.setImageContent(RenderedImage).
getImgTag() - Method in class org.zkoss.zul.Group
Returns the HTML IMG tag for the image part, or null if no image is assigned.
getImplementation() - Method in class org.zkoss.idom.Document
 
getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the class name or an expression returning a class instance, a class name, or a component.
getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
Returns the implementation class of AuWriter that will be used to generate the output to the client.
getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the class (Class) or the class name (String) that implements the component.
getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of the implicit variables.
getImplicit(Page, Component, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicit(Component, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicit(Page, String) - Static method in class org.zkoss.zk.ui.Components
Returns the implicit object of the specified name, or null if not found.
getImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
Returns the implicit object.
getImplicitNames() - Static method in class org.zkoss.zk.ui.Components
Returns a readonly collection of the names of the implicit objects.
getImportedClasses() - Method in class org.zkoss.lang.ImportedClassResolver
Returns a readonly list of the imported class.
getImportedClasses() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a readonly list of the imported class names.
getImportedClassResolver() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the class resolver represented by PageDefinition.getImportedClasses().
getIndex() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the index of the current round of the iteration (0-based).
getIndex() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index of the current round of the iteration.
getIndex() - Method in class org.zkoss.zul.ArrayComparator
Returns the index of the element.
getIndex() - Method in class org.zkoss.zul.Comboitem
Returns the index of this Comboitem.
getIndex(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
getIndex() - Method in class org.zkoss.zul.DialModelScale
 
getIndex() - Method in class org.zkoss.zul.Listitem
Returns the index of this item (a.k.a., the order in the listbox).
getIndex() - Method in class org.zkoss.zul.Row
Returns the index of the specified row.
getIndex() - Method in class org.zkoss.zul.Tab
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
getIndex() - Method in class org.zkoss.zul.Tabpanel
Returns the index of this panel, or -1 if it doesn't belong to any tabpanels.
getIndex() - Method in class org.zkoss.zul.Treeitem
return the index of this item
getIndex(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Returns the index of node in this node's children.
getIndex0() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the lower index of the change range.
getIndex0() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the lower index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the upper index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the upper index of the change range.
getIndexFrom() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the lower index of the change range
getIndexOfChild(E, E) - Method in class org.zkoss.zul.AbstractTreeModel
Returns the index of child in parent.
getIndexOfChild(TreeNode<E>, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getIndexOfChild(E, E) - Method in interface org.zkoss.zul.TreeModel
Returns the index of the given child in the given parent.
getIndexOfItem(Listitem) - Method in class org.zkoss.zul.Listbox
Returns the index of the specified item, or -1 if not found.
getIndexTo() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the upper index of the change range
getInitiators() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level initiators.
getInitParameter(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameter(String) - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameterNames() - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the names of the richlet's initialization parameters as an iterable String objects (never null).
getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
Returns the names of the context's initialization parameters as an iterable String objects (never null).
getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the initial scripts of the specified language, or null if no script.
getInnerArray() - Method in class org.zkoss.zul.ListModelArray
Get the inner real Object[].
getInnerCacheHashCode(Object) - Method in class org.zkoss.util.MultiCache
Returns an integer used to identify the instance of inner caches to use.
getInnerList() - Method in class org.zkoss.zul.ListModelList
Get the inner real List.
getInnerMap() - Method in class org.zkoss.zul.ListModelMap
Get the inner real Map.
getInnerModel() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
getInnerRadius() - Method in class org.zkoss.zul.DialModelRange
Return the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
getInnerSet() - Method in class org.zkoss.zul.ListModelSet
Get the inner real set.
getInnerWidth(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
Returns the inner width of an AU request representing the update of inner width.
getInnerWidth() - Method in class org.zkoss.zul.Grid
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Listbox
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Tree
Returns the inner width of this component.
getInput() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getInputEncoding() - Method in class org.zkoss.idom.Document
 
getInputEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.InputEvent
Converts an AU request to an input event.
getInputEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.InputEvent
Deprecated. As of release 5.0.4, replaced with InputEvent.getInputEvent(AuRequest, Object).
getInputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
Thread safe method to get the factory instance
getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream that can be read repeatedly, or null if the given input stream is null.
getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of the resource of the given URL that can be read repeatedly.
getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader that can be read repeatedly, or null if the given reader is null.
getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL, encoded in UTF-8.
getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.
getInstance(PortletSession) - Static method in class org.zkoss.web.portlet.PortletHttpSession
 
getInstance(PortletContext) - Static method in class org.zkoss.web.portlet.PortletServletContext
Returns an instance of ServletContext that representing the specified portlet context.
getInstance(PortletRequestDispatcher) - Static method in class org.zkoss.web.portlet.PortletServletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(RenderRequest) - Static method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInstance(RenderResponse) - Static method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getInstance(ResourceRequest) - Static method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getInstance(ResourceResponse) - Static method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getInstance(RequestDispatcher) - Static method in class org.zkoss.web.portlet.ServletPortletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(ServletResponse, Writer) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getInstance(ServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(HttpServletResponse, Writer) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getInstance(HttpServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(OutputStream) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified stream.
getInstance(Writer, String) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified writer.
getInstance(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the instance (singleton in the whole app) for handling resources located in class path.
getInstance(String, String) - Static method in class org.zkoss.zk.ui.util.ConditionImpl
Returns an instance of Condition, or null if both ifc and unless are empty.
getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection.
getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(EvaluatorRef, Component, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(EvaluatorRef, Page, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(String) - Static method in class org.zkoss.zul.SimpleConstraint
Parses a list of constraints from a string to an integer representing a combination of SimpleConstraint.NO_POSITIVE and other flags.
getInstant() - Method in class org.zkoss.zul.impl.InputElement
Returns true if onChange event is sent as soon as user types in the input component.
getInt(Map<String, Object>, String, int) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getInt(Map<String, Object>, String, int, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getInt(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
getIntAttribute(Component, String, int, boolean) - Static method in class org.zkoss.zul.impl.Utils
Returns the number if the given attribute is defined in a component or in library property.
getInteger() - Method in class org.zkoss.zel.impl.parser.AstInteger
 
getInternalSubset() - Method in class org.zkoss.idom.DocType
Gets the data for the internal subset.
getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
Returns the interpreter of the specified scripting language.
getIntHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getIntHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getIntHeight() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart int width in pixel; to be used by the derived subclass.
getIntHeight() - Method in class org.zkoss.zul.Captcha
Get the captcha int height in pixel; to be used by the derived subclass.
getIntHeight() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
Parses the property value to an integer.
getIntWidth() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Captcha
Get the captcha int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getItemAtIndex(int) - Method in class org.zkoss.zul.Combobox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Listbox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Radiogroup
Returns the radio button at the specified index.
getItemCount() - Method in class org.zkoss.zul.Combobox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Group
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Radiogroup
Returns the number of radio buttons in this group.
getItemCount() - Method in class org.zkoss.zul.Tree
Returns the number of child Treeitem.
getItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of child Treeitem including all descendants.
getItemHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item height of Fisheye.
getItemMaxHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item maximal height of Fisheye.
getItemMaxWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item maximal width of Fisheye.
getItemPadding() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item padding of Fisheye.
getItemRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Combobox
Returns the renderer to render each row, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Listbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Selectbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Tree
Returns the renderer to render each item, or null if the default renderer is used.
getItems() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the attribute items.
getItems(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItemExt
Deprecated.  Returns all children items of the given Collection owner such as Grid.
getItems() - Method in class org.zkoss.zul.Combobox
Returns a 'live' list of all Comboitem.
getItems() - Method in class org.zkoss.zul.event.RenderEvent
Returns the (readonly) collection of items to render (never null).
getItems() - Method in class org.zkoss.zul.Group
Returns a list of all Row are grouped by this group.
getItems() - Method in class org.zkoss.zul.Listbox
Returns a live list of all Listitem.
getItems() - Method in class org.zkoss.zul.Listgroup
Returns a list of all Listitem are grouped by this listgroup.
getItems() - Method in class org.zkoss.zul.Radiogroup
Returns a readonly list of Radio.
getItems() - Method in class org.zkoss.zul.Tree
Returns a readonly list of all descending Treeitem (children's children and so on).
getItems() - Method in class org.zkoss.zul.Treechildren
Returns a readonly list of all descending Treeitem (children's children and so on).
getItemWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item width of Fisheye.
getJasperreporteExporterFactory() - Method in class org.zkoss.zkex.zul.Jasperreport
 
getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly map of definitions of JavaScript modules, (String name, String version).
getJavaScriptPackagesWithMerges() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of the packages that will be merged by other packages.
getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all JavaScript required by this language.
getJRExporter(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
 
getJRExporter(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
Currently Supported type list.
getJSONOutput(JSONArray) - Static method in class org.zkoss.zk.au.AuWriters
Returns a JSON object representing the output that will be sent to the client.
getKey(Date, Date) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
 
getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the key code.
getKeyEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.KeyEvent
Converts an AU request to a key event.
getKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
getKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
getKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
get validation message of component and a special key
getKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
get validation message of a special key
getKeys() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
getKeys() - Method in class org.zkoss.web.servlet.xel.RequestScope
 
getKeys() - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns an enumeration of keys.
getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns what keys were pressed when the component is moved, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Returns the keys of the propertyMap.
getKeys() - Method in interface org.zkoss.zul.CategoryModel
Get (series, category) pairs of this chart data model.
getKeys() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns what keys were pressed when the column is resized, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getLabel(Locale, String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the specified locale, or null if not found.
getLabel(String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the current locale, or null if not found.
getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns the label of the specified key for the current locale, or null if not found.
getLabel(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns the label of the specified key for the specified locale, or null if not found.
getLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or null if no found.
getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or the default value if no found.
getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or the default value if not found.
getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label or message of the specified key.
getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel() - Method in class org.zkoss.zul.Group
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Groupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.impl.LabelElement
Returns the label (never null).
getLabel() - Method in class org.zkoss.zul.Listgroupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Listitem
Returns the label of the Listcell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Treeitem
Returns the label of the Treecell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Treerow
Returns the label of the Treecell it contains, or null if no such cell.
getLabelEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the label edge.
getLabelLocations() - Method in class org.zkoss.zk.ui.util.Configuration
Returns an array of the locations of properties files registered by Configuration.addLabelLocation(java.lang.String).
getLandingState(IN, C) - Method in class org.zkoss.fsm.StateMachine
Determines the initial state upon meeting the input character and class
getLanguage() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the scripting language this interpreter is associated with.
getLanguage() - Method in exception org.zkoss.zk.scripting.InterpreterNotFoundException
Returns the language that is not found.
getLanguage() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the scripting language, or null if the default scripting language is preferred.
getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the scripting language, or null if the default scripting language is preferred.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.GenericRichlet
Returns the language definition that this richlet belongs to.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the language definition, or null if it is a temporary definition belonging to a page.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the language definition that ComponentInfo.getComponentDefinition() belongs to, or null if the component definition is temporary.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the language definition that this page is default to be.
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Page
Returns the language definition that this page belongs to (never null).
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Richlet
Returns the default language definition that this richlet belongs to.
getLastAccessedTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLastChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getLastChild() - Method in interface org.zkoss.zk.ui.Component
Returns the last child component, or null if no child at all.
getLastModified(K) - Method in class org.zkoss.util.resource.AbstractLoader
 
getLastModified(K) - Method in interface org.zkoss.util.resource.Loader
Returns the last modified time, or -1 if reload is required or not exists.
getLastModified(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the last modified time.
getLastModified(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getLastResponse(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getLastResponse(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the response for the last request, or null if no response yet, or the specified request ID doesn't match the last one (passed to DesktopCtrl.responseSent(java.lang.String, java.lang.Object)).
getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getLastRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the last root component.
getLeft() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the left of the component, which is its original left.
getLeft() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the left of the component, which is its original left.
getLeft() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the left of the component after moved.
getLeft() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the left position.
getLegendFont() - Method in class org.zkoss.zul.Chart
Returns the legend font of this chart.
getLength() - Method in class org.zkoss.idom.Element.AttrMap
 
getLength() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getLength() - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getLength() - Method in class org.zkoss.idom.impl.FacadeNodeList
 
getLength() - Method in class org.zkoss.zul.Captcha
Get length of the autogenerated text value; default to 5.
getLevel() - Method in class org.zkoss.util.logging.Log
Deprecated. Returns the logging level.
getLevel(String) - Static method in class org.zkoss.util.logging.Log
Deprecated. Return the logging level of the specified string.
getLevel() - Method in class org.zkoss.zul.Treecell
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treeitem
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treerow
Returns the level this cell is.
getLifeCycleHandlingSet(boolean) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
 
getLifetime() - Method in interface org.zkoss.util.Cache
Returns the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.CacheMap
Gets the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.FastReadCache
 
getLifetime() - Method in class org.zkoss.util.MultiCache
 
getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
getLimit() - Method in class org.zkoss.zul.event.DataLoadingEvent
Returns the limit of the data chunk to be loaded.
getLimit() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the required visible limit size of the current loaded data chunk to be shown on the screen.
getLimit() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getLimit() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getLimitTimeOffer() - Static method in class org.zkoss.web.servlet.Servlets
Returns a token to represent a limit-time offer.
getLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Deprecated. 
getLineNumber() - Method in interface org.zkoss.util.resource.Location
Return the line number in the document, or -1 if not available.
getLineNumber() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the line number of this action.
getLinkedPanel() - Method in class org.zkoss.zul.Tab
Returns the panel associated with this tab.
getLinkedTab() - Method in class org.zkoss.zul.Tabpanel
Returns the tab associated with this tab panel.
getLinkedTreechildren() - Method in class org.zkoss.zul.Treerow
Returns the Treechildren associated with this Treerow.
getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
Returns the Treerow that is associated with this treechildren, or null if no such treerow.
getListbox() - Method in class org.zkoss.zul.Listcell
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfoot
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfooter
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listhead
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listheader
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listitem
Returns the list box that it belongs to.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Deprecated. As of release 6.0, replaced with AbstractComponent.getEventListeners(java.lang.String).
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Component
Deprecated. As of release 6.0, replaced with Component.getEventListeners(java.lang.String). Returns an iterator for iterating the event listeners for the given event.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
Deprecated. As of release 6.0, replaced with PageImpl.getEventListeners(java.lang.String).
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Page
Deprecated. As of release 6.0, replaced with Page.getEventListeners(java.lang.String). Returns an iterator for iterating the event listeners for the given event.
getListeners() - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Returns a list of all scope listeners (never null).
getListeners() - Method in class org.zkoss.zk.ui.impl.SimpleScope
Returns a ist of all scope listners (never null).
getListfoot() - Method in class org.zkoss.zul.Listbox
Returns Listfoot belonging to this listbox, or null if no list footers at all.
getListfoot() - Method in class org.zkoss.zul.Listgroup
Returns the Listfoot, if any.
getListgroup() - Method in class org.zkoss.zul.Listgroup
 
getListgroup() - Method in class org.zkoss.zul.Listitem
Returns the listgroup that this item belongs to, or null.
getListgroupfootIndex() - Method in class org.zkoss.zul.Listgroup
Returns the index of Listgroupfoot -1: no Listgroupfoot
getListhead() - Method in class org.zkoss.zul.Listbox
Returns Listhead belonging to this listbox, or null if no list headers at all.
getListheader() - Method in class org.zkoss.zul.Listcell
Returns the list header that is in the same column as this cell, or null if not available.
getListheader() - Method in class org.zkoss.zul.Listfooter
Returns the list header that is in the same column as this footer, or null if not available.
getListheader() - Method in class org.zkoss.zul.ListitemComparator
Returns the listheader that this comparator is associated with, or null if not available.
getListModel() - Method in class org.zkoss.zul.Grid
Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
getListModel() - Method in class org.zkoss.zul.Listbox
Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
getLoadAfterEvents() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get load-after event expression set.
getLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
Returns all bindings that associated with the specified property.
getLoadBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns associated LoadBindings except ReferenceBindings.
getLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
getLoadBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
Returns all loaded interpreters.
getLoader() - Method in class org.zkoss.util.resource.ResourceCache
Returns the loader.
getLoadFieldNames() - Method in interface org.zkoss.bind.FormExt
Returns all field names that this Form bean is care about for loading value from the real bean.
getLoadFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
 
getLoadPromptBindings(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getLoadPromptBindings(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
get all load prompt binding of the component and attribute
getLoadWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get load-when event expression set.
getLocalAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getLocalAddr() - Method in interface org.zkoss.zk.ui.Session
Deprecated. as of release 7.0.0, use Execution.getLocalAddr() instead.
getLocale(String, char) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(String) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(Locale) - Static method in class org.zkoss.util.Locales
Converts a Locale to one of them being used before.
getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
Returns the locale of the bundle, or null if it is the default.
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getLocale() - Method in class org.zkoss.zel.ELContext
 
getLocale() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getLocale() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the output file locale.
getLocale() - Method in class org.zkoss.zul.Datebox
Returns the locale associated with this datebox, or null if Locales.getCurrent() is preferred.
getLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the locale associated with this number input element, or null if Locales.getCurrent() is preferred.
getLocale() - Method in class org.zkoss.zul.Timebox
Returns the locale associated with this timebox, or null if Locales.getCurrent() is preferred.
getLocales() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocales() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalFormatInfo() - Static method in class org.zkoss.text.DateFormats
Returns the info of date/time format for the current thread, or null if not set.
getLocalizedFormat() - Method in class org.zkoss.zul.Datebox
Returns the localized format, which is used when constructing a datebox.
getLocalName() - Method in class org.zkoss.idom.Attribute
 
getLocalName() - Method in class org.zkoss.idom.Element
 
getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocalName() - Method in interface org.zkoss.idom.Namespaceable
Gets the local name of this item.
getLocalName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalName() - Method in class org.zkoss.zel.impl.parser.AstFunction
 
getLocalName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalName() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getLocalName() - Method in interface org.zkoss.zk.ui.Session
Deprecated. as of release 7.0.0, use Execution.getLocalName() instead.
getLocalPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getLocalPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocation() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the location information of the annotation in the document, or null if not available.
getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocator() - Method in interface org.zkoss.idom.Item
Gets the locator of this item.
getLocator() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the locator for loading resources, such as taglib.
getLocator() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getLocator() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the locator of this context used to locate resources.
getLocator() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getLocator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the locator associated with this page definition.
getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the locator for the specified context.
getLocator() - Method in class org.zkoss.zk.ui.metainfo.Parser
returns locator for locating resources.
getLocator() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the locator used to retrieve resources, such as taglib and zscript files, or null if RequestInfo.getWebApp() will be used as the locator.
getLong(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getLong(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
Returns the integer value of the specified key in the data.
getLow(int) - Method in interface org.zkoss.zul.HiLoModel
Get Low value of a specified data index.
getLow(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getLowerBound() - Method in class org.zkoss.zul.DialModelRange
Returns the lower bound in scale of this colored range.
getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Instantiates and returns the component definition for the specified condition.
getMacroURI() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns the macro URI.
getMacroURI() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getMacroURI() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the macro URI, or null if not a macro.
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
getMacroURI() - Method in class org.zkoss.zml.XmlMacroComponent
 
getMajorTickInterval() - Method in class org.zkoss.zul.DialModelScale
Returns the interval between major tick (in lower bound and upper bound).
getMajorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the major version.
getMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the margins, which is a list of numbers separated by comma.
getMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the matrix renderer.
getMax() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Returns the maximum value.
getMax() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the maximum value.
getMaximizedMode() - Method in class org.zkoss.zkmax.zul.Portallayout
Returns the mode of the maximized panel.
getMaximizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MaximizeEvent
Converts an AU request to a maximize event.
getMaxInactiveInterval() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
Return the time, in seconds, between client requests before the servlet container will invalidate this session.
getMaxlength() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the maxlength of bytes to output.
getMaxlength() - Method in class org.zkoss.zul.impl.InputElement
Returns the maxlength.
getMaxlength() - Method in class org.zkoss.zul.Label
Returns the maximal length of the label.
getMaxlength() - Method in class org.zkoss.zul.Listbox
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listcell
Returns the maximal length for this cell.
getMaxlength() - Method in class org.zkoss.zul.Listheader
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listitem
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Treecell
Returns the maximal length for this cell, which is decided by the corresponding Treecell.getTreecol()'s Treecol.getMaxlength().
getMaxlength() - Method in class org.zkoss.zul.Treecol
Returns the maximal length of each item's label.
getMaxNumberInSubModel(int) - Method in class org.zkoss.zul.SimpleListModel
Returns the maximal allowed number of matched items in the sub-model returned by SimpleListModel.getSubModel(java.lang.Object, int).
getMaxpos() - Method in class org.zkoss.zul.Slider
Returns the maximum position of the slider.
getMaxposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's maximum position.
getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed time to process events, in milliseconds.
getMaxSize() - Method in interface org.zkoss.util.Cache
Returns the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.CacheMap
Gets the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.FastReadCache
 
getMaxSize() - Method in class org.zkoss.util.MultiCache
 
getMaxsize() - Method in class org.zkoss.zkmax.zul.Dropupload
Get the max size setting of upload file, unit is "KB".
getMaxsize() - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
getMaxsize() - Method in class org.zkoss.zul.LayoutRegion
Returns the maximum size of the resizing element.
getMaxSpareThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of the spare pool for queuing event processing threads (per Web application).
getMaxSuspendedThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of suspended event processing threads (per Web application).
getMaxUploadSize() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed upload size, in kilobytes, or a negative value if no limit.
getMedia() - Method in class org.zkoss.html.StyleSheet
Returns the media, or null if not available.
getMedia() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the first media being uploaded, or null if no file is uploaded.
getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
Retrieve the view in Media format.
getMedia(String) - Method in class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Audio.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Iframe.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Image.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
getMedia() - Method in class org.zkoss.zul.Style
Returns the media dependencies for this style sheet.
getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the array of media being uploaded, or null if the user uploaded no file at all.
getMenupopup() - Method in class org.zkoss.zul.Columns
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Listhead
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Menu
Returns the Menupopup it owns, or null if not available.
getMergedJavaScriptPackages(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a list of JavaScript packages that are merged the given package, such as "zk" and "zul.lang".
getMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns a message of the exception.
getMessage(int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception's getMessage method.
getMessage(int, Object) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception with one format-argument.
getMessage(int) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception without format-argument.
getMessage() - Method in error org.zkoss.zel.impl.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.zkoss.zk.ui.event.ErrorEvent
Returns the error message if this event is caused by a wrong data, or null if it is to clear message.
getMessageLoaders() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the message loader for this language.
getMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
getMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
getMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
getMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
get validation messages of a component and special attribute
getMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
get validation messages of a component
getMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
get all validation messages
getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
Returns the method being encapsulated.
getMethod() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getMethod() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getMethod() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
getMethod(Object, Object, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
Returns a method based on the criteria
getMethodByObject(Class<?>, String, Object[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close method by specifying the arguments, rather than the argument types.
getMethodBySignature(Class<?>, String, Collection<String>, ClassResolver) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature with a class resolver.
getMethodBySignature(Class<?>, String, Collection<String>) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature.
getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
getMethodInfo(EvaluationContext, Class[]) - Method in class org.zkoss.zel.impl.parser.AstValue
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.zkoss.zel.impl.parser.Node
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
getMethodInfo(ELContext) - Method in class org.zkoss.zel.MethodExpression
 
getMethodInPublic(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets the method that is declared in a public class/interface.
getMilestone(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
Return the trend line.
getMilestoneConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
 
getMilestoneConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getMimeType(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMin() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Returns the minimum value.
getMin() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the minimum value.
getMinheight() - Method in class org.zkoss.zul.Panel
Returns the minimum height.
getMinheight() - Method in class org.zkoss.zul.Window
Returns the minimum height.
getMinimizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MinimizeEvent
Converts an AU request to a minimize event.
getMinorTickCount() - Method in class org.zkoss.zul.DialModelScale
returns the number of minor ticks between major tick.
getMinorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the minor version.
getMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMinpos() - Method in class org.zkoss.zul.Slider
Returns the minimum position of the slider.
getMinposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's minimum position.
getMinsize() - Method in class org.zkoss.zul.LayoutRegion
Returns the minimum size of the resizing element.
getMinwidth() - Method in class org.zkoss.zul.Panel
Returns the minimum width.
getMinwidth() - Method in class org.zkoss.zul.Window
Returns the minimum width.
getMode() - Method in class org.zkoss.zul.Include
Returns the inclusion mode.
getMode() - Method in class org.zkoss.zul.Toolbarbutton
 
getMode() - Method in class org.zkoss.zul.Window
Returns the current mode.
getModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the matrix model.
getModel() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the model associated with this chosenbox, or null if this chosenbox is not associated with any list data model.
getModel() - Method in class org.zkoss.zkmax.zul.Fusionchart
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in class org.zkoss.zul.Chart
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in class org.zkoss.zul.Combobox
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.DefaultTreeNode
 
getModel() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the chart model that fires this event.
getModel() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the tree model that fires this event.
getModel() - Method in class org.zkoss.zul.Grid
Returns the model associated with this grid, or null if this grid is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Listbox
Returns the model associated with this list box, or null if this list box is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Radiogroup
Returns the list model associated with this radiogroup, or null if this radiogroup is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Selectbox
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Tabbox
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Tree
Returns the list model associated with this tree, or null if this tree is not associated with any tree data model.
getModel() - Method in interface org.zkoss.zul.TreeNode
Returns the tree model it belongs to.
getModelByOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Deprecated.  Returns the component model as ListModel
getModelName(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
getModeType() - Method in class org.zkoss.zul.Window
Returns the current mode.
getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getMold() - Method in interface org.zkoss.zk.ui.Component
Returns the mold used to render this component.
getMold() - Method in class org.zkoss.zul.Listitem
 
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns a readonly collection of the names of the mold.
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns a collection of the mold names that have the molde URL.
getMoldURI(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getMoldURI(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns the URI (String) of the template to generate the mold, or null if not available.
getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the monitor for this application, or null if not set.
getMouseEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MouseEvent
Converts an AU request to a mouse event.
getMoveEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MoveEvent
Converts an AU request to a move event.
getName() - Method in enum org.zkoss.bind.annotation.Scope
the zk implicit scope name
getName() - Method in class org.zkoss.idom.Attribute
 
getName() - Method in class org.zkoss.idom.Binary
 
getName() - Method in class org.zkoss.idom.CData
 
getName() - Method in class org.zkoss.idom.Comment
 
getName() - Method in class org.zkoss.idom.DocType
Gets the element name being constrained.
getName() - Method in class org.zkoss.idom.Document
 
getName() - Method in class org.zkoss.idom.Element
Gets the tag name of the element -- the name with prefix.
getName() - Method in class org.zkoss.idom.EntityReference
 
getName() - Method in interface org.zkoss.idom.Item
Gets the name of the item.
getName() - Method in class org.zkoss.idom.ProcessingInstruction
 
getName() - Method in class org.zkoss.idom.Text
 
getName() - Method in class org.zkoss.image.AImage
 
getName() - Method in class org.zkoss.sound.AAudio
 
getName() - Method in class org.zkoss.util.logging.Log
Deprecated. Returns the name of this logger.
getName() - Method in class org.zkoss.util.media.AMedia
 
getName() - Method in interface org.zkoss.util.media.Media
Returns the name (usually filename) of this media, or null if not available.
getName() - Method in class org.zkoss.util.media.RepeatableMedia
 
getName() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the name of the browser.
getName() - Method in class org.zkoss.web.theme.Theme
 
getName() - Method in class org.zkoss.zel.MethodInfo
 
getName() - Method in class org.zkoss.zk.ui.event.Event
Returns the event name.
getName() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the name of this annotation.
getName() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns name of this component definition (never null).
getName() - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns the tag name of this header element.
getName() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getName() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns name of this language.
getName() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the name of the property.
getName() - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns the response header's name.
getName() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Returns the name of the template info.
getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
Returns the event name, such as, onClick.
getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the event name, such as, onClick.
getName() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
getName() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Calendar
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Checkbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Iframe
Returns the frame name.
getName() - Method in class org.zkoss.zul.impl.InputElement
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Listbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Radio
Returns the name of this radio button.
getName() - Method in class org.zkoss.zul.Radiogroup
Returns the name of this group of radio buttons.
getName() - Method in class org.zkoss.zul.Selectbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Slider
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Tree
Returns the name of this component.
getNamedDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a readonly collection of the names (String) of component definitions defined in this map.
getNamespace() - Method in class org.zkoss.idom.Attribute
 
getNamespace(String) - Method in class org.zkoss.idom.Element
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.
getNamespace() - Method in class org.zkoss.idom.Element
 
getNamespace() - Method in interface org.zkoss.idom.Namespaceable
Gets the namespace.
getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the name space.
getNamespaceURI() - Method in class org.zkoss.idom.Attribute
 
getNamespaceURI() - Method in class org.zkoss.idom.Element
 
getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Retrieve the native content for a property of the specified component.
getNativeContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
Deprecated. As of release 6.0.0, replaced with SimpleWebApp.getServletContext().
getNativeContext() - Method in interface org.zkoss.zk.ui.WebApp
Deprecated. As of release 6.0.0, replaced with WebApp.getServletContext().
getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the native components.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the native interpreter, or null if not available.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeRequest() - Method in interface org.zkoss.zk.ui.Execution
Returns the native request, or null if not available.
getNativeRequest() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeRequest() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getNativeRequest() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the native request.
getNativeResponse() - Method in interface org.zkoss.zk.ui.Execution
Returns the native response, or null if not available.
getNativeResponse() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeSession() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getNativeSession() - Method in interface org.zkoss.zk.ui.Session
Returns the native session, or null if not available.
getNavbar() - Method in class org.zkoss.zkmax.zul.Nav
Returns the navigation bar that it belongs to.
getNavbar() - Method in class org.zkoss.zkmax.zul.Navitem
Returns the navigation bar that it belongs to.
getNbsp() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to generate &nbsp; if the content is empty.
getNeedleColor() - Method in class org.zkoss.zul.DialModelScale
Get the needle color of this scale(in string as #RRGGBB).
getNeedleRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
getNeedleRGB() - Method in class org.zkoss.zul.DialModelScale
Get the needle color of this scale in int array (0: red, 1: green, 2:blue).
getNeedleType() - Method in class org.zkoss.zul.DialModelScale
Returns the needle type of this scale ("pointer" or "pin")
getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the next event queued by Execution.postEvent(org.zkoss.zk.ui.event.Event), or null if no event queued.
getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextKey() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the next available key which is unique in the whole cache.
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available key which is unique in the whole desktop.
getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNextSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getNextSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the next sibling, or null if it is the last child.
getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParser
Get the next Token.
getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
Get the next Token.
getNextUuid(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a page.
getNextUuid(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a component.
getNodeName() - Method in class org.zkoss.idom.Binary
 
getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeType() - Method in class org.zkoss.idom.Attribute
 
getNodeType() - Method in class org.zkoss.idom.Binary
 
getNodeType() - Method in class org.zkoss.idom.CData
 
getNodeType() - Method in class org.zkoss.idom.Comment
 
getNodeType() - Method in class org.zkoss.idom.DocType
 
getNodeType() - Method in class org.zkoss.idom.Document
 
getNodeType() - Method in class org.zkoss.idom.Element
 
getNodeType() - Method in class org.zkoss.idom.EntityReference
 
getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
 
getNodeType() - Method in class org.zkoss.idom.Text
 
getNodeValue() - Method in class org.zkoss.idom.Element
Always null.
getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNonselectableTags() - Method in class org.zkoss.zul.Listbox
Returns a list of HTML tag names that shall not cause the list item being selected if they are clicked.
getNonselectableTags() - Method in class org.zkoss.zul.Tree
Returns a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
getNonSystemProperties(Component) - Static method in class org.zkoss.bind.impl.AnnotationUtil
 
getNoResultsText() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the no-result text of this component.
getNormalPath(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the normal path; that is, will elminate the double dots ".."
getNorth() - Method in class org.zkoss.zul.Borderlayout
 
getNotation(String) - Static method in class org.zkoss.lang.Primitives
Returns the notation of a primitive class, or ((char)0) if it is not a primitive class.
getNotations() - Method in class org.zkoss.idom.DocType
 
getNote() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
the note of this info
getNote() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
getNotifys(BindContext) - Static method in class org.zkoss.bind.impl.AbstractBindingHandler
 
getNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
getNotifys(BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
getNumber(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
getNumber() - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
getObjects(Set<T>) - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return selected objects from selected items if possible.
getOddRowSclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the style class for the odd rows.
getOddRowSclass() - Method in class org.zkoss.zul.Grid
Returns the style class for the odd rows.
getOddRowSclass() - Method in class org.zkoss.zul.Listbox
Returns the style class for the odd rows.
getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
getOffset() - Method in class org.zkoss.zul.event.DataLoadingEvent
Returns the offset of the data chunk to be loaded.
getOffset() - Method in interface org.zkoss.zul.ext.GroupingInfo
The offset of an element in a group.
getOffset() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the requested visible offset of the current loaded data chunk.
getOffset() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getOffset() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getOffset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getOnclick() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the onclick.
getOpen(int) - Method in interface org.zkoss.zul.HiLoModel
Get Open value of a specified data index.
getOpen(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getOpenCount() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenCount() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the number of paths that are opened.
getOpenEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.OpenEvent
Converts an AU request to an open event.
getOpenObjects() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenObjects() - Method in interface org.zkoss.zul.ext.Openable
Returns the objects that are opened.
getOpenPath() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenPath() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the first path in the open.
getOpenPaths() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenPaths() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the paths in the open.
getOperator() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getOptions() - Method in class org.zkoss.zk.au.AuRequest
Returns the options, a combination of AuRequest.BUSY_IGNORE, AuRequest.DUPLICATE_IGNORE and AuRequest.REPEAT_IGNORE.
getOrderBy() - Method in class org.zkoss.zul.FieldComparator
Returns the order-by clause.
getOrient() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the orientation of Fisheye.
getOrient() - Method in class org.zkoss.zkmax.zul.Cardlayout
Returns the orient.
getOrient() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart orientation (vertical or horizontal)
getOrient() - Method in class org.zkoss.zkmax.zul.Navbar
Returns the orient.
getOrient() - Method in class org.zkoss.zkmax.zul.Portallayout
Returns the orient.
getOrient() - Method in class org.zkoss.zkmax.zul.Scrollview
Returns current orient (horizontal or vertical).
getOrient() - Method in class org.zkoss.zul.Box
Returns the orient (the same as AbstractComponent.getMold()).
getOrient() - Method in class org.zkoss.zul.Button
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Chart
Get the chart orientation (vertical or horizontal)
getOrient() - Method in class org.zkoss.zul.Menubar
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Radiogroup
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Separator
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Slider
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Splitter
Returns the orientation of the splitter.
getOrient() - Method in class org.zkoss.zul.Tabbox
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Toolbar
Returns the orient.
getOrientation() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Return the current orientation.
getOrigin() - Method in class org.zkoss.util.FilterMap
Returns the original map being filtered.
getOrigin() - Method in class org.zkoss.web.theme.StandardTheme
 
getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
Returns the original event.
getOrigin() - Method in class org.zkoss.zk.ui.event.FulfillEvent
Returns the original event.
getOriginContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original context path regardless of being forwarded or not.
getOriginFullRequest(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the request uri + query string.
getOriginFullServlet(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet path + path info + query string.
getOriginPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info regardless of being forwarded or not.
getOriginQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string regardless of being forwarded or not.
getOriginRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI regardless of being forwarded or not.
getOriginServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original servlet path regardless of being forwarded or not.
getOut() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the current output.
getOut() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getOut() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the writer, never null.
getOuterRadius() - Method in class org.zkoss.zul.DialModelRange
Return the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
getOutputName() - Method in class org.zkoss.zel.impl.parser.AstFunction
 
getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
Get an output property that is in effect for the transformation.
getOutputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getOutputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
getOverrideAnnotation(ComponentCtrl, String, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
Deprecated. since 6.5.4
getOverrideKey() - Method in class org.zkoss.zk.au.AuResponse
Returns the override key.
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuBookmark
Default: zk.bookmark (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearBusy
Default: zk.busy (i.e., only one response of this class and AuShowBusy will be sent to the client in an execution for the same component, if any)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearWrongValue
Default: "zk.wrongValue" if AuResponse.getDepends() is not null, or null if AuResponse.getDepends() is null
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClientInfo
Default: zk.clientInfo (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuConfirmClose
Default: zk.confirmClose (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuEcho
Default: "zk.echo" if AuResponse.getDepends() is null (desktop level), null if AuResponse.getDepends() is not null (component level).
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuFocus
Default: zk.focus (i.e., only one response of this class for the same component will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuObsolete
Default: zk.obsolete (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuPrint
Default: zk.print (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuResizeWidget
Default: zk.resizeWgt (i.e., only one response of this class will be sent to the client in an execution for the same component)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSelect
Default: zk.select (i.e., only one response of this class for the same component will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSendRedirect
Default: zk.redirect (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSetTitle
Default: zk.title (i.e., only one response of this class will be sent to the client in an execution)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuShowBusy
Default: zk.busy (i.e., only one response of this class and AuClearBusy will be sent to the client in an execution for the same component, if any)
getOverrideKey() - Method in class org.zkoss.zk.au.out.AuWrongValue
Default: "zk.wrongValue" if AuResponse.getDepends() is not null (component-level), or null if AuResponse.getDepends() is null (desktop level)
getOwner() - Method in class org.zkoss.idom.Attribute
Gets the item that owns this attribute.
getOwner() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the owner of this interpreter.
getOwner() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getOwner() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getOwner() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the owner of this page, or null if it is not owned by any component.
getOwner() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns the owner component for this execution, or null if this execution is not owned by any component.
getOwner() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the associated owner component of this DataLoader.
getOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getOwnerDocument() - Method in class org.zkoss.idom.Attribute
 
getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getOwnerElement() - Method in class org.zkoss.idom.Attribute
 
getPack() - Method in class org.zkoss.zul.Box
Returns the pack alignment of cells of this box (start, center, end) plus an indication stretch option.
getPackages() - Method in class org.zkoss.zul.Script
Returns the list of packages to load before evaluating the script defined in Script.getContent().
getPage() - Method in class org.zkoss.web.servlet.dsp.action.Include
Returns the page (URI).
getPage() - Method in class org.zkoss.zk.au.AuRequest
Returns the page that this request is applied for, or null if this request is a general request -- regardless any page or component.
getPage() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPage() - Method in interface org.zkoss.zk.ui.Component
Returns the page that this component belongs to, or null if it doesn't belong to any page.
getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID or UUID.
getPage() - Method in class org.zkoss.zk.ui.event.Event
Returns the page owning this event, or null if broadcast.
getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPage() - Method in class org.zkoss.zk.ui.select.SelectorComposer
Returns the current page.
getPage() - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Returns the current page.
getPage() - Method in class org.zkoss.zk.ui.util.GenericComposer
Returns the current page.
getPageable() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the pageable controller.
getPageable() - Method in class org.zkoss.zul.event.PagingEvent
Returns the pageable controller.
getPageContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the page context.
getPageCount() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.impl.MeshElement
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Paging
 
getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the page definition from the page file specified by an URI.
getPageDefinition(WebApp, String) - Static method in class org.zkoss.zk.ui.Executions
Returns the page definition from the page file specified by an URI.
getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the page definition, i.e., the root node, or null if not available.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the page definition (always this).
getPageDefinition(WebApp, Locator, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified path, or null if not found or failed to parse.
getPageDefinition(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in interface org.zkoss.zk.xel.EvaluatorRef
Returns the page definition of this reference, or null if not available.
getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content to a page definition.
getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content, in DOM, to a page definition.
getPageDefinitionDirectly(Reader, String) - Method in interface org.zkoss.zk.ui.Execution
Reads the raw content from a reader and converts it into a page definition.
getPageDefinitionDirectly(WebApp, String, String) - Method in class org.zkoss.zk.ui.Executions
Converts the specified page content to a page definition.
getPageDefinitionDirectly(WebApp, Document, String) - Method in class org.zkoss.zk.ui.Executions
Converts the specified page content, in DOM, to a page definition.
getPageDefinitionDirectly(WebApp, Reader, String) - Method in class org.zkoss.zk.ui.Executions
Reads the raw content from a reader and converts it into a page definition.
getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(WebApp, Locator, String, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content; never null.
getPageDefinitionDirectly(WebApp, Locator, Reader, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the raw content from the specified reader; never null.
getPageDefinitionDirectly(WebApp, Locator, Document, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content in DOM; never null.
getPageDefinitionDirectly(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified reader; never null.
getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID or UUID, or null if no such page.
getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageIncrement() - Method in interface org.zkoss.zul.ext.Paginal
Returns the number of page anchors shall appear at the client.
getPageIncrement() - Method in class org.zkoss.zul.Paging
 
getPageIncrement() - Method in class org.zkoss.zul.Slider
Returns the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
getPageIncrementInDouble() - Method in class org.zkoss.zul.Slider
Returns the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
getPageRedrawControl(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Returns the page redraw control.
getPageRenderer() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the page render for this language.
getPages() - Method in interface org.zkoss.zk.ui.Desktop
Returns a readonly collection of all Page in this desktop.
getPages() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageSize() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the page size.
getPageSize() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of items per page.
getPageSize() - Method in class org.zkoss.zul.impl.MeshElement
Returns the page size, a.k.a., the number rows per page.
getPageSize() - Method in class org.zkoss.zul.Paging
 
getPageSize() - Method in class org.zkoss.zul.Tree
Returns the page size, a.k.a., the number items per page.
getPageX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the horizontal coordinate of the mouse pointer relative to the whole document.
getPageY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the vertical coordinate of the mouse pointer relative to the whole document.
getPaginal() - Method in class org.zkoss.zul.Grid
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Listbox
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Tree
Returns the paging controller, or null if not available.
getPagingChild() - Method in class org.zkoss.zul.Grid
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Listbox
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Tree
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingEvent(AuRequest) - Static method in class org.zkoss.zul.event.PagingEvent
Converts an AU request to a render event.
getPagingPosition() - Method in interface org.zkoss.zul.ext.Paginated
Returns the paging position if the component contains a paging component.
getPagingPosition() - Method in class org.zkoss.zul.impl.MeshElement
Returns how to position the paging of mesh element at the client screen.
getPaneAlpha() - Method in class org.zkoss.zul.Chart
Get the pane alpha (transparency, 0 ~ 255, opacue).
getPaneColor() - Method in class org.zkoss.zul.Chart
Get the pane color of the chart (in string as #RRGGBB).
getPanel(int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
Returns the specified panel, or null if not available.
getPanelchildren() - Method in class org.zkoss.zul.Panel
Returns the panelchildren of this panel.
getPanelSpacing() - Method in class org.zkoss.zul.Tabbox
Returns the spacing between Tabpanel.
getPaneRGB() - Method in class org.zkoss.zul.Chart
Get the pane color in int array (0: red, 1: green, 2:blue).
getParameter(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameter(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameter(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of a request parameter as a String, or null if the parameter does not exist
getParameter(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameter() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
getParameterMap() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterMap() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameterMap() - Method in interface org.zkoss.zk.ui.Execution
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameterNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameters(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
 
getParameters() - Method in interface org.zkoss.zk.ui.util.Template
Returns a readonly map of the parameters that are assigned to the template.
getParameters() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the JasperReports Parameters.
getParameterTypes() - Method in interface org.zkoss.xel.Function
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
 
getParameterTypes(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
 
getParameterValues(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterValues(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getParameterValues(String) - Method in interface org.zkoss.zk.ui.Execution
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParams() - Method in class org.zkoss.zul.Applet
Returns a map of parameters (never null).
getParamTypes() - Method in class org.zkoss.zel.MethodInfo
 
getParent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParent() - Method in interface org.zkoss.idom.Item
Gets the parent item.
getParent() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the parent action, or null if no parent at all.
getParent() - Method in class org.zkoss.xel.util.SimpleMapper
Returns the parent mapper, or null if no parent.
getParent() - Method in class org.zkoss.xel.util.SimpleResolver
Returns the parent, or null if no parent at all.
getParent() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getParent() - Method in interface org.zkoss.zk.ui.Component
Returns the parent component, or null if this is the root component.
getParent() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Returns the parent, or null if it has no parent.
getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the parent (always null).
getParent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return the parent context
getParent() - Method in class org.zkoss.zul.DefaultTreeNode
 
getParent() - Method in interface org.zkoss.zul.TreeNode
Returns the parent TreeNode of this node.
getParentIdSpace(IdSpace) - Static method in class org.zkoss.zk.ui.Components
Returns the parent of the ID space, or null if not found.
getParentItem() - Method in class org.zkoss.zul.Treeitem
Returns the parent tree item, or null if this item is already the top level of the tree.
getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Return the parsed expressions of the apply attribute.
getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getParser() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the SAX parser.
getPath() - Method in interface org.zkoss.util.resource.Location
Returns the path of the document, or null if not available.
getPath() - Method in class org.zkoss.zk.ui.Path
Returns the path (after normalized).
getPath(Component) - Static method in class org.zkoss.zk.ui.Path
Returns the path of the specified component.
getPath(E) - Method in class org.zkoss.zul.AbstractTreeModel
Returns the path from the specified child.
getPath(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
Returns the path from the child, where the path indicates the child is placed in the whole tree.
getPath() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the path of the affected node.
getPath(E) - Method in interface org.zkoss.zul.TreeModel
Returns the path from the given child, where the path indicates the child is placed in the whole tree.
getPathInfo() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPathInfo() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getPathInfo() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the path info of the request.
getPathTranslated() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPathTranslated() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getPercent() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the performance meter for this application, or null if not set.
getPeriod() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Returns the period used in header.
getPeriod() - Method in class org.zkoss.zul.Chart
Returns the period used in Time Series Chart.
getPhaseListener() - Method in class org.zkoss.bind.impl.BinderImpl
 
getPhaseListener() - Method in interface org.zkoss.bind.sys.BinderCtrl
get the PhaseListener
getPieFillAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
Returns the alpha for all the pies on the chart.
getPlaceholder() - Method in class org.zkoss.zul.impl.InputElement
Returns the placeholder text
getPopup() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user clicks on the element.
getPortalMoveEvent(AuRequest) - Static method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
Converts an AU request to a portal-move event.
getPortletSess() - Method in class org.zkoss.web.portlet.PortletHttpSession
Returns the portlet session being wrapped by this object.
getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Returns the position.
getPosInDouble() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Returns the position.
getPosition() - Method in class org.zkoss.json.parser.JSONParser
 
getPosition() - Method in exception org.zkoss.json.parser.ParseException
 
getPosition(Panel) - Method in class org.zkoss.zkmax.zul.Portallayout
Returns an int array[col, row] that indicates the specified panel located within this portal layout.
getPosition() - Method in class org.zkoss.zul.Center
Returns Borderlayout.CENTER.
getPosition() - Method in class org.zkoss.zul.East
Returns Borderlayout.EAST.
getPosition() - Method in class org.zkoss.zul.LayoutRegion
Returns this regions position (north/south/east/west/center).
getPosition() - Method in class org.zkoss.zul.North
Returns Borderlayout.NORTH.
getPosition() - Method in class org.zkoss.zul.South
Returns Borderlayout.SOUTH.
getPosition() - Method in class org.zkoss.zul.West
Returns Borderlayout.WEST.
getPosition() - Method in class org.zkoss.zul.Window
Returns how to position the window at the client screen.
getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the value of the preference defined in zk.xml, or by Configuration.setPreference(java.lang.String, java.lang.String).
getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly set of all preference names.
getPreferredLocale(HttpSession, ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns the preferred locale of the specified request.
getPreferredLocale(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns the preferred locale of the specified request.
getPrefix() - Method in class org.zkoss.idom.Attribute
 
getPrefix() - Method in class org.zkoss.idom.Element
 
getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPrefix() - Method in class org.zkoss.idom.Namespace
Gets the prefix mapped to this Namespace.
getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
Returns the prefix.
getPrefix() - Method in class org.zkoss.zel.impl.parser.AstFunction
 
getPreload() - Method in class org.zkoss.zul.Audio
Returns whether and how the audio should be loaded.
getPreloadSize() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the number of items to preload when receiving the rendering request from the client.
getPreloadSize() - Method in class org.zkoss.zul.Grid
Deprecated. As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of rows to preload when receiving the rendering request from the client.

Default: 50. (since 6.0.1)

It is used only if live data (Grid.setModel(ListModel) and not paging (Grid.getPagingChild().

Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4)

getPreloadSize() - Method in class org.zkoss.zul.Listbox
Deprecated. As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of items to preload when receiving the rendering request from the client.

Default: 50. (Since 6.0.1)

It is used only if live data (Listbox.setModel(ListModel) and not paging (Listbox.getPagingChild().

Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4)

getPrevious() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
 
getPrevious() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the status of the enclosing forEach statement.
getPreviousSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the previous selected items (never null).
getPreviousSelectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the previous selected items from the target component.
getPreviousSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the previous selected objects.
getPreviousSelectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the previous selected objects from the target component.
getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPreviousSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPreviousSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the previous sibling, or null if it is the first child.
getPreviousValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the previous value before user's input.
getPreviousWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the previous column width
getPreviousWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the previous column width of the specified column index.
getPriority() - Method in class org.zkoss.web.theme.StandardTheme
 
getPriority(String) - Static method in class org.zkoss.zul.theme.Themes
Return the priority of the given theme
getProcessConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the process config.
getProcessConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getProcessingId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
Returns the sequence ID of the request being processed.
getProcessingPromptDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processing.
getProcessProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Returns the process properties.
getProcessProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Returns the process properties at the specified position.
getProgressing() - Method in class org.zkoss.zul.Include
Returns whether to show the MZul.PLEASE_WAIT message before a long operation.
getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the prolog children (NativeInfo).
getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the prolog content.
getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getPrologContent() - Method in class org.zkoss.zml.XmlNativeComponent
 
getProperties() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getProperties(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getProperties(Object) - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getProperties() - Method in interface org.zkoss.bind.ValidationContext
get dependent properties that need to be validated.
getProperties(String) - Method in interface org.zkoss.bind.ValidationContext
get dependent properties by the property name.
getProperties(Object) - Method in interface org.zkoss.bind.ValidationContext
get dependent properties by a base object.
getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
Returns a map of all properties, (String key , String value).
getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly list of properties (Property) (never null).
getProperties(Object) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Returns the chart properties in the specified category.
getProperties(ChartPropertiesMap, int, Object) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getPropertiesRenderers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level properties renders.
getProperty() - Method in class org.zkoss.bind.impl.AccessInfo
 
getProperty() - Method in class org.zkoss.bind.impl.PropertyImpl
 
getProperty() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getProperty() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
getProperty() - Method in interface org.zkoss.bind.Property
Returns the name of this property.
getProperty() - Method in class org.zkoss.bind.PropertyChangeEvent
Gets the property
getProperty() - Method in interface org.zkoss.bind.ValidationContext
get the main property that need to be validated.
getProperty(String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String, String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
Returns the property for the given key from this resource bundle or one of its parents.
getProperty() - Method in interface org.zkoss.xel.ValueReference
Returns the property of the base model.
getProperty() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
getProperty() - Method in class org.zkoss.zel.ValueReference
 
getProperty(String) - Method in interface org.zkoss.zkmax.zul.ChartProperties
Returns the specified property.
getProperty(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
getPropertyKey() - Method in class org.zkoss.zul.event.DialChartDataEvent
Return the key of the property.
getPropertyMap(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
 
getPropertyString() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
getPropertyString() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
getPropertyString() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
getPropertyString() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
getPropertyString() - Method in interface org.zkoss.bind.sys.ChildrenBinding
Returns the property expression script of this binding.
getPropertyString() - Method in interface org.zkoss.bind.sys.FormBinding
Returns the property expression script of this binding.
getPropertyString() - Method in interface org.zkoss.bind.sys.PropertyBinding
Returns the property expression script of this binding.
getPropertyString() - Method in interface org.zkoss.bind.sys.ReferenceBinding
Returns the reference expression script of this binding.
getPropertyType() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
 
getPropNameMapping() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
get property, script mapping map
getPropNameMapping() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getProtocol() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getProtocol() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getProxiedEvent() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
Returns the proxied event.
getProxy(Desktop) - Method in interface org.zkoss.zkex.zul.ListModelSharer
Get a proxy which is to be used in listbox or grid of a desktop.
getProxy(Desktop) - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
Get a proxy which is to be used in listbox or grid of a desktop.
getProxyCount() - Method in interface org.zkoss.zkex.zul.ListModelSharer
Get the count of created proxy.
getProxyCount() - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
Get the count of created proxy.
getPseudoClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getPublicId() - Method in class org.zkoss.idom.DocType
Gets the public ID of an externally referenced DTD, or an empty String if none is referenced.
getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
Return the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
Returns the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
Always return 1.0 since no quality degrade.
getQuality() - Method in class org.zkoss.zul.Flash
Returns the quality of the Flash movie Default: "high".
getQueryString() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getQueryString() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getQueryString() - Method in interface org.zkoss.zk.ui.Desktop
Returns the query string that is contained in the request URL after the path (Desktop.getRequestPath()), or null if the URL does not have a query string.
getQueryString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getQueue(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
Get the OperationQueue of OperationThread, It is check is there any OperationThread exist in desktop.
getRadiogroup() - Method in class org.zkoss.zul.Radio
Returns Radiogroup that this radio button belongs to.
getRadioRenderer() - Method in class org.zkoss.zul.Radiogroup
Returns the renderer to render each radio, or null if the default renderer is used.
getRange(int) - Method in class org.zkoss.zul.DialModelScale
Returns the color range of the specified index.
getRangeColor() - Method in class org.zkoss.zul.DialModelRange
Get the background color of the dial frame (in string as #RRGGBB).
getRangeRGB() - Method in class org.zkoss.zul.DialModelRange
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the raw content.
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the raw content.
getRawCurrent() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the current session or the current session resolver.
getRawData() - Method in class org.zkoss.zk.au.AuResponse
Returns the associated data of this response in the original format (might be null).
getRawOrderBy() - Method in class org.zkoss.zul.FieldComparator
Returns the original order-by clause passed to the constructor.
getRawScript() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the script passed to the constructor.
getRawText() - Method in class org.zkoss.zul.impl.InputElement
Returns the text directly without checking whether any error message not yet fixed.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the raw value of the property.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the raw value (text).
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
Returns the value passed to the constructor.
getRawValue() - Method in class org.zkoss.zk.xel.ExValue
Returns the raw value.
getRawValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the raw value directly with checking whether any error message not yet fixed.
getReader() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getReader() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getReaderData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.sound.AAudio
Not supported.
getReaderData() - Method in class org.zkoss.util.media.AMedia
Returns the reader of this media to retrieve the data.
getReaderData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in Reader.
getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getReadMethod() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
 
getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unveils the real cause.
getRealFormat() - Method in class org.zkoss.zul.Datebox
Returns the real format, i.e., the combination of the format patterns, such as yyyy-MM-dd.
getRealFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns the real format.
getRealFormat() - Method in class org.zkoss.zul.Timebox
Returns the real format, i.e., the combination of the format patterns, such as hh:mm.
getRealMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
Return the real matrix renderer, if Biglistbox.getMatrixRenderer() is null, the default implementation is assumed.
getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
Returns the real origin event of a forwarded event.
getRealPath(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRealPath(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated.  
getRealPath(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Deprecated.  
getRealPath(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the real path for the specified path.
getRealPath(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getRealPath(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a String containing the real path for a given virtual path.
getRealRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
getRealRenderer() - Method in interface org.zkoss.zul.impl.DataLoader
Return the renderer to do rendering.
getRealRenderer() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getRealRenderer() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getRealRenderer() - Method in class org.zkoss.zul.Selectbox
 
getRealTarget() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
Returns the real target.
getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the reference item that is the component causing the key event to be fired.
getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the reference that causes Event.getTarget() to be opened.
getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
getReference() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Deprecated. Gets the reference component that "trigger" sending of this event.
getReferenceBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Returns associated ReferenceBindings.
getReferenceBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
getReferences() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
Deprecated. Gets the list of the reference components that "trigger" sending of this event.
getRemoteAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getRemoteAddr() - Method in interface org.zkoss.zk.ui.Session
Deprecated. as of release 7.0.0, use Execution.getRemoteAddr() instead.
getRemoteHost() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteHost() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteHost() - Method in interface org.zkoss.zk.ui.Execution
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getRemoteHost() - Method in interface org.zkoss.zk.ui.Session
Deprecated. as of release 7.0.0, use Execution.getRemoteHost() instead.
getRemotePort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemotePort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteUser() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteUser() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRemoteUser() - Method in interface org.zkoss.zk.ui.Execution
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRenderContext(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the render context, or null if not available.
getRenderdefer() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the number of milliseconds before rendering this component at the client.
getRenderer(String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getRenderEvent(AuRequest) - Static method in class org.zkoss.zul.event.RenderEvent
Converts an AU request to a render event.
getRenderRequest() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the replaceable text, nor null if it cannot be replaced with a text.
getReport() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns a AMedia contains report's byte stream.
getRequest() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getRequest() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current request.
getRequest() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getRequest() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the request.
getRequest() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the request (never null).
getRequestData() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the data carried in the request.
getRequestDispatcher(PortletContext, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Returns the request dispatch of the specified URI.
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestDispatcher(ServletContext, ServletRequest, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request dispatch of the specified URI.
getRequestDispatcher(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
 
getRequestedSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestedSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
Returns the sequence ID of the new request.
getRequestId() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getRequestId() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the sequence ID of the current request, or null if not available.
getRequestPath() - Method in interface org.zkoss.zk.ui.Desktop
Returns the path of the request that causes this desktop to be created, or "" if not available.
getRequestPath() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the request path of this page definition, or "" if not available.
getRequestPath() - Method in interface org.zkoss.zk.ui.Page
Returns the request path of this page, or "" if not available.
getRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestQueue() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the request queue.
getRequestURI() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestURI() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequestURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required attribute value.
getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element.
getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element value.
getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current locale.
getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getResendDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 6.0.0, it is removed without replacement, since it is rarely applicable and over complicated. Returns the time, in milliseconds, before ZK Client Engine re-sends the request to the server.
getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
Returns a set of readonly reserved words.
getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResource(String) - Method in interface org.zkoss.util.resource.Locator
Finds the resource with the given name.
getResource(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource of the specified uri.
getResource(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResource(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource of the specified uri.
getResource(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the URL of the resource of the specified URI by searching the extra locator, if any, and then the class path (with ClassWebResource.PATH_PREFIX).
getResource(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the URL of the specified URI, or null if not found.
getResource(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
Returns an input stream for reading the specified resource.
getResourceAsStream(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource stream of the specified uri.
getResourceAsStream(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourceAsStream(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource stream of the specified uri.
getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the resource in a stream of the specified URI by searching the extra locator, if any, and then, the class path (with ClassWebResource.PATH_PREFIX).
getResourceAsStream(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the resource of the specified URI as input stream, or null if not found.
getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the resource located at the named path as an InputStream object.
getResourcePaths(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResourceRequest() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResources(String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
Returns an enumeration of resources.
getResponse() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getResponse() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current response.
getResponse() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the response, or null if not available.
getResponse() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the response.
getResponse() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the response (never null).
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
getResponse() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns the response representing this aborting reason.
getResponseCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to generate the HTTP response or null to use the container's default.
getResponseHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getResponseHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a map of response headers (never null).
getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns a readonly collection of response headers (never null).
getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns a readonly collection of response headers (never null).
getResponseId(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getResponseId(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the sequence ID of the response.
getResponses() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getResponses() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the collection of the AU responses (AuResponse) that shall be generated to the output, or null if not available.
getResult() - Method in class org.zkoss.zkplus.embed.Bridge
Returns the result in the JavaScript.
getResult() - Method in class org.zkoss.zul.impl.FileuploadDlg
Returns the result.
getResult() - Method in class org.zkoss.zul.impl.MessageboxDlg
Returns the result which is the button being pressed.
getReturnType() - Method in interface org.zkoss.xel.Function
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
 
getReturnType() - Method in class org.zkoss.zel.MethodInfo
 
getRGB() - Method in class org.zkoss.zkex.zul.Colorbox
Returns the color in int Default: 0x000000
getRichlet(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getRichlet(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns a richlet for specified request, or null if the richlet is not found..
getRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet of the specified name, or null if not found.
getRichletByPath(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet for the specified path, or null if not found.
getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the root of the specified component.
getRoot() - Method in interface org.zkoss.zk.ui.Component
Returns the root of this component.
getRoot(Component) - Static method in class org.zkoss.zk.ui.Components
Returns the root component of the specified one.
getRoot(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
Returns the root object.
getRoot() - Method in class org.zkoss.zul.AbstractTreeModel
Return the root of the tree model.
getRoot() - Method in interface org.zkoss.zul.TreeModel
Returns the root of the tree.
getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Converts the header definitions (added by PageDefinition.setRootAttribute(java.lang.String, java.lang.String)) to the attributes of the root element.
getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the attributes of the root element declared in this page (never null).
getRootElement() - Method in class org.zkoss.idom.Document
Gets the root element.
getRoots() - Method in class org.zkoss.zk.ui.AbstractPage
 
getRoots() - Method in interface org.zkoss.zk.ui.Page
Returns a readonly list of the root components.
getRoundingMode() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the rounding mode.
getRowHeight() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the height of the single row.
getRowIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
Returns the row index
getRowRenderer() - Method in class org.zkoss.zul.Grid
Returns the renderer to render each row, or null if the default renderer is used.
getRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the rows' size of the viewport.
getRows() - Method in class org.zkoss.zul.Frozen
Returns the number of rows to freeze.
getRows() - Method in class org.zkoss.zul.Grid
Returns the rows.
getRows() - Method in class org.zkoss.zul.Listbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Textbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Tree
Returns the rows.
getRowspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
Returns number of rows to span this header.
getRowspan() - Method in class org.zkoss.zul.Auxheader
Returns number of rows to span this header.
getRowspan() - Method in class org.zkoss.zul.Cell
Returns number of rows to span.
getSaveFieldNames() - Method in interface org.zkoss.bind.FormExt
Returns all those field name that this Form bean is care about for saving value into the real bean.
getSaveFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
 
getSaveWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Get save-when event expression.
getScale() - Method in class org.zkoss.zul.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
getScale(int) - Method in class org.zkoss.zul.DialModel
Returns the DialModelScale of the specified index.
getScaleExtent() - Method in class org.zkoss.zul.DialModelScale
Returns angles in degree extended from the starting angle (counter clockwise is positive).
getScaleLowerBound() - Method in class org.zkoss.zul.DialModelScale
Returns the scale's lower bound.
getScaleStartAngle() - Method in class org.zkoss.zul.DialModelScale
Returns starting angle in degree associated to the sclae's lower bound (0 degree point to east, counter-clockwise is positive).
getScaleUpperBound() - Method in class org.zkoss.zul.DialModelScale
Returns the scale's upper bound.
getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
 
getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
 
getScheme() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getScheme() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getScheme() - Method in interface org.zkoss.zk.ui.Execution
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getSclass() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style class.
getSclass() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the CSS class.
getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS class.
getSclass() - Method in class org.zkoss.zul.Row
Returns the style class.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the scope.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the scope.
getScope(String) - Static method in class org.zkoss.zk.ui.Components
Converts a string to an integer that can be used to access Component.getAttribute(String, int)
getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the scope, or null if it is not associated with a scope.
getScreenHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's screen.
getScreenWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's screen.
getScript(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
Returns the script associated with this event handler.
getScriptBuffer() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
Returns the string buffer for the snippet that shall be generated after rendering the components.
getScrollEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScrollEvent
Converts an AU request to a scroll event.
getScrollEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.ScrollEventExt
 
getScrolling() - Method in class org.zkoss.zul.Iframe
Return the scroll bars.
getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Appends the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
getSegmentedLabels() - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the current locale (never null).
getSegmentedLabels(Locale) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the specified locale (never null).
getSegmentedLabels() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns a map of segmented labels for the current locale (never null).
getSegmentedLabels(Locale) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns a map of segmented labels for the specified locale (never null).
getSegmentedLabels() - Static method in class org.zkoss.util.resource.Labels
Returns the label or a map of labels associated with the key.
getSelectableModel() - Method in class org.zkoss.zul.Tabbox
 
getSelectedCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items being selected.
getSelectedCount() - Method in class org.zkoss.zul.Tree
Returns the number of items being selected.
getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Cardlayout
Return the index of the component in view port.
getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Combobox
Returns the index of the selected item, or -1 if not selected.
getSelectedIndex() - Method in class org.zkoss.zul.Listbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Radiogroup
Returns the index of the selected radio button (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Selectbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Tabbox
Returns the selected index.
getSelectedItem() - Method in class org.zkoss.zkmax.zul.Navbar
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Combobox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Listbox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Radiogroup
Returns the selected radio button.
getSelectedItem() - Method in class org.zkoss.zul.Tree
Returns the selected item.
getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the selected items (never null).
getSelectedItems() - Method in class org.zkoss.zul.Listbox
Returns all selected items.
getSelectedItems() - Method in class org.zkoss.zul.Tree
Returns all selected items.
getSelectedObject() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the selected object.
getSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the selected objects (never null).
getSelectedObjects() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the selected objects.
getSelectedPanel() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab panel.
getSelectedTab() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab.
getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text contained in this text.
getSelectEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectEvent
Converts an AU request to a select event.
getSelectEvent(AuRequest, SelectEvent.SelectedObjectHandler<T>) - Static method in class org.zkoss.zk.ui.event.SelectEvent
Converts an AU request to a select event.
getSelection() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
getSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.AbstractListModel
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelection() - Method in interface org.zkoss.zul.ext.Selectable
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getSelectionCount() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionCount() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the number of paths that are selected.
getSelectionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectionEvent
Converts an AU request to a selection event.
getSelectionPath() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionPath() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the first path in the selection.
getSelectionPaths() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionPaths() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the paths in the selection.
getSelectorIndex() - Method in class org.zkoss.zk.ui.select.impl.Selector
Return the index of this selector in a multiple selector sequence.
getSelf() - Method in class org.zkoss.zk.ui.select.SelectorComposer
Returns the component which applies to this composer.
getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Returns the self variable.
getSeltype() - Method in class org.zkoss.zul.Listbox
Returns the seltype.
getSeltype() - Method in class org.zkoss.zul.Tree
Returns the seltype.
getSEORenderers() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the system-level SEO renderer.
getSeparator() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the separate chars of this component.
getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.CategoryModel
Get all series as a collection.
getSeries() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the series of the chart data model.
getSeries() - Method in interface org.zkoss.zul.HiLoModel
Get the only series.
getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries() - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries(int) - Method in interface org.zkoss.zul.XYModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.XYModel
Get all series as a collection.
getSeriesConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the series config.
getSeriesConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getSeriesIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the series index, if any.
getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
 
getSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Returns the series properties.
getSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Returns the series properties at the specified position.
getSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Returns the series properties.
getSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Returns the series properties at the specified position.
getSeriesPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Return the series config.
getSeriesPropertiesMap(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getServerInfo() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServerName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServerName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the server to which the request was sent.
getServerName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerName() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getServerName() - Method in interface org.zkoss.zk.ui.Session
Deprecated. as of release 7.0.0, use Execution.getServerName() instead.
getServerPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServerPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the port number to which the request was sent.
getServerPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the server-push controller, or null if it is not enabled yet.
getServerPushClass() - Method in interface org.zkoss.zk.device.Device
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
Returns the class name that implements the server push feature.
getServerPushClass() - Method in class org.zkoss.zk.device.GenericDevice
 
getServlet(String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletConfig() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet configuration.
getServletContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getServletContext() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getServletContext() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the servlet context in which this filter is running.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet context.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getServletContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the context.
getServletContext() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the servlet context.
getServletContext() - Method in class org.zkoss.web.util.resource.ServletContextLocator
Returns the servlet context.
getServletContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getServletContext() - Method in interface org.zkoss.zk.ui.WebApp
Returns the servlet context of this application.
getServletContextName() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServletNames() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServletPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getServlets() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletURI(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet uri of the request.
getSession() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession(boolean) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getSession(boolean) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getSession() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current session.
getSession(boolean) - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
Returns the session, or null if no session and create is false.
getSession() - Method in interface org.zkoss.zk.ui.Desktop
Returns the session of this desktop.
getSession() - Method in interface org.zkoss.zk.ui.Execution
Returns the session this execution belongs to.
getSession(boolean) - Method in class org.zkoss.zk.ui.http.SessionResolverImpl
 
getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the session associated with the specified request request.
getSession(ServletContext, HttpServletRequest, boolean) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getSession() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSession() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getSession() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the session, or null if not available.
getSession(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionResolver
Returns the session, or null if no session available and create is false.
getSession(WebApp, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the ZK session associated with the specified native session, or null if not found.
getSessionCache() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSessionCache() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the session cache (never null).
getSessionCacheClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to store ZK sessions, or null if the default shall be used.
getSessionContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Deprecated. Get the singleton hibernate Session Factory.
getSessionMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of desktop per session.
getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the session.
getSessionMaxPushes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent server-pushes per session.
getSessionMaxRequests() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent requests per session.
getShape() - Method in class org.zkoss.zul.Area
Returns the shape of this area.
getSize() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
getSize() - Method in class org.zkoss.zul.Center
The size can't be returned in this component.
getSize() - Method in class org.zkoss.zul.East
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getSize() - Method in class org.zkoss.zul.LayoutRegion
Returns the size of this region.
getSize() - Method in interface org.zkoss.zul.ListModel
Returns the length of the list.
getSize() - Method in class org.zkoss.zul.ListModelArray
 
getSize() - Method in class org.zkoss.zul.ListModelList
 
getSize() - Method in class org.zkoss.zul.ListModelMap
 
getSize() - Method in class org.zkoss.zul.ListModelSet
 
getSize() - Method in class org.zkoss.zul.North
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.SimpleListModel
 
getSize() - Method in class org.zkoss.zul.South
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.West
Returns the size of this region.
getSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SizeEvent
Converts an AU request to a size event.
getSlidingtext() - Method in class org.zkoss.zul.Slider
Returns the sliding text.
getSortableModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the sortable model, if any.
getSortAscending() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the ascending sorter provider, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Column
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Listheader
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Treecol
Returns the ascending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns the descending sorter provider, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Column
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Listheader
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Treecol
Returns the descending sorter, or null if not available.
getSortDirection() - Method in class org.zkoss.zul.Column
Returns the sort direction.
getSortDirection(Comparator<TreeNode<E>>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getSortDirection(Comparator<T>) - Method in interface org.zkoss.zul.ext.Sortable
Returns the sort direction of this model for the given comparator.
getSortDirection() - Method in class org.zkoss.zul.Listheader
Returns the sort direction.
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelArray
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelList
 
getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.zul.ListModelMap
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelSet
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.SimpleListModel
 
getSortDirection() - Method in class org.zkoss.zul.Treecol
Returns the sort direction.
getSortEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SortEvent
Converts an AU request to a sort event.
getSortEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.SortEventExt
 
getSouth() - Method in class org.zkoss.zul.Borderlayout
 
getSpace() - Method in class org.zkoss.zul.WaferMapModel
Returns the space between chips, default to 1.
getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
Returns the owner of the ID space that this component belongs to.
getSpacing() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the spacing.
getSpacing() - Method in class org.zkoss.zul.Box
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in class org.zkoss.zul.Layout
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in class org.zkoss.zul.Separator
Returns the spacing.
getSpan() - Method in class org.zkoss.zul.impl.FooterElement
Returns number of columns to span this footer.
getSpan() - Method in class org.zkoss.zul.impl.MeshElement
Return column span hint of this component.
getSpan() - Method in class org.zkoss.zul.Listcell
Returns number of columns to span this cell.
getSpan() - Method in class org.zkoss.zul.Treecell
Returns number of columns to span this cell.
getSpans() - Method in class org.zkoss.zul.Row
Deprecated. As of release 5.0.0, use Cell instead.
getSpecial(String) - Static method in class org.zkoss.idom.Namespace
Returns the special namespace if prefix is special, or null if not.
getSpecified() - Method in class org.zkoss.idom.Attribute
 
getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns the split child, or null if not available.
getSrc() - Method in class org.zkoss.html.JavaScript
Returns the URI of the file containing the JavaScript codes, or null if JavaScript.getContent() is not null.
getSrc() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the src (URL).
getSrc(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Returns the URI to create the template from, or null if not specified.
getSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the source (jasper file).
getSrc() - Method in class org.zkoss.zul.Audio
Returns the src.
getSrc() - Method in class org.zkoss.zul.Flash
Gets the source path of Flash movie
getSrc() - Method in class org.zkoss.zul.Iframe
Returns the src.
getSrc() - Method in class org.zkoss.zul.Image
Returns the source URI of the image.
getSrc() - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated. As of release 3.5.0, it is redundant since it is the same as LabelImageElement.getImage()
getSrc() - Method in class org.zkoss.zul.Include
Returns the src.
getSrc() - Method in class org.zkoss.zul.Listitem
Deprecated. As of release 3.5.0, it is redundant since it is the same Listitem.getImage().
getSrc() - Method in class org.zkoss.zul.Script
Returns the URI of the source that contains the script codes.
getSrc() - Method in class org.zkoss.zul.Style
Returns the URI of an external style sheet.
getSrc() - Method in class org.zkoss.zul.Treeitem
Deprecated. As of release 3.5.0, it is redundant since it the same as Treeitem.getImage().
getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the start position of the cursor from the input element.
getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's start position.
getStart() - Method in class org.zkoss.zul.Frozen
Returns the start position of the scrollbar.
getStart() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getStartScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Returns the JavaScript codes to enable (a.k.a., start) the server push.
getStartScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Returns the JavaScript codes to enable (a.k.a., start) the server push.
getStartScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
Returns when the server (actually, this monitor) started.
getState(E) - Method in class org.zkoss.fsm.StateMachine
Get the state by token.
getState(E, boolean) - Method in class org.zkoss.fsm.StateMachine
Get the state by token.
getState() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getStatus() - Method in interface org.zkoss.bind.FormExt
 
getStatus() - Method in class org.zkoss.bind.impl.FormImpl
 
getStep() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getStep() - Method in class org.zkoss.zul.Doublespinner
Return the step of double spinner
getStep() - Method in class org.zkoss.zul.Slider
Returns the step of slider Default: -1 (means it will scroll to the position the user clicks).
getStep() - Method in class org.zkoss.zul.Spinner
Return the step of spinner
getStepInDouble() - Method in class org.zkoss.zul.Slider
Returns the step of slider Default: -1 (means it will scroll to the position the user clicks).
getStopScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
getStopScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
getStopScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
getStreamData() - Method in class org.zkoss.image.AImage
An input stream on top of AImage.getByteData().
getStreamData() - Method in class org.zkoss.sound.AAudio
Returns the data in the input stream.
getStreamData() - Method in class org.zkoss.util.media.AMedia
Returns the input stream of this media.
getStreamData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in InputStream.
getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
Returns the repeatable input stream, if the original input stream is not null.
getStrictErrorChecking() - Method in class org.zkoss.idom.Document
 
getString() - Method in class org.zkoss.zel.impl.parser.AstString
 
getStringData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.sound.AAudio
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.util.media.AMedia
 
getStringData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in string.
getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getStubEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StubEvent
Converts an AU request to a stub event.
getStubonly() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getStubonly() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component is stub-only.
getStyle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style.
getStyle() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the CSS style.
getStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS style.
getStyle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getStyle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
getStyle() - Method in interface org.zkoss.zk.ui.Page
Returns the CSS style of this page, or empty if not specified.
getStyle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's CSS style, or null if no special CSS style to assign.
getStyleSheets() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all StyleSheet required by this language.
getStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns a list of StyleSheet that shall be generated to the client for the specified execution.
getSubModel(Object, int) - Method in interface org.zkoss.zul.ListSubModel
Returns the subset of list model data that the subset data is extract from combobox's list model data.
getSubModel(Object, int) - Method in class org.zkoss.zul.SimpleListModel
Returns the subset of the list model data that matches the specified value.
getSubstyleIndex(String, String) - Static method in class org.zkoss.html.HTMLs
Returns the position of the specified substyle, or -1 if not found.
getSubstyleValue(String, int) - Static method in class org.zkoss.html.HTMLs
Returns the value starting at the specified index (never null).
getSubtasks() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getSubTitle() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart's subtitle.
getSubtype() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
getSubversion(String, int) - Static method in class org.zkoss.util.Utils
Returns a portion of the specified version in an integer, or 0 if no such portion exists.
getSubversion(int) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSubversion(int) - Method in interface org.zkoss.zk.ui.WebApp
Returns a portion of the version in an integer by specifying its index.
GetSuffix(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Get the suffix.
getSuperClasses(Class<?>, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Searches thru each element of the specified array of classes, and returns classes that are super-classes (or equal) of the specified class.
getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSuspendedThreads(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getSuspendedThreads() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns a collection of suspended event processing threads, or empty if no suspended thread at all.
getSuspendedThreads(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns a collection of suspended event processing threads belonging to the specified desktop, or empty if no suspended thread at all.
getSwipeDirection() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the swipe direction(left/right/up/down) relevant to the component.
getSwipeDuration() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the swipe duration(milliseconds) relevant to the component.
getSwipeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SwipeEvent
 
getSwipeX() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the horizontal swipe displacement relevant to the component.
getSwipeY() - Method in class org.zkoss.zk.ui.event.SwipeEvent
Returns the vertical swipe displacement relevant to the component.
getSystemAnnotation(ComponentCtrl, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
 
getSystemId() - Method in class org.zkoss.idom.DocType
Gets the system ID of an externally referenced DTD, or an empty String if none is referenced.
getTabbox() - Method in class org.zkoss.zul.Tab
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanel
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanels
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabs
Returns the tabbox owns this component.
getTabboxRenderer() - Method in class org.zkoss.zul.Tabbox
Returns the renderer to render each tab and tabpanel, or null if the default renderer is used.
getTabindex() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns the tab order of the input node of this component.
getTabindex() - Method in class org.zkoss.zul.A
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Button
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Checkbox
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.impl.InputElement
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Listbox
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Selectbox
Returns the tab order of this component.
getTableConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
 
getTableConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTableModel() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
getTableRenderer() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
getTabpanels() - Method in class org.zkoss.zul.Tabbox
Returns the tabpanels that this tabbox owns.
getTabs() - Method in class org.zkoss.zul.Tabbox
Returns the tabs that this tabbox owns.
getTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
 
getTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the tag name.
getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Returns the tag name, or null if plain text.
getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the tag name, or null if no tag name.
getTag() - Method in class org.zkoss.zml.XmlNativeComponent
Returns the tag name, or null if plain text.
getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the mapper representing the functions defined in taglib and xel-method.
getTagName() - Method in class org.zkoss.idom.Attribute
 
getTagName() - Method in class org.zkoss.idom.Element
 
getTagName() - Method in interface org.zkoss.idom.Namespaceable
Gets the tag name of this item.
getTagRenderContext(Execution) - Static method in class org.zkoss.zhtml.impl.PageRenderer
Returns the render context, or null if not available.
getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
 
getTarget() - Method in class org.zkoss.zk.ui.event.Event
Returns the target component that receives this event, or null if broadcast.
getTarget() - Method in class org.zkoss.zkmax.zul.Navitem
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.A
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Button
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Menuitem
Returns the target frame or window.
getTargetValue() - Method in class org.zkoss.zul.Doublespinner
 
getTargetValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the targeting type.
getTargetValue() - Method in class org.zkoss.zul.Spinner
 
getTask(int, MilestonePropertiesList) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTaskProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Returns the task properties.
getTaskProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Returns the task properties.
getTaskProperties(int, int, Comparable<?>, String, GanttChartSeriesPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTasks(Comparable<?>) - Method in class org.zkoss.zul.GanttModel
 
getTasksProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the tasks properties.
getTasksProperties(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTemplate(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getTemplate(String) - Method in interface org.zkoss.zk.ui.Component
Returns the template of the given name, or null if not available.
getTemplate() - Static method in class org.zkoss.zul.Fileupload
Returns the template used to create the upload modal dialog.
getTemplate() - Static method in class org.zkoss.zul.Messagebox
Returns the template used to create the message dialog.
getTemplateArgs() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
 
getTemplateNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getTemplateNames() - Method in interface org.zkoss.zk.ui.Component
Returns a readonly set of the names of all templates.
getTemplateResolver(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getTemplateResolver(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
get the template resolver that sets by Binder.setTemplate(Component, String, String, java.util.Map)
getTest() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns the test result.
getTest() - Method in class org.zkoss.web.servlet.dsp.action.When
Returns the test result.
getText() - Method in class org.zkoss.idom.Attribute
 
getText() - Method in class org.zkoss.idom.Binary
Gets the text representation of the value.
getText() - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getText(boolean) - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getText() - Method in class org.zkoss.idom.impl.AbstractItem
 
getText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getText() - Method in interface org.zkoss.idom.Item
Gets the text of this item, or null if it is neither Textual nor Element.
getText() - Method in class org.zkoss.idom.ProcessingInstruction
 
getText() - Method in class org.zkoss.zul.DialModelScale
Returns the text annotation of this scale.
getText() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the String format.
getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getTextFont() - Method in class org.zkoss.zul.DialModelScale
Returns the text annotation font.
getTextProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
Returns the text properties at the specified position.
getTextRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the text annotation.
getTextRelevantStyle(String) - Static method in class org.zkoss.html.HTMLs
Retrieves text relevant CSS styles.
getTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
Returns the theme identified by themeName
getTheme(HttpServletRequest) - Method in interface org.zkoss.web.theme.ThemeResolver
Resolve the current intended theme name via the given request.
getTheme(String) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Returns the registered device-specific theme; null if not found in registry
getTheme(HttpServletRequest) - Method in class org.zkoss.zul.theme.CookieThemeResolver
Retrieves theme name from Cookie
getTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Returns the desktop theme with the given name
getTheme(Execution) - Static method in class org.zkoss.zul.theme.Themes
Returns the theme specified using the current theme resolution strategy Default strategy is to use cookies
getThemeFileSuffix() - Static method in class org.zkoss.zul.theme.StandardThemeProvider
 
getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the theme provider for the current execution, or null if not available.
getThemeRegistry() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme registry
getThemeResolver() - Static method in class org.zkoss.web.fn.ThemeFns
Returns the current theme resolver
getThemes() - Method in interface org.zkoss.web.theme.ThemeRegistry
 
getThemes() - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Returns the available themes, responsive to the users' device
getThemes() - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Returns a list of currently registered desktop themes
getThemes() - Static method in class org.zkoss.zul.theme.Themes
Returns an array of registered theme names
getThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the URI of the CSS resources that will be generated for each ZUML desktop (never null).
getThemeURIs(Execution, List<Object>) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns a list of the theme's URIs of the specified execution, or null if no theme shall be generated.
getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
Deprecated.  
getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zkmax.theme.StandardThemeProvider
 
getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
getThisContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the context path of this page.
getThisPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info of this page.
getThisQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string of this page.
getThisRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI of this page.
getThisServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the servlet path of this page.
getThread() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
Returns the thread serving the event.
getThreadLocal() - Static method in class org.zkoss.util.Locales
Returns the locale defined by Locales.setThreadLocal(java.util.Locale).
getThreadLocal() - Static method in class org.zkoss.util.TimeZones
Returns the time zone defined by TimeZones.setThreadLocal(java.util.TimeZone).
getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
Given class and static ThreadLocal field name, return the associated ThreadLocal.
getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads.
getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads in processing.
getTickColor() - Method in class org.zkoss.zul.DialModelScale
Get the tick color of this scale(in string as #RRGGBB).
getTickFont() - Method in class org.zkoss.zul.DialModelScale
Returns the tick label font.
getTickLabelOffset() - Method in class org.zkoss.zul.DialModelScale
Returns the radius offset in percentage(0 ~ 1) between the tick and tick label.
getTickRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the tick label.
getTickRGB() - Method in class org.zkoss.zul.DialModelScale
Get the tick color of this scale in int array (0: red, 1: green, 2:blue).
getTimeFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the time format of the given style and locale, or null if the default one shall be used.
getTimeFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current time format; never null.
getTimeoutMessage(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout message for this device, or null if the default message is preferred.
getTimeoutURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the timeout URI for this device.
getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
Returns the time by specifying the offset in minutes.
getTimeZone() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the time zone of the client.
getTimeZone() - Method in class org.zkoss.zkmax.zul.Fusionchart
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Calendar
Deprecated. As of release 5.0.5, it is meaningless to set time zone for a calendar.
getTimeZone() - Method in class org.zkoss.zul.Chart
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Datebox
Returns the time zone that this date box belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Timebox
Returns the time zone that this time box belongs to, or null if the default time zone is used.
getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
Returns the timezone offset.
getTitle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the title.
getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
getTitle() - Method in interface org.zkoss.zk.ui.Page
Returns the title of the desktop this page belongs to (and evaluate it if it contains an expression).
getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page title, or null if not available (no title at all).
getTitle() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart's title.
getTitle() - Method in class org.zkoss.zul.Chart
Get the chart's title.
getTitle() - Method in interface org.zkoss.zul.ext.Framable
Returns the title.
getTitle() - Method in class org.zkoss.zul.Groupbox
Returns the title.
getTitle() - Method in class org.zkoss.zul.LayoutRegion
Returns the title.
getTitle() - Method in class org.zkoss.zul.Panel
Returns the title.
getTitle() - Method in class org.zkoss.zul.Window
Returns the title.
getTitleFont() - Method in class org.zkoss.zul.Chart
Returns the title font of this chart.
getTo() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
Returns the portalchildren where the dragged panel drops to.
getToken(int) - Method in class org.zkoss.zel.impl.parser.ELParser
Get the specific Token.
getToolbar() - Method in class org.zkoss.zul.Tabbox
Returns the auxiliary toolbar that this tabbox owns.
getTooltip() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particular UI components.
getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the text as the tooltip.
getTooltiptext() - Method in class org.zkoss.zul.Area
Returns the text as the tooltip.
getTop() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the top of the component, which is its original top.
getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the top of the component, which is its original top.
getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the top of the component after moved.
getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the top position.
getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
Returns the top group, or null if not available.
getTopmostInterface(Class<?>, Class<?>) - Static method in class org.zkoss.lang.Classes
Gets the topmost interface of the specified class or interface that implements or extends the specified interface.
getTopToolbar() - Method in class org.zkoss.zul.Panel
Returns the top toolbar of this panel.
getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of desktops that have been created since the server started.
getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of sessions that have been created since the server started.
getTotalSize() - Method in interface org.zkoss.zul.ext.Paginal
Returns the total number of items.
getTotalSize() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the total size of the data.
getTotalSize() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getTotalSize() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getTotalSize() - Method in class org.zkoss.zul.Paging
 
getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of asynchronous updates that have been received since the server started.
getTrackBasePath() - Method in class org.zkoss.bind.impl.Path
Returns the base path of this dot series path for tracking purpose.
getTracker() - Method in class org.zkoss.bind.impl.BinderImpl
 
getTracker() - Method in interface org.zkoss.bind.sys.BinderCtrl
Returns associated dependency tracker of this binder.
getTrackFieldName() - Method in class org.zkoss.bind.impl.Path
Returns the path as a String for tracking purpose.
getTrackFieldsList() - Method in class org.zkoss.bind.impl.Path
Returns the path as a List of field names.
getTrackProperty() - Method in class org.zkoss.bind.impl.Path
Returns the last field name of this dot series path for tracking purpose.
getTransformer() - Method in class org.zkoss.idom.transform.Transformer
Returns the JAXP transformer encapsulated by this object.
getTree() - Method in class org.zkoss.zul.Treecell
Return the tree that owns this cell.
getTree() - Method in class org.zkoss.zul.Treechildren
Returns the Tree instance containing this element.
getTree() - Method in class org.zkoss.zul.Treecol
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treecols
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefoot
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefooter
Returns the tree that this belongs to.
getTree() - Method in class org.zkoss.zul.Treeitem
Returns the tree owning this item.
getTree() - Method in class org.zkoss.zul.Treerow
Returns the Tree instance containing this element.
getTreechildren() - Method in class org.zkoss.zul.Tree
Returns the treechildren that this tree owns (might null).
getTreechildren() - Method in class org.zkoss.zul.Treeitem
Returns the treechildren that this tree item owns, or null if doesn't have any child.
getTreecol() - Method in class org.zkoss.zul.Treecell
Returns the tree column associated with this cell, or null if not available.
getTreecol() - Method in class org.zkoss.zul.Treefooter
Returns the tree header that is in the same column as this footer, or null if not available.
getTreecol() - Method in class org.zkoss.zul.TreeitemComparator
Returns the Treecol that this comparator is associated with, or null if not available.
getTreecols() - Method in class org.zkoss.zul.Tree
Returns the treecols that this tree owns (might null).
getTreefoot() - Method in class org.zkoss.zul.Tree
Returns the treefoot that this tree owns (might null).
getTreeitemRenderer() - Method in class org.zkoss.zul.Tree
Deprecated. As of release 5.0.6, replaced with Tree.getItemRenderer(). /** Returns the renderer to render each item, or null if the default renderer is used.
getTreerow() - Method in class org.zkoss.zul.Treeitem
Returns the treerow that this tree item owns (might null).
getTrendLine(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
Return the trend line.
getTrendLineConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Return the trend line config.
getTrendLineConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Return the trend line config.
getTrendLineConfig(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTrendLineConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getTriggerEvent() - Method in interface org.zkoss.bind.BindContext
Returns associated event that trigger the associated command; null if not involved.
getTriggerEvent() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getType(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
getType(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Returns the result type of the specified expression.
getType() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
the type of this info
getType() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
getType() - Method in class org.zkoss.html.StyleSheet
Returns the type.
getType(int) - Static method in class org.zkoss.mesg.Messages
Gets the message type of the specified code.
getType(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns the result type of this expression.
getType(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
getType(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.ArithmeticNode
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.BooleanNode
 
getType(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
 
getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
 
getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
getType(ELContext) - Method in class org.zkoss.zel.ValueExpression
 
getType() - Method in interface org.zkoss.zk.device.Device
Returns the device type.
getType() - Method in class org.zkoss.zk.device.GenericDevice
 
getType() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
getType() - Method in class org.zkoss.zk.ui.select.impl.Token
 
getType() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the output file type.
getType(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getType() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the chart's type.
getType() - Method in class org.zkoss.zul.Button
Returns the button type.
getType() - Method in class org.zkoss.zul.Chart
Get the chart's type.
getType() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the event type: CHANGED, ADDED, REMOVED.
getType() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the event type.
getType() - Method in interface org.zkoss.zul.ext.GroupingInfo
The type of the data.
getType() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getType() - Method in class org.zkoss.zul.impl.InputElement
Returns the type.
getType() - Method in class org.zkoss.zul.Script
Deprecated. As of release 5.0.0, it is meaningless since text/javascript is always assumed.
getType() - Method in class org.zkoss.zul.Textbox
Returns the type.
getUiEngine() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiEngine() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI engine for this Web application (never null).
getUiEngineClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to handle UI loading and updates, or null if default is used.
getUiFactory() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiFactory() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI factory for this Web application (never null).
getUiFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to instantiate desktops, pages and components, or null if default is used.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.Device
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
Returns the unavailable message for the specified device type.
getUnavailableMessage() - Method in class org.zkoss.zk.device.GenericDevice
 
getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
 
getUnless() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the unless condition.
getUnselectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the unselected items.
getUnselectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the unselected items from the target component.
getUnselectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the unselected objects.
getUnselectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
Return the unselected objects from the target component.
getUpdateResult(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
Returns the result of an AU request representing the update result.
getUpdateServlet(WebApp) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the update servlet of the specified application, or null if not loaded yet.
getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the URI for asynchronous update.
getUpdateURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getUpdateURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getUpdateURI() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the URI for asynchronous update.
getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getUpdateURI() - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for asynchronous update.
getUpdateURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
Returns the URI for asynchronous update that can be encoded or not.
getUpload() - Method in class org.zkoss.zul.Button
Returns non-null if this button is used for file upload, or null otherwise.
getUpload() - Method in class org.zkoss.zul.Menuitem
Returns non-null if this button is used for file upload, or null otherwise.
getUploadCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to encode the uploaded text file (never null).
getUploadCharsetFinder() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the finder that is used to decide the character set for the uploaded text file(s), or null if not available.
getUpperBound() - Method in class org.zkoss.zul.DialModelRange
Returns the upper bound in scale of this colored range.
getURI() - Method in class org.zkoss.idom.Namespace
Gets the namespace URI for this Namespace.
getURI() - Method in class org.zkoss.xel.taglib.Taglib
Returns the uri.
getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
Returns the URI (never null).
getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Returns the URI to forward to.
getURI(Desktop) - Static method in class org.zkoss.zkmax.ui.util.DesktopRecycle
Returns the request URI of the desktop.
getURICharset() - Static method in class org.zkoss.web.servlet.Charsets
Returns the charset used to encode URI and query string.
getURIEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.URIEvent
Converts an AU request to an URI event.
getUserAgent(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserAgent() - Method in interface org.zkoss.zk.ui.Execution
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserAgent() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getUserPrincipal() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getUserPrincipal() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
getUserPrincipal() - Method in interface org.zkoss.zk.ui.Execution
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getUtilityHandler() - Static method in class org.zkoss.zk.ui.select.SelectorComposer
 
getUuid() - Method in class org.zkoss.zk.au.AuRequest
Returns the UUID.
getUuid() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getUuid() - Method in interface org.zkoss.zk.ui.Component
Returns UUID (universal unique ID) which is unique in the whole session.
getUuid() - Method in class org.zkoss.zk.ui.event.StubEvent
Returns the UUID of the stub component sending the request.
getUuid() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getUuid() - Method in interface org.zkoss.zk.ui.Page
Returns UUID (universal unique ID) which is unique in the whole session.
getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's UUID.
getValidate(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
getValidate(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
getValidate(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
Returns Property to be validated.
getValidates(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
getValidates(BindContext) - Method in interface org.zkoss.bind.sys.SaveFormBinding
Returns Propertys to be validated, includes the member field of the form
getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.bind.validator.BeanValidator
Get the bean class of the base object and property to validate.
getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.zkmax.bind.BeanValidator
Get the bean class of the base object and property to validate.
getValidationMessages() - Method in class org.zkoss.bind.impl.BinderImpl
 
getValidationMessages() - Method in interface org.zkoss.bind.sys.BinderCtrl
Get the ValidationMessages
getValidator(String) - Method in class org.zkoss.bind.BindComposer
 
getValidator(String) - Method in interface org.zkoss.bind.Binder
Returns the _validator of the given _validator name.
getValidator(String) - Method in class org.zkoss.bind.impl.BinderImpl
 
getValidator() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
getValidator() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
getValidator() - Method in interface org.zkoss.bind.sys.SaveBinding
return Validator to do validation
getValidator() - Static method in class org.zkoss.bind.validator.BeanValidations
 
getValidator() - Method in class org.zkoss.bind.validator.BeanValidator
 
getValidator() - Method in class org.zkoss.zkmax.bind.FormBeanValidator
 
getValidatorArg(String) - Method in interface org.zkoss.bind.BindContext
Returns validator arg value of the given key in this Bind Context.
getValidatorArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
 
getValidatorArg(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
getValidatorArg(String) - Method in interface org.zkoss.bind.ValidationContext
Returns validator arg value of the given key This is a shortcut of getBindContext().getValidatorArg()
getValidatorArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
 
getValidatorArgs() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
getValidatorArgs() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
getValidatorArgs() - Method in interface org.zkoss.bind.sys.SaveBinding
Returns an argument pairs map for validator.
getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
getValign() - Method in class org.zkoss.zul.Cell
Returns the vertical alignment.
getValign() - Method in class org.zkoss.zul.Hlayout
Returns the vertical-align property used for the inner children.
getValign() - Method in class org.zkoss.zul.impl.FooterElement
Returns the vertical alignment of this footer.
getValign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the vertical alignment of this grid.
getValign() - Method in class org.zkoss.zul.Row
Returns the vertical alignment of the whole row.
getValue(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
getValue() - Method in class org.zkoss.bind.impl.PropertyImpl
 
getValue(BindELContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
getValue() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
getValue() - Method in interface org.zkoss.bind.Property
Returns the value object of this property.
getValue(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Sets the specified value to the property resolved from the specified expression.
getValue(BindELContext) - Method in interface org.zkoss.bind.sys.ReferenceBinding
Returns the referenced value.
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
getValue(ELContext, Object, int) - Method in interface org.zkoss.bind.xel.zel.ValidationMessagesELResolver.ValueResolver
 
getValue() - Method in class org.zkoss.idom.Attribute
Gets the value of this attribute.
getValue() - Method in interface org.zkoss.idom.Binable
Gets the value of a item that accepts any type as its value.
getValue() - Method in class org.zkoss.idom.Binary
 
getValue() - Method in class org.zkoss.util.CacheMap.Value
Returns the value.
getValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the value.
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute value.
getValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
getValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
getValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns the value associated with the specified key.
getValue(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAnd
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstBracketSuffix
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDiv
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEqual
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFalse
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThan
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThanEqual
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThan
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThanEqual
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMinus
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMod
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMult
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNotEqual
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstOr
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstPlus
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstTrue
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
 
getValue(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
 
getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
getValue() - Method in class org.zkoss.zel.impl.parser.Token
An optional attribute value of the Token.
getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
getValue(ELContext) - Method in class org.zkoss.zel.ValueExpression
 
getValue() - Method in class org.zkoss.zhtml.Input
Returns the value of this input.
getValue() - Method in class org.zkoss.zhtml.Text
Returns the value.
getValue() - Method in interface org.zkoss.zk.au.DeferredValue
Returns the value.
getValue() - Method in exception org.zkoss.zk.ui.ArithmeticWrongValueException
 
getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the value that user input.
getValue() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the value of the target component, when the onOpen event is sent, or null if not applicable.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns the value of the response header.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation (might be null).
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
Returns the value associated with this event handler.
getValue() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue() - Method in class org.zkoss.zkex.zul.Colorbox
Returns the value of color Default: #000000
getValue(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getValue() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Deprecated. Gets the value to be saved after "onBindingSave" event.
getValue() - Method in class org.zkoss.zul.Calendar
Returns the value that is assigned to this component, never null.
getValue() - Method in class org.zkoss.zul.Captcha
Returns the text value of this captcha.
getValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
Get value of the specified series and category.
getValue() - Method in class org.zkoss.zul.Checkbox
Returns the value.
getValue() - Method in class org.zkoss.zul.Column
Returns the value.
getValue() - Method in class org.zkoss.zul.Columns
Returns the value.
getValue() - Method in class org.zkoss.zul.Comboitem
Returns the value associated with this combo item.
getValue() - Method in class org.zkoss.zul.Datebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value (in BigDecimal), might be null unless a constraint stops it.
getValue(int) - Method in class org.zkoss.zul.DialModel
Get value of the scale per the specified index.
getValue() - Method in class org.zkoss.zul.DialModelScale
Get the value
getValue() - Method in class org.zkoss.zul.Doublebox
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Doublespinner
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Intbox
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Label
Returns the value.
getValue() - Method in class org.zkoss.zul.Listcell
Returns the value.
getValue() - Method in class org.zkoss.zul.Listhead
Returns the value.
getValue() - Method in class org.zkoss.zul.Listheader
Returns the value.
getValue() - Method in class org.zkoss.zul.Listitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Longbox
Returns the value (in Long), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Menuitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Progressmeter
Returns the current value of the progress meter.
getValue() - Method in class org.zkoss.zul.Row
Returns the value.
getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get value of the specified category.
getValue() - Method in class org.zkoss.zul.Spinner
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Tab
Returns the value.
getValue() - Method in class org.zkoss.zul.Textbox
Returns the value.
getValue() - Method in class org.zkoss.zul.Timebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Treeitem
Returns the value.
getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
Returns the value of the given chip at (x,y) of the wafer matrix.
getValueAngle() - Method in class org.zkoss.zul.DialModelScale
Return the angle to place the value (counter clockwise is positive).
getValueFont() - Method in class org.zkoss.zul.DialModelScale
Returns the value font.
getValueNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getValueRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the value.
getValueReference(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
getValueReference(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Returns the result reference of the specified expression.
getValueReference(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns the target bean and field name of this expression.
getValueReference(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
 
getValueReference(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
 
getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
getValueReference(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
getValueReference(ELContext) - Method in class org.zkoss.zel.ValueExpression
 
getValues() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
Deprecated. Gets the list of the value to be saved after "onBindingValidate" event.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to iterate thru items.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the attribute name.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute name.
getVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the value of a variable defined in this interpreter's scope identified by the specified scope.
getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the value of a variable defined in this interpreter.
getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Retrieve the variable.
getVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of a variable defined in this interpreter's scope identified by the specified scope.
getVariableMapper() - Method in class org.zkoss.xel.zel.XelELContext
 
getVariableMapper() - Method in class org.zkoss.zel.ELContext
 
getVariableMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
getVariableResolver() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current variable resolver.
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the variable resolver.
getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getVariableResolver() - Method in class org.zkoss.xel.util.XelContextProxy
 
getVariableResolver() - Method in interface org.zkoss.xel.XelContext
Returns the variable resolver, or null if not available.
getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
Returns the variable resolver for this execution, or null if not available.
getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the variable resolver, or null if not available.
getVarStatus() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to hold the current iteration status, an instance of LoopStatus.
getVersion() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the version of the browser.
getVersion() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the ZK version, such as "1.1.0" and "2.0.0".
getVersion() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getVersion() - Method in interface org.zkoss.zk.ui.WebApp
Returns the ZK version, such as "1.1.0" and "2.0.0".
getVersion() - Method in class org.zkoss.zul.Flash
Returns the expected version of the Flash player.
getVflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Return vertical flex hint of this component.
getVflex() - Method in class org.zkoss.zul.Panelchildren
 
getView() - Method in interface org.zkoss.bind.Binder
Returns associated root component of this binder.
getView() - Method in class org.zkoss.bind.impl.BinderImpl
 
getViewerClass() - Method in class org.zkoss.zkmax.zul.Dropupload
 
getViewModel() - Method in class org.zkoss.bind.BindComposer
 
getViewModel() - Method in interface org.zkoss.bind.Binder
Returns associated ViewModel of this binder.
getViewModel() - Method in class org.zkoss.bind.impl.BinderImpl
 
getViewport() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getViewport() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the viewport that will be assigned to pages created from this definition, or "auto" if no viewport is assigned at the beginning.
getViewport() - Method in interface org.zkoss.zk.ui.Page
Return the meta viewport of this page, or "auto" if not specified.
getViewport() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Return the page's viewport, or "auto" if not specified.
getVisibilityChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Converts an AU request to a visibility change event.
getVisibilityState() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Return the current page's visibility state.
getVisibleChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Returns a collection of visible children.
getVisibleItemCount() - Method in class org.zkoss.zul.Group
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Rows
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of visible descendant Treeitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Treeitem
Returns the number of visible descendant Treechildren.
getVisualizer() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getVisualizer() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the visualizer associated with this desktop.
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the Visualizer for this execution.
getVolume(int) - Method in interface org.zkoss.zul.HiLoModel
Get volume value of a specified data index.
getVolume(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getVspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the vspace.
getVspace() - Method in class org.zkoss.zul.Applet
Returns the vertical spacing around an applet.
getVspace() - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
getWCSCacheControl(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns the number of hours that the specified WCS (Widget CSS descriptor) file won't be changed.
getWCSCacheControl(Execution, String) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
Deprecated.  
getWCSCacheControl(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
getWebApp() - Method in interface org.zkoss.zk.ui.Desktop
Returns the Web application this desktop belongs to.
getWebApp() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getWebApp() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application.
getWebApp(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application of the specified context.
getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the web application that the richlet belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.Session
Returns the Web application that this session belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the Web application; never null.
getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the Web application that this configuration belongs to, or null if it is not associated yet.
getWebApp(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the WebApp that corresponds to a specified URL on the server, or null if either none exists or the container wishes to restrict this access..
getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to represent this Web application, or null if default is used.
getWebAppFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class used to instantiate an instance representing this Web application, or null if default is used.
getWebAppIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application of the specified context, or null if not available.
getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified context.
getWebManager(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified WebApp.
getWebManagerIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the give context, or null if not found.
getWebManagerIfAny(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified WebApp, or null if not found.
getWest() - Method in class org.zkoss.zul.Borderlayout
 
getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getWidgetAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the value of a DOM attribute
getWidgetAttributeNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetAttributeNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of additions DOM attributes that shall be generated.
getWidgetClass() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the widget class, "zhtml.Widget".
getWidgetClass() - Method in class org.zkoss.zhtml.impl.ContentTag
Returns the widget class, "zhtml.Content".
getWidgetClass() - Method in class org.zkoss.zhtml.Text
Returns the widget class, "zhtml.Text".
getWidgetClass() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the widget class (a.k.a., widget type), or null if not defined.
getWidgetClass() - Method in interface org.zkoss.zk.ui.Component
Returns the widget class (a.k.a., the widget type), or null if not available.
getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Returns the component class (a.k.a., widget type), "zk.Macro".
getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Returns the widget class, "zk.Native".
getWidgetClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getWidgetClass(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the widget class associated with specified mold, or the default widget class (ComponentDefinition.getWidgetClass(org.zkoss.zk.ui.Component, java.lang.String)) if not available.
getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the widget class (might contain EL expressions), or null if not available.
getWidgetClass(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
getWidgetClass(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the widget class of the given page, or null if the default is used.
getWidgetClass() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns the widget class (a JavaScript class).
getWidgetClass() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the widget class of this page, or null to use the device default.
getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubComponent
Returns the widget class, "#stub".
getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubsComponent
Returns the widget class, "#stubs".
getWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the widget of the specified class name.
getWidgetDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the widget of the specified class name, or null if not found.
getWidgetListener(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetListener(String) - Method in interface org.zkoss.zk.ui.Component
Returns the script of the client event, or null if not found.
getWidgetListenerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetListenerNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of event names (String) that the listener of the peer widget are assigned, or an empty collection if none is registered.
getWidgetOverride(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetOverride(String) - Method in interface org.zkoss.zk.ui.Component
Returns the script of the method definition to override widget's method, or null if not found.
getWidgetOverrideNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getWidgetOverrideNames() - Method in interface org.zkoss.zk.ui.Component
Returns a read-only collection of the property names (String) that shall be overridden, or an empty collection if none is registered.
getWidth() - Method in class org.zkoss.image.AImage
Returns the width.
getWidth() - Method in interface org.zkoss.image.Image
Returns the width.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the width.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the width.
getWidth() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
 
getWidth() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the width of the component, which is its original width.
getWidth() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the width of the component, which is its original width.
getWidth() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the width of the component after re-sized.
getWidth() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the width.
getWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column width
getWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column width of the specified column index.
getWidth() - Method in class org.zkoss.zul.Tabs
 
getWidth() - Method in class org.zkoss.zul.Treecell
Returns the width which the same as Treecell.getTreecol()'s width.
getWidths() - Method in class org.zkoss.zul.Box
Deprecated. As of release 5.0.0, use Cell instead.
getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Returns the value without trying to expunge for more memory.
getWmode() - Method in class org.zkoss.zul.Flash
Returns the Window mode property of the Flash movie Default: "transparent".
getWriteMethod() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
 
getWriter() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getWriter() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
getWriter() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getWriter() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
getWrongValueExceptions() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
Returns all the exceptions (never null).
getX() - Method in class org.zkoss.util.Pair
Returns the first value of the pair.
getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the horizontal coordinate of the mouse pointer relevant to the component.
getX() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
Returns the axis-X position for the scrolling
getX() - Method in class org.zkoss.zul.Absolutechildren
Returns the current "x" position within parent container component
getX(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getX(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Get X value of a specified series and data index.
getXAxis() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the label in xAxis.
getXAxis() - Method in class org.zkoss.zul.Chart
Get the label in xAxis.
getXAxisFont() - Method in class org.zkoss.zul.Chart
Returns the label font of x axis of this chart.
getXAxisProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig
Return the x axis config.
getXAxisPropertiesMap(XYChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
getXAxisTickFont() - Method in class org.zkoss.zul.Chart
Returns the tick number font of x axis of this chart.
getXelContext() - Method in class org.zkoss.xel.zel.XelELContext
 
getXelContext() - Method in class org.zkoss.xel.zel.XelELResolver
 
getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getXelVariable(XelContext, Object, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns a variable that is visible to XEL expressions.
getXelVariable(XelContext, Object, Object, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns a variable that is visible to XEL expressions.
getXmlEncoding() - Method in class org.zkoss.idom.Document
 
getXMLResourcesLocator() - Static method in class org.zkoss.zk.ui.impl.Utils
Returns the XML resources locator to locate metainfo/zk/config.xml, metainfo/zk/lang.xml, and metainfo/zk/lang-addon.xml
getXmlStandalone() - Method in class org.zkoss.idom.Document
 
getXmlVersion() - Method in class org.zkoss.idom.Document
 
getXProperties(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Returns the x property.
getXProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Returns the x property.
getXsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the x size of the wafer matrix.
getXsl() - Method in class org.zkoss.zml.Transformer
Returns the XSL (Extensible Stylesheet Language), or null if not available.
getY() - Method in class org.zkoss.util.Pair
Returns the second value of the pair.
getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the vertical coordinate of the mouse pointer relevant to the component.
getY() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
Returns the axis-Y position for the scrolling
getY() - Method in class org.zkoss.zul.Absolutechildren
Returns current "y" position within parent container component
getY(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getY() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getY(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Get Y value of a specified series and data index.
getYAxis() - Method in class org.zkoss.zkmax.zul.Fusionchart
Get the label in yAxis.
getYAxis() - Method in class org.zkoss.zul.Chart
Get the label in yAxis.
getYAxisFont() - Method in class org.zkoss.zul.Chart
Returns the label font of y axis of this chart.
getYAxisMaxValue() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Returns the upper limit of the chart.
getYAxisMinValue() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Returns the lower limit of the chart.
getYAxisTickFont() - Method in class org.zkoss.zul.Chart
Returns the tick number font of y axis of this chart.
getYsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the y size of the wafer matrix.
getZ(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
getZ(Comparable<?>, int) - Method in interface org.zkoss.zul.XYZModel
Get Z value of a specified series and data index.
getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the ZK Cascading Style class(es) for this component.
getZclass() - Method in class org.zkoss.zkex.zul.Colorbox
 
getZclass() - Method in class org.zkoss.zkex.zul.Columnchildren
 
getZclass() - Method in class org.zkoss.zkex.zul.Columnlayout
 
getZclass() - Method in class org.zkoss.zkex.zul.Fisheye
 
getZclass() - Method in class org.zkoss.zkex.zul.Fisheyebar
 
getZclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
The default zclass is "z-biglistbox"
getZclass() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
getZclass() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
getZclass() - Method in class org.zkoss.zkmax.zul.Nav
 
getZclass() - Method in class org.zkoss.zkmax.zul.Navbar
 
getZclass() - Method in class org.zkoss.zkmax.zul.Navitem
 
getZclass() - Method in class org.zkoss.zkmax.zul.Navseparator
 
getZclass() - Method in class org.zkoss.zkmax.zul.Portalchildren
 
getZclass() - Method in class org.zkoss.zkmax.zul.Portallayout
 
getZclass() - Method in class org.zkoss.zkmax.zul.Scrollview
The default zclass is "z-scrollview"
getZclass() - Method in class org.zkoss.zkmax.zul.Tablechildren
 
getZclass() - Method in class org.zkoss.zkmax.zul.Tablelayout
 
getZclass() - Method in class org.zkoss.zul.A
 
getZclass() - Method in class org.zkoss.zul.Absolutechildren
 
getZclass() - Method in class org.zkoss.zul.Absolutelayout
The default zclass is "z-absolutelayout"
getZclass() - Method in class org.zkoss.zul.Anchorchildren
 
getZclass() - Method in class org.zkoss.zul.Anchorlayout
 
getZclass() - Method in class org.zkoss.zul.Auxhead
 
getZclass() - Method in class org.zkoss.zul.Auxheader
 
getZclass() - Method in class org.zkoss.zul.Bandbox
 
getZclass() - Method in class org.zkoss.zul.Bandpopup
 
getZclass() - Method in class org.zkoss.zul.Borderlayout
 
getZclass() - Method in class org.zkoss.zul.Box
 
getZclass() - Method in class org.zkoss.zul.Button
 
getZclass() - Method in class org.zkoss.zul.Calendar
 
getZclass() - Method in class org.zkoss.zul.Caption
 
getZclass() - Method in class org.zkoss.zul.Cell
 
getZclass() - Method in class org.zkoss.zul.Center
 
getZclass() - Method in class org.zkoss.zul.Checkbox
Returns the Style of checkbox label Default: "z-checkbox" Since 3.5.1
getZclass() - Method in class org.zkoss.zul.Column
 
getZclass() - Method in class org.zkoss.zul.Columns
 
getZclass() - Method in class org.zkoss.zul.Combobox
 
getZclass() - Method in class org.zkoss.zul.Combobutton
 
getZclass() - Method in class org.zkoss.zul.Comboitem
 
getZclass() - Method in class org.zkoss.zul.Datebox
 
getZclass() - Method in class org.zkoss.zul.Decimalbox
 
getZclass() - Method in class org.zkoss.zul.Detail
 
getZclass() - Method in class org.zkoss.zul.Doublebox
 
getZclass() - Method in class org.zkoss.zul.Doublespinner
 
getZclass() - Method in class org.zkoss.zul.Foot
 
getZclass() - Method in class org.zkoss.zul.Footer
 
getZclass() - Method in class org.zkoss.zul.Frozen
 
getZclass() - Method in class org.zkoss.zul.Grid
 
getZclass() - Method in class org.zkoss.zul.Group
 
getZclass() - Method in class org.zkoss.zul.Groupbox
 
getZclass() - Method in class org.zkoss.zul.Groupfoot
 
getZclass() - Method in class org.zkoss.zul.Hlayout
 
getZclass() - Method in class org.zkoss.zul.Intbox
 
getZclass() - Method in class org.zkoss.zul.Label
 
getZclass() - Method in class org.zkoss.zul.LayoutRegion
 
getZclass() - Method in class org.zkoss.zul.Listbox
 
getZclass() - Method in class org.zkoss.zul.Listcell
 
getZclass() - Method in class org.zkoss.zul.Listfoot
 
getZclass() - Method in class org.zkoss.zul.Listfooter
 
getZclass() - Method in class org.zkoss.zul.Listgroup
 
getZclass() - Method in class org.zkoss.zul.Listgroupfoot
 
getZclass() - Method in class org.zkoss.zul.Listhead
 
getZclass() - Method in class org.zkoss.zul.Listheader
 
getZclass() - Method in class org.zkoss.zul.Listitem
 
getZclass() - Method in class org.zkoss.zul.Longbox
 
getZclass() - Method in class org.zkoss.zul.Menu
 
getZclass() - Method in class org.zkoss.zul.Menubar
 
getZclass() - Method in class org.zkoss.zul.Menuitem
 
getZclass() - Method in class org.zkoss.zul.Menupopup
 
getZclass() - Method in class org.zkoss.zul.Menuseparator
 
getZclass() - Method in class org.zkoss.zul.Paging
 
getZclass() - Method in class org.zkoss.zul.Panel
 
getZclass() - Method in class org.zkoss.zul.Panelchildren
 
getZclass() - Method in class org.zkoss.zul.Popup
 
getZclass() - Method in class org.zkoss.zul.Progressmeter
 
getZclass() - Method in class org.zkoss.zul.Radio
Returns the Style of radio label Default: "z-radio" Since 3.5.1
getZclass() - Method in class org.zkoss.zul.Row
 
getZclass() - Method in class org.zkoss.zul.Rows
 
getZclass() - Method in class org.zkoss.zul.Selectbox
 
getZclass() - Method in class org.zkoss.zul.Separator
 
getZclass() - Method in class org.zkoss.zul.Slider
 
getZclass() - Method in class org.zkoss.zul.Spinner
 
getZclass() - Method in class org.zkoss.zul.Splitter
 
getZclass() - Method in class org.zkoss.zul.Tab
 
getZclass() - Method in class org.zkoss.zul.Tabbox
 
getZclass() - Method in class org.zkoss.zul.Tabpanel
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabpanels
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabs
 
getZclass() - Method in class org.zkoss.zul.Textbox
 
getZclass() - Method in class org.zkoss.zul.Timebox
 
getZclass() - Method in class org.zkoss.zul.Toolbar
 
getZclass() - Method in class org.zkoss.zul.Toolbarbutton
 
getZclass() - Method in class org.zkoss.zul.Tree
 
getZclass() - Method in class org.zkoss.zul.Treecell
 
getZclass() - Method in class org.zkoss.zul.Treechildren
 
getZclass() - Method in class org.zkoss.zul.Treecol
 
getZclass() - Method in class org.zkoss.zul.Treecols
 
getZclass() - Method in class org.zkoss.zul.Treefoot
 
getZclass() - Method in class org.zkoss.zul.Treefooter
 
getZclass() - Method in class org.zkoss.zul.Treerow
 
getZclass() - Method in class org.zkoss.zul.Vlayout
 
getZclass() - Method in class org.zkoss.zul.Window
 
getZIndex() - Method in class org.zkoss.zk.ui.event.ZIndexEvent
Returns the z-index of the component after moved.
getZIndex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
getZIndexEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ZIndexEvent
Converts an AU request to a z-index event.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
Returns the zscript associated with this event handler.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns the ZScript object hold in this info.
getZScriptClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptClass(String) - Method in interface org.zkoss.zk.ui.Page
Returns the class of the specified name by searching the classes defined in the loaded interpreters (Page.getLoadedInterpreters()).
getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the function of the specified name by searching the loaded interpreters.
getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the function of the specified name by searching the logical scope of the specified component in all the loaded interpreters.
getZScriptLanguage() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptLanguage() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguage() - Method in interface org.zkoss.zk.ui.Page
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguages() - Static method in class org.zkoss.zk.scripting.Interpreters
Returns a set of names of the scripting languages supported by this installation.
getZScriptVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the loaded interpreters, if any.
getZScriptVariable(Component, String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the logical scope of the specified component in all the loaded interpreters, if any.
GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
 
GlobalCommand - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a Global Command method.
GlobalCommandEvent - Class in org.zkoss.bind
The global-command event
GlobalCommandEvent(Component, String, Map<String, Object>) - Constructor for class org.zkoss.bind.GlobalCommandEvent
 
GlobalDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same Web application into one desktop cache.
GlobalDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
gradient(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific of browser CSS color gradient rules String.
GRADIENT_DIRECTION - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
gradients(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a set of cross-browser CSS color gradient rules String.
gradValue(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific CSS color gradient value only.
Grid - Class in org.zkoss.zul
A grid is an element that contains both rows and columns elements.
Grid() - Constructor for class org.zkoss.zul.Grid
 
Grid.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Grid.ExtraCtrl() - Constructor for class org.zkoss.zul.Grid.ExtraCtrl
 
GRID_ASC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_COLUMNS - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_DESC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_GROUP - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_OTHER - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_UNGROUP - Static variable in interface org.zkoss.zul.mesg.MZul
 
GridDataLoader - Class in org.zkoss.zul.impl
Generic Grid data loader.
GridDataLoader() - Constructor for class org.zkoss.zul.impl.GridDataLoader
 
GridModelConverter - Class in org.zkoss.bind.converter.sys
The Converter implementation of the grid for converting collection to ListModel and vice versa.
GridModelConverter() - Constructor for class org.zkoss.bind.converter.sys.GridModelConverter
 
GroovyInterpreter - Class in org.zkoss.zk.scripting.groovy
Groovy interpreter.
GroovyInterpreter() - Constructor for class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
Group - Interface in org.zkoss.idom
Represents an item might have children.
GROUP - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents a group of desktops that belongs to the same browser.
group(boolean) - Method in class org.zkoss.zul.Column
Groups and sorts the rows (Row) based on Column.getSortAscending().
GROUP - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is a group (a.k.a., the head of the group).
group(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
Groups and sorts the data by the specified column.
Group - Class in org.zkoss.zul
Adds the ability for single level grouping to the Grid.
Group() - Constructor for class org.zkoss.zul.Group
 
Group(String) - Constructor for class org.zkoss.zul.Group
 
Group(String, T) - Constructor for class org.zkoss.zul.Group
 
group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
 
GROUP - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is a group (a.k.a., the head of the group).
group(boolean) - Method in class org.zkoss.zul.Listheader
Groups and sorts the items (Listitem) based on Listheader.getSortAscending().
group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Do nothing in default implementation, however developer can override it to re-group by manipulating SimpleGroupsModel._data,SimpleGroupsModel._heads,SimpleGroupsModel._foots
Groupbox - Class in org.zkoss.zul
Groups a set of child elements to have a visual effect.
Groupbox() - Constructor for class org.zkoss.zul.Groupbox
 
GroupComparator<D> - Interface in org.zkoss.zul
A comparison function used to compare the group order of two objects, and the order of them in the group if they belongs to the same group.
GroupEventQueue<T extends Event> - Class in org.zkoss.zkmax.ui.event.impl
The implementation of the group-scoped event queue.
GroupEventQueue() - Constructor for class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
GROUPFOOT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is a group foot.
Groupfoot - Class in org.zkoss.zul
Groupfoot serves as a summary row of group.
Groupfoot() - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String) - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String, T) - Constructor for class org.zkoss.zul.Groupfoot
 
GROUPFOOT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is a group foot.
GroupingInfo - Interface in org.zkoss.zul.ext
Represents the runtime information of each iteration caused by GroupsModel
GroupRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer for instantiating Group and Groupfoot.
GROUPS_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to the list.
GROUPS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the groups contents.
GROUPS_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from the list.
GROUPS_RESET - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the Group is reset.
GroupsDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list of groups.
GroupsDataEvent(GroupsModel, int, int, int, int) - Constructor for class org.zkoss.zul.event.GroupsDataEvent
Constructor.
GroupsDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of GroupsModel is changed.
GroupsListModel<D,G,F> - Class in org.zkoss.zul.impl
Encapsulates GroupsModel as an instance of ListModel such that it is easier to handle by Listbox and Group.
GroupsListModel(GroupsModel<D, G, F>) - Constructor for class org.zkoss.zul.impl.GroupsListModel
 
GroupsListModel.GroupDataInfo - Class in org.zkoss.zul.impl
The group information returned by GroupsListModel.getDataInfo(int).
GroupsModel<D,H,F> - Interface in org.zkoss.zul
The interface defines a suitable data model for grouping Listbox and Grid.
GroupsModelArray<D,H,F,E> - Class in org.zkoss.zul
An array implementation of GroupsModel.
GroupsModelArray(D[], Comparator<D>) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(D[], Comparator<D>, int) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(D[], Comparator<D>, int, boolean) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(List<D>, Comparator, int) - Constructor for class org.zkoss.zul.GroupsModelArray
Deprecated. As of release 6.0.1, there is no way to instantiate the array with the correct type.
GroupsModelArray(List<D>, Comparator) - Constructor for class org.zkoss.zul.GroupsModelArray
Deprecated. As of release 6.0.1, there is no way to instantiate the array with the correct type.
GroupsSortableModel<D> - Interface in org.zkoss.zul.ext
An extra interface that can be implemented with GroupsModel to control the sorting and grouping of the data model.
GT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
GT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
gzip(HttpServletRequest, HttpServletResponse, InputStream, byte[]) - Static method in class org.zkoss.web.servlet.http.Https
Compresses the content into an byte array, or null if the browser doesn't support the compression (accept-encoding).

H

H1 - Class in org.zkoss.zhtml
The H1 tag.
H1() - Constructor for class org.zkoss.zhtml.H1
 
H2 - Class in org.zkoss.zhtml
The H2 tag.
H2() - Constructor for class org.zkoss.zhtml.H2
 
H3 - Class in org.zkoss.zhtml
The H3 tag.
H3() - Constructor for class org.zkoss.zhtml.H3
 
H4 - Class in org.zkoss.zhtml
The H4 tag.
H4() - Constructor for class org.zkoss.zhtml.H4
 
handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
Deprecated.  
handleComponentAttached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
handleComponentDetached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
 
handleConstraintViolation(ValidationContext, Set<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
Handle hibernate ConstraintViolation. by default, it add to invalid messages.
handleConstraintViolation(ValidationContext, String, Set<ConstraintViolation<?>>) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
Handle hibernate ConstraintViolation.
handleError(Throwable) - Method in class org.zkoss.zk.au.http.AuDropUploader
Handles the exception that was thrown when uploading files, and returns the error message.
handleError(Throwable) - Method in class org.zkoss.zk.au.http.AuUploader
Handles the exception that was thrown when uploading files, and returns the error message.
handleException(Execution, Throwable) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
Default exception handler.
handleOtherException(Execution, Throwable) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Deprecated. Default other exception (other than StaleObjectStateException) handler.
handleStaleObjectStateException(Execution, StaleObjectStateException) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Deprecated. Default StaleObjectStateException handler.
handleTexts(ValidationMessages, int) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
handleWrappedModel(BindContext, C, ListModel<?>) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
post processing the wrapped model. default return original one
handleWrappedModel(BindContext, Listbox, ListModel<?>) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
 
handleWrappedNonListModel(Component, BindingListModel<?>) - Method in class org.zkoss.zkplus.databind.ListboxListModelConverter
Deprecated.  
handleWrappedNonListModel(Component, BindingListModel<?>) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Deprecated. Handles the wrapped non-list-model, by default it return the original one.
hasAttribute(String) - Method in class org.zkoss.idom.Element
 
hasAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
hasAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
hasAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns if the attribute is available.
hasAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Returns if the custom attribute is associate with this component.
hasAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns if the custom attribute is associate with this component.
hasAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns if a custom attribute is associated with this object (scope).
hasAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns if a custom attribute is associated with this object.
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as hasAttribute(name).
hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns if an attribute exists.
hasAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Returns if an attribute exists.
hasAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns if a custom attribute is associated with this component, or the fellow of this component.
hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns if a custom attribute is associated with this page, or a fellow of this page.
hasAttributes() - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified component is defined.
hasContent(String) - Method in class org.zkoss.idom.Element
Tests whether the child element with the giving path exists.
hasContext() - Static method in class org.zkoss.bind.impl.BinderUtil
 
hasDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
hasDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns whether a dynamic property is defined.
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
hasDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns whether a dynamic property is defined.
hasElement() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Check is there any operation in queue.
hasFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
The same as AbstractPage.hasFellow(String).
hasFellow(String) - Method in interface org.zkoss.zk.ui.Component
Returns whether a fellow exists in the same ID space of this component.
hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether there is a fellow named with the specified component ID in the same ID space as this component.
hasFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns whether there is a fellow named with the specified component ID.
hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
Returns whether there is a fellow named with the specified component ID.
hasFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Returns if the specified function mapper has been registered
hasGroup() - Method in class org.zkoss.zul.Listbox
Returns whether listgroup exists.
hasGroup() - Method in class org.zkoss.zul.Rows
Returns whether Group exists.
hasGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns if the specified group has a foot value.
hasGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
 
hasGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
hashCode() - Method in class org.zkoss.bind.impl.BindingKey
 
hashCode() - Method in class org.zkoss.bind.impl.PropertyImpl
 
hashCode() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
hashCode() - Method in class org.zkoss.html.JavaScript
 
hashCode() - Method in class org.zkoss.html.StyleSheet
 
hashCode() - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
hashCode() - Method in class org.zkoss.idom.Namespace
Note: hashCode() is based on URI only.
hashCode() - Method in class org.zkoss.json.JavaScriptValue
 
hashCode() - Method in class org.zkoss.lang.MutableInteger
 
hashCode(boolean[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of boolean.
hashCode(byte[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes.
hashCode(byte[], int) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes up to the specified length.
hashCode(char[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(short[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(int[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(long[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(Object) - Static method in class org.zkoss.lang.Objects
Returns the object's hash code, or zero if null.
hashCode() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
hashCode() - Method in class org.zkoss.util.CacheMap
 
hashCode() - Method in class org.zkoss.util.FastReadArray
 
hashCode() - Method in class org.zkoss.util.FilterMap
 
hashCode() - Method in class org.zkoss.util.logging.Log
Deprecated.  
hashCode() - Method in class org.zkoss.util.Pair
 
hashCode() - Method in class org.zkoss.util.resource.ClassLocator
 
hashCode() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
hashCode() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
hashCode() - Method in class org.zkoss.xel.taglib.Taglib
 
hashCode() - Method in class org.zkoss.xel.util.TaglibMapper
 
hashCode() - Method in class org.zkoss.zel.Expression
 
hashCode() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
hashCode() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
hashCode() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
hashCode() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
hashCode() - Method in class org.zkoss.zk.au.AuRequest
 
hashCode() - Method in class org.zkoss.zk.au.AuResponse
 
hashCode() - Method in class org.zkoss.zk.ui.Path
 
hashCode() - Method in class org.zkoss.zk.xel.ExValue
 
hashCode() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
hashCode() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
hashCode() - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
 
hashCode() - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
 
hashCode() - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
hashCode() - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
hashCode() - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
hashCode() - Method in class org.zkoss.zul.GroupsModelArray
 
hashCode() - Method in class org.zkoss.zul.impl.GroupsListModel
 
hashCode() - Method in class org.zkoss.zul.ListitemComparator
 
hashCode() - Method in class org.zkoss.zul.ListModelArray
 
hashCode() - Method in class org.zkoss.zul.ListModelList
 
hashCode() - Method in class org.zkoss.zul.ListModelMap
 
hashCode() - Method in class org.zkoss.zul.ListModelSet
 
hashCode() - Method in class org.zkoss.zul.RowComparator
 
hashCode() - Method in class org.zkoss.zul.TreeitemComparator
 
hashCode() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether the specified mold exists.
hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns whether the mold URI exists for the given mold.
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
hasNext() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
hasNext() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
hasNext() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
hasNext() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return true if it has next component.
hasPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns whether a page exists.
hasPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasPrevious() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
hasSetup(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns whether the specified request has been set up, i.e., Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String) is called It is rarely needed to call this method, because it is called automatically by Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String).
hasSuspendedThread() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
hasSuspendedThread() - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if any suspended event processing thread in the whole system.
hasTag(String) - Method in class org.zkoss.zhtml.Raw
 
hasTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Returns whether the specified tag is allowed.
hasTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
hasTag(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
hasTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
Determine if a theme is registered
hasTheme(String) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Checks if a certain theme is registered.
hasTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Check if a dekstop theme with the given name is available to use
hasTheme(String) - Static method in class org.zkoss.zul.theme.Themes
Returns true if the theme is registered
hasValidator(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
hasValidator() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
hasValidator() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
hasValidator(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
is there a validator on the attribute of component
hasValidator() - Method in interface org.zkoss.bind.sys.SaveBinding
Returns whether to do validation. which means, if true, than getValidator should not return null
hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Returns if the specified variable resolved has been registered
hasVariableResolver(Class<? extends VariableResolver>) - Method in interface org.zkoss.zk.ui.Execution
Returns if any instance of the give class has been registered.
hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasVariableResolver(Class<? extends VariableResolver>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Returns if the specified variable resolver has been registered
hasWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified widget is defined.
Hbox - Class in org.zkoss.zul
A hbox.
Hbox() - Constructor for class org.zkoss.zul.Hbox
 
Hbox(Component[]) - Constructor for class org.zkoss.zul.Hbox
Constructor a horizontal box by assigning an array of children.
Head - Class in org.zkoss.zhtml
The HEAD tag.
Head() - Constructor for class org.zkoss.zhtml.Head
 
HeaderElement - Class in org.zkoss.zul.impl
A skeletal implementation for a header.
HeaderElement() - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderElement(String) - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderElement(String, String) - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a header element, such as <?
HeaderInfo(String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.HeaderInfo
Constructor.
HeaderParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
HeadersElement - Class in org.zkoss.zul.impl
A skeletal implementation for headers, the parent of a group of HeaderElement.
HeadersElement() - Constructor for class org.zkoss.zul.impl.HeadersElement
 
HibernateSessionContextListener - Class in org.zkoss.zkplus.hibernate
Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
HibernateSessionContextListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.  
HibernateSessionFactoryListener - Class in org.zkoss.zkplus.hibernate
Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
HibernateSessionFactoryListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
Deprecated.  
HibernateUtil - Class in org.zkoss.zkplus.hibernate
Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
HibernateUtil() - Constructor for class org.zkoss.zkplus.hibernate.HibernateUtil
Deprecated.  
HierachicalAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports the hierarchical scopes.
HIGHLIGHTED - Static variable in class org.zkoss.zul.Window
Makes the window as highlighted.
HIGHLOW - Static variable in class org.zkoss.zul.Chart
 
HiLoModel - Interface in org.zkoss.zul
A HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.
HISTOGRAM - Static variable in class org.zkoss.zul.Chart
 
Hlayout - Class in org.zkoss.zul
A horizontal layout Default Hlayout.getZclass(): z-hlayout.
Hlayout() - Constructor for class org.zkoss.zul.Hlayout
 
HOME - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
HOUR - Static variable in class org.zkoss.zul.Chart
 
Hr - Class in org.zkoss.zhtml
The HR tag.
Hr() - Constructor for class org.zkoss.zhtml.Hr
 
Html - Class in org.zkoss.zhtml
The HTML tag.
Html() - Constructor for class org.zkoss.zhtml.Html
 
Html - Class in org.zkoss.zul
A component used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
Html() - Constructor for class org.zkoss.zul.Html
Constructs a Html component to embed HTML tags.
Html(String) - Constructor for class org.zkoss.zul.Html
Constructs a Html component to embed HTML tags with the specified content.
HtmlBasedComponent - Class in org.zkoss.zk.ui
A skeletal implementation for HTML based components.
HtmlBasedComponent() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent
 
HtmlBasedComponent.ExtraCtrl - Class in org.zkoss.zk.ui
A utility class to implement HtmlBasedComponent.getExtraCtrl().
HtmlBasedComponent.ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
HtmlMacroComponent - Class in org.zkoss.zk.ui
The implementation of a macro component for HTML-based clients.
HtmlMacroComponent() - Constructor for class org.zkoss.zk.ui.HtmlMacroComponent
 
HtmlNativeComponent - Class in org.zkoss.zk.ui
A component used to represent XML elements that are associated with the native namespace (http://www.zkoss.org/2005/zk/native).
HtmlNativeComponent() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs a HtmlNativeComponent component.
HtmlNativeComponent(String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs a HtmlNativeComponent component with the specified tag name.
HtmlNativeComponent(String, String, String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs a HtmlNativeComponent component with the specified prolog and epilog.
HtmlNativeComponent.ExtraCtrl - Class in org.zkoss.zk.ui
 
HtmlNativeComponent.ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
 
HtmlNativeComponent.HtmlHelper - Class in org.zkoss.zk.ui
The HTML helper.
HtmlNativeComponent.HtmlHelper() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
HtmlPageRenders - Class in org.zkoss.zk.ui.sys
Utilities for implementing HTML-based PageRenderer.
HtmlPageRenders() - Constructor for class org.zkoss.zk.ui.sys.HtmlPageRenders
 
HtmlPageRenders.RenderContext - Class in org.zkoss.zk.ui.sys
The render context which consists of two writers (HtmlPageRenders.RenderContext.temp and HtmlPageRenders.RenderContext.perm.
HTMLs - Class in org.zkoss.html
Utilities for HTML attributes and styles.
HTMLs() - Constructor for class org.zkoss.html.HTMLs
 
HttpAuWriter - Class in org.zkoss.zk.au.http
The writer used to write the output back to the client.
HttpAuWriter() - Constructor for class org.zkoss.zk.au.http.HttpAuWriter
 
HttpBufferedResponse - Class in org.zkoss.web.servlet.http
A servlet response that uses another writer or stream as the output.
Https - Class in org.zkoss.web.servlet.http
The Servlet-related utilities.
Https() - Constructor for class org.zkoss.web.servlet.http.Https
 
HttpSessionListener - Class in org.zkoss.zk.ui.http
Used to clean up desktops that a session owns.
HttpSessionListener() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener
 
HttpSessionListener23 - Class in org.zkoss.zk.ui.http
The listener works with Servlet 2.3.
HttpSessionListener23() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener23
 

I

I - Class in org.zkoss.zhtml
The I tag.
I() - Constructor for class org.zkoss.zhtml.I
 
I18Ns - Class in org.zkoss.zk.ui.http
Internationalization utilities.
I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
 
id - Variable in class org.zkoss.zel.impl.parser.SimpleNode
 
id - Variable in enum org.zkoss.zul.Messagebox.Button
The unique ID to represent this button type.
Identifier() - Method in class org.zkoss.zel.impl.parser.ELParser
 
IDENTIFIER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
IdentityComparator<T> - Class in org.zkoss.util
The comparator uses == and System.identifyHashCode to compare two objects.
IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
 
IdentityHashSet<T> - Class in org.zkoss.util
Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
IdentityHashSet() - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has default capacity (32).
IdentityHashSet(Collection<T>) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set with the specified expected maximum size.
IdGenerator - Interface in org.zkoss.zk.ui.sys
Used to generate UUID of components and pages and ID of desktops.
IDOMFactory - Interface in org.zkoss.idom.input
A DOM factory.
IDOMs - Class in org.zkoss.idom.util
The iDOM relevant utilities.
IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
 
IdSpace - Interface in org.zkoss.zk.ui
Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
Idspace - Class in org.zkoss.zul
Just like DIV tag but implements IdSpace.
Idspace() - Constructor for class org.zkoss.zul.Idspace
 
idSpaceChanged(Scope, IdSpace) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when the ID space of this scope has been changed.
If - Class in org.zkoss.web.servlet.dsp.action
Tests whether an condition is true and render the child only if the condition is true.
If() - Constructor for class org.zkoss.web.servlet.dsp.action.If
 
Iframe - Class in org.zkoss.zhtml
The IFRAME tag.
Iframe() - Constructor for class org.zkoss.zhtml.Iframe
 
Iframe - Class in org.zkoss.zul
Includes an inline frame.
Iframe() - Constructor for class org.zkoss.zul.Iframe
 
Iframe(String) - Constructor for class org.zkoss.zul.Iframe
 
Iframe.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Iframe.ExtraCtrl() - Constructor for class org.zkoss.zul.Iframe.ExtraCtrl
 
ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
IGNORE - Static variable in interface org.zkoss.zkplus.databind.TypeConverter
Deprecated. Special Value, when returned in TypeConverter.coerceToBean(java.lang.Object, org.zkoss.zk.ui.Component) or TypeConverter.coerceToUi(java.lang.Object, org.zkoss.zk.ui.Component), meaning ignore it.
IGNORE - Static variable in interface org.zkoss.zul.mesg.MZul
 
IGNORE - Static variable in class org.zkoss.zul.Messagebox
A IGNORE button.
IGNORE_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_REF_VALUE - Static variable in class org.zkoss.bind.impl.BinderImpl
 
IGNORE_TRACKER - Static variable in class org.zkoss.bind.impl.BinderImpl
 
IGNORED_VALUE - Static variable in interface org.zkoss.bind.Converter
Indicates the returned value should be ignored to load to a component or save to a bean, It is useful for writing a converter to manipulate component directly when loading or saving Note :
If you want to return Converter.IGNORED_VALUE in the converter method, then you need to set U or B to Object.
ignoreTracker() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.InitChildrenBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.InitFormBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.InitPropertyBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
ignoreTracker() - Method in class org.zkoss.bind.xel.zel.BindELContext
 
ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
 
ILLEGAL_CHARACTER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
ILLEGAL_REQUEST_COMPONENT_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
ILLEGAL_REQUEST_WRONG_DATA - Static variable in interface org.zkoss.zk.mesg.MZk
 
ILLEGAL_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
 
IllegalSyntaxException - Exception in org.zkoss.util
Represents a syntax error.
IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
Image - Interface in org.zkoss.image
Represents an image.
image - Variable in class org.zkoss.zel.impl.parser.SimpleNode
 
image - Variable in class org.zkoss.zel.impl.parser.Token
The string image of the token.
Image - Class in org.zkoss.zul
An image.
Image() - Constructor for class org.zkoss.zul.Image
 
Image(String) - Constructor for class org.zkoss.zul.Image
 
Image.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Image.ExtraCtrl() - Constructor for class org.zkoss.zul.Image.ExtraCtrl
 
ImageContentConverter - Class in org.zkoss.bind.converter.sys
 
ImageContentConverter() - Constructor for class org.zkoss.bind.converter.sys.ImageContentConverter
 
ImageEncoder - Interface in org.zkoss.image.encoder
Represents an image encoder used to encode an AWT image into a particular format, such as PNG.
ImageEncoders - Class in org.zkoss.image.encoder
The factory of the image encodes.
ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
 
Imagemap - Class in org.zkoss.zul
An image map.
Imagemap() - Constructor for class org.zkoss.zul.Imagemap
 
Images - Class in org.zkoss.image
Utilities to handle images.
Images() - Constructor for class org.zkoss.image.Images
 
Img - Class in org.zkoss.web.servlet.dsp.action.html
Generates the HTML <img> tag
Img() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Img
 
Img - Class in org.zkoss.zhtml
The IMG tag.
Img() - Constructor for class org.zkoss.zhtml.Img
 
Immutable - Annotation Type in org.zkoss.bind.annotation
Marker annotation to indicate an immutable class (no setters).
IMPL_OBJ_START - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
IMPLICIT_OBJECTS - Static variable in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
ImplicitObjectContributor - Interface in org.zkoss.bind.impl
to contribute implicit object
ImplicitObjectContributorImpl - Class in org.zkoss.bind.impl
contribute implicit object of zkbind EL
ImplicitObjectContributorImpl() - Constructor for class org.zkoss.bind.impl.ImplicitObjectContributorImpl
 
ImplicitObjectELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for implicit object that is not supported in zk el
ImplicitObjectELResolver() - Constructor for class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
ImportedClassResolver - Class in org.zkoss.lang
The class resolve that allows to import classes and packages, like Java's import statement does.
ImportedClassResolver() - Constructor for class org.zkoss.lang.ImportedClassResolver
 
importNode(Node, boolean) - Method in class org.zkoss.idom.Document
 
imports(PageDefinition, String[]) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the specified directives from the specified page definition.
imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the init directives and component definitions from the specified page definition.
IN_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
Lexical state.
InaccessibleWidgetBlockService - Class in org.zkoss.zkmax.au
Inaccessible Widget Block Service (IWBS) used to block the request sent by an inaccessible widget (at the client).
InaccessibleWidgetBlockService() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
 
InaccessibleWidgetBlockService.DesktopInit - Class in org.zkoss.zkmax.au
The initial listener used to register in WEB-INF/zk.xml
InaccessibleWidgetBlockService.DesktopInit() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
 
inBuf - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
include(PortletContext, RenderRequest, RenderResponse, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Includes the resource at the specified URI.
include(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
include(RenderRequest, RenderResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
include(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
include(String, Map<?, ?>) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Includes the specified URI and render the result to the specified output.
Include - Class in org.zkoss.web.servlet.dsp.action
Includes another URL.
Include() - Constructor for class org.zkoss.web.servlet.dsp.action.Include
 
include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Includes the specified URI and render the result to the specified output.
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
include(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page.
include(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page with parameters.
include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Includes the resource at the specified URI.
include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of include(request, response, uri, null, 0).
include(HttpServletRequest, HttpServletResponse, String, Map) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Includes the specified page.
include(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
Includes a page.
include(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of include(null, page, null, 0).
include(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().include(page).
include(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
include(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
Include - Class in org.zkoss.zul
Includes the result generated by any servlet, not limited to a ZUML page.
Include() - Constructor for class org.zkoss.zul.Include
 
Include(String) - Constructor for class org.zkoss.zul.Include
 
INCLUDE_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The included context path; set by the servlet container.
INCLUDE_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The included request URI; set by the servlet container.
INCLUDE_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
included - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
Indicated whether this page/execution is included.
Includer - Interface in org.zkoss.zk.ui.ext
Implemented by a component to indicate that it might include another ZUML page.
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelArray
Deprecated.  
indexesOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
Deprecated. Returns indexes of the given object inside a ListModel.
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelList
Deprecated.  
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelMap
Deprecated.  
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelSet
Deprecated.  
indexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the index of the give character in the given string buffer, or -1 if not found.
indexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the index of the given element.
indexOf(Object) - Method in class org.zkoss.zkplus.databind.BindingGroupsListModel
Deprecated.  
indexOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModel
Deprecated. Returns index of the given object inside a ListModel.
indexOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
indexOf(DialModelScale) - Method in class org.zkoss.zul.DialModel
Return the index of the specified model entry.
indexOf(Object) - Method in class org.zkoss.zul.ListModelArray
Returns the index of the specified element.
indexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
indexOf(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the entry (Map.Entry).
indexOf(Object) - Method in class org.zkoss.zul.ListModelSet
Returns the index of the specified object, or -1 if not found.
indexOf() - Method in class org.zkoss.zul.Treeitem
Deprecated. As of release 5.0.9, replaced with Treeitem.getIndex().
indexOfKey(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the key.
indexOfUnderline(String, int) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part, starting from j.
indexOfUnderline(String) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part.
inEmbedded() - Method in class org.zkoss.zul.Window
Returns whether this is embedded with other components (Default).
inEventListener() - Static method in class org.zkoss.zk.ui.event.Events
Returns whether the current thread is an event listener.
inEventListener() - Static method in class org.zkoss.zk.ui.impl.EventProcessor
Returns whether the current thread is an event listener.
INFO - Static variable in class org.zkoss.util.logging.Log
Deprecated. The INFO level.
info(String, Object...) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message with a format and arguments.
info(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message and a throwable object.
info(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message.
info(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the info message, and a throwable object.
info(Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the info message.
info(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info throwable object.
info(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message and a throwable object by giving message code.
info(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message and a throwable object by giving message code.
info(int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message and a throwable object by giving message code.
info(int, Object[]) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message by giving message code.
info(int, Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message by giving message code.
info(int) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an info message by giving message code.
infoable() - Method in class org.zkoss.util.logging.Log
Deprecated. Tests whether the Log.INFO level is loggable.
INFORMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol of a lower case letter i in a circle.
inHighlighted() - Method in class org.zkoss.zul.Window
Returns whether this is a highlighted window.
init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.AnnotateBinder
Initializes the binder with a root component and viewModel object.
Init - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify a initial method.
init(Component, Object) - Method in interface org.zkoss.bind.Binder
Deprecated. use Binder.init(Component, Object, Map) instead
init(Component, Object, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
Initializes the binder with a root component and viewModel object.
init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.DefaultBinder
 
init(Component, Object) - Method in class org.zkoss.bind.impl.BinderImpl
Deprecated. use BinderImpl.init(Component, Object, Map) instead
init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
init() - Method in class org.zkoss.fsm.StateCtx
Initialization method called at the constructor
init() - Method in class org.zkoss.fsm.StateMachine
Called at the constructor of state machine
init(FilterConfig) - Method in class org.zkoss.web.servlet.CharsetFilter
 
init() - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
init() - Method in class org.zkoss.web.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(FilterConfig) - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being placed into service.
init(ExtendletConfig) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
init(ExtendletConfig) - Method in interface org.zkoss.web.util.resource.Extendlet
Initializes the resource processor.
init(FilterConfig) - Method in interface org.zkoss.web.util.resource.Filter
Initializes the resource processor.
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDropUploader
 
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDynaMediar
 
init(DHtmlUpdateServlet) - Method in interface org.zkoss.zk.au.http.AuExtension
Initializes the AU extension.
init(WebApp) - Method in class org.zkoss.zk.au.http.AuRedirect
 
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuRedirect
 
init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuUploader
 
init() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
init(Desktop, Object) - Method in class org.zkoss.zk.au.http.UploadInfoService.DesktopInit
 
init(String, DeviceConfig) - Method in interface org.zkoss.zk.device.Device
Initializes the device.
init(String, DeviceConfig) - Method in class org.zkoss.zk.device.GenericDevice
 
init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
Initializes the interpreter.
init(Page, String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Initialize the event processing thread before processing the event.
init(RichletConfig) - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
init(FilterConfig) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
init(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
 
init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
init() - Method in class org.zkoss.zk.ui.impl.PageImpl
Initialized the page when constructed or deserialized.
init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes a page after execution is activated.
init(RichletConfig) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(PageConfig) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Initializes this page by assigning the info provided by the specified PageConfig, and then adds it to a desktop (by use of Execution.getDesktop()).
init(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Initializes the session cache.
init(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Initializes this Web application.
init(Page) - Method in class org.zkoss.zk.ui.util.Configuration
Initializes the given page with the variable resolvers registered by Configuration.addListener(java.lang.Class).
init(Desktop, Object) - Method in interface org.zkoss.zk.ui.util.DesktopInit
Called when a desktop is created and initialized.
init(Execution, Execution) - Method in interface org.zkoss.zk.ui.util.ExecutionInit
Called when an execution is created and initialized.
init(Session, Object) - Method in interface org.zkoss.zk.ui.util.SessionInit
Called when a session is created and initialized.
init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
Called when a ZK application is created and initialized.
init(WebApp) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Initializes the downloader.
init(DHtmlUpdateServlet) - Method in class org.zkoss.zkmax.au.http.AuDownloader
 
init(Desktop, Object) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
 
Init - Class in org.zkoss.zkmax.bind.impl
 
Init() - Constructor for class org.zkoss.zkmax.bind.impl.Init
 
init(WebApp) - Static method in class org.zkoss.zkmax.bind.impl.Init
 
init(WebApp) - Method in class org.zkoss.zkmax.init.WebAppInit
 
init() - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
 
init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
init(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.  
init(FilterConfig) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
Deprecated.  
init(Desktop, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated. Initialization that read all binding annotations of the components inside the specified desktop.
init(Page, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated. Initialization that read all binding annotations of the components inside the specified page.
init(Component[], boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated. Initialization that read all binding annotations of the given component array.
init(Component, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
Deprecated. Initialization that read all binding annotations in the components inside the specified component (inclusive).
init() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.  
init(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.  
init(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
Deprecated.  
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Deprecated.  
init(Execution, Execution) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
init(Component, int, int) - Method in interface org.zkoss.zul.impl.DataLoader
Callback from the owner component and give a chance to initialize things.
init(Component, int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
init(Component, int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
initAnnotatedBindings() - Method in class org.zkoss.bind.AnnotateBinder
This method will parse Zul component's annotation that user declared and call Binder's addBindings series methods to initiate binder's internal binding syntax trees, which then will cooperate with context(for look up variables) and be used by Binder's EL engine while BinderImpl.loadComponent(Component, boolean) or Command been triggered.
initChartProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Might be overwritten in other constructor
InitChildrenBinding - Interface in org.zkoss.bind.sys
ChildrenBinding for init-loading into children component from backing bean property.
InitChildrenBindingImpl - Class in org.zkoss.bind.impl
Implementation of InitChildrenBinding.
InitChildrenBindingImpl(Binder, Component, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitChildrenBindingImpl
 
initComponentBindings(Component) - Method in class org.zkoss.bind.impl.AnnotateBinderHelper
 
InitFormBinding - Interface in org.zkoss.bind.sys
Binding for init a form.
InitFormBindingImpl - Class in org.zkoss.bind.impl
Implementation of InitPropertyBinding.
InitFormBindingImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitFormBindingImpl
 
Initiator - Interface in org.zkoss.zk.ui.util
Implemented by an initiator that will be invoked if it is specified in the init directive.
InitiatorExt - Interface in org.zkoss.zk.ui.util
An extra interface that can be implemented with Initiator to have the better control.
InitiatorInfo - Class in org.zkoss.zk.ui.metainfo
The init directive in the ZUML page.
InitiatorInfo(Class<? extends Initiator>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class, and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class name and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(Initiator, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
InitPropertyBinding - Interface in org.zkoss.bind.sys
PropertyBinding for init-loading into component attribute from backing bean property.
InitPropertyBindingImpl - Class in org.zkoss.bind.impl
Implementation of InitPropertyBinding.
InitPropertyBindingImpl(Binder, Component, String, String, Class<?>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitPropertyBindingImpl
 
INJECT_URI_PREFIX - Static variable in class org.zkoss.zk.ui.sys.Attributes
A special prefix that is used if you want to inject a special fragment into the URI of a class Web resource (CWR).
injectURI(String, String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
Injects a fragment into the specified URI, and returns the injected URI.
inMemory() - Method in class org.zkoss.image.AImage
 
inMemory() - Method in class org.zkoss.sound.AAudio
 
inMemory() - Method in class org.zkoss.util.media.AMedia
 
inMemory() - Method in interface org.zkoss.util.media.Media
Returns whether the data is cached in memory (in form of byte[] or String).
inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
 
inModal() - Method in class org.zkoss.zul.Window
Returns whether this is a modal dialog.
INNER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
inOverlapped() - Method in class org.zkoss.zul.Window
Returns whether this is a overlapped window.
inPagingMold() - Method in class org.zkoss.zul.impl.GridDataLoader
 
inPagingMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
inPopup() - Method in class org.zkoss.zul.Window
Returns whether this is a popup window.
Input - Class in org.zkoss.zhtml
The input tag.
Input() - Constructor for class org.zkoss.zhtml.Input
 
Input(String) - Constructor for class org.zkoss.zhtml.Input
 
input_stream - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
 
InputElement - Class in org.zkoss.zul.impl
A skeletal implementation of an input box.
InputElement() - Constructor for class org.zkoss.zul.impl.InputElement
 
InputEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's input something at the client.
InputEvent(String, Component, String, Object) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs a input-relevant event.
InputEvent(String, Component, String, Object, boolean, int) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs an input event
inputStream - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
Ins - Class in org.zkoss.zhtml
The INS tag.
Ins() - Constructor for class org.zkoss.zhtml.Ins
 
inSelectMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
INSERT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
insert(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeNode
 
insert(TreeNode<E>, int) - Method in interface org.zkoss.zul.TreeNode
Adds child to this node at the given index.
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
insertBefore(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
insertBefore(Component, Component) - Method in interface org.zkoss.zk.ui.Component
Inserts a child before the reference child.
insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Cardlayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Borderlayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Grid
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Groupbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Menu
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Panel
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Row
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Rows
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tab
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabs
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tree
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treechildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treeitem
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Window
 
insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
install(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
Installs this servlet.
INSTANCEOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
inSubModel(Object, Object) - Method in class org.zkoss.zul.SimpleListModel
Compares if the given value shall belong to the submodel represented by the key.
Intbox - Class in org.zkoss.zul
An edit box for holding an integer.
Intbox() - Constructor for class org.zkoss.zul.Intbox
 
Intbox(int) - Constructor for class org.zkoss.zul.Intbox
 
Integer() - Method in class org.zkoss.zel.impl.parser.ELParser
 
INTEGER - Static variable in class org.zkoss.zul.Slider
Represent integer slider.
INTEGER_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
INTEGER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
Integers - Class in org.zkoss.lang
Integer utilities.
Integers() - Constructor for class org.zkoss.lang.Integers
 
internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
interpret(DspContext) - Method in interface org.zkoss.web.servlet.dsp.Interpretation
Interprets this interpretation of a DSP page, and generates the result to the output specified in DspContext.
interpret(DspContext, String, String, XelContext) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content and generates the result to the output specified in DspContext.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, Writer, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(String, Scope) - Method in interface org.zkoss.zk.scripting.Interpreter
Evaluates the script against the specified scope.
interpret(String, Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Handles the scope and then invoke GenericInterpreter.exec(java.lang.String).
interpret(String, String, Scope) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
interpret(String, String, Scope) - Method in interface org.zkoss.zk.ui.Page
Interprets a script in the specified scripting language in the context of the specified scope.
Interpretation - Interface in org.zkoss.web.servlet.dsp
Defines an interpretation of a DSP page.
Interpreter - Class in org.zkoss.web.servlet.dsp
The interpreter of the DSP file.
Interpreter() - Constructor for class org.zkoss.web.servlet.dsp.Interpreter
Constructor.
Interpreter - Interface in org.zkoss.zk.scripting
Represents an interpreter that can interpret the scripting codes.
InterpreterNotFoundException - Exception in org.zkoss.zk.scripting
Denotes the interpreter of the requested scripting language not found.
InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
Interpreters - Class in org.zkoss.zk.scripting
The utilities to access interpreters (Interpreter).
InterpreterServlet - Class in org.zkoss.web.servlet.dsp
The servlet used to interpret the DSP file (Potix Dynamic Script Page).
InterpreterServlet() - Constructor for class org.zkoss.web.servlet.dsp.InterpreterServlet
 
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to a particular group.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the addition of one or more contiguous items to the list.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the addition of children to a node.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from a particular group.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the removal of one or more contiguous items from the list.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the removal of children to a node.
intsToString(int[]) - Static method in class org.zkoss.zul.impl.Utils
Converts an array of numbers to a string.
intValue() - Method in class org.zkoss.lang.MutableInteger
Returns the value of this MutableInteger as an int.
intValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Intbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Longbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Spinner
Returns the value in integer.
invalidate() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
invalidate() - Method in class org.zkoss.zhtml.Body
 
invalidate() - Method in class org.zkoss.zhtml.Html
 
invalidate() - Method in class org.zkoss.zhtml.Text
 
invalidate() - Method in class org.zkoss.zk.ui.AbstractComponent
 
invalidate() - Method in interface org.zkoss.zk.ui.Component
Invalidates this component by setting the dirty flag such that it will be redraw the whole content of this component and its dependences later.
invalidate() - Method in interface org.zkoss.zk.ui.Desktop
Invalidates the desktop.
invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidate() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invalidate() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
invalidate() - Method in interface org.zkoss.zk.ui.Page
Invalidates this page to cause all components to redraw.
invalidate() - Method in interface org.zkoss.zk.ui.Session
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.zkoss.zkex.zul.Colorbox
 
invalidate() - Method in class org.zkoss.zkex.zul.Columnchildren
 
invalidate() - Method in class org.zkoss.zkex.zul.Columnlayout
 
invalidate() - Method in class org.zkoss.zkex.zul.Fisheye
 
invalidate() - Method in class org.zkoss.zkex.zul.Fisheyebar
 
invalidate() - Method in class org.zkoss.zkex.zul.Jasperreport
 
invalidate() - Method in class org.zkoss.zkmax.zul.Biglistbox
 
invalidate() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
invalidate() - Method in class org.zkoss.zkmax.zul.Fusionchart
 
invalidate() - Method in class org.zkoss.zkmax.zul.Portalchildren
 
invalidate() - Method in class org.zkoss.zkmax.zul.Portallayout
 
invalidate() - Method in class org.zkoss.zkmax.zul.Tablechildren
 
invalidate() - Method in class org.zkoss.zkmax.zul.Tablelayout
 
invalidate() - Method in class org.zkoss.zul.Include
Invalidates this component.
invalidate() - Method in class org.zkoss.zul.Selectbox
 
invalidate() - Method in class org.zkoss.zul.Tabs
 
invalidateCache() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
invalidateCache() - Method in interface org.zkoss.bind.sys.ReferenceBinding
Invalidate cached value of this reference.
invalidateNow() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidateNow() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Really invalidates the session.
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
 
invoke(Object, Object...) - Method in interface org.zkoss.xel.Function
Invokes this method with the specified arguments.
invoke(Object, Object...) - Method in class org.zkoss.xel.util.MethodFunction
 
invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.xel.zel.XelELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.BeanELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.CompositeELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.ELResolver
 
invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
invoke(EvaluationContext, Class[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstValue
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.zkoss.zel.impl.parser.Node
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
invoke(ELContext, Object[]) - Method in class org.zkoss.zel.MethodExpression
 
invoke(String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client.
invoke(String, String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with one argument.
invoke(String, String[]) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with variable number argument.
invokeDesktopCleanups() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeDesktopCleanups() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeDesktopInits(Desktop, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopInit.init(org.zkoss.zk.ui.Desktop, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadCompletes(List<EventThreadCleanup>, Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Invoke EventThreadCleanup.complete(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadCleanups(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List, boolean).
invokeEventThreadInits(List<EventThreadInit>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadResumes(List<EventThreadResume>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadSuspends(List<EventThreadSuspend>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionInits(Execution, Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeMethod(Binder, Map<String, Object>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
 
invokeMethod(Method, Object, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Invoke a method reflexively.
invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes RequestInterceptor.request(org.zkoss.zk.ui.Session, java.lang.Object, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionCleanup.cleanup(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeSessionInits(Session, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionInit.init(org.zkoss.zk.ui.Session, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes URIInterceptor.request(java.lang.String) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppCleanup.cleanup(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppInit.init(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
isAborting() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns whether to abort the execution.
isActivated() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isActivated() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is activated.
isActivating() - Method in class org.zkoss.bind.impl.BinderImpl
 
isActivating() - Method in interface org.zkoss.bind.sys.BinderCtrl
check if binder is in activating state
isActive() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
isActive() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Returns if the working thread of the server push is active.
isActive() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
isAlive() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the desktop is still alive.
isAlive() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isAlive() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isAlive() - Method in interface org.zkoss.zk.ui.Page
Returns whether the desktop is still alive.
isAltKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether ALT is pressed.
isAncestor(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Tests whether node1 is an ancestor of node 2.
isAnimation() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Returns whether to perform animation.
isAnimationDisabled() - Method in class org.zkoss.zul.Borderlayout
Returns whether disable animation effects Default: false.
isAnnotation(String) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Test if the given value is an annotation.
isAppendableToCollection(Type, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return true if field is of Collection type, and an object of type clazz can be added into the Collection.
isAscending() - Method in class org.zkoss.zk.ui.event.SortEvent
Returns true if the sorting request is ascending.
isAscending() - Method in class org.zkoss.zul.ArrayComparator
Returns whether the sorting is ascending.
isAscending() - Method in class org.zkoss.zul.FieldComparator
Returns whether the sorting is ascending.
isAscending() - Method in class org.zkoss.zul.ListitemComparator
Returns whether the order is ascending.
isAscending() - Method in class org.zkoss.zul.RowComparator
Returns whether the order is ascending.
isAscending() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether the order is ascending.
isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is an asynchronous update for the specified page (thru ZK Update Engine).
isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isAttribute(String) - Static method in class org.zkoss.lang.Classes
Tests if a method name is an attribute, i.e., prefixing with is, get or set.
isAutocheck() - Method in class org.zkoss.zul.Menuitem
Returns whether the menuitem check mark will update each time the menu item is selected.
isAutoCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns whether enables the auto adjusting cols size.
isAutocomplete() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically complete this text box by matching the nearest item (Comboitem.
isAutodrop() - Method in class org.zkoss.zul.Bandbox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Combobutton
Returns whether to automatically drop the popup if user hovers on this Combobutton.
isAutodrop() - Method in class org.zkoss.zul.Menubar
Returns whether to automatically drop down menus if user moves mouse over it.
isAutohide() - Method in interface org.zkoss.zul.ext.Paginal
Returns whether to automatically hide the paging if there is only one page available.
isAutohide() - Method in class org.zkoss.zul.Iframe
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
isAutohide() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
isAutohide() - Method in class org.zkoss.zul.Paging
Returns whether to automatically hide this component if there is only one page available.
isAutohideModify() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
isAutohidePaging() - Method in class org.zkoss.zul.Grid
 
isAutohidePaging() - Method in class org.zkoss.zul.impl.MeshElement
 
isAutohidePaging() - Method in class org.zkoss.zul.Listbox
 
isAutohidePaging() - Method in class org.zkoss.zul.Tree
 
isAutomaticTimeout(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to automatically trigger the timeout at the client.
isAutopaging() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether the auto-paging facility is turned on when mold is "paging".
isAutoplay() - Method in class org.zkoss.zul.Audio
Returns whether to auto start playing the audio.
isAutoPlay() - Method in class org.zkoss.zul.Flash
Deprecated. As of release 3.6.1, use Flash.isAutoplay() instead.
isAutoplay() - Method in class org.zkoss.zul.Flash
Return true if the Flash movie starts playing automatically Default: true
isAutoRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns whether enables the auto adjusting rows size.
isAutoscroll() - Method in class org.zkoss.zul.LayoutRegion
Returns whether enable overflow scrolling.
isAutoSort() - Method in class org.zkoss.zul.SimpleXYModel
 
isAutoSort() - Method in interface org.zkoss.zul.XYModel
check whether to autosort on x value for each series; default is true.
isAutostart() - Method in class org.zkoss.zul.Audio
Deprecated. As of release 7.0.0, use Audio.isAutoplay() instead.
isAutoUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is generated automatically.
isBar() - Method in class org.zkoss.zul.Separator
Returns whether to display a visual bar as the separator.
isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the first day of that month.
isBigDecimalOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isBigIntegerOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isBinary() - Method in class org.zkoss.image.AImage
 
isBinary() - Method in class org.zkoss.sound.AAudio
 
isBinary() - Method in class org.zkoss.util.media.AMedia
 
isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns whether the content type is binary.
isBinary() - Method in interface org.zkoss.util.media.Media
Returns whether the format of this content is binary or text-based.
isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
 
isBlank(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty or pure blank.
isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
Returns whether to preserve the blank text.
isBorder() - Method in class org.zkoss.zul.Captcha
Deprecated. As of release 5.0.4, use Captcha.isFrame() instead.
isBottom() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the bottom orientation.
isBracket(String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
isBrowser(String) - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a browser of the specified type.
isBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the user agent is a browser of the specified type.
isBrowser() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isButtonVisible() - Method in class org.zkoss.zul.Bandbox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Combobox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Datebox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Doublespinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Spinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Timebox
Returns whether the button (on the right of the textbox) is visible.
isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
Return false to indicate it is not cacheable.
isCacheable() - Method in interface org.zkoss.zk.device.Device
Returns whether the output can be cached by the client.
isCacheable() - Method in class org.zkoss.zk.device.GenericDevice
Return true to indicate it is cacheable.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the component names are case-insensitive.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the component names are case-insensitive.
isCeased() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isCeased() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is ceased.
isChangingBySelectBack() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns whether this event is onChanging, and caused by user's selecting a list of predefined values (a.k.a., items).
isCheckable() - Method in class org.zkoss.zul.Listitem
Returns whether it is checkable.
isCheckable() - Method in class org.zkoss.zul.Treeitem
Returns whether it is checkable.
isChecked() - Method in class org.zkoss.zhtml.Input
Returns if the input is checked (type: checkbox or radio).
isChecked() - Method in class org.zkoss.zk.ui.event.CheckEvent
Returns whether the state is checked.
isChecked() - Method in class org.zkoss.zul.Checkbox
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Menuitem
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Toolbarbutton
Returns whether it is checked.
isCheckmark() - Method in class org.zkoss.zul.Listbox
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Menuitem
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Tree
Returns whether the check mark shall be displayed in front of each item.
isChildable() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
isChildable() - Method in class org.zkoss.zhtml.impl.ContentTag
No child is allowed.
isChildable() - Method in class org.zkoss.zhtml.Text
 
isChildable() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns whether this component can have a child.
isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isChildable() - Method in class org.zkoss.zk.ui.sys.StubsComponent
StubsComponent represents a collection of StubComponent, so it does not allow any child.
isChildable() - Method in class org.zkoss.zkex.zul.Colorbox
 
isChildable() - Method in class org.zkoss.zkex.zul.Fisheye
Not childable.
isChildable() - Method in class org.zkoss.zkmax.zul.Biglistbox
 
isChildable() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
isChildable() - Method in class org.zkoss.zkmax.zul.Fusionchart
Not childable.
isChildable() - Method in class org.zkoss.zkmax.zul.Navseparator
Not childable.
isChildable() - Method in class org.zkoss.zml.XmlMacroComponent
 
isChildable() - Method in class org.zkoss.zul.Applet
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Area
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Audio
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Bandbox
Childable.
isChildable() - Method in class org.zkoss.zul.Button
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Checkbox
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Combobox
Childable.
isChildable() - Method in class org.zkoss.zul.Combobutton
 
isChildable() - Method in class org.zkoss.zul.Comboitem
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Html
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Iframe
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Image
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Imagemap
Default: childable.
isChildable() - Method in class org.zkoss.zul.impl.InputElement
Not childable.
isChildable() - Method in class org.zkoss.zul.Include
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Label
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Menuitem
Not childable.
isChildable() - Method in class org.zkoss.zul.Menuseparator
Not childable.
isChildable() - Method in class org.zkoss.zul.Paging
 
isChildable() - Method in class org.zkoss.zul.Progressmeter
 
isChildable() - Method in class org.zkoss.zul.Script
Not childable.
isChildable() - Method in class org.zkoss.zul.Selectbox
 
isChildable() - Method in class org.zkoss.zul.Separator
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Slider
Not childable.
isChildable() - Method in class org.zkoss.zul.Splitter
Not allow any children.
isChildable() - Method in class org.zkoss.zul.Style
Not childable.
isChildable() - Method in class org.zkoss.zul.Tab
Child is allowed, Caption only.
isChildable() - Method in class org.zkoss.zul.Timer
Not childable.
isChildAllowedInTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns if a child is allowed in the text-as area.
isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns if a child is allowed in the text-as area.
isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isClosable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to show a close button.
isClosable() - Method in class org.zkoss.zul.Groupbox
Returns whether user can open or close the group box.
isClosable() - Method in class org.zkoss.zul.Panel
Returns whether to show a close button on the title bar.
isClosable() - Method in class org.zkoss.zul.Tab
Returns whether this tab is closable.
isClosable() - Method in class org.zkoss.zul.Window
Returns whether to show a close button on the title bar.
isClose() - Method in interface org.zkoss.zk.ui.event.EventQueue
Returns whether it is closed.
isClose() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
isClose() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
isClose() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
isClose(int) - Method in class org.zkoss.zul.GroupsModelArray
Deprecated. As of release 6.0.0, replace with GroupsModelArray.isGroupOpened(int)
isClose(int) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated. As of release 6.0.0, replace with SimpleGroupsModel.isGroupOpened(int)
isCoalesceable() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in class org.zkoss.idom.Text
Always returns true to denote it allows to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalescing() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCoalescing() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCollapsed() - Method in class org.zkoss.zkmax.zul.Navbar
Returns whether it is collapsed.
isCollapsible() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to show a toggle button.
isCollapsible() - Method in class org.zkoss.zul.LayoutRegion
Returns whether set the initial display to collapse.
isCollapsible() - Method in class org.zkoss.zul.Panel
Returns whether to show a toggle button on the title bar.
isCollapsible() - Method in class org.zkoss.zul.Window
Always return false.
isColumnsgroup() - Method in class org.zkoss.zul.Columns
Returns whether to enable grouping of columns with the header context menu.
isColumnsgroup() - Method in class org.zkoss.zul.Listhead
Returns whether to enable grouping of listheader with the header context menu.
isColumnshide() - Method in class org.zkoss.zul.Columns
Returns whether to enable hiding of columns with the header context menu.
isColumnshide() - Method in class org.zkoss.zul.Listhead
Returns whether to enable hiding of listheader with the header context menu.
isComment() - Method in class org.zkoss.zul.Include
Returns whether to generate the included content inside the HTML comment.
isCommitted() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
isCommitted() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
isCompact() - Method in class org.zkoss.zul.Datebox
Deprecated. As of release 5.0.0, it is no longer supported.
isCompatible(String) - Method in class org.zkoss.zk.device.AjaxDevice
 
isCompatible(String) - Method in interface org.zkoss.zk.device.Device
Returns whether this device supports the specified client.
isCompatible(String) - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate unknown.
isComplete() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isComplete() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the page is a complete page.
isComplete() - Method in interface org.zkoss.zk.ui.Page
Returns if this page is a complete page.
isCompress() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
isCompress() - Method in class org.zkoss.zk.au.http.HttpAuWriter
Returns whether to compress the output.
isContainer() - Method in class org.zkoss.zul.Treeitem
Returns whether the element is to act as a container which can have child elements.
isContentDisposition() - Method in class org.zkoss.image.AImage
 
isContentDisposition() - Method in class org.zkoss.sound.AAudio
 
isContentDisposition() - Method in class org.zkoss.util.media.AMedia
 
isContentDisposition() - Method in interface org.zkoss.util.media.Media
Whether to allow Content-Disposition or not when writing the media to response header.
isContentDisposition() - Method in class org.zkoss.util.media.RepeatableMedia
 
isControls() - Method in class org.zkoss.zul.Audio
Returns whether to display the audio controls.
isCrawlable() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether this Web application can be crawled by search engines.
isCreatable() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns whether can create new item.
isCropper() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns whether it is a cropper, i.e., cropping is applied.
isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
isCropper() - Method in class org.zkoss.zul.impl.GridDataLoader
 
isCropper() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
isCropper() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
isCtrlKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether CTRL is pressed.
isCustomThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeProvider.
isCustomThemeRegistry() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeRegistry.
isCustomThemeResolver() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use custom ThemeResolver.
isDateTimeType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isDebugJS() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns whether to debug JavaScript files.
isDebugJS() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to debug JavaScript files.
isDecimal() - Method in class org.zkoss.zul.Slider
Returns whether it is a decimal slider.
isDefaultConfig() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Whether use the default binding configuration.
isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isDefer() - Method in class org.zkoss.zul.Script
Returns whether to defer the execution of the script codes until the widget is instantiated and mounted.
isDeferrable() - Method in interface org.zkoss.zk.ui.event.Deferrable
Returns whether the event can be deferred for this listener.
isDeferred() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Returns whether the evaluation of the zscript shall be deferred.
isDetailed() - Method in interface org.zkoss.zul.ext.Paginal
Returns whether to show the detailed info, such as Paginal.getTotalSize().
isDetailed() - Method in class org.zkoss.zul.Paging
 
isDirectContent(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns whether a component can directly generate HTML tags to the output.
isDirty() - Method in interface org.zkoss.bind.Form
Returns whether the form has been modified (Any field is different from those of loadBean)
isDirty() - Method in interface org.zkoss.bind.FormStatus
Returns whether the form has been modified
isDirty() - Method in class org.zkoss.bind.impl.FormImpl
 
isDisabled() - Method in interface org.zkoss.zk.ui.ext.Disable
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zkex.zul.Colorbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zkmax.zul.Chosenbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zkmax.zul.Navitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.A
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Button
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Checkbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Comboitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Menuitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Selectbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Tab
Returns whether this tab is disabled.
isDisabled() - Method in class org.zkoss.zul.Treeitem
Returns whether it is disabled.
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelArray
Deprecated.  
isDistinct() - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
Deprecated. Returns true if all objects inside this ListModel is distinct.
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelList
Deprecated.  
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelMap
Deprecated.  
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelSet
Deprecated.  
isDoubleOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isDynamic() - Method in class org.zkoss.zul.Style
Deprecated. As of release 5.0.0, it is decided automatically.
isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether a reserved attribute is used by the dynamic tag (LanguageDefinition.getDynamicTagDefinition()).
isEditionValid() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the edition whether valid or invalid.
isEffective() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns whether this tag is effective.
isEffective(Component) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Page) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Evaluator, Component) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isEffective(Evaluator, Page) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
 
isEmpty() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
isEmpty() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
isEmpty(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty.
isEmpty() - Method in class org.zkoss.util.CacheMap
 
isEmpty() - Method in class org.zkoss.util.FastReadArray
Returns if it is empty.
isEmpty() - Method in class org.zkoss.util.IdentityHashSet
 
isEmpty() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
isEmpty() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns whether no annotation at all.
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns whether no event handler at all.
isEmpty() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns if no more request available in the queue.
isEmpty() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns true, no matter any variable is defined.
isEmpty() - Method in class org.zkoss.zul.ListModelList
 
isEmpty() - Method in class org.zkoss.zul.ListModelMap
 
isEmpty() - Method in class org.zkoss.zul.ListModelSet
 
isEmpty() - Method in class org.zkoss.zul.Treeitem
Returns whether this element contains no child elements.
isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is empty without trying to expunge first.
isEncode() - Method in class org.zkoss.zhtml.Text
Returns whether to encode the text, such as converting < to &lt;.
isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
Returns whether to encode the alpha transparency.
isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
 
isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
 
isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the last day of that month.
isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use the event processing thread.
isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Whether the execution associated with this visualizer is caused by an async-update.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to expand entity reference nodes.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to expand entity reference nodes.
isExplorer() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isExplorer() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isExplorer7() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer7(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer7(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isExplorer7() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isExplorer7() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isExpression() - Method in class org.zkoss.zk.xel.ExValue
Tests whether it is an expression.
isFixedLayout() - Method in class org.zkoss.zul.Grid
Deprecated. since 5.0.0, use !MeshElement.isSizedByContent() instead
isFixedLayout() - Method in class org.zkoss.zul.Listbox
Deprecated. since 5.0.0, use !MeshElement.isSizedByContent() instead
isFixedLayout() - Method in class org.zkoss.zul.Tree
Deprecated. since 5.0.0, use !MeshElement.isSizedByContent() instead
isFixFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
Returns whether is fix frozen columns, that means user cannot change the size of the frozen columns dynamically.
isFlex() - Method in class org.zkoss.zul.LayoutRegion
Deprecated. As of release 6.0.2, use HtmlBasedComponent.getHflex() and HtmlBasedComponent.getVflex() on child component instead

Default: false.

isFloatable() - Method in class org.zkoss.zul.Panel
Returns whether to float the panel to display it inline where it is rendered.
isForwarded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is forwarded by another page.
isForwarded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is forwarded from other pages.
isForwarded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isFramable() - Method in class org.zkoss.zul.Panel
Deprecated. As of release 5.0.6, replaced with Panel.getBorder(). Returns whether to render the panel with custom rounded borders.

Default: false.

isFrame() - Method in class org.zkoss.zul.Captcha
Returns whether generate border.
isFullComposerOnly() - Method in class org.zkoss.zk.ui.impl.MultiComposer
Returns whether to invoke only the composer that implements FullComposer.
isGecko() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isGecko() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isGecko3() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko3(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko3(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isGecko3() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isGecko3() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isGroupOpened(int) - Method in interface org.zkoss.zul.GroupsModel
Whether the group is open at the specified index.
isGroupOpened(int) - Method in class org.zkoss.zul.GroupsModelArray
 
isGroupOpened(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
isHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
 
isHibernate() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns whether enable the hibernate data source.
isHidden() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
Return the current page is hidden or not.
isHierarchy() - Static method in class org.zkoss.util.logging.Log
Deprecated. Returns whether the loggers support hierarchy.
isHilDevice(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isHilDevice(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isHilDevice() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isHilDevice() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isHorizontal() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is landscape on tablet/mobile device.
isHorizontal() - Method in class org.zkoss.zkmax.zul.Cardlayout
Returns whether it is a horizontal .
isHorizontal() - Method in class org.zkoss.zkmax.zul.Navbar
Returns whether it is horizontal .
isHorizontal() - Method in class org.zkoss.zul.Box
Returns whether it is a horizontal box.
isHorizontal() - Method in class org.zkoss.zul.Menubar
Returns whether it is a horizontal .
isHorizontal() - Method in class org.zkoss.zul.Separator
Returns whether it is a horizontal separator.
isHorizontal() - Method in class org.zkoss.zul.Splitter
Returns if the orientation of this splitter is horizontal.
isHorizontal() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a horizontal tabbox.
isHyphen() - Method in class org.zkoss.zul.Label
Deprecated. As of release 5.0.0, use CSS instead.
isId() - Method in class org.zkoss.idom.Attribute
 
isIdentifier(String) - Static method in class org.zkoss.zel.impl.util.Validation
Test whether the argument is a Java identifier.
isIdle() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
Returns if there is listener being registered.
isIdle() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isIdle() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether this thread is idle, i.e., not processing any event.
isIgnorable(Object, WebApp) - Method in interface org.zkoss.zk.au.AuDecoder
Returns if the request is ignorable when an error occurs.
isIgnoreAccessCreationWarn() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
 
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to ignore whitespaces in element content.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to ignore whitespaces in element content.
isImageAssigned() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns whether the image is available.
isImmutable(Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
Returns whether the specified Object is an immutable object
isImplicit(String) - Static method in class org.zkoss.zk.ui.Components
Returns whether the given id is an implicit ZK object id.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns whether this page is included.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns whether this page is included.
isIncluded() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
isIncluded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is included by another page.
isIncluded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is included by some other pages.
isIncluded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
Isindex - Class in org.zkoss.zhtml
The ISINDEX tag.
Isindex() - Constructor for class org.zkoss.zhtml.Isindex
 
isInline() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns whether this is an inline macro.
isInline() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isInline() - Method in class org.zkoss.zml.XmlMacroComponent
 
isInlineMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is an inline macro.
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isInplace() - Method in class org.zkoss.zul.impl.InputElement
Returns whether enable the inplace-editing.
isInstalled(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
Returns whether this servlet has been installed.
isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Tests whether an object, o, is an instance of a class, c.
isInstance(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether a component belongs to this definition.
isInstance(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isIntersected(Set<?>, Set<?>) - Static method in class org.zkoss.util.CollectionsX
Tests whether two sets has any intersection.
isInvalidated() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isInvalidated() - Method in interface org.zkoss.zk.ui.Component
Returns if this component needs to be redrawn at the client.
isInvalidated() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
isInvalidated(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
isInvalidated() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns whether this session is invalidated (i.e., Session.invalidate() was called).
isInvalidated(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if this component needs to be redrawn.
isJava5() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 5.0 or above.
isJava6() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 6.0 or above.
isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the desktops across visits.
isLandscape() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is landscape on tablet/mobile device.
isLeaf(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
isLeaf() - Method in class org.zkoss.zul.DefaultTreeNode
 
isLeaf(E) - Method in interface org.zkoss.zul.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in interface org.zkoss.zul.TreeNode
Returns true if this node is a leaf.
isLeaving(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns true if the machine is leaving this state upon meeting the character or the class.
isLeft() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the left orientation.
isLegalName(char) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether a character is legal to be used as part of the scripting language name.
isLegend() - Method in class org.zkoss.zul.Groupbox
Deprecated. As of release 6.0, legend no longer used in groupbox.
isLenient() - Method in class org.zkoss.zul.Datebox
Returns whether or not date/time parsing is to be lenient.
isLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
 
isLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
 
isListened(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event handler or listener is available for the specified component and event.
isListenerAvailable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
isListenerAvailable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether the event listener is available.
isListenerAvailable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isListenerAvailable(String) - Method in interface org.zkoss.zk.ui.Page
Returns whether the event listener is available.
isLiteralText() - Method in class org.zkoss.zel.Expression
 
isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
 
isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
isLoadable() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Whether the binding is loadable.
isLoaded() - Method in interface org.zkoss.zul.impl.LoadStatus
Returns whether the on-demand-loading item is loaded.
isLoaded() - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
isLoaded() - Method in class org.zkoss.zul.Listitem
Returns whether the content of this item is loaded.
isLoaded() - Method in class org.zkoss.zul.Row.ExtraCtrl
 
isLoaded() - Method in class org.zkoss.zul.Treeitem
Return true whether all children of this tree item, if any, is loaded
isLoadOnSave() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Returns whether this DataBinder shall do load-on-save automatically(default is true).
isLocal() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns if it is for local variable.
isLocalized() - Method in class org.zkoss.zul.Include
Returns whether the source depends on the current Locale.
isLocalValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
isLocalValid() - Method in interface org.zkoss.bind.ValidationContext
Checks status of local validation context valid or not, it only relates to one validator.
isLongOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isLoop() - Method in class org.zkoss.zul.Audio
Returns whether to play the audio repeatedly.
isLoop() - Method in class org.zkoss.zul.Flash
Returns true if the Flash movie plays repeatedly.
isMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is a macro component.
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isMatched() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the last position of any selectors in the list.
isMatched(int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the last position of the given selector.
isMaximalHeight() - Method in class org.zkoss.zul.Tabbox
Returns whether to use maximum height of all tabpanel in initial phase.
isMaximizable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to display the maximizing button.
isMaximizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the maximizing button and allow the user to maximize the panel.
isMaximizable() - Method in class org.zkoss.zul.Window
Returns whether to display the maximizing button and allow the user to maximize the window.
isMaximized() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns whether to be maximized.
isMaximized() - Method in interface org.zkoss.zul.ext.Framable
Returns whether is maximized.
isMaximized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is maximized.
isMaximized() - Method in class org.zkoss.zul.Window
Returns whether the window is maximized.
isMayscript() - Method in class org.zkoss.zul.Applet
Returns whether the applet is allowed to access the scripting object.
isMinimizable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to display the minimizing button.
isMinimizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the minimizing button and allow the user to minimize the panel.
isMinimizable() - Method in class org.zkoss.zul.Window
Returns whether to display the minimizing button and allow the user to minimize the window.
isMinimized() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns whether to be minimized.
isMinimized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is minimized.
isMinimized() - Method in class org.zkoss.zul.Window
Returns whether the window is minimized.
isMovable() - Method in class org.zkoss.zul.Panel
Returns whether to move the panel to display it inline where it is rendered.
isMultiline() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is multiline.
isMultiline() - Method in class org.zkoss.zul.Label
Returns whether to preserve the new line and the white spaces at the beginning of each line.
isMultiline() - Method in class org.zkoss.zul.Textbox
Returns whether it is multiline.
isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuDropUploader
Returns whether the request contains multipart content.
isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuUploader
Returns whether the request contains multipart content.
isMultiple() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
isMultiple() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.AbstractListModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.AbstractTreeModel
 
isMultiple() - Method in interface org.zkoss.zul.ext.Selectable
Returns whether the current selection mode is multiple.
isMultiple() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.impl.GroupsListModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.Listbox
Returns whether multiple selections are allowed.
isMultiple() - Method in class org.zkoss.zul.Tree
Returns whether multiple selections are allowed.
isMuted() - Method in class org.zkoss.zul.Audio
Returns whether to mute the audio.
isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to understand namespaces.
isNative() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is used for the native namespace.
isNative() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isNative() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this is a native language.
isNative() - Method in class org.zkoss.zkmax.zul.Dropupload
Return the setting that treat the upload file as binary or not.
isNative() - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
isNew() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
isNoise() - Method in class org.zkoss.zul.Captcha
Returns whether generate noise; default to false.
isNowrap() - Method in class org.zkoss.zul.Row
Returns the nowrap.
isNumber(Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
isNumberType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
isNumeric(Class<?>, boolean) - Static method in class org.zkoss.lang.Classes
Checks whether the specified class is a numeric class.
isObjectOpened(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
isObjectOpened(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
isObjectOpened(Object) - Method in interface org.zkoss.zul.ext.Openable
Returns whether the specified object be opened.
isOfferExpired(String, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a token returned by getLimitTimeOffer expired.
isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns whether it causes open.
isOpen() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
isOpen() - Method in class org.zkoss.zkmax.zul.Nav
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Bandbox
Returns whether this bandbox is open.
isOpen() - Method in class org.zkoss.zul.Combobox
Returns whether this combobox is open.
isOpen() - Method in class org.zkoss.zul.Combobutton
Returns whether this combobutton is open.
isOpen(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated. As of release 6.0.0, replaced with DefaultTreeModel.isObjectOpened(java.lang.Object).
isOpen() - Method in class org.zkoss.zul.Detail
Returns whether the detail is open.
isOpen() - Method in interface org.zkoss.zul.ext.GroupingInfo
Whether the group is opened.
isOpen() - Method in class org.zkoss.zul.Group
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Groupbox
Returns whether this groupbox is open.
isOpen() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
isOpen() - Method in class org.zkoss.zul.LayoutRegion
Returns whether it is open (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zul.Listgroup
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Panel
Returns whether this Panel is open.
isOpen() - Method in class org.zkoss.zul.Splitter
Returns whether it is open (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zul.Treeitem
Returns whether this container is open.
isOpenEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
 
isOpenEmpty() - Method in interface org.zkoss.zul.ext.Openable
Returns true if the open is currently empty.
isOpenEmpty() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns true if the open is currently empty.
isOpera() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isOpera(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isOpera(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isOpera() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isOpera() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isOrphanTag(String) - Static method in class org.zkoss.html.HTMLs
Returns whether the specified tag is an 'orphan' tag.
isOrphanTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns whether this tag is an orphan tag, i.e., it shall be in the form of <tag/>.
isOutOfBound() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Return true if the scroll position is outside of boundary on tablet/mobile device.
isParametersProvided() - Method in class org.zkoss.zel.impl.parser.AstValue
 
isParametersProvided() - Method in interface org.zkoss.zel.impl.parser.Node
 
isParametersProvided() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
isParmetersProvided() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
 
isParmetersProvided() - Method in class org.zkoss.zel.MethodExpression
 
isPartOfParentText() - Method in class org.zkoss.idom.Comment
Returns false to denote it is not part of parent's text,
isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this text object is part of the parent's text.
isPartOfParentText() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is part of the parent's text.
isPassableToMethod(Method, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Return true if the given arguments can be passed as the arguments of the method.
isPathOpened(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
isPathOpened(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns true if the path, path, is in the current open.
isPathSelected(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
isPathSelected(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns true if the path, path, is in the current selection.
isPopup() - Method in class org.zkoss.zul.Menuseparator
 
isPortrait() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is portrait on tablet/mobile device.
isPre() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to preserve the white spaces, such as space.
isPre() - Method in class org.zkoss.zul.Label
Returns whether to preserve the white spaces, such as space, tab and new line.
isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
Tests whether a class name is a primitive class, e.g., int and void.
isPrimitiveWrapper(Class<?>) - Static method in class org.zkoss.lang.Classes
Check whether the specified class is a primitive or a primitive wrapper.
isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
Returns whether this event is propagatable.
isPropertyResolved() - Method in class org.zkoss.zel.ELContext
 
isPropertyResolved() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
isQualified(int, int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component matched the given position of the given selector.
isQuoted() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this language prefers the raw label.
isReadOnly(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
isReadOnly(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Returns whether the specified expression a read only expression.
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
isReadOnly(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns whether this is a read only (cannot setValue) expression.
isReadOnly(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
isReadOnly() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
 
isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
 
isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
 
isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
 
isReadOnly(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
 
isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
isReadOnly(ELContext) - Method in class org.zkoss.zel.ValueExpression
 
isReadonly() - Method in interface org.zkoss.zk.ui.ext.Readonly
Returns whether it is readonly.
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
isReadonly() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is readonly.
isRealVisible(Component) - Static method in class org.zkoss.zk.ui.Components
Returns whether this component is real visible (all its parents are visible).
isRecoverable(Session, String) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Tests whether the specified desktop ID is recoverable.
isRecovering() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isRecovering() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is in recovering.
isRecovering() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns whether it is in recovering.
isRendered() - Method in class org.zkoss.zul.Treeitem
Returns true whether this tree item is rendered.
isRepeats() - Method in class org.zkoss.zul.Timer
Returns whether the timer shall send Event repeatedly.
isRepeatUuid() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use the same UUID sequence for desktops after rebooting.
isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated.  
isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
Deprecated.  
isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isReserved(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified name is reserved.
isReservedAttribute(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns if the attribute name is reserved.
isReturning(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns true if this state returns to itself upon meeting the character or the class.
isReturningAll() - Method in class org.zkoss.fsm.StateCtx
Returns true if this state returns to itself by default, unless meeting specified characters or classes.
isRichlet(RequestInfo, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
isRichlet(RequestInfo, boolean) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Tests whether the specified request is a richlet.
isRight() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the right orientation.
isRobot(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isRobot(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isRobot() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isRobot() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isRootElement() - Method in class org.zkoss.idom.Element
Tests whether this element is the root element of the owning document.
isRounded(Date, int) - Static method in class org.zkoss.util.Dates
Tests whether a date is rounded.
isRunning() - Method in class org.zkoss.zkex.zul.impl.OperationThread
Is this thread still running
isRunning() - Method in class org.zkoss.zul.Timer
Returns whether this timer is running.
isSafari() - Static method in class org.zkoss.web.fn.ServletFns
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isSafari(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isSafari(String) - Static method in class org.zkoss.web.servlet.Servlets
Deprecated. As of release 6.0.0, replaced with Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
isSafari() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 6.0.0, replaced with Execution.getBrowser(String).
isSafari() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 6.0.0, replaced with ExecutionImpl.getBrowser(String).
isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSavable() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. Whether the binding is savable.
isSave() - Method in interface org.zkoss.bind.BindContext
Returns whether currently is doing save operation.
isSave() - Method in class org.zkoss.bind.impl.BindContextImpl
 
isScriptIgnored(ServletRequest, String) - Method in interface org.zkoss.zk.ui.http.ScriptManager
Check whether the script should be loaded or ignored.
isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zk.ui.http.ScriptManagerImpl
 
isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zkmax.ui.http.ScriptManagerImpl
 
isScrollable() - Method in class org.zkoss.zul.Menubar
Returns whether the menubar scrolling is enabled.
isSecure() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isSecure() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isSelected() - Method in class org.zkoss.zkmax.zul.Navitem
Returns whether it is selected.
isSelected(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
isSelected(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.AbstractListModel
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
isSelected(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
isSelected(Object) - Method in interface org.zkoss.zul.ext.Selectable
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns whether an object is selected.
isSelected() - Method in class org.zkoss.zul.Listitem
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Radio
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Tab
Returns whether this tab is selected.
isSelected() - Method in class org.zkoss.zul.Tabpanel
Returns whether this tab panel is selected.
isSelected() - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
isSelectionEmpty() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractListModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
 
isSelectionEmpty() - Method in interface org.zkoss.zul.ext.Selectable
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.impl.GroupsListModel
Returns true if the selection is currently empty.
isSendRedirect() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns whether HttpBufferedResponse.sendRedirect(java.lang.String) was called.
isServerPushEnabled() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the server-push feature is enabled for this desktop.
isServerPushEnabled() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isServlet23() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.3 or above.
isServlet24() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.4 or above.
isServlet3() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 3.0 or above.
isShadow() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns whether this box has the shadow effect.
isShadow() - Method in class org.zkoss.zul.Window
Returns whether to show the shadow of an overlapped/popup/modal window.
isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether SHIFT is pressed.
isShowDateHeader() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Returns whether to show the date column.
isShowLegend() - Method in class org.zkoss.zkmax.zul.Fusionchart
Check whether show the legend of the chart.
isShowLegend() - Method in class org.zkoss.zul.Chart
Check whether show the legend of the chart.
isShowTooltiptext() - Method in class org.zkoss.zkmax.zul.Fusionchart
Check whether show the tooltiptext.
isShowTooltiptext() - Method in class org.zkoss.zul.Chart
Check whether show the tooltiptext.
isSizable() - Method in class org.zkoss.zul.impl.HeadersElement
Returns whether the width of the child column is sizable.
isSizable() - Method in class org.zkoss.zul.Panel
Returns whether the panel is sizable.
isSizable() - Method in class org.zkoss.zul.Window
Returns whether the window is sizable.
isSizedByContent() - Method in class org.zkoss.zul.Box
Returns whether sizing the cell's size by its content.
isSizedByContent() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether sizing grid/listbox/tree column width by its content.
isSpan() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether distributes remaining empty space of this component to ANY column.
isSplittable() - Method in class org.zkoss.zul.LayoutRegion
Returns whether enable the split functionality.
isStringFloat(String) - Static method in class org.zkoss.zel.impl.lang.ELSupport
 
isSubscribed(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Returns if an event listener is subscribed.
isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
isSubscribed(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
 
isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
Returns whether an feature is supported.
isSupported(int) - Method in class org.zkoss.xel.zel.ELFactory
 
isSupported(int) - Method in interface org.zkoss.zk.device.Device
Returns whether the specified function is supported.
isSupported(int) - Method in class org.zkoss.zk.device.GenericDevice
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
isSuspended() - Method in class org.zkoss.fsm.StateMachine
Return true if the machine is suspended
isSuspended() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isSuspended() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is suspended.
isTabbable() - Method in class org.zkoss.zul.Textbox
Returns whether TAB is allowed.
isTabscroll() - Method in class org.zkoss.zul.Tabbox
Returns whether the tab scrolling is enabled.
isTerminated() - Method in class org.zkoss.fsm.StateMachine
Return true if the machine is stopped
isThreeD() - Method in class org.zkoss.zkmax.zul.Fusionchart
Whether a 3d chart.
isThreeD() - Method in class org.zkoss.zul.Chart
Whether a 3d chart.
isTimerKeepAlive() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the session alive, when receiving the onTimer event.
isTimeZonesReadonly() - Method in class org.zkoss.zul.Datebox
Returns whether the list of the time zones to display is readonly.
isTop() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the top orientation.
isTopmost() - Method in class org.zkoss.zkmax.zul.Navitem
Returns whether this is in a top-level navbar, i.e., not owning by another Nav.
isTopmost() - Method in class org.zkoss.zul.Menu
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTopmost() - Method in class org.zkoss.zul.Menuitem
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.Choose
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns whether to trim the result.
isUniversalURL(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a URL starts with xxx://, mailto:, about:, javascript:, data:
isUserInRole(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isUserInRole(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
isUserInRole(String) - Method in interface org.zkoss.zk.ui.Execution
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
isValid() - Method in interface org.zkoss.bind.ValidationContext
Checks status of validation context valid or not, it is a global status of same command, any validator of this validation phase call ValidationContext.setInvalid() will set this false.
isValid(String) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event name is valid.
isValid(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified is valid.
isValid() - Method in class org.zkoss.zul.impl.InputElement
Returns the current content of this input is correct.
isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to validate XML documents.
isVertical() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Utility to check if the current orientation is portrait on tablet/mobile device.
isVertical() - Method in class org.zkoss.zkmax.zul.Cardlayout
Returns whether it is a vertical .
isVertical() - Method in class org.zkoss.zkmax.zul.Navbar
Returns whether it is vertical .
isVertical() - Method in class org.zkoss.zkmax.zul.Portallayout
Returns whether it is a vertical portallayout.
isVertical() - Method in class org.zkoss.zkmax.zul.Scrollview
Returns whether current orient is vertical or not.
isVertical() - Method in class org.zkoss.zul.Box
Returns whether it is a vertical box.
isVertical() - Method in class org.zkoss.zul.Menubar
Returns whether it is a vertical .
isVertical() - Method in class org.zkoss.zul.Separator
Returns whether it is a vertical separator.
isVertical() - Method in class org.zkoss.zul.Slider
Returns whether it is a vertical slider.
isVertical() - Method in class org.zkoss.zul.Splitter
Returns if the orientation of this splitter is vertical.
isVertical() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a vertical tabbox.
isVflex() - Method in class org.zkoss.zul.Grid
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVflex() - Method in class org.zkoss.zul.Listbox
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVflex() - Method in class org.zkoss.zul.Tree
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVisible() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isVisible() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component is visible.
isVisible() - Method in class org.zkoss.zul.Paging
 
isVisible() - Method in class org.zkoss.zul.Tabpanel
 
isVoided() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is voided.
isVoided() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isWeekOfYear() - Method in class org.zkoss.zul.Calendar
Returns whether enable to show the week number within the current year or not.
isWeekOfYear() - Method in class org.zkoss.zul.Datebox
Returns whether enable to show the week number in the current calendar or not.
isXMLCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is valid.
isXMLCombiningChar(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter.
isXMLLetterOrDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter or digit.
isXMLNameCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be part of a name.
isXMLNameStartCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be the first character of a name.
isZkTagsGenerated(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns if the ZK specific HTML tags are generated.
isZScriptEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether zscript is allowed.
item(int) - Method in class org.zkoss.idom.Element.AttrMap
 
item(int) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
item(int) - Method in class org.zkoss.idom.impl.FacadeNodeList
 
Item - Interface in org.zkoss.idom
Represents an item (a.k.a., node) of a iDOM tree.
ItemRenderer<T> - Interface in org.zkoss.zul
Used to generated the HTML fragment for the data associated with a component, such as Selectbox.
iterable(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns an Iterable that iterates through all Components matched by the selector.
iterable(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
Returns an Iterable that iterates through all Components matched by the selector.
iterator() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
iterator(Object) - Static method in class org.zkoss.util.CollectionsX
Based on the given collection type of Object, return an iterator.
iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
iterator() - Method in class org.zkoss.util.DualCollection
 
iterator() - Method in class org.zkoss.util.IdentityHashSet
 
iterator() - Method in class org.zkoss.zul.ListModelList
 
iterator() - Method in class org.zkoss.zul.ListModelSet
 

J

j2d(String) - Static method in class org.zkoss.json.JSONs
Unmarshalls a string to a date.
Jasperreport - Class in org.zkoss.zkex.zul
The JasperReport component.
Jasperreport() - Constructor for class org.zkoss.zkex.zul.Jasperreport
 
Jasperreport(String) - Constructor for class org.zkoss.zkex.zul.Jasperreport
 
Jasperreport.ExtraCtrl - Class in org.zkoss.zkex.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Jasperreport.ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
 
Jasperreport.JasperreporteExporterImpl - Class in org.zkoss.zkex.zul
 
Jasperreport.JasperreporteExporterImpl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
 
JasperreportExporterFactory - Interface in org.zkoss.zkex.zul
The factory for Jasper Reports.
JavaScript - Class in org.zkoss.html
Represents a javascript element.
JavaScript(String, String) - Constructor for class org.zkoss.html.JavaScript
Creates by specifying the file to contain the JavaScript codes.
JavaScript(String) - Constructor for class org.zkoss.html.JavaScript
Creates by assigning the content (JavaScript codes).
JavaScriptValue - Class in org.zkoss.json
Used to generate a snippet of the JavaScript code.
JavaScriptValue(String) - Constructor for class org.zkoss.json.JavaScriptValue
Constructor
JFreeChartEngine - Class in org.zkoss.zkex.zul.impl
A chart engine implemented with JFreeChart.
JFreeChartEngine() - Constructor for class org.zkoss.zkex.zul.impl.JFreeChartEngine
 
JHLabsCaptchaEngine - Class in org.zkoss.zkex.zul.impl
A captcha engine implemented with JH Labs libraries.
JHLabsCaptchaEngine() - Constructor for class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
jj_nt - Variable in class org.zkoss.zel.impl.parser.ELParser
Next token.
jjFillToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
 
jjnewLexState - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface org.zkoss.zel.impl.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
JJTAND - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTBRACKETSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTCHOICE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
jjtClose() - Method in interface org.zkoss.zel.impl.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
JJTCOMPOSITEEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTDEFERREDEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTDIV - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTDOTSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTDYNAMICEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTELParserState - Class in org.zkoss.zel.impl.parser
 
JJTELParserState() - Constructor for class org.zkoss.zel.impl.parser.JJTELParserState
 
JJTEMPTY - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTFALSE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTFUNCTION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
jjtGetChild(int) - Method in interface org.zkoss.zel.impl.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.zkoss.zel.impl.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
jjtGetNumSiblings() - Method in class org.zkoss.zel.impl.parser.SimpleNode
Returns total siblings (including self) of this node; so at least return one.
jjtGetParent() - Method in interface org.zkoss.zel.impl.parser.Node
 
jjtGetParent() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
JJTGREATERTHAN - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTGREATERTHANEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTINTEGER - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTLESSTHAN - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTLESSTHANEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTLITERALEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTMETHODPARAMETERS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTMINUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTMOD - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTMULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTNEGATIVE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
jjtNodeName - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTNOT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTNULL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
jjtOpen() - Method in interface org.zkoss.zel.impl.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
JJTOR - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTPLUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
jjtree - Variable in class org.zkoss.zel.impl.parser.ELParser
 
jjtSetParent(Node) - Method in interface org.zkoss.zel.impl.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
JJTSTRING - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTTRUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTVALUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JJTVOID - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
 
JndiVariableResolver - Class in org.zkoss.zkplus.jndi
JndiVariableResolver, a jndi variableResolver
JndiVariableResolver(String, String) - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
This constructor take arguments to initialize JNDI names.
JndiVariableResolver() - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
 
join(Object[], String) - Static method in class org.zkoss.xel.fn.StringFns
Joins an array of string.
joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
Waits a thread to die (and interrupt once a while)
JPA_EM_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
JPA_EMF_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
JpaUtil - Class in org.zkoss.zkplus.jpa
This class is used to create and hold open EntityManagerFactory objects within a Java EE environment.
JpaUtil() - Constructor for class org.zkoss.zkplus.jpa.JpaUtil
 
JPEGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the JPEG format
JPEGEncoder() - Constructor for class org.zkoss.image.encoder.JPEGEncoder
 
JQUERY_PATCH - Static variable in class org.zkoss.zkplus.liferay.JQueryRenderPatch
A library property to indicate how to apply the so-called jQuery patch.
JQueryRenderCachedPatch - Class in org.zkoss.zkplus.liferay
Used to patch the rendering result of a ZK portlet for Liferay.
JQueryRenderCachedPatch() - Constructor for class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
 
JQueryRenderPatch - Class in org.zkoss.zkplus.liferay
Used to patch the rendering result of a ZK portlet for Liferay.
JQueryRenderPatch() - Constructor for class org.zkoss.zkplus.liferay.JQueryRenderPatch
 
JRubyInterpreter - Class in org.zkoss.zk.scripting.jruby
JRuby interpreter.
JRubyInterpreter() - Constructor for class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
JsContentRenderer - Class in org.zkoss.zk.ui.sys
An implementation of ContentRenderer that renders the content as a JavaScript property (i.e., name: 'value').
JsContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.JsContentRenderer
 
JSONArray - Class in org.zkoss.json
A JSON array.
JSONArray() - Constructor for class org.zkoss.json.JSONArray
 
JSONAware - Interface in org.zkoss.json
Beans that support customized output of JSON text shall implement this interface.
JSONObject - Class in org.zkoss.json
A JSON object.
JSONObject() - Constructor for class org.zkoss.json.JSONObject
 
JSONParser - Class in org.zkoss.json.parser
Parser for JSON text.
JSONParser() - Constructor for class org.zkoss.json.parser.JSONParser
 
JSONs - Class in org.zkoss.json
Utilities to JSON-ize objects that JSON is not aware, such as Date.
JSONs() - Constructor for class org.zkoss.json.JSONs
 
JSONValue - Class in org.zkoss.json
Utilities to encode and decode data in JSON format.
JSONValue() - Constructor for class org.zkoss.json.JSONValue
 
JspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in JSP pages.
JspFns() - Constructor for class org.zkoss.zk.fn.JspFns
 
JVMs - Class in org.zkoss.lang
Utilities of Java Virtual Machine.
JythonInterpreter - Class in org.zkoss.zk.scripting.jython
The Python interpreter based on jython.
JythonInterpreter() - Constructor for class org.zkoss.zk.scripting.jython.JythonInterpreter
 

K

Kbd - Class in org.zkoss.zhtml
The KBD tag.
Kbd() - Constructor for class org.zkoss.zhtml.Kbd
 
KeyEvent - Class in org.zkoss.zk.ui.event
Represents a key pressed by the user.
KeyEvent(String, Component, int, boolean, boolean, boolean) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
 
KeyEvent(String, Component, int, boolean, boolean, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
Constructs a mouse relevant event.
keySet() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
keySet() - Method in class org.zkoss.util.CacheMap
 
keySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty set, no matter any variable is defined.
keySet() - Method in class org.zkoss.zul.ListModelMap
 
kind - Variable in class org.zkoss.zel.impl.parser.Token
An integer that describes the kind of this token.
klass - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 

L

Label - Class in org.zkoss.zhtml
The LABEL tag.
Label() - Constructor for class org.zkoss.zhtml.Label
 
Label - Class in org.zkoss.zul
A label.
Label() - Constructor for class org.zkoss.zul.Label
 
Label(String) - Constructor for class org.zkoss.zul.Label
 
label - Variable in enum org.zkoss.zul.Messagebox.Button
The message ID used for loading the label.
LabelElement - Class in org.zkoss.zul.impl
A XUL element with a label.
LabelElement() - Constructor for class org.zkoss.zul.impl.LabelElement
 
LabelImageElement - Class in org.zkoss.zul.impl
A XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).
LabelImageElement() - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement(String, String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement(String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement.ExtraCtrl - Class in org.zkoss.zul.impl
A utility class to implement HtmlBasedComponent.getExtraCtrl().
LabelImageElement.ExtraCtrl() - Constructor for class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
LabelLoader - Interface in org.zkoss.util.resource.impl
The label loader interface.
LabelLoaderImpl - Class in org.zkoss.util.resource.impl
The label loader (implementation only).
LabelLoaderImpl() - Constructor for class org.zkoss.util.resource.impl.LabelLoaderImpl
 
LabelLocator - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels.
LabelLocator2 - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels into an input stream.
Labels - Class in org.zkoss.util.resource
Utilities to access labels.
LanguageDefinition - Class in org.zkoss.zk.ui.metainfo
A definition of a language, such as xul.
LanguageDefinition(String, String, String, List<String>, PageRenderer, boolean, boolean, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs a language definition.
LAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
lastAnyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.anyOf(java.lang.String, java.lang.String, int).
lastIndexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the last index of the give character in the given string buffer, or -1 if not found.
lastIndexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the last index of the given element.
lastIndexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
Layout - Class in org.zkoss.zul
A layout.
Layout() - Constructor for class org.zkoss.zul.Layout
 
LayoutRegion - Class in org.zkoss.zul
A layout region in a border layout.
LayoutRegion() - Constructor for class org.zkoss.zul.LayoutRegion
 
LBRACK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LEFT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
LEFT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the left button is clicked.
Legend - Class in org.zkoss.zhtml
The LEGEND tag.
Legend() - Constructor for class org.zkoss.zhtml.Legend
 
length(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the length of an array, string, collection or map.
LETTER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.zkoss.zel.impl.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
Lexer state names.
Li - Class in org.zkoss.zhtml
The LI tag.
Li() - Constructor for class org.zkoss.zhtml.Li
 
Library - Class in org.zkoss.lang
Represent the scope of ZK libraries.
LIGHT_BLUE - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light blue color.
LIGHT_CYAN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light cyan color.
LIGHT_GREEN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light green color.
LIGHT_MAGENTA - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light magenta color.
LIGHT_RED - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light red color.
LIGHT_YELLOW - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A light yellow color.
line - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
LINE - Static variable in class org.zkoss.zul.Chart
 
Link - Class in org.zkoss.zhtml
The LINK tag.
Link() - Constructor for class org.zkoss.zhtml.Link
 
LIST - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a vector, i.e., a list separated with comma.
Listbox - Class in org.zkoss.zul
A listbox.
Listbox() - Constructor for class org.zkoss.zul.Listbox
 
Listbox.Children - Class in org.zkoss.zul
 
Listbox.Children() - Constructor for class org.zkoss.zul.Listbox.Children
 
Listbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Listbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Listbox.ExtraCtrl
 
ListboxDataLoader - Class in org.zkoss.zul.impl
Generic Listbox data loader.
ListboxDataLoader() - Constructor for class org.zkoss.zul.impl.ListboxDataLoader
 
ListboxListModelConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
ListboxListModelConverter() - Constructor for class org.zkoss.zkplus.databind.ListboxListModelConverter
Deprecated.  
ListboxModelConverter - Class in org.zkoss.bind.converter.sys
The Converter implementation of the listbox for converting collection to ListModel and vice versa.
ListboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxModelConverter
 
ListboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
Convert selected index to bean and vice versa.
ListboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
 
ListboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
Convert listbox selected listitem to bean and vice versa.
ListboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
 
ListboxSelectedItemsConverter - Class in org.zkoss.bind.converter.sys
Convert listbox selected listitems to bean and vice versa.
ListboxSelectedItemsConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
 
Listcell - Class in org.zkoss.zul
A list cell.
Listcell() - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String) - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String, String) - Constructor for class org.zkoss.zul.Listcell
 
ListDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list.
ListDataEvent(ListModel, int, int, int) - Constructor for class org.zkoss.zul.event.ListDataEvent
Constructor.
ListDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of ListModel is changed.
ListELResolver - Class in org.zkoss.zel
 
ListELResolver() - Constructor for class org.zkoss.zel.ListELResolver
 
ListELResolver(boolean) - Constructor for class org.zkoss.zel.ListELResolver
 
Listen - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying Event handling in SelectorComposer.
Listfoot - Class in org.zkoss.zul
A row of Listfooter.
Listfoot() - Constructor for class org.zkoss.zul.Listfoot
 
Listfooter - Class in org.zkoss.zul
A column of the footer of a list box (Listbox).
Listfooter() - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String) - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String, String) - Constructor for class org.zkoss.zul.Listfooter
 
Listgroup - Class in org.zkoss.zul
Adds the ability for single level grouping to the Listbox.
Listgroup() - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String, T) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroupfoot - Class in org.zkoss.zul
Listgroupfoot serves as a summary listitem of listgroup.
Listgroupfoot() - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String) - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String, T) - Constructor for class org.zkoss.zul.Listgroupfoot
 
ListgroupRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer for instantiating Listgroup and Listgroupfoot.
Listhead - Class in org.zkoss.zul
A list headers used to define multi-columns and/or headers.
Listhead() - Constructor for class org.zkoss.zul.Listhead
 
Listheader - Class in org.zkoss.zul
The list header which defines the attributes and header of a column of a list box.
Listheader() - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String, String) - Constructor for class org.zkoss.zul.Listheader
 
Listitem - Class in org.zkoss.zul
A list item.
Listitem() - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String) - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String, T) - Constructor for class org.zkoss.zul.Listitem
 
Listitem.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Listitem.ExtraCtrl() - Constructor for class org.zkoss.zul.Listitem.ExtraCtrl
 
ListitemComparator - Class in org.zkoss.zul
A comparator used to compare Listitem, if not live data, or the data themselves, if live data.
ListitemComparator() - Constructor for class org.zkoss.zul.ListitemComparator
Compares with Listitem.getValue().
ListitemComparator(int) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(Listheader, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Listbox.
ListitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer.
listIterator(int) - Method in class org.zkoss.util.NotableLinkedList
 
listIterator(int) - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
listIterator() - Method in class org.zkoss.zul.ListModelList
 
listIterator(int) - Method in class org.zkoss.zul.ListModelList
 
ListModel<E> - Interface in org.zkoss.zul
This interface defines the methods that components like Listbox and Grid use to get the content of items.
ListModelArray<E> - Class in org.zkoss.zul
This is the ListModel as an Object array to be used with Listbox.
ListModelArray(E[], boolean) - Constructor for class org.zkoss.zul.ListModelArray
Constructor
ListModelArray(E[]) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(int) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(List<? extends E>) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
ListModelConverter() - Constructor for class org.zkoss.zkplus.databind.ListModelConverter
Deprecated.  
ListModelELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for ListModel.
ListModelELResolver() - Constructor for class org.zkoss.bind.xel.zel.ListModelELResolver
 
ListModelList<E> - Class in org.zkoss.zul
This is the ListModel as a List to be used with Listbox.
ListModelList(List<E>, boolean) - Constructor for class org.zkoss.zul.ListModelList
Constructor
ListModelList() - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(E[]) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(int) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelMap<K,V> - Class in org.zkoss.zul
This is the ListModel as a Map to be used with Listbox.
ListModelMap(Map<K, V>, boolean) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap() - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int, float) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModels - Class in org.zkoss.zul
A utility for handling ListModel.
ListModelSet<E> - Class in org.zkoss.zul
This is the ListModel as a Set to be used with Listbox.
ListModelSet(Set<E>, boolean) - Constructor for class org.zkoss.zul.ListModelSet
Constructor
ListModelSet() - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(E[]) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int, float) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSharer<T> - Interface in org.zkoss.zkex.zul
This interface is created for sharing model to different desktop's component.
ListSubModel<E> - Interface in org.zkoss.zul
An extra interface that can be implemented with ListModel to control the extract of the combobox.
Literal() - Method in class org.zkoss.zel.impl.parser.ELParser
 
LITERAL_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LiteralExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
 
LiveGridDataLoader - Class in org.zkoss.zkmax.zul.impl
Data Loader that handle the live data loading into Grid.
LiveGridDataLoader() - Constructor for class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
LiveListboxDataLoader - Class in org.zkoss.zkmax.zul.impl
Data Loader that handle the live data loading into Listbox.
LiveListboxDataLoader() - Constructor for class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
load(BindContext) - Method in class org.zkoss.bind.impl.InitChildrenBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.InitFormBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.InitPropertyBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.LoadChildrenBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.LoadPropertyBindingImpl
 
load(BindContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
load(BindContext) - Method in interface org.zkoss.bind.sys.LoadBinding
Load data into the source attribute from the target property.
load(Map<? super String, ? super String>, InputStream, String, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map<? super String, ? super String>, InputStream, String) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map<? super String, ? super String>, InputStream, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Map<? super String, ? super String>, InputStream) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Object) - Method in class org.zkoss.util.resource.ContentLoader
 
load(K) - Method in interface org.zkoss.util.resource.Loader
Loads the resource.
load(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
load(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
load(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified URL.
load(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified DOM.
load(String, URL) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(Taglib, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, String, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, Element) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from DOM.
load(StringBuffer, Execution) - Method in interface org.zkoss.zk.ui.metainfo.MessageLoader
Load the message to output StringBuffer.
load(StringBuffer, Execution) - Method in class org.zkoss.zul.impl.ZulMessageLoader
 
LOAD_EVENT - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the load trigger event; meaningful only when ACCESS is "both" or "load" or not found(default to "load").
LOAD_FORM_COMPONENT - Static variable in class org.zkoss.bind.impl.BinderImpl
 
LOAD_FORM_EXPRESSION - Static variable in class org.zkoss.bind.impl.BinderImpl
 
LOAD_ON_SAVE_TRIGGER_COMPONENT - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
LOAD_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the load replacement ; e.g. value of textbox, it loads to rawValue
LOAD_TYPE - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the type of attribute for loading; e.g. rawValue of textbox is java.lang.String
loadAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Load all value from data beans to UI components.
loadAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. load bean value into the attribute of the specified component.
loadAttribute(Component, Object) - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. load bean value into the attribute of the specified component.
loadAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Load value from the data bean property to a specified attribute of the UI component.
LoadBinding - Interface in org.zkoss.bind.sys
Binding for loading.
loadBuild() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
Loads the build identifier.
LoadChildrenBinding - Interface in org.zkoss.bind.sys
ChildrenBinding for loading children of component from backing bean property.
LoadChildrenBindingImpl - Class in org.zkoss.bind.impl
Implementation of LoadChildrenBinding.
LoadChildrenBindingImpl(Binder, Component, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadChildrenBindingImpl
 
loadComponent(Component, boolean) - Method in interface org.zkoss.bind.Binder
Load the load-binding of the component.
loadComponent(Component, boolean) - Method in class org.zkoss.bind.impl.BinderImpl
Internal Use only. init and load the component
loadComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Load values from the data bean properties to all attributes of a specified UI component.
loadDefaultImports(NameSpace) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Called when the top-level BeanShell scope is created.
Loader<K,V> - Interface in org.zkoss.util.resource
A loader that could load a resource to another format.
Loader.Resource<V> - Class in org.zkoss.util.resource
Represents the more information about an object loaded by Loader.load(K).
Loader.Resource(V, boolean) - Constructor for class org.zkoss.util.resource.Loader.Resource
 
LoadFormBinding - Interface in org.zkoss.bind.sys
Binding for load a form.
LoadFormBindingImpl - Class in org.zkoss.bind.impl
Implementation of LoadFormBinding
LoadFormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadFormBindingImpl
 
loadFunctions(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified URL.
loadFunctions(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified DOM.
LoadInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
LoadInfo(String, Component, String, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
LOADING_MODEL - Static variable in class org.zkoss.zul.Listbox
 
loadJavaScript(Execution, String) - Static method in class org.zkoss.zk.device.Devices
Loads the content of a javascript file as a String.
loadProperties(String) - Static method in class org.zkoss.web.fn.ThemeFns
Loads a theme properties and apply them into the request scope.
loadProperties(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
Loads a properties file and apply them into the request scope
loadProperties(ServletRequest, InputStream) - Static method in class org.zkoss.web.fn.ThemeProperties
Loads a properties file and apply them into the request scope
loadPropertyAnnotation(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
LoadPropertyBinding - Interface in org.zkoss.bind.sys
PropertyBinding for load into component attribute from backing bean property.
LoadPropertyBindingImpl - Class in org.zkoss.bind.impl
Implementation of LoadPropertyBinding.
LoadPropertyBindingImpl(Binder, Component, String, String, Class<?>, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadPropertyBindingImpl
 
LoadStatus - Interface in org.zkoss.zul.impl
Denote the status whether a on-demand-loading item is loaded.
LoadTemplateBinding - Interface in org.zkoss.bind.sys
 
LoadTemplateBindingImpl - Class in org.zkoss.bind.impl
 
LoadTemplateBindingImpl(Binder, Component, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadTemplateBindingImpl
 
locale - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
locale - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
Locales - Class in org.zkoss.util
The locale relevant utilities.
Locales() - Constructor for class org.zkoss.util.Locales
 
localizedYearOfDate(Date, Locale, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date in the specified locale.
localName - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
localName - Variable in class org.zkoss.zel.impl.parser.AstFunction
 
locate(String) - Static method in class org.zkoss.io.Files
Locates a file based o the current Locale.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
Returns URL containing the labels for the specified locale, or null if not available.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the input stream containing the label for the specified locale, or null if not available.
locate(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the filename based on the locale.
locate(ServletContext, ServletRequest, String, Locator) - Static method in class org.zkoss.web.servlet.Servlets
Locates a page based on the current Locale.
locate(Locale) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
locate(String) - Method in interface org.zkoss.zk.ui.Execution
Locates a page based on the current Locale.
locate(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
locateAsStream(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the input stream based on the locale, and returns the info of StreamLocation.
Location - Interface in org.zkoss.util.resource
Represents a location information inside a document.
Locator - Interface in org.zkoss.util.resource
A locator that is able to locate a resource.
Locator - Interface in org.zkoss.xml
The interface represents the source locator.
Locators - Class in org.zkoss.util.resource
Utilities to load and locate resources.
Locators() - Constructor for class org.zkoss.util.resource.Locators
 
Locators - Class in org.zkoss.xml
Utilities to handle Locator.
Locators() - Constructor for class org.zkoss.xml.Locators
 
Locators.StreamLocation - Class in org.zkoss.util.resource
the location information.
Locators.StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
 
Locators.URLLocation - Class in org.zkoss.util.resource
the location information.
Locators.URLLocation(URL, String, Locale) - Constructor for class org.zkoss.util.resource.Locators.URLLocation
 
Log - Class in org.zkoss.util.logging
Deprecated. As of release 7.0.0, use SLF4J API for logging instead.
Log(String) - Constructor for class org.zkoss.util.logging.Log
Deprecated. The constructor.
log(Level, String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a message and a throwable object at the giving level.
log(Level, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs any object and a throwable object at the giving level.
log(Level, int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a message and a throwable object at the giving level by giving a message code and multiple format arguments.
log(Level, int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a message and a throwable object at the giving level by giving a message code and ONE format argument.
log(Level, int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a message and a throwable object at the giving level by giving a message code and NO format argument.
log(Exception, String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
log(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
log(String, Throwable) - Method in class org.zkoss.web.portlet.PortletServletContext
 
log(String) - Method in interface org.zkoss.zk.ui.Execution
Writes the specified message to a servlet log file, usually an event log.
log(String, Throwable) - Method in interface org.zkoss.zk.ui.Execution
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
log(String, Throwable) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
log(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
log(String, Throwable) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
log(String) - Static method in class org.zkoss.zk.ui.util.Clients
Logs the message to the client.
log(String) - Method in interface org.zkoss.zk.ui.WebApp
Writes the specified message to a servlet log file, usually an event log.
log(String, Throwable) - Method in interface org.zkoss.zk.ui.WebApp
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
logio - Static variable in class org.zkoss.io.Serializables
The logger called org.zkoss.io.serializable used to log serialization information.
LONG - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
 
Longbox - Class in org.zkoss.zul
An edit box for holding an integer.
Longbox() - Constructor for class org.zkoss.zul.Longbox
 
Longbox(long) - Constructor for class org.zkoss.zul.Longbox
 
Longbox(int) - Constructor for class org.zkoss.zul.Longbox
 
Longs - Class in org.zkoss.lang
Long relevant utilities.
Longs() - Constructor for class org.zkoss.lang.Longs
 
longValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Longbox
Returns the value in long.
lookup(Class) - Static method in class org.zkoss.util.logging.Log
Deprecated. Gets the logger based on the class.
lookup(String) - Static method in class org.zkoss.util.logging.Log
Deprecated. Gets the logger based on the giving name.
lookup(Package) - Static method in class org.zkoss.util.logging.Log
Deprecated. Gets the logger based on the package.
lookup(String, String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the specified scope.
lookup(String, Session, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the give session (i.e., the session scope).
lookup(String, WebApp, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the event queue with the specified name in the give application (i.e., the application scope).
lookup(String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the desktop-level event queue with the specified name in the current desktop.
lookup(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Returns the desktop-level event queue with the specified name in the current desktop, or if no such event queue, create one.
lookup(String, String, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the specified scope.
lookup(String, Session, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the give session (i.e., the scope).
lookup(String, WebApp, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Returns the event queue with the specified name in the give application (i.e., the scope).
lookup(String, String, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(String, Session, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(String, WebApp, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
lookup(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition of the specified name or namespace.
lookup(String, String, boolean) - Method in class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
 
lookupNamespaceURI(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
lookupPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
LoopStatus - Interface in org.zkoss.web.servlet.dsp.action
Exposes the current status of an iteration.
LOWER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
LPAREN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
LT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.

M

m - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
Macro - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a macro component.
MacroDefinition - Class in org.zkoss.zk.ui.metainfo.impl
The macro component definition.
MacroStateCtx<E,C,IN,E2,C2> - Class in org.zkoss.fsm
The real power of StateMachine.
MacroStateCtx(StateMachine<E2, C2, IN>) - Constructor for class org.zkoss.fsm.MacroStateCtx
Construct a macro state, which consists of a state machine by itself.
Map - Class in org.zkoss.zhtml
The MAP tag.
Map() - Constructor for class org.zkoss.zhtml.Map
 
MAP - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a map, i.e., a map paired with equal and separated with comma.
MAP_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
A comparator for ListSubModel.getSubModel(java.lang.Object, int) to check if a value retrieved from the model matches the user typed.
mapComponent(String, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
mapComponent(String, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Maps a component associated with the given UUID to this page.
MapELResolver - Class in org.zkoss.zel
 
MapELResolver() - Constructor for class org.zkoss.zel.MapELResolver
 
MapELResolver(boolean) - Constructor for class org.zkoss.zel.MapELResolver
 
Maps - Class in org.zkoss.util
Utilities for process Map.
Maps() - Constructor for class org.zkoss.util.Maps
 
markClientInfoPerDesktop(Desktop, String) - Static method in class org.zkoss.zk.ui.impl.Utils
Marks the per-desktop information of the given key will be generated, and returns true if the information is not generated yet (i.e., this method is NOT called with the given key).
markHandling(Component, Binder) - Static method in class org.zkoss.bind.impl.BinderUtil
 
markLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
 
markLifeCycleHandling(Component) - Static method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
Internal use only.
markLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
 
markSetup(ServletRequest, boolean) - Static method in class org.zkoss.web.servlet.Charsets
Marks the specified request whether it has been set up, i.e., Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String) is called.
marshall(Object) - Method in class org.zkoss.zul.Datebox
 
marshall(Object) - Method in class org.zkoss.zul.Decimalbox
 
marshall(Object) - Method in class org.zkoss.zul.impl.InputElement
Marshall value to be sent to the client if needed.
marshall(Object) - Method in class org.zkoss.zul.Longbox
 
marshall(Object) - Method in class org.zkoss.zul.Timebox
 
match(Namespaceable, String, String, Pattern, int) - Static method in class org.zkoss.idom.impl.AbstractItem
Tests whether a namespaceable item matches the criteria.
match(Component, String) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
Returns true if the selector matches the given component.
match(Component, String, Map<String, PseudoClassDef>) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
Returns true if the selector matches the given component.
match(SimpleSelectorSequence, Map<String, PseudoClassDef>) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
Return true if the component qualifies the local properties of a given SimpleSelectorSequence.
matches(String) - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
Returns the information of the client if userAgent matches this client, or null if not matched.
matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
matches(String) - Method in interface org.zkoss.zk.device.Device
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
matches(String) - Static method in class org.zkoss.zk.device.Devices
Returns the name and version of the client if the given user agent matches any of the devices, or null if not matched or it is a standard browser request.
matches(String) - Method in class org.zkoss.zk.device.GenericDevice
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
Math() - Method in class org.zkoss.zel.impl.parser.ELParser
 
MatrixComparatorProvider<T> - Interface in org.zkoss.zkmax.zul
A comparator provider to provide a sets of column comparator that are used for Biglistbox
MatrixModel<Row,Head,Cell,Header> - Interface in org.zkoss.zkmax.zul
The interface defines the methods that components like Biglistbox to get the content of cells and headers from the matrix data.
MatrixRenderer<T> - Interface in org.zkoss.zkmax.zul
Used to generated the HTML fragment for the data associated with a matrix component, such as Biglistbox
max(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the maximum of the two.
MaximizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being maximized.
MaximizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MaximizeEvent
 
maxNextCharInd - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
MCommon - Interface in org.zkoss.mesg
 
Media - Interface in org.zkoss.util.media
Represents any multi-media, such as a voice, a pdf file, an excel file, an image and so on.
memento - Variable in class org.zkoss.zel.impl.lang.FunctionMapperFactory
 
Menu - Class in org.zkoss.zhtml
The MENU tag.
Menu() - Constructor for class org.zkoss.zhtml.Menu
 
Menu - Class in org.zkoss.zul
An element, much like a button, that is placed on a menu bar.
Menu() - Constructor for class org.zkoss.zul.Menu
 
Menu(String) - Constructor for class org.zkoss.zul.Menu
 
Menu(String, String) - Constructor for class org.zkoss.zul.Menu
 
Menubar - Class in org.zkoss.zul
A container that usually contains menu elements.
Menubar() - Constructor for class org.zkoss.zul.Menubar
 
Menubar(String) - Constructor for class org.zkoss.zul.Menubar
 
Menuitem - Class in org.zkoss.zul
A single choice in a Menupopup element.
Menuitem() - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String) - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String, String) - Constructor for class org.zkoss.zul.Menuitem
 
Menupopup - Class in org.zkoss.zul
A container used to display menus.
Menupopup() - Constructor for class org.zkoss.zul.Menupopup
 
Menuseparator - Class in org.zkoss.zul
Used to create a separator between menu items.
Menuseparator() - Constructor for class org.zkoss.zul.Menuseparator
 
merge(Date, Date, TimeZone) - Static method in class org.zkoss.util.Dates
merge the date part and time part of two specified dates into a date.
mergeChildren() - Method in interface org.zkoss.zk.ui.ext.render.Merger
Deprecated. Merges the children into one component, if possible.
mergeExceptionInfo(Exception, Object) - Static method in class org.zkoss.bind.impl.MiscUtil
 
mergeJavaScript(HttpServletRequest, HttpServletResponse, String, byte[]) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Merges the JavaScript code of the mergeable packages defined in LanguageDefinition.getMergedJavaScriptPackages(java.lang.String).
mergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Merge a JavaScript package, say pkgFrom, to another package, say pkgTo, such that, when loading pkgTo, pkgFrom will be placed in the same WPD file.
mergeNextSibling() - Method in interface org.zkoss.zk.ui.ext.render.Merger
Deprecated. Merges the next sibling into one component, if possible.
Merger - Interface in org.zkoss.zk.ui.ext.render
Deprecated. As of release 6.5.1, please use stubonly instead.
MeshElement - Class in org.zkoss.zul.impl
The fundamental class for mesh elements such as Grid, Listbox, and Tree.
MeshElement() - Constructor for class org.zkoss.zul.impl.MeshElement
 
MeshElement.InternalPaging - Class in org.zkoss.zul.impl
 
MeshElement.InternalPaging() - Constructor for class org.zkoss.zul.impl.MeshElement.InternalPaging
 
MESSAGE_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.web.mesg.MWeb
 
MESSAGE_ID - Static variable in interface org.zkoss.zk.mesg.MZk
 
MESSAGE_ID - Static variable in interface org.zkoss.zul.mesg.MZul
 
Messageable - Interface in org.zkoss.mesg
Denotes an object that contains a message by use of an integer, called code.
Messagebox - Class in org.zkoss.zhtml
Represents the message box.
Messagebox() - Constructor for class org.zkoss.zhtml.Messagebox
 
Messagebox - Class in org.zkoss.zul
Represents the message box.
Messagebox() - Constructor for class org.zkoss.zul.Messagebox
 
Messagebox.Button - Enum in org.zkoss.zul
The button types.
Messagebox.ClickEvent - Class in org.zkoss.zul
The event that will be received by the listener when the user clicks a button.
Messagebox.ClickEvent(String, Component, Messagebox.Button) - Constructor for class org.zkoss.zul.Messagebox.ClickEvent
 
MessageboxDlg - Class in org.zkoss.zul.impl
Used with Messagebox to implement a message box.
MessageboxDlg() - Constructor for class org.zkoss.zul.impl.MessageboxDlg
 
MessageboxDlg.Button - Class in org.zkoss.zul.impl
Represents a button on the message box.
MessageboxDlg.Button() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
 
MessageConst - Interface in org.zkoss.mesg
Defines the constants of message codes.
MessageConst.Aide - Class in org.zkoss.mesg
Used to handle the mapping of a message code to a filename.
MessageConst.Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
 
MessageConst.BundleInfo - Class in org.zkoss.mesg
The info of each message bundle.
MessageFactory - Class in org.zkoss.zel.impl.util
 
MessageFactory() - Constructor for class org.zkoss.zel.impl.util.MessageFactory
 
MessageFormats - Class in org.zkoss.text
The message formatting relevant utilities.
MessageFormats() - Constructor for class org.zkoss.text.MessageFormats
 
MessageFormats.NameInfo - Class in org.zkoss.text
The name info returned by MessageFormats.parseByName(java.lang.String)).
MessageLoader - Interface in org.zkoss.zk.ui.metainfo
The interface for loading messages as String output.
Messages - Class in org.zkoss.mesg
The message manager.
Messages() - Constructor for class org.zkoss.mesg.Messages
 
Messages.Formatter - Interface in org.zkoss.mesg
The formatter used by Messages.get(int, Object[], Locale) to format the specified object.
Meta - Class in org.zkoss.zhtml
The META tag.
Meta() - Constructor for class org.zkoss.zhtml.Meta
 
method - Variable in class org.zkoss.lang.Classes.MethodInfo
 
MethodExpression - Class in org.zkoss.zel
 
MethodExpression() - Constructor for class org.zkoss.zel.MethodExpression
 
MethodExpressionImpl - Class in org.zkoss.zel.impl
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class org.zkoss.zel.impl.MethodExpressionImpl
 
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.impl.MethodExpressionImpl
 
MethodExpressionLiteral - Class in org.zkoss.zel.impl
 
MethodExpressionLiteral() - Constructor for class org.zkoss.zel.impl.MethodExpressionLiteral
 
MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.impl.MethodExpressionLiteral
 
MethodFunction - Class in org.zkoss.xel.util
A XEL function based on java.lang.reflect.Method.
MethodFunction(Method) - Constructor for class org.zkoss.xel.util.MethodFunction
 
MethodInfo - Class in org.zkoss.zel
 
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.MethodInfo
 
MethodNotFoundException - Exception in org.zkoss.zel
 
MethodNotFoundException() - Constructor for exception org.zkoss.zel.MethodNotFoundException
 
MethodNotFoundException(String) - Constructor for exception org.zkoss.zel.MethodNotFoundException
 
MethodNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zel.MethodNotFoundException
 
MethodNotFoundException(Throwable) - Constructor for exception org.zkoss.zel.MethodNotFoundException
 
MethodParameters() - Method in class org.zkoss.zel.impl.parser.ELParser
 
MIDDLE_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the middle button is clicked.
MilestonePropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
 
MilestonePropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
 
MILLISECOND - Static variable in class org.zkoss.zul.Chart
 
min(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the minimum of the two.
MinimizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being minimized.
MinimizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MinimizeEvent
 
MINUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
MINUS_ONE - Static variable in class org.zkoss.math.BigDecimals
Represents -1 in big decimal.
MINUTE - Static variable in class org.zkoss.zul.Chart
 
MiscUtil - Class in org.zkoss.bind.impl
internal use only misc util
MiscUtil() - Constructor for class org.zkoss.bind.impl.MiscUtil
 
mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
mod(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
MOD0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
MOD1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
MODAL - Static variable in class org.zkoss.zul.Window
Makes the window as a modal dialog. once Window.doModal() is called, the execution of the event processing thread is suspended until one of the following occurs.
MODEL - Static variable in class org.zkoss.bind.impl.BinderImpl
 
Monitor - Interface in org.zkoss.zk.ui.util
A listener to monitor the status of ZK engine.
MONTH - Static variable in class org.zkoss.zul.Chart
 
monthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
monthOfDatePlus1(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
MouseEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by mouse activity.
MouseEvent(String, Component) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Construct a mouse relevant event with coordinate or area.
MouseEvent(String, Component, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, String, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event with a logic name called area.
moveBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (a.k.a., browser window) by the specified number of pixels.
MoveEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being moved.
MoveEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.MoveEvent
Constructs a mouse relevant event.
moveTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (a.k.a., browser window) to the specified location (in pixels).
MULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
MultiCache<K,V> - Class in org.zkoss.util
A CacheMap that uses multiple instanceof CacheMap to speed up the performance.
MultiCache() - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with 17 initial caches.
MultiCache(int, int, int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches, the max size and the lifetime.
MultiCache(int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches.
MultiComposer<T extends Component> - Class in org.zkoss.zk.ui.impl
To proxy a collection of composers.
MultiComposer(Composer<T>[]) - Constructor for class org.zkoss.zk.ui.impl.MultiComposer
The constructor.
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identified the state of Selectable.isMultiple() is changed.
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identified the state of Selectable.isMultiple() is changed.
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identified the state of Selectable.isMultiple() is changed.
Multiplication() - Method in class org.zkoss.zel.impl.parser.ELParser
 
multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
multiply(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
MutableInteger - Class in org.zkoss.lang
Represents an integer that can be modified.
MutableInteger(int) - Constructor for class org.zkoss.lang.MutableInteger
 
MVELFactory - Class in org.zkoss.zkmax.xel.mvel
An implementation based on MVEL.
MVELFactory() - Constructor for class org.zkoss.zkmax.xel.mvel.MVELFactory
 
MWeb - Interface in org.zkoss.web.mesg
 
MZk - Interface in org.zkoss.zk.mesg
 
MZul - Interface in org.zkoss.zul.mesg
 

N

name - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's name.
name - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
names() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns a readonly set of names of all elements.
names - Variable in class org.zkoss.text.MessageFormats.NameInfo
The name of relative position.
Names - Class in org.zkoss.zk.ui.sys
Utilities about variable's names.
Namespace - Class in org.zkoss.idom
Represents the namespace.
Namespace(String, String) - Constructor for class org.zkoss.idom.Namespace
Constructor.
Namespaceable - Interface in org.zkoss.idom
Represents a class that supports namespace.
Native - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a native component.
Native.Helper - Interface in org.zkoss.zk.ui.ext
The helper to generate the output for the native component.
NATIVE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native components.
NATIVE_NAMESPACE_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace prefix.
NativeHelpers - Class in org.zkoss.zk.ui.impl
Utilities for implementing Native.Helper.
NativeHelpers() - Constructor for class org.zkoss.zk.ui.impl.NativeHelpers
 
NativeInfo - Class in org.zkoss.zk.ui.metainfo
Represents the component information about the native components.
NativeInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info with a parent.
NativeInfo(EvaluatorRef, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info without a parent.
Nav - Class in org.zkoss.zkmax.zul
A container is used to display navitems, it should be placed inside a Navbar.
Nav() - Constructor for class org.zkoss.zkmax.zul.Nav
 
Nav(String) - Constructor for class org.zkoss.zkmax.zul.Nav
 
Navbar - Class in org.zkoss.zkmax.zul
A container that usually contains nav elements.
Navbar() - Constructor for class org.zkoss.zkmax.zul.Navbar
 
Navbar(String) - Constructor for class org.zkoss.zkmax.zul.Navbar
 
Navitem - Class in org.zkoss.zkmax.zul
A single choice in a Navbar or Nav element.
Navitem() - Constructor for class org.zkoss.zkmax.zul.Navitem
 
Navseparator - Class in org.zkoss.zkmax.zul
Used to create a separator between menu items.
Navseparator() - Constructor for class org.zkoss.zkmax.zul.Navseparator
 
NE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
NE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
NEEDLE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
NEEDLE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
NEEDLE_TYPE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
new_(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class.
new_(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and argument.
new_(Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
new_(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
newAttrArray() - Method in class org.zkoss.idom.Element
Creates an empty list of attributes.
newAttribute(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(Namespace, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute without namespace.
newAttribute(Namespace, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute with namespace.
newBindContext(Binder, Binding, boolean, String, Component, Event) - Static method in class org.zkoss.bind.impl.BindContextUtil
 
newCache(Session) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
Instantiates the cache to hold the recycled desktop for the given session.
newCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Instantiates the default captcha engine.
newCData(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newCData(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a CData.
newCell(Row) - Method in interface org.zkoss.zul.RowRendererExt
Create a component that will be attached to the unloaded row.
newChartEngine() - Method in class org.zkoss.zkmax.zul.Fusionchart
Instantiates the default chart engine.
newChartEngine() - Method in class org.zkoss.zul.Chart
Instantiates the default chart engine.
newChildren() - Method in class org.zkoss.idom.Document
 
newChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
Creates a list to hold child vertices.
newComboitem(Combobox) - Method in interface org.zkoss.zul.ComboitemRendererExt
Creates an instance of Comboitem for rendering.
newComment(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newComment(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Comment.
newComponent(Page, Component, ComponentInfo, Component) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentInfo, Component) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentInfo.
newComponent(Page, Component, ComponentDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentDefinition.
newComposer(Page, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a composer of the given class.
newComposer(Page, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a composer of the given class name.
newComposer(Page, Object) - Static method in class org.zkoss.zk.ui.impl.Utils
Instantiates a composer of the given object.
newComposer(Page, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a composer of the given class and page.
newComposer(Page, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a composer of the given class name and page.
newDesktop(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newDesktop(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Desktop.
newDocType(String, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocType(String, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a DocType.
newDocument(Element, DocType) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocument(Element, DocType) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Document.
newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelExpression
 
newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelFactory
 
newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELFactory
 
newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
newElement(Namespace, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(Namespace, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element with a namespace.
newElement(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element without namespace.
newELResolver(XelContext) - Method in class org.zkoss.bind.xel.zel.BindELContext
 
newELResolver(XelContext) - Method in class org.zkoss.xel.zel.XelELContext
 
newEmptySelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Instantiation an empty set of the section.
newEmptySelection() - Method in class org.zkoss.zul.AbstractListModel
Instantiation an empty set of the section.
newEntityRef(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newEntityRef(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an EntityReference.
newEventThreadCleanups(Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadInits(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadResumes(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadSuspends(Object) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Invokes Configuration.newEventThreadSuspends(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object).
newEventThreadSuspends(Component, Event, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadSuspend instances and invokes EventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newExpressionBuilder(String, ELContext) - Method in class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
 
newExpressionBuilder(String, ELContext) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
 
newExpressionEvaluator() - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
Returns the EL expression factory.
newExpressionFactory() - Method in class org.zkoss.bind.xel.BindXelFactory
 
newExpressionFactory() - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory() - Method in class org.zkoss.xel.zel.ELFactory
Returns the EL expression factory.
newExpressionFactory() - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
Returns the EL expression factory.
newFunctionMapper(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Creates and returns the function mapper for the specified pagedefinition and page.
newFunctionMapper(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Creates and returns the function mapper for the specified evaluator and page.
newGroup(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Group for rendering.
newGroupfoot(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Groupfoot for rendering.
newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Creates a SAX Handler.
newInitiator(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creates and returns the initiator, or null if no initiator is resolved.
newInitiator(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creates and returns the initiator, or null if no initiator is resolved.
newInstance(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Instantiates and returns the image encoder for the specified format.
newInstance(Class<?>, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified arguments and argument types.
newInstance(Class<?>, Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified argument.
newInstance(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class name with the specified arguments.
newInstance(Object, Class[], ClassLoader) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, target.
newInstance(Object, Class[]) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, target.
newInstance(Object, Object) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Use for only two object, see FusionInvoker.newInstance(Object[]).
newInstance(Object[]) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Creates an object that contains the all interfaces by wrapping giving object, targets.
newInstance(Class<?>, Object[]) - Method in class org.zkoss.xel.zel.ClassReflect
Instantiates a new instance of the specified class with the specified argument.
newInstance() - Static method in class org.zkoss.zel.ExpressionFactory
Create a new ExpressionFactory.
newInstance(Properties) - Static method in class org.zkoss.zel.ExpressionFactory
Create a new ExpressionFactory passing in the provided Properties.
newInstance(Class<?>, Object[]) - Method in interface org.zkoss.zel.impl.util.ClassReflect
Instantiates a new instance of the specified class with the specified argument.
newInstance(Class<?>, Object[]) - Static method in class org.zkoss.zel.impl.util.ClassUtil
Instantiates a new instance of the specified class with the specified argument.
newInstance() - Static method in class org.zkoss.zk.au.AuWriters
Creates an instance of AuWriter.
newInstance(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
newInstanceByThread(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with the specified arguments, by use of Classes.forNameByThread(java.lang.String).
newInstanceByThread(String) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with default constructor, by use of Classes.forNameByThread(java.lang.String).
newInstanceFromProperty(String, String, Class<T>) - Static method in class org.zkoss.bind.impl.MiscUtil
 
newInterpreter(String, Page) - Static method in class org.zkoss.zk.scripting.Interpreters
Returns the interpreter for the specified language name.
newLabelInfo(NodeInfo, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs and returns an ComponentInfo for the specified parent and text.
newListcell(Listitem) - Method in interface org.zkoss.zul.ListitemRendererExt
Create an instance of Listcell that will be attached to the unloaded listitem.
newListgroup(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroup for rendering.
newListgroupfoot(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroupfoot for rendering.
newListitem(Listbox) - Method in interface org.zkoss.zul.ListitemRendererExt
Creates an instance of Listitem that will be attached to listbox.
newMacroDefinition(LanguageDefinition, PageDefinition, String, Class<? extends Component>, String, boolean) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a macro component definition.
newNative(String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Creates a native component with the specified content.
newNative(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
newNative(String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
newNativeDefinition(LanguageDefinition, String, Class<? extends Component>) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component definition.
newPage(UiFactory, RequestInfo, PageDefinition, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newPage(UiFactory, RequestInfo, Richlet, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newPage(RequestInfo, PageDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, Richlet, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, PageDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified page definition.
newPage(RequestInfo, Richlet, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified richlet.
newProcessingInstruction(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newProcessingInstruction(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a processing instruction.
newRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelScale
Setup the DailModel range.
newRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Creates the request queue.
newRow(Grid) - Method in interface org.zkoss.zul.RowRendererExt
Creates an instance of Row that will be attached to grid.
newScale() - Method in class org.zkoss.zul.DialModel
new an instance of scale in this DialModel.
newScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModel
new an instance of scale in this DialModel.
newServerPush(Desktop, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Instantiates a server push of the given class.
newServerPush(Desktop, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes the server push of the given class and desktop.
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SerializableUiFactory
 
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SimpleUiFactory
 
newSession(WebApp, Object, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Instantiates a ZK session that is associated with the specified native session and request.
newSession(WebApp, Object, Object) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Session.
newTabboxEngine() - Method in class org.zkoss.zul.Tabbox
Instantiates the default tabbox engine.
newText(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newText(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Text.
newToken(int, String) - Static method in class org.zkoss.zel.impl.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.zkoss.zel.impl.parser.Token
 
newTrackerNode(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
newTrackerNode(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
 
newUnloadedItem(Object, int) - Method in class org.zkoss.zul.impl.GridDataLoader
Creates a new and unloaded row.
newUnloadedItem(ListitemRenderer, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Creates an new and unloaded listitem.
newUnloadedTab() - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
Returns the empty tab for model to use.
newUnloadedTabpanel() - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
Returns the empty tabpanel for model to use.
newVariableResolver(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creates and returns the variable resolver for the specified page.
newVariableResolver(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creates and returns the variable resolver for the specified page.
newVariableResolvers(Class<?>, Class<?>) - Static method in class org.zkoss.zk.ui.select.Selectors
Creates a list of instances of VariableResolver based on the annotation of the given class.
newWebApp(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppFactory
Instantiates the instance of WebApp.
newXelContext(BindContext, Component) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
newXelContext(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Instantiate a XEL context.
next - Variable in class org.zkoss.lang.Strings.Result
The next index.
next() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
next() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
next() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
next() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
next - Variable in class org.zkoss.zel.impl.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
next() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the next matched component.
next() - Method in interface org.zkoss.zk.ui.util.ForEach
Advanced to the next element.
next() - Method in class org.zkoss.zk.ui.util.ForEachImpl
 
next() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Get an operation from queue, and then remove it.
next() - Method in class org.zkoss.zkmax.zul.Cardlayout
Change to next component if possible.
NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
 
nextChar() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
nextComponentUuid(Desktop, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
nextComponentUuid(Desktop, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next component UUID for the specified component, or null to generate the default UUID.
nextDesktopId(Desktop) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
nextDesktopId(Desktop) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next desktop ID for the specified desktop, or null to generate the default ID.
nextElement() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
nextHashCode(int, int) - Static method in class org.zkoss.lang.Objects
Returns the next hash value by giving the previous one and a new one.
nextIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
nextIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the index of the next component.
nextPageUuid(Page) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
 
nextPageUuid(Page) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next page UUID for the specified page, or null to generate the default UUID.
nextRequest() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
nextRequest() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns the next request, or null if no more request.
nextSeparator(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next separator index in the src string.
nextSeparator(String, int, char[], boolean, boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next separator index in the src string.
nextToken(String, int, char[]) - Static method in class org.zkoss.lang.Strings
Returns the next token with unescape.
nextToken(String, int, char[], boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextToken(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextWhitespace(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next whitespace.
NO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO - Static variable in class org.zkoss.zul.Messagebox
A No button.
NO_CACHE - Static variable in class org.zkoss.zk.ui.sys.Attributes
A request attribute to indicate whether "no-cache" header is generated for the current desktop.
NO_EMPTY - Static variable in class org.zkoss.zul.SimpleConstraint
Empty is not allowed.
NO_FUTURE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the future is not allowed.
NO_FUTURE_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The Namespace for when not in a namespace
NO_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NEGATIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Negative numbers are not allowed.
NO_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the past is not allowed.
NO_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Positive numbers are not allowed.
NO_POSITIVE_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in class org.zkoss.zul.SimpleConstraint
Today is not allowed.
NO_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_ZERO - Static variable in class org.zkoss.zul.SimpleConstraint
Zero numbers are not allowed.
Nobr - Class in org.zkoss.zhtml
The NOBR tag.
Nobr() - Constructor for class org.zkoss.zhtml.Nobr
 
Node - Interface in org.zkoss.zel.impl.parser
 
nodeArity() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
nodeCreated() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
NodeInfo - Interface in org.zkoss.zk.ui.metainfo
Represent a node in a ZUML metainfo tree.
Nodes - Class in org.zkoss.xml
Node related utilities.
Nodes() - Constructor for class org.zkoss.xml.Nodes
 
NodeVisitor - Interface in org.zkoss.zel.impl.parser
 
NONE - Static variable in class org.zkoss.zul.Messagebox
Contains no symbols.
NonFellow - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the component won't become a fellow of the ID space it belongs.
NonLiteral() - Method in class org.zkoss.zel.impl.parser.ELParser
 
NonRootContextJQueryRenderPatch - Class in org.zkoss.zkplus.liferay
Used to patch the rendering result of a ZK portlet for Liferay.
NonRootContextJQueryRenderPatch() - Constructor for class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
 
normalize() - Method in class org.zkoss.idom.impl.AbstractItem
 
normalize(String, String) - Static method in class org.zkoss.io.Files
Normalizes the concatenation of two paths.
normalize(String) - Static method in class org.zkoss.io.Files
Normalizes the specified path.
normalizeDocument() - Method in class org.zkoss.idom.Document
 
NORTH - Static variable in class org.zkoss.zul.Borderlayout
The north layout constraint (top of container).
North - Class in org.zkoss.zul
A north region of a border layout.
North() - Constructor for class org.zkoss.zul.North
 
NOT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
NOT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
NotableLinkedList<E> - Class in org.zkoss.util
Linked list implementation of the List interface that provides the callback methods such as NotableLinkedList.onAdd(E, E), NotableLinkedList.onSet(E, E) and NotableLinkedList.onRemove(E).
NotableLinkedList() - Constructor for class org.zkoss.util.NotableLinkedList
 
notationDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
NOTIFICATION_TYPE_ERROR - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: error
NOTIFICATION_TYPE_INFO - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: information
NOTIFICATION_TYPE_WARNING - Static variable in class org.zkoss.zk.ui.util.Clients
Notification type: warning
notify(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notify(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notifyAdded(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Invokes ScopeListener.attributeAdded(org.zkoss.zk.ui.ext.Scope, java.lang.String, java.lang.Object) for registered listeners.
notifyAll(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing threads for the specified desktop that are waiting on the specified object.
notifyAll(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing threads for the specified desktop that are waiting on the specified object.
NotifyChange - Annotation Type in org.zkoss.bind.annotation
Notify value change.
notifyChange(Object, String) - Method in class org.zkoss.bind.BindComposer
 
notifyChange(Object, String) - Method in interface org.zkoss.bind.Binder
Notify change of the property.
notifyChange(Object, String) - Method in class org.zkoss.bind.impl.BinderImpl
 
NotifyChangeDisabled - Annotation Type in org.zkoss.bind.annotation
To disable the default notify change when binder sets a property.
NotifyChangeInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
NotifyChangeInfo(Component, Object, Object, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
 
notifyClientRequest(boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
notifyClientRequest(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Notifies the session that a client request is received.
notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Invokes ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace) for registered listeners.
notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.SimpleScope
Invokes ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace) for registered listeners.
notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Invokes ScopeListener.parentChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.ext.Scope) for registered listeners.
notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
Invokes ScopeListener.parentChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.ext.Scope) for registered listeners.
notifyRemoved(String) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Invokes ScopeListener.attributeRemoved(org.zkoss.zk.ui.ext.Scope, java.lang.String) for registered listeners.
notifyReplaced(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Invokes ScopeListener.attributeReplaced(org.zkoss.zk.ui.ext.Scope, java.lang.String, java.lang.Object) for registered listeners.
NOTIFYS - Static variable in class org.zkoss.bind.impl.BinderImpl
 
now(int) - Static method in class org.zkoss.util.Dates
Returns the current time but rounding to the specified precision of milliseconds.
now() - Static method in class org.zkoss.util.Dates
Returns the current time without rounding.
Null() - Method in class org.zkoss.zel.impl.parser.ELParser
 
NULL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
NULL_CHARACTER - Static variable in class org.zkoss.lang.Objects
The null character.
NULL_CODE - Static variable in interface org.zkoss.mesg.MessageConst
Denotes a non-existent code.
NULLIFY - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
NullInputStream - Class in org.zkoss.io
An input stream that returns nothing, a.k.a, an empty input stream.
NullInputStream() - Constructor for class org.zkoss.io.NullInputStream
 
NullReader - Class in org.zkoss.io
A reader that returns nothing, a.k.a, an empty reader.
NullReader() - Constructor for class org.zkoss.io.NullReader
 
NullWriter - Class in org.zkoss.io
A writer that drops all output.
NullWriter() - Constructor for class org.zkoss.io.NullWriter
 
NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our number precision.
NUMBER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our number scale.
NumberInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for number-type input box.
NumberInputElement() - Constructor for class org.zkoss.zul.impl.NumberInputElement
 

O

Object - Class in org.zkoss.zhtml
The OBJECT tag.
Object() - Constructor for class org.zkoss.zhtml.Object
 
ObjectBooleanConverter - Class in org.zkoss.bind.converter
Converter to convert boolean to Object.
ObjectBooleanConverter() - Constructor for class org.zkoss.bind.converter.ObjectBooleanConverter
 
Objects - Class in org.zkoss.lang
Utilities related to the Object class.
Objects() - Constructor for class org.zkoss.lang.Objects
 
objectToString(Object) - Method in class org.zkoss.zul.SimpleListModel
Deprecated. As of release 5.0.4, replaced with SimpleListModel.inSubModel(java.lang.Object, java.lang.Object).
obtainPassword(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated.  
obtainUsername(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated.  
OFF - Static variable in class org.zkoss.util.logging.Log
Deprecated. The OFF level used to turn of the logging.
OGNLFactory - Class in org.zkoss.zkmax.xel.ognl
An implementation based on OGNL.
OGNLFactory() - Constructor for class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
OK - Static variable in interface org.zkoss.zul.mesg.MZul
 
OK - Static variable in class org.zkoss.zul.Messagebox
A OK button.
Ol - Class in org.zkoss.zhtml
The OL tag.
Ol() - Constructor for class org.zkoss.zhtml.Ol
 
ON_ABORT - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Abort button being clicked.
ON_AFTER_RENDER - Static variable in class org.zkoss.zul.event.ZulEvents
The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered
ON_AFTER_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onAfterSize event (used with AfterSizeEvent).
ON_BIND_CLEAN - Static variable in class org.zkoss.bind.impl.BinderImpl
 
ON_BIND_INIT - Static variable in class org.zkoss.bind.impl.BinderImpl
 
ON_BLUR - Static variable in class org.zkoss.zk.ui.event.Events
The onBlur event (used with Event).
ON_BOOKMARK_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onBookmarkChange event (used with BookmarkEvent) to notify that user pressed BACK, FORWARD or specified URL directly that causes the bookmark is changed (but still in the same desktop).
ON_CANCEL - Static variable in class org.zkoss.zk.ui.event.Events
The onCancel event (used with KeyEvent).
ON_CANCEL - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Cancel button being clicked.
ON_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onChange event (used with InputEvent).
ON_CHANGING - Static variable in class org.zkoss.zk.ui.event.Events
The onChanging event (used with InputEvent).
ON_CHECK - Static variable in class org.zkoss.zk.ui.event.Events
The onCheck event (used with CheckEvent).
ON_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onClick event (used with MouseEvent).
ON_CLIENT_INFO - Static variable in class org.zkoss.zk.ui.event.Events
The onClientInfo event (used with ClientInfoEvent).
ON_CLOSE - Static variable in class org.zkoss.zk.ui.event.Events
The onClose event (used with Event) used to denote the close button is pressed.
ON_COL_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onColSize event used with ColSizeEvent.
ON_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
ON_CREATE - Static variable in class org.zkoss.zk.ui.event.Events
The onCreate event (used with CreateEvent) to notify a component that it (and its children) has been created by ZK's evaluating a ZUML page.
ON_CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.Events
The onCtrlKey event (used with KeyEvent).
ON_DESKTOP_RECYCLE - Static variable in class org.zkoss.zk.ui.event.Events
The onDesktopRecycle event (used with Event) to notify that a desktop has been recycled.
ON_DOUBLE_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onDoubleClick event (used with MouseEvent).
ON_DROP - Static variable in class org.zkoss.zk.ui.event.Events
The onDrop event (used with DropEvent).
ON_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
The onError event (used with ErrorEvent).
ON_FOCUS - Static variable in class org.zkoss.zk.ui.event.Events
The onFocus event (used with Event).
ON_FULFILL - Static variable in class org.zkoss.zk.ui.event.Events
The onFulfill event (used with FulfillEvent) to denote a fulfill condition has been applied.
ON_GLOBAL_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
ON_GROUP - Static variable in class org.zkoss.zk.ui.event.Events
The onGroup event (used with Event) to notify a request for grouping.
ON_IGNORE - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Ignore button being clicked.
ON_MAXIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMaximize event (used with MaximizeEvent).
ON_MINIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMinimize event (used with MinimizeEvent).
ON_MODAL - Static variable in class org.zkoss.zk.ui.event.Events
The onModal event (used with Event) to notify a component shall become modal.
ON_MOUSE_OUT - Static variable in class org.zkoss.zk.ui.event.Events
The onMouseOut event (used with MouseEvent).
ON_MOUSE_OVER - Static variable in class org.zkoss.zk.ui.event.Events
The onMouseOver event (used with MouseEvent).
ON_MOVE - Static variable in class org.zkoss.zk.ui.event.Events
The onMove event (used with MoveEvent).
ON_NO - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the No button being clicked.
ON_NOTIFY - Static variable in class org.zkoss.zk.ui.event.Events
The onNotify event (used with Event).
ON_OK - Static variable in class org.zkoss.zk.ui.event.Events
The onOK event (used with KeyEvent).
ON_OK - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the OK button being clicked.
ON_OPEN - Static variable in class org.zkoss.zk.ui.event.Events
The onOpen event (used with OpenEvent).
ON_PAGE_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onPageSize event used with PageSizeEvent.
ON_PAGING - Static variable in class org.zkoss.zul.event.ZulEvents
The onPaging event used with PagingEvent.
ON_PIGGYBACK - Static variable in class org.zkoss.zk.ui.event.Events
The onPiggyback event (used with Event) used to notify a root component that the client has sent a request to the server.
ON_PORTAL_MOVE - Static variable in class org.zkoss.zkmax.ui.event.Events
The onPortalMove event used with PortalMoveEvent.
ON_RENDER - Static variable in class org.zkoss.zk.ui.event.Events
The onRender request.
ON_RETRY - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the RETRY button being clicked.
ON_RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onRightClick event (used with MouseEvent).
ON_SCROLL - Static variable in class org.zkoss.zk.ui.event.Events
The onScroll event (used with ScrollEvent).
ON_SCROLLING - Static variable in class org.zkoss.zk.ui.event.Events
The onScrolling event (used with ScrollEvent).
ON_SELECT - Static variable in class org.zkoss.zk.ui.event.Events
The onSelect event (used with SelectEvent).
ON_SELECTION - Static variable in class org.zkoss.zk.ui.event.Events
The onSelection event (used with SelectionEvent).
ON_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onSize event (used with SizeEvent).
ON_SORT - Static variable in class org.zkoss.zk.ui.event.Events
The onSort event (used with Event) to notify a request for sorting.
ON_STUB - Static variable in class org.zkoss.zk.ui.event.Events
The onStub event (used with StubEvent) to denote an event sent from the peer widget of a stub component (at the client).
ON_SWIPE - Static variable in class org.zkoss.zk.ui.event.Events
The onSwipe event (used with SwipeEvent).
ON_TIMER - Static variable in class org.zkoss.zk.ui.event.Events
The onTimer event (used with Event).
ON_UNGROUP - Static variable in class org.zkoss.zk.ui.event.Events
The onUngroup event (used with Event) to notify a request for ungrouping.
ON_UPLOAD - Static variable in class org.zkoss.zk.ui.event.Events
The onUpload event (used with UploadEvent.
ON_URI_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onURIChange event (used with URIEvent) to notify that the associated URI of a component is changed.
ON_USER - Static variable in class org.zkoss.zk.ui.event.Events
The onUser event.
ON_VISIBILITY_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onVisibilityChange event (used with VisibilityChangeEvent).
ON_YES - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Yes button being clicked.
ON_Z_INDEX - Static variable in class org.zkoss.zk.ui.event.Events
The onZIndex event (used with ZIndexEvent).
onActivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onActivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onActivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become the current execution Executions.getCurrent().
onAdd(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onAdd(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onAdd(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onAdd(E, E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an new element is about being added into the array.
onAfterCompose() - Method in class org.zkoss.zul.Include
 
onCancel() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onChange(ChartDataEvent) - Method in interface org.zkoss.zul.event.ChartDataListener
Sent when the contents of the list has changed.
onChange(GroupsDataEvent) - Method in interface org.zkoss.zul.event.GroupsDataListener
Sent when the contents of the list has changed.
onChange(ListDataEvent) - Method in interface org.zkoss.zul.event.ListDataListener
Sent when the contents of the list has changed.
onChange(TreeDataEvent) - Method in interface org.zkoss.zul.event.TreeDataListener
Sent when the contents of the tree has changed.
onChildAdded(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildAdded(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is added.
onChildAdded(Component) - Method in class org.zkoss.zul.Combobox
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tabs
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tree
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is removed.
onChildRemoved(Component) - Method in class org.zkoss.zul.Borderlayout
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Combobox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Groupbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.LayoutRegion
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Menu
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Panel
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Row
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tab
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabs
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tree
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Window
 
onChildrenMerged(Component, boolean) - Method in class org.zkoss.zk.ui.sys.StubsComponent
Called when this component replaced the given component, and the children of the given component shall be 'merged' to this component.
onClick() - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
 
onClose(Event) - Method in class org.zkoss.zul.impl.FileuploadDlg
 
onClose() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onClose() - Method in class org.zkoss.zul.Panel
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Tab
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Window
Process the onClose event sent when the close button is pressed.
onCreate(Event) - Method in class org.zkoss.zul.Tab
Internal use only
onDeactivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become a non-current execution.
onDebug(String) - Method in class org.zkoss.fsm.StateMachine
This method is call at certain situations when debug mode is on.
onDestroyed() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
onDestroyed() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when the session is destroyed.
onDownload(Media, Object, String) - Method in interface org.zkoss.zkmax.zul.FiledownloadListener
Notifies that the user is requesting the media to download.
ONE - Static variable in class org.zkoss.math.BigDecimals
Represents 1 in big decimal.
onEchoInclude() - Method in class org.zkoss.zul.Include
Internal use only.
onEvent(T) - Method in interface org.zkoss.zk.ui.event.EventListener
Notifies this listener that an event occurs.
onEvent(Event) - Method in class org.zkoss.zk.ui.event.GenericEventListener
 
onEvent(Event) - Method in class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
 
onEvent(T) - Method in class org.zkoss.zkplus.acegi.ShowWindowEventListener
Deprecated.  
onExpunge(CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
Called when a pair of key and value having been expunged.
onField(Class<?>, Field, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.FieldRunner
 
onGroupLater(SortEvent) - Method in class org.zkoss.zul.Column
Internal use only.
onGroupLater(SortEvent) - Method in class org.zkoss.zul.Listheader
Internal use only.
onInitRender() - Method in class org.zkoss.zkmax.zul.Biglistbox
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
onInitRender(Event) - Method in class org.zkoss.zul.Combobox
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Grid
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Listbox
Handles a private event, onInitRender.
onInitRender(Event) - Method in class org.zkoss.zul.Radiogroup
For model rendering
onInitRender() - Method in class org.zkoss.zul.Selectbox
 
onInitRender() - Method in class org.zkoss.zul.Tabbox
 
onInitRender() - Method in class org.zkoss.zul.Tree
Handles a private event, onInitRender.
onInitRenderNow() - Method in class org.zkoss.zul.Selectbox
 
onInitSelection() - Method in class org.zkoss.zkmax.zul.Chosenbox
 
onLand(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
 
onLand(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine enters this state
onLeave(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
 
onLeave(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine leaves this state
onMethod(Class<?>, Method, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.MethodRunner
 
onModal() - Method in class org.zkoss.zul.Window
Process the onModal event by making itself a modal window.
onOK() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageAttached(Page, Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when this component is attached to a page.
onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Grid
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Include
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Listbox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Selectbox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Tree
 
onPageDetached(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageDetached(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when this component is detached from a page.
onPageDetached(Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
onPageDetached(Page) - Method in class org.zkoss.zul.Radio
 
onPageDetached(Page) - Method in class org.zkoss.zul.Window
 
onPagingInitRender() - Method in class org.zkoss.zul.Grid
Handles a private event, onPagingInitRender.
onPagingInitRender() - Method in class org.zkoss.zul.Listbox
Handles a private event, onPagingInitRender.
onPiggyback() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggyback() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called each time when ZK Update Engine retrieves events.
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Called when Events.ON_PIGGYBACK is received.
onPiggyback() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
onPiggybackListened(Component, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggybackListened(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when a component added or removed a listener for Events.ON_PIGGYBACK.
onReject(IN, C) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine rejects the input on this state
onReject(IN) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine rejects an input character
onRemove(Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onRemove(Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onRemove(Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onRemove(E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being removed from the array.
onRender(Area, Object) - Method in interface org.zkoss.zul.event.ChartAreaListener
Called when the chart is being cut into areas.
onReset() - Method in class org.zkoss.fsm.StateMachine
This method is called at constructor and when reseting the machine.
onReturn(IN, C) - Method in class org.zkoss.fsm.MacroStateCtx
 
onReturn(IN, C) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine returns to the same state
onSet(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onSet(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onSet(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onSet(E, E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
onSort(SortEventExt) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
onSort(SortEvent) - Method in class org.zkoss.zul.Column
Invokes a sorting action based on a SortEvent and maintains Column.getSortDirection().
onSort() - Method in class org.zkoss.zul.Column
Deprecated. As of release 5.0.8, use or override Column.onSort(SortEvent) instead.
onSort(SortEvent) - Method in class org.zkoss.zul.Listheader
Invokes a sorting action based on a SortEvent and maintains Listheader.getSortDirection().
onSort() - Method in class org.zkoss.zul.Listheader
Deprecated. As of release 6.5.0, use or override Listheader.onSort(SortEvent) instead.
onSort() - Method in class org.zkoss.zul.Treecol
It invokes Treecol.sort(boolean) to sort list items and maintain Treecol.getSortDirection().
onStart(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine takes the first character.
onStart() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Called when CometServerPush.start(org.zkoss.zk.ui.Desktop) is called.
onStart() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
onStop(boolean) - Method in class org.zkoss.fsm.MacroStateCtx
 
onStop(boolean) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine stops on this state
onStop(boolean) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine stops
onStop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Called when CometServerPush.stop() is called.
onTransit(IN, C) - Method in interface org.zkoss.fsm.StateCtx.TransitionListener
 
onUpload(ForwardEvent) - Method in class org.zkoss.zul.impl.FileuploadDlg
Called when a file is received.
onWrongValue(WrongValueException) - Method in class org.zkoss.zk.ui.AbstractComponent
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is this component.
onWrongValue(WrongValueException) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is the component causing the exception.
onWrongValue(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
 
open(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
Initializes the writer.
open(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Opens the connection.
open() - Method in class org.zkoss.zul.Bandbox
Drops down the child.
open() - Method in class org.zkoss.zul.Combobox
Drops down the list of combo items (Comboitem.
open() - Method in class org.zkoss.zul.Combobutton
Drops down the child.
open() - Method in class org.zkoss.zul.Datebox
Drops down the calendar to select a date.
open() - Method in class org.zkoss.zul.Menu
Opens the menupopup that belongs to the menu.
open(String, String) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(int, int) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(Component) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the client.
open(Component, String) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the client.
OPEN_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the open status of the tree has changed.
Openable<E> - Interface in org.zkoss.zul.ext
Indicate an openable collection.
OpenEntityManagerInViewListener - Class in org.zkoss.zkplus.jpa
Listener to init and cleanup the JPA entityManager automatically In WEB-INF/zk.xml, add following lines: <listener> <description>Hibernate "OpenEntityManagerInView" Listener</description> <listener-class>org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener</listener-class> </listener> Applicable to EJB version 3.2.ga or later
OpenEntityManagerInViewListener() - Constructor for class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
OpenEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's opening or closing something at the client.
OpenEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
OpenEvent(String, Component, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event for a context menu, a tooltip or a popup.
OpenEvent(String, Component, boolean, Component, Object) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
openNodeScope(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
OpenSessionInViewListener - Class in org.zkoss.zkplus.hibernate
Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
OpenSessionInViewListener() - Constructor for class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Deprecated.  
Operation - Interface in org.zkoss.zkex.zul.impl
This interface is for model sharer developer only, you rarely need to use this interface.
OperationException - Exception in org.zkoss.lang
The expectable system exception denoting user's operation errors.
OperationException(String, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException() - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException - Exception in org.zkoss.zk.ui
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
OperationException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException() - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationQueue - Class in org.zkoss.zkex.zul.impl
A queue for storing Operation and is thread-safe.
OperationQueue() - Constructor for class org.zkoss.zkex.zul.impl.OperationQueue
 
OperationQueueListener - Interface in org.zkoss.zkex.zul.impl
This class is for model sharer developer only, you rarely need to use this class.
OperationThread - Class in org.zkoss.zkex.zul.impl
This class is for model sharer developer only, you rarely need to use this class.
Optgroup - Class in org.zkoss.zhtml
The OPTGROUP tag.
Optgroup() - Constructor for class org.zkoss.zhtml.Optgroup
 
Option - Class in org.zkoss.zhtml
The OPTION tag.
Option() - Constructor for class org.zkoss.zhtml.Option
 
Or() - Method in class org.zkoss.zel.impl.parser.ELParser
 
OR0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
OR1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
org.zkoss - package org.zkoss
Potix Component Library
org.zkoss.bind - package org.zkoss.bind
ZK Bind Library
org.zkoss.bind.annotation - package org.zkoss.bind.annotation
Annotation for ZK Bind
org.zkoss.bind.converter - package org.zkoss.bind.converter
Converter for ZK Bind
org.zkoss.bind.converter.sys - package org.zkoss.bind.converter.sys
System Converter for ZK Bind
org.zkoss.bind.impl - package org.zkoss.bind.impl
Core Implementation for ZK Bind
org.zkoss.bind.sys - package org.zkoss.bind.sys
System level classes for ZK Bind
org.zkoss.bind.sys.debugger - package org.zkoss.bind.sys.debugger
Debugger level classes for ZK Bind
org.zkoss.bind.sys.debugger.impl - package org.zkoss.bind.sys.debugger.impl
Debugger implementation classes for ZK Bind
org.zkoss.bind.sys.debugger.impl.info - package org.zkoss.bind.sys.debugger.impl.info
Debugger implementation classes for ZK Bind
org.zkoss.bind.sys.tracker - package org.zkoss.bind.sys.tracker
Tracker classes for ZK Bind
org.zkoss.bind.tracker.impl - package org.zkoss.bind.tracker.impl
Tracker Implementation for ZK Bind
org.zkoss.bind.validator - package org.zkoss.bind.validator
Validator for ZK Bind
org.zkoss.bind.xel - package org.zkoss.bind.xel
XEL for ZK Bind
org.zkoss.bind.xel.zel - package org.zkoss.bind.xel.zel
ZEL of XEL for ZK Bind
org.zkoss.fsm - package org.zkoss.fsm
An easy-to-use Finite State Machine implementation.
org.zkoss.html - package org.zkoss.html
Utilities for handling HTML.
org.zkoss.idom - package org.zkoss.idom
The iDOM representation of XML DOM tree.
org.zkoss.idom.impl - package org.zkoss.idom.impl
Implementation of iDOM.
org.zkoss.idom.input - package org.zkoss.idom.input
SAX builder and factory for iDOM.
org.zkoss.idom.transform - package org.zkoss.idom.transform
XSL Transformer for iDOM.
org.zkoss.idom.util - package org.zkoss.idom.util
Utilities that simplifies the use of iDOM.
org.zkoss.image - package org.zkoss.image
Image classes and interfaces.
org.zkoss.image.encoder - package org.zkoss.image.encoder
Classes used to encode images.
org.zkoss.io - package org.zkoss.io
File and stream I/O utilities.
org.zkoss.json - package org.zkoss.json
JSON is a lightweight data-interchange format.
org.zkoss.json.parser - package org.zkoss.json.parser
The parser used to implement JSON
org.zkoss.lang - package org.zkoss.lang
The most fundamental Java utilities relevant.
org.zkoss.lang.reflect - package org.zkoss.lang.reflect
Utilities for Java reflection.
org.zkoss.math - package org.zkoss.math
Mathematic utilities, such as BigDecimal and BigInteger.
org.zkoss.mesg - package org.zkoss.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.sound - package org.zkoss.sound
Sound classes and interfaces.
org.zkoss.text - package org.zkoss.text
Utilities for formatting numbers, dates and others.
org.zkoss.util - package org.zkoss.util
Utilities for handling data structures.
org.zkoss.util.logging - package org.zkoss.util.logging
Logging utilities.
org.zkoss.util.media - package org.zkoss.util.media
Media classes, interfaces and utilities.
org.zkoss.util.resource - package org.zkoss.util.resource
Resources and their locators and loaders.
org.zkoss.util.resource.impl - package org.zkoss.util.resource.impl
Implementation of resources and their locators and loaders.
org.zkoss.web - package org.zkoss.web
The Web common library.
org.zkoss.web.fn - package org.zkoss.web.fn
Functions used for EL expressions.
org.zkoss.web.mesg - package org.zkoss.web.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.web.portlet - package org.zkoss.web.portlet
Portlet relevant utilities.
org.zkoss.web.servlet - package org.zkoss.web.servlet
Servlet relevant utilities.
org.zkoss.web.servlet.dsp - package org.zkoss.web.servlet.dsp
Dynamic Servlet Page (DSP).
org.zkoss.web.servlet.dsp.action - package org.zkoss.web.servlet.dsp.action
DSP actions, such as ForEach, Include and If
org.zkoss.web.servlet.dsp.action.html - package org.zkoss.web.servlet.dsp.action.html
DSP actions that are used only with HTML.
org.zkoss.web.servlet.dsp.impl - package org.zkoss.web.servlet.dsp.impl
Classes used to implement DSP.
org.zkoss.web.servlet.http - package org.zkoss.web.servlet.http
HTTP relevant utilities.
org.zkoss.web.servlet.xel - package org.zkoss.web.servlet.xel
XEL Utilities that depends on Servlets.
org.zkoss.web.theme - package org.zkoss.web.theme
 
org.zkoss.web.util.resource - package org.zkoss.web.util.resource
Utilities to access Web resources.
org.zkoss.xel - package org.zkoss.xel
XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL.
org.zkoss.xel.el - package org.zkoss.xel.el
This implementation is based on zcommons-EL.
org.zkoss.xel.fn - package org.zkoss.xel.fn
A collections of functions used in XEL expressions (for TLD only).
org.zkoss.xel.taglib - package org.zkoss.xel.taglib
Utilities to access taglibs, aka., the TLD files.
org.zkoss.xel.util - package org.zkoss.xel.util
Utilties of XEL expressions.
org.zkoss.xel.zel - package org.zkoss.xel.zel
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
org.zkoss.xml - package org.zkoss.xml
Utilities for handling XML.
org.zkoss.zel - package org.zkoss.zel
 
org.zkoss.zel.impl - package org.zkoss.zel.impl
 
org.zkoss.zel.impl.lang - package org.zkoss.zel.impl.lang
 
org.zkoss.zel.impl.parser - package org.zkoss.zel.impl.parser
 
org.zkoss.zel.impl.util - package org.zkoss.zel.impl.util
 
org.zkoss.zhtml - package org.zkoss.zhtml
ZHTML component set.
org.zkoss.zhtml.impl - package org.zkoss.zhtml.impl
Classes used to implement ZHTML component set.
org.zkoss.zk - package org.zkoss.zk
ZK core library.
org.zkoss.zk.au - package org.zkoss.zk.au
Requests and responsed used to communicate between client and server, called asynchronous updates.
org.zkoss.zk.au.http - package org.zkoss.zk.au.http
HTTP related classes used to do asynchronous updates.
org.zkoss.zk.au.out - package org.zkoss.zk.au.out
The responses of asynchronous updates (sent from server to client).
org.zkoss.zk.device - package org.zkoss.zk.device
Device (such as Ajax browsers and mobile devices) relevant classes.
org.zkoss.zk.fn - package org.zkoss.zk.fn
A collections of functions used in EL expressions (implementation only).
org.zkoss.zk.mesg - package org.zkoss.zk.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.zk.scripting - package org.zkoss.zk.scripting
Scripting intepreter relevant classes, including interpreter, namespace and so on.
org.zkoss.zk.scripting.bsh - package org.zkoss.zk.scripting.bsh
BeanShell - Java Interpreter.
org.zkoss.zk.scripting.groovy - package org.zkoss.zk.scripting.groovy
Groovy Interpreter
org.zkoss.zk.scripting.jruby - package org.zkoss.zk.scripting.jruby
JRuby interpreter
org.zkoss.zk.scripting.jython - package org.zkoss.zk.scripting.jython
Jython interpreter
org.zkoss.zk.scripting.rhino - package org.zkoss.zk.scripting.rhino
Rhino - JavaScript Interpreter org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino but went through BSF.
org.zkoss.zk.scripting.util - package org.zkoss.zk.scripting.util
Utilities for implementing interpters and namespaces.
org.zkoss.zk.ui - package org.zkoss.zk.ui
Interfaces of the common user-interfaces, such as Page and Component.
org.zkoss.zk.ui.annotation - package org.zkoss.zk.ui.annotation
Utilities for specifying component annotations
org.zkoss.zk.ui.event - package org.zkoss.zk.ui.event
The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know.
org.zkoss.zk.ui.event.impl - package org.zkoss.zk.ui.event.impl
Implementation of Event Queues
org.zkoss.zk.ui.ext - package org.zkoss.zk.ui.ext
Additional Interfaces that might be implemented by special components, such as AfterCompose.
org.zkoss.zk.ui.ext.render - package org.zkoss.zk.ui.ext.render
Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.http - package org.zkoss.zk.ui.http
HTTP relevant utilities and servlets for implementing user interfaces (implementation only).
org.zkoss.zk.ui.impl - package org.zkoss.zk.ui.impl
Implementation of user interfaces and factories (implementation only).
org.zkoss.zk.ui.metainfo - package org.zkoss.zk.ui.metainfo
Metainfo representing pages and languages (implementation only).
org.zkoss.zk.ui.metainfo.impl - package org.zkoss.zk.ui.metainfo.impl
The implementation class of the metainfos.
org.zkoss.zk.ui.select - package org.zkoss.zk.ui.select
Utilities of ZK Component Selector, which retrieves components by selector rules, like CSS selectors.
org.zkoss.zk.ui.select.annotation - package org.zkoss.zk.ui.select.annotation
Annotations for ZK Component Selector.
org.zkoss.zk.ui.select.impl - package org.zkoss.zk.ui.select.impl
Implementation of ZK Component Selector
org.zkoss.zk.ui.sys - package org.zkoss.zk.ui.sys
Internal interfaces of user interfaces and factories (behind the scene).
org.zkoss.zk.ui.util - package org.zkoss.zk.ui.util
Utilities to handle user interfaces.
org.zkoss.zk.xel - package org.zkoss.zk.xel
ZK XEL utilities.
org.zkoss.zk.xel.impl - package org.zkoss.zk.xel.impl
XEL utilities for implementation only.
org.zkoss.zkex - package org.zkoss.zkex
The extension to ZK core and additional ZUL components.
org.zkoss.zkex.bind.impl - package org.zkoss.zkex.bind.impl
 
org.zkoss.zkex.theme - package org.zkoss.zkex.theme
 
org.zkoss.zkex.ui.comet - package org.zkoss.zkex.ui.comet
ZK comet implementation.
org.zkoss.zkex.zul - package org.zkoss.zkex.zul
Zul Extension library.
org.zkoss.zkex.zul.impl - package org.zkoss.zkex.zul.impl
Classes used to implement ZUL Component extension Set (implementation only).
org.zkoss.zkmax - package org.zkoss.zkmax
Versatile plugins such as Ruby, Groovy, JavaScript, MVEL, OGNL, and other plugins.
org.zkoss.zkmax.au - package org.zkoss.zkmax.au
AU utilities in ZK EE, such as the inaccessible widget block service.
org.zkoss.zkmax.au.http - package org.zkoss.zkmax.au.http
HTTP related classes used to do asynchronous updates.
org.zkoss.zkmax.bind - package org.zkoss.zkmax.bind
 
org.zkoss.zkmax.bind.impl - package org.zkoss.zkmax.bind.impl
 
org.zkoss.zkmax.init - package org.zkoss.zkmax.init
Initialization of zkmax
org.zkoss.zkmax.theme - package org.zkoss.zkmax.theme
 
org.zkoss.zkmax.ui.comet - package org.zkoss.zkmax.ui.comet
ZK comet 2 implementation that is based on Servlet 3 asynchronous processing support.
org.zkoss.zkmax.ui.event - package org.zkoss.zkmax.ui.event
Events of Components in ZK EE.
org.zkoss.zkmax.ui.event.impl - package org.zkoss.zkmax.ui.event.impl
Implementation of EventQueueProvider.
org.zkoss.zkmax.ui.http - package org.zkoss.zkmax.ui.http
Implementation of HTTP interfaces and factories for ZK EE.
org.zkoss.zkmax.ui.impl - package org.zkoss.zkmax.ui.impl
Implementation of user interfaces and factories for ZK EE.
org.zkoss.zkmax.ui.select - package org.zkoss.zkmax.ui.select
Selector related utilities for ZK EE.
org.zkoss.zkmax.ui.select.annotation - package org.zkoss.zkmax.ui.select.annotation
Annotations for Selector related utilities for ZK EE.
org.zkoss.zkmax.ui.util - package org.zkoss.zkmax.ui.util
ZK EE utilities, such as utility to recycle desktops.
org.zkoss.zkmax.xel.el - package org.zkoss.zkmax.xel.el
This implementation is based on Apache Commons EL, ApacheELFactory.
org.zkoss.zkmax.xel.el21 - package org.zkoss.zkmax.xel.el21
This implementation is based on JSP 2.1 EL.
org.zkoss.zkmax.xel.mvel - package org.zkoss.zkmax.xel.mvel
A XEL implemetation based on MVEL.
org.zkoss.zkmax.xel.ognl - package org.zkoss.zkmax.xel.ognl
A XEL implemetation based on OGNL.
org.zkoss.zkmax.xel.util - package org.zkoss.zkmax.xel.util
Utilities to implement XEL factories.
org.zkoss.zkmax.zul - package org.zkoss.zkmax.zul
Components and UI utitilies available in ZK EE.
org.zkoss.zkmax.zul.event - package org.zkoss.zkmax.zul.event
 
org.zkoss.zkmax.zul.fusionchart - package org.zkoss.zkmax.zul.fusionchart
 
org.zkoss.zkmax.zul.fusionchart.config - package org.zkoss.zkmax.zul.fusionchart.config
 
org.zkoss.zkmax.zul.fusionchart.impl - package org.zkoss.zkmax.zul.fusionchart.impl
 
org.zkoss.zkmax.zul.fusionchart.render - package org.zkoss.zkmax.zul.fusionchart.render
 
org.zkoss.zkmax.zul.impl - package org.zkoss.zkmax.zul.impl
Implementation of ZUL components in ZK EE
org.zkoss.zkplus - package org.zkoss.zkplus
The ZK plus utilities, including data binding and integration of hibernate, acegi and so on.
org.zkoss.zkplus.acegi - package org.zkoss.zkplus.acegi
Utilities to support Acegi Security System
org.zkoss.zkplus.cdi - package org.zkoss.zkplus.cdi
Utilities to support Contexts and Dependency Injection(JSR-299).
org.zkoss.zkplus.cluster - package org.zkoss.zkplus.cluster
 
org.zkoss.zkplus.databind - package org.zkoss.zkplus.databind
The DataBinder used for binding ZK UI component and the backend data bean.
org.zkoss.zkplus.embed - package org.zkoss.zkplus.embed
Utilities to embed ZK components into the 3rd party framework.
org.zkoss.zkplus.hibernate - package org.zkoss.zkplus.hibernate
Utilities to support Hibernate.
org.zkoss.zkplus.jndi - package org.zkoss.zkplus.jndi
Utilities to support JNDI
org.zkoss.zkplus.jpa - package org.zkoss.zkplus.jpa
Utilities to support JPA
org.zkoss.zkplus.liferay - package org.zkoss.zkplus.liferay
Utilities to support Liferay Portal.
org.zkoss.zkplus.seasar - package org.zkoss.zkplus.seasar
Utilities to support Seasar Framework.
org.zkoss.zkplus.spring - package org.zkoss.zkplus.spring
Utilities to support Spring Application Framework.
org.zkoss.zkplus.theme - package org.zkoss.zkplus.theme
 
org.zkoss.zkplus.util - package org.zkoss.zkplus.util
Utilities that can be applied to several situations.
org.zkoss.zml - package org.zkoss.zml
The ZK XML Component Set.
org.zkoss.zml.device - package org.zkoss.zml.device
XML Device
org.zkoss.zml.impl - package org.zkoss.zml.impl
ZML implementation classes
org.zkoss.zul - package org.zkoss.zul
ZUL component set that are used for HTML-based clients.
org.zkoss.zul.event - package org.zkoss.zul.event
Events of ZUL Component Set.
org.zkoss.zul.ext - package org.zkoss.zul.ext
Interfaces that might be implemented by ZUL components.
org.zkoss.zul.impl - package org.zkoss.zul.impl
Classes used to implement ZUL Component Set (implementation only).
org.zkoss.zul.mesg - package org.zkoss.zul.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.zul.theme - package org.zkoss.zul.theme
 
organizeGroup(Comparator<D>, int) - Method in class org.zkoss.zul.GroupsModelArray
Organizes groups based sorted data.
ORIENT_HORIZONTAL - Static variable in class org.zkoss.zkmax.zul.Fusionchart
 
ORIENT_VERTICAL - Static variable in class org.zkoss.zkmax.zul.Fusionchart
 
Otherwise - Class in org.zkoss.web.servlet.dsp.action
Represents the last alternative within a Choose action.
Otherwise() - Constructor for class org.zkoss.web.servlet.dsp.action.Otherwise
 
out(String) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
 
Out - Class in org.zkoss.web.servlet.dsp.action
Generates the specified value into a string.
Out() - Constructor for class org.zkoss.web.servlet.dsp.action.Out
 
OUT_OF_RANGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
outDeviceCSSContent(String) - Static method in class org.zkoss.zk.fn.DspFns
Generates the complete CSS content of all components in the specified device.
outDeviceCSSContent(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Generates and returns the complete CSS content of all components in the specified device.
outDeviceJavaScripts(String) - Static method in class org.zkoss.zk.fn.DspFns
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
outDeviceJavaScripts(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
outDeviceStyleSheets(String) - Static method in class org.zkoss.zk.fn.DspFns
Returns HTML tags to include style sheets of the specified device for the current application (never null).
outDeviceStyleSheets(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Returns HTML tags to include style sheets of the specified device for the current application (never null).
outDocType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the doc type, or null if not available.
OUTER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
outFeature() - Static method in class org.zkoss.zul.impl.Utils
Generates the ZK feature information
outFirstLine(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the first line to be generated to the output, or null if no special first line.
outHeaders(Execution, Page, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the content of the specified condition that will be placed inside the header element of the specified page, or null if it was generated before.
outHeaderZkTags(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates and returns the ZK specific HTML tags including the headers defined in the specified page, or null if it was generated before.
outLangJavaScripts(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page (never null).
outLangStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns HTML tags to include all style sheets that are defined in all languages of the specified device (never null).
outLocaleJavaScript() - Static method in class org.zkoss.zk.ui.http.Wpds
Generates Locale-dependent strings in JavaScript syntax.
outLocaleJavaScript(ServletRequest, ServletResponse) - Static method in class org.zkoss.zk.ui.http.Wpds
Generates Locale-dependent strings in JavaScript syntax.
outLocaleJavaScript() - Static method in class org.zkoss.zul.impl.Utils
Generates the locale-dependent JavaScript codes, such as messages (msgzul).
outPageContent(Execution, Page, Writer, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Returns the HTML content representing a page.
outResponseJavaScripts(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the AU responses that are part of a page rendering.
outResponseJavaScripts(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the AU responses that are part of a page rendering.
outSEOContent(Page, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the SEO content for the given page.
outSpecialJS(Desktop) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the special JavaScript code, such as the application's name.
outStandalone(Execution, Component, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the content of a standalone component that the peer widget is not a child of the page widget at the client.
outUnavailable(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates the unavailable message in HTML tags, if any.
outWidgetListJavaScript(String) - Static method in class org.zkoss.zk.ui.http.Wpds
Generates all widgets in the specified language.
outZkHtmlTags(String) - Static method in class org.zkoss.zk.fn.DspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkHtmlTags(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkTags(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
OVERLAP - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAPPED - Static variable in class org.zkoss.zul.Window
Makes the window as overlapped other components.
OVERWRITE_URI - Static variable in class org.zkoss.web.portlet.Portlets
Whether to overwrite uri if both uri and params contain the same parameter.
OVERWRITE_URI - Static variable in class org.zkoss.web.servlet.Servlets
Whether to overwrite uri if both uri and params contain the same parameter.
OVERWRITE_URI - Static variable in interface org.zkoss.zk.ui.Execution
Whether to overwrite uri if both uri and params contain the same parameter.
owner - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 

P

P - Class in org.zkoss.zhtml
The P tag.
P() - Constructor for class org.zkoss.zhtml.P
 
packageToPath(String) - Method in class org.zkoss.zk.device.AjaxDevice
Converts a package to a path that can be accessible by the class loader (classpath).
packageToPath(String) - Method in interface org.zkoss.zk.device.Device
Converts a package to an absolute path that can be accessible by the class loader (classpath).
packageToPath(String) - Method in class org.zkoss.zk.device.GenericDevice
Converts a package to an absolute path that can be accessible by the class loader (classpath).
Padding - Interface in org.zkoss.zul.impl
Control the padding height of a component(Used mainly for component developing).
Page - Class in org.zkoss.web.servlet.dsp.action
The page action used to set the page info, such as the content type.
Page() - Constructor for class org.zkoss.web.servlet.dsp.action.Page
 
Page - Interface in org.zkoss.zk.ui
A page.
page - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the page.
PAGE_CREATED - Static variable in class org.zkoss.zk.ui.impl.Attributes
An execution attribute used to store whether the page has been created.
PAGE_DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
PAGE_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_REDRAW_CONTROL - Static variable in class org.zkoss.zk.ui.sys.Attributes
The execution attribute used to control how to redraw a page (PageCtrl.redraw(java.io.Writer)).
PAGE_RENDERER - Static variable in class org.zkoss.zk.ui.sys.Attributes
The execution attribute used to control how to render a page.
PAGE_RENDERING - Static variable in class org.zkoss.zk.ui.sys.Attributes
An execution attribute to indicate that a page is rendering.
PAGE_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The page scope.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same page.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same page.
PAGE_UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
Pageable - Interface in org.zkoss.zul.ext
Represents a component that can be displayed in multiple pages but cannot be controlled by an external paging controller.
PageActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a page, when the session is going to be deactivated or has been activated.
PageConfig - Interface in org.zkoss.zk.ui.sys
Represents the info used to initialize a page.
PageContext - Interface in org.zkoss.web.servlet.xel
Represents a page context.
PageCtrl - Interface in org.zkoss.zk.ui.sys
Addition interface to Page for implementation purpose.
PageDefinition - Class in org.zkoss.zk.ui.metainfo
A page definition.
PageDefinition(LanguageDefinition, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinition(LanguageDefinition, String, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinitions - Class in org.zkoss.zk.ui.metainfo
Utilities to retrieve page definitions.
PageDefinitions() - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinitions
 
PageImpl - Class in org.zkoss.zk.ui.impl
An implementation of Page and PageCtrl.
PageImpl(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by giving the page definition.
PageImpl(LanguageDefinition, ComponentDefinitionMap, String, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page without page definition and richlet.
PageImpl(Page) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page with another page as instance
PageImpl(Richlet, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by specifying a richlet.
PageRenderer - Class in org.zkoss.zhtml.impl
The page render for ZHTML pages.
PageRenderer() - Constructor for class org.zkoss.zhtml.impl.PageRenderer
 
PageRenderer - Interface in org.zkoss.zk.ui.sys
The page render used to render a page.
PageRenderer - Class in org.zkoss.zml.impl
The page render for XML pages.
PageRenderer() - Constructor for class org.zkoss.zml.impl.PageRenderer
 
PageRenderer - Class in org.zkoss.zul.impl
The page render for ZUL pages.
PageRenderer() - Constructor for class org.zkoss.zul.impl.PageRenderer
 
PageRenderPatch - Interface in org.zkoss.zk.ui.sys
A patch that is used to process the rendering result of a page.
pageScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the page.
PageSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized.
PageSizeEvent - Class in org.zkoss.zul.event
Used to notify the paging size has been changed when the autopaging (MeshElement.setAutopaging(boolean)) is enabled and user changed the size of the content.
PageSizeEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event.
PageSizeEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event that the target is different from the page controller.
Paginal - Interface in org.zkoss.zul.ext
Represents a component that is used to control how to display other components in multiple pages.
Paginated - Interface in org.zkoss.zul.ext
Indicates a component that can be controller by an external paging controller (i.e., an instance of Paginal).
Paging - Class in org.zkoss.zul
Paging of long content.
Paging() - Constructor for class org.zkoss.zul.Paging
 
Paging(int, int) - Constructor for class org.zkoss.zul.Paging
Constructor.
PagingEvent - Class in org.zkoss.zul.event
Used to notify that a new page is selected by the user, or by Paginal (such as Paging).
PagingEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event.
PagingEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event that the target is different from the page controller.
Pair<X,Y> - Class in org.zkoss.util
A pair of keys.
Pair(X, Y) - Constructor for class org.zkoss.util.Pair
 
Pair() - Constructor for class org.zkoss.util.Pair
 
Panel - Class in org.zkoss.zul
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
Panel() - Constructor for class org.zkoss.zul.Panel
 
Panelchildren - Class in org.zkoss.zul
Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
Panelchildren() - Constructor for class org.zkoss.zul.Panelchildren
 
param - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the param argument passed from the http request.
ParamCall - Class in org.zkoss.bind.impl
To help invoke a method with BindingParam etc.. features.
ParamCall() - Constructor for class org.zkoss.bind.impl.ParamCall
 
ParamCall(boolean) - Constructor for class org.zkoss.bind.impl.ParamCall
 
ParameterMap - Class in org.zkoss.web.servlet.xel
Represents a parameter map.
ParameterMap(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.ParameterMap
 
paramString(Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
 
parent - Variable in class org.zkoss.zel.impl.parser.SimpleNode
 
PARENT - Static variable in class org.zkoss.zk.ui.util.Composition
 
parentChanged(Scope, Scope) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
Called when the parent has been changed.
parse(Reader) - Static method in class org.zkoss.json.JSONValue
Parse (a.k.a., decode) JSON text into java object from the input source.
parse(String) - Static method in class org.zkoss.json.JSONValue
Parse (a.k.a., decode) JSON text into java object from the string.
parse(String) - Method in class org.zkoss.json.parser.JSONParser
 
parse(String, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Reader) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Reader, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
Parse JSON text into java object from the input source.
parse(String, boolean) - Static method in class org.zkoss.text.DateFormats
Parses a string, that is formatted by DateFormats.format(java.util.Date, boolean), to a date.
parse(Collection<String>, String, char) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection<String>, String, char, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection<String>, String, char, boolean, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Map<? super String, ? super String>, String, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map.
parse(Map, String, char, char, boolean, boolean, boolean) - Static method in class org.zkoss.util.Maps
Deprecated. As of release 6.0.0, replaced with Maps.parse(Map, String, char, char, boolean, boolean) and Maps.parseMultiple(java.util.Map>, java.lang.String, char, char, boolean, boolean)
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.impl.Parser
Parses the content into a meta format
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Parses a content to a meta format called Interpretation.
parse(InputStream, String, String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
It is called to parse the resource into an intermediate format depending on Extendlet.
parse(String, File, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parses the specified file and returns the result which will be stored into the cache (ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object)).
parse(String, URL, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parses the specified URL and returns the result which will be stored into the cache (ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object)).
parse(String) - Static method in class org.zkoss.zel.impl.parser.ELParser
 
parse(File, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified file.
parse(URL, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified URL.
parse(Reader, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses from the specified reader.
parse(Document, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parse the raw content directly from a DOM tree.
parse(String) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
parse(List<Token>, String) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
parse(URL, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by url, into the configuration.
parse(InputStream, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml from an input stream into the configuration.
parse(Element, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by the root element.
parse(Configuration, Element) - Method in interface org.zkoss.zk.ui.util.ConfigParser
Called to parse application-specific elements.
parse(String) - Static method in class org.zkoss.zkmax.xel.util.ExpressionFragment
Parses an expression into a list of fragments.
parseArgs(BindEvaluatorX, Map<String, String[]>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
 
parseAttributeValue(String, Location) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Parses the attribute value.
parseByName(String) - Static method in class org.zkoss.text.MessageFormats
Parses a pattern and converts it to the format of java.text.MessageFormat.
parseComposite(String, Class, int) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses an expression which could a scalar, vector or map, depending on the specified type.
parseConfigXml(Configuration) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses metainfo/zk/config.xml placed in class-path.
parseConstraint(String) - Method in class org.zkoss.zul.SimpleConstraint
Parses a constraint into an integer value.
parseConstraint(String) - Method in class org.zkoss.zul.SimpleDateConstraint
 
parseConstraint(String) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
 
parseConstraint(String) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
parseContent(String) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseContent(String, int) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseData() - Method in class org.zkoss.idom.ProcessingInstruction
Returns the parsed data in the form of Map (never null).
parseDate(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a date.
parseDate(String, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a date.
parseEventExpression(Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Pares the event expression.
ParseException - Exception in org.zkoss.json.parser
ParseException explains why and where the error occurs in source JSON text.
ParseException(int) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException - Exception in org.zkoss.zel.impl.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.zkoss.zel.impl.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.zkoss.zel.impl.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.zkoss.zel.impl.parser.ParseException
Constructor with message.
ParseException - Exception in org.zkoss.zk.ui.select.impl
Exception thrown for illegal selector string.
ParseException(int, Object, Character) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
 
ParseException(String) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.bind.xel.BindXelFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
parseExpression(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
Prepares (a.k.a., compiles) an expression.
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
 
parseExpression(String, Class<?>) - Method in interface org.zkoss.zk.xel.Evaluator
Prepares the expression.
parseExpression(String, Class) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
parseExpressionX(BindContext, String, Class<?>) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
parseExpressionX(BindContext, String, Class<?>) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Prepares the expressionX.
parseKeys(Map<String, Object>) - Static method in class org.zkoss.zk.au.AuRequests
Parses the key flags of a mouse event.
parseList(String, Class, boolean) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses a list of expressions that is separated by comma.
parseMethod(String) - Static method in class org.zkoss.lang.Classes
Gets the method information from a signature.
parseMultiple(Map<? super String, Collection<String>>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map that allows multiple values..
parseMultiple(Map<? super String, Collection<String>>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map that allows multiple values.
parseNumber(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a number.
parseNumber(String, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a number.
parseParams(Element, String, String, String) - Static method in class org.zkoss.idom.util.IDOMs
Parses a tree of parameter elements into a map.
Parser - Class in org.zkoss.web.servlet.dsp.impl
Used to parse a DSP page into a meta format called Interpretation.
Parser() - Constructor for class org.zkoss.web.servlet.dsp.impl.Parser
 
Parser - Class in org.zkoss.zk.ui.metainfo
Used to parse the ZUL file
Parser(WebApp, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.Parser
Constructor.
Parser - Class in org.zkoss.zk.ui.select.impl
A parser that parses selector string and generates selector objects.
Parser() - Constructor for class org.zkoss.zk.ui.select.impl.Parser
 
parseToMap(Map<String, String>, String) - Static method in class org.zkoss.idom.ProcessingInstruction
Parses the raw data into a map.
parseVersion(String) - Static method in class org.zkoss.util.Utils
Parses the specified version into an array of integer.
PASS_THRU_ATTR - Static variable in class org.zkoss.web.servlet.Servlets
Whether the specified parameters shall be passed thru the request attribute called arg.
PASS_THRU_ATTR - Static variable in interface org.zkoss.zk.ui.Execution
Whether the specified parameters shall be passed thru the request's attribute called arg.
patchRender(RequestInfo, Page, Writer, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
Called after rendering to patch the result.
patchRender(RequestInfo, Page, Writer, Writer) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
 
patchRender(RequestInfo, Page, Writer, Writer) - Method in class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
 
Path - Class in org.zkoss.bind.impl
Class that holding a dot series path and process Form field name.
Path() - Constructor for class org.zkoss.bind.impl.Path
 
Path - Class in org.zkoss.zk.ui
A representation of a component path.
Path() - Constructor for class org.zkoss.zk.ui.Path
 
Path(String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(String, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Path, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Component) - Constructor for class org.zkoss.zk.ui.Path
Returns the path of the specified component.
path - Variable in class org.zkoss.zul.AbstractTreeModel.Path
 
PATH_PREFIX - Static variable in class org.zkoss.web.util.resource.ClassWebResource
The prefix of path of web resources ("/web").
PATH_SEPARATOR_CHAR - Static variable in class org.zkoss.lang.Objects
Deprecated. As of release 6.0.0, never used and confusing.
PATH_SEPARATOR_STRING - Static variable in class org.zkoss.lang.Objects
Deprecated. As of release 6.0.0, never used and confusing.
PathELResolver - Class in org.zkoss.bind.xel.zel
Handle dot series path when evaluating expression.
PathELResolver() - Constructor for class org.zkoss.bind.xel.zel.PathELResolver
 
pathToComponent(String, Component) - Static method in class org.zkoss.zk.ui.Components
Converts a path, generated by Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.
pathToString(List<String>) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
pattern - Variable in class org.zkoss.text.MessageFormats.NameInfo
The pattern in the format of java.text.MessageFormat.
pause() - Method in class org.zkoss.zul.Audio
Pauses the audio at the client.
peek() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
peek(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
peek() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Return the next matched component, but the iteration is not proceeded.
peekNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
PerformanceMeter - Interface in org.zkoss.zk.ui.util
An application-level listener to measure the performance of the processing of client requests.
perm - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
The writer used to generate the content that exists even after the widgets have been rendered.
pgi() - Method in class org.zkoss.zul.Grid
 
pgi() - Method in class org.zkoss.zul.impl.MeshElement
Returns the instance of the @{link Paginal}
pgi() - Method in class org.zkoss.zul.Listbox
 
pgi() - Method in class org.zkoss.zul.Tree
 
Phase - Enum in org.zkoss.bind
The Phase of PhaseListener when doing binding.
PHASE_LISTENER_CLASS_KEY - Static variable in interface org.zkoss.bind.sys.BinderCtrl
PhaseListener key
PhaseListener - Interface in org.zkoss.bind
A call back listener that allow user to intervene the execution life cycle.
PIE - Static variable in class org.zkoss.zul.Chart
 
PieChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The pie chart property lets you control a variety of functional elements on the chart with {link org.zkoss.zul.PieModel}.
PieChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
 
PieModel - Interface in org.zkoss.zul
A Pie chart data model.
piggyResponse(Collection<AuResponse>, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
piggyResponse(Collection<AuResponse>, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Adds the responses to the so-called piggy-back queue.
play() - Method in class org.zkoss.zul.Audio
Plays the audio at the client.
PLEASE_WAIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
PLUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
PNGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the PNG format
PNGEncoder() - Constructor for class org.zkoss.image.encoder.PNGEncoder
 
POLAR - Static variable in class org.zkoss.zul.Chart
 
PollingServerPush - Class in org.zkoss.zk.ui.impl
A server-push implementation that is based on client-polling.
PollingServerPush() - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
 
PollingServerPush(int, int, int) - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
 
pop() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pops the context out and use the previous one as the current context.
popArg() - Method in interface org.zkoss.zk.ui.Execution
Pops the parameters (aka., arg) that is pushed by Execution.pushArg(java.util.Map).
popArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
popContext() - Static method in class org.zkoss.bind.impl.BinderUtil
 
popGroup() - Method in class org.zkoss.idom.input.SAXHandler
Pops out the current group, and the one under it becomes the new current group.
popNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
popStack() - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
pop the execution stack
popStack() - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
 
POPUP - Static variable in class org.zkoss.zk.ui.util.URIInfo
Represents popup shall be used to show the content of the URI (URIInfo.uri).
Popup - Class in org.zkoss.zul
A container that is displayed as a popup.
Popup() - Constructor for class org.zkoss.zul.Popup
 
Popup(boolean) - Constructor for class org.zkoss.zul.Popup
 
POPUP - Static variable in class org.zkoss.zul.Window
Makes the window as popup.
Portalchildren - Class in org.zkoss.zkmax.zul
The column of Portallayout.
Portalchildren() - Constructor for class org.zkoss.zkmax.zul.Portalchildren
 
Portallayout - Class in org.zkoss.zkmax.zul
A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
Portallayout() - Constructor for class org.zkoss.zkmax.zul.Portallayout
 
PortalMoveEvent - Class in org.zkoss.zkmax.ui.event
Represents an event caused by a portal being moved.
PortalMoveEvent(String, Component, Portalchildren, Portalchildren, Panel, int) - Constructor for class org.zkoss.zkmax.ui.event.PortalMoveEvent
Constructs a ColumnMoved event.
PORTLET_PAGE_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PORTLET_RENDER_PATCH_CLASS - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property to specify the class used to patch the rendering result of a portlet.
PortletHttpSession - Class in org.zkoss.web.portlet
A facade of PortletSession for implementing HttpSession.
PortletModes - Class in org.zkoss.web.portlet
Utilities to handles PortletMode.
PortletModes() - Constructor for class org.zkoss.web.portlet.PortletModes
 
Portlets - Class in org.zkoss.web.portlet
Utilities to handle portlet.
Portlets() - Constructor for class org.zkoss.web.portlet.Portlets
 
PortletServletContext - Class in org.zkoss.web.portlet
A facade servlet context based on a given portlet context.
PortletServletDispatcher - Class in org.zkoss.web.portlet
A facade of a PortletRequestDispatch for implementing RequestDispatcher.
POST - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
POST_GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
postCommand(String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
post command this binder, binder will queue the command, and fired later.
postCommand(String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
postEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution.
postEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution.
postEvent(int, Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution with the specified priority.
postEvent(int, Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Queues the give event for the specified target to this execution.
postEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Queues the give event for the specified target to this execution.
postEvent(int, String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution with the specified priority.
postEvent(Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event to this execution.
postEvent(int, Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event with the specified priority to this execution.
postEvent(int, Component, Event) - Method in interface org.zkoss.zk.ui.Execution
Queues the give event for the specified target to this execution.
postEvent(Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postEvent(int, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postEvent(int, Component, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postGlobalCommand(String, String, String, Map<String, Object>) - Static method in class org.zkoss.bind.BindUtils
Post a global command to corresponding event queue
postNotifyChange(String, String, Object, String) - Static method in class org.zkoss.bind.BindUtils
Post a notify change to corresponding event queue to notify a bean's property changing
postOnInitRender() - Method in class org.zkoss.zul.Tabbox
Component internal use only.
postPhase(Phase, BindContext) - Method in interface org.zkoss.bind.PhaseListener
Callbacks after each phase.
postSubscriptionHandling(Object, Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Handling the subscription after a target(e.x. component) attached to this controller
postSubscriptionHandling(Object, Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
postSubscriptionHandling(Object, Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
 
PotentialDeadLockException - Exception in org.zkoss.lang
Denote a potential dead lock might occur.
PotentialDeadLockException(String, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(String) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException() - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[]) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
Pre - Class in org.zkoss.zhtml
The PRE tag.
Pre() - Constructor for class org.zkoss.zhtml.Pre
 
PREFERRED_DATE_FORMAT_INFO - Static variable in class org.zkoss.web.Attributes
The session attribute used to specify the class used to return the formats of date, time or both for datebox and timebox.
PREFERRED_FIRST_DAY_OF_WEEK - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred first-day-of-week.
PREFERRED_LOCALE - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred locale (Locale) in a session.
PREFERRED_TIME_ZONE - Static variable in class org.zkoss.web.Attributes
The session attribute used to store the preferred time zone (TimeZone) in a session.
prefix - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's prefix.
prefix - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
prefix - Variable in class org.zkoss.zel.impl.parser.AstFunction
 
preInit() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
preInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes the context for the given page before rendering this page definition.
preInit() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Pre-initializes this page.
prepare(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Prepares the initialization at the servlet thread.
prepare(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
Deprecated.  
prepare(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
Deprecated.  
prepare(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
prepareJFreeChart(JFreeChart, Chart) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
Developers with special needs can override this method to apply own rendering properties on the created JFreeChart.
prepareProperty(Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
prePhase(Phase, BindContext) - Method in interface org.zkoss.bind.PhaseListener
Callbacks before each phase.
PREV - Static variable in interface org.zkoss.zul.mesg.MZul
 
prevCharIsCR - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
previous() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
previous() - Method in class org.zkoss.zkmax.zul.Cardlayout
Change to previous component if possible.
previousDate(Date) - Static method in class org.zkoss.util.Dates
Given a date, return the previous date of the given date (24 hrs before).
previousIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
PRIMITIVE_NAMES - Static variable in class org.zkoss.zel.impl.util.ReflectionUtil
 
Primitives - Class in org.zkoss.lang
Utilities regarding primitive type and its wrapper class.
Primitives() - Constructor for class org.zkoss.lang.Primitives
 
PRIMITIVES - Static variable in class org.zkoss.zel.impl.util.ReflectionUtil
 
print() - Static method in class org.zkoss.zk.ui.util.Clients
Asks the client to print the current desktop (a.k.a., browser window).
process(Session, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Process asynchronous update requests from the client.
process(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
Processes the content
process(Session, RenderRequest, RenderResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Process a portlet request.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
Process the request.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.RichletFilter
 
process() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Process the event.
processEvent(Desktop, Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Ask this event thread to process the specified event.
processHtml(String) - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
Append CSS link to head, and remove zk.wpd script
processHtml(String) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
 
processingInstruction(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ProcessingInstruction - Class in org.zkoss.idom
The iDOM processing instruction.
ProcessingInstruction(String, String) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction(String, Map<String, String>) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction() - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
ProcessPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
 
processRequest(Execution, CometServerPush.AsyncInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Called when receiving the comet request from the client.
processRequest(Execution, CometServerPush.AsyncInfo) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Called when receiving the comet request from the client.
Progressmeter - Class in org.zkoss.zul
A progress meter is a bar that indicates how much of a task has been completed.
Progressmeter() - Constructor for class org.zkoss.zul.Progressmeter
 
Progressmeter(int) - Constructor for class org.zkoss.zul.Progressmeter
 
PrologAllowed - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if it is able to generate the specified prolog before its real content.
PROP - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
 
PROP_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
PROP_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
PROP_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
PROP_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
PROP_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
PROP_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
PropertiesProxy - Class in org.zkoss.zkmax.zul.fusionchart.config
 
PropertiesProxy() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
 
PropertiesRenderer - Interface in org.zkoss.zk.ui.sys
A renderer used to render custom properties for particular components.
Property - Interface in org.zkoss.bind
Represent a property of a base object in the binding.
property - Variable in class org.zkoss.zel.impl.parser.AstValue.Target
 
Property - Class in org.zkoss.zk.ui.metainfo
Information about how to initialize a property (a.k.a., a field of a component).
Property(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with a class that is known in advance.
Property(EvaluatorRef, String, NativeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with the native content.
PROPERTY_PIE_BORDER_COLOR - Static variable in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
 
PropertyBinding - Interface in org.zkoss.bind.sys
A binding tells how to deal with Load or Save a field of a source object (usually an UI component) and a property of a target object(usually a backing bean).
PropertyBindingImpl - Class in org.zkoss.bind.impl
A base implementation of PropertyBinding.
PropertyBindingImpl(Binder, Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.PropertyBindingImpl
 
PropertyBundle - Class in org.zkoss.util.resource
The property bundle.
PropertyBundle(String, Locale, Locator, boolean) - Constructor for class org.zkoss.util.resource.PropertyBundle
Constructor.
PropertyChangeEvent - Class in org.zkoss.bind
The property-change event
PropertyChangeEvent(Component, Object, String) - Constructor for class org.zkoss.bind.PropertyChangeEvent
 
PropertyImpl - Class in org.zkoss.bind.impl
Implementation of a property.
PropertyImpl(Object, String, Object) - Constructor for class org.zkoss.bind.impl.PropertyImpl
 
PropertyNotFoundException - Exception in org.zkoss.zel
 
PropertyNotFoundException() - Constructor for exception org.zkoss.zel.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
 
PropertyNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Represents the a property (a.k.a., a method of a component) is not found.
PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotWritableException - Exception in org.zkoss.zel
 
PropertyNotWritableException() - Constructor for exception org.zkoss.zel.PropertyNotWritableException
 
PropertyNotWritableException(String) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
 
PropertyNotWritableException(String, Throwable) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
 
PropertyNotWritableException(Throwable) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
 
props - Variable in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
ProxyEvent - Class in org.zkoss.zk.ui.impl
Used to proxy another event.
ProxyEvent(Component, Event) - Constructor for class org.zkoss.zk.ui.impl.ProxyEvent
Constructor.
PseudoClass - Class in org.zkoss.zk.ui.select.impl
The model representing a pseudo class in Selector
PseudoClass(String) - Constructor for class org.zkoss.zk.ui.select.impl.PseudoClass
 
PseudoClassDef - Interface in org.zkoss.zk.ui.select.impl
The model of pseudo class definition
publish(T) - Method in interface org.zkoss.zk.ui.event.EventQueue
Publishes an event to the queue.
publish(T) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
publish(T) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
Publishes an event.
publish(T) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
push(RequestContext) - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pushes the context as the current context, such that it will be returned by RequestContexts.getCurrent().
pushArg(Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
Pushes the parameters (aka., arg) that EL could refer it by the arg variable.
pushArg(Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
pushContext() - Static method in class org.zkoss.bind.impl.BinderUtil
 
pushGroup(Group) - Method in class org.zkoss.idom.input.SAXHandler
Adds a new group to the current group as a child, and pushes the new group to be the new current group.
pushNode(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
pushStack(String) - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
push the execution stack
pushStack(String) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
 
put(K, V) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
put(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Put an element into the map.
put(K, V) - Method in interface org.zkoss.util.Cache
Stores an object to the cache.
put(K, V) - Method in class org.zkoss.util.CacheMap
 
put(K, V) - Method in class org.zkoss.util.FastReadCache
 
put(String, String) - Static method in class org.zkoss.util.media.ContentTypes
Adds additional binding of the format and content type.
put(K, V) - Method in class org.zkoss.util.MultiCache
 
put(Object, Object) - Method in class org.zkoss.util.resource.ResourceCache
Don't use it.
put(String, Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
put(K, V) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
 
put(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
put(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Puts a ZK session to the cache.
put(Operation) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Put an operation to queue
put(Object, Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
put(K, V) - Method in class org.zkoss.zul.ListModelMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.util.CacheMap
 
putAll(Map) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.zul.ListModelMap
 
putContext(Class, Object) - Method in class org.zkoss.zel.ELContext
 
putContext(Class, Object) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
putEssential(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
putValue(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  

Q

Q - Class in org.zkoss.zhtml
The Q tag.
Q() - Constructor for class org.zkoss.zhtml.Q
 
QUARTER - Static variable in class org.zkoss.zul.Chart
 
query(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
query(String) - Method in interface org.zkoss.zk.ui.Component
Find the first component that matches the given CSS3 selector.
queryAll(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
queryAll(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterable object for components that match the given CSS3 selector.
QueryParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
QUESTION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a question mark in a circle.
QUESTIONMARK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
queueUnavailable(Desktop) - Method in interface org.zkoss.zkex.zul.impl.OperationQueueListener
Notify the OperationQueue no longer available, it is usual invoked before the end of OperationThread.run()
QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
 

R

Radio - Class in org.zkoss.zul
A radio button.
Radio() - Constructor for class org.zkoss.zul.Radio
 
Radio(String) - Constructor for class org.zkoss.zul.Radio
 
Radio(String, String) - Constructor for class org.zkoss.zul.Radio
 
Radiogroup - Class in org.zkoss.zul
A radio group.
Radiogroup() - Constructor for class org.zkoss.zul.Radiogroup
 
RadiogroupModelConverter - Class in org.zkoss.bind.converter.sys
The Converter implementation of the radiogroup for converting collection to ListModel and vice versa.
RadiogroupModelConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupModelConverter
 
RadiogroupSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
Convert selected index to bean and vice versa.
RadiogroupSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
 
RadiogroupSelectedItemConverter - Class in org.zkoss.bind.converter.sys
Convert Radiogroup selected item to radio value and vice versa.
RadiogroupSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
 
RadiogroupSelectedItemConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
RadiogroupSelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
Deprecated.  
RadioRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Radiogroup.
randomValue() - Method in class org.zkoss.zul.Captcha
Regenerates new captcha text value and redraw.
RANGE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
RANGE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
rangeSize() - Method in class org.zkoss.zul.DialModelScale
Returns the number of ranges associated with this scale.
Raw - Class in org.zkoss.zhtml
The raw component used to generate raw HTML elements.
Raw(String) - Constructor for class org.zkoss.zhtml.Raw
 
Raw() - Constructor for class org.zkoss.zhtml.Raw
 
RawId - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the UUID (Component.getUuid() must be the same as the ID (Component.getId()), if the application assigns an ID for it.
RBRACK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
read() - Method in class org.zkoss.io.NullInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.NullReader
 
read() - Method in class org.zkoss.io.RepeatableInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.RepeatableReader
 
read(ObjectInputStream) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
read(ObjectInputStream) - Method in interface org.zkoss.zk.scripting.SerializableAware
Reads the name and value of the variable from the specified input stream.
readAll(InputStream) - Static method in class org.zkoss.io.Files
Returns all bytes in the input stream, never null (but its length might zero).
readAll(Reader) - Static method in class org.zkoss.io.Files
Returns all characters in the reader, never null (but its length might zero).
readChar() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Read a character.
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
Readonly - Interface in org.zkoss.zk.ui.ext
Implemented with Component to indicate that a component can be set to readonly.
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
Reads back AbstractGroupsModel._selection.
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractListModel
Reads back AbstractListModel._selection.
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.ListModelMap
 
readThis(ObjectInputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to read back this object, only if the deriving class implements java.io.Serializable.
realCause(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs only the real cause of the specified exception.
realCause(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs only the real cause of the specified exception with an extra message as an error message.
realCauseBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs only the first few lines of the real cause as an error message.
realCauseBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs only the first few lines of the real cause as an error message.
recover(Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
recover(Session, Execution, Desktop) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Recovers the specified desktop.
recover(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when ZK detects Session.getNativeSession() is not initialized properly.
recoverDesktop(Session, HttpServletRequest, HttpServletResponse, WebAppCtrl, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Recovers the desktop if possible.
recoverDidFail(Throwable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
recoverDidFail(Throwable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the recovering failed.
recreate() - Method in interface org.zkoss.zk.ui.ext.Macro
Detaches all child components and then recreate them.
recreate() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Detaches all child components and then recreate them by use of HtmlMacroComponent.compose().
recreate() - Method in class org.zkoss.zml.XmlMacroComponent
 
recycle() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
recycle() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the desktop has been recycled.
recycleDesktop(Execution, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
recycleDesktop(Execution, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Reuse the desktop and generate the output.
REDIRECT_URL_PARAMETER - Static variable in class org.zkoss.zk.au.http.AuRedirect
 
redraw(Writer) - Method in class org.zkoss.zhtml.Body
 
redraw(Writer) - Method in class org.zkoss.zhtml.Head
 
redraw(Writer) - Method in class org.zkoss.zhtml.Html
 
redraw(Writer) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
redraw(Writer) - Method in class org.zkoss.zhtml.Text
 
redraw(Writer) - Method in class org.zkoss.zhtml.Title
 
redraw(Writer) - Method in class org.zkoss.zhtml.Zkhead
 
redraw(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws this component and all its descendants.
redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
redraw(Writer) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Render (a.k.a., redraw) this component and all its descendants.
redraw(Collection<? extends Component>) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
An utilities to create an array of JavaScript objects (JavaScriptValue) that can be used to mount the specified widget at the clients.
redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Redraws the whole page into the specified output.
redraw(Writer) - Method in class org.zkoss.zml.Transformer
 
redraw(Writer) - Method in class org.zkoss.zml.XmlMacroComponent
 
redraw(Writer) - Method in class org.zkoss.zml.XmlNativeComponent
 
redrawChildren(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws children (and then recursively descendants).
redrawChildren(Writer) - Method in class org.zkoss.zul.Tree
 
redrawChildren(Writer) - Method in class org.zkoss.zul.Treechildren
 
redrawChildren(Writer) - Method in class org.zkoss.zul.Treeitem
 
redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.impl.AbstractTag
Renders the children directly to the given output.
redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.impl.ContentTag
 
redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.Textarea
 
REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
ReferenceBinding - Interface in org.zkoss.bind.sys
A reference to an expression.
ReferenceBindingHandler - Interface in org.zkoss.bind.impl
to handle reference binding
ReferenceBindingHandlerImpl - Class in org.zkoss.zkex.bind.impl
 
ReferenceBindingHandlerImpl() - Constructor for class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
 
ReferenceBindingImpl - Class in org.zkoss.bind.impl
Implementation of ReferenceBinding.
ReferenceBindingImpl(Binder, Component, String, String) - Constructor for class org.zkoss.bind.impl.ReferenceBindingImpl
 
Reflections - Class in org.zkoss.zk.ui.select.impl
A collection of reflection utilities.
Reflections() - Constructor for class org.zkoss.zk.ui.select.impl.Reflections
 
Reflections.FieldRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
 
Reflections.MethodRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
 
ReflectionUtil - Class in org.zkoss.zel.impl.util
Utilities for Managing Serialization and Reflection
register(Class, String) - Static method in class org.zkoss.mesg.MessageConst.Aide
Registers a message filename, and returns an identifier to represent it.
register(LabelLocator) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(LabelLocator) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
Register a theme, i.e. making the theme known to the web application Note: how to deal with duplicate registration is entirely up to the specific implementation of ThemeRegistry.
register(Theme) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Registers a desktop or a tablet theme Tablet themes must be identified with the "tablet:" prefix.
register(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Register a desktop theme.
register(String) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, so it becomes available in the theme list
register(String, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, and specifies its origin (e.g. from JAR or from FOLDER) Please use Themes.register("custom", Themes.ThemeOrigin.FOLDER) to make your custom theme available if the theme resource is inside a folder
register(String, String, int) - Static method in class org.zkoss.zul.theme.Themes
Register the theme with details
register(String, String, int, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, its display name, its priority; and also specifies its origin (e.g. from JAR or from FOLDER).
ReInit(InputStream) - Method in class org.zkoss.zel.impl.parser.ELParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.zkoss.zel.impl.parser.ELParser
Reinitialise.
ReInit(Reader) - Method in class org.zkoss.zel.impl.parser.ELParser
Reinitialise.
ReInit(ELParserTokenManager) - Method in class org.zkoss.zel.impl.parser.ELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
Reinitialise.
RELEASE - Static variable in class org.zkoss.zk.Version
The release version.
RELOAD - Static variable in interface org.zkoss.zul.mesg.MZul
 
reloadMessages(Locale) - Method in class org.zkoss.zk.device.AjaxDevice
 
reloadMessages(Locale) - Method in interface org.zkoss.zk.device.Device
Reloads the client-side messages in the specified locale.
reloadMessages(Locale) - Method in class org.zkoss.zk.device.GenericDevice
Reloads the client-side messages in the specified locale.
reloadMessages(Locale) - Static method in class org.zkoss.zk.ui.util.Clients
Reloads the client-side messages in the specified locale.
rememberMeRequested(HttpServletRequest, String) - Method in class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
Deprecated.  
remove(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
remove(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Remove e from the map.
remove(Object) - Method in interface org.zkoss.util.Cache
Removes an object from the cache.
remove(Object) - Method in class org.zkoss.util.CacheMap
 
remove(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Un-registers a cleanup.
remove() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
remove(T) - Method in class org.zkoss.util.FastReadArray
Removes an object.
remove(Object) - Method in class org.zkoss.util.FastReadCache
 
remove(Object) - Method in class org.zkoss.util.IdentityHashSet
 
remove(Object) - Method in class org.zkoss.util.MultiCache
 
remove(Object) - Method in class org.zkoss.util.resource.ResourceCache
It is OK to remove the resource if you don't want to cache it.
Remove - Class in org.zkoss.web.servlet.dsp.action
The remove action used to remove an attribute.
Remove() - Constructor for class org.zkoss.web.servlet.dsp.action.Remove
 
remove(Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
remove() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
remove(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue.
remove(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified scope.
remove(String, Session) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified session.
remove(String, WebApp) - Static method in class org.zkoss.zk.ui.event.EventQueues
Removes the event queue of the specified application.
remove(String, String) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue.
remove(String, Session) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue of the specified session.
remove(String, WebApp) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
Removes the event queue of the specified application.
remove(String, String) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(String, Session) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(String, WebApp) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
 
remove(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
remove() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
remove() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Throws UnsupportedOperationException.
remove(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Removes the ZK session from the cache.
remove() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Remove the first operation in queue if exist.
remove(String, String) - Method in class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
 
remove(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
remove(int) - Method in class org.zkoss.zul.DefaultTreeNode
 
remove(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
remove(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
remove(Object) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
remove(int) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelMap
 
remove(Object) - Method in class org.zkoss.zul.ListModelSet
 
remove(int) - Method in interface org.zkoss.zul.TreeNode
Removes the child at index from this node.
remove(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Removes the child from this node.
removeAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
removeAllChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Removes all children of the specified component.
removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
Removes the selection of the given collection.
removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
Removes the selection of the given collection.
removeAttribute(String) - Method in class org.zkoss.idom.Element
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
removeAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Removes the attribute of the specified scope.
removeAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
removeAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
removeAttribute(String) - Method in interface org.zkoss.xel.XelContext
Removes the attribute.
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Removes the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Removes the specified custom attribute associated with the desktop.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Removes the specified request attribute.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
Removes the attribute from the current scope if any.
removeAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Removes the custom attribute associated with this scope.
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as removeAttribute(name).
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Removes the specified attribute custom associated with the page.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Removes the specified custom attribute.
removeAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the value of an application-specific attribute.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Removes the specified custom attribute.
removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
removeBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Remove the binding associated with the attribute of the component.
removeBindings(Component) - Method in interface org.zkoss.bind.Binder
Remove all managed bindings that associated with the specified component.
removeBindings(Component, String) - Method in interface org.zkoss.bind.Binder
Remove all managed Binding that associated with the specified component and attribute name, event name, or form id.
removeBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
Remove all bindings that associated with the specified component.
removeBindings(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
Remove all bindings that associated with the specified component and key (_fieldExpr|evtnm|formid).
removeBy(Comparable, boolean) - Method in class org.zkoss.util.FastReadArray
Removes the object(s) that matches the specified condition.
removeCategoriesProperties(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
Remove the categories property.
removeCategoriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
Remove the categories property in the specified position..
removeCategoryProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Remove the category properties.
removeCategoryProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
Remove the category properties in the specified position.
removeCategoryProperties(String, Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
Remove the category property.
removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
removeChartDataListener(ChartDataListener) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
 
removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
 
removeChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
Removes a listener from the chart that's notified each time a change to the data model occurs.
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
removeChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeChild(Component) - Method in interface org.zkoss.zk.ui.Component
Removes a child.
removeChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
Removes a child.
removeChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
removeChild(Component) - Method in class org.zkoss.zkmax.zul.Cardlayout
 
removeChild(Component) - Method in class org.zkoss.zul.Grid
 
removeChild(Component) - Method in class org.zkoss.zul.Listbox
If the child is a listgroup, its listgroupfoot will be removed at the same time.
removeChild(Component) - Method in class org.zkoss.zul.Rows
If the child is a group, its groupfoot will be removed at the same time.
removeClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the URI to redirect to, when ZK Client Engine receives an error.
removeColumnProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
Remove the column properties at the specified position.
removeComponent(Component, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeComponent(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a component to this page.
removeComponents() - Method in class org.zkoss.zk.ui.AbstractPage
 
removeComponents() - Method in interface org.zkoss.zk.ui.Page
Removes all components in this page.
removeContent(String) - Method in class org.zkoss.idom.Element
Removes the content of the child element with the giving path, and the child element itself if no other child.
REMOVED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the removal of one or more contiguous items from the list.
removeDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Remove a dependent node of this node per the specified field script.
removeDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
removeDesktop(Execution) - Static method in class org.zkoss.zk.ui.impl.DesktopRecycles
Called to remove the desktop.
removeDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
removeDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Removes a desktop from this session.
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor.
removeEventInterceptor(Class) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor with the specified class.
removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
Removes an event listener.
removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
Removes an event listener.
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
Removes an event listener.
removeExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the Extendlet (a.k.a., resource processor) for the specified extension.
removeExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Removes an extended context of the specified name.
removeFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the filter (Filter) for the specified extension.
removeForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, Component, String).
removeForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, String, String).
removeFromParent() - Method in class org.zkoss.zul.DefaultTreeNode
Removes the receiver from its parent.
removeFromQueryString(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeFromQueryString(StringBuffer, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeFromSelection(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractListModel
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeFromSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
removeFromSelection(Object) - Method in interface org.zkoss.zul.ext.Selectable
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Remove the specified object from selection.
removeFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Removes a function mapper that was added by Page.addFunctionMapper(org.zkoss.xel.FunctionMapper).
removeGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
 
removeGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
Removes a listener from the groups that's notified each time a change to the data model occurs.
removeHeaderProperties(Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Remove the header properties properties.
removeHeaderProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Remove the header properties at the specified position.
removeItemAt(int) - Method in class org.zkoss.zul.Combobox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Listbox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Radiogroup
Removes the child radio button in the radio group at the given index.
removeItemFromSelection(Object) - Method in class org.zkoss.zkmax.zul.Chosenbox
Remove an item from selection.
removeItemFromSelection(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects the given item without deselecting other items.
removeItemFromSelection(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects the given item without deselecting other items.
removeJavaScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Removes a JavaScript of the give source required by this language.
removeLabel(ChartProperties) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
Remove the label in the chart table.
removeLabel(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
Remove the label in the specified position of the chart table.
removeLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
 
removeLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
 
removeListDataListener(ListDataListener) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
removeListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
Removes a listener.
removeListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Removes a listener class.
removeListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Remove a listener to this queue.
removeMilestone(ChartProperties) - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
Remove the trend line on the chart.
removeMilestone(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
Remove the trend line on the chart in the specified position.
removeModel(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
 
removeNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Closes the group at the specified index.
removeOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
removeOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
removeOpenObject(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenObject(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
removeOpenObject(Object) - Method in interface org.zkoss.zul.ext.Openable
Remove the specified object from selection.
removeOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Removes path from the open.
removeOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Removes paths from the open.
removePage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removePage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a page from this desktop.
removeProcessProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Remove the process properties.
removeProcessProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
Remove the process properties at the specified position.
removeProperties(Object) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Remove the chart properties in the specified category.
removeProperty(String) - Method in interface org.zkoss.zkmax.zul.ChartProperties
Removes the specified property.
removeProperty(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
removePropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
 
removePropertyListener(ChartInfoNotifier) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
 
removePropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
 
removePseudoClassDef(String) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Remove a pseudo class definition.
removeRange(DialModelRange) - Method in class org.zkoss.zul.DialModelScale
Removes the specified range from this scale.
removeRange(int, int) - Method in class org.zkoss.zul.Listbox.Children
 
removeRange(int, int) - Method in class org.zkoss.zul.ListModelList
Remove from fromIndex(inclusive) to toIndex(exclusive).
removeRange(int, int) - Method in class org.zkoss.zul.Rows.Children
 
removeReferenceBinding(Component) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
 
removeReferenceBinding(Component, String) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
 
removeReferenceBinding(Component) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
 
removeReferenceBinding(Component, String) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
 
removeScale(DialModelScale) - Method in class org.zkoss.zul.DialModel
Remove the specified DialModelScale from this DialModel.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
Removes a change listener from this scope.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
Adds a scope listener.
removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
removeSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated. As of release 6.0.0, replaced with DefaultTreeModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Deprecated. As of release 6.0.0, replaced with GroupsListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.ListModelArray
Deprecated. As of release 6.0.0, replaced with AbstractListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.ListModelList
Deprecated. As of release 6.0.0, replaced with AbstractListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.ListModelMap
Deprecated. As of release 6.0.0, replaced with AbstractListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.ListModelSet
Deprecated. As of release 6.0.0, replaced with AbstractListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.SimpleListModel
Deprecated. As of release 6.0.0, replaced with AbstractListModel.removeFromSelection(java.lang.Object).
removeSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Removes path from the selection.
removeSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Removes paths from the selection.
removeSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
 
removeSeries(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
/** Remove data of a specified series.
removeSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Remove the series properties.
removeSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
Remove the series properties at the specified position.
removeSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Remove the series properties.
removeSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
Remove the series properties at the specified position.
removeState(E) - Method in class org.zkoss.fsm.StateMachine
Remove the state by token.
removeSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
removeTaskProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Remove the task properties.
removeTaskProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Remove the task properties.
removeTextProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
Remove the text properties at the specified position.
removeTrackings(Component) - Method in interface org.zkoss.bind.sys.tracker.Tracker
Remove all tracking associated with the specified Component.
removeTrackings(Component) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
removeTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
Remove a listener to the tree that's notified each time a change to the data model occurs
removeTrendLine(ChartProperties) - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
Remove the trend line on the chart.
removeTrendLine(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
Remove the trend line on the chart in the specified position.
removeValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
removeValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
removeValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
removeValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Removes the specified key.
removeValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
remove the value of the specified series and category.
removeValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
 
removeValue(int) - Method in interface org.zkoss.zul.HiLoModel
Remove (date, open, high, low, close, volumn) tuple of a data index.
removeValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
 
removeValue(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
removeValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
removeValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
remove the value of the specified category.
removeValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
remove the value of the specified x and y.
removeValue(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Remove (x,Y) value of a specified series and data index.
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
Removes a name resolve that was added by Execution.addVariableResolver(org.zkoss.xel.VariableResolver).
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Removes a variable resolver that was added by Page.addVariableResolver(org.zkoss.xel.VariableResolver).
removeXProperties(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Remove the x property.
removeXProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
Remove the x property.
renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
 
render(Component, Object, int, int) - Method in class org.zkoss.bind.impl.BindChildRenderer
 
render(Comboitem, Object, int) - Method in class org.zkoss.bind.impl.BindComboitemRenderer
 
render(Listitem, Object, int) - Method in class org.zkoss.bind.impl.BindListitemRenderer
 
render(Radio, Object, int) - Method in class org.zkoss.bind.impl.BindRadioRenderer
 
render(Row, Object, int) - Method in class org.zkoss.bind.impl.BindRowRenderer
 
render(Component, Object, int) - Method in class org.zkoss.bind.impl.BindSelectboxRenderer
 
render(Treeitem, Object, int) - Method in class org.zkoss.bind.impl.BindTreeitemRenderer
 
render(ActionContext) - Static method in class org.zkoss.web.fn.ServletFns
Renders the DSP fragment from EL.
render(ActionContext, boolean) - Method in interface org.zkoss.web.servlet.dsp.action.Action
Processes the action and renders the output to ActionContext.getOut().
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Include
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Page
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Set
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
 
render(Page, Writer) - Method in class org.zkoss.zhtml.impl.PageRenderer
 
render(ContentRenderer, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a string-value property.
render(ContentRenderer, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a string-value property.
render(ContentRenderer, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
An utility to be called by AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer) to render a boolean-value property if it is true.
render(String, String) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a string property.
render(String, Date) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a Date property.
render(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders an arbitrary object property.
render(String, int) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders an integer property.
render(String, short) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a short property.
render(String, long) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a long property.
render(String, byte) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a byte property.
render(String, boolean) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a boolean property.
render(String, double) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a double property.
render(String, float) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a float property.
render(String, char) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders a char property.
render(String, String) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a string property.
render(String, Date) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a Date property.
render(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders an arbitrary object.
render(String, int) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders an integer property.
render(String, long) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a long property.
render(String, short) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a short property.
render(String, byte) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a byte property.
render(String, boolean) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a boolean property.
render(String, double) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a double property.
render(String, float) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a double property.
render(String, char) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders a char property.
render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderer
Renders the page.
render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.SEORenderer
 
render(String, String) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a String property.
render(String, Date) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a Date property.
render(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders an Object property.
render(String, int) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a date property.
render(String, long) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a long property.
render(String, short) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a short property.
render(String, byte) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a byte property.
render(String, boolean) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a boolean property.
render(String, double) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a double property.
render(String, float) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a float property.
render(String, char) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders a char property.
render(Component, Object, int) - Method in class org.zkoss.zkmax.bind.impl.BindChosenboxRenderer
 
render(GanttTableConfig.GanttRowPropertiesList, T) - Method in interface org.zkoss.zkmax.zul.fusionchart.GanttTableRenderer
 
render(GanttTableConfig.GanttRowPropertiesList, Object) - Method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils.DefalutRenderer
 
render(Page, Writer) - Method in class org.zkoss.zkplus.embed.Renders.PageRenderer
 
render(ServletContext, HttpServletRequest, HttpServletResponse, Component, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
Outputs the HTML tags of the given component to the given writer.
render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
Outputs the HTML tags of the given component to the given writer.
render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, boolean, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
Outputs the HTML tags of the given component to the given writer with additional control.
render(Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
 
render(Comboitem, T, int) - Method in interface org.zkoss.zul.ComboitemRenderer
Renders the data to the specified comboitem.
render(Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
 
render(Component, T, int) - Method in interface org.zkoss.zul.ItemRenderer
Renders the data to the corresponding HTML fragment, and returns the HTML fragment.
render(Listitem, T, int) - Method in interface org.zkoss.zul.ListitemRenderer
Renders the data to the specified list item.
render(Radio, T, int) - Method in interface org.zkoss.zul.RadioRenderer
Renders the data to the specified radio.
render(Row, T, int) - Method in interface org.zkoss.zul.RowRenderer
Renders the data to the specified row.
render(Treeitem, T, int) - Method in interface org.zkoss.zul.TreeitemRenderer
Renders the data to the specified tree item.
renderAll() - Method in class org.zkoss.zul.Grid
Renders all Row if not loaded yet, with Grid.getRowRenderer().
renderAll() - Method in class org.zkoss.zul.Listbox
Renders all Listitem if not loaded yet, with Listbox.getItemRenderer().
renderBegin(Component, Map, boolean) - Method in class org.zkoss.zhtml.impl.TagRenderContext
Renders the beginning JavaScript code snippet for the component.
renderCategories(StringBuffer, GanttChartCategoriesPropertiesList) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderCategory(StringBuffer, Collection<?>, ChartPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderCell(Component, T, int, int) - Method in interface org.zkoss.zkmax.zul.MatrixRenderer
Renders the content of the cell as HTML result.
renderChartProperties(StringBuffer, ChartProperties) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zhtml.impl.PageRenderer
Renders the page if Page.isComplete() is true.
renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
Renders the page if Page.isComplete() is true.
renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the page if Page.isComplete() is true.
renderCrawlable(String) - Method in class org.zkoss.zul.A
 
renderCrawlable(String) - Method in class org.zkoss.zul.Button
 
renderCrawlable(String) - Method in class org.zkoss.zul.impl.LabelElement
Renders the crawlable information.
renderCrawlable(String) - Method in class org.zkoss.zul.Menuitem
 
renderCrawlableA(String, String) - Static method in class org.zkoss.zul.impl.Utils
Render the crawlable HTML A tag.
renderCrawlableText(String) - Static method in class org.zkoss.zul.impl.Utils
Render the crawlable text.
renderDesktop(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the desktop and the page.
renderDirectly(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the value directly without encapsulation or conversion.
renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript code snippet.
renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders the value by converting it to string.
RENDERED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the rendered Treeitem.
renderEnd(Component) - Method in class org.zkoss.zhtml.impl.TagRenderContext
Renders the ending JavaScript code snippet for the component.
RENDERER - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the special renderer for binding
RENDERER_INSTALLED - Static variable in class org.zkoss.bind.impl.BinderImpl
 
RendererCtrl - Interface in org.zkoss.zul
This interface defines the methods components like Listbox use to notify the renderer for several circumstance.
RenderEvent<T extends Component> - Class in org.zkoss.zul.event
Represents the onRender event.
RenderEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
 
RenderEvent(String, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
 
renderFragment(Writer) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Renders the nested fragment.
renderFusionchartAttr(String, Object) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
renderFusionchartBoolean(String, boolean) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
renderFusionchartDate(String, Date) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
renderGenttTable(StringBuffer, ListModel<Object>, GanttTableRenderer<Object>, GanttTableConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderHeader(Component, T, int, int) - Method in interface org.zkoss.zkmax.zul.MatrixRenderer
Renders the content of the header as HTML result.
RenderHttpServletRequest - Class in org.zkoss.web.portlet
A facade of RenderRequest that implements HttpServletRequest.
RenderHttpServletResponse - Class in org.zkoss.web.portlet
A facade of RenderResponse that implements HttpServletRespose.
renderItem(Listitem) - Method in class org.zkoss.zul.Listbox
Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
renderItem(Treeitem) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getItemRenderer().
renderItem(Treeitem, Object) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getItemRenderer().
renderItemByNode(Object) - Method in class org.zkoss.zul.Tree
Load the treeitems by the given node.
renderItemByPath(int[]) - Method in class org.zkoss.zul.Tree
Load the treeitems by giving a path of the treeitems top open.
renderItems(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
 
renderItems(Set<? extends Listitem>) - Method in class org.zkoss.zul.Listbox
Renders the given set of list items.
renderItems(Set<? extends Treeitem>) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem if not loaded yet, with Tree.getItemRenderer().
renderMilestone(StringBuffer, Map<?, ?>, MilestonePropertiesList) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderMonthHeaders(StringBuffer, TimeZone, Date, Date, GanttChartHeaderPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderPage(Execution, Page, Writer, boolean) - Method in class org.zkoss.zhtml.impl.PageRenderer
Renders the page if Page.isComplete() is false.
renderPage(Execution, Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
Renders the page if Page.isComplete() is false.
renderPage(Execution, Page, Writer, boolean) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the page if Page.isComplete() is false.
renderPieSet(StringBuffer, int, Comparable<?>, Number, CategoriesPropertiesMap, String) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderProcess(StringBuffer, Set<?>, Map<?, ?>, ProcessPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.impl.ContentTag
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.Text
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.Textarea
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.AbstractComponent
Called by (ComponentCtrl.redraw(java.io.Writer)) to render the properties, excluding the enclosing tag and children.
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Renders the content of this component, excluding the enclosing tags and children.
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
renderProperties(Component, ContentRenderer) - Method in interface org.zkoss.zk.ui.sys.PropertiesRenderer
Renders additional properties of the given component with the given ContentRenderer.
renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Colorbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Fisheyebar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Cardlayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Chosenbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Dropupload
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Fusionchart
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Nav
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Navbar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Navitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Portallayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Scrollview
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Tablechildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Tablelayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.A
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Absolutechildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Anchorchildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Applet
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Area
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Audio
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Auxheader
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Bandbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Borderlayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Box
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Button
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Calendar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Cell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Checkbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Column
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Columns
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobutton
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Comboitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Datebox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Decimalbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Detail
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Div
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Doublespinner
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Flash
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Footer
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Frozen
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Grid
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Group
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Groupbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Hlayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Html
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Iframe
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Image
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FooterElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FormatInputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeaderElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeadersElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.InputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelImageElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.MeshElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.NumberInputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.XulElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Include
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Label
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Layout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.LayoutRegion
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listcell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listfooter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listgroup
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listhead
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listheader
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menu
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menubar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menuitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Paging
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Panel
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Panelchildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Progressmeter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radio
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radiogroup
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Row
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Rows
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Script
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Selectbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Separator
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Slider
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Spinner
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Splitter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Style
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tab
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabs
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Textbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timebox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timer
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbarbutton
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tree
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecol
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treefooter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treeitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Window
 
renderRow(Row) - Method in class org.zkoss.zul.Grid
Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
renderRows(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
Renders a set of specified rows.
Renders - Class in org.zkoss.zkplus.embed
Utilities to embed ZK component(s) as a native JSF component, a JSP tag, Zimlet or others.
Renders() - Constructor for class org.zkoss.zkplus.embed.Renders
 
Renders.PageRenderer - Class in org.zkoss.zkplus.embed
A special page renderer that renders a page without generating the HTML tag of the page.
Renders.PageRenderer() - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
Default constructor.
Renders.PageRenderer(Execution) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
 
Renders.PageRenderer(Execution, boolean) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
 
renderSeries(StringBuffer, CategoryModel, ChartPropertiesMap, String) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderTab(Tab, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
 
renderTab(Tab, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
Renders the data to the specified tab.
renderTabpanel(Tabpanel, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
 
renderTabpanel(Tabpanel, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
Renders the data to the specified tabpanel.
renderTasks(StringBuffer, GanttModel, Map<?, ?>, GanttChartConfig, String) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderTasksBegin(StringBuffer, GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
renderTrendLine(StringBuffer, TrendLinePropertiesList) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
RenderUtils - Class in org.zkoss.zkmax.zul.fusionchart.render
 
RenderUtils() - Constructor for class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
RenderUtils.DefalutRenderer - Class in org.zkoss.zkmax.zul.fusionchart.render
 
RenderUtils.DefalutRenderer() - Constructor for class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils.DefalutRenderer
 
renderWidgetAttributes(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client's DOM attributes for the peer widgets.
renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the client's DOM attributes for the peer widgets.
renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders every entry in attrs by use of XmlContentRenderer.render(String, Object).
renderWidgetListeners(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client code snippet for event listeners registered for the peer widget.
renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript code snippet for event listeners registered for the peer widget.
renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders every entry in listeners by use of XmlContentRenderer.render(String, Object).
renderWidgetOverrides(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
Renders the client code snippet to override the methods and properties of the peer widget.
renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
Renders the JavaScript codes snippet to override the methods and properties of the peer widget.
renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
Renders every entry in overrides by use of XmlContentRenderer.render(String, Object).
renderXYSeries(StringBuffer, XYModel, Set<?>, Map<?, ?>, ChartPropertiesMap, String) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
 
RENEW_NATIVE_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
A session attribute used to denote that the invalidation of a native session (such as HttpSession and PortletSession) does not invalidate ZK session.
REPEAT_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
Indicates Whether it can be ignored by the server when the server receives the same requests that was not processed yet.
Repeatable - Interface in org.zkoss.io
Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly.
RepeatableInputStream - Class in org.zkoss.io
RepeatableInputStream adds functionality to another input stream, the ability to read repeatedly.
RepeatableMedia - Class in org.zkoss.util.media
RepeatableMedia adds functionality to another media, the ability to read repeatedly.
RepeatableReader - Class in org.zkoss.io
RepeatableReader adds functionality to another reader, the ability to read repeatedly.
replace(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Replaces all occurrences of 'from' in 'src' with 'to'
replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Replace the specified component with this component in the component tree.
replace(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Replaces a component with another.
replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
Replace the specified component with this component in the component tree.
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
replaceChildren(Component, Collection<Component>) - Static method in class org.zkoss.zk.ui.Components
Replaces all children of the specified component.
replaceData(int, int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
replaceWholeText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
request(Session, Object, Object) - Method in interface org.zkoss.zk.ui.util.RequestInterceptor
Called before a request is processed by ZK Loader or ZK Update Engine.
request(String) - Method in interface org.zkoss.zk.ui.util.URIInterceptor
Called when the current user requests to load the page of the specified URI.
REQUEST_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The request scope.
REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same request.
REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same request.
REQUEST_SCOPE_PROXY - Static variable in class org.zkoss.zk.ui.Components
Request Scope Proxy
requestCompleteAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has completed the processing of the response.
requestCompleteAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server has completed the processing of the request.
RequestContext - Interface in org.zkoss.web.servlet.xel
The context used to simplify the signatures of XEL function.
RequestContexts - Class in org.zkoss.web.servlet.xel
RequestContexts maintains a stack of RequestContext to simplify the signatures of the XEL function.
RequestContexts() - Constructor for class org.zkoss.web.servlet.xel.RequestContexts
 
requestEnter(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet starts to serve a request.
requestExit(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet completes the service of a request.
RequestInfo - Interface in org.zkoss.zk.ui.sys
The request information used with UiFactory.
RequestInfoImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestInfo.
RequestInfoImpl(WebApp, Session, Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor
RequestInfoImpl(Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor.
RequestInfoImpl(Execution, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor.
RequestInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the requests for the ZK Loader and Update Engine.
RequestOutOfSequenceException - Exception in org.zkoss.zk.au
Indicates a request is out-of-sequence, and the request shall be ignored.
RequestOutOfSequenceException(String, String) - Constructor for exception org.zkoss.zk.au.RequestOutOfSequenceException
 
RequestQueue - Interface in org.zkoss.zk.ui.sys
A queue of AuRequest.
RequestQueueImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestQueue behaving as a queue of AuRequest.
RequestQueueImpl() - Constructor for class org.zkoss.zk.ui.impl.RequestQueueImpl
 
requestReceiveAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has received the response (but not processed yet).
RequestScope - Class in org.zkoss.web.servlet.xel
Represents the request scope.
RequestScope(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestScope
 
requestScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the request.
requestStartAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client starts to send the request to server.
requestStartAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server receives the request.
RequestXelResolver - Class in org.zkoss.web.servlet.xel
A XEL variable resolver that is based on Servlet request, response, and EL.
RequestXelResolver(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
Request-based resolver.
RequestXelResolver(ServletContext, ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
RequestXelResolver(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated.  
resend(Object) - Method in interface org.zkoss.zk.au.AuWriter
Resend the content of the previous request returned by AuWriter.complete().
resend(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
reset() - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state without resetting the underlying reader.
reset(Reader) - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state with a new character reader.
reset() - Method in interface org.zkoss.util.resource.impl.LabelLoader
Resets all cached labels and next call to LabelLoader.getLabel(java.util.Locale, java.lang.String) will cause re-loading the Locale-dependent labels.
reset() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Resets all cached labels and next call to LabelLoaderImpl.getLabel(java.lang.String) will cause re-loading the Locale-dependent labels.
reset() - Static method in class org.zkoss.util.resource.Labels
Resets all cached labels and next call to Labels.getLabel(String) will cause re-loading the Locale dependent files.
reset() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
reset() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
reset() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
reset() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
reset() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
reset() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
reset() - Method in interface org.zkoss.zul.impl.DataLoader
Callback from the owner component and give a chance to reset things.
reset() - Method in class org.zkoss.zul.impl.GridDataLoader
 
reset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
resetBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resetBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resetDirty() - Method in interface org.zkoss.bind.FormExt
Reset the dirty data, reload initValue value from field
resetDirty() - Method in class org.zkoss.bind.impl.FormImpl
 
resize(Object, int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified array.
resize(T[], int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified generic array.
resize(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Forces the client to re-calculate the size of the given component.
resize() - Method in class org.zkoss.zul.Borderlayout
Re-size this layout component.
resizeBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (a.k.a., browser window) by the specified number of pixels.
resizeTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (a.k.a., browser window) to the specified size (in pixels).
resoloveTemplate(Component, Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
 
resoloveTemplate(Component, Component, Object, int, int, String, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
 
RESOLVABLE_AT_DESIGN_TIME - Static variable in class org.zkoss.zel.ELResolver
 
resolve(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
resolveCase(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the case condition's value, or null if no case is specified (i.e., ZkInfo.withCase() is false.
resolveClass(String) - Method in interface org.zkoss.lang.ClassResolver
Resolves the class of the specified name.
resolveClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
 
resolveClass(String) - Method in class org.zkoss.lang.SimpleClassResolver
 
resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapperExt
Resolves a class with the specified logic name, or null if not found.
resolveClass(String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
resolveClass(String) - Method in interface org.zkoss.zk.ui.Page
Resolves the class of the specified name.
resolveComposer(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the composer for this info, or null if not available.
resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a function Function with the specified name and prefix.
resolveFunction(String, String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.zel.XelELMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zel.FunctionMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el.XelELMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el21.XelELMapper
 
resolveImplementationClass(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Resolves and returns the class that implements the component.
resolveImplementationClass(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveImplementationClass(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveImplementationClass(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
resolveMethod(Class, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Resolves the method for the specified property, or null if DynamicPropertied.setDynamicProperty(java.lang.String, java.lang.Object) shall be used instead.
resolveParameters(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
Evaluates and returns a readonly map of parameters assigned to this template (never null).
ResolverMap - Class in org.zkoss.zkmax.xel.util
A Map interface on top of VariableResolver.
ResolverMap(VariableResolver) - Constructor for class org.zkoss.zkmax.xel.util.ResolverMap
 
ResolverProxy - Class in org.zkoss.zkmax.xel.ognl
A proxy used to access VariableResolver and VariableResolverX.
resolveSwitch(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the switch condition's value; evaluate EL expression if any.
resolveTemplate(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
resolveTemplate(Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
resolveTemplate(Component, Object, int, int, String) - Method in interface org.zkoss.bind.sys.TemplateResolver
Resolve the template for the component
resolveTemplate(Component, Object, int, int) - Method in interface org.zkoss.bind.sys.TemplateResolver
Deprecated. since 7.0.0 use TemplateResolver.resolveTemplate(Component, Object, int, int, String)
resolveThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Resolves a URL to point to resource served by the current theme.
resolveURI(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Evaluates and returns the URI, or null if not to forward.
resolveVariable(String) - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
 
resolveVariable(String) - Method in class org.zkoss.web.util.resource.ServletRequestResolver
 
resolveVariable(XelContext, VariableResolver, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the the specified context and variable resolver.
resolveVariable(XelContext, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified context.
resolveVariable(VariableResolver, String) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified resolver.
resolveVariable(String) - Method in class org.zkoss.xel.util.SimpleResolver
 
resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
Resolves the specified variable.
resolveVariable(XelContext, Object, Object) - Method in interface org.zkoss.xel.VariableResolverX
Resolves the the given variable on the given base object.
resolveVariable(String) - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
 
resolveVariable(String) - Method in class org.zkoss.zel.VariableMapper
 
resolveVariable(String) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveVariable(String) - Method in class org.zkoss.zkmax.xel.el.XelELResolver
 
resolveVariable(String) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
 
resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
 
resolveVariable(String) - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
Get object from JNDI binding
resolveVariable(String) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
Get the seasar component by the specified name.
resolveVariable(String) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Resolves variable name by name.
resolveWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves the widget class, or null if the default is expected.
resource - Variable in class org.zkoss.util.resource.Loader.Resource
The real resource that shall be returned by ResourceCache.get(java.lang.Object).
ResourceBundleELResolver - Class in org.zkoss.zel
 
ResourceBundleELResolver() - Constructor for class org.zkoss.zel.ResourceBundleELResolver
 
ResourceCache<K,V> - Class in org.zkoss.util.resource
Used to cache resources.
ResourceCache(Loader<K, V>) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCache(Loader<K, V>, int) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCache<V> - Class in org.zkoss.web.util.resource
Used to cache Servlet resources.
ResourceCache(ResourceLoader<V>) - Constructor for class org.zkoss.web.util.resource.ResourceCache
Constructor.
ResourceCache(ResourceLoader<V>, int) - Constructor for class org.zkoss.web.util.resource.ResourceCache
Constructor.
ResourceCaches - Class in org.zkoss.web.util.resource
Utilities to load (and parse) the Servlet resource.
ResourceCaches() - Constructor for class org.zkoss.web.util.resource.ResourceCaches
 
ResourceHttpServletRequest - Class in org.zkoss.web.portlet
A facade of ResourceRequest that implements HttpServletRequest.
ResourceHttpServletResponse - Class in org.zkoss.web.portlet
A facade of ResourceResponse that implements HttpServletResponse.
ResourceLoader<V> - Class in org.zkoss.web.util.resource
A semi-implemented loader to used with ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object) to retrieve servlet resources.
ResourceLoader() - Constructor for class org.zkoss.web.util.resource.ResourceLoader
 
response(AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client.
response(String, AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client by overriding the key returned by AuResponse.getOverrideKey()).
response(String, AuResponse, int) - Method in class org.zkoss.zk.ui.AbstractComponent
Causes a response to be sent to the client by overriding the key returned by AuResponse.getOverrideKey()).
response(AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse) to the client.
response(String, AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse) to the client with the given key (instead of AuResponse.getOverrideKey()).
ResponseHeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a setting of a response header.
ResponseHeaderInfo(String, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Constructor.
responseSent(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
responseSent(String, Object) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when ZK Update Engine has sent a response to the client.
ResponsiveThemeRegistry - Class in org.zkoss.zkmax.theme
A standard implementation of ThemeRegistry, used in ZK EE Used to keep track of a separate list of available tablet themes.
ResponsiveThemeRegistry() - Constructor for class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
Initialize the registry with a default tablet theme
restore(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Called to decode the last response for repeated request before retrieving.
resubscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Re-subscribes annotated methods to the EventQueues, used in clustering environment.
resubscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
resubscribeEventQueues(Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
 
resume() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
ZK-1777 resume serverpush after DesktopRecycling
resume() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Resumes server-push - this is required after desktop recycling.
resume() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
ZK-1777 resume serverpush after DesktopRecycling
RESUME_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
retainAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
Removes the selection that doesn't belong to the given collection.
retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
Removes the selection that doesn't belong to the given collection.
retrieve(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
Retrieves the content of the given path.
RETRY - Static variable in interface org.zkoss.zul.mesg.MZul
 
RETRY - Static variable in class org.zkoss.zul.Messagebox
A Retry button.
returnType - Variable in class org.zkoss.lang.Classes.MethodInfo
The return type (class name), or null if no specified.
RhinoInterpreter - Class in org.zkoss.zk.scripting.rhino
Rhino-based JavaScript interpreter.
RhinoInterpreter() - Constructor for class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
Richlet - Interface in org.zkoss.zk.ui
Defines methods that all richlets must implement.
RichletConfig - Interface in org.zkoss.zk.ui
A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
RichletConfigImpl - Class in org.zkoss.zk.ui.impl
An implementation of RichletConfig.
RichletConfigImpl(WebApp, Map<String, String>) - Constructor for class org.zkoss.zk.ui.impl.RichletConfigImpl
 
RichletFilter - Class in org.zkoss.zk.ui.http
A filter used for ZK Richlet To enable this filter, you can specify the following statement into web.xml and zk.xml.
RichletFilter() - Constructor for class org.zkoss.zk.ui.http.RichletFilter
 
RIGHT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the right button is clicked.
RING - Static variable in class org.zkoss.zul.Chart
 
rootNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
 
rotateChar(String, int, int, Font, Color, Color) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
round(Date, int) - Static method in class org.zkoss.util.Dates
Truncates date to the nearest precision milliseconds.
round(long, int) - Static method in class org.zkoss.util.Dates
Rounds a date represented in long to the specified precision of milliseconds.
RoundingModes - Class in org.zkoss.math
Utilities to handle the rounding mode.
Row - Class in org.zkoss.zul
A single row in a Rows element.
Row() - Constructor for class org.zkoss.zul.Row
 
Row.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Row.ExtraCtrl() - Constructor for class org.zkoss.zul.Row.ExtraCtrl
 
RowComparator - Class in org.zkoss.zul
A comparator used to compare Row, if not live data, or the data themselves, if live data.
RowComparator() - Constructor for class org.zkoss.zul.RowComparator
Compares with Label.getValue().
RowComparator(int) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(Column, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column.
RowRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Grid.
RowRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer.
Rows - Class in org.zkoss.zul
Defines the rows of a grid.
Rows() - Constructor for class org.zkoss.zul.Rows
 
Rows.Children - Class in org.zkoss.zul
 
Rows.Children() - Constructor for class org.zkoss.zul.Rows.Children
 
Rows.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Rows.ExtraCtrl() - Constructor for class org.zkoss.zul.Rows.ExtraCtrl
 
RPAREN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
run(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
Feed the machine a stream of characters
run(IN) - Method in class org.zkoss.fsm.StateMachine
Feed the machine a single character
run() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
run() - Method in class org.zkoss.zkex.zul.impl.OperationThread
 

S

S - Class in org.zkoss.zhtml
The S tag.
S() - Constructor for class org.zkoss.zhtml.S
 
S_END - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
 
Samp - Class in org.zkoss.zhtml
The SAMP tag.
Samp() - Constructor for class org.zkoss.zhtml.Samp
 
save(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
save(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
save(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
Save data from the source attribute into the target property.
save(Media) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client.
save(Media, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[], String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(String, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(InputStream, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(Reader, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[]) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Called to encode the last response for repeated request before storing.
save(Media) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client.
save(Media, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[], String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(String, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(InputStream, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(Reader, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(File, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified file at the client.
save(URL, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified URL at the client.
save(String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified path at the client.
SAVE_BASE - Static variable in class org.zkoss.bind.impl.BinderImpl
 
SAVE_EVENT - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the save trigger event; meaningful only when ACCESS is "both" or "save".
SAVE_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the save replacement ; e.g. selecteItem of selectbox, it save the value selectedIndex (via converter) to bean
saveAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Save all values from UI components to beans.
saveAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
Deprecated. save into bean value from the attribute of the specified component.
saveAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Save value from a specified attribute of the UI component to a data bean property.
SaveBinding - Interface in org.zkoss.bind.sys
Binding for saving.
saveComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Save values from all attributes of a specified UI component to data bean properties.
SaveFormBinding - Interface in org.zkoss.bind.sys
Binding for saving a form.
SaveFormBindingImpl - Class in org.zkoss.bind.impl
Implementation of SaveFormBinding.
SaveFormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SaveFormBindingImpl
 
SaveInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
SaveInfo(String, Component, String, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
SavePropertyBinding - Interface in org.zkoss.bind.sys
PropertyBinding for save from component attribute into backing bean property.
SavePropertyBindingImpl - Class in org.zkoss.bind.impl
Implementation of SavePropertyBinding.
SavePropertyBindingImpl(Binder, Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SavePropertyBindingImpl
 
saveResumable(File, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the specified file at the client.
saveResumable(URL, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the resource of the specified URL at the client.
saveResumable(String, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the resource of the specified path at the client.
SAXBuilder - Class in org.zkoss.idom.input
The builder based on SAX parsers.
SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor which reuses a parser.
SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly.
SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly, that accepts an additional option, smartIgnore.
SAXHandler - Class in org.zkoss.idom.input
The SAX Handler.
SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
SC_ACTIVATION_TIMEOUT - Static variable in class org.zkoss.zk.au.AuResponse
ZK-Error (5502) indicating the request is aborted, because it is waiting too long for the completion of the previous request.
SC_OUT_OF_SEQUENCE - Static variable in class org.zkoss.zk.au.AuResponse
ZK-Error (5501) indicating the request is out-of-sequence.
SCALAR - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a scalar value.
SCALE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_TEXT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_VALUE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCATTER - Static variable in class org.zkoss.zul.Chart
 
schedule(Desktop, EventListener<T>, T) - Static method in class org.zkoss.zk.ui.Executions
Schedules a task to run under the server push of the given desktop asynchronously.
schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
schedule(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.Scheduler
Schedules the task to execute asynchronously.
schedule(EventListener<T>, T, Scheduler<T>) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Called by the associated desktop to schedule a task to execute asynchronously.
schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
 
scheduledServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
scheduledServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns if there is any scheduled task for server push.
Scheduler<T extends Event> - Interface in org.zkoss.zk.ui.sys
A scheduler that is able to schedule a task to execute asynchronously.
scheduleServerPush(EventListener<T>, T) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
scheduleServerPush(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Schedules a task to run under the server push of the given desktop asynchronously.
Scope - Enum in org.zkoss.bind.annotation
The implicit scopes of zk for ScopeParam.
Scope - Interface in org.zkoss.zk.ui.ext
Represents a scope of attributes.
ScopeListener - Interface in org.zkoss.zk.ui.ext
A listener used to listen whether a scope (Scope) is changed.
ScopeListeners - Class in org.zkoss.zk.ui.impl
Utilities to implement Scope.addScopeListener(org.zkoss.zk.ui.ext.ScopeListener) and Scope.removeScopeListener(org.zkoss.zk.ui.ext.ScopeListener).
ScopeListeners(Scope) - Constructor for class org.zkoss.zk.ui.impl.ScopeListeners
Constructor.
ScopeParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the name of a parameter of a method.
Scopes - Class in org.zkoss.zk.ui.ext
Utilities to manage the current scope (Scope).
Scopes() - Constructor for class org.zkoss.zk.ui.ext.Scopes
 
scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
Converts an integer to the string representing the scope.
Script - Class in org.zkoss.zhtml
The SCRIPT tag.
Script() - Constructor for class org.zkoss.zhtml.Script
 
Script(String) - Constructor for class org.zkoss.zhtml.Script
 
Script - Class in org.zkoss.zul
A component to generate script codes that will be evaluated at the client.
Script() - Constructor for class org.zkoss.zul.Script
 
Script(String) - Constructor for class org.zkoss.zul.Script
Constructs a script component with the specified content.
ScriptManager - Interface in org.zkoss.zk.ui.http
A manager to manage the script of WPD.
ScriptManagerImpl - Class in org.zkoss.zk.ui.http
The default implementation of the script manager (ScriptManager).
ScriptManagerImpl() - Constructor for class org.zkoss.zk.ui.http.ScriptManagerImpl
 
ScriptManagerImpl - Class in org.zkoss.zkmax.ui.http
The implementation of the script manager (ScriptManager).
ScriptManagerImpl() - Constructor for class org.zkoss.zkmax.ui.http.ScriptManagerImpl
 
scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (a.k.a., browser window) by the specified number of pixels.
ScrollEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by that user is scrolling or has scrolled at the client.
ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, double) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, int, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEvent(String, Component, double, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
ScrollEventExt - Class in org.zkoss.zkmax.zul.event
Represents an event caused by that user is scrolling or has scrolled at the client for Biglistbox component and provides more information about the position X and Y data.
ScrollEventExt(String, Component, int, int) - Constructor for class org.zkoss.zkmax.zul.event.ScrollEventExt
 
scrollIntoView(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the ancestor elements to make the specified element visible.
scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (a.k.a., browser window) to the specified location (in pixels).
Scrollview - Class in org.zkoss.zkmax.zul
A container that can scroll containing elements on touch devices.
Scrollview() - Constructor for class org.zkoss.zkmax.zul.Scrollview
 
SECOND - Static variable in class org.zkoss.zul.Chart
 
Select - Class in org.zkoss.zhtml
The SELECT tag.
Select() - Constructor for class org.zkoss.zhtml.Select
 
select() - Method in class org.zkoss.zul.impl.InputElement
Selects the whole text in this input.
Selectable<E> - Interface in org.zkoss.zul.ext
Indicate a selectable collection or component.
selectAll() - Method in class org.zkoss.zul.Listbox
Selects all items.
selectAll() - Method in class org.zkoss.zul.Tree
Selects all items.
Selectbox - Class in org.zkoss.zul
A light weight dropdown list.
Selectbox() - Constructor for class org.zkoss.zul.Selectbox
 
SelectboxListModelConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
SelectboxListModelConverter() - Constructor for class org.zkoss.zkplus.databind.SelectboxListModelConverter
Deprecated.  
SelectboxModelConverter - Class in org.zkoss.bind.converter.sys
The Converter implementation of the selectbox for converting collection to ListModel and vice versa.
SelectboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxModelConverter
 
SelectboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
Convert selected index to bean and vice versa.
SelectboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
 
SelectboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
Convert listbox selected listitem to bean and vice versa.
SelectboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
 
SelectedComboitemConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
SelectedComboitemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedComboitemConverter
Deprecated.  
SelectedItemConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
SelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedItemConverter
Deprecated.  
SelectEvent<T extends Component,E> - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the list selection is changed at the client.
SelectEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set<T>, T) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set<T>, T, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set<T>, Set<T>, Set<T>, Set<E>, Set<E>, Set<E>, T, Object, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event containing the data objects that model provided.
SelectEvent.SelectedObjectHandler<T extends Component> - Interface in org.zkoss.zk.ui.event
A handle to retrieve selected objects from selected items (components) if possible.
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the selection of the lists has changed.
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the selection of the lists has changed.
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the selection of the tree has changed.
SelectionEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the active selection which is a highlighted block of text.
SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
Constructs a selection event.
selectItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
Deselects the currently selected item and selects the given item.
selectItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
selectItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
Selector - Class in org.zkoss.zk.ui.select.impl
The model representing a selector.
Selector(int) - Constructor for class org.zkoss.zk.ui.select.impl.Selector
 
Selector.Combinator - Enum in org.zkoss.zk.ui.select.impl
 
SelectorComposer<T extends Component> - Class in org.zkoss.zk.ui.select
A composer analogous to GenericForwardComposer.
SelectorComposer() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer
 
SelectorComposer.UtilityHandler - Interface in org.zkoss.zk.ui.select
An interface for SelectorComposer's functionality plug-in.
SelectorComposer.UtilityHandlerImpl - Class in org.zkoss.zk.ui.select
Default skeletal implementation of SelectorComposer.UtilityHandler.
SelectorComposer.UtilityHandlerImpl() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
SelectorParam - Annotation Type in org.zkoss.bind.annotation
Marker annotation to identify the component of a parameter of a method
The SelectorParam.value() is the selector to find components.
Selectors - Class in org.zkoss.zk.ui.select
A collection of selector related utilities.
Selectors() - Constructor for class org.zkoss.zk.ui.select.Selectors
 
Selectors.ComposerEventListener - Class in org.zkoss.zk.ui.select
 
Selectors.ComposerEventListener(Method, Object) - Constructor for class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
 
SelectorsExt - Class in org.zkoss.zkmax.ui.select
Extended utilities for Selectors and SelectorComposer.
SelectorsExt() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt
 
SelectorsExt.ExtendedUtilityHandlerImpl - Class in org.zkoss.zkmax.ui.select
Extended utility implementation for SelectorComposer.
SelectorsExt.ExtendedUtilityHandlerImpl() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
 
self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the applied component itself.
SEND_REDIRECT - Static variable in class org.zkoss.zk.ui.util.URIInfo
Represents send-redirect shall be used to access the URI (URIInfo.uri).
sendCommand(String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
send command fired to this binder and process the command immediately
sendCommand(String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
sendError(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendError(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendError(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendError(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the specified component and process it immediately.
sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the target specified in the event, and processes it immediately.
sendEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the target, and processes it immediately.
sendEvent(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
sendEvent(Component, Event) - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Sends the specified component and event and processes the event synchronously.
sendRedirect(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendRedirect(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Redirects to another page.
sendRedirect(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
sendRedirect(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Redirects to another URL by prefixing the context path and encoding with encodeRedirectURL.
sendRedirect(String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL and redirect to the specified browser window.
sendRedirect(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
Send a redirect to the given url in the application the redirect is done via status 302 by AuRedirect if respRedirect is set to true.
sendRedirect(String) - Static method in class org.zkoss.zk.ui.Executions
Sends a temporary redirect response to the client using the specified redirect location URL by use of the current execution, Executions.getCurrent().
sendRedirect(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated.  
SEORenderer - Interface in org.zkoss.zk.ui.sys
A plugin that an application could add to generate application-specific SEO content.
separator - Variable in class org.zkoss.lang.Strings.Result
The separator found.
Separator - Class in org.zkoss.zul
A separator.
Separator() - Constructor for class org.zkoss.zul.Separator
 
Separator(String) - Constructor for class org.zkoss.zul.Separator
 
SerializableAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports serialization.
SerializableAware.Filter - Interface in org.zkoss.zk.scripting
The filter used with SerializableAware.write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter).
SerializableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
A serializable event listener that will be notified when an event occurs, if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener).
SerializableMethod - Class in org.zkoss.lang.reflect
A wrapper of java.lang.reflect.Method to make it serializable.
SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
 
Serializables - Class in org.zkoss.io
Utilities to handle java.io.Serializable.
SerializableSession - Class in org.zkoss.zk.ui.http
Serializable Session.
SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
Constructor.
SerializableSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
Constructs a ZK session with either a HTTP session or a Portlet session.
SerializableUiFactory - Class in org.zkoss.zk.ui.http
The serializable implementation of UiFactory.
SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
 
SeriesPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
SeriesPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
 
SERVER - Static variable in class org.zkoss.zul.SimpleConstraint
Indicates this constraint requires the server validation.
serveResource(ResourceRequest, ResourceResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Process AJAX request here instead of DHtmlUpdateServlet if the Portal Container support JSR 286.
ServerPush - Interface in org.zkoss.zk.ui.sys
Represents a server-push controller.
ServerPushEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
The default implementation of the server-push based event queue (EventQueue).
ServerPushEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request by retrieving the path from the path info.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request with the specified path.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.DspExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.util.resource.Extendlet
Process the specified request.
service(AuRequest, boolean) - Method in class org.zkoss.zhtml.Input
Processes an AU request.
service(AuRequest, boolean) - Method in interface org.zkoss.zk.au.AuService
Handles an AU request.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDropUploader
Processes a file uploaded from the client.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
Retrieves the media from DynamicMedia.getMedia(java.lang.String).
service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.zk.au.http.AuExtension
Called by ZK to process the AU request.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuRedirect
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuUploader
Processes a file uploaded from the client.
service(AuRequest, boolean) - Method in class org.zkoss.zk.au.http.UploadInfoService
 
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Handles an AU request.
service(Event, Scope) - Method in class org.zkoss.zk.ui.AbstractComponent
 
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Processes an AU request.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
 
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
 
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
service(Page) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to create components when the specified page is visited and created.
service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Handles an AU request.
service(Event, Scope) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Handles an event.
service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Processes an AU request.
service(Event, Scope, Component, String) - Method in interface org.zkoss.zk.ui.sys.EventListenerMap
Services the event under the given page and scope.
service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
 
service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubComponent
 
service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Colorbox
Processes an AU request.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkmax.au.http.AuDownloader
 
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
 
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Cardlayout
Swipe event on client will fire onChange to server to set selected index.
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
 
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
Process an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
 
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Nav
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Navbar
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Portallayout
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Scrollview
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Bandbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Calendar
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Checkbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Column
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobutton
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Datebox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Detail
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Grid
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Group
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Groupbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Iframe
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.FileuploadDlg
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.HeadersElement
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.InputElement
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.LayoutRegion
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listgroup
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listheader
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Menu
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Menuitem
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Paging
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Panel
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Popup
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Radio
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Selectbox
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Slider
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Splitter
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Tab
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Timer
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Toolbarbutton
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Tree
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Treeitem
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Window
Processes an AU request.
SERVICE_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
 
ServletContextLocator - Class in org.zkoss.web.util.resource
Locator based on ServletContext.
ServletContextLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletContextLocator(ServletContext, String, String, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
Constructor.
ServletDspContext - Class in org.zkoss.web.servlet.dsp
A DSP context based on HTTP servlet request and response.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Writer, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor with the specified writer.
ServletFns - Class in org.zkoss.web.fn
Providing servlet relevant functions for EL.
ServletFns() - Constructor for class org.zkoss.web.fn.ServletFns
 
ServletLabelLocator - Class in org.zkoss.web.util.resource
Used by Labels to load labels from a servlet context.
ServletLabelLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
Constructs a locator where the properties file is decided by the library property called org.zkoss.util.label.web.location.
ServletLabelLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
Constructs a locator for the given path.
ServletOutputStreamWrapper - Class in org.zkoss.web.servlet
A facade of OutputStream for implementing ServletOutputStream.
ServletOutputStreamWrapper(Writer, String) - Constructor for class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
ServletPortletDispatcher - Class in org.zkoss.web.portlet
A facade of a RequestDispatch for implementing PortletRequestDispatcher.
ServletRequestResolver - Class in org.zkoss.web.util.resource
Used to resolve the variables defined in the request (such as DSP context and ZK's execution).
ServletRequestResolver() - Constructor for class org.zkoss.web.util.resource.ServletRequestResolver
 
Servlets - Class in org.zkoss.web.servlet
The servlet relevant utilities.
Servlets() - Constructor for class org.zkoss.web.servlet.Servlets
Utilities; no instantiation required.
Servlets.ClientIdentifier - Interface in org.zkoss.web.servlet
A plugin used to provide additional browser information for Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String).
SESSION - Static variable in class org.zkoss.zk.ui.event.EventQueues
Represents the event queue in the sessions cope.
Session - Interface in org.zkoss.zk.ui
A user session.
session - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the session.
SESSION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The session scope.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same session.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(String, int) and related to denote custom attributes shared by the same session.
SessionActivationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a session, when the session is going to be deactivated or has been activated.
SessionCache - Interface in org.zkoss.zk.ui.sys
The cache for storing ZK sessions.
SessionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a session.
sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
sessionCreated(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a new session is created.
sessionCreated(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
SessionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of Session for implementation.
SessionDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same session in one desktop cache.
SessionDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Called when a session is destroyed.
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Called when the native session of the specified session has been destroyed
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a session is being destroyed.
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, has just been activated (a.k.a., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionDidActivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionDidActivate(HttpSession) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to post-process a session after it is read back.
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionDidActivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, has just been activated (a.k.a., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, has just been activated (a.k.a., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session has just been activated (a.k.a., deserialized).
sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Combobox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Grid
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Listbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Selectbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Tree
 
SessionInit - Interface in org.zkoss.zk.ui.util
Used to initialize a session when it is created.
SessionResolver - Interface in org.zkoss.zk.ui.sys
Used with SessionsCtrl.setCurrent(SessionResolver) to resolve a session dynamically.
SessionResolverImpl - Class in org.zkoss.zk.ui.http
An implementation of session resolver (SessionResolver) based on HTTP request.
SessionResolverImpl(ServletContext, HttpServletRequest) - Constructor for class org.zkoss.zk.ui.http.SessionResolverImpl
 
Sessions - Class in org.zkoss.zk.ui
Utilities to access Session.
Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
 
sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the session.
SessionsCtrl - Class in org.zkoss.zk.ui.sys
An additional utilities for implementation related to Session.
SessionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.SessionsCtrl
 
SessionSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, is about to be passivated (a.k.a., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionWillPassivate() - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to pre-process a session before writing the session
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, is about to be passivated (a.k.a., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session is about to be passivated (a.k.a., serialized).
sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Combobox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Grid
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Listbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Selectbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Tree
 
set(String, Converter) - Static method in class org.zkoss.bind.impl.SystemConverters
 
set(String, Validator) - Static method in class org.zkoss.bind.impl.SystemValidators
 
set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public filed or public method in the object.
set(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
Set - Class in org.zkoss.web.servlet.dsp.action
The set action used to set an attribute.
Set() - Constructor for class org.zkoss.web.servlet.dsp.action.Set
 
set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter.
set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter's scope associated with the giving scope.
set(int, E) - Method in class org.zkoss.zul.ListModelArray
Change content of the Array at specified index.
set(int, E) - Method in class org.zkoss.zul.ListModelList
 
setAbortingReason(AbortingReason) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
setAbortingReason(AbortingReason) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Aborts the current execution.
setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Changes the accessibility without throwing any exception.
setAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the client-side action (CSA).
setActivePage(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the active page (starting from 0).
setActivePage(int) - Method in class org.zkoss.zul.impl.MeshElement
Sets the active page (starting from 0).
setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
Sets the active page in which the specified item is.
setActivePage(int) - Method in class org.zkoss.zul.Paging
Set the active page Note: In server side, active page starts from 0.
setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
Sets the active page in which the specified item is.
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the horizontal alignment.
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alignment.
setAlign(String) - Method in class org.zkoss.zul.Applet
Sets the alignment of an applet according to surrounding elements.
setAlign(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box in the 'opposite' direction (start, center, end, stretch).
setAlign(String) - Method in class org.zkoss.zul.Cell
Sets the horizontal alignment.
setAlign(String) - Method in class org.zkoss.zul.Div
Deprecated. as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Grid
Deprecated. As of release 5.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Iframe
Deprecated. as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.impl.FooterElement
Sets the horizontal alignment of this footer.
setAlign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the horizontal alignment of this column.
setAlign(String) - Method in class org.zkoss.zul.Row
Sets the horizontal alignment of the whole row.
setAlign(String) - Method in class org.zkoss.zul.Tabs
Sets the alignment of tab.
setAlign(String) - Method in class org.zkoss.zul.Toolbar
Sets the alignment of any children added to this toolbar.
setAlt(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alt.
setAnchor(String) - Method in class org.zkoss.zul.Anchorchildren
Sets the width, height relative to parent, anchorlayout.
setAnimation(boolean) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Sets whether to perform animation.
setAnimationDisabled(boolean) - Method in class org.zkoss.zul.Borderlayout
Sets to disable animation effects.
setApply(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
Sets the application name.
setArchive(String) - Method in class org.zkoss.zul.Applet
Sets the location of an archive file (URL).
setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
Sets the renderer which is used to render each area.
setAreaListener(String) - Method in class org.zkoss.zul.Chart
Sets the renderer by use of a class name.
setAttachEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the attach edge.
setAttribute(Object, Object) - Method in interface org.zkoss.bind.BindContext
Sets given value to the given key in this Bind context.
setAttribute(Object, Object) - Method in class org.zkoss.bind.impl.BindContextImpl
 
setAttribute(BindContext, Object, Object) - Method in class org.zkoss.bind.impl.BindingImpl
 
setAttribute(String, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
 
setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
Adds the giving attribute.
setAttribute(Attribute) - Method in class org.zkoss.idom.Element
 
setAttribute(String, String) - Method in class org.zkoss.idom.Element
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletServletContext
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
setAttribute(String, Object, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the attribute of the specified scope.
setAttribute(String, Object) - Method in class org.zkoss.xel.util.SimpleXelContext
 
setAttribute(String, Object) - Method in class org.zkoss.xel.util.XelContextProxy
 
setAttribute(String, Object) - Method in interface org.zkoss.xel.XelContext
Sets the value of the specified attribute
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
Sets the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
Sets the value of the specified custom attribute associated with the desktop.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
Sets the value of the specified request attribute.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.ext.Scope
Sets (a.k.a., associates) the value for a custom attribute with this object (scope).
setAttribute(String, Object, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
Sets the custom attribute associated with this scope, or the parent scope.
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
The same as setAttribute(name, value).
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute associated with this page.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Session
Sets the value of the specified custom attribute.
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the value of an application-specific attribute.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
Sets the value of the specified custom attribute.
setAttributeName(String) - Method in class org.zkoss.bind.impl.AbstractRenderer
 
setAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNodeNS(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNS(String, String, String) - Method in class org.zkoss.idom.Element
 
setAttributeValue(String, String) - Method in interface org.zkoss.idom.Attributable
Sets the value of the attribute with the giving tag name.
setAttributeValue(String, String) - Method in class org.zkoss.idom.Element
 
setAuDecoder(AuDecoder) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAuDecoder(AuDecoder) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the AU decoder for this Web application.
setAuDecoderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to decode AU requests, or null to use the default.
setAuService(AuService) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAuService(AuService) - Method in interface org.zkoss.zk.ui.Component
Sets an AU service to process the AU request before the component's default handling.
setAutag(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAutag(String) - Method in interface org.zkoss.zk.ui.Component
Sets the AU tag for this widget.
setAutocheck(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the menuitem check mark will update each time the menu item is selected.
setAutoCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets whether enables the auto adjusting cols size.
setAutocomplete(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically complete this text box by matching the nearest item (Comboitem.
setAutodisable(String) - Method in class org.zkoss.zul.Button
Sets a list of component IDs that shall be disabled when the user clicks this button.
setAutodisable(String) - Method in class org.zkoss.zul.Checkbox
Sets a list of component IDs that shall be disabled when the user clicks this checkbox.
setAutodisable(String) - Method in class org.zkoss.zul.Menuitem
Sets a list of component IDs that shall be disabled when the user clicks this menuitem.
setAutodrop(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Combobutton
Sets whether to automatically drop the popup if user hovers on this Combobutton.
setAutodrop(boolean) - Method in class org.zkoss.zul.Menubar
Sets whether to automatically drop down menus if user moves mouse over it.
setAutohide(boolean) - Method in interface org.zkoss.zul.ext.Paginal
Sets whether to automatically hide the paging if there is only one page available.
setAutohide(boolean) - Method in class org.zkoss.zul.Iframe
Sets whether to automatically hide this component if a popup or dropdown is overlapped with it.
setAutohide(boolean) - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
setAutohide(boolean) - Method in class org.zkoss.zul.Paging
Sets whether to automatically hide this component if there is only one page available.
setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets whether to automatically redirect to the timeout URI.
setAutomaticTimeout(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets whether to automatically redirect to the timeout URI.
setAutomaticTimeout(String, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to automatically trigger the timeout at the client.
setAutopaging(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether the auto-paging facility is turned on when mold is "paging".
setAutoplay(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to auto start playing the audio.
setAutoPlay(boolean) - Method in class org.zkoss.zul.Flash
Deprecated. As of release 3.6.1, use Flash.setAutoplay(boolean) instead.
setAutoplay(boolean) - Method in class org.zkoss.zul.Flash
Sets wether to play the Flash movie automatically.
setAutoResendTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the timeout, in milliseconds, to re-send the AU request when the server's service unavailable or timeout.
setAutoRows(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets whether enables the auto adjusting rows size.
setAutoscroll(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether enable overflow scrolling.
setAutoSort(boolean) - Method in class org.zkoss.zul.SimpleXYModel
 
setAutoSort(boolean) - Method in interface org.zkoss.zul.XYModel
Set model to autosort on x value for each series.
setAutostart(boolean) - Method in class org.zkoss.zul.Audio
Deprecated. As of release 7.0.0, use Audio.setAutoplay(boolean) instead.
setBadgeText(String) - Method in class org.zkoss.zkmax.zul.Nav
Sets the badge text of the nav
setBar(boolean) - Method in class org.zkoss.zul.Separator
Sets whether to display a visual bar as the separator.
setBean(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
Sets associated bean of this TrackerNode.
setBean(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
setBegin(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration begins.
setBgAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Sets the alpha (opacity) for the background.
setBgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the background alpha (transparency, 0 ~ 255).
setBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
Sets the background color for the chart.
setBgColor(String) - Method in class org.zkoss.zul.Captcha
Set the background color of the chart.
setBgColor(String) - Method in class org.zkoss.zul.Chart
Set the background color of the chart.
setBgcolor(String) - Method in class org.zkoss.zul.Flash
Sets the background color of Flash movie.
setBindContext(BindContext) - Method in class org.zkoss.bind.impl.ParamCall
 
setBinder(Binder) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
 
setBinder(Binder) - Method in class org.zkoss.bind.impl.ParamCall
 
setBinder(Binder) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
 
setBindingArgs(Map<String, Object>) - Method in class org.zkoss.bind.impl.ParamCall
 
setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets whether to preserve the blank text.
setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets a bookmark to this desktop.
setBookmark(String, boolean) - Method in interface org.zkoss.zk.ui.Desktop
Sets the bookmark to this desktop. with more control.
setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBookmark(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBorder(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the border.
setBorder(boolean) - Method in class org.zkoss.zul.Captcha
Deprecated. As of release 5.0.4, use Captcha.setFrame(boolean) instead.
setBorder(String) - Method in class org.zkoss.zul.Image
Deprecated. As of release 5.0.5, use CSS instead.
setBorder(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the border (either none or normal).
setBorder(String) - Method in class org.zkoss.zul.Panel
Sets the border.
setBorder(boolean) - Method in class org.zkoss.zul.Panel
Enables or disables the border.
setBorder(String) - Method in class org.zkoss.zul.Window
Sets the border (either none or normal).
setBorder(boolean) - Method in class org.zkoss.zul.Window
Enables or disables the border.
setBufferSize(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setBufferSize(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setBusy() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Sets busy and return if it is busy for processing other request.
setBusy() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
setButton(Messagebox.Button, String) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Sets the label's information and label.
setButton(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Sets the label's information with a default label.
setButtons(Messagebox.Button[], String[]) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets what buttons are allowed.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Doublespinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Spinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Timebox
Sets whether the button (on the right of the textbox) is visible.
setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object.
setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object, without converting the specified val.
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the client can cache the rendered result.
setCacheable(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets if the client can cache the rendered result.
setCacheControl(String, int) - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for the response.
setCacheControl(HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for the response.
setCacheControl(ServletContext, HttpServletRequest, HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for the response.
setCanvasBgAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Sets the alpha for Canvas Background.
setCanvasBgAlpha(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Sets the alpha for Canvas Background.
setCanvasBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Sets the canvas background color.
setCanvasBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
Sets the canvas background color.
setCapRadius(double) - Method in class org.zkoss.zul.DialModel
Sets the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
setCaption(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the caption.
setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the case condition.
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setCharset(String) - Method in class org.zkoss.zul.Script
Sets the character encoding of the source.
setChartConfig(AbstractChartConfig) - Method in class org.zkoss.zkmax.zul.Fusionchart
 
setCheckable(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is checkable.
setCheckable(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is checkable.
setChecked(boolean) - Method in class org.zkoss.zhtml.Input
Sets if the input is checked (type: checkbox or radio).
setChecked(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Radio
Sets the radio is checked and unchecked the others in the same radio group (Radiogroup.
setChecked(boolean) - Method in class org.zkoss.zul.Toolbarbutton
Sets whether it is checked.
setCheckmark(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Tree
Sets whether the check mark shall be displayed in front of each item.
setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
Sets how often to check (unit=milliseconds).
setChildAllowedInTextAs(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets whether the child component is allowed within the element.
setChildPage(Page) - Method in interface org.zkoss.zk.ui.ext.Includer
Sets the child page.
setChildPage(Page) - Method in class org.zkoss.zul.Include
 
setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setClickFilterDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 5.0.0, please use Button.setAutodisable(java.lang.String) instead.
setClientErrorReload(String, int, String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the URI to redirect to, when ZK Client Engine receives an error.
setClientIdentifier(Servlets.ClientIdentifier) - Static method in class org.zkoss.web.servlet.Servlets
Sets the client identifier that is used to assist Servlets.isBrowser(javax.servlet.ServletRequest, java.lang.String) to identify a client.
setClosable(boolean) - Method in class org.zkoss.zul.Groupbox
Sets whether user can open or close the group box.
setClosable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a close button on the title bar.
setClosable(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is closable.
setClosable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show a close button on the title bar.
setClose(int, boolean) - Method in class org.zkoss.zul.GroupsModelArray
Deprecated. As of release 6.0.0, replace with GroupsModelArray.addOpenGroup(int) and GroupsModelArray.removeOpenGroup(int).
setClose(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated. As of release 6.0.0, replace with SimpleGroupsModel.addOpenGroup(int) and SimpleGroupsModel.removeOpenGroup(int).
setCmargins(String) - Method in class org.zkoss.zul.Center
Center region can't be enabled the collapsed margin functionality.
setCmargins(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the collapsed margins for the element "0,1,2,3" that direction is "top,left,right,bottom" Default: "3,3,3,3" for center, "0,3,3,0" for east and west, and "3,0,0,3" for north and south.
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCode(String) - Method in class org.zkoss.zul.Applet
Sets the applet class to run.
setCodebase(String) - Method in class org.zkoss.zul.Applet
Sets a relative base URL for applets specified in Applet.setCode(java.lang.String) (URL).
setCollapse(String) - Method in class org.zkoss.zul.Splitter
Sets which side of the splitter is collapsed when its grippy is clicked.
setCollapsed(boolean) - Method in class org.zkoss.zkmax.zul.Navbar
Sets whether to collapse it.
setCollapsible(boolean) - Method in class org.zkoss.zul.Center
Center region can't be enabled the collapse functionality.
setCollapsible(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether set the initial display to collapse.
setCollapsible(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a toggle button on the title bar.
setColor(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the color.
setColor(String) - Method in class org.zkoss.zkex.zul.Colorbox
Sets the color
setCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the columns' size of the viewport.
setCols(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the cols.
setColspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
Sets the number of columns to span this header.
setColspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of columns to span this header.
setColspan(int) - Method in class org.zkoss.zul.Cell
Sets the number of columns to span.
setColumns(int) - Method in class org.zkoss.zkmax.zul.Tablelayout
Sets the number of columns.
setColumns(int) - Method in class org.zkoss.zul.Frozen
Sets the number of columns to freeze.
setColumnsgroup(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable grouping of columns with the header context menu.
setColumnsgroup(boolean) - Method in class org.zkoss.zul.Listhead
Sets whether to enable grouping of listheader with the header context menu.
setColumnshide(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable hiding of columns with the header context menu.
setColumnshide(boolean) - Method in class org.zkoss.zul.Listhead
Sets whether to enable hiding of listheader with the header context menu.
setColWidth(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the width of the single column.
setCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setCommandArgs(Binder, Component, BindContext, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindContextUtil
 
setComment(boolean) - Method in class org.zkoss.zul.Include
Sets whether to generate the included content inside the HTML comment.
setCompact(boolean) - Method in class org.zkoss.zul.Datebox
Deprecated. As of release 5.0.0, it is no longer supported.
setComplete(boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setComplete(boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the page is a complete page.
setComplete(boolean) - Method in interface org.zkoss.zk.ui.Page
Sets if the page is a complete page.
setComponent(Component) - Method in class org.zkoss.bind.impl.ParamCall
 
setComponentInfo(Component, ComponentInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
Sets the component info for the given component.
setCompress(String[]) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
setCompress(boolean) - Method in interface org.zkoss.zk.au.AuWriter
Sets whether to compress the output with GZIP.
setCompress(boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
setCompress(boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
setConstraint(String) - Method in class org.zkoss.zul.Datebox
 
setConstraint(String) - Method in class org.zkoss.zul.Doublespinner
 
setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
Sets the constraint.
setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(String) - Method in class org.zkoss.zul.Spinner
 
setContent(Object) - Method in class org.zkoss.idom.Element
Sets the content of this element.
setContent(String, Object) - Method in class org.zkoss.idom.Element
Sets the content of the child element with the giving path.
setContent(String) - Method in class org.zkoss.zhtml.impl.ContentTag
Sets the content.
setContent(Media) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the content directly.
setContent(String) - Method in class org.zkoss.zkmax.zul.Dropupload
Set the content of component, it will be shown depend on detection setting.
setContent(String) - Method in class org.zkoss.zkmax.zul.Navitem
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(Audio) - Method in class org.zkoss.zul.Audio
Sets the content directly.
setContent(String) - Method in class org.zkoss.zul.Comboitem
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(Media) - Method in class org.zkoss.zul.Flash
Sets the content of the flash directly.
setContent(String) - Method in class org.zkoss.zul.Html
Sets the embedded content (i.e., HTML tags).
setContent(Media) - Method in class org.zkoss.zul.Iframe
Sets the content directly.
setContent(Image) - Method in class org.zkoss.zul.Image
Sets the content directly.
setContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content directly with the rendered image.
setContent(String) - Method in class org.zkoss.zul.Menu
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(String) - Method in class org.zkoss.zul.Script
Sets the content of the script element.
setContent(String) - Method in class org.zkoss.zul.Style
Sets the content of the style element.
setContentDisposition(boolean) - Method in class org.zkoss.util.media.AMedia
Set whether to allow Content-Disposition or not when writing the media to response header.
setContentLength(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentLength(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setContents(Collection<Element>, Object) - Static method in class org.zkoss.idom.util.IDOMs
Set the contents of elements.
setContentSclass(String) - Method in class org.zkoss.zul.Detail
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Groupbox
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Window
Sets the style class used for the content block.
setContentStyle(String) - Method in class org.zkoss.zul.Detail
Sets the CSS style for the content block of the window.
setContentStyle(String) - Method in class org.zkoss.zul.Groupbox
Sets the CSS style for the content block of the groupbox.
setContentStyle(String) - Method in class org.zkoss.zul.Window
Sets the CSS style for the content block of the window.
setContentType(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentType(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the content type.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the content type.
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Sets the content type of the output.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setContentType(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setContentType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setContentType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the content type.
setContentType(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the content type.
setContentType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Sets the content type to the specified execution for the given page.
setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the content type.
setContext(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user right-clicks on the element (a.k.a., context menu).
setContext(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user right-clicks on the element (a.k.a., context menu).
setControls(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to display the audio controls.
setConverterArgs(Binder, Component, BindContext, PropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
 
setCoords(String) - Method in class org.zkoss.zul.Area
Sets the coords of this area.
setCrawlable(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether this Web application is crawlable.
setCreatable(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets whether can create new item.
setCreateMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the create message of this component.
setCSSCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for the CSS files of class Web resources.
setCSSCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for the CSS files of class Web resources.
setCSSCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for the CSS files of class Web resources.
setCtrlKeys(String) - Method in class org.zkoss.zul.impl.XulElement
Sets what keystrokes to intercept.
setCurpos(int) - Method in class org.zkoss.zul.Slider
Sets the current position of the slider.
setCurpos(double) - Method in class org.zkoss.zul.Slider
Sets the current position of the slider.
setCurrent(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Sets the execution for the current thread.
setCurrent(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the session for the current thread.
setCurrent(SessionResolver) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the session for the current thread.
setCurrent(WebApp) - Static method in class org.zkoss.zk.ui.sys.WebAppsCtrl
Sets the Web application for this installation.
setCurrentDirectory(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the current directory.
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the current directory which is used to convert a relative URI to absolute.
setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentLocation(Location) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
 
setCurrentPage(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPage(Page) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page.
setCurrentPageDefinition(PageDefinition) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPageDefinition(PageDefinition) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page definition.
setCustomThemeProvider(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeProvider.
setCustomThemeRegistry(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeRegistry.
setCustomThemeResolver(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use custom ThemeResolver.
setCWRCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
Sets the Cache-Control and Expires headers for class Web resources.
setCWRCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Last-Modified headers for class Web resources.
setCWRCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
Sets the Cache-Control, Expires, and Etag headers for class Web resources.
setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setData(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setData(Map<String, String>) - Method in class org.zkoss.idom.ProcessingInstruction
Sets the raw data with a data map.
setData(E) - Method in class org.zkoss.zul.DefaultTreeNode
 
setData(E) - Method in interface org.zkoss.zul.TreeNode
Sets the application-specific data associated with this node.
setDataConnection(Connection) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the JasperReports Data Connection.
setDatasource(JRDataSource) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the JasperReports DataSource.
setDataXMLPath(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the url of the chart data .xml file.
setDateFormat(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the date format used by date related Chart.
setDateFormat(String) - Method in class org.zkoss.zul.Chart
Sets the date format used by date related Chart.
setDateFormater(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Sets the dateformat for all of header.
setDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setDebugJS(boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets whether to debug JavaScript files.
setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to debug JavaScript files.
setDebugMode(boolean) - Method in class org.zkoss.fsm.StateMachine
Set debug mode, where StateMachine.onDebug(String) is called at certain timing to assist user develop the state machine
setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Parser
 
setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
 
setDebugStream(PrintStream) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
Set debug output.
setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the URI where this definition is declared.
setDefaultActionOnShow(String) - Static method in class org.zkoss.zul.Window
Deprecated. As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String).
setDefaultConfig(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Whether use the default binding configuration.
setDefaultWidgetClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the default widget class.
setDefaultWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setDefer(boolean) - Method in class org.zkoss.zul.Script
Sets whether to defer the execution of the script codes.
setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Sets whether the evaluation of the zscript shall be deferred.
setDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setDefinition(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition.
setDefinition(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition by specifying the name.
setDelay(int) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
Sets the number of milliseconds to wait before replacing with the correct content.
setDelay(int) - Method in class org.zkoss.zul.Timer
Sets the delay, the number of milliseconds between successive action events.
setDescription(String) - Method in class org.zkoss.zul.Comboitem
Sets the description.
setDescription(String) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
Sets the desktop to the specified request.
setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the desktop associated with this execution.
setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the desktop cache.
setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the desktop provider for this Web application.
setDesktopCacheProviderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to provide the desktop cache, or null to use the default.
setDesktopMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the desktop.
setDesktopRecycle(DesktopRecycle) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the desktop recycler for this application, or null to disable it.
setDetailed(boolean) - Method in interface org.zkoss.zul.ext.Paginal
Sets whether to show the detailed info, such as Paginal.getTotalSize().
setDetailed(boolean) - Method in class org.zkoss.zul.Paging
Sets whether to show total size and index of items in current page
setDetection(String) - Method in class org.zkoss.zkmax.zul.Dropupload
Set drag detection area.
setDeviceType(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the device type that this desktop belongs to.
setDeviceType(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDeviceType(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setDeviceType(String) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the device type that this session belongs to.
setDir(String) - Method in class org.zkoss.zul.A
Sets the direction to layout with image.
setDir(String) - Method in class org.zkoss.zul.Button
Sets the direction to layout image.
setDirectContent(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
Sets whether a component can directly generate HTML tags to the output.
setDisabled(boolean) - Method in interface org.zkoss.zk.ui.ext.Disable
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Colorbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.A
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Button
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Comboitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Selectbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is disabled.
setDisplayedTimeZones(List<TimeZone>) - Method in class org.zkoss.zul.Datebox
Sets a list of the time zones that will be displayed at the client and allow user to select.
setDisplayedTimeZones(String) - Method in class org.zkoss.zul.Datebox
Sets a concatenation of a list of the time zones' ID, separated by comma, that will be displayed at the client and allow user to select.
setDisplayName(String) - Method in class org.zkoss.web.theme.StandardTheme
Rename the display name
setDisplayName(String, String) - Static method in class org.zkoss.zul.theme.Themes
Set the display name (human name) of the theme
setDocType(DocType) - Method in class org.zkoss.idom.Document
Sets the document type.
setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the doc type (<!
setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the doc type (<!
setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
 
setDocumentURI(String) - Method in class org.zkoss.idom.Document
 
setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is draggable, or an identifier of a draggable type of objects.
setDraggable(String) - Method in class org.zkoss.zul.Window
 
setDroppable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is droppable, or a list of identifiers of draggable types of objects that could be dropped to this component.
setDynamic(boolean) - Method in class org.zkoss.zul.Style
Deprecated. As of release 5.0.0, it is decided automatically.
setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the dynamic property.
setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.Textarea
 
setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Sets a property with the specified name and value.
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlMacroComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlNativeComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Applet
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Include
Adds a dynamic property that will be passed to the included page via the request's attribute.
setDynamicTagInfo(String, Set<String>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition for the dynamic tag.
setEmptyMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the emptyMessage of the input of this component.
setEmptyMessage(String) - Method in class org.zkoss.zul.Grid
 
setEmptyMessage(String) - Method in class org.zkoss.zul.Listbox
 
setEnclosingTag(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Sets the the name of the enclosing tag for this macro component.
setEncode(boolean) - Method in class org.zkoss.zhtml.Text
Sets whether to encode the text, such as converting < to &lt;.
setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
Sets the class of the image encoder for the specified format.
setEncodeURLPrefix(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the prefix used to encoding the URL.
setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets whether to encode the alpha transparency.
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setEnd(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration ends (inclusive).
setEnd(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setEngine(FusionchartEngine<Fusionchart>) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the chart engine.
setEngine(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the chart engine by use of a class name.
setEngine(String) - Method in class org.zkoss.zul.Captcha
Sets the captcha engine by use of a class name.
setEngine(CaptchaEngine) - Method in class org.zkoss.zul.Captcha
Set the captcha engine.
setEngine(ChartEngine) - Method in class org.zkoss.zul.Chart
Sets the chart engine.
setEngine(String) - Method in class org.zkoss.zul.Chart
Sets the chart engine by use of a class name.
setEngine(TabboxEngine) - Method in class org.zkoss.zul.Tabbox
Sets the tabbox engine for ListModel
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the epilog content.
setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setEpilogContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorMessage(String) - Method in class org.zkoss.zul.impl.InputElement
Associates an error message to this input.
setErrorPage(String) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
Deprecated.  
setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
 
setEscapeXML(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to escape XML.
setEventListener(EventListener<Messagebox.ClickEvent>) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the event listener.
setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the cache that stores the information about event handler methods.
setEventTimeWarning(int) - Method in class org.zkoss.zk.ui.util.Configuration
Set the time, in seconds, to show a warning message if an event has been processinged longer than it.
setExclude(String) - Method in class org.zkoss.zul.Captcha
Set exclude characters that will not be generated.
setExecution(Execution) - Method in class org.zkoss.bind.impl.ParamCall
 
setExecution(Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setExecution(Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the execution (used to represent a lock).
setExecutionInfo(ExecutionInfo) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setExecutionInfo(ExecutionInfo) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the information of the event being served, or null if not under serving an event.
setExecutionMonitor(ExecutionMonitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the execution monitor for this application, or null to disable it.
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether to expand entities during parsing.
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether to expand entities during parsing.
setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
Sets the expected type.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setExpressionFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the implementation of the expression factory that shall be used by this page.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Page
Sets the implementation of the expression factory that is used by this page.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the implementation of the expression factory that shall be used by the whole system.
setExtraLocator(Locator) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the extra locator.
setFailoverManager(FailoverManager) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setFailoverManager(FailoverManager) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the failover manager for this Web application.
setFailoverManagerClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to handle the failover mechanism, or null if no custom failover mechanism.
setFgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the foreground alpha (transparency, 0 ~ 255).
setField(String, Object) - Method in interface org.zkoss.bind.Form
Sets the associated value of the specified field name.
setField(String, Object) - Method in class org.zkoss.bind.impl.FormImpl
 
setField(String, String) - Method in class org.zkoss.zul.Applet
Sets the value of the specified filed.
setFieldValue(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
Set a value to a field of the object.
setFileSizeThreshold(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the threshold at which a temporary file is created as a buffer, in kilobytes.
setFirstLine(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setFirstLine(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the first line to be generated to the output.
setFirstLine(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the first line to be generated to the output.
setFixedLayout(boolean) - Method in class org.zkoss.zul.Grid
Deprecated. since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFixedLayout(boolean) - Method in class org.zkoss.zul.Listbox
Deprecated. since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFixedLayout(boolean) - Method in class org.zkoss.zul.Tree
Deprecated. since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFixFrozenCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets to fix the frozen columns, if true, meaning the user cannot change the size of the frozen columns dynamically.
setFlex(boolean) - Method in class org.zkoss.zul.LayoutRegion
Deprecated. As of release 6.0.2, use HtmlBasedComponent.setHflex(String) and HtmlBasedComponent.setVflex(String) on child component instead
setFloatable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to float the panel to display it inline where it is rendered.
setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
setFocus(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the focus.
setFontColor(String) - Method in class org.zkoss.zul.Captcha
Set font color.
setFormat(String) - Method in class org.zkoss.zul.Datebox
Sets the date format.
setFormat(String) - Method in class org.zkoss.zul.impl.FormatInputElement
Sets the format.
setFormat(String) - Method in class org.zkoss.zul.Timebox
Sets the date format.
setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
Sets the formatter used by Messages.get(int, Object[], Locale).
setForward(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the forward condition that controls when to forward an event receiving by this component to another component.
setFramable(boolean) - Method in class org.zkoss.zul.Panel
Deprecated. As of release 5.0.6, replaced with Panel.setBorder(java.lang.String). Sets whether to render the panel with custom rounded borders.

Default: false.

setFrame(boolean) - Method in class org.zkoss.zul.Captcha
Sets whether generate border.
setFrameBgAlpha(int) - Method in class org.zkoss.zul.DialModel
Set the background alpha of the dial frame (transparency, 0 ~ 255).
setFrameBgColor(String) - Method in class org.zkoss.zul.DialModel
Set the background color of the dial frame.
setFrameBgColor1(String) - Method in class org.zkoss.zul.DialModel
Set the 1st background color of the dial frame (for gradient starting color).
setFrameBgColor2(String) - Method in class org.zkoss.zul.DialModel
Set the 2nd background color of the dial frame (for gradient ending color).
setFrameFgColor(String) - Method in class org.zkoss.zul.DialModel
Set the foreground color of the dial frame.
setFrozenCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the size of the frozen columns.
setFulfill(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the fulfill condition that controls when to create the child components.
setFullComposerOnly(boolean) - Method in class org.zkoss.zk.ui.impl.MultiComposer
Sets whether to invoke only the composer that implements FullComposer.
setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the function mapper, or null if not available.
setGradientDirection(String) - Method in class org.zkoss.zul.DialModel
Set the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
setHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setHeight(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the height.
setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height.
setHeight(String) - Method in class org.zkoss.zkex.zul.Fisheye
This method is unsupported.
setHeight(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.Center
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.East
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(int) - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
setHeight(int) - Method in interface org.zkoss.zul.impl.Padding
Set the padding height in px.
setHeight(int) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
setHeight(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setHeight(String) - Method in class org.zkoss.zul.West
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeightDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height directly without sending back the result (smart update) to the client
setHeights(String) - Method in class org.zkoss.zul.Box
Deprecated. As of release 5.0.0, use Cell instead.
setHflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets horizontal flex hint of this component.
setHflex(String) - Method in class org.zkoss.zul.Columns
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Foot
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Listcell
Deprecated. as of release 6.0.0. To control the hflex of Listcell, please use HtmlBasedComponent.setHflex(String) instead.
setHflex(String) - Method in class org.zkoss.zul.Listfoot
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Listhead
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Listitem
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Panel
 
setHflex(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setHflex(String) - Method in class org.zkoss.zul.Row
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Rows
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Treecell
Deprecated. as of release 6.0.0. To control the hflex of Treecell, please use HtmlBasedComponent.setHflex(String) instead.
setHflex(String) - Method in class org.zkoss.zul.Treechildren
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treecols
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treefoot
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treeitem
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treerow
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the hflex directly without sending back the result (smart update) to the client
setHibernate(boolean) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets whether enable the hibernate data source.
setHierarchy(boolean) - Static method in class org.zkoss.util.logging.Log
Deprecated. Sets whether to support the hierarchical loggers.
setHover(String) - Method in class org.zkoss.zul.Image
Sets the image URI.
setHoverContent(Image) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly.
setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly with the rendered image.
setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly.
setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly with the rendered image.
setHref(String) - Method in class org.zkoss.zkmax.zul.Navitem
Sets the href.
setHref(String) - Method in class org.zkoss.zul.A
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Button
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Menuitem
Sets the href.
setHspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the hspace.
setHspace(String) - Method in class org.zkoss.zul.Applet
Sets the horizontal spacing in pixels around an applet.
setHspace(String) - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
setHyphen(boolean) - Method in class org.zkoss.zul.Label
Deprecated. As of release 5.0.0, use CSS instead.

Use the CSS style called "word-wrap: word-break" to have similar effect. Unfortunately, word-wrap is not applicable to FF and Opera(it works fine with IE and Safari).

setIconSclass(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the icon font
setId(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the id attribute.
setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setId(String) - Method in interface org.zkoss.zk.ui.Component
Sets the ID.
setId(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setId(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setId(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setId(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the identifier that will be assigned to pages created from this definition.
setId(String) - Method in interface org.zkoss.zk.ui.Page
Sets the identifier of this page.
setId(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the desktop identifier.
setId(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
 
setIdentity(int) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Deprecated. As of release 6.0.0, buttons are created in Java
setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the ID generator for this Web application.
setIdGeneratorClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to generate UUID/ID of desktop, page and components, or null to use the default.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
Sets the iDOM factory.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
Sets the iDOM factory.
setIf(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the if condition.
setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the if condition.
setIgnoreAccessCreationWarn(boolean) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
 
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will ignore comments.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether the parser should eliminate whitespace in element content.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether the parser should eliminate whitespace in element content.
setImage(String) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
 
setImage(String) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
setImage(String) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
 
setImage(String) - Method in class org.zkoss.zel.impl.parser.AstString
 
setImage(String) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
setImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setImage(String) - Method in class org.zkoss.zul.Listitem
Sets the image of the Listcell it contains.
setImage(String) - Method in class org.zkoss.zul.Treeitem
Sets the image of the Treecell it contains.
setImage(String) - Method in class org.zkoss.zul.Treerow
Sets the image of the Treecell it contains.
setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly.
setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly with the rendered image.
setImplementation(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the string that implements the component.
setImplementationClass(Class) - Static method in class org.zkoss.zk.au.AuWriters
Sets the implementation class of AuWriter that will be used to generate the output to the client.
setImplementationClass(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class to implements the component.
setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class name to implements the component.
setImplementationClass(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
Sets an implicit object.
setIndex(int) - Method in interface org.zkoss.zul.impl.LoadStatus
Sets the index of the loaded item (so client known row's index).
setIndex(int) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
setIndex(int) - Method in class org.zkoss.zul.Listitem
 
setIndex(int) - Method in class org.zkoss.zul.Row.ExtraCtrl
 
setInlineParent(Component, Component) - Method in interface org.zkoss.zk.ui.ext.Macro
Sets the parent to the given one and insert the children of the inline macro right before the given sibling (beforeSibling).
setInlineParent(Component, Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setInlineParent(Component, Component) - Method in class org.zkoss.zml.XmlMacroComponent
 
setInnerRadius(double) - Method in class org.zkoss.zul.DialModelRange
Sets the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
setInnerWidth(String) - Method in class org.zkoss.zul.Grid
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Listbox
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Tree
Sets the inner width of this component.
setInplace(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets to enable the inplace-editing function that the look and feel is like a label.
setInstant(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets the instant attribute.
setInternalSubset(String) - Method in class org.zkoss.idom.DocType
Sets the data for the internal subset.
setIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setInvalid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
 
setInvalid() - Method in interface org.zkoss.bind.ValidationContext
set invalid
setItemHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item height of Fisheye.
setItemMaxHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item maximal height of Fisheye.
setItemMaxWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item maximal width of Fisheye.
setItemPadding(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item padding of Fisheye.
setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the renderer which is used to render each item if Chosenbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the renderer by use of a class name.
setItemRenderer(ComboitemRenderer<?>) - Method in class org.zkoss.zul.Combobox
Sets the renderer which is used to render each row if Combobox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Combobox
Sets the renderer by use of a class name.
setItemRenderer(ListitemRenderer<?>) - Method in class org.zkoss.zul.Listbox
Sets the renderer which is used to render each item if Listbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
Sets the renderer by use of a class name.
setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zul.Selectbox
Sets the renderer which is used to render each item if Selectbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Selectbox
Sets the renderer by use of a class name.
setItemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
Sets the renderer which is used to render each item if Tree.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Tree
Sets the renderer by use of a class name.
setItems(Object) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the attribute items.
setItemWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item width of Fisheye.
setJasperreporteExporterFactory(JasperreportExporterFactory) - Method in class org.zkoss.zkex.zul.Jasperreport
Set the factory to use your own exporter, reference to JasperreportExporterFactory
setJasperreporteExporterFactory(String) - Method in class org.zkoss.zkex.zul.Jasperreport
 
setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the desktops across visits.
setLabel(String) - Method in class org.zkoss.zul.Comboitem
 
setLabel(String) - Method in class org.zkoss.zul.Group
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Groupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.impl.LabelElement
Sets the label.
setLabel(String) - Method in class org.zkoss.zul.Listgroupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Listitem
Sets the label of the Listcell it contains.
setLabel(String) - Method in class org.zkoss.zul.Treeitem
Sets the label of the Treecell it contains.
setLabel(String) - Method in class org.zkoss.zul.Treerow
Sets the label of the Treecell it contains.
setLabelEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the label edge.
setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the component and attribute names used to represent a label.
setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Sets the scripting language.
setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
Sets the scripting language.
setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left position.
setLeftDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left directly without sending back the result (smart update) to the client
setLegend(boolean) - Method in class org.zkoss.zul.Groupbox
Deprecated. As of release 6.0, legend no longer used in groupbox.
setLegendFont(Font) - Method in class org.zkoss.zul.Chart
Sets the legend font of this chart.
setLength(int) - Method in class org.zkoss.zul.Captcha
Set length of the autogenerated text value; default to 5.
setLenient(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether or not date/time parsing is to be lenient.
setLevel(Level) - Method in class org.zkoss.util.logging.Log
Deprecated. Sets the logging level.
setLevel(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Sets the logging level.
setLifetime(int) - Method in interface org.zkoss.util.Cache
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.CacheMap
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.FastReadCache
 
setLifetime(int) - Method in class org.zkoss.util.MultiCache
 
setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
setLoadAll(boolean) - Method in interface org.zkoss.zul.impl.DataLoader
Sets whether to always load all items from ListModel.
setLoadAll(boolean) - Method in class org.zkoss.zul.impl.GridDataLoader
 
setLoadAll(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
setLoaded(boolean) - Method in interface org.zkoss.zul.impl.LoadStatus
Sets whether the on-demand-loading item is loaded.
setLoaded(boolean) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
setLoaded(boolean) - Method in class org.zkoss.zul.Row.ExtraCtrl
 
setLoadOnSave(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Sets whether this DataBinder shall do load-on-save automatically.
setLocale(Locale) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setLocale(Locale) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setLocale(Locale) - Method in class org.zkoss.zel.ELContext
 
setLocale(Locale) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
setLocale(Locale) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the output file locale.
setLocale(Locale) - Method in class org.zkoss.zul.Datebox
Sets the locale used to identify the format of this datebox.
setLocale(String) - Method in class org.zkoss.zul.Datebox
Sets the locale used to identify the format of this datebox.
setLocale(Locale) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the locale used to identify the symbols of this number input element.
setLocale(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the locale used to identify the symbols of this number input element.
setLocale(Locale) - Method in class org.zkoss.zul.Timebox
Sets the locale used to identify the format of this timebox.
setLocale(String) - Method in class org.zkoss.zul.Timebox
Sets the locale used to identify the format of this timebox.
setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
Sets the info of date/time format for the current thread.
setLocalized(boolean) - Method in class org.zkoss.zul.Include
Sets whether the source depends on the current Locale.
setLocalName(String) - Method in class org.zkoss.idom.Attribute
Sets the local name of this attribute.
setLocalName(String) - Method in class org.zkoss.idom.Element
 
setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the local name of this item.
setLocalName(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
 
setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
 
setLocator(Locator) - Method in interface org.zkoss.idom.Item
Sets the locator of this item.
setLocator(Locator) - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
setLocator(Locator) - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Sets the locator used to retrieve resources, such as taglib and zscript files.
setLoop(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to play the audio repeatedly.
setLoop(boolean) - Method in class org.zkoss.zul.Flash
Sets whether the Flash movie plays repeatedly
setLowerBound(double) - Method in class org.zkoss.zul.DialModelRange
Sets the lower bound in scale of this colored range.
setMacroTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the macro template.
setMacroURI(String) - Method in interface org.zkoss.zk.ui.ext.Macro
Sets the macro URI.
setMacroURI(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setMacroURI(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
setMappingURI(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Called by WebManager#setUpdateUri when WebManager is created by HttpSessionListener#contextInitialized
setMargins(String) - Method in class org.zkoss.zul.LayoutRegion
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setMaster(StateMachine<E, C, IN>) - Method in class org.zkoss.fsm.StateCtx
Sets the owner state machine.
setMatrixRenderer(MatrixRenderer<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the matrix renderer.
setMatrixRenderer(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the matrix renderer from a class string.
setMax(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Set the maximum value.
setMax(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the maximum value.
setMaximalHeight(boolean) - Method in class org.zkoss.zul.Tabbox
Sets whether to use maximum height of all tabpanel in initial phase.
setMaximizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.
setMaximizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the maximizing button and allow the user to maximize the window, when a window is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the window to its previous size.
setMaximized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is maximized, and then the size of the panel will depend on it to show a appropriate size.
setMaximized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is maximized, and then the size of the window will depend on it to show a appropriate size.
setMaximizedMode(String) - Method in class org.zkoss.zkmax.zul.Portallayout
Sets the mode of the panel to maximize according to "whole" or "column".
setMaxInactiveInterval(int) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxlength(int) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the maxlength to output.
setMaxlength(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the maxlength.
setMaxlength(int) - Method in class org.zkoss.zul.Label
Sets the maximal length of the label.
setMaxlength(int) - Method in class org.zkoss.zul.Listbox
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Listheader
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Treecol
Sets the maximal length of each item's label.
setMaxpos(int) - Method in class org.zkoss.zul.Slider
Sets the maximum position of the slider.
setMaxpos(double) - Method in class org.zkoss.zul.Slider
Sets the maximum position of the slider.
setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed time to process events, in milliseconds.
setMaxSize(int) - Method in interface org.zkoss.util.Cache
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.CacheMap
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.FastReadCache
 
setMaxSize(int) - Method in class org.zkoss.util.MultiCache
 
setMaxsize(int) - Method in class org.zkoss.zkmax.zul.Dropupload
Set the max size of upload file, unit is "KB".
setMaxsize(int) - Method in class org.zkoss.zul.Center
Center region can't be enabled the maxsize.
setMaxsize(int) - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
setMaxsize(int) - Method in class org.zkoss.zul.LayoutRegion
Sets the maximum size of the resizing element.
setMaxSpareThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of the spare pool for queuing the event processing threads (per Web application).
setMaxSuspendedThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of suspended event processing threads (per Web application).
setMaxUploadSize(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed upload size, in kilobytes.
setMayscript(boolean) - Method in class org.zkoss.zul.Applet
Sets whether the applet is allowed to access the scripting object.
setMedia(String) - Method in class org.zkoss.zul.Style
Sets the media dependencies for this style sheet.
setMenupopup(String) - Method in class org.zkoss.zul.Columns
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMenupopup(String) - Method in class org.zkoss.zul.Listhead
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
setMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
set validation messages to component, it will replace previous messages
setMin(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Set the minimum value.
setMin(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the minimum value.
setMinheight(int) - Method in class org.zkoss.zul.Panel
Sets the minimum height in pixels allowed for this panel.
setMinheight(int) - Method in class org.zkoss.zul.Window
Sets the minimum height in pixels allowed for this window.
setMinimizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the minimizing button and allow the user to minimize the panel.
setMinimizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the minimizing button and allow the user to minimize the window.
setMinimized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is minimized.
setMinimized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is minimized.
setMinpos(int) - Method in class org.zkoss.zul.Slider
Sets the minimum position of the slider.
setMinpos(double) - Method in class org.zkoss.zul.Slider
Sets the minimum position of the slider.
setMinsize(int) - Method in class org.zkoss.zul.Center
Center region can't be enabled the minsize.
setMinsize(int) - Method in class org.zkoss.zul.LayoutRegion
Sets the minimum size of the resizing element.
setMinwidth(int) - Method in class org.zkoss.zul.Panel
Sets the minimum width in pixels allowed for this panel.
setMinwidth(int) - Method in class org.zkoss.zul.Window
Sets the minimum width in pixels allowed for this window.
setMode(String) - Method in class org.zkoss.zul.Include
Sets the inclusion mode.
setMode(String) - Method in class org.zkoss.zul.Slider
Sets the mode.
setMode(String) - Method in class org.zkoss.zul.Toolbarbutton
Set the mode of toolbarbutton.
setMode(Window.Mode) - Method in class org.zkoss.zul.Window
Sets the mode.
setMode(String) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setMode(int) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setModel(MatrixModel<?, ?, ?, ?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the matrix model.
setModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the list model associated with this chosenbox.
setModel(ChartModel) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the chart model associated with this chart.
setModel(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the model by use of a class name.
setModel(ChartModel) - Method in class org.zkoss.zul.Chart
Sets the chart model associated with this chart.
setModel(String) - Method in class org.zkoss.zul.Chart
Sets the model by use of a class name.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Combobox
Sets the list model associated with this combobox.
setModel(DefaultTreeModel<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
setModel(ListModel<?>) - Method in class org.zkoss.zul.Grid
Sets the list model associated with this grid.
setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Grid
Sets the groups model associated with this grid.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Listbox
Sets the list model associated with this listbox.
setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Listbox
Sets the groups model associated with this list box.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Radiogroup
Sets the list model associated with this radiogroup.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Selectbox
Sets the list model associated with this selectbox.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Tabbox
Sets the list model associated with this t.
setModel(TreeModel<?>) - Method in class org.zkoss.zul.Tree
Sets the tree model associated with this tree.
setModel(DefaultTreeModel<E>) - Method in interface org.zkoss.zul.TreeNode
Sets the tree model it belongs to.
setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setMold(String) - Method in interface org.zkoss.zk.ui.Component
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Grid
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Listbox
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Slider
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tabbox
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tree
Sets the mold to render this component.
setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the monitor for this application, or null to disable it.
setMovable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to move the panel to display it inline where it is rendered.
setMultiline(boolean) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the multiline functionality.
setMultiline(boolean) - Method in class org.zkoss.zul.Combobox
 
setMultiline(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the new line and the white spaces at the beginning of each line.
setMultiline(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether it is multiline.
setMultiple(boolean) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractListModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractTreeModel
 
setMultiple(boolean) - Method in interface org.zkoss.zul.ext.Selectable
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether multiple selections are allowed.
setMultiple(boolean) - Method in class org.zkoss.zul.Tree
Sets whether multiple selections are allowed.
setMuted(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to mute the audio.
setName(String) - Method in class org.zkoss.idom.Attribute
 
setName(String) - Method in class org.zkoss.idom.DocType
 
setName(String) - Method in class org.zkoss.idom.Element
Sets the tag name of the element.
setName(String) - Method in class org.zkoss.idom.EntityReference
 
setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setName(String) - Method in interface org.zkoss.idom.Item
Sets the name of the item.
setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setName(String) - Method in class org.zkoss.web.theme.Theme
Rename the theme
setName(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
setName(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the name of the input element of this component.
setName(String) - Method in class org.zkoss.zul.Calendar
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Checkbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Iframe
Sets the frame name.
setName(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Listbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Radiogroup
Sets the name of this group of radio buttons.
setName(String) - Method in class org.zkoss.zul.Selectbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Slider
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Tree
Sets the name of this component.
setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(String, String) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
Sets the namespace.
setNative(boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
Set the setting that treat the upload file as binary or not.
setNative(boolean) - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
setNativeTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the native template.
setNbsp(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to generate &nbsp; if the content is empty.
setNeedleColor(String) - Method in class org.zkoss.zul.DialModelScale
Set the needle color.
setNeedleRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
setNeedleType(String) - Method in class org.zkoss.zul.DialModelScale
Sets the needle type of this scale ("pointer" or "pin")
setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setNoise(boolean) - Method in class org.zkoss.zul.Captcha
Sets whether generate noise; default to false.
setNonselectableTags(String) - Method in class org.zkoss.zul.Listbox
Sets a list of HTML tag names that shall not cause the list item being selected if they are clicked.
setNonselectableTags(String) - Method in class org.zkoss.zul.Tree
Sets a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
setNoResultsText(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the no-result text of this component.
setNowrap(boolean) - Method in class org.zkoss.zul.Row
Sets the nowrap.
setNumber(int) - Method in class org.zkoss.zul.Fileupload
Deprecated. As of release 5.0.0, replaced with Button.setUpload(String)
setOddRowSclass(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in class org.zkoss.zul.Grid
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in class org.zkoss.zul.Listbox
Sets the style class for the odd rows.
setOnclick(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the onclick.
setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
 
setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Nav
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Bandbox
Drops down or closes the child.
setOpen(boolean) - Method in class org.zkoss.zul.Center
Center region can't be closed.
setOpen(boolean) - Method in class org.zkoss.zul.Combobox
Drops down or closes the list of combo items (Comboitem.
setOpen(boolean) - Method in class org.zkoss.zul.Combobutton
Drops down or closes the child, only works while visible.
setOpen(boolean) - Method in class org.zkoss.zul.Datebox
Drops down or closes the calendar to select a date.
setOpen(TreeNode<E>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated. As of release 6.0.0, replaced with AbstractTreeModel.addOpenObject(E) and DefaultTreeModel.removeOpenObject(java.lang.Object).
setOpen(boolean) - Method in class org.zkoss.zul.Detail
Sets whether the detail is open.
setOpen(boolean) - Method in class org.zkoss.zul.Group
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Groupbox
Opens or closes this groupbox.
setOpen(boolean) - Method in class org.zkoss.zul.LayoutRegion
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zul.Listgroup
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Panel
Opens or closes this Panel.
setOpen(boolean) - Method in class org.zkoss.zul.Splitter
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether this container is open.
setOpenGroup0(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
 
setOpenObjects(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
 
setOpenObjects(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Openable
Replace the current set of opened objects with the given set.
setOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setOptionalContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the optional content type.
setOrient(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the orientation of Fisheye.
setOrient(String) - Method in class org.zkoss.zkmax.zul.Cardlayout
Sets the orient.
setOrient(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the chart orientation.
setOrient(String) - Method in class org.zkoss.zkmax.zul.Navbar
Sets the orient.
setOrient(String) - Method in class org.zkoss.zkmax.zul.Portallayout
Sets the orient.
setOrient(String) - Method in class org.zkoss.zkmax.zul.Scrollview
 
setOrient(String) - Method in class org.zkoss.zul.Box
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Button
Sets the orient to layout image.
setOrient(String) - Method in class org.zkoss.zul.Chart
Set the chart orientation.
setOrient(String) - Method in class org.zkoss.zul.Menubar
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Radiogroup
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Separator
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Slider
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Tabbox
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Toolbar
Sets the orient.
setOut(Writer) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Changes the writer of this context to the specified one.
setOut(Writer) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setOuterRadius(double) - Method in class org.zkoss.zul.DialModelRange
Sets the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
Set an output property that will be in effect for the transformation.
setOwner(Item) - Method in class org.zkoss.idom.Attribute
Sets the item that owns this attribute.
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the owner of this page.
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before a component redraws itself if the component might include another page.
setPack(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box (start, center, end) plus an stretch option.
setPackages(String) - Method in class org.zkoss.zul.Script
Sets the list of packages to load before evaluating the script defined in Script.getContent().
setPage(String) - Method in class org.zkoss.web.servlet.dsp.action.Include
Sets the page (URI).
setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPage(Page) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to.
setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the page.
setPage(Page) - Method in class org.zkoss.zml.XmlMacroComponent
Changes the page.
setPageBefore(Page, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPageBefore(Page, Component) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to, and insert this component right before the reference component.
setPageIncrement(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the number of page anchors shall appear at the client.
setPageIncrement(int) - Method in class org.zkoss.zul.Paging
Sets the number of page list icon when mold is "os"
setPageIncrement(int) - Method in class org.zkoss.zul.Slider
Sets the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
setPageIncrement(double) - Method in class org.zkoss.zul.Slider
Sets the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
setPageSize(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the number of items per page.
setPageSize(int) - Method in class org.zkoss.zul.impl.MeshElement
Sets the page size, a.k.a., the number rows per page.
setPageSize(int) - Method in class org.zkoss.zul.Paging
Sets the items to show in each page
setPageSize(int) - Method in class org.zkoss.zul.Tree
Sets the page size, a.k.a., the number items per page.
setPaginal(Paginal) - Method in class org.zkoss.zul.Grid
Specifies the paging controller.
setPaginal(Paginal) - Method in class org.zkoss.zul.Listbox
 
setPaginal(Paginal) - Method in class org.zkoss.zul.Tree
 
setPagingPosition(String) - Method in class org.zkoss.zul.impl.MeshElement
Sets how to position the paging of mesh element at the client screen.
setPaneAlpha(int) - Method in class org.zkoss.zul.Chart
Set the pane alpha (transparency, 0 ~ 255).
setPaneColor(String) - Method in class org.zkoss.zul.Chart
Set the pane color of the chart.
setPanel(Panel, int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
Sets the specified panel via the position(col and row).
setPanelSpacing(String) - Method in class org.zkoss.zul.Tabbox
Sets the spacing between Tabpanel.
setParam(String, String) - Method in class org.zkoss.zul.Applet
Sets a parameter.
setParameters(Map<String, Object>) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the JasperReports Parameters.
setParams(Map<String, String>) - Method in class org.zkoss.zul.Applet
Sets a map of parameters (all existent parameters are removed first).
setParent(Item) - Method in class org.zkoss.idom.Attribute
 
setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
 
setParent(Group) - Method in interface org.zkoss.idom.Item
Sets the parent item.
setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
Sets the parent mapper.
setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
Sets the parent.
setParent(Component) - Method in class org.zkoss.zhtml.Text
 
setParent(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setParent(Component) - Method in interface org.zkoss.zk.ui.Component
Sets the parent component.
setParent(Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the parent.
setParent(Component) - Method in class org.zkoss.zml.XmlMacroComponent
Changes the parent.
setParent(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
Sets the parent.
setParent(Component) - Method in class org.zkoss.zul.Radio
 
setParent(Component) - Method in class org.zkoss.zul.Selectbox
 
setParent(Component) - Method in class org.zkoss.zul.Treechildren
 
setParent(Component) - Method in class org.zkoss.zul.Treeitem
 
setPercent(double) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the performance meter for this application, or null to disable it.
setPeriod(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Sets the period used in header.
setPeriod(String) - Method in class org.zkoss.zul.Chart
Sets the period used in Time Series Chart.
setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.Binder
Sets the associated phase listener to intervene the binding life cycle.
setPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
 
setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
set the PhaseListener
setPieFillAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
Sets the alpha for all the pies on the chart.
setPlaceholder(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the placeholder text that is displayed when input is empty.
setPopup(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user clicks on the element.
setPopup(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user clicks on the element.
setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
 
setPosition(String) - Method in class org.zkoss.zul.Window
Sets how to position the window at the client screen.
setPre(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to preserve the white spaces, such as space.
setPre(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the white spaces, such as space, tab and new line.
setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the value of the preference.
setPreferredLocale(HttpSession, Locale) - Static method in class org.zkoss.web.servlet.Charsets
Sets the preferred locale for the specified session.
setPreferredLocale(ServletContext, Locale) - Static method in class org.zkoss.web.servlet.Charsets
Sets the preferred locale for the specified servlet context.
setPreferredTimeZone(HttpSession, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets the preferred timezone for the specified session.
setPreferredTimeZone(ServletContext, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets the preferred timezone for the specified servlet context.
setPrefix(String) - Method in class org.zkoss.idom.Attribute
Sets the namespace prefix of this attribute.
setPrefix(String) - Method in class org.zkoss.idom.Element
 
setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setPrefix(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
 
setPreload(String) - Method in class org.zkoss.zul.Audio
Sets whether and how the audio should be loaded.
setPreloadSize(int) - Method in class org.zkoss.zul.Grid
Deprecated. As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of rows to preload when receiving the rendering request from the client.

It is used only if live data (Grid.setModel(ListModel) and not paging (Grid.getPagingChild().

setPreloadSize(int) - Method in class org.zkoss.zul.Listbox
Deprecated. As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of items to preload when receiving the rendering request from the client.

It is used only if live data (Listbox.setModel(ListModel) and not paging (Listbox.getPagingChild().

setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setPriority(int) - Method in class org.zkoss.web.theme.StandardTheme
Adjust the priority of the theme
setPriority(String, int) - Static method in class org.zkoss.zul.theme.Themes
Set the priority of the theme.
setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processing.
setProgressing(boolean) - Method in class org.zkoss.zul.Include
Sets whether to show the MZul.PLEASE_WAIT message before a long operation.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the prolog content.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
Sets the prolog content.
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
 
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setPrologContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
 
setProperty(String, String) - Static method in class org.zkoss.lang.Library
Sets the library property indicated by the specified key.
setPropertyResolved(boolean) - Method in class org.zkoss.zel.ELContext
 
setPropertyResolved(boolean) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
 
setPseudoClassDef(String, PseudoClassDef) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
Add or set pseudo class definition.
setPublicId(String) - Method in class org.zkoss.idom.DocType
Sets the public ID of an externally referenced DTD, or an empty String if none is referenced.
setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets the quality of the image encoding.
setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setQuality(String) - Method in class org.zkoss.zul.Flash
Sets the quality of the Flash movie.
setQuoted(boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setRadiogroup(Radiogroup) - Method in class org.zkoss.zul.Radio
Associates the radiogroup to this radio component.
setRadiogroup(String) - Method in class org.zkoss.zul.Radio
Associates the radiogroup to this radio component by giving ID.
setRadioRenderer(RadioRenderer<?>) - Method in class org.zkoss.zul.Radiogroup
Sets the renderer which is used to render each row if Radiogroup.getModel() is not null.
setRadioRenderer(String) - Method in class org.zkoss.zul.Radiogroup
Sets the renderer by use of a class name.
setRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelRange
Setup the DailModel range.
setRange(int, int) - Method in class org.zkoss.zul.Slider
Sets the range of slider.
setRange(double, double) - Method in class org.zkoss.zul.Slider
Sets the range of slider.
setRangeColor(String) - Method in class org.zkoss.zul.DialModelRange
Set the range color of the dial range.
setRawCurrent(Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the current session or the current session resolver.
setRawValue(String) - Method in class org.zkoss.zk.ui.metainfo.Property
Sets the raw value of the property.
setRawValue(String) - Method in class org.zkoss.zk.xel.ExValue
Sets the raw value.
setRawValue(Object) - Method in class org.zkoss.zul.Decimalbox
 
setRawValue(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the raw value directly.
setReadonly(boolean) - Method in interface org.zkoss.zk.ui.ext.Readonly
Sets whether it is readonly.
setReadonly(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is readonly.
setRenderdefer(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the number of milliseconds before rendering this component at the client.
setRenderingResult(String) - Method in interface org.zkoss.zk.ui.ext.Includer
Sets the rendering result It is called when the child page (Includer.getChildPage()) has been rendered.
setRenderingResult(String) - Method in class org.zkoss.zul.Include
 
setRepeats(boolean) - Method in class org.zkoss.zul.Timer
Sets whether the timer shall send Event repeatedly.
setRepeatUuid(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use the same UUID sequence for desktops after rebooting.
setReplaceableText(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the replaceable text.
setRequestId(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setRequestId(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the sequence ID of the current request.
setRequestPath(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the request path of this page definition.
setResendDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 6.0.0, it is removed without replacement, since it is rarely applicable and over complicated. Specifies the time, in milliseconds, before ZK Client Engine re-sends the request to the server.

Default: -1 (i.e., disabled). However, if ZK 5.0.3 EE or prior, the default is 9000.

There are many reasons an Ajax request is not received by the server. With the resending mechanism, ZK ensures the reliable connection between the client and the server.

See also Bug 1839246

setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to generate HTTP response.
setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sets a response header with the give name and value.
setResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
Sets a response header with the given name and date-value.
setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setResponseId(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setResponseId(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the sequence ID of the response.
setResponses(Collection<AuResponse>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setResponses(Collection<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the collection of the AU responses (AuResponse) that shall be generated to the output.
setReturningAll(boolean) - Method in class org.zkoss.fsm.StateCtx
Set whether returns to this state upon meeting unspecified characters
setRootAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a root attribute.
setRootAttributes(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setRootAttributes(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Set the attributes of the root element declared in this page Default: "".
setRootElement(Element) - Method in class org.zkoss.idom.Document
Sets the root element.
setRoundingMode(int) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode.
setRoundingMode(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode by the name.
setRowHeight(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the height of the single row.
setRowRenderer(RowRenderer<?>) - Method in class org.zkoss.zul.Grid
Sets the renderer which is used to render each row if Grid.getModel() is not null.
setRowRenderer(String) - Method in class org.zkoss.zul.Grid
Sets the renderer by use of a class name.
setRows(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the rows' size of the viewport.
setRows(int) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the rows functionality.
setRows(int) - Method in class org.zkoss.zul.Combobox
 
setRows(int) - Method in class org.zkoss.zul.Frozen
Sets the number of rows to freeze.
setRows(int) - Method in class org.zkoss.zul.Listbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Textbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Tree
Sets the rows.
setRowspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
Sets the number of rows to span this header.
setRowspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of rows to span this header.
setRowspan(int) - Method in class org.zkoss.zul.Cell
Sets the number of rows to span.
setRunning(boolean) - Method in class org.zkoss.zul.Timer
Start or stops the timer.
setScale(int) - Method in class org.zkoss.zul.Decimalbox
Sets the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
setScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModelScale
Sets the scale information of this DialModelScale.
setSclass(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style class.
setSclass(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the CSS class.
setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the scope.
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the scope.
setScrollable(boolean) - Method in class org.zkoss.zul.Menubar
Sets whether to enable the menubar scrolling When enable, if menubar is shorter than total width of menu, left,right arrow will appear.
setScrolling(String) - Method in class org.zkoss.zul.Iframe
Define scroll bars
setSelected(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Radio
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Cardlayout
Note: Unlike other component, "deselect" is unnecessary in Cardlayout.
setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the index of the selected item (-1 if no one is selected).
setSelectedIndex(int) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio button and selects the radio button with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Selectbox
Selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Tabbox
Sets the selected index.
setSelectedItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
Deselects the currently selected item and selects the given item.
setSelectedItem(Comboitem) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the given item.
setSelectedItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
setSelectedItem(Radio) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio buttons and selects the given radio button.
setSelectedItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
setSelectedItems(Set<Listitem>) - Method in class org.zkoss.zul.Listbox
Selects the given listitems.
setSelectedObjects(Collection<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the selected objects.
setSelectedPanel(Tabpanel) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab panel.
setSelectedTab(Tab) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab.
setSelectedText(int, int, String, boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets the text of this InputElement to the specified text which is beginning with the new start point and ending with the new end point.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractGroupsModel
Replace the current selection with the given set.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractListModel
Replace the current selection with the given set.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
 
setSelection(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Selectable
Replace the current selection with the given set.
setSelection(Collection<?>) - Method in class org.zkoss.zul.impl.GroupsListModel
Replace the current selection with the given set.
setSelectionRange(int, int) - Method in class org.zkoss.zul.impl.InputElement
Sets the selection end to the specified position and the selection start to the specified position.
setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Sets the self variable.
setSeltype(String) - Method in class org.zkoss.zul.Listbox
Sets the seltype.
setSeltype(String) - Method in class org.zkoss.zul.Tree
Sets the seltype.
setSendZkEventAfterSuccessfulAuthentication(boolean) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated. Whether re-send the ZK event that caused popping up the login window after authentication successfully.
setSeparator(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the separate chars of this component.
setSeries(Comparable<?>) - Method in interface org.zkoss.zul.HiLoModel
Set the only series.
setSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleHiLoModel
 
setSeriesLength(int) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
 
setServerPushClass(Class) - Method in interface org.zkoss.zk.device.Device
Sets the class that implements the server-push feature (ServerPush) for this device, or null to use the default.
setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the name of the class that implements the server-push feature.
setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
Sets the class that implements the server-push feature.
setServerPushClass(Class) - Method in class org.zkoss.zk.device.GenericDevice
 
setSessionCache(SessionCache) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setSessionCache(SessionCache) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the session cache for this Web application.
setSessionCacheClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to store ZK sessions, or null to use the default.
setSessionMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of desktop per session.
setSessionMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the session.
setSessionMaxPushes(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent server-pushes per session.
setSessionMaxRequests(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent requests per session.
setShadow(boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets whether this box has the shadow effect.
setShadow(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show the shadow of an overlapped/popup/modal window.
setShape(String) - Method in class org.zkoss.zul.Area
Sets the shape of this area.
setShowDateHeader(boolean) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
Sets whether to show the date column.
setShowLegend(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
whether show the chart's legend.
setShowLegend(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's legend.
setShowTooltiptext(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
whether show the chart's tooltip.
setShowTooltiptext(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's tooltip.
setSizable(boolean) - Method in class org.zkoss.zul.impl.HeadersElement
Sets whether the width of the child column is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is sizable.
setSize(String) - Method in class org.zkoss.zul.Center
The size can't be specified in this component.
setSize(String) - Method in class org.zkoss.zul.East
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.North
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.South
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.West
Sets the size of this region.
setSizedByContent(boolean) - Method in class org.zkoss.zul.Box
Sets whether sizing the cell's size by its content.
setSizedByContent(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether sizing grid/listbox/tree column width by its content; it equals set hflex="min" on each column.
setSlidingtext(String) - Method in class org.zkoss.zul.Slider
Sets the sliding text.
setSort(String) - Method in class org.zkoss.zul.Column
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Listheader
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Treecol
Sets the type of the sorter.
setSortAscending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the ascending sorter provider, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the ascending sorter provider with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Column
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Column
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Treecol
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortDescending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the descending sorter provider, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
Sets the descending sorter provider with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Column
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Column
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Treecol
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDirection(String) - Method in class org.zkoss.zul.Column
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Listheader
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Treecol
Sets the sort direction.
setSpacing(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the spacing.
setSpacing(String) - Method in class org.zkoss.zul.Box
Sets the spacing between adjacent children.
setSpacing(String) - Method in class org.zkoss.zul.Layout
Sets the spacing between adjacent children.
setSpacing(String) - Method in class org.zkoss.zul.Separator
Sets the spacing.
setSpan(int) - Method in class org.zkoss.zul.impl.FooterElement
Sets the number of columns to span this footer.
setSpan(String) - Method in class org.zkoss.zul.impl.MeshElement
Sets column span hint of this component.
setSpan(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether distributes remaining empty space of this component to ALL columns proportionally.
setSpan(int) - Method in class org.zkoss.zul.Listcell
Sets the number of columns to span this cell.
setSpan(int) - Method in class org.zkoss.zul.Treecell
Sets the number of columns to span this cell.
setSpans(String) - Method in class org.zkoss.zul.Row
Deprecated. As of release 5.0.0, use Cell instead.
setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Sets the split kid.
setSplittable(boolean) - Method in class org.zkoss.zul.Center
Center region can't be enabled the split functionality.
setSplittable(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether enable the split functionality.
setSrc(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the src (URL).
setSrc(String) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the source (jasper file).
setSrc(String) - Method in class org.zkoss.zul.Audio
Sets the src.
setSrc(List<String>) - Method in class org.zkoss.zul.Audio
Sets the source list.
setSrc(String) - Method in class org.zkoss.zul.Flash
Sets the source path of Flash movie and redraw the component
setSrc(String) - Method in class org.zkoss.zul.Iframe
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Image
Sets the source URI of the image.
setSrc(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated. As of release 3.5.0, it is redundant since it is the same as LabelImageElement.setImage(java.lang.String)
setSrc(String) - Method in class org.zkoss.zul.Include
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Listitem
Deprecated. As of release 3.5.0, it is redundant since it is the same Listitem.getSrc().
setSrc(String) - Method in class org.zkoss.zul.Script
Sets the URI of the source that contains the script codes.
setSrc(String) - Method in class org.zkoss.zul.Style
Sets the URI of an external style sheet.
setSrc(String) - Method in class org.zkoss.zul.Treeitem
Deprecated. As of release 3.5.0, it is redundant since it the same as Treeitem.setImage(java.lang.String).
setStart(int) - Method in class org.zkoss.zul.Frozen
Sets the start position of the scrollbar.
setStart(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setState(E, StateCtx<E, C, IN>) - Method in class org.zkoss.fsm.StateMachine
Set the state by token
setStatus(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setStatus(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
setStatus(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
 
setStatus(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
Deprecated.  
setStep(double) - Method in class org.zkoss.zul.Doublespinner
Set the step of double spinner
setStep(int) - Method in class org.zkoss.zul.Slider
Sets the step of slider
setStep(double) - Method in class org.zkoss.zul.Slider
Sets the step of slider
setStep(int) - Method in class org.zkoss.zul.Spinner
Set the step of spinner
setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
 
setStubonly(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setStubonly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setStubonly(String) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is stub-only.
setStubonly(boolean) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is stub-only.
setStyle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style.
setStyle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the CSS style.
setStyle(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS style.
setStyle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setStyle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
setStyle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the CSS style of this page.
setSubTitle(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the chart's subtitle.
setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the switch condition.
setSystemId(String) - Method in class org.zkoss.idom.DocType
Sets the system ID of an externally referenced DTD, or an empty String if none is referenced.
setTabbable(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether TAB is allowed.
setTabboxRenderer(TabboxRenderer<?>) - Method in class org.zkoss.zul.Tabbox
Sets the renderer which is used to render each tab and tabpanel if Tabbox.getModel() is not null.
setTabboxRenderer(String) - Method in class org.zkoss.zul.Tabbox
Sets the renderer by use of a class name.
setTabindex(int) - Method in class org.zkoss.zkmax.zul.Chosenbox
Sets the tab order of the input node of this component.
setTabindex(int) - Method in class org.zkoss.zul.A
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Button
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Checkbox
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Listbox
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Selectbox
Sets the tab order of this component.
setTableModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Fusionchart
 
setTableRenderer(GanttTableRenderer<?>) - Method in class org.zkoss.zkmax.zul.Fusionchart
 
setTabscroll(boolean) - Method in class org.zkoss.zul.Tabbox
Sets whether to enable the tab scrolling.
setTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
 
setTag(String) - Method in class org.zkoss.zhtml.Raw
 
setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Sets the tag name.
setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Sets the tag name.
setTag(String) - Method in class org.zkoss.zml.XmlNativeComponent
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Attribute
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Element
 
setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the tag name of this item.
setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setTarget(String) - Method in class org.zkoss.zkmax.zul.Navitem
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.A
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Button
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Menuitem
Sets the target frame or window.
setTemplate(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
set template to a component property by an expression
setTemplate(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
 
setTemplate(String, Template) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Component
Sets a UI template which could be retrieved later with Component.getTemplate(java.lang.String).
setTemplate(String) - Static method in class org.zkoss.zul.Fileupload
Sets the template used to create the upload modal dialog.
setTemplate(String) - Static method in class org.zkoss.zul.Messagebox
Sets the template used to create the message dialog.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets the test result.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
Sets the test result.
setText(String) - Method in class org.zkoss.idom.Attribute
 
setText(String) - Method in class org.zkoss.idom.Binary
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setText(String) - Method in interface org.zkoss.idom.Item
Sets the text of this item.
setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setText(String) - Method in class org.zkoss.zul.DialModelScale
Sets the text annotation of this scale; e.g.
setText(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the value in the String format.
setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setTextFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the text annotation font.
setTextRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the text annotation.
setTheme(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.theme.ThemeResolver
Set the current intended theme name to the given one.
setTheme(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zul.theme.CookieThemeResolver
Stores theme name in Cookie
setTheme(Execution, String) - Static method in class org.zkoss.zul.theme.Themes
Sets the theme name using the current theme resolution strategy Default strategy is to use cookies
setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the theme provider for the current execution, or null if not available.
setThemeRegistry(ThemeRegistry) - Static method in class org.zkoss.web.fn.ThemeFns
Change the theme registry
setThemeResolver(ThemeResolver) - Static method in class org.zkoss.web.fn.ThemeFns
Change the current theme resolver
setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
Sets the locale for the current thread only.
setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
Sets the time-zone for the current thread only.
setThreeD(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
setThreeD(boolean) - Method in class org.zkoss.zul.Chart
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
setTickColor(String) - Method in class org.zkoss.zul.DialModelScale
Set the tick color.
setTickFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the tick label font.
setTickLabelOffset(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius offset in percentage(0 ~ 1) between the tick and tick label.
setTickRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the tick label.
setTimeoutMessage(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the timeout message for this device, or null if the default message is preferred.
setTimeoutURI(String, String, int) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the timeout URI.
setTimerKeepAlive(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the session alive, when receiving the onTimer event.
setTimeZone(TimeZone) - Method in class org.zkoss.zkmax.zul.Fusionchart
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Calendar
As of release 5.0.5, it is meaningless to set time zone for a calendar.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Chart
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Datebox
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(String) - Method in class org.zkoss.zul.Datebox
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Timebox
Sets the time zone that this time box belongs to, or null if the default time zone is used.
setTimeZonesReadonly(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether the list of the time zones to display is readonly.
setTitle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the title.
setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
setTitle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the title of the desktop this page belongs to (it might contain an expression).
setTitle(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the chart's title.
setTitle(String) - Method in class org.zkoss.zul.Chart
Set the chart's title.
setTitle(String) - Method in class org.zkoss.zul.Groupbox
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Panel
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Window
Sets the title.
setTitleFont(Font) - Method in class org.zkoss.zul.Chart
Sets the title font of this chart.
setTooltip(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltipDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particular UI components.
setTooltiptext(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the text as the tooltip.
setTooltiptext(String) - Method in class org.zkoss.zul.Area
Sets the text as the tooltip.
setTop(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the top position.
setTopDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the top directly without sending back the result (smart update) to the client
setTopmost() - Method in class org.zkoss.zul.Window
Makes this window as topmost.
setToQueryString(String, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(String, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setTotalSize(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the total number of items.
setTotalSize(int) - Method in class org.zkoss.zul.Paging
Sets total size of items
setTreeitemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
Deprecated. As of release 5.0.6, replaced with Tree.setItemRenderer(org.zkoss.zul.TreeitemRenderer). Sets the renderer which is used to render each item if Tree.getModel() is not null.

Note: changing a render will not cause the tree to re-render. If you want it to re-render, you could assign the same model again (i.e., setModel(getModel())), or fire an TreeDataEvent event.

setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets whether to trim the result.
setType(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
setType(String) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the output file type.
setType(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
setType(String) - Method in class org.zkoss.zul.Button
Sets the button type.
setType(String) - Method in class org.zkoss.zul.Chart
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
setType(String) - Method in class org.zkoss.zul.Script
Deprecated. As of release 5.0.0, it is meaningless since text/javascript is always assumed.
setType(String) - Method in class org.zkoss.zul.Textbox
Sets the type.
setUiEngine(UiEngine) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiEngine(UiEngine) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI engine for this Web application.
setUiEngineClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to handle UI loading and updates, or null to use the default.
setUiFactory(UiFactory) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiFactory(UiFactory) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI factory for this Web application.
setUiFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to instantiate desktops, pages and components, or null to use the default.
setUnavailableMessage(String) - Method in interface org.zkoss.zk.device.Device
Sets the unavailable message that is shown to the client if the client doesn't support this device.
setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the unavailable message for the specified device type.
setUnavailableMessage(String) - Method in class org.zkoss.zk.device.GenericDevice
 
setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
 
setUnless(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the unless condition.
setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the unless condition.
setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
Sets up the charset for the request and response based on Charsets.getPreferredLocale(HttpSession,ServletRequest).
setup(ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
Sets up the charset for the request and response based on Charsets.getPreferredLocale(HttpSession,ServletRequest).
setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, including locale and time zone.
setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, including locale and time zone.
setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Setup this processor before processing the event by calling EventProcessor.process().
setupBindingRenderer(Component, DataBinder) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Deprecated.  Sets the binding renderer for the template component such as Listitem or Row.
setUpload(String) - Method in class org.zkoss.zul.Button
Sets the JavaScript class at the client to handle the upload if this button is used for file upload.
setUpload(String) - Method in class org.zkoss.zul.Combobutton
Combobutton does not support file upload
setUpload(String) - Method in class org.zkoss.zul.Menuitem
Sets the JavaScript class at the client to handle the upload if this button is used for file upload.
setUploadCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to encode the upload text file.
setUploadCharsetFinder(CharsetFinder) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the finder that is used to decide the character set for the uploaded text file(s), or null if not available.
setUploadListener(EventListener<UploadEvent>) - Method in class org.zkoss.zul.impl.FileuploadDlg
Set the upload call back event listener
setUpperBound(double) - Method in class org.zkoss.zul.DialModelRange
Sets the upper bound in scale of this colored range.
setupTemplateComponent(Component, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated. Sets up the specified comp and its descendants to be as template (or not)
setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
 
setValidationMessages(ValidationMessages) - Method in class org.zkoss.bind.impl.BinderImpl
 
setValidationMessages(ValidationMessages) - Method in interface org.zkoss.bind.sys.BinderCtrl
Set the ValidationMessages
setValidatorArgs(Binder, Component, BindContext, SavePropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
 
setValidatorArgs(Binder, Component, BindContext, SaveFormBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
 
setValign(String) - Method in class org.zkoss.zul.Cell
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.Hlayout
Sets the valign.
setValign(String) - Method in class org.zkoss.zul.impl.FooterElement
Sets the vertical alignment of this footer.
setValign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.Row
Sets the vertical alignment of the whole row.
setValue(BindContext, Component, ExpressionX, Object) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
 
setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
setValue(BindContext, Component, ExpressionX, Object) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
Sets the specified value to the property resolved from the specified expression.
setValue(BindELContext, Object) - Method in interface org.zkoss.bind.sys.ReferenceBinding
Sets the value to referenced object
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
setValue(String) - Method in class org.zkoss.idom.Attribute
Sets the value of this attribute.
setValue(Object) - Method in interface org.zkoss.idom.Binable
Sets the value of a item that accepts any type as its value.
setValue(Object) - Method in class org.zkoss.idom.Binary
 
setValue(int) - Method in class org.zkoss.lang.MutableInteger
Sets the value of this MutableInteger.
setValue(String) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the value.
setValue(Object) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute value.
setValue(String, String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
setValue(String, Object) - Method in class org.zkoss.web.servlet.xel.RequestScope
 
setValue(String, V) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Sets the value associated with the specified key.
setValue(XelContext, Object) - Method in interface org.zkoss.xel.ExpressionX
Set values into the property resolved by this expression.
setValue(XelContext, Object) - Method in class org.zkoss.xel.zel.ELXelExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ELResolver
 
setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
 
setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
 
setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
 
setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstValue
 
setValue(EvaluationContext, Object) - Method in interface org.zkoss.zel.impl.parser.Node
 
setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ListELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.MapELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
 
setValue(ELContext, Object) - Method in class org.zkoss.zel.ValueExpression
 
setValue(String) - Method in class org.zkoss.zhtml.Input
Sets the vallue of this input.
setValue(String) - Method in class org.zkoss.zhtml.Text
Sets the value.
setValue(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
setValue(String) - Method in class org.zkoss.zkex.zul.Colorbox
Sets the value of color
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
setValue(Date) - Method in class org.zkoss.zul.Calendar
Assigns a value to this component.
setValue(String) - Method in class org.zkoss.zul.Captcha
Sets the text value to be shown as the distortion captcha.
setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.zul.CategoryModel
add or update the value of a specified series and category.
setValue(T) - Method in class org.zkoss.zul.Checkbox
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Column
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Columns
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Comboitem
Associate the value with this combo item.
setValue(Date) - Method in class org.zkoss.zul.Datebox
Sets the value (in Date).
setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
Sets the value (in BigDecimal).
setValue(String) - Method in class org.zkoss.zul.Decimalbox
 
setValue(int, double) - Method in class org.zkoss.zul.DialModel
add or update the value of a specified scale index.
setValue(double) - Method in class org.zkoss.zul.DialModelScale
 
setValue(Double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in Double).
setValue(double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in double)
setValue(Double) - Method in class org.zkoss.zul.Doublespinner
Sets the value (in Double).
setValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
Replace an (date, open, high, low, close, volumn) tuple at specified index.
setValue(Integer) - Method in class org.zkoss.zul.Intbox
Sets the value (in Integer).
setValue(String) - Method in class org.zkoss.zul.Label
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listcell
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listhead
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listheader
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listitem
Sets the value.
setValue(Long) - Method in class org.zkoss.zul.Longbox
Sets the value (in Long).
setValue(String) - Method in class org.zkoss.zul.Menuitem
Sets the value.
setValue(int) - Method in class org.zkoss.zul.Progressmeter
Sets the current value of the progress meter.
setValue(T) - Method in class org.zkoss.zul.Row
Sets the value.
setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
 
setValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
setValue(Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
 
setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
setValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
setValue(Comparable<?>, Number) - Method in interface org.zkoss.zul.SingleValueCategoryModel
add or update the value of a specified category.
setValue(Integer) - Method in class org.zkoss.zul.Spinner
Sets the value (in Integer).
setValue(T) - Method in class org.zkoss.zul.Tab
Sets the value.
setValue(String) - Method in class org.zkoss.zul.Textbox
Sets the value.
setValue(Date) - Method in class org.zkoss.zul.Timebox
Sets the value (in Date).
setValue(T) - Method in class org.zkoss.zul.Treeitem
Sets the value.
setValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
Replace the value of the new (x,y) into a series at specified index.
setValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
Replace an (x,y,z) into a series at the specified index.
setValueAngle(double) - Method in class org.zkoss.zul.DialModelScale
Sets the angle in degree to place the value (counter clockwise is positive).
setValueDirectly(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the value directly.
setValueFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the value font.
setValueRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the value.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to iterate thru items.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the attribute name.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute name.
setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
 
setVariable(String, ValueExpression) - Method in class org.zkoss.zel.VariableMapper
 
setVariable(Scope, String, Object) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Sets the value of a variable to this interpreter's scope identified by the specified scope.
setVariable(String, Object) - Method in interface org.zkoss.zk.scripting.Interpreter
Sets the value of a variable to this interpreter, as if they are defined in the interpreter.
setVariable(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to this interpreter.
setVariable(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the value of a variable to this interpreter's scope identified by the specified scope.
setVariableResolver(VariableResolver) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the variable resolver, or null if not available.
setVarStatus(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to hold the current iteration status.
setVersion(String) - Method in class org.zkoss.zul.Flash
Sets the expected version of the Flash player.
setVflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets vertical flexibility hint of this component.
setVflex(boolean) - Method in class org.zkoss.zul.Grid
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setVflex(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setVflex(String) - Method in class org.zkoss.zul.Panel
 
setVflex(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setVflex(boolean) - Method in class org.zkoss.zul.Tree
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setViewerClass(String) - Method in class org.zkoss.zkmax.zul.Dropupload
Set the custom upload viewer class name, if was not specified, will use ZK default upload viewer.
setViewModel(Object) - Method in class org.zkoss.bind.BindComposer
 
setViewModel(Object) - Method in interface org.zkoss.bind.Binder
Sets associated ViewModel of this binder.
setViewModel(Object) - Method in class org.zkoss.bind.impl.BinderImpl
 
setViewport(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setViewport(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the viewport that will be assigned to pages created from this definition, or "auto" if no viewport is assigned at the beginning.
setViewport(String) - Method in interface org.zkoss.zk.ui.Page
Sets the viewport of this page.
setVisible(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
Changes the visibility of this component.
setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is visible.
setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setVisible(boolean) - Method in class org.zkoss.zml.XmlNativeComponent
 
setVisible(boolean) - Method in class org.zkoss.zul.Bandpopup
 
setVisible(boolean) - Method in class org.zkoss.zul.Center
This component can't be hidden.
setVisible(boolean) - Method in class org.zkoss.zul.Listitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Panel
 
setVisible(boolean) - Method in class org.zkoss.zul.Popup
Not allowed.
setVisible(boolean) - Method in class org.zkoss.zul.Row
 
setVisible(boolean) - Method in class org.zkoss.zul.Style
Not allowed.
setVisible(boolean) - Method in class org.zkoss.zul.Treeitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Window
Changes the visibility of the window.
setVisibleDirectly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Changes the visibility directly without sending any update to the client.
setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the visualizer associated with is desktop.
setVoided(boolean) - Method in interface org.zkoss.zk.ui.Execution
Sets whether the execution is voided.
setVoided(boolean) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setVspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the vspace.
setVspace(String) - Method in class org.zkoss.zul.Applet
Sets the vertical spacing in pixels around an applet.
setVspace(String) - Method in class org.zkoss.zul.Image
Deprecated. as of release 6.0.0, use CSS instead.
setWebApp(WebApp) - Method in class org.zkoss.zk.ui.util.Configuration
Associates it with a web application.
setWebAppClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to represent this Web application, or null to use the default.
setWebAppFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class used to instantiate an instance representing this Web application, or null to use the default.
setWeekOfYear(boolean) - Method in class org.zkoss.zul.Calendar
Sets whether enable to show the week number within the current year or not.
setWeekOfYear(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether enable to show the week number in the current calendar or not.
setWidgetAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes a DOM attribute of the peer widget (at the client).
setWidgetClass(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetClass(String) - Method in interface org.zkoss.zk.ui.Component
Sets the widget class (a.k.a., the widget type).
setWidgetClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the widget class.
setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the widget class of the page.
setWidgetClass(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the widget class of this page.
setWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetListener(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes an event listener of the peer widget.
setWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setWidgetOverride(String, String) - Method in interface org.zkoss.zk.ui.Component
Sets or removes a method or a property of the peer widget (at the client).
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the width.
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the width.
setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width.
setWidth(String) - Method in class org.zkoss.zkex.zul.Fisheye
This method is unsupported.
setWidth(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Center
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Columns
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Foot
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Listcell
 
setWidth(String) - Method in class org.zkoss.zul.Listfoot
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.Listhead
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.Listitem
Deprecated. as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.North
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setWidth(String) - Method in class org.zkoss.zul.Row
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Rows
Deprecated. as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.South
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Tab
 
setWidth(String) - Method in class org.zkoss.zul.Treecell
Deprecated. as of release 6.0.0. To control the width of Treecell, please use HtmlBasedComponent.setWidth(String) instead.
setWidth(String) - Method in class org.zkoss.zul.Treechildren
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treecols
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treefoot
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treeitem
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treerow
Deprecated. as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidthDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width directly without sending back the result (smart update) to the client
setWidths(String) - Method in class org.zkoss.zul.Box
Deprecated. As of release 5.0.0, use Cell instead.
setWmode(String) - Method in class org.zkoss.zul.Flash
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.
setX(int) - Method in class org.zkoss.zul.Absolutechildren
Sets current "x" position within parent container component.
setXAxis(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the label in xAxis.
setXAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in xAxis.
setXAxisFont(Font) - Method in class org.zkoss.zul.Chart
Sets the label font of x axis of this chart.
setXAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
Sets the tick number font of x axis of this chart.
setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
 
setXmlVersion(String) - Method in class org.zkoss.idom.Document
 
setXsize(int) - Method in class org.zkoss.zul.WaferMapModel
Returns the x size of the wafer matrix.
setXsl(String) - Method in class org.zkoss.zml.Transformer
Sets the XSL with the resource path.
setXsl(File) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a file.
setXsl(URL) - Method in class org.zkoss.zml.Transformer
Sets the XSL with an URL.
setXsl(InputStream) - Method in class org.zkoss.zml.Transformer
Sets the XSL with an input stream.
setXsl(Reader) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a reader.
setXsl(Source) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a XML source.
setXsl(Document) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a document.
setXsl(Document) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a iDOM document.
setY(int) - Method in class org.zkoss.zul.Absolutechildren
Sets current "y" position within parent container component.
setYAxis(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
Set the label in yAxis.
setYAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in yAxis.
setYAxisFont(Font) - Method in class org.zkoss.zul.Chart
Sets the label font of y axis of this chart.
setYAxisMaxValue(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Sets the upper limit of the chart.
setYAxisMinValue(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
Sets the lower limit of the chart.
setYAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
Sets the tick number font of y axis of this chart.
setYsize(int) - Method in class org.zkoss.zul.WaferMapModel
Returns the y size of the wafer matrix.
setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the ZK Cascading Style class(es) for this component.
setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZIndexDirectly(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the z-index directly without sending back the result (smart update) to the client
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the default scripting language which is assumed when a zscript element doesn't specify any language.
setZScriptLanguage(String) - Method in interface org.zkoss.zk.ui.Page
Sets the default scripting language which will be assumed if a zscript element doesn't specify any language.
SHALL_RENDER_ITEM - Static variable in class org.zkoss.zul.Attributes
It is used to check whether Treechildren should render its children or not
shallAppend(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
Returns whether to append the response header, rather than replace.
shallBlock(AuRequest) - Method in interface org.zkoss.zk.ui.ext.Blockable
Return true if the request shall be blocked.
shallBlock(AuRequest) - Method in class org.zkoss.zul.Combobox.ExtraCtrl
 
shallBlock(AuRequest) - Method in class org.zkoss.zul.Datebox.ExtraCtrl
 
shallBlockPerComponent(AuRequest) - Static method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
The default blocking policy.
shallCache(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
Returns whether to cache the desktop of the specified URI, such that we can reuse it later.
shallCheck(K, long) - Method in class org.zkoss.util.resource.AbstractLoader
 
shallCheck(K, long) - Method in interface org.zkoss.util.resource.Loader
Returns whether to call Loader.getLastModified(K).
shallCheck(String, long) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
shallCheck(ResourceInfo, long) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
shallCompress(ServletRequest, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Tests whether to compress the specified extension, e.g, "js" and "css".
shallExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is time to expunge.
shallExpunge(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
Returns whether to remove it from the cache.
shallHideId() - Method in class org.zkoss.zhtml.Head
Don't generate the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.Html
Don't generate the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.impl.AbstractTag
Whether to hide the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.Title
Don't generate the id attribute.
shallIgnoreCase() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to ignore case.
shallIgnoreCase() - Method in class org.zkoss.zul.RowComparator
Returns whether to ignore case.
shallIgnoreCase() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether to ignore case.
shallReuse(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
Returns whether to re-use the cached desktop.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Shift key is pressed.
shortValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in short.
shortValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in short.
shouldLookupSuperclass(T) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
Verify if the super classes need to be traced.
show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>, Map<String, String>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, Messagebox.Button[], EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(int, Object[], int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
showBusy(String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows the busy message at the browser such that the user knows the system is busy.
showBusy(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows the busy message at the browser that covers only the specified component.
showCustomError(Component, WrongValueException) - Method in interface org.zkoss.zul.CustomConstraint
To display the error message in a custom way.
showCustomError(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
Shows the error message in the custom way by calling (CustomConstraint.showCustomError(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.WrongValueException), if the constraint implements CustomConstraint.
showNotification(String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the center of the browser window.
showNotification(String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the center of the browser window.
showNotification(String, Component) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the right side of the given component.
showNotification(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Shows a message at the right side of the given component.
showNotification(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
showNotification(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Displays a message.
ShowWindowEventListener<T extends Event> - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ShowWindowEventListener() - Constructor for class org.zkoss.zkplus.acegi.ShowWindowEventListener
Deprecated.  
shrink(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
shrink(T[], int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
SimpleCategoryModel - Class in org.zkoss.zul
A Category data model implementation of CategoryModel.
SimpleCategoryModel() - Constructor for class org.zkoss.zul.SimpleCategoryModel
 
SimpleCharStream - Class in org.zkoss.zel.impl.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
Constructor.
SimpleClassResolver - Class in org.zkoss.lang
A simple resolver that depends on Classes.forNameByThread(java.lang.String).
SimpleClassResolver() - Constructor for class org.zkoss.lang.SimpleClassResolver
 
SimpleConstraint - Class in org.zkoss.zul
The default constraint supporting no empty, regular expressions and so on.
SimpleConstraint(int) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags.
SimpleConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags and an error message.
SimpleConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a regular-expression constraint.
SimpleConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint combining regular expression.
SimpleConstraint(String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDateConstraint - Class in org.zkoss.zul
A simple date constraint.
SimpleDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleDateConstraint
 
SimpleDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constraints a constraint.
SimpleDateConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a regular-expression constraint.
SimpleDateConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint combining regular expression.
SimpleDateConstraint(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with beginning and ending date.
SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
A simple implementation of DesktopCache.
SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
SimpleDoubleSpinnerConstraint - Class in org.zkoss.zul
A simple double spinner constraint.
SimpleDoubleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constraints a constraint.
SimpleDoubleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constraints a constraint.
SimpleDoubleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleEvaluator - Class in org.zkoss.zk.xel.impl
A simple implementation of Evaluator.
SimpleEvaluator(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
 
SimpleForm - Class in org.zkoss.bind
A simple implementation of Form
SimpleForm() - Constructor for class org.zkoss.bind.SimpleForm
 
SimpleFusionchartEngine - Class in org.zkoss.zkmax.zul.fusionchart.impl
 
SimpleFusionchartEngine() - Constructor for class org.zkoss.zkmax.zul.fusionchart.impl.SimpleFusionchartEngine
 
SimpleGroupsModel<D,H,F,E> - Class in org.zkoss.zul
A simple implementation of GroupsModel.
SimpleGroupsModel(D[][]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructs a groups data model with a two-dimensional array of data.
SimpleGroupsModel(D[][], H[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(D[][], H[], F[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(D[][], H[], F[], boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructs a groups data model with a two-dimensional list of data.
SimpleGroupsModel(List<List<D>>, List<H>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>, List<H>, List<F>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>, List<H>, List<F>, boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleHiLoModel - Class in org.zkoss.zul
A HiLo data model implementation of HiLoModel.
SimpleHiLoModel() - Constructor for class org.zkoss.zul.SimpleHiLoModel
 
SimpleListModel<E> - Class in org.zkoss.zul
A simple implementation of ListModel.
SimpleListModel(E[], boolean) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(E[]) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(List<? extends E>) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModelSharer<T> - Class in org.zkoss.zkex.zul
SimpleListModelSharer is a simple implementation of ListModelSharer
Available in ZK PE and ZK EE.
SimpleListModelSharer(ListModel<T>) - Constructor for class org.zkoss.zkex.zul.SimpleListModelSharer
 
SimpleMapper - Class in org.zkoss.xel.util
A simple function mapper.
SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleNode - Class in org.zkoss.zel.impl.parser
 
SimpleNode(int) - Constructor for class org.zkoss.zel.impl.parser.SimpleNode
 
SimplePieModel - Class in org.zkoss.zul
A Pie chart data model implementation of PieModel.
SimplePieModel() - Constructor for class org.zkoss.zul.SimplePieModel
 
SimpleResolver - Class in org.zkoss.xel.util
A simple resolver that retrieve variable from a map.
SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver.
SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent.
SimpleResolver(VariableResolver, Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent and an object map.
SimpleResolver(Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with an object map.
SimpleScope - Class in org.zkoss.zk.ui.impl
A simple implementation of Scope.
SimpleScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SimpleScope
Constructor.
SimpleSelectorSequence - Class in org.zkoss.zk.ui.select.impl
The model representing a sequence of simple selectors.
SimpleSelectorSequence() - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
SimpleSelectorSequence(String) - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
SimpleSession - Class in org.zkoss.zk.ui.http
A non-serializable implementation of Session.
SimpleSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Constructs a ZK session with a HTTP session.
SimpleSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Constructs a ZK session with either a HTTP session or a Portlet session.
SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class, only if the deriving class implements java.io.Serializable.
SimpleSessionCache - Class in org.zkoss.zk.ui.http
A simple implementation of SessionCache.
SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
 
SimpleSingleValueCategoryModel - Class in org.zkoss.zul
A Pie chart data model implementation of SingleValueCategoryModel.
SimpleSingleValueCategoryModel() - Constructor for class org.zkoss.zul.SimpleSingleValueCategoryModel
 
SimpleSpinnerConstraint - Class in org.zkoss.zul
A simple spinner constraint.
SimpleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleUiFactory - Class in org.zkoss.zk.ui.http
The default implementation of UiFactory.
SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
 
SimpleWebApp - Class in org.zkoss.zk.ui.http
A servlet-based Web application.
SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
 
SimpleXelContext - Class in org.zkoss.xel.util
A simple implementation of XelContext.
SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXYModel - Class in org.zkoss.zul
A XY data model implementation of XYModel.
SimpleXYModel() - Constructor for class org.zkoss.zul.SimpleXYModel
 
SimpleXYModel.XYPair - Class in org.zkoss.zul
 
SimpleXYModel.XYPair(Number, Number) - Constructor for class org.zkoss.zul.SimpleXYModel.XYPair
 
SimpleXYZModel - Class in org.zkoss.zul
A XYZ data model implementation of XYZModel.
SimpleXYZModel() - Constructor for class org.zkoss.zul.SimpleXYZModel
 
SingleValueCategoryChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
The chartPropery and categoryPropertiesMap property let you control a variety of functional elements on the chart (or a single category) with {link SingleValueCategoryModel}.
SingleValueCategoryChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
 
SingleValueCategoryModel - Interface in org.zkoss.zul
A Pie chart data model.
size() - Method in class org.zkoss.bind.impl.Path
 
size() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
size() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns the number of elements.
size() - Method in class org.zkoss.util.CacheMap
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayList
 
size() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
size() - Method in class org.zkoss.util.DualCollection
 
size() - Method in class org.zkoss.util.FastReadArray
Returns the size.
size() - Method in class org.zkoss.util.IdentityHashSet
 
size() - Method in class org.zkoss.util.NotableLinkedList
 
size() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
size() - Method in class org.zkoss.web.servlet.xel.ParameterMap
 
size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
size() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns 0, no matter any variable is defined.
size() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
Return the count of properties.
size() - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
size() - Method in class org.zkoss.zul.DialModel
Returns the number of DialModelScales.
size() - Method in class org.zkoss.zul.ListModelList
 
size() - Method in class org.zkoss.zul.ListModelMap
 
size() - Method in class org.zkoss.zul.ListModelSet
 
SizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being re-sized.
SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
Constructs a mouse relevant event.
sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns the size without trying to expunge first.
skip() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
skip(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
 
SKIPS - Static variable in class org.zkoss.util.Checksums
The default skips.
skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next index after skipping whitespaces.
skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.skipWhitespaces(java.lang.CharSequence, int).
sleep(int) - Static method in class org.zkoss.lang.Threads
Put the current thread to sleep for a while.
Slider - Class in org.zkoss.zul
A slider.
Slider() - Constructor for class org.zkoss.zul.Slider
 
Slider(int) - Constructor for class org.zkoss.zul.Slider
 
Small - Class in org.zkoss.zhtml
The SMALL tag.
Small() - Constructor for class org.zkoss.zhtml.Small
 
smartDrawCaptcha() - Method in class org.zkoss.zul.Captcha
mark a draw flag to inform that this Chart needs update.
smartDrawChart() - Method in class org.zkoss.zkmax.zul.Fusionchart
mark a draw flag to inform that this Chart needs update.
smartDrawChart() - Method in class org.zkoss.zul.Chart
mark a draw flag to inform that this Chart needs update.
smartRead(ObjectInputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
Reads serializable entries back (serialized by Serializables.smartWrite(ObjectOutputStream,Map)).
smartRead(ObjectInputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartRead(ObjectInputStream, List<T>) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartUpdate(String, Object) - Method in class org.zkoss.zhtml.Input
 
smartUpdate(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Smart-updates a property of the peer widget associated with the component, running at the client, with the given value.
smartUpdate(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Smart-updates a property of the peer widget with the given value that allows caller to decide whether to append or overwrite.
smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in int.
smartUpdate(String, long) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in long.
smartUpdate(String, byte) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in byte.
smartUpdate(String, char) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in character.
smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in boolean.
smartUpdate(String, float) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in float.
smartUpdate(String, double) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a value in double.
smartUpdate(String, Object) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, boolean) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, int) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Panelchildren
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Tree
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Treechildren
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Treerow
 
smartUpdateWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update an event listener for the peer widget.
smartUpdateWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart update to update a method or a field of the peer widget.
smartWrite(ObjectOutputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
Writes only serializable entries of the specified map.
smartWrite(ObjectOutputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified collection.
smartWrite(ObjectOutputStream, T[]) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified array.
smartWrite(ObjectOutputStream, Object) - Static method in class org.zkoss.io.Serializables
Writes the given value only if it is serializable.
sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
Sort the violations, make multiple violation order more predictable.
sort(List<? extends Component>, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
sort(List<? extends Component>, int, int, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
Sort the violations, make multiple violation order more predictable.
sort(boolean, int) - Method in class org.zkoss.zkmax.zul.Biglistbox
 
sort(boolean) - Method in class org.zkoss.zul.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending(), if Column.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending().
sort(Comparator<TreeNode<E>>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
Sorts the data.
sort(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
It called when Listbox or Grid has to sort the content.
sort(Comparator<T>, boolean) - Method in interface org.zkoss.zul.ext.Sortable
It called when the associated component (such as Listbox) has to sort the content.
sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
 
sort(boolean) - Method in class org.zkoss.zul.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending(), if Listheader.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending().
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelArray
Sorts the data.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelList
Sorts the data.
sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.zul.ListModelMap
Sorts the data.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelSet
Sorts the data.
sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Sort each data in each group by Comparator, developer could override SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int) (Since 6.0.1) to customize.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.SimpleListModel
Sorts the data.
sort(boolean) - Method in class org.zkoss.zul.Treecol
Sorts the treechildren (Treeitem) based on Treecol.getSortAscending() and Treecol.getSortDescending(), if Treecol.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Treecol
Sorts the treechildren (Treeitem) based on Treecol.getSortAscending() and Treecol.getSortDescending().
Sortable<T> - Interface in org.zkoss.zul.ext
Indicate a data model that supports sorting.
sortDataInGroupOrder(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
Sorts the native data in the group order.
SortEvent - Class in org.zkoss.zk.ui.event
Represents an event that indicates a sorting request to data.
SortEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SortEvent
Constructs a sort event.
SortEventExt - Class in org.zkoss.zkmax.zul.event
Represents an event that indicates a sorting request to data for Biglistbox, and provides more information about the column index.
SortEventExt(String, Component, boolean, int) - Constructor for class org.zkoss.zkmax.zul.event.SortEventExt
 
sortGroupData(H, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
Sorts data within a group.
sortGroupData(Object, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated. As of release 6.0.1, replaced with SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int).
sortGroupData(Object, List<D>, Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Sorts a group of data.
source(String) - Method in class org.zkoss.zk.ui.select.impl.Token
 
SOUTH - Static variable in class org.zkoss.zul.Borderlayout
The south layout constraint (bottom of container).
South - Class in org.zkoss.zul
A south region of a border layout.
South() - Constructor for class org.zkoss.zul.South
 
Space - Class in org.zkoss.zul
Space is a Separator with the orient default to "vertical".
Space() - Constructor for class org.zkoss.zul.Space
 
SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(String, int) and related to denote custom attributes shared by the same ID space.
spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the space owner of the applied component.
spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the ID space contains the applied component.
Span - Class in org.zkoss.zhtml
The SPAN tag.
Span() - Constructor for class org.zkoss.zhtml.Span
 
Span - Class in org.zkoss.zul
The same as HTML SPAN tag.
Span() - Constructor for class org.zkoss.zul.Span
 
specialToken - Variable in class org.zkoss.zel.impl.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Spinner - Class in org.zkoss.zul
An edit box for holding a constrained integer.
Spinner() - Constructor for class org.zkoss.zul.Spinner
 
Spinner(int) - Constructor for class org.zkoss.zul.Spinner
 
split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
split(int) - Method in interface org.zkoss.idom.Textual
Splits at the specified offset into two Textual objects.
split(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Splits a string.
Splitter - Class in org.zkoss.zul
An element which should appear before or after an element inside a box (Box, Vbox and Hbox).
Splitter() - Constructor for class org.zkoss.zul.Splitter
 
splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
SpringUtil - Class in org.zkoss.zkplus.spring
SpringUtil, a Spring utility.
SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
 
SRCPATH - Static variable in class org.zkoss.bind.impl.BinderImpl
 
STACKED_AREA - Static variable in class org.zkoss.zul.Chart
 
STACKED_BAR - Static variable in class org.zkoss.zul.Chart
 
StackInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
StackInfo(String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.StackInfo
 
StandardTheme - Class in org.zkoss.web.theme
A standard implementation of Theme.
StandardTheme() - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a default theme
StandardTheme(String) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, String, int) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme(String, String, int, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
Instantiate a standard theme
StandardTheme.ThemeOrigin - Enum in org.zkoss.web.theme
Used to specify the origin of theme resources (e.g.
StandardThemeProvider - Class in org.zkoss.zkex.theme
A standard implementation of ThemeProvider for ZK PE, which works with the Breeze series themes
StandardThemeProvider() - Constructor for class org.zkoss.zkex.theme.StandardThemeProvider
 
StandardThemeProvider - Class in org.zkoss.zkmax.theme
A standard implementation of ThemeProvider for ZK EE, which works with the Breeze series themes, and also supports standard-derived tablet themes
StandardThemeProvider() - Constructor for class org.zkoss.zkmax.theme.StandardThemeProvider
 
StandardThemeProvider - Class in org.zkoss.zkplus.theme
Deprecated. Please use org.zkoss.zul.theme.StandardThemeProvider instead after 6.5.2
StandardThemeProvider() - Constructor for class org.zkoss.zkplus.theme.StandardThemeProvider
Deprecated.  
StandardThemeProvider - Class in org.zkoss.zul.theme
A standard implementation of ThemeProvider for ZK CE, which works with the Breeze series themes
StandardThemeProvider() - Constructor for class org.zkoss.zul.theme.StandardThemeProvider
 
start(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
Starts the machine with a stream of input characters.
start(IN) - Method in class org.zkoss.fsm.StateMachine
Starts the machine with a single input character.
start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
start(Desktop) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Starts the provider.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Starts the failover manager.
start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Starts and initializes the server-push controller.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Starts the engine.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Starts this factory.
start(Desktop) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Starts the server push.
start(Desktop) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
start(ServletContext, HttpServletRequest, HttpServletResponse, Desktop) - Static method in class org.zkoss.zkplus.embed.Bridge
Starts an execution.
start() - Method in class org.zkoss.zul.Timer
Starts the timer.
START_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
START_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
START_DEFERRED_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
START_DYNAMIC_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
startClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Sends an AU response to the client to start the server push.
startClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Sends an AU response to the client to start the server push.
startDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
 
startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string starts with the specified prefix.
startUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
startUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution that will allow developers to update the state of components.
StateCtx<E,C,IN> - Class in org.zkoss.fsm
A context for a State in a StateMachine, holding returning and transition information.
StateCtx() - Constructor for class org.zkoss.fsm.StateCtx
Creates a new state context
StateCtx.TransitionListener<IN,C> - Interface in org.zkoss.fsm
 
StateMachine<E,C,IN> - Class in org.zkoss.fsm
A Finite State Machine implementation.
StateMachine() - Constructor for class org.zkoss.fsm.StateMachine
Construct a state machine
StateMachine.StateMachineException - Exception in org.zkoss.fsm
 
StateMachine.StateMachineException(int, Object, Object) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
StateMachine.StateMachineException(int, Object, Object, String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
StateMachine.StateMachineException(String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
staticFlag - Static variable in class org.zkoss.zel.impl.parser.SimpleCharStream
Whether parser is static.
StaticIdGenerator - Class in org.zkoss.zk.ui.impl
Use this generator will generate fixed uuid for each component.
StaticIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.StaticIdGenerator
 
Statistic - Class in org.zkoss.zk.ui.util
An implementation of Monitor to accumulate statistic data in memory.
Statistic() - Constructor for class org.zkoss.zk.ui.util.Statistic
 
STATUS_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
 
STATUS_ATTR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
 
STATUS_POST_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
 
STEP - Static variable in class org.zkoss.zul.Chart
 
STEP_AREA - Static variable in class org.zkoss.zul.Chart
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
stop() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Called when to stop and cleanup this cache.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Stops the provider.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Stops the failover manager.
stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stops and cleans up the server-push controller.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Stops the engine.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Stops this factory.
stop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Stops the server push.
stop() - Method in class org.zkoss.zul.Audio
Stops the audio at the client.
stop() - Method in class org.zkoss.zul.Timer
Stops the timer.
stopClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
Sends an AU response the client to stop the server push.
stopClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
Sends an AU response the client to stop the server push.
stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
Stops the propagation for this event.
storeForm(Component, String, Form) - Method in class org.zkoss.bind.impl.BinderImpl
 
storeForm(Component, String, Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
Store the form in the component with id
stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
STRICT - Static variable in class org.zkoss.zul.SimpleConstraint
The value must match inside the data from ListModel only.
String() - Method in class org.zkoss.zel.impl.parser.ELParser
 
STRING_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
A comparator for ListSubModel.getSubModel(java.lang.Object, int) to check if a value retrieved from the model matches the user typed.
STRING_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
STRING_TOO_LONG - Static variable in interface org.zkoss.zul.mesg.MZul
 
StringFns - Class in org.zkoss.xel.fn
Functions to manipulate strings in EL.
StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
 
StringKeysMap<V> - Class in org.zkoss.web.servlet.xel
A skeletal implementation for Map to wrap something with enumeration of keys, which must be String.
StringKeysMap() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap
 
StringKeysMap.EntryIter - Class in org.zkoss.web.servlet.xel
The iterator class used to iterator the entries in this map.
StringKeysMap.EntryIter() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
Strings - Class in org.zkoss.lang
String utilities and constants
Strings() - Constructor for class org.zkoss.lang.Strings
 
Strings.Result - Class in org.zkoss.lang
The result of Strings.substring(java.lang.String, int, char).
Strings.Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
 
Strings.Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
 
stringToArray(String, String) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
stringToInt(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
stringToInts(String, int) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
Strong - Class in org.zkoss.zhtml
The STRONG tag.
Strong() - Constructor for class org.zkoss.zhtml.Strong
 
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the structure of the lists has changed.
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the structure of the lists has changed.
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the structure of the tree has changed.
STUB_NATIVE - Static variable in class org.zkoss.zk.ui.sys.Attributes
A component attribute used to indicate whether to enable the stubbing of the native components.
StubComponent - Class in org.zkoss.zk.ui.sys
A stub component is a 'degenerated' component that does not maintain the states at the server.
StubComponent() - Constructor for class org.zkoss.zk.ui.sys.StubComponent
 
StubEvent - Class in org.zkoss.zk.ui.event
The event sent from a stub component (StubComponent.
StubEvent(String, Component, String, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.ui.event.StubEvent
Constructs a check-relevant event.
StubEvent(StubEvent, Component) - Constructor for class org.zkoss.zk.ui.event.StubEvent
 
StubsComponent - Class in org.zkoss.zk.ui.sys
Represents a tree of StubComponent that are merged into a single component.
StubsComponent() - Constructor for class org.zkoss.zk.ui.sys.StubsComponent
 
Style - Class in org.zkoss.zhtml
The STYLE tag.
Style() - Constructor for class org.zkoss.zhtml.Style
 
Style(String) - Constructor for class org.zkoss.zhtml.Style
 
Style - Class in org.zkoss.zul
The style component used to specify CSS styles for the owner desktop.
Style() - Constructor for class org.zkoss.zul.Style
 
Style(String) - Constructor for class org.zkoss.zul.Style
 
Style(String, String) - Constructor for class org.zkoss.zul.Style
 
StyleSheet - Class in org.zkoss.html
Represents a style sheet.
StyleSheet(String, String) - Constructor for class org.zkoss.html.StyleSheet
Creates by specifying the file to contain the style sheets.
StyleSheet(String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
Creates by assigning the content (style sheets).
StyleSheet(String, String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
Creates by assigning the content (style sheets).
Sub - Class in org.zkoss.zhtml
The SUB tag.
Sub() - Constructor for class org.zkoss.zhtml.Sub
 
subList(int, int) - Method in class org.zkoss.zul.ListModelList
 
submitForm(String) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified ID.
submitForm(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified form.
subscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a listener to this queue.
subscribe(EventListener<T>, EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a synchronous or asynchronous listener to this event queue.
subscribe(EventListener<T>, boolean) - Method in interface org.zkoss.zk.ui.event.EventQueue
Subscribes a synchronous or asynchronous listener to this event queue.
subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
subscribe(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
Subscribe - Annotation Type in org.zkoss.zkmax.ui.select.annotation
Annotation for subscribing an EventQueue with the annotated method.
subscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
Subscribes annotated methods to the EventQueues.
subscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
 
subscribeEventQueues(Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
 
subscribeEventQueues(Object) - Static method in class org.zkoss.zkmax.ui.select.SelectorsExt
Subscribe member methods with Subscribe annotation in the controller object.
substring(String, int, char) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, int) - Static method in class org.zkoss.xel.fn.StringFns
Returns a new string that is a substring of this string.
substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
Date Arithmetic function (date2 - date1). subtract a date from another date, return the difference as the required fields.
subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
 
subtract(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
 
subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
 
Sup - Class in org.zkoss.zhtml
The Sup tag.
Sup() - Constructor for class org.zkoss.zhtml.Sup
 
suspend() - Method in class org.zkoss.fsm.StateMachine
Suspend the machine
SuspendNotAllowedException - Exception in org.zkoss.zk.ui
Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SwipeEvent - Class in org.zkoss.zk.ui.event
Represents an event that indicates swipe on a component and provides information about the swipe displacement, duration and direction.
SwipeEvent(String, Component, int, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SwipeEvent
 
SwitchTo(int) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
Switch to specified lex state.
SynchronizedScope - Class in org.zkoss.zk.ui.impl
A synchronized scope.
SynchronizedScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SynchronizedScope
 
SYNCING_MODEL - Static variable in class org.zkoss.zul.Listbox
 
syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
syncModel(int, int) - Method in interface org.zkoss.zul.impl.DataLoader
Synchronizes the owner component to be consistent with the specified model.
syncModel(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
syncModel(int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
SystemConverters - Class in org.zkoss.bind.impl
To keep system level converters, the built-in converters are initialized when first accessing.
SystemConverters() - Constructor for class org.zkoss.bind.impl.SystemConverters
 
SystemException - Exception in org.zkoss.lang
Indicates a system exception.
SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs a SystemException by specifying message directly.
SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException() - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs an SystemException by use of an error code.
SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException.Aide - Class in org.zkoss.lang
Utilities.
SystemException.Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
 
SystemValidators - Class in org.zkoss.bind.impl
To keep system level validators, the built-in validators are initialized when first accessing.
SystemValidators() - Constructor for class org.zkoss.bind.impl.SystemValidators
 

T

Tab - Class in org.zkoss.zul
A tab.
Tab() - Constructor for class org.zkoss.zul.Tab
 
Tab(String) - Constructor for class org.zkoss.zul.Tab
 
Tab(String, String) - Constructor for class org.zkoss.zul.Tab
 
Tabbox - Class in org.zkoss.zul
A tabbox.
Tabbox() - Constructor for class org.zkoss.zul.Tabbox
 
TabboxEngine - Interface in org.zkoss.zul.impl
Tabbox engine is an engine that do the model rendering for ListModel
TabboxEngineImpl - Class in org.zkoss.zkmax.zul.impl
An implementation engine for tabbox with model.
TabboxEngineImpl() - Constructor for class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
 
TabboxModelConverter - Class in org.zkoss.bind.converter.sys
 
TabboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxModelConverter
 
TabboxRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the tab and tabpanel in a Tabbox.
TabboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
 
TabboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
 
TabboxSelectedTabConverter - Class in org.zkoss.bind.converter.sys
Convert tabbox selected tab and vice versa.
TabboxSelectedTabConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
 
TabboxSelectedTabConverter - Class in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
TabboxSelectedTabConverter() - Constructor for class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
Deprecated.  
Table - Class in org.zkoss.zhtml
The TABLE tag.
Table() - Constructor for class org.zkoss.zhtml.Table
 
Tablechildren - Class in org.zkoss.zkmax.zul
The cell of Tablelayout.
Tablechildren() - Constructor for class org.zkoss.zkmax.zul.Tablechildren
 
Tablelayout - Class in org.zkoss.zkmax.zul
Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
Tablelayout() - Constructor for class org.zkoss.zkmax.zul.Tablelayout
 
TABLET_PREFIX - Static variable in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
 
TABLET_THEME_DISABLED_KEY - Static variable in class org.zkoss.zkmax.theme.StandardThemeProvider
Deprecated. since 6.5.2, customizing tablet theme no longer requires this library property
TabletThemeProvider - Class in org.zkoss.zkmax.init
Deprecated. Please use org.zkoss.zul.theme.StandardThemeProvider instead after 6.5.2
TabletThemeProvider(ThemeProvider) - Constructor for class org.zkoss.zkmax.init.TabletThemeProvider
Deprecated.  
Tabpanel - Class in org.zkoss.zul
A tab panel.
Tabpanel() - Constructor for class org.zkoss.zul.Tabpanel
 
Tabpanels - Class in org.zkoss.zul
A collection of tab panels.
Tabpanels() - Constructor for class org.zkoss.zul.Tabpanels
 
Tabs - Class in org.zkoss.zul
A collection of tabs (Tab).
Tabs() - Constructor for class org.zkoss.zul.Tabs
 
tabSize - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
 
Taglib - Class in org.zkoss.xel.taglib
Represents a taglib.
Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
 
TaglibDefinition - Class in org.zkoss.xel.taglib
Represents the content of a taglib.
TaglibDefinition() - Constructor for class org.zkoss.xel.taglib.TaglibDefinition
 
TaglibMapper - Class in org.zkoss.xel.util
A function mapper that is capable to load function and class definitions from taglib.
TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
 
Taglibs - Class in org.zkoss.xel.taglib
Utilities to handle taglib.
Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
 
tagNameOf(String) - Method in class org.zkoss.idom.Namespace
Gets the tag name of the giving local name.
TagRenderContext - Class in org.zkoss.zhtml.impl
The render context used to render the additional part (JavaScript code snippet).
TagRenderContext() - Constructor for class org.zkoss.zhtml.impl.TagRenderContext
 
target - Variable in class org.zkoss.zel.impl.lang.FunctionMapperFactory
 
Tbody - Class in org.zkoss.zhtml
The TBODY tag.
Tbody() - Constructor for class org.zkoss.zhtml.Tbody
 
Td - Class in org.zkoss.zhtml
The TD tag.
Td() - Constructor for class org.zkoss.zhtml.Td
 
temp - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
The writer used to generate the content that will be replaced after the widgets have been rendered.
Template - Interface in org.zkoss.zk.ui.util
Represents a UI template that is used to create components.
TEMPLATE - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
TEMPLATE_OBJECT - Static variable in interface org.zkoss.bind.sys.TemplateResolver
 
TemplateInfo - Class in org.zkoss.zk.ui.metainfo
Represent a template element.
TemplateInfo(NodeInfo, String, String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.TemplateInfo
Creates a template.
TEMPLATEMAP - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
TemplateResolver - Interface in org.zkoss.bind.sys
Resolver for Template
TemplateResolverImpl - Class in org.zkoss.bind.impl
The resolver resolves template and handles template changes
TemplateResolverImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.TemplateResolverImpl
 
TemplateResolverImpl - Class in org.zkoss.zkmax.bind.impl
The resolver resolves template and handles template changes
TemplateResolverImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
 
terminate() - Method in class org.zkoss.fsm.StateMachine
Terminates the machine.
terminate() - Method in class org.zkoss.zkex.zul.impl.OperationThread
Terminate this thread. thread will be stopped after last run trip.
testAttribute(Component, String, boolean, boolean) - Static method in class org.zkoss.zul.impl.Utils
Tests if the given attribute is defined in a component or in library property.
testCurrent(String, String) - Static method in class org.zkoss.util.Locales
Returns whether the current locale (Locales.getCurrent()) belongs to the specified language and/or country.
testString(String[], Annotation) - Static method in class org.zkoss.bind.impl.AnnotationUtil
 
Text - Class in org.zkoss.idom
The iDOM Text.
Text(String) - Constructor for class org.zkoss.idom.Text
Constructor.
Text() - Constructor for class org.zkoss.idom.Text
Constructor.
Text - Class in org.zkoss.zhtml
Represents a piece of text (of DOM).
Text() - Constructor for class org.zkoss.zhtml.Text
 
Text(String) - Constructor for class org.zkoss.zhtml.Text
 
Text.ExtraCtrl - Class in org.zkoss.zhtml
 
Text.ExtraCtrl() - Constructor for class org.zkoss.zhtml.Text.ExtraCtrl
 
TEXT_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Textarea - Class in org.zkoss.zhtml
The TEXTAREA tag.
Textarea() - Constructor for class org.zkoss.zhtml.Textarea
 
Textarea(String) - Constructor for class org.zkoss.zhtml.Textarea
 
Textbox - Class in org.zkoss.zul
A textbox.
Textbox() - Constructor for class org.zkoss.zul.Textbox
 
Textbox(String) - Constructor for class org.zkoss.zul.Textbox
 
TextInfo - Class in org.zkoss.zk.ui.metainfo
Represents a text.
TextInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
Constructor
TextInfo(NodeInfo, String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
 
Textual - Interface in org.zkoss.idom
Represents an object that is mainly for storing "text".
Tfoot - Class in org.zkoss.zhtml
The TFOOT tag.
Tfoot() - Constructor for class org.zkoss.zhtml.Tfoot
 
Th - Class in org.zkoss.zhtml
The TH tag.
Th() - Constructor for class org.zkoss.zhtml.Th
 
THE - Static variable in class org.zkoss.idom.impl.DOMImplementation
DOM implementation singleton.
THE - Static variable in class org.zkoss.idom.impl.EmptyNamedNodeMap
The ONLY instance of EmptyNamedNodeMap.
Thead - Class in org.zkoss.zhtml
The THEAD tag.
Thead() - Constructor for class org.zkoss.zhtml.Thead
 
Theme - Class in org.zkoss.web.theme
A Theme encapsulates theme-specific attributes.
Theme() - Constructor for class org.zkoss.web.theme.Theme
Instantiate a theme
Theme(String) - Constructor for class org.zkoss.web.theme.Theme
Instantiate a theme with the given name
ThemeFns - Class in org.zkoss.web.fn
Providing theme relevant functions for EL.
ThemeProperties - Class in org.zkoss.web.fn
A utility theme properties loader
ThemeProvider - Interface in org.zkoss.zk.ui.util
Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml) and the configuration (the theme-uri elements in web.xml).
ThemeProvider.Aide - Class in org.zkoss.zk.ui.util
Utilities to help the implementation of ThemeProvider to manipulate the URI such that it is able to use a different URI for a different theme.
ThemeProvider.Aide() - Constructor for class org.zkoss.zk.ui.util.ThemeProvider.Aide
 
ThemeRegistry - Interface in org.zkoss.web.theme
Used to store a list of themes available to the web application.
ThemeResolver - Interface in org.zkoss.web.theme
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme selection via request and response.
Themes - Class in org.zkoss.zkplus.theme
Deprecated. Please use org.zkoss.zul.theme.Themes instead after 6.5.2
Themes() - Constructor for class org.zkoss.zkplus.theme.Themes
Deprecated.  
Themes - Class in org.zkoss.zul.theme
Facade for accessing internal theming subsystem In most cases, users need not use the underlying theme registry and theme resolver directly.
Themes() - Constructor for class org.zkoss.zul.theme.Themes
 
ThreadLocalListener - Class in org.zkoss.zkplus.util
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
ThreadLocalListener() - Constructor for class org.zkoss.zkplus.util.ThreadLocalListener
 
ThreadLocals - Class in org.zkoss.zkplus.util
ThreadLocal related utilities.
ThreadLocals() - Constructor for class org.zkoss.zkplus.util.ThreadLocals
 
Threads - Class in org.zkoss.lang
Thread relevant utilities.
Threads() - Constructor for class org.zkoss.lang.Threads
 
throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
 
TICK_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_LABEL_OFFSET - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
tieProperty(Object, Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
tie property with script of this node.
tieProperty(Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
tieValue(Object, Object, Object, Object, Object) - Method in interface org.zkoss.bind.sys.tracker.Tracker
Tie a property to its corresponding value under the specified Component.
tieValue(Object, Object, Object, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
 
TIME_SERIES - Static variable in class org.zkoss.zul.Chart
 
Timebox - Class in org.zkoss.zul
An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
Timebox() - Constructor for class org.zkoss.zul.Timebox
 
Timebox(Date) - Constructor for class org.zkoss.zul.Timebox
 
Timer - Class in org.zkoss.zul
Fires one or more Event after a specified delay.
Timer() - Constructor for class org.zkoss.zul.Timer
 
Timer(int) - Constructor for class org.zkoss.zul.Timer
 
TimeZones - Class in org.zkoss.util
Utilities to access time-zone.
TimeZones() - Constructor for class org.zkoss.util.TimeZones
 
TITLE - Static variable in class org.zkoss.web.Attributes
The title (String) of a servlet or a portal.
Title - Class in org.zkoss.zhtml
The TITLE tag.
Title() - Constructor for class org.zkoss.zhtml.Title
 
toAbsolutePath(String) - Method in class org.zkoss.zk.device.AjaxDevice
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
toAbsolutePath(String) - Method in interface org.zkoss.zk.device.Device
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
toAbsolutePath(String) - Method in class org.zkoss.zk.device.GenericDevice
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
toAbsoluteURI(String, boolean) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if necessary.
toAbsoluteURI(String) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if not included by another page.
toAbsoluteURI(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified URI to an absolute URI, if uri is related and the current execution is not included (Execution.isIncluded()).
toAbsoluteURI(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toArray() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
toArray(T[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
 
toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the specified collection into a new array.
toArray(Collection<? extends T>, T[], int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the given collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.zkoss.util.FastReadArray
Returns the array (never null).
toArray() - Method in class org.zkoss.zul.ListModelList
 
toArray(T[]) - Method in class org.zkoss.zul.ListModelList
 
toArray() - Method in class org.zkoss.zul.ListModelSet
 
toArray(T[]) - Method in class org.zkoss.zul.ListModelSet
 
toAttributeName(String) - Static method in class org.zkoss.lang.Classes
Converts a method name to an attribute name by removing the prefix is, get or set, or null if it doesn't start with is, get or set.
toAutoId(String, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the automatically generate component's UUID/ID.
toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a boolean.
toByteArray(int) - Static method in class org.zkoss.lang.Objects
Converts an integer to a big-endian byte array.
toByteArray(long) - Static method in class org.zkoss.lang.Objects
Converts a long to a big-endian byte array.
toByteArray(short) - Static method in class org.zkoss.lang.Objects
Converts a short to a big-endian byte array.
toByteArray(byte) - Static method in class org.zkoss.lang.Objects
Converts a byte to a big-endian byte array.
toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an character.
toCharArray(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a character array.
toClass(String) - Static method in class org.zkoss.lang.Primitives
Converts a primitive from name to the class, or null if it is not a primitive class.
toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
Converts elements to their contents if the giving object is an element or an array or a collection of elements.
toDate(String) - Static method in class org.zkoss.web.servlet.http.Https
Converts a date string to a Date instance.
today() - Static method in class org.zkoss.util.Dates
Returns today by setting time to 0:0:0.
toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a (big) decimal.
toFusionchartBoolean(boolean) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
toFusionchartColor(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
toFusionchartDate(Date) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
toggleItemSelection(Listitem) - Method in class org.zkoss.zul.Listbox
If the specified item is selected, it is deselected.
toggleItemSelection(Treeitem) - Method in class org.zkoss.zul.Tree
If the specified item is selected, it is deselected.
toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
Returns the hex String representation of a byte array without prefix 0x.
toHTML(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns as HTML tag(s) representing this header element.
toImageIcon() - Method in class org.zkoss.image.AImage
Converts to an image icon.
toImageIcon() - Method in interface org.zkoss.image.Image
Converts to an image icon.
toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an integer.
toInternalForm(String) - Static method in class org.zkoss.lang.Classes
Change class name to internal form (e.g. byte[] -> [B).
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.EventInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.StackInfo
 
toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
 
toJSON(AuResponse) - Static method in class org.zkoss.zk.au.AuWriters
Converts a response to a JSON object.
toJSONString() - Method in class org.zkoss.json.JavaScriptValue
 
toJSONString(Collection) - Static method in class org.zkoss.json.JSONArray
Convert a list to JSON text.
toJSONString(Object[]) - Static method in class org.zkoss.json.JSONArray
Convert an object array to JSON text.
toJSONString(int[]) - Static method in class org.zkoss.json.JSONArray
Convert an integer array to JSON text.
toJSONString(long[]) - Static method in class org.zkoss.json.JSONArray
Convert a long array to JSON text.
toJSONString(short[]) - Static method in class org.zkoss.json.JSONArray
Convert a short array to JSON text.
toJSONString(float[]) - Static method in class org.zkoss.json.JSONArray
Convert a float array to JSON text.
toJSONString(double[]) - Static method in class org.zkoss.json.JSONArray
Convert a double array to JSON text.
toJSONString(byte[]) - Static method in class org.zkoss.json.JSONArray
Convert a byte array to JSON text.
toJSONString(boolean[]) - Static method in class org.zkoss.json.JSONArray
Convert a boolean array to JSON text.
toJSONString(char[]) - Static method in class org.zkoss.json.JSONArray
Convert a char array to JSON text.
toJSONString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toJSONString() - Method in interface org.zkoss.json.JSONAware
 
toJSONString(Map) - Static method in class org.zkoss.json.JSONObject
Convert (aka., encode) a map to JSON text.
toJSONString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toJSONString(Object) - Static method in class org.zkoss.json.JSONValue
Convert (a.k.a., encode) an object to JSON text.
toJSONString(int) - Static method in class org.zkoss.json.JSONValue
Converts an integer to JSON text patched by tomyeh
toJSONString(long) - Static method in class org.zkoss.json.JSONValue
Converts a long to JSON text patched by tomyeh
toJSONString(short) - Static method in class org.zkoss.json.JSONValue
Converts a short to JSON text patched by tomyeh
toJSONString(double) - Static method in class org.zkoss.json.JSONValue
Converts a double to JSON text patched by tomyeh
toJSONString(float) - Static method in class org.zkoss.json.JSONValue
Converts a float to JSON text patched by tomyeh
toJSONString(byte) - Static method in class org.zkoss.json.JSONValue
Converts a byte to JSON text patched by tomyeh
toJSONString(boolean) - Static method in class org.zkoss.json.JSONValue
Converts a boolean to JSON text patched by tomyeh
toJSONString(char) - Static method in class org.zkoss.json.JSONValue
Converts a char to JSON text patched by tomyeh
token - Variable in class org.zkoss.lang.Strings.Result
The converted string.
token - Variable in class org.zkoss.zel.impl.parser.ELParser
Current token.
Token - Class in org.zkoss.zel.impl.parser
Describes the input token stream.
Token() - Constructor for class org.zkoss.zel.impl.parser.Token
No-argument constructor
Token(int) - Constructor for class org.zkoss.zel.impl.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.zkoss.zel.impl.parser.Token
Constructs a new token for the specified Image and Kind.
Token - Class in org.zkoss.zk.ui.select.impl
The model of Selector token.
Token(Token.Type, int, int) - Constructor for class org.zkoss.zk.ui.select.impl.Token
 
Token.Type - Enum in org.zkoss.zk.ui.select.impl
 
token_source - Variable in class org.zkoss.zel.impl.parser.ELParser
Generated Token Manager.
tokenImage - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
Literal token values.
tokenImage - Variable in exception org.zkoss.zel.impl.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenize(String) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
 
Tokenizer - Class in org.zkoss.zk.ui.select.impl
A tokenizer of selector string.
Tokenizer() - Constructor for class org.zkoss.zk.ui.select.impl.Tokenizer
 
TokenMgrError - Error in org.zkoss.zel.impl.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
Full Constructor.
toListModel(GroupsModel<D, G, F>) - Static method in class org.zkoss.zul.impl.GroupsListModel
Returns the list model (ListModel) representing the given groups model.
toListSubModel(ListModel<T>, Comparator<T>, int) - Static method in class org.zkoss.zul.ListModels
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface.
toListSubModel(ListModel<T>) - Static method in class org.zkoss.zul.ListModels
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface.
toLocaleString(BigDecimal, Locale) - Static method in class org.zkoss.math.BigDecimals
Return a string representation of this BigDecimal without an exponent field, which respects the given locale.
toLocation(Locator) - Static method in class org.zkoss.xml.Locators
Converts an instance of Locator to Location.
toLocation(Locator) - Static method in class org.zkoss.xml.Locators
Converts an instance of Locator to Location.
toLocation(SourceLocator) - Static method in class org.zkoss.xml.Locators
Converts an instance of SourceLocator to Location.
toLowerCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toMethod() - Method in interface org.zkoss.xel.Function
Converts this function to a method, or null if unable to convert.
toMethod() - Method in class org.zkoss.xel.util.MethodFunction
 
toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
Convert an attribute name, returned by toAttributeName, to a method name.
toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a number.
toNumberOnly(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Filters out non digit characters, such comma and whitespace, from the specified value.
toNumbers() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
TOO_MANY_REQUESTS - Static variable in interface org.zkoss.zk.mesg.MZk
 
TOO_MANY_SUSPENDED - Static variable in interface org.zkoss.zk.mesg.MZk
 
toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
Returns the octal String representation of a byte array with optional prefix.
Toolbar - Class in org.zkoss.zul
A toolbar.
Toolbar() - Constructor for class org.zkoss.zul.Toolbar
 
Toolbar(String) - Constructor for class org.zkoss.zul.Toolbar
 
Toolbarbutton - Class in org.zkoss.zul
A toolbar button.
Toolbarbutton() - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String, String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
toPlainString(BigDecimal) - Static method in class org.zkoss.math.BigDecimals
Deprecated. As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4) anymore.
toPortletMode(String) - Static method in class org.zkoss.web.portlet.PortletModes
Returns the portlet mode of the specified name.
toPrimitive(Boolean) - Static method in class org.zkoss.lang.Primitives
Convert Boolean object to primitive boolean.
toPrimitive(Byte) - Static method in class org.zkoss.lang.Primitives
Convert Byte object to primitive byte.
toPrimitive(Character) - Static method in class org.zkoss.lang.Primitives
Convert Character object to primitive char.
toPrimitive(Double) - Static method in class org.zkoss.lang.Primitives
Convert Double object to primitive double.
toPrimitive(Float) - Static method in class org.zkoss.lang.Primitives
Convert Float object to primitive float.
toPrimitive(Integer) - Static method in class org.zkoss.lang.Primitives
Convert Integer object to primitive int.
toPrimitive(Long) - Static method in class org.zkoss.lang.Primitives
Convert Long object to primitive long.
toPrimitive(Short) - Static method in class org.zkoss.lang.Primitives
Convert Short object to primitive short.
toPrimitive(Class) - Static method in class org.zkoss.lang.Primitives
Returns the primitive class of the giving wrapper class, or null if it is not a wrapper class.
toReadable(long, String) - Static method in class org.zkoss.util.Checksums
Returns a readable string plus a checksum.
toReadableChar(int, String) - Static method in class org.zkoss.util.Checksums
Returns the character of the specified val by skipping skips.
toScope(String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns one of ActionContext.PAGE_SCOPE, ActionContext.REQUEST_SCOPE, ActionContext.SESSION_SCOPE and ActionContext.APPLICATION_SCOPE of the specified scope name.
toSimpleMethodSignature(Method) - Static method in class org.zkoss.bind.impl.MiscUtil
 
toString() - Method in class org.zkoss.bind.impl.BindingKey
 
toString() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
 
toString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
 
toString() - Method in class org.zkoss.bind.impl.FormBindingImpl
 
toString() - Method in class org.zkoss.bind.impl.FormImpl
 
toString() - Method in class org.zkoss.bind.impl.Path
 
toString() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
 
toString() - Method in class org.zkoss.bind.impl.PropertyImpl
 
toString() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
 
toString() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
 
toString() - Method in class org.zkoss.bind.impl.WeakIdentityMap
Gets the map as a String.
toString() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
 
toString(Object, int) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
 
toString() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
toString() - Method in class org.zkoss.bind.validator.DeferredValidator
 
toString() - Method in class org.zkoss.html.JavaScript
 
toString() - Method in class org.zkoss.html.StyleSheet
 
toString() - Method in class org.zkoss.idom.Attribute
 
toString() - Method in class org.zkoss.idom.Binary
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.DocType
 
toString() - Method in class org.zkoss.idom.Document
 
toString() - Method in class org.zkoss.idom.Element
 
toString() - Method in class org.zkoss.idom.EntityReference
 
toString() - Method in class org.zkoss.idom.impl.AbstractTextual
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.Namespace
 
toString() - Method in class org.zkoss.idom.ProcessingInstruction
 
toString(Document) - Static method in class org.zkoss.idom.util.IDOMs
Transforms a document to a string.
toString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toString(String, Object) - Static method in class org.zkoss.json.JSONObject
 
toString() - Method in exception org.zkoss.json.parser.ParseException
 
toString() - Method in class org.zkoss.lang.MutableInteger
 
toString(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a string.
toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
toString() - Method in class org.zkoss.lang.Strings.Result
 
toString(int) - Static method in class org.zkoss.math.RoundingModes
Returns the name of the rounding mode.
toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
 
toString(Object[]) - Static method in class org.zkoss.util.ArraysX
Converts an array to a readable string (for debugging purpose).
toString(int[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of int to a readable string (for debugging purpose).
toString(long[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of long to a readable string (for debugging purpose).
toString(short[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of short to a readable string (for debugging purpose).
toString(byte[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of byte to a readable string (for debugging purpose).
toString(char[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of boolean to a readable string (for debugging purpose).
toString(float[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of float to a readable string (for debugging purpose).
toString(double[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString() - Method in class org.zkoss.util.CacheMap
 
toString() - Method in class org.zkoss.util.CacheMap.Value
 
toString() - Method in class org.zkoss.util.FastReadArray
 
toString() - Method in class org.zkoss.util.FilterMap
 
toString() - Method in class org.zkoss.util.logging.Log
Deprecated.  
toString(Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString(Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString() - Method in class org.zkoss.util.media.AMedia
 
toString() - Method in class org.zkoss.util.Pair
 
toString() - Method in class org.zkoss.util.resource.Locators.StreamLocation
 
toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
 
toString() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.If
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Include
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Out
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Page
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Set
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.When
 
toString(Date) - Static method in class org.zkoss.web.servlet.http.Https
Converts a data to a string complaint to HTTP protocol.
toString() - Method in class org.zkoss.web.theme.Theme
 
toString() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a string.
toString() - Method in class org.zkoss.xel.taglib.Taglib
 
toString() - Method in class org.zkoss.zel.impl.parser.AstFunction
 
toString() - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
toString(String) - Method in class org.zkoss.zel.impl.parser.SimpleNode
 
toString() - Method in class org.zkoss.zel.impl.parser.Token
Returns the image.
toString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
toString() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
toString() - Method in class org.zkoss.zk.au.AuRequest
 
toString() - Method in class org.zkoss.zk.au.AuResponse
 
toString() - Method in class org.zkoss.zk.ui.AbstractComponent
 
toString() - Method in class org.zkoss.zk.ui.event.Event
 
toString() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessor
 
toString() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.SimpleScope
 
toString() - Method in class org.zkoss.zk.ui.impl.VolatilePage
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
toString() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.Property
 
toString() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
 
toString() - Method in class org.zkoss.zk.ui.Path
 
toString() - Method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Attribute
 
toString() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
 
toString() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
 
toString() - Method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Selector
 
toString() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
 
toString() - Method in class org.zkoss.zk.ui.select.impl.Token
 
toString() - Method in class org.zkoss.zk.ui.sys.StubsComponent
 
toString() - Method in class org.zkoss.zk.xel.ExValue
 
toString() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
toString() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
toString() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
toString() - Method in class org.zkoss.zkplus.databind.Binding
Deprecated.  
toString() - Method in class org.zkoss.zul.DefaultTreeNode
 
toString() - Method in class org.zkoss.zul.event.GroupsDataEvent
 
toString() - Method in class org.zkoss.zul.event.ListDataEvent
 
toString() - Method in class org.zkoss.zul.GroupsModelArray
 
toString() - Method in class org.zkoss.zul.impl.GroupsListModel
 
toString() - Method in class org.zkoss.zul.ListitemComparator
 
toString() - Method in class org.zkoss.zul.ListModelArray
 
toString() - Method in class org.zkoss.zul.ListModelList
 
toString() - Method in class org.zkoss.zul.ListModelMap
 
toString() - Method in class org.zkoss.zul.ListModelSet
 
toString() - Method in class org.zkoss.zul.RowComparator
 
toString() - Method in class org.zkoss.zul.TreeitemComparator
 
toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
urns a String object representing the specified integer, with the (at-least) specified digits.
toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
urns a String object representing the specified integer, with the (at-least) specified digits.
toTypeArray(String[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
Converts an array of Class names to Class types
toTypeNameArray(Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
Converts an array of Class types to Class names
toUpperCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
Convert primitive boolean to Boolean.
toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
Convert primitive byte to Byte.
toWrapper(char) - Static method in class org.zkoss.lang.Primitives
Convert primitive char to Character.
toWrapper(double) - Static method in class org.zkoss.lang.Primitives
Convert primitive double to Double.
toWrapper(float) - Static method in class org.zkoss.lang.Primitives
Convert primitive float to Float.
toWrapper(int) - Static method in class org.zkoss.lang.Primitives
Convert primitive int to Integer.
toWrapper(long) - Static method in class org.zkoss.lang.Primitives
Convert primitive long to Long.
toWrapper(short) - Static method in class org.zkoss.lang.Primitives
Convert primitive short to Short.
toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
Returns the wrapper class of a primitive class, or null if it is not a primitive class.
toXMLName(String) - Static method in class org.zkoss.xml.XMLs
Converting a name to a valid XML name.
Tr - Class in org.zkoss.zhtml
The TR tag.
Tr() - Constructor for class org.zkoss.zhtml.Tr
 
Tracker - Interface in org.zkoss.bind.sys.tracker
Bind tracker to maintain a binding dependency graph.
TrackerImpl - Class in org.zkoss.bind.tracker.impl
Implementation of dependency tracking.
TrackerImpl() - Constructor for class org.zkoss.bind.tracker.impl.TrackerImpl
 
TrackerImplEx - Class in org.zkoss.zkmax.bind.impl
 
TrackerImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.TrackerImplEx
 
TrackerNode - Interface in org.zkoss.bind.sys.tracker
Tracker Node in a binding dependency graph.
TrackerNodeImpl - Class in org.zkoss.bind.tracker.impl
 
TrackerNodeImpl(Object) - Constructor for class org.zkoss.bind.tracker.impl.TrackerNodeImpl
 
transform(Source, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from a source to a result.
transform(Document, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM document to a result.
transform(Element, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM element to a result.
transform(Source) - Method in class org.zkoss.idom.transform.Transformer
Transforms a source and returns the transformed result as an iDOM Document.
transform(Document) - Method in class org.zkoss.idom.transform.Transformer
Transforms an iDOM document and returns the transformed result as another iDOM Document.
transform(Element) - Method in class org.zkoss.idom.transform.Transformer
Transforms an iDOM element and returns the transformed result as another iDOM Document.
transform(String) - Static method in class org.zkoss.web.fn.ThemeFns
Generates a specific browser CSS transform.
Transformer - Class in org.zkoss.idom.transform
Transforms an iDOM Document.
Transformer() - Constructor for class org.zkoss.idom.transform.Transformer
Transformer constructor without stylesheet.
Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
Constructs a transformer with a stylesheet in form of Source.
Transformer - Class in org.zkoss.zml
XML transformer.
Transformer() - Constructor for class org.zkoss.zml.Transformer
 
Tree - Class in org.zkoss.zul
A container which can be used to hold a tabular or hierarchical set of rows of elements.
Tree() - Constructor for class org.zkoss.zul.Tree
 
Treecell - Class in org.zkoss.zul
A treecell.
Treecell() - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String) - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String, String) - Constructor for class org.zkoss.zul.Treecell
 
Treechildren - Class in org.zkoss.zul
A treechildren.
Treechildren() - Constructor for class org.zkoss.zul.Treechildren
 
Treechildren.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Treechildren.ExtraCtrl() - Constructor for class org.zkoss.zul.Treechildren.ExtraCtrl
 
Treecol - Class in org.zkoss.zul
A treecol.
Treecol() - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String, String) - Constructor for class org.zkoss.zul.Treecol
 
Treecols - Class in org.zkoss.zul
A treecols.
Treecols() - Constructor for class org.zkoss.zul.Treecols
 
TreeDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a tree.
TreeDataEvent(TreeModel, int, int[], int, int) - Constructor for class org.zkoss.zul.event.TreeDataEvent
Constructor.
TreeDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of TreeModel is changed.
Treefoot - Class in org.zkoss.zul
A row of Treefooter.
Treefoot() - Constructor for class org.zkoss.zul.Treefoot
 
Treefooter - Class in org.zkoss.zul
A column of the footer of a tree (Tree).
Treefooter() - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String) - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String, String) - Constructor for class org.zkoss.zul.Treefooter
 
Treeitem - Class in org.zkoss.zul
A treeitem.
Treeitem() - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String) - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String, Object) - Constructor for class org.zkoss.zul.Treeitem
 
TreeitemComparator - Class in org.zkoss.zul
A comparator used to compare Treeitem, if not live data, or the data themselves, if live data.
TreeitemComparator() - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with Treeitem.getValue().
TreeitemComparator(int) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(Treecol, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemComparator(Treecol, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemComparator(Treecol, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Tree.
TreeModel<E> - Interface in org.zkoss.zul
This interface defines the methods that component like Tree use to get the content of items.
TreeModelConverter - Class in org.zkoss.bind.converter.sys
 
TreeModelConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeModelConverter
 
TreeModelELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for TreeModel.
TreeModelELResolver() - Constructor for class org.zkoss.bind.xel.zel.TreeModelELResolver
 
TreeNode<E> - Interface in org.zkoss.zul
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of an application-specific data (TreeNode.setData(E)) stored in the node.
TreeOpenableModel - Interface in org.zkoss.zul.ext
Indicate an openable collection or components.
Treerow - Class in org.zkoss.zul
A treerow.
Treerow() - Constructor for class org.zkoss.zul.Treerow
 
Treerow(String) - Constructor for class org.zkoss.zul.Treerow
Instantiates a treerow with a treecel holding the given label.
TreeSelectableModel - Interface in org.zkoss.zul.ext
Indicate a tree model that supports selection.
TreeSelectedItemConverter - Class in org.zkoss.bind.converter.sys
Convert tree selected treeitem to bean and vice versa.
TreeSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
 
TreeSelectedItemsConverter - Class in org.zkoss.bind.converter.sys
Convert tree selected treeitem to bean and vice versa.
TreeSelectedItemsConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
 
TrendLinePropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
 
TrendLinePropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
 
trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Trims the string buffer by removing the leading and trailing whitespaces.
trim(String) - Static method in class org.zkoss.xel.fn.StringFns
Returns a copy of the string, with leading and trailing whitespace omitted.
TRUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
RegularExpression Id.
Tt - Class in org.zkoss.zhtml
The TT tag.
Tt() - Constructor for class org.zkoss.zhtml.Tt
 
twoMonthShort() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the two month int. e.g. 1, 3, 5, 7, 9, 11.
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.EventInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.StackInfo
 
TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
 
TYPE - Static variable in class org.zkoss.zel.ELResolver
 
type - Variable in class org.zkoss.zk.ui.util.URIInfo
How to use the URI.
TypeConverter - Interface in org.zkoss.zkplus.databind
Deprecated. As of release 7.0.0, replace with new ZK binding.
types - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 

U

UID - Static variable in class org.zkoss.bind.Version
Returns the version UID.
UID - Static variable in class org.zkoss.Version
The version UID used to identify the resources.
UID - Static variable in class org.zkoss.web.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zel.Version
The version UID used to identify the resources.
UID - Static variable in class org.zkoss.zhtml.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zk.Version
The version UID used to identify the resources.
UID - Static variable in class org.zkoss.zkex.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zkmax.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zkplus.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zml.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zul.Version
Returns the version UID.
UiEngine - Interface in org.zkoss.zk.ui.sys
UI engine is responsible to process requests from the client, sends the response back to the client with the assistance of ExecutionCtrl.
UiEngineExtension - Class in org.zkoss.zkmax.ui.impl
An implementation of UiEngineImpl.Extension to extend UiEngineImpl to support stubonly and the merging of native.
UiEngineExtension() - Constructor for class org.zkoss.zkmax.ui.impl.UiEngineExtension
 
UiEngineImpl - Class in org.zkoss.zk.ui.impl
An implementation of UiEngine to create and update components.
UiEngineImpl() - Constructor for class org.zkoss.zk.ui.impl.UiEngineImpl
 
UiEngineImpl.Extension - Interface in org.zkoss.zk.ui.impl
An interface used to extend the UI engine.
UiException - Exception in org.zkoss.zk.ui
Represents a UI-relevant runtime exception.
UiException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(String) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException() - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException.Aide - Class in org.zkoss.zk.ui
Utilities to wrap UiException.
UiException.Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
 
UiFactory - Interface in org.zkoss.zk.ui.sys
Used to create Session, Desktop, Page, Component, Composer, and ServerPush.
UiLifeCycle - Interface in org.zkoss.zk.ui.util
Used to intercept the life cycle of UI, such as Component being attached.
Ul - Class in org.zkoss.zhtml
The UL tag.
Ul() - Constructor for class org.zkoss.zhtml.Ul
 
Unary() - Method in class org.zkoss.zel.impl.parser.ELParser
 
unbindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
A convenient method that help you remove this event listener from the specified target component.
UNDEFINED - Static variable in class org.zkoss.zk.scripting.util.GenericInterpreter
Used by GenericInterpreter.getFromNamespace(java.lang.String) to denote a variable is not defined.
unescape(String) - Static method in class org.zkoss.lang.Strings
Un-escape the quoted string.
UNEXPECTED_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
ungroup(boolean) - Method in class org.zkoss.zul.Column
Ungroups and sorts the rows (Row) based on the ascending.
ungroup(boolean) - Method in class org.zkoss.zul.Listheader
Ungroups and sorts the items (Listitem) based on the ascending.
UNKNOWN - Static variable in class org.zkoss.lang.Objects
Denotes unknown.
UNKNOWN_EXCEPTION - Static variable in interface org.zkoss.mesg.MCommon
 
unload() - Method in class org.zkoss.zul.Treeitem
Unload the tree item To load the tree item, with Tree.renderItem(Treeitem), Tree.renderItem(Treeitem, Object), or Tree.renderItems(java.util.Set)
unlock() - Method in class org.zkoss.util.WaitLock
Unlocks any other threads blocked by WaitLock.waitUntilUnlock(int).
unmarkHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
 
unmarshall(Object) - Method in class org.zkoss.zul.Datebox
 
unmarshall(Object) - Method in class org.zkoss.zul.Decimalbox
 
unmarshall(Object) - Method in class org.zkoss.zul.Doublebox
 
unmarshall(Object) - Method in class org.zkoss.zul.Doublespinner
 
unmarshall(Object) - Method in class org.zkoss.zul.impl.InputElement
Unmarshall value returned from client if needed.
unmarshall(Object) - Method in class org.zkoss.zul.Longbox
 
unmarshall(Object) - Method in class org.zkoss.zul.Timebox
 
unmergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Undo the merge of a JavaScript package to another.
unparsedEntityDecl(String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
unset(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unset(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unsetVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Removes the value of a variable defined in the interpreter's scope identified by the specified scope.
unsetVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Removes the value of a variable defined in this interpreter.
unsetVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from this interpreter.
unsetVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the value of a variable defined in the interpreter's scope identified by the specified scope.
unsubscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
Unsubscribes a listener from the queue.
unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
 
unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
 
unsubscribe(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
 
unwrap(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unwraps an exception if the enclosing one is InvocationTargetException or UndeclaredThrowableException.
UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
UPDATE_OBSOLETE_PAGE - Static variable in interface org.zkoss.zk.mesg.MZk
 
updateByClient(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Called when the widget running at the client asks the server to update a value.
updateByClient(String, Object) - Method in class org.zkoss.zul.Button
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Checkbox
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Frozen
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Menuitem
 
updateCount(boolean) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Update the session count.
updateDebugJS(WebApp, boolean) - Static method in class org.zkoss.zk.ui.http.Utils
Update the status of debug-js.
UpdateLineColumn(char) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
 
updateModelInfo() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
 
updateModelInfo() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
 
updateModelInfo() - Method in interface org.zkoss.zul.impl.DataLoader
Used to update some extra control information to the client.
updateModelInfo() - Method in class org.zkoss.zul.impl.GridDataLoader
 
updateModelInfo() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
UPLOAD_BROWSE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_PERCENT - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute to indicate the completeness percentage of the current file upload.
UPLOAD_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute to indicate the number of bytes of the current file upload.
UPLOAD_SUBMIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_TITLE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UploadEvent - Class in org.zkoss.zk.ui.event
Represents that user has uploaded one or several files from the client to the server.
UploadEvent(String, Component, Media[]) - Constructor for class org.zkoss.zk.ui.event.UploadEvent
Constructs the upload event.
UploadInfoService - Class in org.zkoss.zk.au.http
Extends desktop to handle the request of the upload information and post events if the upload is completed.
UploadInfoService.DesktopInit - Class in org.zkoss.zk.au.http
Registers the upload info service when
UploadInfoService.DesktopInit() - Constructor for class org.zkoss.zk.au.http.UploadInfoService.DesktopInit
 
UPPER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
uri - Variable in class org.zkoss.zk.ui.util.URIInfo
The URI.
URI_PREFIX - Static variable in class org.zkoss.zk.au.http.AuRedirect
 
UriConverter - Class in org.zkoss.bind.converter
Convert String into Uri
UriConverter() - Constructor for class org.zkoss.bind.converter.UriConverter
 
URIEvent - Class in org.zkoss.zk.ui.event
The URI update event used with onURIChange to notify that the associated URI is changed by the user.
URIEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.URIEvent
Constructs an URI update event.
URIInfo - Class in org.zkoss.zk.ui.util
Represents an URI and how to use the URI.
URIInfo(String, int) - Constructor for class org.zkoss.zk.ui.util.URIInfo
Constructor.
URIInfo(String) - Constructor for class org.zkoss.zk.ui.util.URIInfo
Constructor.
URIInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the loading of ZUML pages associated with the specified URI.
url - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
url - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
The URL of the resource.
URLReader - Class in org.zkoss.io
Convenience class for reading character files.
URLReader(URL, String) - Constructor for class org.zkoss.io.URLReader
Creates a new FileReader, given the resource URL to read from.
Utils - Class in org.zkoss.util
Generic utilities.
Utils() - Constructor for class org.zkoss.util.Utils
 
Utils - Class in org.zkoss.zk.ui.http
A collection of utilities for this package.
Utils() - Constructor for class org.zkoss.zk.ui.http.Utils
 
Utils - Class in org.zkoss.zk.ui.impl
Utilities to implement ZK.
Utils() - Constructor for class org.zkoss.zk.ui.impl.Utils
 
Utils - Class in org.zkoss.zk.xel.impl
Utilities to handle the metainfo.
Utils() - Constructor for class org.zkoss.zk.xel.impl.Utils
 
Utils - Class in org.zkoss.zkmax.zul.fusionchart.impl
 
Utils() - Constructor for class org.zkoss.zkmax.zul.fusionchart.impl.Utils
 
Utils - Class in org.zkoss.zul.impl
A collection of utilities.
Utils() - Constructor for class org.zkoss.zul.impl.Utils
 
UUID_RECYCLE_DISABLED - Static variable in class org.zkoss.zk.ui.sys.Attributes
A library property to indicate whether UUID shall not be recycled.

V

validate(ValidationContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
 
validate(ValidationContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
 
validate(ValidationContext) - Method in interface org.zkoss.bind.sys.SaveBinding
do the validation by validator
validate(Class<T>, String, Object) - Static method in class org.zkoss.bind.validator.BeanValidations
 
validate(Class, String, Object) - Method in class org.zkoss.bind.validator.BeanValidator
Validate the value
validate(ValidationContext) - Method in class org.zkoss.bind.validator.BeanValidator
 
validate(ValidationContext) - Method in class org.zkoss.bind.validator.CompositeValidator
 
validate(ValidationContext) - Method in class org.zkoss.bind.validator.DeferredValidator
 
validate(ValidationContext) - Method in interface org.zkoss.bind.Validator
 
validate(Class, String, Object) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
Validate the value
validate(ValidationContext) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
 
validate(Component, Object) - Method in interface org.zkoss.zul.Constraint
Verifies whether the value is acceptable.
validate(Object) - Method in class org.zkoss.zul.impl.InputElement
Validates the value returned by InputElement.coerceFromString(java.lang.String).
validate(Component, Object) - Method in class org.zkoss.zul.SimpleConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleDateConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
VALIDATES - Static variable in class org.zkoss.bind.impl.BinderImpl
 
Validation - Class in org.zkoss.zel.impl.util
 
VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
ValidationContext - Interface in org.zkoss.bind
The context for validation
ValidationContextImpl - Class in org.zkoss.bind.impl
the default implementation of validation context
ValidationContextImpl(String, Property, Map<String, Property[]>, BindContext, boolean) - Constructor for class org.zkoss.bind.impl.ValidationContextImpl
 
ValidationInfo - Class in org.zkoss.bind.sys.debugger.impl.info
 
ValidationInfo(String, Component, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
 
ValidationMessages - Interface in org.zkoss.bind.sys
To provide the message binding between validator and binder.
ValidationMessagesELResolver - Class in org.zkoss.bind.xel.zel
ELResolver for ValidationMessages.
ValidationMessagesELResolver() - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
 
ValidationMessagesELResolver.AbstractValueResolver - Class in org.zkoss.bind.xel.zel
 
ValidationMessagesELResolver.AbstractValueResolver(ValidationMessages) - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
 
ValidationMessagesELResolver.ValueResolver - Interface in org.zkoss.bind.xel.zel
 
ValidationMessagesImpl - Class in org.zkoss.bind.impl
Collection base implementation of ValidationMessages
ValidationMessagesImpl() - Constructor for class org.zkoss.bind.impl.ValidationMessagesImpl
 
VALIDATOR - Static variable in interface org.zkoss.bind.Binder
Attribute of Binder.ZKBIND annotation, the system validator for special properties.
Validator - Interface in org.zkoss.bind
Generic binding validation interface.
VALIDATOR_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
 
value - Variable in class org.zkoss.lang.MutableInteger
The value of the mutable integer.
Value() - Method in class org.zkoss.zel.impl.parser.ELParser
 
VALUE_ANGLE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
VALUE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
VALUE_NOT_MATCHED - Static variable in interface org.zkoss.zul.mesg.MZul
 
VALUE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
ValueExpression - Class in org.zkoss.zel
 
ValueExpression() - Constructor for class org.zkoss.zel.ValueExpression
 
ValueExpressionImpl - Class in org.zkoss.zel.impl
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class org.zkoss.zel.impl.ValueExpressionImpl
 
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class org.zkoss.zel.impl.ValueExpressionImpl
 
ValueExpressionLiteral - Class in org.zkoss.zel.impl
 
ValueExpressionLiteral() - Constructor for class org.zkoss.zel.impl.ValueExpressionLiteral
 
ValueExpressionLiteral(Object, Class<?>) - Constructor for class org.zkoss.zel.impl.ValueExpressionLiteral
 
valueOf(String) - Static method in enum org.zkoss.bind.annotation.ContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.bind.annotation.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.bind.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.bind.sys.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.zkoss.math.RoundingModes
Returns the rounding mode of the specified name.
valueOf(String) - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
Returns the enum constant of this type with the specified name.
valueOf(Node) - Static method in class org.zkoss.xml.Nodes
Get the text value of a node.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zul.Messagebox.Button
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zul.Window.Mode
Returns the enum constant of this type with the specified name.
ValuePrefix() - Method in class org.zkoss.zel.impl.parser.ELParser
 
ValueReference - Interface in org.zkoss.xel
This represents a base model object and one of its properties (EL 2.2).
ValueReference - Class in org.zkoss.zel
 
ValueReference(Object, Object) - Constructor for class org.zkoss.zel.ValueReference
 
values() - Static method in enum org.zkoss.bind.annotation.ContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.bind.annotation.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.zkoss.bind.impl.WeakIdentityMap
 
values() - Static method in enum org.zkoss.bind.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.bind.sys.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.zkoss.util.CacheMap
 
values() - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty collection, no matter any variable is defined.
values() - Method in class org.zkoss.zul.ListModelMap
 
values() - Static method in enum org.zkoss.zul.Messagebox.Button
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zul.Window.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
 
VAR - Static variable in class org.zkoss.bind.impl.BinderImpl
 
Var - Class in org.zkoss.zhtml
The VAR tag.
Var() - Constructor for class org.zkoss.zhtml.Var
 
VariableMapper - Class in org.zkoss.zel
 
VariableMapper() - Constructor for class org.zkoss.zel.VariableMapper
 
VariableMapperFactory - Class in org.zkoss.zel.impl.lang
 
VariableMapperFactory(VariableMapper) - Constructor for class org.zkoss.zel.impl.lang.VariableMapperFactory
 
VariableMapperImpl - Class in org.zkoss.zel.impl.lang
 
VariableMapperImpl() - Constructor for class org.zkoss.zel.impl.lang.VariableMapperImpl
 
VariableResolver - Interface in org.zkoss.xel
Used to customize the way an Expression resolves variable references at evaluation time.
VariableResolver - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for adding variable resolvers to a SelectorComposer.
VariableResolverInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the variable resolver (VariableResolver).
VariableResolverInfo(Class<? extends VariableResolver>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(Class<? extends VariableResolver>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
VariableResolverInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
VariableResolverInfo(VariableResolver) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with an initiator that will be reuse each time VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
VariableResolverX - Interface in org.zkoss.xel
An extension of VariableResolver to have more control to resolve the variables.
VariablesInfo - Class in org.zkoss.zk.ui.metainfo
The information about the variables element in the ZUML page.
VariablesInfo(NodeInfo, Map<String, String>, boolean, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
Constructor.
VariablesInfo(NodeInfo, Map<String, String>, boolean, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
The same as VariablesInfo(parent, vars, locale, "none", cond).
VARNAME - Static variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
Vbox - Class in org.zkoss.zul
A vbox.
Vbox() - Constructor for class org.zkoss.zul.Vbox
 
Vbox(Component[]) - Constructor for class org.zkoss.zul.Vbox
Constructor a vertical box by assigning an array of children.
Verifier - Class in org.zkoss.idom
The verifier to verify W3C/DOM related constraints.
Version - Class in org.zkoss.bind
The version of the ZK Binding.
Version() - Constructor for class org.zkoss.bind.Version
 
Version - Class in org.zkoss
The version info of the Potix Common Library.
Version() - Constructor for class org.zkoss.Version
 
Version - Class in org.zkoss.web
The version of the ZK Web Library.
Version() - Constructor for class org.zkoss.web.Version
 
Version - Class in org.zkoss.zel
The version info of the ZK EL Library.
Version() - Constructor for class org.zkoss.zel.Version
 
Version - Class in org.zkoss.zhtml
The version of the ZK ZHTML component set.
Version() - Constructor for class org.zkoss.zhtml.Version
 
Version - Class in org.zkoss.zk
The ZK version info.
Version() - Constructor for class org.zkoss.zk.Version
 
Version - Class in org.zkoss.zkex
The version of the ZUL extension.
Version() - Constructor for class org.zkoss.zkex.Version
 
Version - Class in org.zkoss.zkmax
The version of the ZK Performance Maximization Addon.
Version() - Constructor for class org.zkoss.zkmax.Version
 
Version - Class in org.zkoss.zkplus
The version of the ZK Plus utilities.
Version() - Constructor for class org.zkoss.zkplus.Version
 
Version - Class in org.zkoss.zml
The version of the ZK XML component set.
Version() - Constructor for class org.zkoss.zml.Version
 
Version - Class in org.zkoss.zul
The version of the ZK XUL component set.
Version() - Constructor for class org.zkoss.zul.Version
 
VERY_DARK_BLUE - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark blue color.
VERY_DARK_CYAN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark cyan color.
VERY_DARK_GREEN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark green color.
VERY_DARK_MAGENTA - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark magenta/purple color.
VERY_DARK_RED - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark red color.
VERY_DARK_YELLOW - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very dark yellow color.
VERY_LIGHT_BLUE - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very light blue color.
VERY_LIGHT_CYAN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
Aa very light cyan color.
VERY_LIGHT_GREEN - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very light green color.
VERY_LIGHT_MAGENTA - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very light magenta color.
VERY_LIGHT_RED - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very light red color.
VERY_LIGHT_YELLOW - Static variable in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
A very light yellow color.
VIEW_MODEL_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
 
VIEWMODEL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
 
VisibilityChangeEvent - Class in org.zkoss.zk.ui.event
The VisibilityChangeEvent is used to notify current page/tab's visibility state.
VisibilityChangeEvent(String, boolean, String) - Constructor for class org.zkoss.zk.ui.event.VisibilityChangeEvent
Constructs an event to hold the current page's visibility state.
visit(Node) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
 
visit(Node) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
 
visit(Node) - Method in interface org.zkoss.zel.impl.parser.NodeVisitor
 
VISITED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the visible Treeitem without its Treechildren.
VISITED_ITEM_TOTAL - Static variable in class org.zkoss.zul.Attributes
It is used to count the total of the visible Treeitem, including its Treechildren.
Visualizer - Interface in org.zkoss.zk.ui.sys
A part of Execution for visualizing the components whose visual parts are modified.
Vlayout - Class in org.zkoss.zul
A vertical layout Default Vlayout.getZclass(): z-vlayout.
Vlayout() - Constructor for class org.zkoss.zul.Vlayout
 
VM - Static variable in class org.zkoss.bind.impl.BinderImpl
 
VolatilePage - Class in org.zkoss.zk.ui.impl
A page that does not really exist at the client.
VolatilePage(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
Constructs a page by giving the page definition.
VolatilePage(Page) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
 

W

WAFERMAP - Static variable in class org.zkoss.zul.Chart
 
WaferMapModel - Class in org.zkoss.zul
A semiconductor wafer map data model to be used with wafermap chart.
WaferMapModel() - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel(int, int) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel(int, int, double) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel.IntPair - Class in org.zkoss.zul
 
wait(Object) - Static method in class org.zkoss.zk.ui.Executions
Suspends the current processing of an event and wait until the other thread invokes Executions.notify(Object), Executions.notifyAll(Object), Executions.notify(Desktop, Object) or Executions.notifyAll(Desktop, Object) for the specified object.
wait(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
wait(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Suspends the current processing of an event and wait until the other thread invokes UiEngine.notify(Object), UiEngine.notifyAll(Object), UiEngine.notify(Desktop, Object) or UiEngine.notifyAll(Desktop, Object) for the specified object.
WaitLock - Class in org.zkoss.util
A simple lock used to implement load-on-demand mechanism.
WaitLock() - Constructor for class org.zkoss.util.WaitLock
Once created, it is default to be locked.
waitUntilUnlock(int) - Method in class org.zkoss.util.WaitLock
Waits this lock to unlock.
warning(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
WARNING - Static variable in class org.zkoss.util.logging.Log
Deprecated. The WARNING level.
warning(String, Object...) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message with a format and arguments.
warning(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message and a throwable object.
warning(String) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message.
warning(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the warning message, and a throwable object.
warning(Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs an object, whose toString returns the warning message.
warning(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning throwable object.
warning(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message and a throwable object by giving message code.
warning(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message and a throwable object by giving message code.
warning(int, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message and a throwable object by giving message code.
warning(int, Object[]) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message by giving message code.
warning(int, Object) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message by giving message code.
warning(int) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs a warning message by giving message code.
warningable() - Method in class org.zkoss.util.logging.Log
Deprecated. Tests whether the Log.WARNING level is loggable.
warningBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Logs only the first few lines of the real cause as an warning message.
warningBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Deprecated. Lo only the first few lines of the real cause.
WATERFALL - Static variable in class org.zkoss.zul.Chart
 
WcsExtendlet - Class in org.zkoss.zk.ui.http
The extendlet to handle WCS (widget CSS).
WcsExtendlet() - Constructor for class org.zkoss.zk.ui.http.WcsExtendlet
 
WeakIdentityMap<K,V> - Class in org.zkoss.bind.impl
WeakIdentityMap is like WeakHashMap, except it uses a key's identity hashcode and equals methods.
WeakIdentityMap(int, float) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
 
WeakIdentityMap(int) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
 
WeakIdentityMap() - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
 
WeakIdentityMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
 
WebApp - Interface in org.zkoss.zk.ui
Represents a Web application.
WebAppCleanup - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it about to be destroyed.
WebAppCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of WebApp for implementation.
WebAppFactory - Interface in org.zkoss.zk.ui.sys
The factory used to instantiate the instance of WebApp.
WebAppInit - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it is created.
WebAppInit - Class in org.zkoss.zkmax.init
The initialization of zkmax.
WebAppInit() - Constructor for class org.zkoss.zkmax.init.WebAppInit
 
WebApps - Class in org.zkoss.zk.ui
Utilities related to the Web application.
WebApps() - Constructor for class org.zkoss.zk.ui.WebApps
 
WebAppsCtrl - Class in org.zkoss.zk.ui.sys
An additional utilities for implementation related to WebApp.
WebAppsCtrl() - Constructor for class org.zkoss.zk.ui.sys.WebAppsCtrl
 
WebManager - Class in org.zkoss.zk.ui.http
A bridge between Web server and ZK.
WebManager(ServletContext, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
Creates the Web manager.
WebManagerActivationListener - Interface in org.zkoss.zk.ui.http
A listener that will be invoked when the Web manager is created (a.k.a., activated).
WEEK - Static variable in class org.zkoss.zul.Chart
 
WEST - Static variable in class org.zkoss.zul.Borderlayout
The west layout constraint (left side of container).
West - Class in org.zkoss.zul
A west region of a border layout.
West() - Constructor for class org.zkoss.zul.West
 
When - Class in org.zkoss.web.servlet.dsp.action
Represents an alternative within a Choose action.
When() - Constructor for class org.zkoss.web.servlet.dsp.action.When
 
WidgetAttribute - Class in org.zkoss.zk.ui.metainfo
Represents a DOM attribute of the peer widget.
WidgetAttribute(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
WidgetDefinition - Interface in org.zkoss.zk.ui.metainfo
A widget definition.
WidgetDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
An implementation of WidgetDefinition.
WidgetDefinitionImpl(String, boolean) - Constructor for class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
 
WidgetListener - Class in org.zkoss.zk.ui.metainfo
Represents a client-side event listener for the peer widget.
WidgetListener(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetListener
 
WidgetOverride - Class in org.zkoss.zk.ui.metainfo
Represents a method of the peer widget.
WidgetOverride(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetOverride
 
willClone(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
Internal use only.
willClone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
Called when a component is going to be cloned.
willClone(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Internal use only.
willClone(Component) - Method in class org.zkoss.zul.GroupsModelArray
Allows the model to clone
willClone(Component) - Method in class org.zkoss.zul.SimpleGroupsModel
Allows the model to clone
willPassivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.willPassivate(org.zkoss.zk.ui.Component) for each object in the collection.
willPassivate(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentActivationListener.willPassivate(org.zkoss.zk.ui.Component) for the specified object.
willPassivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
 
willPassivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
willPassivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
Called when a session is about to be passivated (and then serialize its value).
willPassivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
Called when a session is about to be passivated.
willSerialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.willSerialize(org.zkoss.zk.ui.Component) for each object in the collection.
willSerialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
Utility to invoke ComponentSerializationListener.willSerialize(org.zkoss.zk.ui.Component) for the specified object.
willSerialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component is going to serialize this object.
willSerialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop is going to serialize this object.
willSerialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page is going to serialize this object.
willSerialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session is going to serialize this object.
WIND - Static variable in class org.zkoss.zul.Chart
 
Window - Class in org.zkoss.zul
A window.
Window() - Constructor for class org.zkoss.zul.Window
 
Window(String, String, boolean) - Constructor for class org.zkoss.zul.Window
 
Window.Mode - Enum in org.zkoss.zul
The window's mode used with Window.setMode(Mode).
Wire - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying components to wire.
wireComponents(Component, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire components to controller.
wireComponents(Page, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire components to controller.
wireController(Component, Object) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireController(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireController(Component, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireController(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as an attribute of the specified component.
wireController(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as an attribute of the specified component with a custom separator.
wireEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.select.Selectors
Add event listeners to components based on the controller.
wireFellows(IdSpace, Object) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireFellows(IdSpace, Object, char) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireFellows(IdSpace, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireFellows(IdSpace, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner ancestors of the specified Id space into a controller Java object.
wireFellows(IdSpace, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner with a custom separator.
wireFellows(IdSpace, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire fellow components and space owner with full control.
wireImplicit(Component, Object) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireImplicit(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire implicit variables of the specified component into a controller Java object.
WireVariable - Annotation Type in org.zkoss.zk.ui.select.annotation
Annotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers.
wireVariables(Component, Object) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Component, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Page, Object) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Page, Object, char) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Page, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.Components
Deprecated. As of release 6.0.0, replaced with ConventionWires.
wireVariables(Component, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire variables to controller, including XEL variables, implicit variables.
wireVariables(Page, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
Wire variables to controller, including XEL variables, implicit variables.
wireVariables(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified component into a controller Java object.
wireVariables(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified component with a custom separator.
wireVariables(Component, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire controller as a variable objects of the specified component with full control.
wireVariables(Page, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variables of the specified page into a controller Java object.
wireVariables(Page, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified page with a custom separator.
wireVariables(Page, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
Wire accessible variable objects of the specified page with complete control.
withCase() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the case condition is defined.
withSwitch() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the switch condition is defined.
WpdExtendlet - Class in org.zkoss.zk.ui.http
The extendlet to handle WPD (Widget Package Descriptor).
WpdExtendlet() - Constructor for class org.zkoss.zk.ui.http.WpdExtendlet
 
Wpds - Class in org.zkoss.zk.ui.http
Utilities to used with WPD files.
Wpds() - Constructor for class org.zkoss.zk.ui.http.Wpds
 
wrap(Throwable, Class<? extends Throwable>) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class.
wrap(Throwable, Class<? extends Throwable>, String) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, int, Object) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, int) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, String) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
wrap(Throwable, String) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
write(Writer, StringBuffer) - Static method in class org.zkoss.io.Files
Writes the specified string buffer to the specified writer.
write(char[], int, int) - Method in class org.zkoss.io.NullWriter
 
write(byte[]) - Method in class org.zkoss.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.zkoss.io.WriterOutputStream
 
write(int) - Method in class org.zkoss.io.WriterOutputStream
 
write(HttpServletRequest, HttpServletResponse, Media, boolean, boolean) - Static method in class org.zkoss.web.servlet.http.Https
Write the specified media to HTTP response.
write(int) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
write(AuResponse) - Method in interface org.zkoss.zk.au.AuWriter
Generates the specified the response to the output.
write(Collection<AuResponse>) - Method in interface org.zkoss.zk.au.AuWriter
Generates a list of responses to the output.
write(AuResponse) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
write(Collection<AuResponse>) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
write(ObjectOutputStream, SerializableAware.Filter) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
write(ObjectOutputStream, SerializableAware.Filter) - Method in interface org.zkoss.zk.scripting.SerializableAware
Writes the name and value of the variables of this namespace to the specified stream.
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
 
writeResponseId(int) - Method in interface org.zkoss.zk.au.AuWriter
Generates the response ID to the output.
writeResponseId(int) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
WriterOutputStream - Class in org.zkoss.io
An output stream that is on top of a writer.
WriterOutputStream(Writer, String) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an out stream with the specified encoding.
WriterOutputStream(Writer) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an output stream assuming UTF-8 encoding.
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
Writes AbstractGroupsModel._selection.
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractListModel
Writes AbstractListModel._selection.
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.ListModelMap
 
writeThis(ObjectOutputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to write this object, only if the deriving class implements java.io.Serializable.
wrongValue(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
Shows an error message for the specified component, if any, at the browser.
WrongValueException - Exception in org.zkoss.zk.ui
Denotes the value passed to a setter (a.k.a., mutator) of a component is wrong.
WrongValueException(Component, String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception to show an error box at the client.
WrongValueException(Component, String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Constructs a wrong value exception.
WrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException() - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValuePropertyImpl - Class in org.zkoss.bind.impl
// ZK-878 Exception if binding a form with errorMessage To handle wrong value exception when getting a component value.
WrongValuePropertyImpl(Object, String, Object) - Constructor for class org.zkoss.bind.impl.WrongValuePropertyImpl
 
WrongValuesException - Exception in org.zkoss.zk.ui
Denotes an exception that is an aggregation of multiple WrongValueException.
WrongValuesException(WrongValueException[]) - Constructor for exception org.zkoss.zk.ui.WrongValuesException
Constructs a multiple wrong value exception.
WS_END - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_HOME - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_PREV - Static variable in interface org.zkoss.zul.mesg.MZul
 

X

x - Variable in class org.zkoss.util.Pair
The first key.
XelContext - Interface in org.zkoss.xel
Context information for XEL evaluation.
XelContextProxy - Class in org.zkoss.xel.util
A proxy to replace the variable resolver of a given XEL context.
XelContextProxy(XelContext, VariableResolver) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the variable resolver with the specified one, but the function mapper not changed.
XelContextProxy(XelContext, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the function mapper with the specified one, but the variable resolver not changed.
XelContextProxy(XelContext, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces both variable resolver and function mapper.
XelELContext - Class in org.zkoss.xel.zel
An ZEL context that is based on XEL context.
XelELContext(XelContext) - Constructor for class org.zkoss.xel.zel.XelELContext
 
XelELMapper - Class in org.zkoss.xel.zel
An ZEL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.xel.zel.XelELMapper
 
XelELMapper - Class in org.zkoss.zkmax.xel.el
An EL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el.XelELMapper
 
XelELMapper - Class in org.zkoss.zkmax.xel.el21
An EL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el21.XelELMapper
 
XelELResolver - Class in org.zkoss.xel.zel
An XEL implementation of ZEL ELResolver.
XelELResolver(XelContext) - Constructor for class org.zkoss.xel.zel.XelELResolver
Constructor.
XelELResolver - Class in org.zkoss.zkmax.xel.el
An EL variable resolver that is based on a XEL variable resolver.
XelELResolver(XelContext) - Constructor for class org.zkoss.zkmax.xel.el.XelELResolver
 
XelELResolver - Class in org.zkoss.zkmax.xel.el21
A simple implementation of ELResolver.
XelELResolver(XelContext) - Constructor for class org.zkoss.zkmax.xel.el21.XelELResolver
Constructor.
XelException - Exception in org.zkoss.xel
Represents a XEL exception.
XelException(String, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(String) - Constructor for exception org.zkoss.xel.XelException
 
XelException(Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException() - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[], Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[]) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int) - Constructor for exception org.zkoss.xel.XelException
 
XelException.Aide - Class in org.zkoss.xel
Utilities.
XelException.Aide() - Constructor for class org.zkoss.xel.XelException.Aide
 
XML_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_ELEMENT_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xml namespace.
XmlContentRenderer - Class in org.zkoss.zk.ui.sys
An implementation of ContentRenderer that renders the content as a Xml attribute (i.e., name="value").
XmlContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.XmlContentRenderer
 
XmlDevice - Class in org.zkoss.zml.device
Represents the XML output.
XmlDevice() - Constructor for class org.zkoss.zml.device.XmlDevice
 
XmlFns - Class in org.zkoss.xel.fn
Functions to manipulate XML/HTML for EL.
XmlFns() - Constructor for class org.zkoss.xel.fn.XmlFns
 
XmlMacroComponent - Class in org.zkoss.zml
The implementation of a macro component for XML output.
XmlMacroComponent() - Constructor for class org.zkoss.zml.XmlMacroComponent
 
XmlNativeComponent - Class in org.zkoss.zml
A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
XmlNativeComponent() - Constructor for class org.zkoss.zml.XmlNativeComponent
 
XmlNativeComponent(String) - Constructor for class org.zkoss.zml.XmlNativeComponent
 
XmlNativeComponent.XmlHelper - Class in org.zkoss.zml
The HTML helper.
XmlNativeComponent.XmlHelper() - Constructor for class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
XMLNS_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xmlns namespace.
XMLResourcesLocator - Interface in org.zkoss.util.resource
Represents a locator used to locate XML resources.
XMLResourcesLocator.Resource - Class in org.zkoss.util.resource
An item of the list returned by XMLResourcesLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).
XMLResourcesLocator.Resource(URL, Document) - Constructor for class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
XMLs - Class in org.zkoss.xml
The XML relevant utilities.
XMLs() - Constructor for class org.zkoss.xml.XMLs
 
XulElement - Class in org.zkoss.zul.impl
The fundamental class for XUL elements.
XulElement() - Constructor for class org.zkoss.zul.impl.XulElement
 
XYChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
 
XYChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig
 
XYChartConfig.AxisPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
 
XYChartConfig.AxisPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
 
XYModel - Interface in org.zkoss.zul
A XY chart data model.
XYZModel - Interface in org.zkoss.zul
A XYZ chart data model.

Y

y - Variable in class org.zkoss.util.Pair
The second key.
YEAR - Static variable in class org.zkoss.zul.Chart
 
yearOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date.
YES - Static variable in interface org.zkoss.zul.mesg.MZul
 
YES - Static variable in class org.zkoss.zul.Messagebox
A Yes button.

Z

ZERO - Static variable in class org.zkoss.lang.Integers
The zero.
ZERO - Static variable in class org.zkoss.lang.Longs
The zero.
ZERO - Static variable in class org.zkoss.math.BigDecimals
Represents 0 in big decimal.
ZERO - Static variable in class org.zkoss.math.BigIntegers
Represents 0 in big integer.
ZERO_BIG_DECIMAL - Static variable in class org.zkoss.lang.Objects
Represents 0 in big decimal.
ZERO_BIG_INTEGER - Static variable in class org.zkoss.lang.Objects
Represents 0 in big integer.
ZERO_BYTE - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_DOUBLE - Static variable in class org.zkoss.lang.Objects
The zero double.
ZERO_FLOAT - Static variable in class org.zkoss.lang.Objects
The zero float.
ZERO_INTEGER - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_LONG - Static variable in class org.zkoss.lang.Objects
The zero long.
ZERO_SHORT - Static variable in class org.zkoss.lang.Objects
The zero short.
ZIndexEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component whose z-index is modified by the client.
ZIndexEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ZIndexEvent
Constructs a mouse relevant event.
ZK_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK.
ZK_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
A session attribute used to store the ZK session in the native session.
ZkAccessDeniedHandler - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ZkAccessDeniedHandler() - Constructor for class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
Deprecated.  
ZkAuthenticationEntryPoint - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ZkAuthenticationEntryPoint() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
Deprecated.  
ZkAuthenticationProcessingFilter - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ZkAuthenticationProcessingFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Deprecated.  
ZKBIND - Static variable in interface org.zkoss.bind.Binder
Component annotation of ZKBind
ZKBIND_PREFIX - Static variable in class org.zkoss.bind.impl.AnnotationUtil
 
ZkEventExceptionFilter - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ZkEventExceptionFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
Deprecated.  
ZkFns - Class in org.zkoss.zk.fn
Utilities for using XEL in ZUL.
ZkFns() - Constructor for class org.zkoss.zk.fn.ZkFns
 
Zkhead - Class in org.zkoss.zhtml
The component used to generate CSS and JavaScrpt declarations.
Zkhead() - Constructor for class org.zkoss.zhtml.Zkhead
 
Zkhead.ExtraCtrl - Class in org.zkoss.zhtml
 
Zkhead.ExtraCtrl() - Constructor for class org.zkoss.zhtml.Zkhead.ExtraCtrl
 
ZkInfo - Class in org.zkoss.zk.ui.metainfo
Represents the zk element in a ZUML page.
ZkInfo(NodeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZkInfo
Constructs a ZK info.
ZkTokenBasedRememberMeServices - Class in org.zkoss.zkplus.acegi
Deprecated. As of release 7.0.0
ZkTokenBasedRememberMeServices() - Constructor for class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
Deprecated.  
ZScript - Class in org.zkoss.zk.ui.metainfo
Represents a zscript content.
ZScript(String, String) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with the content directly.
ZScript(String, URL) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with an URL that is used to load the content.
ZScript(EvaluatorRef, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript with an URL that is used to load the content.
ZScriptInfo - Class in org.zkoss.zk.ui.metainfo
Represents a zscript element.
ZScriptInfo(NodeInfo, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Creates a ZScriptInfo with the content directly.
ZScriptInfo(NodeInfo, String, URL, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Create a ZScriptInfo with an URL that is used to load the content.
ZScriptInfo(NodeInfo, String, String, Locator, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
Constructs a ZScriptInfo with an URL, which might contain an EL expression.
ZScriptInitiator - Class in org.zkoss.zk.ui.impl
An initiator used to evaluate a zscript file.
ZScriptInitiator(ZScript) - Constructor for class org.zkoss.zk.ui.impl.ZScriptInitiator
 
ZulEvents - Class in org.zkoss.zul.event
Utilities to access events for ZK and ZUL.
ZulMessageLoader - Class in org.zkoss.zul.impl
ZUL implementation of MessageLoader
ZulMessageLoader() - Constructor for class org.zkoss.zul.impl.ZulMessageLoader
 
ZumlExtendlet - Class in org.zkoss.zk.ui.http
The ZUML resource processor used to parse the ZUML files loaded from the classpath.
ZumlExtendlet() - Constructor for class org.zkoss.zk.ui.http.ZumlExtendlet
 

_

_accessInfo - Variable in class org.zkoss.bind.impl.ChildrenBindingImpl
 
_accessInfo - Variable in class org.zkoss.bind.impl.FormBindingImpl
 
_accessInfo - Variable in class org.zkoss.bind.impl.PropertyBindingImpl
 
_addNamespaces - Variable in class org.zkoss.idom.Element
Additional namespaces.
_applied - Variable in class org.zkoss.zk.ui.util.GenericComposer
 
_array - Variable in class org.zkoss.zul.ListModelArray
 
_attrs - Variable in class org.zkoss.idom.Element
The attributes.
_binder - Variable in class org.zkoss.bind.impl.AbstractBindingHandler
 
_binder - Variable in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
Deprecated. The AnnotateDataBinder created in doAfterCompose()
_binder - Variable in class org.zkoss.zkplus.databind.AnnotateDataBindingComposer
Deprecated.  
_children - Variable in class org.zkoss.idom.impl.AbstractGroup
The list of the children.
_clses - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String name, Class cls).
_cmd - Variable in class org.zkoss.zk.au.AuResponse
 
_cnt - Static variable in class org.zkoss.zk.ui.Sessions
 
_code - Variable in exception org.zkoss.lang.CommonException
 
_code - Variable in exception org.zkoss.lang.SystemException
 
_collectionItemMap - Variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
_collectionOwnerMap - Variable in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
_comparator - Variable in class org.zkoss.zul.GroupsModelArray
member field to store Comparator for initial grouping.
_config - Variable in class org.zkoss.web.servlet.GenericFilter
 
_container - Variable in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
_ctx - Variable in class org.zkoss.xel.zel.XelELResolver
 
_current - Variable in class org.zkoss.fsm.StateMachine
 
_data - Variable in class org.zkoss.zk.au.AuResponse
Either String or DeferredValue.
_data - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group data
_data - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group data
_debug - Variable in class org.zkoss.fsm.StateMachine
 
_declNamespaces - Variable in class org.zkoss.idom.input.SAXHandler
The namespaces in between startPrefixMapping and endPrefixMapping.
_doc - Variable in class org.zkoss.idom.input.SAXHandler
The Document being created.
_exec - Static variable in class org.zkoss.zk.ui.Executions
Stores the current Execution.
_expf - Variable in class org.zkoss.xel.zel.ELFactory
 
_expr - Variable in class org.zkoss.xel.zel.ELXelExpression
 
_factory - Variable in class org.zkoss.idom.input.SAXHandler
The iDOM factory.
_fieldExpr - Variable in class org.zkoss.bind.impl.PropertyBindingImpl
 
_flags - Variable in class org.zkoss.zul.SimpleConstraint
The constraints.
_foots - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group foot data (generated in GroupsModelArray.organizeGroup(java.util.Comparator, int))
_foots - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group foot data
_formId - Variable in class org.zkoss.bind.impl.FormBindingImpl
 
_heads - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group head data (generated in GroupsModelArray.organizeGroup(java.util.Comparator, int))
_heads - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group head data
_inCData - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a CDATA.
_inDTD - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a DTD.
_intSubset - Variable in class org.zkoss.idom.DocType
The internal subset of the DOCTYPE
_isdata - Variable in class org.zkoss.sound.AAudio
The raw data in stream (or AAudio.DYNAMIC_STREAM).
_isdata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getStreamData()
_list - Variable in class org.zkoss.idom.impl.FacadeNodeList
The java List to facade.
_list - Variable in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
_list - Variable in class org.zkoss.zul.ListModelList
 
_listeners - Variable in class org.zkoss.zul.AbstractChartModel
 
_lname - Variable in class org.zkoss.idom.Attribute
The local name.
_lname - Variable in class org.zkoss.idom.Element
The local name.
_loader - Variable in class org.zkoss.util.resource.ResourceCache
The loader.
_loc - Variable in exception org.zkoss.idom.DOMException
 
_loc - Variable in class org.zkoss.idom.input.SAXHandler
Locator.
_machine - Variable in class org.zkoss.fsm.StateCtx
 
_map - Variable in class org.zkoss.zul.ListModelMap
 
_minorReturners - Variable in class org.zkoss.fsm.StateCtx
 
_minorTransitionListeners - Variable in class org.zkoss.fsm.StateCtx
 
_minorTransitions - Variable in class org.zkoss.fsm.StateCtx
 
_model - Variable in class org.zkoss.zkplus.databind.BindingListModelListModel
Deprecated.  
_model - Variable in class org.zkoss.zul.impl.GroupsListModel
 
_mtds - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String prefix+":"+name, Function func).
_name - Variable in class org.zkoss.idom.DocType
The element being constrained
_name - Variable in class org.zkoss.idom.EntityReference
The name.
_name - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
_name - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
 
_nativedata - Variable in class org.zkoss.zul.GroupsModelArray
member field to store native (original) array data
_ns - Variable in class org.zkoss.idom.Attribute
The namespace.
_ns - Variable in class org.zkoss.idom.Element
The namespace.
_opens - Variable in class org.zkoss.zul.AbstractTreeModel
The open information.
_opens - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group close status
_opens - Variable in class org.zkoss.zul.SimpleGroupsModel
meMber field to store group close status
_owner - Variable in class org.zkoss.idom.Attribute
The owner item.
_pubId - Variable in class org.zkoss.idom.DocType
The public ID of the DOCTYPE
_rawData - Variable in class org.zkoss.idom.ProcessingInstruction
The raw data.
_rddata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getReaderData()
_resolvers - Variable in class org.zkoss.zk.ui.HtmlMacroComponent
A list of resolvers (never null).
_resolvers - Variable in class org.zkoss.zk.ui.select.SelectorComposer
A list of resolvers (never null).
_resolvers - Variable in class org.zkoss.zml.XmlMacroComponent
A list of resolvers (never null).
_returnAll - Variable in class org.zkoss.fsm.StateCtx
 
_returners - Variable in class org.zkoss.fsm.StateCtx
 
_run - Variable in class org.zkoss.fsm.StateMachine
 
_script - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
 
_selection - Variable in class org.zkoss.zul.AbstractGroupsModel
The current selection.
_selection - Variable in class org.zkoss.zul.AbstractListModel
The current selection.
_selection - Variable in class org.zkoss.zul.AbstractTreeModel
The selection.
_separator - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
The separator used to separate the component ID and event name.
_seriesList - Variable in class org.zkoss.zul.SimpleXYModel
 
_seriesMap - Variable in class org.zkoss.zul.SimpleXYModel
 
_sess - Static variable in class org.zkoss.zk.ui.Sessions
Used to the store the session for the current thread.
_set - Variable in class org.zkoss.zul.ListModelSet
 
_src - Variable in class org.zkoss.zul.Audio
 
_stack - Variable in class org.zkoss.idom.input.SAXHandler
The Group stack.
_states - Variable in class org.zkoss.fsm.StateMachine
 
_step - Variable in class org.zkoss.fsm.StateMachine
 
_submachine - Variable in class org.zkoss.fsm.MacroStateCtx
 
_sysId - Variable in class org.zkoss.idom.DocType
The system ID of the DOCTYPE
_tagnm - Variable in class org.zkoss.zhtml.impl.AbstractTag
The tag name.
_target - Variable in class org.zkoss.idom.ProcessingInstruction
The target.
_text - Variable in class org.zkoss.idom.impl.AbstractTextual
The text.
_transitionListeners - Variable in class org.zkoss.fsm.StateCtx
 
_transitions - Variable in class org.zkoss.fsm.StateCtx
 
_value - Variable in class org.zkoss.idom.Attribute
The value.
_value - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
 
_value - Variable in class org.zkoss.zul.impl.InputElement
The value.
_variableResolvers - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Holds list of variable resolvers for Spring core (3.0RC and later), Spring security(3.0RC and later) and Spring webflow(only for 1.x)
_vars - Variable in class org.zkoss.xel.util.SimpleResolver
The variable maps.
_vms - Variable in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
 
_wapp - Static variable in class org.zkoss.zk.ui.WebApps
The application for the whole installation.
_zclass - Variable in class org.zkoss.zk.ui.HtmlBasedComponent
The ZK CSS class.

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

Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo