- 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
-
- AbstractChartModel() - Constructor for class org.zkoss.zul.AbstractChartModel
-
- AbstractCollectionProxy<E> - Class in org.zkoss.bind.proxy
-
This class provides a skeletal implementation of the Collection
- AbstractCollectionProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- AbstractComponent - Class in org.zkoss.zk.ui
-
- 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
-
- AbstractExecution - Class in org.zkoss.zk.ui.impl
-
- AbstractExecution(Desktop, Page) - Constructor for class org.zkoss.zk.ui.impl.AbstractExecution
-
Constructs an execution.
- AbstractExecutionInfoCollector - Class in org.zkoss.bind.sys.debugger.impl
-
abstract implementation
- AbstractExecutionInfoCollector() - Constructor for class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
-
- AbstractForEachStatus - Class in org.zkoss.bind.impl
-
The Class AbstractForEachStatus.
- AbstractForEachStatus() - Constructor for class org.zkoss.bind.impl.AbstractForEachStatus
-
- AbstractGroup - Class in org.zkoss.idom.impl
-
A semi-implemented item for group.
- AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
-
Constructor.
- AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
-
The array to hold children.
- AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
-
Stores a 'cached' map of child elements to speed up the access.
- AbstractGroupsModel<D,H,F,E> - Class in org.zkoss.zul
-
- AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
-
- AbstractGroupsModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractGroupsModel
,
by default it assumes all elements are selectable.
- AbstractItem - Class in org.zkoss.idom.impl
-
A semi-implemented item for leaf vertices.
- AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
-
Constructor.
- AbstractListModel<E> - Class in org.zkoss.zul
-
- AbstractListModel() - Constructor for class org.zkoss.zul.AbstractListModel
-
- AbstractListModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractListModel
,
by default it assumes all elements are selectable.
- AbstractListModelConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
-
The abstract
Converter
implementation for converting collection to ListModel and vice versa.
- AbstractListModelConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
- AbstractLoader<K,V> - Class in org.zkoss.util.resource
-
A skeletal implementation that assumes the source is either URL or File.
- AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
-
- AbstractPage - Class in org.zkoss.zk.ui
-
A skeletal implementation of
Page
.
- AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
-
- AbstractRenderer - Class in org.zkoss.bind.impl
-
to handle the common task of resolver a template of a renderer
- AbstractRenderer() - Constructor for class org.zkoss.bind.impl.AbstractRenderer
-
- AbstractSelectedIndexConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- AbstractSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
-
- AbstractSimpleDateTimeConstraint<T extends java.lang.Comparable<? super T>> - Class in org.zkoss.zul
-
A skeleton of simple date/time constraint.
- AbstractSimpleDateTimeConstraint(int) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constraints a constraint.
- AbstractSimpleDateTimeConstraint(int, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constraints a constraint.
- AbstractSimpleDateTimeConstraint(String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
- AbstractSimpleDateTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a regular-expression constraint.
- AbstractSimpleDateTimeConstraint(int, String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
- AbstractSimpleDateTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a constraint combining regular expression.
- AbstractSimpleDateTimeConstraint(String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- AbstractTag - Class in org.zkoss.zhtml.impl
-
The raw component used to generate raw HTML elements.
- AbstractTag(String) - Constructor for class org.zkoss.zhtml.impl.AbstractTag
-
- AbstractTag() - Constructor for class org.zkoss.zhtml.impl.AbstractTag
-
- AbstractTag.ExtraCtrl - Class in org.zkoss.zhtml.impl
-
- AbstractTextual - Class in org.zkoss.idom.impl
-
Represents a textual item.
- AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- AbstractTreeModel<E> - Class in org.zkoss.zul
-
- AbstractTreeModel(E) - Constructor for class org.zkoss.zul.AbstractTreeModel
-
- AbstractTreeModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractTreeModel
,
by default it assumes all elements are selectable.
- AbstractTreeModel.Path - Class in org.zkoss.zul
-
Represents a tree path.
- AbstractUiFactory - Class in org.zkoss.zk.ui.impl
-
- AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- AbstractValidator - Class in org.zkoss.bind.validator
-
A abstract validator the handling validation message
- AbstractValidator() - Constructor for class org.zkoss.bind.validator.AbstractValidator
-
- AbstractValueResolver(ValidationMessages) - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
-
- AbstractWebApp - Class in org.zkoss.zk.ui.impl
-
A skeletal implementation of
WebApp
.
- AbstractWebApp() - Constructor for class org.zkoss.zk.ui.impl.AbstractWebApp
-
Constructor.
- accept(NodeVisitor) - Method in interface org.zkoss.zel.impl.parser.Node
-
- accept(NodeVisitor) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- accept(String, Object) - Method in interface org.zkoss.zk.scripting.SerializableAware.Filter
-
Whether to accept the specified variable name and its value.
- accept(ComponentMatchCtx, String...) - Method in interface org.zkoss.zk.ui.select.impl.PseudoClassDef
-
Return true if the component qualifies this pseudo class.
- ACCESS - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the access direction: can be "both", "save", "load"; default to "load" if not found
- AccessInfo - Class in org.zkoss.bind.impl
-
Represent an load/save binding expression
e.g.
- AccessInfo(ExpressionX, ConditionType, String) - Constructor for class org.zkoss.bind.impl.AccessInfo
-
- AcegiSecurityContextListener - Class in org.zkoss.zkplus.acegi
-
- AcegiSecurityContextListener() - Constructor for class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- Acronym - Class in org.zkoss.zhtml
-
- Acronym() - Constructor for class org.zkoss.zhtml.Acronym
-
Deprecated.
- Action - Interface in org.zkoss.web.servlet.dsp.action
-
- ActionContext - Interface in org.zkoss.web.servlet.dsp.action
-
Encapsulates a portion of DSP page in an object that can be invoked
as many times as needed.
- activate() - Method in class org.zkoss.zk.au.AuRequest
-
Activates this request.
- activate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
-
Activates a thread to allow it access the given desktop synchronously.
- activate(Desktop, long) - Static method in class org.zkoss.zk.ui.Executions
-
Activates a thread to allow it access the given desktop synchronously,
or until a certain amount of time has elapsed.
- activate(long) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- activate(Execution, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Activate the current thread (which must be a server-push thread).
- activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution such that you can access a component.
- activate(Execution, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution such that you can access a component.
- activate(long) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
- activate(long) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- ACTIVATE_RETRY_ABORT - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
- ACTIVATE_RETRY_DELAY - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A library property to specify the timeout (in milliseconds) to
wait for the activation.
- activateServerPush(long) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- activateServerPush(long) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Activates the current thread for accessing this desktop by the server push.
- ActivationTimeoutException - Exception in org.zkoss.zk.ui
-
Indicates the activation of an execution is taking too long.
- ActivationTimeoutException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(String) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException() - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ACTIVATOR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- AdaptiveParanamer - Class in org.zkoss.bind.paranamer
-
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
- AdaptiveParanamer() - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
-
Use ParameterReflectionParanamer ahead of BytecodeReadingParanamer
- AdaptiveParanamer(Paranamer...) - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
-
Prioritize a series of Paranamers
- add(String, String) - Method in class org.zkoss.bind.impl.Path
-
- add(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- add(E) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- add(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- add(int, E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- add(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- add(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
-
- add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
-
Registers a cleanup.
- add(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
-
- add(Date, TimeZone, int, int) - Static method in class org.zkoss.util.Dates
-
Date Arithmetic function.
- add(T) - Method in class org.zkoss.util.FastReadArray
-
Adds an object.
- add(T) - Method in class org.zkoss.util.IdentityHashSet
-
- add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
-
- add(Element) - Static method in class org.zkoss.xel.util.Evaluators
-
Adds an evaluator based on the XML declaration.
- add(ELResolver) - Method in class org.zkoss.zel.CompositeELResolver
-
- add(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
-
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
-
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
-
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
-
- add(Element) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device based on the XML declaration.
- add(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device type.
- add(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device type.
- add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Adds an interpreter class.
- add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Adds an interpreter based on the XML declaration.
- add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Adds a component definition to this map.
- add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Adds the event handler for the specified event name.
- add(String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Adds an annotation definition.
- add(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
- add(String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
-
- add(int, String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
-
- add(StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
-
- add(int, StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
-
- add(String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Appends the specified CSS/WCS file uri to the end of the theme uri list.
- add(int, String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
- add(StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Appends the specified CSS/WCS file uri to the end of the theme uri list.
- add(int, StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
- add(E) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
-
- add(E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
-
- add(int, E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
-
- add(E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Adds a step at the end.
- add(int, E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Adds a step at the end.
- add(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
- add(int, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
-
- add(int, E) - Method in class org.zkoss.zul.ListModelList
-
- add(E) - Method in class org.zkoss.zul.ListModelList
-
- add(E) - Method in class org.zkoss.zul.ListModelSet
-
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
- add(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Adds a child to this node at the end.
- Add_ON_ACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
-
- Add_ON_DEACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addActivationListener(ServletContext, WebManagerActivationListener) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Register a listener to the specified context such that
it will be invoked if the corresponding
WebManager
is created.
- addAddon(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Adds a language addon.
- addAfterHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addAfterHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds the tags that will be generated inside the head element
and after ZK's default tags.
- addAll(Collection<? extends Object>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListProxy
-
- addAll(ImportedClassResolver) - Method in class org.zkoss.lang.ImportedClassResolver
-
Adds all imported classes of the given class resolver.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the iterator to a collection.
- addAll(Collection<T>, Enumeration<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the enumerator to a collection.
- addAll(Collection<T>, Object[]) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements of an array to a collection.
- addAll(AnnotationMap) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Adds all annotations of the specified map to this map.
- addAll(EventHandlerMap) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Adds all event handlers of the specified map to this map.
- addAll(Collection<? extends E>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
-
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelSet
-
This implementation optimized on the LinkedHashSet(which
guarantees the sequence of the added item).
- addAllProperties(Map<String, String>) - Method in interface org.zkoss.zkmax.zul.ChartProperties
-
Add all properties.
- addAllProperties(Map<String, String>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- addAnnotation(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addAnnotation(String, String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Adds an annotation.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an annotation to the specified property of this component
info.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Adds an annotation to the specified property of this component
definition.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds an annotation to the specified property of this component
info.
- addAnnotation(String, Map<String, String[]>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- 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
-
- addAuResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- addBeanNameResolver(BeanNameResolver) - Method in class org.zkoss.zel.ELManager
-
- addBeforeHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addBeforeHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds the tags that will be generated inside the head element
and before ZK's default tags.
- addBinding(Map<K, List<V>>, K, V) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
-
- addBinding(Binding) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
add associated Binding with this node
- addBinding(Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- addBinding(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, String[], String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, String[], String[], String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, List<String>, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, List<String>, String, String, Map<Object, Object>, List<String>, List<String>) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- AddBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
-
- AddBindingInfo(String, Component, String, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
-
- addBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
- addByCompoundValue(String, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Adds annotation by specifying the content in the compound format.
- addCallback(String, Callback) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addCallback(String, Callback) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds a callback at component in specific name
- addChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
- addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
-
- addChartDataListener(ChartDataListener) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- addChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
-
- addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
-
Adds a listener to the chart that's notified each time a change
to the data model occurs.
- addChildrenInitBinding(Component, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
- addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init children of a component by an expression, it only execute once
- addChildrenInitBinding(Component, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Deprecated.
- addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new children-load-bindings.
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Deprecated.
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
-
- addClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addClassResolver(ClassResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addClassResolver(ClassResolver) - Method in interface org.zkoss.zk.ui.Page
-
Adds a class resolver to this page.
- addClientEvent(Class<? extends Component>, String, int) - Static method in class org.zkoss.zk.ui.AbstractComponent
-
Adds an event that the client might send to the server.
- addClientEventInvok(StringBuffer, String, int, int) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.RenderUtils
-
- addClientPackage(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a client (JavaScript) package that is provided by this server.
- addCollectionItem(Class, Class, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Adds a CollectionItem for the specified item and owner component;
e.g.
- addCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add a new command binding.
- addCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- AddCommandBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
-
- AddCommandBindingInfo(String, Component, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
-
- addComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Adds a component to this page.
- addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a component definition.
- addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a component definition belonging to this page definition only.
- addCompressExtension(String) - Method in interface org.zkoss.web.util.resource.ExtendletConfig
-
Adds an extension that shall be compressed (unless being disabled
by the client).
- addConverter(String, Converter) - Method in class org.zkoss.bind.BindComposer
-
- addCookie(Cookie) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- addCookie(Cookie) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- addCookie(Cookie) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- addCSSURI(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the URI of a CSS file that is part of this language.
- addCustomAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Adds a custom attribute.
- addDataHandler(DataHandlerInfo) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds client data attribute handler
- addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
-
Adds a namespace to the namespace declaration.
- addDeclaredNamespace(Namespace) - Method in interface org.zkoss.zk.ui.ext.Native
-
Adds a declared namespace.
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a declared namespace.
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zml.XmlNativeComponent
-
- addDeferredZScript(Component, ZScript) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addDeferredZScript(Component, ZScript) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds a deferred zscript.
- addDependent(Object, TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Add a dependent node of the field script.
- addDependent(Object, TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- addDependsOn(Component, String[], Binding, Component, String[]) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Add a depends-on tracking between the source property name series and depends-on property name series.
- addDependsOn(Component, String[], Binding, Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- addDependsOnTracking(Binding, List<String>, String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Prepare the dependsOn nodes
- addDependsOnTracking(Binding, List<String>, Component, String, Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Prepare the dependsOn nodes
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadChildrenBindingImpl
-
Internal Use Only.
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
Internal Use Only.
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadPropertyBindingImpl
-
Internal Use Only.
- addDependsOnTrackings(Method, String, List<String>, Binding, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- addDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- addDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Adds a desktop to this session.
- addDisabledThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies what theme URI to be disabled.
- addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the script that shall execute each time before evaluating
zscript.
- ADDED - Static variable in class org.zkoss.zul.event.ChartDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- addELResolver(ELResolver) - Method in class org.zkoss.zel.ELManager
-
- addELResolver(ELResolver) - Method in class org.zkoss.zel.StandardELContext
-
- addEmbedded(String) - Method in interface org.zkoss.zk.device.Device
-
Adds the content that shall be added to the output generated and
sent to the client, when rending a desktop.
- addEmbedded(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Adds the content that shall be added to the output generated and
sent to the client, when rending a desktop.
- addEmbedded(String) - Method in class org.zkoss.zk.device.GenericDevice
-
- addEpilogChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds an epilog child.
- addErrorPage(String, Class<?>, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds an error page.
- addEscapes(String) - Static method in error org.zkoss.zel.impl.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELContext
-
Register an EvaluationListener with this ELContext.
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELManager
-
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an event handler.
- addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds an event handler.
- addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
Adds an event interceptor.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventListener(int, String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventListener(int, String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
-
Adds an event listener to specified event name for this component
with the given priority.
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
-
Adds an event listener to specified event name for this component.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
-
Adds an event listener to specified event for all components in
this page.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zul.Chart
-
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
-
Adds an event listener to specified event for this component.
- addEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Adds a listener to the list that's notified each time a change
to the model occurs.
- addEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Add onXxx event handler defined in controller object to the specified
component.
- addExpressionImport(String, Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds an imported class to the expression factory.
- addExtendlet(String, Extendlet) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Adds an
Extendlet
(a.k.a., resource processor) to process
the resource of the specified extension.
- addExtendletContext(ServletContext, String, ExtendletContext) - Static method in class org.zkoss.web.servlet.Servlets
-
Adds an extended context.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Associates an extension to a language.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Associates an extension to a language.
- addFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Adds a filter (
Filter
) to perform filtering task for
the resource of the specified extension.
- addFont(Font) - Method in class org.zkoss.zul.Captcha
-
Add fonts into fonts list.
- addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components
- addFormInitBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init a component form by expression, it only execute once
- addFormInitBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new form-load-bindings.
- addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new form-save-bindings.
- addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component.
- addForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component, specified with a path.
- addForward(String, Component, String, Object) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component with extra event data.
- addForward(String, String, String, Object) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component of the specified path
with extra event data.
- addForwardInfo(ForwardInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.Components
-
- addForwards(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
-
- 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
-
- 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
-
- addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add a new global-command binding.
- addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
-
- addGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
-
Adds a listener to the groups that's notified each time a change
to the data model occurs.
- addHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- addHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- addHeader(String, String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- addHeaderInfo(HeaderInfo, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addIgnoredProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Adds an ignored proxy class type.
- addIgnoredSuperProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Adds an ignored super proxy class type.
- addImportedClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
-
Adds an imported class
Like Java, it is used to import a class or a package of classes, so
that it simplifies the use of the apply attribute, the init directive
and others.
- addImportedClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds an imported class
Like Java, it is used to import a class or a package of classes, so
that it simplifies the use of the apply attribute, the init directive
and others.
- addInfo(ExecutionInfo) - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
-
add an execution information
- addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
-
- addInfo(ExecutionInfo) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
-
- addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
-
- addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addInitScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the script that shall execute when a page's interpreter
is initialized.
- addIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- addIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- addIntHeader(String, int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- addInvalidate(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addInvalidate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addInvalidate(Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invalidates the page to cause all of its components to redraw.
- addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invalidates a component to cause redrawing.
- addInvalidMessage(ValidationContext, String) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also set context invalid.
- addInvalidMessage(ValidationContext, String, String) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also sets context invalid.
- addInvalidMessage(ValidationContext, String, String, Object) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also sets context invalid.
- addInvalidMessages(ValidationContext, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addInvalidMessages(ValidationContext, String, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addInvalidMessages(ValidationContext, String, String[], Object) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addItemReference(Component, Component, int, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- addItemToSelection(Object) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Add an item into selection.
- addItemToSelection(Listitem) - Method in class org.zkoss.zul.Listbox
-
Selects the given item, without deselecting any other items that are
already selected..
- addItemToSelection(Treeitem) - Method in class org.zkoss.zul.Tree
-
Selects the given item, without deselecting any other items
that are already selected..
- addJavaScript(JavaScript) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- addJavaScriptModule(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the definition of a JavaScript module to this language.
- addLabelLocation(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the location of a properties file for i18n labels.
- addLanguage(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Adds a language.
- addLinkedHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
- addList(List<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the spcified list.
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- addListDataListener(ListDataListener) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- addListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
-
Adds a listener to the list that's notified each time a change
to the data model occurs.
- addListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
-
Adds a listener to the list that's notified each time a change
to the data model occurs.
- addListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Adds a listener.
- addListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a listener class.
- addListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Add a listener to this queue
- addLoadFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.
Add a field name for loading from this Form.
- addLoadFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- addMessageLoader(MessageLoader) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a MessageLoader
- addMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- addMessages(Component, String, String, String[], Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- addMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
add validation messages to component
- addMessages(Component, String, String, String[], Object) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
add validation messages to component
- addMinorRoute(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorRoute(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with callback.
- addMinorRoutes(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters.
- addMinorRoutes(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback.
- addMinorTransition(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorTransition(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with a callback
- addMinorTransitions(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters
- addMinorTransitions(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback
- addModel(Component, Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Adds a mold.
- addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Adds the mold URI for the specified mold.
- addMoved(Component, Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Called when this component is moved from the specified parent
and/or page to the new page.
- addMoved(Component, Component, Page, Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addMoved(Component, Component, Page, Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called to update (redraw) a component, when a component is moved.
- addMoved(Component, Page, Page) - Method in class org.zkoss.zul.Listitem
-
- addNotifys(Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- addNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- addNotifys(Set<Property>, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- addOnActivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
Adds a callback method to be executed only once after the execution
activated.
- addOnActivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Adds a callback method to be executed only once after the execution
activated.
- addOnDeactivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
Adds a callback method to be executed only once after the execution
deactivated.
- addOnDeactivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- addOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
-
Opens the group at the specified index.
- addOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- addOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- addOpenObject(E) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addOpenObject(E) - Method in interface org.zkoss.zul.ext.Openable
-
Add the specified object into the collection of opened objects.
- addOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Adds path to the current open.
- addOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Adds paths to the current Open.
- addPage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addPage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Adds a page to this desktop.
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
-
- addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
-
Adds a listener to the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
- addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PagingEventPublisher
-
Deprecated.
Adds a listener to the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
- addPanel(GoldenPanel, int, int, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
- addPanel(GoldenPanel, String, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the specified area GoldenPanel.
- addPanel(GoldenPanel, GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the specified area GoldenPanel.
- addPanelToRoot(GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the GoldenLayout.
- addParameter(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- addPerfRequestId(String) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
-
- addPerfRequestId(String) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Adds a request ID that uniquely identifies a request for
performance measurement
PerformanceMeter
.
- addPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a prolog child.
- addProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Add library properties indicated by the specified key.
- addProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Add a library property indicated by the specified key.
- addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Adds a property initializer.
- addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a property initializer.
- addProperty(String, NativeInfo, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a property initializer based on the native content.
- addProperty(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds a property initializer.
- addProperty(String, String) - Method in interface org.zkoss.zkmax.zul.ChartProperties
-
Add the value of the specified property.
- addProperty(String, String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init a component property by a expression, it only execute once
- addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addPropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
- addPropertyListener(ChartInfoNotifier) - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
-
- addPropertyListener(ChartInfoNotifier) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new property-load-bindings.
- addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new property-save-bindings.
- addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addPseudoClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addPseudoElement(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addRedrawCallback(Callback<ContentRenderer>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- 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
-
- addResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response which will be sent to client at the end
of the execution.
- addResponse(String, AuResponse, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response with the given priority.
- addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the give name and value.
- addResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the given name and date-value.
- addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addResponseHeaderInfo(ResponseHeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a response header.
- Address - Class in org.zkoss.zhtml
-
The ADDRESS tag.
- Address() - Constructor for class org.zkoss.zhtml.Address
-
- addReturningClasses(C...) - Method in class org.zkoss.fsm.StateCtx
-
Add an input class for returning to this state
- addReturningClasses(Collection<C>) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple input classes for returning to this state
- addReturningInputs(IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- addReturningInputs(Collection<IN>) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- addRichlet(String, Class<?>, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the definition of a richlet.
- addRichlet(String, String, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the definition of a richlet.
- addRichlet(String, Richlet) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the richlet.
- addRichletMapping(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a richlet mapping.
- addRoute(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition.
- addRoute(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition with callback.
- addRoutes(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions.
- addRoutes(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback.
- addSaveFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.
Add a field name for saving into this Form.
- addSaveFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- addSaveFormFieldName(Form, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addSaveFormFieldName(Form, Set<String>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addSaveFormFieldName(Form, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Adds a field name for saving with the given Form.
- addSaveFormFieldName(Form, Set<String>) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Adds all field names for saving with the given Form.
- addSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Add the CSS class(es) to a component's sclass property if the component doesn't have this cssClass.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Adds a listener to listen whether this scope is changed.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Adds a scope listener.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- addSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- addSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
-
- addSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
- addSelection(E) - Method in class org.zkoss.zul.ListModelArray
-
- addSelection(E) - Method in class org.zkoss.zul.ListModelList
-
- addSelection(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
-
- addSelection(E) - Method in class org.zkoss.zul.ListModelSet
-
- addSelection(E) - Method in class org.zkoss.zul.SimpleListModel
-
- addSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Adds path to the current selection.
- addSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Adds paths to the current selection.
- addSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the specified set.
- addShadowDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a shadow element definition.
- addShadowRoot(ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addShadowRoot(ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds the given shadow root from this host.
- addShadowRootBefore(ShadowElement, ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addShadowRootBefore(ShadowElement, ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds the given shadow root from this host.
- addSharedEventHandlerMap(EventHandlerMap) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addSharedEventHandlerMap(EventHandlerMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds a map of event handlers which is shared by other components.
- addSmartUpdate(Component, String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addSmartUpdate(Component, String, Object, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addSmartUpdate(Component, String, Object, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Smart-updates a property of the peer widget.
- addSmartUpdate(Component, String, Object, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a smart update that will be executed at the given priority.
- addStyleSheet(StyleSheet) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- addSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a tag lib.
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a tag lib.
- addTemplate(String, Template) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Page
-
Adds page scope template
- addTemplateInfo(TemplateInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a template info
The previous src of the same name will be replaced.
- addTemplateTracking(Component, Component, Object, int, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- addTemplateTracking(Component) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
Deprecated.
- addTemplateTracking(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- addTemplateTracking(Component) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
- addTemplateTracking(Component, Object, int, int) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
Add template tracking to component
- addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds an CSS resource that will be generated for each ZUML desktop.
- addThemeURIHandler(ThemeURIHandler) - Method in class org.zkoss.zk.ui.util.Configuration
-
- addToCollectionField(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Add the item to a collection field of an object.
- addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Adds the item to the current group; also attach the locator.
- addToFirstAsyncUpdate(List<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Adds the responses to the first
Visualizer
if it is
caused by async-update.
- addToolbar(String, Toolbar) - Method in class org.zkoss.zul.Panel
-
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
- addToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
/** Appends a map of parameters (name=value) to a query string.
- addToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Appends a parameter (name=value) to a query string.
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- addToSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- addToSelection(E) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- addToSelection(E) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Add the specified object into selection.
- addToSelection(E) - Method in class org.zkoss.zul.AbstractListModel
-
Add the specified object into selection.
- addToSelection(E) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addToSelection(E) - Method in interface org.zkoss.zul.ext.Selectable
-
Add the specified object into selection.
- addToSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Add the specified object into selection.
- addTracking(Component, String[], Binding) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Add a tracking that associate a binding to a dot series under the specified
Component
- addTracking(Component, String[], Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- addTracking(List<String>) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
-
- addTracking(Component, String[], Binding) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- addTransition(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule
- addTransition(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule with a callback
- addTransitions(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions
- addTransitions(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback
- addTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
-
- addTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
-
Add a listener to the tree that's notified each time a change to the data model occurs
- addUuidChanged(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addUuidChanged(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called before changing the component's UUID.
- addValidator(String, Validator) - Method in class org.zkoss.bind.BindComposer
-
- addValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
-
- addValue(Date, Number, Number, Number, Number, Number) - Method in interface org.zkoss.zul.HiLoModel
-
Append an (date, open, high, low, close, volumn) tuple.
- addValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
-
Add an (date, open, high, low, close, volumn) tuple at specified index.
- addValue(Date, Number, Number, Number, Number, Number) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- addValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYModel
-
- addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
-
- addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- addValue(Comparable<?>, Number, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
-
- addValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
- addValue(int, int, int) - Method in class org.zkoss.zul.WaferMapModel
-
Add a value to the given chip at (x,y) (0-based) of the wafer chip matrix.
- addValue(Comparable<?>, Number, Number) - Method in interface org.zkoss.zul.XYModel
-
Append an (x,y) into a series.
- addValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
-
Add an (x,y) into a series at specified index.
- addValue(Comparable<?>, Number, Number, Number) - Method in interface org.zkoss.zul.XYZModel
-
Append an (x,y,z) into a series.
- addValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
-
Add an (x,y,z) into a series at the specified index.
- addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
- 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
-
- addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addWeakIdentityHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
- addWidgetAttribute(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a custom DOM attribute to the peer widget.
- addWidgetDefinition(WidgetDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a widget definition.
- addWidgetListener(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an event listener for the peer widget.
- addWidgetOverride(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a method or a value to the peer widget.
- addXelMethod(String, String, Function) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a XEL method.
- adjustBeginLineColumn(int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adoptNode(Node) - Method in class org.zkoss.idom.Document
-
- AFTER_CHILD_ADDED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- AFTER_CHILD_REMOVED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- AFTER_END - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- AFTER_PAGE_ATTACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- AFTER_PAGE_DETACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- AFTER_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- AFTER_START - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- afterComponentAttached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is attached to a page.
- afterComponentDetached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is detached from a page.
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after the parent/children relation is changed.
- AfterCompose - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a life-cycle method in View Model. this method will be called after host component composition has been done (AfterCompose).
- afterCompose() - Method in class org.zkoss.zhtml.Textarea
-
- AfterCompose - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component if it wants to know when ZK loader created it.
- afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
-
Invokes after ZK loader creates this component,
initializes it and composes all its children, if any.
- afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- afterCompose() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Creates the distributed children after apply dynamic properties
If a shadow element is created by ZK loader, this method is invoked
automatically.
- afterCompose() - Method in class org.zkoss.zml.XmlMacroComponent
-
- afterCompose() - Method in class org.zkoss.zul.Include
-
- afterCompose() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
- afterCreate(Component[]) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called after the whole component tree has been created by
this engine.
- afterCreate(Component[]) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
-
- afterEvaluation(ELContext, String) - Method in class org.zkoss.zel.EvaluationListener
-
Fired after the evaluation of the expression.
- afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- afterHostChildAdded(Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- afterHostChildAdded(Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child is added to the host.
- afterHostChildRemoved(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- afterHostChildRemoved(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child is removed to the host.
- afterInsert(Component) - Method in class org.zkoss.zul.Listbox
-
Callback if a list item has been inserted.
- afterInsert(Component) - Method in class org.zkoss.zul.Rows
-
Callback if a child has been inserted.
- afterInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- afterInterpret() - Static method in class org.zkoss.zk.ui.ext.Scopes
-
- afterPageAttached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterPageAttached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterPageAttached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is attached to a desktop.
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterPageDetached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is detached to a desktop.
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
- afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
-
Called after processing an event.
- afterPropertiesSet() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
-
Deprecated.
- afterRedraw() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Called after finishing the redrawing.
- afterRemove(Session, Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called after a desktop is removed.
- afterRemove(Session, Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
- afterRenderComponents(Collection<Component>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
Called when this engine renders the given components.
- afterRenderComponents(Collection<Component>) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called when this engine renders the given components.
- afterRenderComponents(Collection) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
-
- afterRenderHtml(Execution, Page, Writer, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Ends and cleans up the rendering of a complete ZHTML page.
- afterRenderNewPage(Page) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
- afterRenderNewPage(Page) - Method in class org.zkoss.zkmax.ui.impl.UiEngineExtension
-
- afterRenderTag(Execution, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Ends and cleans up the rendering of a ZHTML tag.
- afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called after the suspended event thread is resumed.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
-
Deprecated.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
-
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
-
- afterService(DesktopRecycle, Desktop) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
-
Called after serving a HTTP request.
- afterService(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called after the request is served.
- afterService(Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterShadowAttached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a shadow is attached to a host.
- afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
- afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterShadowDetached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a shadow is detached from a host.
- AfterSizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that resize a component and provides
the new size of the component.
- AfterSizeEvent(String, Component, int, int) - Constructor for class org.zkoss.zk.ui.event.AfterSizeEvent
-
Constructs an AfterSizeEvent.
- afterSort(Object) - Method in class org.zkoss.zul.AbstractTreeModel
-
- afterStep(IN, C, E, E) - Method in class org.zkoss.fsm.StateMachine
-
This method is called after executing a step
- afterSuspend(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
-
Called in the servlet thread after the event processing thread has been
suspended.
- afterUpdate(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when an asynchronous updated has been processed.
- afterUpdate(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
-
- AggregationListener - Interface in org.zkoss.zk.ui.util
-
A listener to gather some non-predefined listeners
- Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
-
- Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
-
- Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
-
- Aide() - Constructor for class org.zkoss.xel.XelException.Aide
-
- Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
-
- Aide() - Constructor for class org.zkoss.zk.ui.util.ThemeProvider.Aide
-
- AImage - Class in org.zkoss.image
-
Represents an image.
- AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a byte array.
- AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an input stream.
- AImage(String) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file name.
- AImage(File) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file.
- AImage(URL) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an URL.
- AjaxDevice - Class in org.zkoss.zk.device
-
Represents a Web browser with the Ajax support.
- AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
-
- ALERT - Static variable in class org.zkoss.web.Attributes
-
- alert(String) - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Shortcut to call Messagebox.show(String).
- alert(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message at the browser.
- alert(String, String, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message at the browser.
- alert(String) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
- ALERT_TYPE - Static variable in class org.zkoss.web.Attributes
-
- ALL - Static variable in class org.zkoss.util.logging.Log
-
Deprecated.
All levels.
- allMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
-
- AllocUtil - Class in org.zkoss.bind.impl
-
For ZK-2289, Memory allocation utility.
- AllocUtil() - Constructor for class org.zkoss.bind.impl.AllocUtil
-
- ALLOW_DIRECT_INCLUDE - Static variable in interface org.zkoss.web.util.resource.Extendlet
-
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
-
Indicates whether the Alt key is pressed.
- AMedia - Class in org.zkoss.util.media
-
A media object holding content such PDF, HTML, DOC or XLS content.
- AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and binary data.
- AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and text data.
- AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and stream data (binary).
- AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and reader data (textual).
- AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and URL.
- AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- Anchorchildren - Class in org.zkoss.zul
-
The children of Anchorlayout.
- Anchorchildren() - Constructor for class org.zkoss.zul.Anchorchildren
-
- Anchorchildren(String) - Constructor for class org.zkoss.zul.Anchorchildren
-
- Anchorlayout - Class in org.zkoss.zul
-
An anchorlayout lays out a container which can resize
it's children base on its width and height
Default
Anchorlayout.getZclass()
: z-anchorlayout.
- Anchorlayout() - Constructor for class org.zkoss.zul.Anchorlayout
-
- Anchornav - Class in org.zkoss.zkmax.zul
-
A anchornav component
Anchornav synchronizes the scrolling position on a page or within ZK containers (Div, Window, etc.)
- Anchornav() - Constructor for class org.zkoss.zkmax.zul.Anchornav
-
- And() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- AND0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- AND1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- AnnotateBinder - Class in org.zkoss.bind
-
ZK Annotated Binder, it parse the component annotation and handles the binding of components and view model.
- AnnotateBinder() - Constructor for class org.zkoss.bind.AnnotateBinder
-
new a annotate binder with default event queue name and scope
- AnnotateBinder(String, String) - Constructor for class org.zkoss.bind.AnnotateBinder
-
new a binder with event queue name and scope
- AnnotateBinderEx - Class in org.zkoss.zkmax.bind.impl
-
For ZK-2289, much less memory consumption
- AnnotateBinderEx(String, String) - Constructor for class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
-
- AnnotateBinderHelper - Class in org.zkoss.bind.impl
-
Helper class to parse binding annotations and create bindings.
- AnnotateBinderHelper(Binder) - Constructor for class org.zkoss.bind.impl.AnnotateBinderHelper
-
- AnnotateDataBinder - Class in org.zkoss.zkplus.databind
-
- AnnotateDataBinder() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
- 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
-
- AnnotateDataBinderInit() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinderInit
-
Deprecated.
- AnnotateDataBindingComposer - Class in org.zkoss.zkplus.databind
-
- 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
-
- AnnotationMap() - Constructor for class org.zkoss.zk.ui.metainfo.AnnotationMap
-
- AnnotationUtil - Class in org.zkoss.bind.impl
-
An internal utility to help processing component annotation, for internal using only.
- AnnotationUtil() - Constructor for class org.zkoss.bind.impl.AnnotationUtil
-
- AnnoWarnInfo - Class in org.zkoss.bind.sys.debugger.impl.info
-
- AnnoWarnInfo(Component, String, String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
-
- any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns true if any element.
- anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- anyMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
-
- anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
-
Returns the index that is one of delimiters, or the length if none
of delimiter is found.
- ApacheELFactory - Class in org.zkoss.zkmax.xel.el
-
An implementation that is based on Apache commons-el:
org.apache.commons.el.ExpressionEvaluatorImpl.
- ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el.ApacheELFactory
-
- ApacheELFactory - Class in org.zkoss.zkmax.xel.el21
-
An implementation based on org.apache.el.ExpressionFactoryImpl.
- ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el21.ApacheELFactory
-
- APP_CONVERTERS - Static variable in class org.zkoss.zkmax.bind.impl.Init
-
Key of application converters, you set it by library-property in application zk.xml.
- APP_VALIDATORS - Static variable in class org.zkoss.zkmax.bind.impl.Init
-
Key of application validators, you set it by library-property in application zk.xml
The format is name=className, different validators are split by comma.
- append(StringBuffer, String, String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer,
if attrValue
is not null.
- append(StringBuffer, String, boolean) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer,
if avail
is true.
- append(StringBuffer, String, int) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer.
- append(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Appends the data after the specific path.
- append(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Appends the data after the specific path.
- APPEND_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
-
Whether to append params if both uri and params contain the same
parameter.
- APPEND_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether to append params if both uri and params contain the same
parameter.
- APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to append params if both uri and params contain the same
parameter.
- appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
-
- appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
-
- appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
-
- appendChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Appends a child to the end of all children.
- appendChild(Component) - Method in interface org.zkoss.zk.ui.Component
-
Appends a child.
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a child.
- appendChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Append a child
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds a child.
- appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- appendFields(String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- appendItem(String) - Method in class org.zkoss.zul.Combobox
-
Appends an item.
- appendItem(String, String) - Method in class org.zkoss.zul.Listbox
-
Appends an item.
- appendItem(String, String) - Method in class org.zkoss.zul.Radiogroup
-
Appends a radio button.
- appendJsContent(String...) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
- appendPostScript(String...) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
- appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
-
Appends a style value to the string buffer for HTML/XML (name:"val";).
- appendText(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the text.
- appendText(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- appendText(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
-
- Applet - Class in org.zkoss.zul
-
A generic applet component.
- Applet() - Constructor for class org.zkoss.zul.Applet
-
- APPLICATION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the application scope.
- application - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the web application.
- APPLICATION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The application scope.
- APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
- applicationScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the web application.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Applies the custom attributes.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Applies the custom attributes.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Applies the custom attributes.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Applies the variable element against the parent component.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Applies the variable element against the page.
- Apply - Class in org.zkoss.zuti.zul
-
The apply tag allows you to choose which template to be
applied.
- Apply() - Constructor for class org.zkoss.zuti.zul.Apply
-
- apply(Component) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Compose the specified template with the given host.
- apply(Component) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Compose the specified template with the given host.
- applyAnnotations(ComponentInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
instance definition.
- applyAnnotations(ShadowInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
instance definition.
- applyAnnotations(ComponentInfo, String, boolean, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
- applyAnnotations(Component, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
component.
- applyAnnotations(AnnotationMap, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
annotation map.
- applyAttributes(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Applies the custom attributes defined in this definition
to the specified component.
- applyAttributes(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- applyCSS3(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS rule String for the given style name and
value.
- applyForward(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Applies the forward condition to the specified component.
- applyProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- applyProperties() - Method in interface org.zkoss.zk.ui.Component
-
Initializes the properties (a.k.a. members)
based on what are defined in the component definition.
- applyProperties(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Applies the properties defined in
this definition to the specified component.
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Applies the event handlers and properties to the specified component.
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Applies the event handlers and properties to the specified component.
- Area - Class in org.zkoss.zhtml
-
The AREA tag.
- Area() - Constructor for class org.zkoss.zhtml.Area
-
- Area - Class in org.zkoss.zul
-
- Area() - Constructor for class org.zkoss.zul.Area
-
- Area(String) - Constructor for class org.zkoss.zul.Area
-
- AREA - Static variable in class org.zkoss.zul.Chart
-
- ARG - Static variable in class org.zkoss.web.Attributes
-
The attribute used to pass parameters from the caller that invokes
Servlets.include() or Servlets.forward()
with
Servlets.PASS_THRU_ATTR
.
- arg - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the arg argument passed to the createComponents method.
- argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
-
- ARGS - Static variable in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
- argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
-
- ArithmeticNode - Class in org.zkoss.zel.impl.parser
-
- ArithmeticNode(int) - Constructor for class org.zkoss.zel.impl.parser.ArithmeticNode
-
- ArithmeticWrongValueException - Exception in org.zkoss.zk.ui
-
For ArithmeticException wrong value wrapper.
- ArithmeticWrongValueException(Component, String, Throwable, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, String, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException() - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object[], Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(String) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
-
- ArrayComparator<E> - Class in org.zkoss.zul
-
Compares the specified element of the array.
- ArrayComparator(int, boolean) - Constructor for class org.zkoss.zul.ArrayComparator
-
The constructor.
- ArrayELResolver - Class in org.zkoss.zel
-
- ArrayELResolver() - Constructor for class org.zkoss.zel.ArrayELResolver
-
- ArrayELResolver(boolean) - Constructor for class org.zkoss.zel.ArrayELResolver
-
- ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
-
- ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
-
- ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
-
- ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
-
- ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
-
- ArraysX - Class in org.zkoss.util
-
Utilities for handling arrays.
- ArraysX() - Constructor for class org.zkoss.util.ArraysX
-
- arrayToString(Object[]) - Static method in class org.zkoss.zul.impl.Utils
-
Converts an array of objects to a string, by concatenating them
together and separated with comma.
- ARROW - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Article - Class in org.zkoss.zhtml
-
The ARTICLE tag.
- Article() - Constructor for class org.zkoss.zhtml.Article
-
- asBoxedList(Object) - Static method in class org.zkoss.util.ArraysX
-
Returns a fixed-size boxed list backed by the specified primitive array.
- Aside - Class in org.zkoss.zhtml
-
The ASIDE tag.
- Aside() - Constructor for class org.zkoss.zhtml.Aside
-
- asList(T[]) - Static method in class org.zkoss.util.ArraysX
-
Returns a mutable list.
- asList(T[][]) - Static method in class org.zkoss.util.ArraysX
-
Returns a two dimensional mutable list.
- asShadow(Object) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
- ASSIGN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Assigns the value of this member to the specified component.
- assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
-
Assigns a property.
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetOverride
-
- Assignment() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- AstAnd - Class in org.zkoss.zel.impl.parser
-
- AstAnd(int) - Constructor for class org.zkoss.zel.impl.parser.AstAnd
-
- AstAssign - Class in org.zkoss.zel.impl.parser
-
- AstAssign(int) - Constructor for class org.zkoss.zel.impl.parser.AstAssign
-
- AstBracketSuffix - Class in org.zkoss.zel.impl.parser
-
- AstBracketSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstBracketSuffix
-
- AstChoice - Class in org.zkoss.zel.impl.parser
-
- AstChoice(int) - Constructor for class org.zkoss.zel.impl.parser.AstChoice
-
- AstCompositeExpression - Class in org.zkoss.zel.impl.parser
-
- AstCompositeExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstCompositeExpression
-
- AstConcatenation - Class in org.zkoss.zel.impl.parser
-
- AstConcatenation(int) - Constructor for class org.zkoss.zel.impl.parser.AstConcatenation
-
- AstDeferredExpression - Class in org.zkoss.zel.impl.parser
-
- AstDeferredExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- AstDiv - Class in org.zkoss.zel.impl.parser
-
- AstDiv(int) - Constructor for class org.zkoss.zel.impl.parser.AstDiv
-
- AstDotSuffix - Class in org.zkoss.zel.impl.parser
-
- AstDotSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstDotSuffix
-
- AstDynamicExpression - Class in org.zkoss.zel.impl.parser
-
- AstDynamicExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- AstEmpty - Class in org.zkoss.zel.impl.parser
-
- AstEmpty(int) - Constructor for class org.zkoss.zel.impl.parser.AstEmpty
-
- AstEqual - Class in org.zkoss.zel.impl.parser
-
- AstEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstEqual
-
- AstFalse - Class in org.zkoss.zel.impl.parser
-
- AstFalse(int) - Constructor for class org.zkoss.zel.impl.parser.AstFalse
-
- AstFloatingPoint - Class in org.zkoss.zel.impl.parser
-
- AstFloatingPoint(int) - Constructor for class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- AstFunction - Class in org.zkoss.zel.impl.parser
-
- AstFunction(int) - Constructor for class org.zkoss.zel.impl.parser.AstFunction
-
- AstGreaterThan - Class in org.zkoss.zel.impl.parser
-
- AstGreaterThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThan
-
- AstGreaterThanEqual - Class in org.zkoss.zel.impl.parser
-
- AstGreaterThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThanEqual
-
- AstIdentifier - Class in org.zkoss.zel.impl.parser
-
- AstIdentifier(int) - Constructor for class org.zkoss.zel.impl.parser.AstIdentifier
-
- AstInteger - Class in org.zkoss.zel.impl.parser
-
- AstInteger(int) - Constructor for class org.zkoss.zel.impl.parser.AstInteger
-
- AstLambdaExpression - Class in org.zkoss.zel.impl.parser
-
- AstLambdaExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaExpression
-
- AstLambdaParameters - Class in org.zkoss.zel.impl.parser
-
- AstLambdaParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaParameters
-
- AstLessThan - Class in org.zkoss.zel.impl.parser
-
- AstLessThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThan
-
- AstLessThanEqual - Class in org.zkoss.zel.impl.parser
-
- AstLessThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThanEqual
-
- AstListData - Class in org.zkoss.zel.impl.parser
-
- AstListData(int) - Constructor for class org.zkoss.zel.impl.parser.AstListData
-
- AstLiteralExpression - Class in org.zkoss.zel.impl.parser
-
- AstLiteralExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- AstMapData - Class in org.zkoss.zel.impl.parser
-
- AstMapData(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapData
-
- AstMapEntry - Class in org.zkoss.zel.impl.parser
-
- AstMapEntry(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapEntry
-
- AstMethodParameters - Class in org.zkoss.zel.impl.parser
-
- AstMethodParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstMethodParameters
-
- AstMinus - Class in org.zkoss.zel.impl.parser
-
- AstMinus(int) - Constructor for class org.zkoss.zel.impl.parser.AstMinus
-
- AstMod - Class in org.zkoss.zel.impl.parser
-
- AstMod(int) - Constructor for class org.zkoss.zel.impl.parser.AstMod
-
- AstMult - Class in org.zkoss.zel.impl.parser
-
- AstMult(int) - Constructor for class org.zkoss.zel.impl.parser.AstMult
-
- AstNegative - Class in org.zkoss.zel.impl.parser
-
- AstNegative(int) - Constructor for class org.zkoss.zel.impl.parser.AstNegative
-
- AstNot - Class in org.zkoss.zel.impl.parser
-
- AstNot(int) - Constructor for class org.zkoss.zel.impl.parser.AstNot
-
- AstNotEqual - Class in org.zkoss.zel.impl.parser
-
- AstNotEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstNotEqual
-
- AstNull - Class in org.zkoss.zel.impl.parser
-
- AstNull(int) - Constructor for class org.zkoss.zel.impl.parser.AstNull
-
- AstOr - Class in org.zkoss.zel.impl.parser
-
- AstOr(int) - Constructor for class org.zkoss.zel.impl.parser.AstOr
-
- AstPlus - Class in org.zkoss.zel.impl.parser
-
- AstPlus(int) - Constructor for class org.zkoss.zel.impl.parser.AstPlus
-
- AstSemicolon - Class in org.zkoss.zel.impl.parser
-
- AstSemicolon(int) - Constructor for class org.zkoss.zel.impl.parser.AstSemicolon
-
- AstSetData - Class in org.zkoss.zel.impl.parser
-
- AstSetData(int) - Constructor for class org.zkoss.zel.impl.parser.AstSetData
-
- AstString - Class in org.zkoss.zel.impl.parser
-
- AstString(int) - Constructor for class org.zkoss.zel.impl.parser.AstString
-
- AstTrue - Class in org.zkoss.zel.impl.parser
-
- AstTrue(int) - Constructor for class org.zkoss.zel.impl.parser.AstTrue
-
- AstValue - Class in org.zkoss.zel.impl.parser
-
- AstValue(int) - Constructor for class org.zkoss.zel.impl.parser.AstValue
-
- AstValue.Target - Class in org.zkoss.zel.impl.parser
-
- ASYNC_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
-
The async context path; set by the servlet container.
- AT_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- attachAttributeOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeQuote(boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeValue(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Add combinator to the last simple selector sequence
- attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Attaches the locator to the item.
- attachPseudoClassParameter(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
-
Generates an attribute for HTML/XML.
- ATTR_CHANGING_SELECTION - Static variable in interface org.zkoss.zul.impl.TabboxEngine
-
- ATTR_EVENT_QUEUES - Static variable in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
-
The attribute used to store the map of event queues.
- ATTR_ON_INIT_RENDER_POSTED - Static variable in interface org.zkoss.zul.impl.TabboxEngine
-
- AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
-
- Attributable - Interface in org.zkoss.idom
-
Represents a class that has attributes.
- Attribute - Class in org.zkoss.idom
-
The iDOM attribute.
- Attribute(String, String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute(Namespace, String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute(String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute() - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute - Class in org.zkoss.zk.ui.select.impl
-
The model representing an attribute in Selector.
- Attribute(String) - Constructor for class org.zkoss.zk.ui.select.impl.Attribute
-
- Attribute.Operator - Enum in org.zkoss.zk.ui.select.impl
-
- attributeAdded(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be added to
Scope
.
- attributeAdded(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeAdded(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeAdded(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- attributeRemoved(Scope, String) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be removed from
Scope
.
- attributeRemoved(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeReplaced(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be replaced in
Scope
.
- attributeReplaced(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- Attributes - Class in org.zkoss.web
-
Definition of constants used as attributes and parameters across
requests.
- Attributes() - Constructor for class org.zkoss.web.Attributes
-
Don't construct it.
- Attributes - Class in org.zkoss.zk.ui.impl
-
Attributes used internally for implementation only.
- Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
-
- Attributes - Class in org.zkoss.zk.ui.sys
-
Attributes or library properties to customize the behaviors of ZK,
such as page rending, fileupload and so on.
- Attributes() - Constructor for class org.zkoss.zk.ui.sys.Attributes
-
- Attributes - Class in org.zkoss.zkmax.au.websocket
-
Attributes used internally for WebSocket connections only.
- Attributes() - Constructor for class org.zkoss.zkmax.au.websocket.Attributes
-
- Attributes - Class in org.zkoss.zul
-
Common attributes used for implementation.
- Attributes() - Constructor for class org.zkoss.zul.Attributes
-
- AttributesInfo - Class in org.zkoss.zk.ui.metainfo
-
- AttributesInfo(NodeInfo, Map<String, String>, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Constructor.
- AttributesInfo(NodeInfo, Map<String, String>, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
-
The same as AttributesInfo(parent, attrs, scope, "none", cond).
- AttributesMap - Class in org.zkoss.web.servlet.xel
-
A skeletal implementation for Map to wrap something with enumeration of
attributes, which must be String.
- AttributesMap() - Constructor for class org.zkoss.web.servlet.xel.AttributesMap
-
- AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
-
- AuAlert - Class in org.zkoss.zk.au.out
-
A response to ask client to show an alert.
- AuAlert(String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAlert(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
For the response error use, the next AuRequest will be stopped until the
alert dialog is closed.
- AuAlert(String, String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAlert(String, String, String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAppendChild - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML as the last child of
the specified component at the client.
- AuAppendChild(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
-
- AuAppendChild(Page, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
-
- AuBookmark - Class in org.zkoss.zk.au.out
-
A response to ask the client to bookmark the desktop.
- AuBookmark(String) - Constructor for class org.zkoss.zk.au.out.AuBookmark
-
- AuBookmark(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuBookmark
-
- AuClearBusy - Class in org.zkoss.zk.au.out
-
A response to ask the client to clear the busy message.
- AuClearBusy() - Constructor for class org.zkoss.zk.au.out.AuClearBusy
-
Constructs a command to remove a busy message covering the whole browser.
- AuClearBusy(Component) - Constructor for class org.zkoss.zk.au.out.AuClearBusy
-
Constructs a command to remove a busy message covering only the specified component.
- AuClearWrongValue - Class in org.zkoss.zk.au.out
-
A response to ask the client to close the error messages belonging
the specified component, if any.
- AuClearWrongValue(List<? extends Component>) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
- AuClearWrongValue(Component[]) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
- AuClearWrongValue(Component) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
Unlike other constructors, the object instantiated by this method
depends on the specified comp.
- AuClientInfo - Class in org.zkoss.zk.au.out
-
A response to ask the browser to send back its information.
- AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response with the specified desktop.
- AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response for all desktops of the same
browser window.
- AuConfirmClose - Class in org.zkoss.zk.au.out
-
A response to ask the client to show a confirm dialog when an user tries
to close the browser window.
- AuConfirmClose(String) - Constructor for class org.zkoss.zk.au.out.AuConfirmClose
-
- AuDecoder - Interface in org.zkoss.zk.au
-
Used to decode the custom format of the AU requests.
- Audio - Interface in org.zkoss.sound
-
Represents an audio.
- Audio - Class in org.zkoss.zhtml
-
The AUDIO tag.
- Audio() - Constructor for class org.zkoss.zhtml.Audio
-
- Audio - Class in org.zkoss.zul
-
An audio clip.
- Audio() - Constructor for class org.zkoss.zul.Audio
-
- Audio(String) - Constructor for class org.zkoss.zul.Audio
-
- Audio.ExtraCtrl - Class in org.zkoss.zul
-
- 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
-
- AuDynaMediar() - Constructor for class org.zkoss.zk.au.http.AuDynaMediar
-
- AuEcho - Class in org.zkoss.zk.au.out
-
A response to ask client to send a dummy request back to the server.
- AuEcho(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response with the specified desktop.
- AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response for each desktop in the same browser
window
- AuEcho(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response that will cause an event to fire
when the client echoes back.
- AuEcho(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response that will cause an event to fire
when the client echoes back.
- AuEchoGlobal - Class in org.zkoss.zk.au.out
-
A response to ask client to send the specified event for all qualified desktops.
- AuEchoGlobal(String, String, Desktop) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
-
- AuEchoGlobal(String, String, Collection<Desktop>) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
-
- AuExtension - Interface in org.zkoss.zk.au.http
-
An AU service is a small Java program that can be plugged
into
DHtmlUpdateServlet
to extend its functionality.
- AuExtensionRequest - Interface in org.zkoss.zk.au.http
-
Represents a request for an AU extension (
AuExtension
).
- AuFocus - Class in org.zkoss.zk.au.out
-
A response to set focus to the specified component at the client.
- AuFocus(Component) - Constructor for class org.zkoss.zk.au.out.AuFocus
-
- AuHistoryState - Class in org.zkoss.zk.au.out
-
A response to ask the client to push a state to history entry.
- AuHistoryState(boolean, Object, String, String) - Constructor for class org.zkoss.zk.au.out.AuHistoryState
-
- AuInsertAfter - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML after the specified component
at the client.
- AuInsertAfter(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuInsertAfter
-
- AuInsertBefore - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML before the specified component
at the client.
- AuInsertBefore(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuInsertBefore
-
- AuInvoke - Class in org.zkoss.zk.au.out
-
A response to ask the client to invoke a function.
- AuInvoke(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
no argument.
- AuInvoke(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one argument.
- AuInvoke(Component, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one boolean argument.
- AuInvoke(Component, String, int) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one int argument.
- AuInvoke(Component, String, double) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one double argument.
- AuInvoke(Component, String, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
two arguments.
- AuInvoke(Component, String, Object, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
three arguments.
- AuInvoke(Component, String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
an array of the given arguments.
- AuInvoke(Component, String, String...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call a client function with variable number of
arguments.
- AuInvoke(String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call a global function at the client with
the given arguments.
- AuLoadCSS - Class in org.zkoss.zk.au.out
-
Loads a CSS file to client.
- AuLoadCSS(String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
-
Loads a CSS file.
- AuLoadCSS(String, String, String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
-
Loads a CSS file.
- AuLoadingbar - Class in org.zkoss.zkmax.au.out
-
The au object for Loadingbar.
- AuLoadingbar(String, Integer, String, Boolean, Integer) - Constructor for class org.zkoss.zkmax.au.out.AuLoadingbar
-
Display a Loadingbar.
- AuLoadScript - Class in org.zkoss.zk.au.out
-
Loads a JavaScript file to client and execute it.
- AuLoadScript(String, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuLoadScript
-
Loads a JavaScript file to client and execute it.
- AuLog - Class in org.zkoss.zk.au.out
-
Logs the message to the client.
- AuLog(String) - Constructor for class org.zkoss.zk.au.out.AuLog
-
- AuMoveBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to move the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuMoveBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveBy
-
- AuMoveTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to move the desktop (a.k.a., the browser window)
to specified location (in pixel).
- AuMoveTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveTo
-
- AuNotification - Class in org.zkoss.zk.au.out
-
The au object for notification.
- AuNotification(String, String, Page, Component, String, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at predefined position.
- AuNotification(String, String, Page, Component, int, int, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at given coordinate
- AuObsolete - Class in org.zkoss.zk.au.out
-
A response to denote the desktop might become obsolete.
- AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.out.AuObsolete
-
- AuOuter - Class in org.zkoss.zk.au.out
-
A response to ask client to 'outer' the widgets and all its
descendants of the associate specified component or page.
- AuOuter(Component, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
-
- AuOuter(Page, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
-
- AuPrint - Class in org.zkoss.zk.au.out
-
A response to ask the client to print the desktop (a.k.a., the browser window).
- AuPrint() - Constructor for class org.zkoss.zk.au.out.AuPrint
-
- AuRedirect - Class in org.zkoss.zk.au.http
-
The AU processor to handle the HTTP redirect via status 302.
- AuRedirect() - Constructor for class org.zkoss.zk.au.http.AuRedirect
-
- AuRemove - Class in org.zkoss.zk.au.out
-
A response to remove the specified component at the client.
- AuRemove(Component) - Constructor for class org.zkoss.zk.au.out.AuRemove
-
- 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
-
- AuRequests() - Constructor for class org.zkoss.zk.au.AuRequests
-
- AuResizeBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to resize the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuResizeBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeBy
-
- AuResizeTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to resize the desktop (a.k.a., the browser window)
to specified size (in pixel).
- AuResizeTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeTo
-
- AuResizeWidget - Class in org.zkoss.zk.au.out
-
Used to force ZK Client re-calculate the size of the widget at the client.
- AuResizeWidget(Component) - Constructor for class org.zkoss.zk.au.out.AuResizeWidget
-
Constructs a command to force ZK Client re-calculate the size of
the given widget.
- AuResponse - Class in org.zkoss.zk.au
-
A response sent from the server to the client via
UiEngine
.
- AuResponse(String) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Component, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with one or zero data.
- AuResponse(String, Component, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with multiple data.
- AuResponse(String, Page, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with single data.
- AuResponse(String, Page, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with multiple data.
- AuResponse.JSONComponent - Class in org.zkoss.zk.au
-
- AuResponse.JSONDate - Class in org.zkoss.zk.au
-
- AuScript - Class in org.zkoss.zk.au.out
-
A response to ask the client to execute the specified client scripts.
- AuScript(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
-
- AuScript(String) - Constructor for class org.zkoss.zk.au.out.AuScript
-
Constructs a AuScript response that doesn't depend on any component.
- AuScrollBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to scroll the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuScrollBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollBy
-
- AuScrollIntoView - Class in org.zkoss.zk.au.out
-
Scrolls the ancestors to make the component visible.
- AuScrollIntoView(Component) - Constructor for class org.zkoss.zk.au.out.AuScrollIntoView
-
Constructor.
- AuScrollTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to scroll the desktop (a.k.a., the browser window)
to specified location (in pixel).
- AuScrollTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollTo
-
- AuSelect - Class in org.zkoss.zk.au.out
-
A response to select a portion of the specified component at the client.
- AuSelect(Component) - Constructor for class org.zkoss.zk.au.out.AuSelect
-
- AuSelect(Component, int, int) - Constructor for class org.zkoss.zk.au.out.AuSelect
-
- AuSendRedirect - Class in org.zkoss.zk.au.out
-
A response to send a temporary redirect response to the client
using the specified redirect location URL.
- AuSendRedirect(String, String) - Constructor for class org.zkoss.zk.au.out.AuSendRedirect
-
- AuService - Interface in org.zkoss.zk.au
-
An AU request service used to handle the AU requests (
AuRequest
).
- AuSetAttribute - Class in org.zkoss.zk.au.out
-
A response to set the attribute of the specified component at the client.
- AuSetAttribute(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
-
Construct an instance for miscellaneous values, such as Boolean,
Integer and so on.
- AuSetAttributes - Class in org.zkoss.zk.au.out
-
A response to set successive attributes of the specified component at the client.
- AuSetAttributes(Component, AuSetAttribute...) - Constructor for class org.zkoss.zk.au.out.AuSetAttributes
-
Construct an instance for miscellaneous values, such as Boolean,
Integer and so on.
- AuSetTitle - Class in org.zkoss.zk.au.out
-
A response to ask the client to set the title (of window).
- AuSetTitle(String) - Constructor for class org.zkoss.zk.au.out.AuSetTitle
-
- AuShowBusy - Class in org.zkoss.zk.au.out
-
A response to ask the client to show the busy message such that
the user knows the system is busy.
- AuShowBusy(String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
-
Constructs a busy message covering the whole browser.
- AuShowBusy(Component, String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
-
Constructs a busy message covering only the specified component.
- AuSubmitForm - Class in org.zkoss.zk.au.out
-
A response to ask the client to submit the form with the specified ID,
if any.
- AuSubmitForm(String) - Constructor for class org.zkoss.zk.au.out.AuSubmitForm
-
- AuSyncErrorbox - Class in org.zkoss.zk.au.out
-
A response to ask the client to sync errorboxes in the desktop
- AuSyncErrorbox() - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
-
A constructor for asking the client to sync the position all the errorboxes to its widget.
- AuSyncErrorbox(Component) - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
-
A constructor for asking the client to sync position of a widget and its the errorbox.
- authenticate(HttpServletResponse) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
-
- AUTO - Static variable in class org.zkoss.zul.Decimalbox
-
- AuToast - Class in org.zkoss.zkmax.au.out
-
The au object for toast.
- AuToast(String, String, String, int, boolean, int) - Constructor for class org.zkoss.zkmax.au.out.AuToast
-
Shows toast at predefined position.
- AutoNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Enable posting NotifyChange when setter method called.
- AuUploader - Class in org.zkoss.zk.au.http
-
The AU extension to upload files.
- AuUploader() - Constructor for class org.zkoss.zk.au.http.AuUploader
-
- AuUuid - Class in org.zkoss.zk.au.out
-
Rename the UUID.
- AuUuid(Component, String) - Constructor for class org.zkoss.zk.au.out.AuUuid
-
- AuWriter - Interface in org.zkoss.zk.au
-
Represents a writer that is used to send the output back to the client,
when processing
AuRequest
.
- AuWriters - Class in org.zkoss.zk.au
-
Utilities to instantiate an implementation of
AuWriter
.
- AuWriters() - Constructor for class org.zkoss.zk.au.AuWriters
-
- AuWrongValue - Class in org.zkoss.zk.au.out
-
A response to tell the client a component's value is wrong.
- AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
-
- AuWrongValue(String[]) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
-
Constructor for multiple wrong values.
- Auxhead - Class in org.zkoss.zul
-
Used to define a collection of auxiliary headers (
Auxheader
).
- Auxhead() - Constructor for class org.zkoss.zul.Auxhead
-
- Auxheader - Class in org.zkoss.zul
-
An auxiliary header.
- Auxheader() - Constructor for class org.zkoss.zul.Auxheader
-
- Auxheader(String) - Constructor for class org.zkoss.zul.Auxheader
-
- Auxheader(String, String) - Constructor for class org.zkoss.zul.Auxheader
-
- average() - Method in class org.zkoss.zel.impl.stream.Stream
-
- AVideo - Class in org.zkoss.video
-
Represents a video.
- AVideo(String, byte[]) - Constructor for class org.zkoss.video.AVideo
-
- AVideo(String, InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- AVideo(URL) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with an URL.
- AVideo(File) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file.
- AVideo(String) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file name.
- AVideo(InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- AxisPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
-