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

A

A - Class in org.zkoss.zhtml
The A tag.
A() - Constructor for class org.zkoss.zhtml.A
 
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 class org.zkoss.zhtml.Messagebox
A Abort button.
ABORT - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A Abort button.
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
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
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
 
AbstractChartModel - Class in org.zkoss.zul
A skeletal implementation for ChartModel.
AbstractChartModel() - Constructor for class org.zkoss.zul.AbstractChartModel
 
AbstractComponent - Class in org.zkoss.zk.ui
A skeletal implementation of Component.
AbstractComponent() - Constructor for class org.zkoss.zk.ui.AbstractComponent
Constructs a component with auto-generated ID.
AbstractComponent.Children - Class in org.zkoss.zk.ui
The default implementation for AbstractComponent.newChildren().
AbstractComponent.Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
 
AbstractExecution - Class in org.zkoss.zk.ui.impl
A skeletal implementation of Execution.
AbstractExecution(Desktop, Page) - Constructor for class org.zkoss.zk.ui.impl.AbstractExecution
Constructs an execution.
AbstractGroup - Class in org.zkoss.idom.impl
A semi-implemented item for group.
AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
Constructor.
AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
The array to hold children.
AbstractGroup.ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
Stores a 'cached' map of child elements to speed up the access.
AbstractGroup.ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
 
AbstractGroupsModel - Class in org.zkoss.zul
A skeletal implementation for GroupsModel.
AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
 
AbstractItem - Class in org.zkoss.idom.impl
A semi-implemented item for leaf vertices.
AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
Constructor.
AbstractListModel - Class in org.zkoss.zul
A skeletal implementation for ListModel.
AbstractListModel() - Constructor for class org.zkoss.zul.AbstractListModel
 
AbstractLoader - 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
 
AbstractNamespace - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing Namespace.
AbstractNamespace() - Constructor for class org.zkoss.zk.scripting.util.AbstractNamespace
 
AbstractPage - Class in org.zkoss.zk.ui
A skeletal implementation of Page.
AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
 
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
 
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 - Class in org.zkoss.zul
A skeletal implementation for TreeModel.
AbstractTreeModel(Object) - Constructor for class org.zkoss.zul.AbstractTreeModel
Constructor
AbstractUiFactory - Class in org.zkoss.zk.ui.impl
The sketetal implementation of UiFactory.
AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
 
AbstractWebApp - Class in org.zkoss.zk.ui.impl
A skeletal implementation of WebApp.
AbstractWebApp() - Constructor for class org.zkoss.zk.ui.impl.AbstractWebApp
Constructor.
accept(String, Object) - Method in interface org.zkoss.zk.scripting.SerializableAware.Filter
Whether to accept the specified variable name and its value.
AcegiSecurityContextListener - Class in org.zkoss.zkplus.acegi
Listener to copy servlet thread ThreadLocal, securityContext, over to event thread ThreadLocal and handle Acegi Authentication Exception occured in Event handling (e.g.
AcegiSecurityContextListener() - Constructor for class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
Acronym - Class in org.zkoss.zhtml
The ACRONYM tag.
Acronym() - Constructor for class org.zkoss.zhtml.Acronym
 
Action - Interface in org.zkoss.web.servlet.dsp.action
An action that could be used with InterpreterServlet.
ActionContext - Interface in org.zkoss.web.servlet.dsp.action
Encapsulates a portion of DSP page in an object that can be invoked as many times as needed.
activate() - Method in class org.zkoss.zk.au.AuRequest
Activates this request.
activate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Activates a server-push thread.
activate(Desktop, long) - Static method in class org.zkoss.zk.ui.Executions
Activates a server-push thread with, or until a certain amount of real time has elapsed.
activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Activate the current thread (which must be a server-push thread).
activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates an execution such that you can access a component.
activate(long) - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
activate(long) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
activateServerPush(long) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
activateServerPush(long) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Activates the server push.
add(Object) - 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(Object) - Method in class org.zkoss.util.FastReadArray
Adds an object.
add(Object) - Method in class org.zkoss.util.IdentityHashSet
 
add(int, Object) - Method in class org.zkoss.util.TreeArray
 
add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator (aka., the expression factory, ExpressionFactory).
add(Element) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator 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(Element) - Static method in class org.zkoss.zk.device.Devices
Adds a device based on the XML declaration.
add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter class.
add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
Adds an interpreter based on the XML declaration.
add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Adds a component definition to this map.
add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Adds the event handler for the specified event name.
add(String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation definition.
add(int, Component) - Static method in class org.zkoss.zkdemo.test2.ComponentPools
Put a component to the pool.
add(Object, Object[]) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
append new nodes which parent is parent by new nodes newNodes
add(int, Object) - Method in class org.zkoss.zul.ListModelList
 
add(Object) - Method in class org.zkoss.zul.ListModelList
 
add(Object) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guaratee the sequence of the added item).
addActivationListener(ServletContext, WebManagerActivationListener) - Static method in class org.zkoss.zk.ui.http.WebManager
Register a listener to the specified context such that it will be invoked if the corresponding WebManager is created.
addAddon(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
Adds a language addon.
addAll(Collection, Iterator) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the iterator to a collection.
addAll(Collection, Enumeration) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the enumerator to a collection.
addAll(Collection, 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) - Method in class org.zkoss.zul.ListModelList
 
addAll(int, Collection) - Method in class org.zkoss.zul.ListModelList
 
addAll(Collection) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guaratee the sequence of the added item).
addAllAns(Map, Map) - Static method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds the value of _annots, Map(String annotName, AnnotImpl).
addAllByOrder(Collection) - Method in class org.zkoss.util.TreeArray
Adds all elements by their natural ordering.
addAllByOrder(Collection, Comparator) - Method in class org.zkoss.util.TreeArray
Adds all elements by the specified comparator.
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds an annotation.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Adds an annotation to a proeprty.
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Associates an annotation to this component info.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an annotation to the specified proeprty of this component info.
addAnnotation(String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Associates an annotation to this component definition.
addAnnotation(String, String, Map) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds an annotation to the specified proeprty of this component definition.
addAnnotation(String, Map) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Associates an annotation to this component.
addAnnotation(String, String, Map) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an annotation to the specified proeprty of this component.
addAuProcessor(WebApp, String, AuProcessor) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Adds an AU processor and associates it with the specified prefix, even before DHtmlUpdateServlet is started.
addAuProcessor(String, AuProcessor) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Adds an AU processor and associates it with the specified prefix.
addAuResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
Adds an asynchronous response (AuResponse) which will be sent to client at the end of the execution.
addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
addBinding(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, String[], String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, String[], String[], String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, List, String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, List, List, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addBinding(Component, String, String, List, List, String, String, Map, List, List) - Method in class org.zkoss.zkplus.databind.DataBinder
Binding bean to UI component.
addByCompoundValue(String) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds annotation by specifying the content in the compound format: annot-name(att1-name=att1-value, att2-name=att2-value).
addByOrder(Object) - Method in class org.zkoss.util.TreeArray
Adds an element by its natural ordering.
addByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Adds an element by the specified comparator.
addByRawValue(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Adds an annotation by specify the value in the raw format: att1-name=att1-value, att2-name = att2-value.
addChangeListener(NamespaceChangeListener) - Method in interface org.zkoss.zk.scripting.Namespace
Adds a change listener to listen whether this namespace is changed.
addChangeListener(NamespaceChangeListener) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
 
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.
addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the class that can be retrieved by TaglibMapper.resolveClass(java.lang.String).
addClientErrorReload(int, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the URI to redirect to, when ZK Client Engine receives an error.
addCollectionItem(String, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
Deprecated.  
addCollectionItem(Class, Class, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
Adds a CollectionItem for the specified item and owner component; e.g.
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.
addCookie(Cookie) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addCustomAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Adds a custom attribute.
addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
addDateHeader(String, long) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
addDateHeader(String, long) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a response header with the given name and date-value.
addDeclaredNamespace(Namespace) - Method in 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.
addDeferredZScript(Component, ZScript) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addDeferredZScript(Component, ZScript) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a deferred zscript.
addDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
addDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Adds a desktop to this session.
addDisabledThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Enables or disables the default theme of the specified language.
addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute each time before evaluating zscript.
ADDED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the addition of one or more contiguous items to the list.
addEmbedded(String) - Method in interface org.zkoss.zk.device.Device
Adds the content that shall be added to the output generated and sent to the client, when rending a desktop.
addEmbedded(String, String) - Static method in class org.zkoss.zk.device.Devices
Adds the content that shall be added to the output generated and sent to the client, when rending a desktop.
addEmbedded(String) - Method in class org.zkoss.zk.device.GenericDevice
 
addEntry(ListX.Entry, Object) - Method in interface org.zkoss.util.ListX
Inserts the sepcified element in front of the specified entry.
addEntry(int, Object) - Method in interface org.zkoss.util.ListX
Inserts the specified element at the specified position in this list.
addEntry(Object) - Method in interface org.zkoss.util.ListX
Appends the specified element to the end of this list.
addEntry(ListX.Entry, Object) - Method in class org.zkoss.util.TreeArray
 
addEntry(int, Object) - Method in class org.zkoss.util.TreeArray
 
addEntry(Object) - Method in class org.zkoss.util.TreeArray
 
addEpilogChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addEpilogChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds an epilog child.
addErrorPage(String, Class, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds an error page.
addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds an event handler.
addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds an event handler.
addEventInterceptor(EventInterceptor) - Method in interface org.zkoss.zk.ui.Desktop
Deprecated. As of release 3.0.6, replaced by Desktop.addListener(java.lang.Object).
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Deprecated. As of release 3.0.6, replaced by DesktopImpl.addListener(java.lang.Object).
addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Adds an event interceptor.
addEventListener(String, EventListener) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
addEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Component
Adds an event listener to specified event for this component.
addEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Page
Adds an event listener to specified event for all components in this page.
addEventListener(String, EventListener) - Method in class org.zkoss.zul.Chart
 
addEventListener(String, EventListener) - Method in interface org.zkoss.zul.ext.Paginal
Adds an event listener to specified event for this component.
addEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Add onXxx event handler defined in controller object to the specified component.
addExpressionImport(String, Class) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds an imported class to the expression factory.
addExtendlet(String, Extendlet) - Method in class org.zkoss.web.util.resource.ClassWebResource
Adds an Extendlet (aka., 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.
addFellow(Component) - Method in class org.zkoss.zk.ui.AbstractPage
 
addFellow(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a fellow.
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 interface org.zkoss.zul.api.Captcha
Add fonts into fonts list.
addFont(Font) - Method in class org.zkoss.zul.Captcha
Add fonts into fonts list.
addForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component.
addForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component, specified with a path.
addForward(String, Component, String, Object) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component with extra event data.
addForward(String, String, String, Object) - Method in interface org.zkoss.zk.ui.Component
Adds a forward condition to forward the event received by this component to another component of the specified path with extra event data.
addForwardInfo(ForwardInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a forward definition (ForwardInfo).
addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.Components
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.Components
Adds forward conditions to the specified component with a custom separator.
addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String).
addFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
Adds the function mapper in addition to the current one.
addFunctionMapperInfo(FunctionMapperInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a defintion of FunctionMapper.
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.zk.ui.http.ExecutionImpl
 
addHeader(String, String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Adds a responseheader with the given name and value.
addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a header definition (HeaderInfo).
addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a defintion of Initiator.
addInitScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the script that shall execute when a page's interpreter is initialized.
addIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
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.
addItem(DemoItem) - Method in class org.zkoss.zkdemo.userguide.Category
 
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..
addItemToSelectionApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Selects the given item, without deselecting any other items that are already selected..
addItemToSelectionApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Selects the given item, without deselecting any other items that are already selected..
addItemToSelectionApi(Listitem) - Method in class org.zkoss.zul.Listbox
Selects the given item, without deselecting any other items that are already selected..
addItemToSelectionApi(Treeitem) - Method in class org.zkoss.zul.Tree
Selects the given item, without deselecting any other items that are already selected..
addJavaScript(JavaScript) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a JavaScript required by this language.
addJavaScriptModule(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition of a JavaScript module to this language.
addListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
 
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
addMold(String, String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a mold based on an URI.
addMold(String, ComponentRenderer, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a mold based on ComponentRenderer.
addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Deprecated. As of release 3.5.1, replaced with ComponentDefinition.addMold(String, String, String).
addMold(String, ComponentRenderer) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Deprecated. As of release 3.5.1, replaced with ComponentDefinition.addMold(String, ComponentRenderer, String).
addMold(String, String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMold(String, ComponentRenderer, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Deprecated.  
addMold(String, ComponentRenderer) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Deprecated.  
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.Panel
 
addNewRepository(List) - Method in class org.zkoss.zkdemo.test2.BizService
 
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.
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 measuarement PerformanceMeter.
addProcess(HostTreeModel.FakeProcess) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
addProcess(int, HostTreeModel.FakeProcess) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
addProcessType(int, int, int, String) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
addPrologChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a prolog child.
addPrologChild(TextInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Adds a text as a prolog child.
addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Adds a property initializer.
addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a property initializer.
addProperty(String, 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
 
addRequests(Collection) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
addRequests(Collection) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Adds a list of requests to the queue.
addResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Adds a response which will be sent to client at the end of the execution.
addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Adds a response header with the give name and value.
addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
Address - Class in org.zkoss.zhtml
The ADDRESS tag.
Address() - Constructor for class org.zkoss.zhtml.Address
 
addRichlet(String, Class, Map) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichlet(String, String, Map) - Method in class org.zkoss.zk.ui.util.Configuration
Adds the definition of a richlet.
addRichletMapping(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds a richlet mapping.
addRoot(Component) - Method in class org.zkoss.zk.ui.AbstractPage
 
addRoot(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Adds a root component to a page.
addSclass(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
addSharedAnnotationMap(AnnotationMap) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addSharedAnnotationMap(AnnotationMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Add a map of annotations which is shared by other components.
addSharedEventHandlerMap(EventHandlerMap) - Method in class org.zkoss.zk.ui.AbstractComponent
 
addSharedEventHandlerMap(EventHandlerMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Adds a map of event handlers which is shared by other components.
addSmartUpdate(Component, String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, DeferredValue) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, Object[]) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
addSmartUpdate(Component, String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Smart updates an attribute of a component.
addSmartUpdate(Component, String, DeferredValue) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Smart updates an attribute of a component with a deferred value.
addSmartUpdate(Component, String, Object[]) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Smart updates an attribute of a component with an array of values.
addStyleSheet(StyleSheet) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a StyleSheet required by this language.
addSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds a tag lib.
addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a tag lib.
addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
Adds an CSS resource that will be generated for each ZUML desktop.
addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
Adds the item to the current group; also attach the locator.
addToFirstAsyncUpdate(List) - Method in interface org.zkoss.zk.ui.sys.Visualizer
Adds the responses to the first Visualizer if it is caused by async-update.
addToolbar(String, Toolbar) - Method in class org.zkoss.zul.Panel
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
addToolbarApi(String, Toolbar) - Method in interface org.zkoss.zul.api.Panel
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
addToolbarApi(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.
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, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
Called before changing the component's UUID.
addUuidChanged(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before changing the component's UUID.
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
Add an (date, open, high, low, close, volumn) tuple.
addValue(Date, Number, Number, Number, Number, Number) - Method in class org.zkoss.zul.SimpleHiLoModel
 
addValue(Comparable, Number, Number) - 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, Number) - 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
Add an (x,y) into a series.
addValue(Comparable, Number, Number, Number) - Method in interface org.zkoss.zul.XYZModel
Add an (x,y,z) into a series.
addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Adds a name resolver that will be used to resolve a variable by Page.getVariable(java.lang.String).
addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a defintion of VariableResolver.
addXelMethod(String, String, Function) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a XEL method.
adoptNode(Node) - Method in class org.zkoss.idom.Document
 
afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is attached to a page.
afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a component is attached to a page.
afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is detached from a page.
afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a component is detached from a page.
afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component).
afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component) when a component is moved (aka., page changed).
afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after the parent/children relation is changed.
AfterCompose - Interface in org.zkoss.zk.ui.ext
Implemented by a component if it wants to know when ZK loader created it.
afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Creates the child components after apply dynamic properties HtmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object).
afterCompose() - Method in class org.zkoss.zml.XmlMacroComponent
Creates the child components after apply dynamic properties XmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object).
afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called after GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
afterExec() - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
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() - Static method in class org.zkoss.zk.scripting.Namespaces
Used with Namespaces.beforeInterpret(org.zkoss.zk.ui.Component) to clean up implicit variables.
afterInterpret(Map, Namespace, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Deprecated. As of release 3.6.1, it is replaced with Namespaces.afterInterpret().
afterInterpret(Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called after GenericInterpreter.exec(java.lang.String).
afterPageAttached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop) when a compnent's parent is changed.
afterPageAttached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a page is attached to a desktop.
afterPageDetached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes UiLifeCycle.afterPageDetached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop) when a compnent's parent is changed.
afterPageDetached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
Called after a page is detached to a desktop.
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event)
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called after processing an event.
afterPropertiesSet() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
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
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
afterSuspend(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
Called in the servlet thread after the event processing thread has been suspended.
afterUpdate(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when an asynchronous updated has been processed.
afterUpdate(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
AImage - Class in org.zkoss.image
Represents an image.
AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
the hash code.
AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
Contructs an image with an input stream.
AImage(String) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file name.
AImage(File) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file.
AImage(URL) - Constructor for class org.zkoss.image.AImage
Constructs an image with an URL.
AjaxDevice - Class in org.zkoss.zk.device
Represents a Web browser with the Ajax support.
AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
 
ALERT - Static variable in class org.zkoss.web.Attributes
The attribute name that contains the alert passed from another request Https.sendRedirect(javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.util.Map, int).
alert(String) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
 
ALERT_TYPE - Static variable in class org.zkoss.web.Attributes
Denote the type of Attributes.ALERT.
ALL - Static variable in class org.zkoss.util.logging.Log
All levels.
ALLOW_DIRECT_INCLUDE - Static variable in interface org.zkoss.web.util.resource.Extendlet
Used with Extendlet.getFeature(int) to indicate the extendlet can be included directly without going thru Web container.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Alt key is pressed.
ALT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Alt key is pressed.
AMedia - Class in org.zkoss.util.media
A media object holding content such PDF, HTML, DOC or XLS content.
AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and binary data.
AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and text data.
AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and stream data (binary).
AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and reader data (textual).
AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and URL.
AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
ANNO_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK annotations.
AnnotateDataBinder - Class in org.zkoss.zkplus.databind
The DataBinder that reads ZUML annotations to create binding info.
AnnotateDataBinder(Desktop) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinder(Component[]) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the given components array.
AnnotateDataBinder(Desktop, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified desktop.
AnnotateDataBinder(Page, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the components inside the specified page.
AnnotateDataBinder(Component[], boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations of the given component array.
AnnotateDataBinder(Component, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinderInit - Class in org.zkoss.zkplus.databind
This initiator class do following things: new an AnnotateDataBinder instance.
AnnotateDataBinderInit() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
Annotation - Interface in org.zkoss.zk.ui.metainfo
The common interface extended by all annotation types.
AnnotationHelper - Class in org.zkoss.zk.ui.metainfo.impl
A helper class used to parse annotations.
AnnotationHelper() - Constructor for class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
 
AnnotationMap - Class in org.zkoss.zk.ui.metainfo
A map of annotations used with ComponentDefinition and ComponentInfo.
AnnotationMap() - Constructor for class org.zkoss.zk.ui.metainfo.AnnotationMap
 
ANONYMOUS_ID - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
The anonymous UUID.
any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns true if any element.
anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
 
anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
Returns the index that is one of delimiters, or the length if none of delimiter is found.
ApacheELFactory - Class in org.zkoss.zkmax.xel.el
An implemetation 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
 
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, if val is not NULL_INT.
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.
appendAsapAttr(StringBuffer, String) - Method in class org.zkoss.zk.ui.AbstractComponent
Detects if a non-deferrable event is registered, and appends a special attribute to denote it if true.
appendAsapAttr(StringBuffer, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
Appends an attribute for the specified event name, say, onChange, if a non-deferrable listener is registered or enforce is true.
appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
 
appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.xml.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.xml.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.xml.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.xml.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(TextInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Adds a Sting child.
appendChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a zscript child.
appendChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a variables child.
appendChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a custom-attributes child.
appendChild(ComponentInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Adds a ComponentInfo child.
appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
appendEscape(StringBuffer, String, String) - Static method in class org.zkoss.lang.Strings
Escapes (aka. quote) the special characters with backslash and appends it the specified string buffer.
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.
appendItemApi(String) - Method in interface org.zkoss.zul.api.Combobox
Appends an item.
appendItemApi(String, String) - Method in interface org.zkoss.zul.api.Listbox
Appends an item.
appendItemApi(String, String) - Method in interface org.zkoss.zul.api.Radiogroup
Appends a radio button.
appendItemApi(String) - Method in class org.zkoss.zul.Combobox
Appends an item.
appendItemApi(String, String) - Method in class org.zkoss.zul.Listbox
Appends an item.
appendItemApi(String, String) - Method in class org.zkoss.zul.Radiogroup
Appends a radio button.
appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.xml.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 - Interface in org.zkoss.zul.api
A generic applet component.
Applet - Class in org.zkoss.zul
A generic applet component.
Applet() - Constructor for class org.zkoss.zul.Applet
 
AppletDefault - Class in org.zkoss.zkmax.zul.render
Applet's default mold.
AppletDefault() - Constructor for class org.zkoss.zkmax.zul.render.AppletDefault
 
application - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the web application.
APPLICATION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The application scope.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the whole application.
APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the whole application.
applicationScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the web application.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Applies the custom attributes.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Applies the custom attributes.
apply(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the parent component.
apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Applies the variable element against the page.
applyAnnotations(ComponentInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified instance definition.
applyAnnotations(Component, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Applies the annotations defined in this helper to the specified component.
applyForward(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Applies the forward condition to the specified component.
applyProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
 
applyProperties() - Method in interface org.zkoss.zk.ui.Component
Initializes the properties (aka. members) and custom-attributes based on what are defined in the component definition.
applyProperties(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Applies the properties and custom attributes defined in this definition to the specified component.
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Applies the event handlers and properties to the specified component.
applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
Area - Class in org.zkoss.zhtml
The AREA tag.
Area() - Constructor for class org.zkoss.zhtml.Area
 
Area - Interface in org.zkoss.zul.api
An area of a Imagemap.
Area - Class in org.zkoss.zul
An area of a Imagemap.
Area() - Constructor for class org.zkoss.zul.Area
 
Area(String) - Constructor for class org.zkoss.zul.Area
 
AREA - Static variable in class org.zkoss.zul.Chart
 
AreaDefault - Class in org.zkoss.zkmax.zul.render
Area's default mold.
AreaDefault() - Constructor for class org.zkoss.zkmax.zul.render.AreaDefault
 
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.
ARG_PROXY - Static variable in class org.zkoss.zk.ui.Components
Arg Proxy
argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ARGS - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ArrayGroupsModel - Class in org.zkoss.zul
An array implementation of GroupsModel.
ArrayGroupsModel(Object[], Comparator) - Constructor for class org.zkoss.zul.ArrayGroupsModel
Constructor
ArrayGroupsModel(Object[], Comparator, int) - Constructor for class org.zkoss.zul.ArrayGroupsModel
 
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 catenating them together and separated with comma.
assign(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Assigns the value of this memeber to the specified component.
assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Assigns a property.
asyncCreate(Desktop) - Static method in class org.zkoss.zkdemo.test.WorkingThread
Called by thread.zul to create a label asynchronously.
attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
Attaches the locator to the item.
attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
Generates an attribute for HTML/XML.
ATTR_REDRAW_BY_INCLUDE - Static variable in interface org.zkoss.zk.ui.sys.PageCtrl
The execution attribute used to control PageCtrl.redraw(java.util.Collection, java.io.Writer) to use include instead of forward to redraw the page
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.
attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
Attributes - Class in org.zkoss.web
Definition of contstants used as attributes and parameters acrossing requests.
Attributes() - Constructor for class org.zkoss.web.Attributes
Don't construct it.
Attributes - Class in org.zkoss.zk.ui.impl
Attributes of desktops, pages and components that are used internally.
Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
 
Attributes - Class in org.zkoss.zul
Common attributes used for implementation.
Attributes() - Constructor for class org.zkoss.zul.Attributes
 
AttributesInfo - Class in org.zkoss.zk.ui.metainfo
Represents a map of custom attributes of a component definition (ComponentDefinition).
AttributesInfo(EvaluatorRef, Map, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
Constructor.
AttributesInfo(EvaluatorRef, Map, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
The same as AttributesInfo(evalr, attrs, scope, "none", cond).
AttributesMap - Class in org.zkoss.web.servlet.xel
A sketetal implementation for Map to wrap something with enumeration of attributes, which must be String.
AttributesMap() - Constructor for class org.zkoss.web.servlet.xel.AttributesMap
 
AuAlert - Class in org.zkoss.zk.au.out
A response to ask client to show an alert.
AuAlert(String) - Constructor for class org.zkoss.zk.au.out.AuAlert
 
AuAppendChild - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML as the last child of the specified component at the client.
AuAppendChild(Component, String) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
 
AuAppendChild(Page, String) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
 
AuBookmark - Class in org.zkoss.zk.au.out
A response to ask the client to bookmark the desktop.
AuBookmark(String) - Constructor for class org.zkoss.zk.au.out.AuBookmark
 
AuClientInfo - Class in org.zkoss.zk.au.out
A response to ask the browser to send back its information.
AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Contructs a client-info response with the specified desktop.
AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
Constructs a client-info response for all desktops of the same browser window.
AuCloseErrorBox - Class in org.zkoss.zk.au.out
A response to ask the client to close the error box belonging the specified component, if any.
AuCloseErrorBox(List) - Constructor for class org.zkoss.zk.au.out.AuCloseErrorBox
 
AuCloseErrorBox(Component[]) - Constructor for class org.zkoss.zk.au.out.AuCloseErrorBox
 
AuCloseErrorBox(Component) - Constructor for class org.zkoss.zk.au.out.AuCloseErrorBox
 
AuConfirmClose - Class in org.zkoss.zk.au.out
A response to ask the client to show a confirm dialog when an user tries to close the browser window.
AuConfirmClose(String) - Constructor for class org.zkoss.zk.au.out.AuConfirmClose
 
Audio - Interface in org.zkoss.sound
Represents an audio.
Audio - Interface in org.zkoss.zul.api
An audio clip.
Audio - Class in org.zkoss.zul
An audio clip.
Audio() - Constructor for class org.zkoss.zul.Audio
 
Audio(String) - Constructor for class org.zkoss.zul.Audio
 
Audio.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Audio.ExtraCtrl() - Constructor for class org.zkoss.zul.Audio.ExtraCtrl
 
AudioDefault - Class in org.zkoss.zkmax.zul.render
Audio's default mold.
AudioDefault() - Constructor for class org.zkoss.zkmax.zul.render.AudioDefault
 
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.
AuDynaMediar - Class in org.zkoss.zk.au.http
The AU processor used to response the content for DynamicMedia.getMedia(java.lang.String)
AuDynaMediar() - Constructor for class org.zkoss.zk.au.http.AuDynaMediar
 
AuEcho - Class in org.zkoss.zk.au.out
A response to ask client to send a dummy request back to the server.
AuEcho(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
Contructs an echo response with the specified desktop.
AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
Contructs an echo response for each desktop in the same browser window
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.
AuFocus - Class in org.zkoss.zk.au.out
A response to set focus to the specified component at the client.
AuFocus(Component) - Constructor for class org.zkoss.zk.au.out.AuFocus
 
AuInsertAfter - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML after the specified component at the client.
AuInsertAfter(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInsertAfter
 
AuInsertBefore - Class in org.zkoss.zk.au.out
A response to insert an unparsed HTML before the specified component at the client.
AuInsertBefore(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInsertBefore
 
AuInvoke - Class in org.zkoss.zk.au.out
A response to ask the client to execute the specified client function.
AuInvoke(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with one argument, the component itself.
AuInvoke(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with two arguments, the component itself and arg.
AuInvoke(Component, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with two arguments, the component itself and arg.
AuInvoke(Component, String, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with three arguments, the component itself, arg1 and arg2.
AuInvoke(Component, String, String, String, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
Construct AuInvoke to call a client function with four arguments, the component itself, arg1, arg2 and arg3.
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 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.
AuMoveBy - Class in org.zkoss.zk.au.out
A response to ask the client to move the desktop (aka., the browser window) relatively (in pixels).
AuMoveBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveBy
 
AuMoveTo - Class in org.zkoss.zk.au.out
A response to ask the client to move the desktop (aka., the browser window) to specified location (in pixel).
AuMoveTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveTo
 
AuObsolete - Class in org.zkoss.zk.au.out
A response to denote the desktop might become obsolte.
AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.out.AuObsolete
 
AuPopup - Class in org.zkoss.zul.au.out
A response to ask the client to open or to close a popup.
AuPopup(Component, String, String) - Constructor for class org.zkoss.zul.au.out.AuPopup
Constructs an instance to open the popup at specified location.
AuPopup(Component, Component) - Constructor for class org.zkoss.zul.au.out.AuPopup
Constructs an instance to open the popup at specified location.
AuPopup(Component, boolean) - Constructor for class org.zkoss.zul.au.out.AuPopup
Constructs an instance to close the popup.
AuPrint - Class in org.zkoss.zk.au.out
A response to ask the client to print the desktop (aka., the browser window).
AuPrint() - Constructor for class org.zkoss.zk.au.out.AuPrint
 
AuProcessor - Interface in org.zkoss.zk.au.http
An AU processor that can be plugged into DHtmlUpdateServlet.
AuRemove - Class in org.zkoss.zk.au.out
A response to remove the specified component at the client.
AuRemove(Component) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
 
AuRemove(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
Removes a component by its UUID.
AuRemoveAttribute - Class in org.zkoss.zk.au.out
A resonse to remove the attribute of the specified component at the client.
AuRemoveAttribute(Component, String) - Constructor for class org.zkoss.zk.au.out.AuRemoveAttribute
 
AuReplace - Class in org.zkoss.zk.au.out
A response to ask client to replaces the content of the specified component.
AuReplace(Component, String) - Constructor for class org.zkoss.zk.au.out.AuReplace
 
AuReplace(Page, String) - Constructor for class org.zkoss.zk.au.out.AuReplace
 
AuRequest - Class in org.zkoss.zk.au
A request sent from the client to UiEngine.
AuRequest(Desktop, String, String, String[]) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a request sent from a component.
AuRequest(Desktop, String, Command, String[]) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a request sent from a component.
AuRequest(Desktop, Command, String[]) - Constructor for class org.zkoss.zk.au.AuRequest
Constructor for a general request sent from client.
AuResizeBy - Class in org.zkoss.zk.au.out
A response to ask the client to resize the desktop (aka., the browser window) relatively (in pixels).
AuResizeBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeBy
 
AuResizeTo - Class in org.zkoss.zk.au.out
A response to ask the client to resize the desktop (aka., the browser window) to specified size (in pixel).
AuResizeTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeTo
 
AuResponse - Class in org.zkoss.zk.au
A response sent from the server to the client via UiEngine.
AuResponse(String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, Component, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with one or zero data.
AuResponse(String, Component, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, Page, String) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with single data.
AuResponse(String, Page, String[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, DeferredValue) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent deferred response.
AuResponse(String, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a component-independent response.
AuResponse(String, Component, DeferredValue) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with one or zero deferred data.
AuResponse(String, Component, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuResponse(String, Page, DeferredValue) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with single deferred data.
AuResponse(String, Page, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
Constructs a response with multiple data.
AuScript - Class in org.zkoss.zk.au.out
A response to ask the client to execute the specified client scripts.
AuScript(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
 
AuScrollBy - Class in org.zkoss.zk.au.out
A response to ask the client to scroll the desktop (aka., the browser window) relatively (in pixels).
AuScrollBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollBy
 
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 (aka., the browser window) to specified location (in pixel).
AuScrollTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollTo
 
AuSendRedirect - Class in org.zkoss.zk.au.out
A response to send a temporary redirect response to the client using the specified redirect location URL.
AuSendRedirect(String, String) - Constructor for class org.zkoss.zk.au.out.AuSendRedirect
 
AuSetAttribute - Class in org.zkoss.zk.au.out
A response to set the attribute of the specified component at the client.
AuSetAttribute(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
 
AuSetAttribute(Component, String, DeferredValue) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
 
AuSetAttribute(Component, String, Object[]) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
 
AuSetTitle - Class in org.zkoss.zk.au.out
A response to ask the client to set the title (of window).
AuSetTitle(String) - Constructor for class org.zkoss.zk.au.out.AuSetTitle
 
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, boolean) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
 
AuSubmitForm - Class in org.zkoss.zk.au.out
A response to ask the client to submit the form with the specified ID, if any.
AuSubmitForm(String) - Constructor for class org.zkoss.zk.au.out.AuSubmitForm
 
AUTO - Static variable in class org.zkoss.zul.Decimalbox
Used with Decimalbox.setScale(int) to denote that the scale is decided by what user has entered.
AUTO_ID_NOT_ALLOWED_IN_PATH - Static variable in interface org.zkoss.zk.mesg.MZk
 
AUTO_ID_NOT_LOCATABLE - Static variable in interface org.zkoss.zk.mesg.MZk
 
AuUploader - Class in org.zkoss.zk.au.http
The utility used to process file upload.
AuUploader() - Constructor for class org.zkoss.zk.au.http.AuUploader
 
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 implmentation 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 - Interface in org.zkoss.zul.api
Used to define a collection of auxiliary headers (Auxheader).
Auxhead - Class in org.zkoss.zul
Used to define a collection of auxiliary headers (Auxheader).
Auxhead() - Constructor for class org.zkoss.zul.Auxhead
 
AuxheadDefault - Class in org.zkoss.zkmax.zul.render
Auxhead's default mold.
AuxheadDefault() - Constructor for class org.zkoss.zkmax.zul.render.AuxheadDefault
 
Auxheader - Interface in org.zkoss.zul.api
An auxiliary header.
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
 
AuxheaderDefault - Class in org.zkoss.zkmax.zul.render
Auxheader's default mold.
AuxheaderDefault() - Constructor for class org.zkoss.zkmax.zul.render.AuxheaderDefault
 

B

B - Class in org.zkoss.zhtml
The B tag.
B() - Constructor for class org.zkoss.zhtml.B
 
B1881921 - Class in org.zkoss.zkdemo.test2
Used to verify Bug 1881921: the execution order of DesktopInit and DesktopCleanup.
B1881921() - Constructor for class org.zkoss.zkdemo.test2.B1881921
 
B1906892 - Class in org.zkoss.zkdemo.test2
Used to retrieve special characters.
B1906892() - Constructor for class org.zkoss.zkdemo.test2.B1906892
 
B2143479 - Class in org.zkoss.zkdemo.test2
Used to verify Bug 2143479: whether able to sendRedirect in desktopInit.
B2143479() - Constructor for class org.zkoss.zkdemo.test2.B2143479
 
B2199361 - Class in org.zkoss.zkdemo.test2
Test of Bug 2199361.
B2199361() - Constructor for class org.zkoss.zkdemo.test2.B2199361
 
B2202620 - Class in org.zkoss.zkdemo.test2
 
B2202620() - Constructor for class org.zkoss.zkdemo.test2.B2202620
 
B2227929Initiator - Class in org.zkoss.zkdemo.test2
Used to test B30-2227929-inc.zul
B2227929Initiator() - Constructor for class org.zkoss.zkdemo.test2.B2227929Initiator
 
B2227929Resolver - Class in org.zkoss.zkdemo.test2
Used to test B30-2227929-inc.zul.
B2227929Resolver() - Constructor for class org.zkoss.zkdemo.test2.B2227929Resolver
 
B2241309Composer - Class in org.zkoss.zkdemo.test2
 
B2241309Composer() - Constructor for class org.zkoss.zkdemo.test2.B2241309Composer
 
B2446682 - Class in org.zkoss.zkdemo.test2
 
B2446682() - Constructor for class org.zkoss.zkdemo.test2.B2446682
 
B_GET - Static variable in class org.zkoss.lang.Classes
Search the get method; not imply B_METHODONLY.
B_METHOD_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for methods; excluding fields.
B_PUBLIC_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for public methods or fields.
B_SET - Static variable in class org.zkoss.lang.Classes
Search the set method; not imply B_METHODONLY.
backupVariable(Map, Namespace, String) - Static method in class org.zkoss.zk.scripting.Namespaces
Deprecated. As of release 3.6.1, it is replaced with Namespaces.setImplicit(java.lang.String, java.lang.Object).
Bandbox - Interface in org.zkoss.zul.api
A band box.
Bandbox - Class in org.zkoss.zul
A band box.
Bandbox() - Constructor for class org.zkoss.zul.Bandbox
 
Bandbox(String) - Constructor for class org.zkoss.zul.Bandbox
 
Bandbox2Default - Class in org.zkoss.zkmax.zul.render
Bandbox's default mold.
Bandbox2Default() - Constructor for class org.zkoss.zkmax.zul.render.Bandbox2Default
 
Bandpopup - Interface in org.zkoss.zul.api
The popup that belongs to a Bandbox instance.
Bandpopup - Class in org.zkoss.zul
The popup that belongs to a Bandbox instance.
Bandpopup() - Constructor for class org.zkoss.zul.Bandpopup
 
BandpopupDefault - Class in org.zkoss.zkmax.zul.render
Bandpopup's default mold.
BandpopupDefault() - Constructor for class org.zkoss.zkmax.zul.render.BandpopupDefault
 
BAR - Static variable in class org.zkoss.zul.Chart
 
BAR0_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 0 (i.e., .........).
BAR1_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 1 (i.e., ---------).
BAR2_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 2 (i.e., =========).
Base - Class in org.zkoss.zhtml
The BASE tag.
Base() - Constructor for class org.zkoss.zhtml.Base
 
beforeExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String), GenericInterpreter.get(java.lang.String) and many others.
beforeExec() - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
beforeInterpret(Component) - Static method in class org.zkoss.zk.scripting.Namespaces
Prepares implicit variable before calling Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.scripting.Namespace).
beforeInterpret(Page) - Static method in class org.zkoss.zk.scripting.Namespaces
Prepares builtin variable before calling Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.scripting.Namespace) or a method that might be implemented with zscript.
beforeInterpret(Map, Component, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Deprecated. As of release 3.6.1, it is replaced with Namespaces.beforeInterpret(Component).
beforeInterpret(Map, Page, boolean) - Static method in class org.zkoss.zk.scripting.Namespaces
Deprecated. As of release 3.6.1, it is replaced with Namespaces.beforeInterpret(Page).
beforeInterpret(Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Called before GenericInterpreter.exec(java.lang.String).
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforePostEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before posting an event (with Events.postEvent(org.zkoss.zk.ui.event.Event)).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before processing an event.
beforeRemove(Component) - Method in class org.zkoss.zul.Listbox
Callback if a list item will be removed (not removed yet).
beforeRemove(Component) - Method in class org.zkoss.zul.Rows
Callback if a child will be removed (not removed yet).
beforeResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
Called just before the suspended event thread is resumed.
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
beforeResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Desktop.addListener(java.lang.Object).
beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) registered by Configuration.addListener(java.lang.Class) with a class implementing EventInterceptor.
beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
Called before sending an event (with Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)).
beforeSuspend(Component, Event, Object) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
Called before the event processing thread is suspended.
beforeUpdate(Desktop, List) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when an asynchronous updated is called (and not yet processed).
beforeUpdate(Desktop, List) - Method in class org.zkoss.zk.ui.util.Statistic
 
beginOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the specified date and TimeZone.
beginOfMonth() - Static method in class org.zkoss.util.Dates
Return the beginning date of this month.
beginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
beginOfYear() - Static method in class org.zkoss.util.Dates
Return the beginning date of this year.
beginOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
beginUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
beginUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Activates and prepare for asynchronous update
Big - Class in org.zkoss.zhtml
The BIG tag.
Big() - Constructor for class org.zkoss.zhtml.Big
 
BigDecimals - Class in org.zkoss.math
Utilities and constants of big decimals.
BigDecimals() - Constructor for class org.zkoss.math.BigDecimals
 
BigIntegers - Class in org.zkoss.math
BigInteger utilities.
BigIntegers() - Constructor for class org.zkoss.math.BigIntegers
 
BigList - Class in org.zkoss.zkdemo.userguide
A big list.
BigList(int) - Constructor for class org.zkoss.zkdemo.userguide.BigList
 
Binable - Interface in org.zkoss.idom
Represent a class that allows any type of objects, not just String.
Binary - Class in org.zkoss.idom
The binary item.
Binary(String) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary(Object) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary() - Constructor for class org.zkoss.idom.Binary
Constructor.
BinaryTreeModel - Class in org.zkoss.zkdemo.test2.tree
A simple implementation of binary tree model by an arraylist
BinaryTreeModel(List) - Constructor for class org.zkoss.zkdemo.test2.tree.BinaryTreeModel
Constructor
bindBean(String, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Bind a real bean object to the specified beanid.
bindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
A convenient method that help you register this event listener to the specified target component.
Binding - Class in org.zkoss.zkplus.databind
A Data Binding that associate component+attr to an bean expression.
BindingListModel - Interface in org.zkoss.zkplus.databind
This interface defines the methods used by DataBinder.
BindingListModelArray - Class in org.zkoss.zkplus.databind
This is the BindingListModel as a Object array to be used with Listbox, Grid, and DataBinder.
BindingListModelArray(Object[], boolean, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelArray
 
BindingListModelArray(Object[], boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelArray
 
BindingListModelExt - Interface in org.zkoss.zkplus.databind
Support same object in multiple items of a ListModel.
BindingListModelList - Class in org.zkoss.zkplus.databind
This is the BindingListModel as a List to be used with Listbox, Grid, and DataBinder.
BindingListModelList(List, boolean, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelList
 
BindingListModelList(List, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelList
 
BindingListModelMap - Class in org.zkoss.zkplus.databind
This is the BindingListModel as a Map to be used with Listbox, Grid, and DataBinder.
BindingListModelMap(Map, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelMap
 
BindingListModelSet - Class in org.zkoss.zkplus.databind
This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder.
BindingListModelSet(Set, boolean) - Constructor for class org.zkoss.zkplus.databind.BindingListModelSet
 
BindingSaveEvent - Class in org.zkoss.zkplus.databind
Event used when DataBinder send "onBindingSave" events.
BindingSaveEvent(String, Component, Component, Binding, Object) - Constructor for class org.zkoss.zkplus.databind.BindingSaveEvent
Constructs a binding-relevant event.
BizService - Class in org.zkoss.zkdemo.test2
 
BizService() - Constructor for class org.zkoss.zkdemo.test2.BizService
 
BizService.Repository - Class in org.zkoss.zkdemo.test2
 
BLACK - Static variable in class org.zkoss.util.TreeArray
 
Blockquote - Class in org.zkoss.zhtml
The BLOCKQUOTE tag.
Blockquote() - Constructor for class org.zkoss.zhtml.Blockquote
 
Body - Class in org.zkoss.zhtml
The BODY tag.
Body() - Constructor for class org.zkoss.zhtml.Body
 
BookmarkChangedCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement a command to broadcast an BookmarkEvent event to all root components.
BookmarkChangedCommand(String, int) - Constructor for class org.zkoss.zk.au.in.BookmarkChangedCommand
Contruct an event to denote that the bookmark is changed.
BookmarkEvent - Class in org.zkoss.zk.ui.event
The bookmark udpate event used with onBookmarkChange to notify that user pressed BACK, FORWARD or others that causes the bookmark changed (but still in the same desktop).
BookmarkEvent(String, String) - Constructor for class org.zkoss.zk.ui.event.BookmarkEvent
 
Borderlayout - Interface in org.zkoss.zkex.zul.api
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
Borderlayout - Class in org.zkoss.zkex.zul
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
Borderlayout() - Constructor for class org.zkoss.zkex.zul.Borderlayout
 
Borderlayout2Default - Class in org.zkoss.zkmax.zul.render
Borderlayout's default mold.
Borderlayout2Default() - Constructor for class org.zkoss.zkmax.zul.render.Borderlayout2Default
 
Box - Class in org.zkoss.web.servlet.dsp.action.html
Generates a box that has a caption and a border enclosing other tags.
Box() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Box
 
Box - Interface in org.zkoss.zul.api
A box.
Box - Class in org.zkoss.zul
A box.
Box() - Constructor for class org.zkoss.zul.Box
Default: vertical (Vbox).
Box(String) - Constructor for class org.zkoss.zul.Box
 
Box(Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
Box(String, Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
BoxHorizontal - Class in org.zkoss.zkmax.zul.render
Box's horizontal mold.
BoxHorizontal() - Constructor for class org.zkoss.zkmax.zul.render.BoxHorizontal
 
BoxVertical - Class in org.zkoss.zkmax.zul.render
Box's vertical mold.
BoxVertical() - Constructor for class org.zkoss.zkmax.zul.render.BoxVertical
 
Br - Class in org.zkoss.zhtml
The BR tag.
Br() - Constructor for class org.zkoss.zhtml.Br
 
BSHInterpreter - Class in org.zkoss.zk.scripting.bsh
The interpreter that uses BeanShell to interpret zscript codes.
BSHInterpreter() - Constructor for class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
BUBBLE - Static variable in class org.zkoss.zul.Chart
 
BufferedResponse - Class in org.zkoss.web.servlet
A servlet response that uses another writer or stream as the output.
build(File) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a file.
build(InputStream) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input stream.
build(InputSource) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input source.
build(String) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URI string.
build(URL) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URL.
build(Reader) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a Reader.
Button - Class in org.zkoss.zhtml
The BUTTON tag.
Button() - Constructor for class org.zkoss.zhtml.Button
 
Button - Interface in org.zkoss.zul.api
A button.
Button - Class in org.zkoss.zul
A button.
Button() - Constructor for class org.zkoss.zul.Button
 
Button(String) - Constructor for class org.zkoss.zul.Button
 
Button(String, String) - Constructor for class org.zkoss.zul.Button
 
Button2Default - Class in org.zkoss.zkmax.zul.render
Button's default mold.
Button2Default() - Constructor for class org.zkoss.zkmax.zul.render.Button2Default
 
ButtonOS - Class in org.zkoss.zkmax.zul.render
Button's OS mold.
ButtonOS() - Constructor for class org.zkoss.zkmax.zul.render.ButtonOS
 
byValue() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to compare the returned value of Listcell.getValue()

C

Cache - Interface in org.zkoss.util
Represents a cache.
CacheMap - Class in org.zkoss.util
The cache map.
CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap() - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap.Value - Class in org.zkoss.util
The class to hold key/value.
Calendar - Interface in org.zkoss.zul.api
A calendar.
Calendar - Class in org.zkoss.zul
A calendar.
Calendar() - Constructor for class org.zkoss.zul.Calendar
Contructs a calendar whose value is default to today.
Calendar(Date) - Constructor for class org.zkoss.zul.Calendar
 
Calendar.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Calendar.ExtraCtrl() - Constructor for class org.zkoss.zul.Calendar.ExtraCtrl
 
CalendarDefault - Class in org.zkoss.zkmax.zul.render
Calendar's default mold.
CalendarDefault() - Constructor for class org.zkoss.zkmax.zul.render.CalendarDefault
 
cancel() - Method in class org.zkoss.util.ScalableTimer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class org.zkoss.util.ScalableTimerTask
Cancels this timer task.
CANCEL - Static variable in class org.zkoss.zhtml.Messagebox
A Cancel button.
CANCEL - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A Cancel button.
CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
CANCEL - Static variable in class org.zkoss.zul.Messagebox
A Cancel button.
CANDLESTICK - Static variable in class org.zkoss.zul.Chart
 
canExpunge(CacheMap.Value) - Method in class org.zkoss.util.CacheMap
Tests whether certain value is OK to expunge.
Captcha - Interface in org.zkoss.zul.api
The generic captcha component.
Captcha - Class in org.zkoss.zul
The generic captcha component.
Captcha() - Constructor for class org.zkoss.zul.Captcha
 
CaptchaEngine - Interface in org.zkoss.zul.impl
 
Caption - Class in org.zkoss.zhtml
The CAPTION tag.
Caption() - Constructor for class org.zkoss.zhtml.Caption
 
Caption(String) - Constructor for class org.zkoss.zhtml.Caption
 
Caption - Interface in org.zkoss.zul.api
A header for a Groupbox.
Caption - Class in org.zkoss.zul
A header for a Groupbox.
Caption() - Constructor for class org.zkoss.zul.Caption
 
Caption(String) - Constructor for class org.zkoss.zul.Caption
 
Caption(String, String) - Constructor for class org.zkoss.zul.Caption
 
CaptionDefault - Class in org.zkoss.zkmax.zul.render
Caption's default mold.
CaptionDefault() - Constructor for class org.zkoss.zkmax.zul.render.CaptionDefault
 
carryOver() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Carry over the info stored in the constructor to the current thread.
cat(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates two strings.
cat3(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates three strings.
cat4(String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates four strings.
cat5(String, String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates four strings.
Category - Class in org.zkoss.zkdemo.userguide
 
Category(String, String, String, String) - Constructor for class org.zkoss.zkdemo.userguide.Category
 
CategoryModel - Interface in org.zkoss.zul
A catetory chart data model.
CData - Class in org.zkoss.idom
The iDOM CDATA.
CData(String) - Constructor for class org.zkoss.idom.CData
Constructor.
CData() - Constructor for class org.zkoss.idom.CData
Constructor.
CDATA_BEGIN - Static variable in class org.zkoss.zkdemo.test2.B1906892
 
CDATA_END - Static variable in class org.zkoss.zkdemo.test2.B1906892
 
cease() - Method in class org.zkoss.io.FileWatchdog
Stops the thread.
cease(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Stops the thread.
ceaseSilently(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Stops the thread silently.
ceaseSuspendedThread(EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
ceaseSuspendedThread(EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Ceases the specified event thread.
ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Ceases the specified event thread.
Center - Class in org.zkoss.zhtml
The CENTER tag.
Center() - Constructor for class org.zkoss.zhtml.Center
 
Center - Interface in org.zkoss.zkex.zul.api
This component is a center region.
CENTER - Static variable in class org.zkoss.zkex.zul.Borderlayout
The center layout constraint (middle of container).
Center - Class in org.zkoss.zkex.zul
This component is a center region.
Center() - Constructor for class org.zkoss.zkex.zul.Center
 
CHANGED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies one or more changes in the lists contents.
characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
CharsetFilter - Class in org.zkoss.web.servlet
The filter to correct character encoding and to prepare Locale for the current request.
CharsetFilter() - Constructor for class org.zkoss.web.servlet.CharsetFilter
 
CharsetFinder - Interface in org.zkoss.zk.ui.util
Represents a class that decides the character set based on the content type and the real content.
Charsets - Class in org.zkoss.web.servlet
Utilities to handle characters
Charsets() - Constructor for class org.zkoss.web.servlet.Charsets
 
Chart - Interface in org.zkoss.zul.api
The generic chart component.
Chart - Class in org.zkoss.zul
The generic chart component.
Chart() - Constructor for class org.zkoss.zul.Chart
 
ChartAreaListener - Interface in org.zkoss.zul.event
Identifies area inside a chart that can be customized.
ChartDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a chart's data model.
ChartDataEvent(ChartModel, int, Comparable, Object) - Constructor for class org.zkoss.zul.event.ChartDataEvent
 
ChartDataListener - Interface in org.zkoss.zul.event
Defines the methods used in listener when the content of ChartModel is changed.
ChartEngine - Interface in org.zkoss.zul.impl
Chart engine is an engine that do the real chart rendering.
ChartModel - Interface in org.zkoss.zul
Chart Model is used to hold the data model for the chart.
Checkable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to check its state from the client.
CheckableTreeArray - Class in org.zkoss.util
The checkable TreeArray.
CheckableTreeArray() - Constructor for class org.zkoss.util.CheckableTreeArray
 
CheckableTreeArray(Collection) - Constructor for class org.zkoss.util.CheckableTreeArray
 
CheckableTreeArray.CkEntry - Class in org.zkoss.util
 
CheckableTreeArray.CkEntry(Object) - Constructor for class org.zkoss.util.CheckableTreeArray.CkEntry
 
checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an attribute's name is valid.
Checkbox - Interface in org.zkoss.zul.api
A checkbox.
Checkbox - Class in org.zkoss.zul
A checkbox.
Checkbox() - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String, String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Checkbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Checkbox.ExtraCtrl
 
CheckboxDefault - Class in org.zkoss.zkmax.zul.render
 
CheckboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.CheckboxDefault
 
checkCData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a CDATA is valid.
checkCharacterData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a text is valid.
CheckCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the CheckEvent relevant command.
CheckCommand(String, int) - Constructor for class org.zkoss.zk.au.in.CheckCommand
 
checkCommentData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a comment data is valid.
checkElementName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an element's name is valid.
CheckEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's check a state at the client.
CheckEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.CheckEvent
Constructs a check-relevant event.
checkNamespacePrefix(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the prefix of a namespace is valid.
checkNamespaceURI(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the URI of a namespace is valid.
checkNotOrphan(ListX.Entry) - Method in class org.zkoss.util.TreeArray
Converts and checks whether it is not orphan
checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a processing instruction target is valid.
checkRange(int) - Method in class org.zkoss.util.TreeArray
 
checkRangePlus(int) - Method in class org.zkoss.util.TreeArray
 
Checksums - Class in org.zkoss.util
Checksum relevant utilities.
Checksums() - Constructor for class org.zkoss.util.Checksums
 
checkText(String) - Method in class org.zkoss.idom.Binary
 
checkText(String) - Method in class org.zkoss.idom.CData
 
checkText(String) - Method in class org.zkoss.idom.Comment
 
checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
Checks whether the text is valid.
checkUserError() - Method in class org.zkoss.zul.impl.InputElement
Checks whether user entered a wrong value (and not correct it yet).
checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
Returnss whether the loaded document's version is correct.
checkVersion(URL, Document) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
Checks and returns whether the loaded document's version is correct.
checkWritable() - Method in class org.zkoss.idom.impl.AbstractItem
Checks whether this item is writable (ie, isReady).
checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a name is valid.
ChildChangedAware - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if a component requires the z.chchg command, when any of its children and descendants are changed.
Choose - Class in org.zkoss.web.servlet.dsp.action
Provides the context for mutually exclusive conditional execution.
Choose() - Constructor for class org.zkoss.web.servlet.dsp.action.Choose
 
Cite - Class in org.zkoss.zhtml
The CITE tag.
Cite() - Constructor for class org.zkoss.zhtml.Cite
 
CLASS_NOT_COMPATIABLE - Static variable in interface org.zkoss.mesg.MCommon
 
Classes - Class in org.zkoss.lang
Utilities to handle java.lang.Class
Classes() - Constructor for class org.zkoss.lang.Classes
 
Classes.MethodInfo - Class in org.zkoss.lang
The method info class used for Classes.parseMethod(String signature).
Classes.MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.lang.Classes.MethodInfo
 
ClassLocator - Class in org.zkoss.util.resource
The locator searches the current thread's context class loader, and then this class's class loader.
ClassLocator() - Constructor for class org.zkoss.util.resource.ClassLocator
 
ClassLocator.Resource - Class in org.zkoss.util.resource
An item of the list returned by ClassLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).
ClassWebResource - Class in org.zkoss.web.util.resource
Used to access resouces located in class path and under /web.
ClassWebServlet - Class in org.zkoss.web.util.resource
Loads the resource from the class path starting with "/web".
ClassWebServlet() - Constructor for class org.zkoss.web.util.resource.ClassWebServlet
 
cleanup(ServletRequest, Object) - Static method in class org.zkoss.web.servlet.Charsets
Cleans up what has been set in Charsets.setup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String).
cleanup(Component, Event, List) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Cleans up the event processing thread.
cleanup(ServletRequest, Object) - Static method in class org.zkoss.zk.ui.http.I18Ns
 
cleanup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Cleanup this process after processing the event by calling EventProcessor.process().
cleanup() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
Cleans up the info carried from onPiggyback to the current thread.
cleanup(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopCleanup
called when a desktop is about to be destroyed.
cleanup(Execution, Execution, List) - Method in interface org.zkoss.zk.ui.util.ExecutionCleanup
called when an execution is about to be destroyed.
cleanup(Session) - Method in interface org.zkoss.zk.ui.util.SessionCleanup
called when a session is about to be destroyed.
cleanup(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppCleanup
called when a ZK application is about to be destroyed.
cleanup(Desktop) - Method in class org.zkoss.zkdemo.test.MyDesktopCleanup
called when a desktop is about to be destroyed.
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkdemo.test.MyExecCleanup
 
cleanup(Desktop) - Method in class org.zkoss.zkdemo.test2.B1881921
 
cleanup(Desktop) - Method in class org.zkoss.zkdemo.test2.DetachDesktopCleanup
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
cleanup(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
clear() - Method in interface org.zkoss.util.Cache
Clears all objects being cached.
clear() - Method in class org.zkoss.util.CacheMap
 
clear() - Method in class org.zkoss.util.CheckableTreeArray
 
clear() - Method in class org.zkoss.util.IdentityHashSet
 
clear() - Method in class org.zkoss.util.MultiCache
 
clear() - Method in class org.zkoss.util.resource.ResourceCache
It is OK to clear up all cached resources if you don't want to cache it.
clear() - Method in class org.zkoss.util.ThreadLocalCache
 
clear() - Method in class org.zkoss.util.TreeArray
Clears the whole list.
clear() - Method in class org.zkoss.util.TreeArray.RbEntry
Called by TreeArray.clear to do clear recursively.
clear() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
Clears the annotations defined in this helper.
clear() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
clear() - Method in interface org.zkoss.zul.api.Tree
Clears all child tree items (Treeitem.
clear() - Method in interface org.zkoss.zul.CategoryModel
clear the model.
clear() - Method in interface org.zkoss.zul.HiLoModel
clear this model.
clear() - Method in class org.zkoss.zul.ListModelList
 
clear() - Method in class org.zkoss.zul.ListModelMap
 
clear() - Method in class org.zkoss.zul.ListModelSet
 
clear() - Method in interface org.zkoss.zul.PieModel
clear the model.
clear() - Method in class org.zkoss.zul.SimpleCategoryModel
 
clear() - Method in class org.zkoss.zul.SimpleHiLoModel
 
clear() - Method in class org.zkoss.zul.SimplePieModel
 
clear() - Method in class org.zkoss.zul.SimpleXYModel
 
clear() - Method in class org.zkoss.zul.Tree
Clears all child tree items (Treeitem.
clear() - Method in class org.zkoss.zul.WaferMapModel
clear the model.
clear() - Method in interface org.zkoss.zul.XYModel
clear this model.
clearErrorMessage(boolean) - Method in interface org.zkoss.zul.impl.api.InputElement
Clears the error message.
clearErrorMessage() - Method in interface org.zkoss.zul.impl.api.InputElement
Clears the error message.
clearErrorMessage(boolean) - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearModified(boolean) - Method in class org.zkoss.idom.Element
Clear the modification flag.
clearModified(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
clearModified(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
clearModified(boolean) - Method in interface org.zkoss.idom.Item
Clears the modification flag of this item and all its children if includingDescendant is true.
clearPerfRequestIds() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
clearPerfRequestIds() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Clears all request IDs that were added by RequestQueue.addPerfRequestId(java.lang.String) for performance measurement.
clearSelection() - Method in interface org.zkoss.zul.api.Listbox
Clears the selection.
clearSelection() - Method in interface org.zkoss.zul.api.Tree
Clears the selection.
clearSelection() - Method in class org.zkoss.zul.Listbox
Clears the selection.
clearSelection() - Method in class org.zkoss.zul.Tree
Clears the selection.
clearSelectionByClient() - Method in interface org.zkoss.zk.ui.ext.client.Selectable
Clears the selection.
clearSelectionByClient() - Method in class org.zkoss.zul.Combobox.ExtraCtrl
 
clearSelectionByClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
clearSelectionByClient() - Method in class org.zkoss.zul.Tab.ExtraCtrl
 
clearSelectionByClient() - Method in class org.zkoss.zul.Tree.ExtraCtrl
 
clearTreeRenderInfo(Tree) - Static method in class org.zkoss.zul.fn.ZulFns
Clears up the attributes which are used to render a tree in paging mold
ClientConstraint - Interface in org.zkoss.zul
Addition interface implemented with Constraint to denote how to validate at the client.
ClientInfoCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement a command to broadcast an ClientInfoEvent event to all root components.
ClientInfoCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ClientInfoCommand
 
ClientInfoEvent - Class in org.zkoss.zk.ui.event
The onClientInfo event is used to notify the client's information, such as time zone and screen resolutions.
ClientInfoEvent(String, int, int, int, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.ClientInfoEvent
Constructs an event to hold the client-info.
Clients - Class in org.zkoss.zk.ui.util
Utilities to send AuResponse to the client.
Clients() - Constructor for class org.zkoss.zk.ui.util.Clients
 
clone(boolean) - Method in class org.zkoss.idom.Attribute
 
clone(boolean) - Method in class org.zkoss.idom.Element
 
clone(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
clone(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
clone() - Method in class org.zkoss.idom.impl.AbstractItem
Clones this object (a deep cloning not including contents contained in Textual nodes).
clone(boolean) - Method in interface org.zkoss.idom.Item
Clones this item.
clone() - Method in class org.zkoss.idom.Namespace
 
clone(Object) - Static method in class org.zkoss.lang.Objects
Clones the specified object.
clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
clone(Object) - Static method in class org.zkoss.util.ArraysX
Clones an array.
clone() - Method in class org.zkoss.util.CacheMap
To make sure that it is in the acess order.
clone() - Method in class org.zkoss.util.CacheMap.Value
 
clone() - Method in class org.zkoss.util.FastReadArray
 
clone() - Method in class org.zkoss.util.IdentityHashSet
 
clone() - Method in class org.zkoss.util.MultiCache
 
clone() - Method in class org.zkoss.util.TreeArray
 
clone() - Method in class org.zkoss.web.servlet.StyleSheet
 
clone() - Method in class org.zkoss.xel.util.TaglibMapper
 
clone() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
clone() - Method in class org.zkoss.zk.ui.AbstractComponent
 
clone() - Method in interface org.zkoss.zk.ui.Component
Clones the component.
clone() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
clone() - Method in class org.zkoss.zk.ui.impl.EventInterceptors
 
clone() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Clones this annotation map.
clone(LanguageDefinition, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this definition and assins with the specified language definition and name.
clone() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Clones this component definition.
clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
 
clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Clones this info.
clone() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Clones this event handler map.
clone(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
clone() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
clone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
Called when a component is cloned.
clone(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Internal use only.
clone() - Method in class org.zkoss.zkex.zul.Borderlayout
 
clone() - Method in class org.zkoss.zml.XmlMacroComponent
 
clone() - Method in class org.zkoss.zul.Bandbox
 
clone() - Method in class org.zkoss.zul.Chart
 
clone() - Method in class org.zkoss.zul.Columns
 
clone() - Method in class org.zkoss.zul.Combobox
 
clone() - Method in class org.zkoss.zul.Grid
 
clone() - Method in class org.zkoss.zul.Group
 
clone() - Method in class org.zkoss.zul.Groupbox
 
clone() - Method in class org.zkoss.zul.Listbox
 
clone() - Method in class org.zkoss.zul.Listgroup
 
clone() - Method in class org.zkoss.zul.Listheader
 
clone() - Method in class org.zkoss.zul.Listitem
 
clone() - Method in class org.zkoss.zul.Menu
 
clone() - Method in class org.zkoss.zul.Panel
 
clone() - Method in class org.zkoss.zul.Radiogroup
 
clone() - Method in class org.zkoss.zul.Row
 
clone() - Method in class org.zkoss.zul.Rows
 
clone() - Method in class org.zkoss.zul.Tabbox
 
clone() - Method in class org.zkoss.zul.Tree
 
clone() - Method in class org.zkoss.zul.Treeitem
 
clone() - Method in class org.zkoss.zul.Window
 
cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
close(InputStream) - Static method in class org.zkoss.io.Files
Close an input stream without throwing an exception.
close(Reader) - Static method in class org.zkoss.io.Files
Close a reader without throwing an exception.
close() - Method in class org.zkoss.io.NullReader
 
close() - Method in class org.zkoss.io.NullWriter
 
close() - Method in class org.zkoss.io.RepeatableInputStream
Closes the current access, and the next call of RepeatableInputStream.close() re-opens the buffered input stream.
close() - Method in class org.zkoss.io.RepeatableReader
Closes the current access, and the next call of RepeatableReader.read(char[], int, int) re-opens the buffered reader.
close() - Method in class org.zkoss.io.WriterOutputStream
 
close() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
close(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
Closes the writer and flush the result to client.
close(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Closes the connection.
close() - Method in class org.zkoss.zk.ui.render.SmartWriter
 
close() - Method in interface org.zkoss.zul.api.Bandbox
Closes the child if it was dropped down.
close() - Method in interface org.zkoss.zul.api.Combobox
Closes the list of combo items (Comboitem if it was dropped down.
close() - Method in interface org.zkoss.zul.api.Datebox
Closes the calendar if it was dropped down.
close() - Method in interface org.zkoss.zul.api.Popup
Closes this popup at the client.
close() - Method in class org.zkoss.zul.Bandbox
Closes the child if it was dropped down.
close() - Method in class org.zkoss.zul.Combobox
Closes the list of combo items (Comboitem if it was dropped down.
close() - Method in class org.zkoss.zul.Datebox
Closes the calendar if it was dropped down.
close() - Method in class org.zkoss.zul.Popup
Closes this popup at the client.
closeDropdown() - Method in interface org.zkoss.zul.api.Bandbox
Closes the popup (Bandbox.getDropdownApi()).
closeDropdown() - Method in class org.zkoss.zul.Bandbox
Deprecated. As of release 3.6.1, use Bandbox.close() instead.
closeEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Closes the EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
closeEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Closes the EntityManager of the EntityManagerFactory of the specified puName;
closeErrorBox(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Closes the error box at the browser belonging to the specified component, if any.
closeErrorBox(List) - Static method in class org.zkoss.zk.ui.util.Clients
Closes all the error boxes at the browser belonging to the specified list of components, if any.
closeErrorBox(Component[]) - Static method in class org.zkoss.zk.ui.util.Clients
Closes all the error boxes at the browser belonging to the specified array of components, if any.
closeSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Wrapping HibernateUtil.getSessionFactory().getCurrentSession().close() into a simple API.
coalesce(boolean) - Method in interface org.zkoss.idom.Group
Coalesces children if they are siblings with the same type instances of Textual, Textual.isCoalesceable returns true.
coalesce(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
Code - Class in org.zkoss.zhtml
The CODE tag.
Code() - Constructor for class org.zkoss.zhtml.Code
 
coerce(Class, Object) - Static method in class org.zkoss.lang.Classes
Converts an object to the specified class.
coerce(Class, Object, boolean) - Static method in class org.zkoss.lang.Classes
Converts to the specified type.
coerceFromString(String) - Method in class org.zkoss.zul.Datebox
 
coerceFromString(String) - Method in class org.zkoss.zul.Decimalbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Doublebox
 
coerceFromString(String) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Intbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Longbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Spinner
 
coerceFromString(String) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Timebox
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.DateFormatConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Convert a BindingListModel to Set, Map, List, or BindingListModel (itself).
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedComboitemConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
 
coerceToBean(Object, Component) - Method in class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
 
coerceToBean(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Convert an value object to bean property type.
coerceToString(Object) - Method in class org.zkoss.zul.Combobox
 
coerceToString(Object) - Method in class org.zkoss.zul.Datebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Decimalbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Doublebox
 
coerceToString(Object) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Intbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Longbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Spinner
 
coerceToString(Object) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Timebox
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.DateFormatConverter
Depending whether the data is coming from the database or coming from the datebox we might be passed either a java.util.Date or a java.sql.Timestamp
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
Convert a Set, Map, List, Object[], Enum, or other kind of BindingListModel to associated BindingListModel.
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedComboitemConverter
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.SelectedItemConverter
 
coerceToUi(Object, Component) - Method in class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
 
coerceToUi(Object, Component) - Method in interface org.zkoss.zkplus.databind.TypeConverter
Convert an value object to UI component attribute type.
Col - Class in org.zkoss.zhtml
The COL tag.
Col() - Constructor for class org.zkoss.zhtml.Col
 
Colgroup - Class in org.zkoss.zhtml
The COLGROUP tag.
Colgroup() - Constructor for class org.zkoss.zhtml.Colgroup
 
CollectionItem - Interface in org.zkoss.zkplus.databind
The CollectionItem is used by DataBinder and provides an interface for collection component to interact with the DataBinder such as Grid or Listbox.
CollectionItemExt - Interface in org.zkoss.zkplus.databind
This interface is an enhanced version of the original CollectionItem interface that provides a way that will speed up the processing under some collection in collection condition.
CollectionsX - Class in org.zkoss.util
The collection related utilities.
CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
 
CollectionsX.ArrayCollection - Class in org.zkoss.util
An readonly collection on top of an array.
CollectionsX.ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
 
CollectionsX.ArrayEnumeration - Class in org.zkoss.util
An enumeration on top of an array.
CollectionsX.ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
 
CollectionsX.ArrayIterator - Class in org.zkoss.util
An iterator on top of an array.
CollectionsX.ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
 
CollectionsX.ArrayList - Class in org.zkoss.util
An readonly list on top of an array.
CollectionsX.ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
 
CollectionsX.ArrayListIterator - Class in org.zkoss.util
 
CollectionsX.ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.ArrayListIterator(Object[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.CollectionEnumeration - Class in org.zkoss.util
An enumeration on top of a collection or iterator.
CollectionsX.CollectionEnumeration(Collection) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.CollectionEnumeration(Iterator) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.EnumerationIterator - Class in org.zkoss.util
An iterator that iterates thru an Enumeration.
CollectionsX.EnumerationIterator(Enumeration) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
 
CollectionsX.OneCollection - Class in org.zkoss.util
A collection that contains only one element.
CollectionsX.OneCollection(Object) - Constructor for class org.zkoss.util.CollectionsX.OneCollection
 
CollectionsX.OneEnumeration - Class in org.zkoss.util
An enumeration that enumerates one element.
CollectionsX.OneEnumeration(Object) - Constructor for class org.zkoss.util.CollectionsX.OneEnumeration
 
CollectionsX.OneIterator - Class in org.zkoss.util
An iterator that iterates one element.
CollectionsX.OneIterator(Object) - Constructor for class org.zkoss.util.CollectionsX.OneIterator
 
color - Variable in class org.zkoss.util.TreeArray.RbEntry
 
ColSizeCommand - Class in org.zkoss.zul.au.in
Used only by AuRequest to implement the ColSizeEvent related command.
ColSizeCommand(String, int) - Constructor for class org.zkoss.zul.au.in.ColSizeCommand
 
ColSizeEvent - Class in org.zkoss.zul.event
Used to notify that the widths of two adjacent column are changed.
ColSizeEvent(String, Component, int, Component, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent.
Column - Interface in org.zkoss.zul.api
A single column in a Columns element.
Column - Class in org.zkoss.zul
A single column in a Columns element.
Column() - Constructor for class org.zkoss.zul.Column
 
Column(String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String, String) - Constructor for class org.zkoss.zul.Column
 
Columnchildren - Interface in org.zkoss.zkex.zul.api
The column of Columnlayout.
Columnchildren - Class in org.zkoss.zkex.zul
The column of Columnlayout.
Columnchildren() - Constructor for class org.zkoss.zkex.zul.Columnchildren
 
ColumnchildrenDefault - Class in org.zkoss.zkmax.zul.render
Columnchildren's default mold.
ColumnchildrenDefault() - Constructor for class org.zkoss.zkmax.zul.render.ColumnchildrenDefault
 
ColumnDefault - Class in org.zkoss.zkmax.zul.render
 
ColumnDefault() - Constructor for class org.zkoss.zkmax.zul.render.ColumnDefault
 
Columnlayout - Interface in org.zkoss.zkex.zul.api
A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
Columnlayout - Class in org.zkoss.zkex.zul
A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
Columnlayout() - Constructor for class org.zkoss.zkex.zul.Columnlayout
 
ColumnlayoutDefault - Class in org.zkoss.zkmax.zul.render
Columnlayout's default mold.
ColumnlayoutDefault() - Constructor for class org.zkoss.zkmax.zul.render.ColumnlayoutDefault
 
Columns - Interface in org.zkoss.zul.api
Defines the columns of a grid.
Columns - Class in org.zkoss.zul
Defines the columns of a grid.
Columns() - Constructor for class org.zkoss.zul.Columns
 
ColumnsDefault - Class in org.zkoss.zkmax.zul.render
 
ColumnsDefault() - Constructor for class org.zkoss.zkmax.zul.render.ColumnsDefault
 
combine(Collection, Collection) - Static method in class org.zkoss.util.DualCollection
Returns a collection by combining two collections.
combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
Returns a function mapper by combining two function mappers.
Combobox - Interface in org.zkoss.zul.api
A combo box.
Combobox - Class in org.zkoss.zul
A combo box.
Combobox() - Constructor for class org.zkoss.zul.Combobox
 
Combobox(String) - Constructor for class org.zkoss.zul.Combobox
 
Combobox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Combobox.ExtraCtrl() - Constructor for class org.zkoss.zul.Combobox.ExtraCtrl
 
Combobox2Default - Class in org.zkoss.zkmax.zul.render
Combobox's default mold.
Combobox2Default() - Constructor for class org.zkoss.zkmax.zul.render.Combobox2Default
 
Comboitem - Interface in org.zkoss.zul.api
An item of a combo box.
Comboitem - Class in org.zkoss.zul
An item of a combo box.
Comboitem() - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String) - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String, String) - Constructor for class org.zkoss.zul.Comboitem
 
ComboitemDefault - Class in org.zkoss.zkmax.zul.render
 
ComboitemDefault() - Constructor for class org.zkoss.zkmax.zul.render.ComboitemDefault
 
ComboitemRenderer - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Combobox.
ComboitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ComboitemRenderer.
CometServerPush - Class in org.zkoss.zkdemo.userguide
 
CometServerPush() - Constructor for class org.zkoss.zkdemo.userguide.CometServerPush
 
CometServerPush - Class in org.zkoss.zkmax.ui.comet
A server-push implementation that is based on comet.
CometServerPush() - Constructor for class org.zkoss.zkmax.ui.comet.CometServerPush
 
Command - Class in org.zkoss.zk.au
Represents a command of a request (AuRequest).
Command(String, int) - Constructor for class org.zkoss.zk.au.Command
Construct a command.
CommandNotFoundException - Exception in org.zkoss.zk.au
Represents an update-relevant exception.
CommandNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(String) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException() - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
CommandNotFoundException(int) - Constructor for exception org.zkoss.zk.au.CommandNotFoundException
 
Commands - Class in org.zkoss.zk.au.in
Utilities to implement Command.
Commands() - Constructor for class org.zkoss.zk.au.in.Commands
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
This implmentation forward request to onAcegiLogin command.
Comment - Class in org.zkoss.idom
The iDOM Comment.
Comment(String) - Constructor for class org.zkoss.idom.Comment
Constructor.
Comment() - Constructor for class org.zkoss.idom.Comment
Constructor.
comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
CommonException - Exception in org.zkoss.lang
The most fundamental non-runtime exception of Potix classes.
CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by specifying message directly.
CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException() - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by use of an error code.
CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
 
CommonFns - Class in org.zkoss.xel.fn
Common functions used with EL.
CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
 
Comparables - Class in org.zkoss.lang
Utilities regarding Comparable type objects.
Comparables() - Constructor for class org.zkoss.lang.Comparables
 
compare(Object, Object) - Method in class org.zkoss.util.IdentityComparator
 
compare(Object, Object) - Method in class org.zkoss.zkdemo.test2.FileDateCompare
 
compare(Object, Object) - Method in class org.zkoss.zkdemo.userguide.RowDetailComparator
 
compare(Object, Object) - Method in class org.zkoss.zkdemo.userguide.RowLabelComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.FieldComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.ListitemComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.RowComparator
 
compareDocumentPosition(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
compareGroup(Object, Object) - Method in interface org.zkoss.zul.GroupComparator
Compares if the two arguments is in the same group.
compareTo(MutableInteger) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
Compares two version.
ComparisonType - Class in org.zkoss.zkdemo.test
 
complete(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
Called in the serlvet thread to clean up.
complete(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
complete(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
complete(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
Component - Interface in org.zkoss.zk.ui
An UI component.
COMPONENT_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes private to a component is searched.
ComponentCloneListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a component, when the component is cloned.
ComponentCommand - Class in org.zkoss.zk.au
A sketetal implementation for component-specific commands.
ComponentCommand(String, int) - Constructor for class org.zkoss.zk.au.ComponentCommand
Constructs a component-specific command.
ComponentCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to Component that is used for implementation or tools.
ComponentDefinition - Interface in org.zkoss.zk.ui.metainfo
A component definition.
ComponentDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
An implementation of ComponentDefinition.
ComponentDefinitionImpl(LanguageDefinition, PageDefinition, String, Class) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component, i.e., a component implemented by a Java class.
ComponentDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component, i.e., a component implemented by a Java class.
ComponentDefinitionMap - Class in org.zkoss.zk.ui.metainfo
A map of component definitions.
ComponentDefinitionMap(boolean) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Constructor.
ComponentInfo - Class in org.zkoss.zk.ui.metainfo
Represents a componennt instance defined in a ZUML page.
ComponentInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
Constructs the information about how to create component.
ComponentInfo(NodeInfo, ComponentDefinition) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
Constructs the info about how to create a component that is not a dynamic tag.
ComponentInfo() - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
This constructor is used only for Externalizable.
ComponentInfo(EvaluatorRef, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
Constructs the info that doesn't have a parent.
ComponentNotFoundException - Exception in org.zkoss.zk.ui
Dentoes a component cannot be found.
ComponentNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException() - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
 
ComponentPools - Class in org.zkoss.zkdemo.test2
A pool of components being created when app starts.
ComponentPools() - Constructor for class org.zkoss.zkdemo.test2.ComponentPools
 
ComponentRenderer - Interface in org.zkoss.zk.ui.render
A component renderer is used to render a component.
Components - Class in org.zkoss.zk.ui
Utilities to access Component.
Components() - Constructor for class org.zkoss.zk.ui.Components
 
componentScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the applied component.
ComponentsCtrl - Class in org.zkoss.zk.ui.sys
Utilities for implementing components.
ComponentsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ComponentsCtrl
 
ComponentSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a component, when the component is going to be serialized or has been deserialized.
componentToPath(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Converts a component to a path (relavant to another component).
Composer - Interface in org.zkoss.zk.ui.util
Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt - Interface in org.zkoss.zk.ui.util
An addition interface implemented with Composer to provide more control.
Composition - Class in org.zkoss.zk.ui.util
Composition manager that compose the given components into a whole page per the "insert" components and "define" components annotations.
Composition() - Constructor for class org.zkoss.zk.ui.util.Composition
 
concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
Concat the two specified array.
Condition - Interface in org.zkoss.zk.ui.util
A condition to test with.
ConditionImpl - Class in org.zkoss.zk.ui.util
An utility to simplify the implementation of Condition.
ConditionImpl(String, String) - Constructor for class org.zkoss.zk.ui.util.ConditionImpl
Construct.
CONFIG - Static variable in class org.zkoss.zkplus.hibernate.HibernateUtil
 
CONFIG - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
ConfigParser - Class in org.zkoss.zk.ui.sys
Used to parse WEB-INF/zk.xml, metainfo/zk/zk.xml and meta/zk/config.xml into Configuration.
ConfigParser() - Constructor for class org.zkoss.zk.ui.sys.ConfigParser
 
Configuration - Class in org.zkoss.zk.ui.util
The ZK configuration.
Configuration() - Constructor for class org.zkoss.zk.ui.util.Configuration
Constructor.
configure(Properties) - Method in class org.zkoss.util.logging.LogService
Configures based the properties.
configure(File) - Method in class org.zkoss.util.logging.LogService
Configures based the properties stored in a file.
configure(String) - Method in class org.zkoss.util.logging.LogService
Configures based the properties stored in a file.
configureAndWatch(File, long) - Method in class org.zkoss.util.logging.LogService
Periodically checks whether a file is modified, and configures based the properties stored in the file, if any modifications.
confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to confirm users whether to close the browser window.
Constraint - Interface in org.zkoss.zul
A constraint.
Constrainted - Interface in org.zkoss.zul.ext
Decorates a component that its value is constrainted by Constraint.
contains(Object) - Method in class org.zkoss.util.IdentityHashSet
 
contains(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
contains(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether a variable is defined in this interpreter.
contains(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether a variable is defined in the interpreter's scope associated with the specified namespace.
contains(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the specified component exists.
CONTAINS - Static variable in class org.zkoss.zkdemo.test.ComparisonType
 
contains(String) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
contains(String) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
contains(String) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
contains(Object) - Method in class org.zkoss.zul.ListModelList
 
contains(Object) - Method in class org.zkoss.zul.ListModelSet
 
containsAll(Collection) - Method in class org.zkoss.zul.ListModelList
 
containsAll(Collection) - Method in class org.zkoss.zul.ListModelSet
 
containsHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
containsKey(Object) - Method in interface org.zkoss.util.Cache
Returns whether the specified key is stored.
containsKey(Object) - Method in class org.zkoss.util.CacheMap
 
containsKey(Object) - Method in class org.zkoss.util.MultiCache
 
containsKey(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
containsKey(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
containsKey(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
containsKey(Object) - Method in class org.zkoss.zul.ListModelMap
 
containsMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Tests whether a class contains the specified method.
containsQuery(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Tests whether a parameter exists in the query string.
containsResponseHeader(String) - Method in interface org.zkoss.zk.ui.Execution
Returns whether the named response header has already been set.
containsResponseHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
containsValue(Object) - Method in class org.zkoss.util.CacheMap
 
containsValue(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns false, no matter any variable is defined.
containsValue(Object) - Method in class org.zkoss.zul.ListModelMap
 
containsVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Tests whether a variable defined in this interpreter.
containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Tests whether the variable is defined in this interpreter.
containsVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Returns whether the specified variable is defined.
containsVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists.
containsVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Tests whether the variable exists by using the specified name as a reference to identify the interpreter's scope.
containsVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
containsVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
containsVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether the specified variable is defined.
containsVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
containsVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns whether the specified variable is defined.
CONTENT_HEAD - Static variable in class org.zkoss.zk.au.AuWriters
The first few characters of the output content.
CONTENT_TYPE - Static variable in class org.zkoss.zk.au.AuWriters
The content type of the output.
ContentLoader - Class in org.zkoss.util.resource
A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assumging UTF-8).
ContentLoader() - Constructor for class org.zkoss.util.resource.ContentLoader
 
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the contents of a particular group.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies one or more changes in the lists contents.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies changing contents of nodes.
ContentTypes - Class in org.zkoss.util.media
Utilities relevant to content types.
ContentTypes() - Constructor for class org.zkoss.util.media.ContentTypes
 
contextDestroyed(ServletContextEvent) - Method in class org.zkoss.web.init.LabelLocatorHook
 
contextDestroyed(ServletContextEvent) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
contextInitialized(ServletContextEvent) - Method in class org.zkoss.web.init.LabelLocatorHook
 
contextInitialized(ServletContextEvent) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
convertToItems(AuRequest) - Static method in class org.zkoss.zk.au.in.Commands
Converts the data of the specified request to a set of Component.
copy(Writer, Reader) - Static method in class org.zkoss.io.Files
Copies a reader into a writer.
copy(OutputStream, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream to a output stream.
copy(File, Reader, String) - Static method in class org.zkoss.io.Files
Copies a reader into a file (the original content, if any, are erased).
copy(File, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream into a file (the original content, if any, are erased).
copy(File, File, int) - Static method in class org.zkoss.io.Files
Copies a file or a directory into another.
copy(Namespace) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
Copies all variables from the specified namespace.
copyTo(Map) - Method in class org.zkoss.util.ThreadLocalCache
Puts all object cached in the current thread to the specifed map.
correctFieldName(String) - Static method in class org.zkoss.lang.Classes
Corrects a string to a valid Java name.
correctSeparator(String) - Static method in class org.zkoss.io.Files
Corrects the separator from '/' to the system dependent one.
CP_OVERWRITE - Static variable in class org.zkoss.io.Files
Overwrites the destination file.
CP_PRESERVE - Static variable in class org.zkoss.io.Files
Preserves the last modified time and other attributes if possible.
CP_UPDATE - Static variable in class org.zkoss.io.Files
Copy only when the source is newer or when the destination is missing.
createAttribute(String) - Method in class org.zkoss.idom.Document
 
createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
 
createCDATASection(String) - Method in class org.zkoss.idom.Document
 
createComment(String) - Method in class org.zkoss.idom.Document
 
createComponents(PageDefinition, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the specified page definition.
createComponents(String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the specified page definition.
createComponents(String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from a page file specified by an URI.
createComponents(String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from a page file specified by an URI.
createComponents(PageDefinition, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components based on the specified page definition.
createComponents(String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(PageDefinition, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponents(Execution, PageDefinition, Page, Component, Map) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
createComponents(Execution, PageDefinition, Page, Component, Map) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components from the specified page and definition.
createComponentsDirectly(String, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components from the raw content read from the specified reader.
createComponentsDirectly(String, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a string.
createComponentsDirectly(Document, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Map) - Method in interface org.zkoss.zk.ui.Execution
Creates components that don't belong to any page from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a string.
createComponentsDirectly(Document, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content specified by a DOM tree.
createComponentsDirectly(Reader, String, Component, Map) - Static method in class org.zkoss.zk.ui.Executions
Creates components from the raw content read from the specified reader.
createComponentsDirectly(String, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Component, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(String, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Document, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createComponentsDirectly(Reader, String, Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createDocumentFragment() - Method in class org.zkoss.idom.Document
 
createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createElement(String) - Method in class org.zkoss.idom.Document
 
createElementNS(String, String) - Method in class org.zkoss.idom.Document
 
createEntityReference(String) - Method in class org.zkoss.idom.Document
 
CreateEvent - Class in org.zkoss.zk.ui.event
Used to notify a window that all its children are created and initialized.
CreateEvent(String, Component, Map) - Constructor for class org.zkoss.zk.ui.event.CreateEvent
 
createGroupFoot(Object[], int, int) - Method in class org.zkoss.zkdemo.test2.group.Test1ArrayGroupsModel
 
createGroupFoot(Object[], int, int) - Method in class org.zkoss.zul.ArrayGroupsModel
create group foot Object, default implementation return null, which means no foot .
createGroupHead(Object[], int, int) - Method in class org.zkoss.zkdemo.test2.group.Test1ArrayGroupsModel
 
createGroupHead(Object[], int, int) - Method in class org.zkoss.zul.ArrayGroupsModel
create group head Object, default implementation return first element of groupdata.
createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
 
createTextNode(String) - Method in class org.zkoss.idom.Document
 
Cropper - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if not all of the children of a component are available at the client.
CTRL_GROUP - Static variable in class org.zkoss.zk.au.Command
Whether this command belongs to the control group.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Ctrl key is pressed.
CTRL_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Ctrl key is pressed.
currentSession() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Wrapping HibernateUtil.getSessionFactory().getCurrentSession() into a simple API.
CustomConstraint - Interface in org.zkoss.zul
Additional interface implemented with Constraint to denote a constraint supports a custom way to display the error message.
CustomDataSource - Class in org.zkoss.zkdemo.test2.jasperreport
 
CustomDataSource() - Constructor for class org.zkoss.zkdemo.test2.jasperreport.CustomDataSource
 
CustomDataSource - Class in org.zkoss.zkdemo.userguide
 
CustomDataSource() - Constructor for class org.zkoss.zkdemo.userguide.CustomDataSource
 
Cx5 - Static variable in class org.zkoss.zkdemo.test2.B1906892
 
CxD - Static variable in class org.zkoss.zkdemo.test2.B1906892
 

D

D - Class in org.zkoss.lang
Debugging utilities.
D() - Constructor for class org.zkoss.lang.D
 
DataBinder - Class in org.zkoss.zkplus.databind
The DataBinder used for binding ZK UI component and the backend data bean.
DataBinder() - Constructor for class org.zkoss.zkplus.databind.DataBinder
 
DATE_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
Datebox - Interface in org.zkoss.zul.api
An edit box for holding a date.
Datebox - Class in org.zkoss.zul
An edit box for holding a date.
Datebox() - Constructor for class org.zkoss.zul.Datebox
 
Datebox(Date) - Constructor for class org.zkoss.zul.Datebox
 
Datebox2Default - Class in org.zkoss.zkmax.zul.render
 
Datebox2Default() - Constructor for class org.zkoss.zkmax.zul.render.Datebox2Default
 
DateFormatConverter - Class in org.zkoss.zkplus.databind
Convert a Date or a Timestamp to a formated date String.
DateFormatConverter() - Constructor for class org.zkoss.zkplus.databind.DateFormatConverter
 
DateFormats - Class in org.zkoss.text
DateFormat relevant utilities.
DateFormats() - Constructor for class org.zkoss.text.DateFormats
 
Dates - Class in org.zkoss.util
Utilities for java.util.Date
Dates() - Constructor for class org.zkoss.util.Dates
 
DAY - Static variable in class org.zkoss.zul.Chart
 
dayMonthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the day of month of a date.
Dd - Class in org.zkoss.zhtml
The DD tag.
Dd() - Constructor for class org.zkoss.zhtml.Dd
 
deactivate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
Deactivates a server-push thread.
deactivate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
deactivate(boolean) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Deactvates the current thread (which must be a server-push thread).
deactivate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Deactivates an execution, such that other threads could activate and access components.
deactivate(boolean) - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
deactivate(boolean) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
deactivateServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
deactivateServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Deactivates the server push.
DEBUG - Static variable in class org.zkoss.util.logging.Log
The DEBUG level.
debug(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object.
debug(String) - Method in class org.zkoss.util.logging.Log
Logs a debug message.
debug(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the debug message, and a throwable object.
debug(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the debug message.
debug(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug throwable object.
debug(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debug(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debug(int) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debugable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.DEBUG level is loggable.
Decimalbox - Interface in org.zkoss.zul.api
An edit box for holding BigDecimal.
Decimalbox - Class in org.zkoss.zul
An edit box for holding BigDecimal.
Decimalbox() - Constructor for class org.zkoss.zul.Decimalbox
 
Decimalbox(BigDecimal) - Constructor for class org.zkoss.zul.Decimalbox
 
DecimalboxDefault - Class in org.zkoss.zkmax.zul.render
 
DecimalboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.DecimalboxDefault
 
decSize() - Method in class org.zkoss.util.TreeArray
 
DEFAULT_LIFETIME - Static variable in interface org.zkoss.util.Cache
The default minimal lifetime, unit=milliseconds.
DEFAULT_MAX_SIZE - Static variable in interface org.zkoss.util.Cache
The default maximal allowed size.
DEFAULT_MAXSIZE - Static variable in class org.zkoss.util.CacheMap
Deprecated. As of release 3.0.0, replaced by Cache.DEFAULT_MAX_SIZE.
DefaultIDOMFactory - Class in org.zkoss.idom.input
The default iDOM factory.
DefaultIDOMFactory() - Constructor for class org.zkoss.idom.input.DefaultIDOMFactory
Constructor.
defaultResolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
The default entity resolver.
Deferrable - Interface in org.zkoss.zk.ui.event
Used to decorate EventListener to denote whether the event for the listener can be deferred.
DeferredValue - Interface in org.zkoss.zk.ui.util
Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
DefinitionLoaders - Class in org.zkoss.zk.ui.metainfo
Utilities to load language definitions.
DefinitionLoaders() - Constructor for class org.zkoss.zk.ui.metainfo.DefinitionLoaders
 
DefinitionNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Dentoes a definition cannot be found.
DefinitionNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
DefinitionNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
 
Del - Class in org.zkoss.zhtml
The DEL tag.
Del() - Constructor for class org.zkoss.zhtml.Del
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.seasar
DelegatingVariableResolver, a seasar2 bean variable resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
DelegatingVariableResolver - Class in org.zkoss.zkplus.spring
DelegatingVariableResolver, a spring bean variable resolver.
DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
delete(TreeArray.RbEntry) - Method in class org.zkoss.util.CheckableTreeArray
 
delete(int) - Method in class org.zkoss.util.TreeArray
 
delete(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
All remove methods are done thru this method.
DELETE - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
deleteAll(File) - Static method in class org.zkoss.io.Files
Deletes all files under the specified path.
deleteData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
DemoIdGenerator - Class in org.zkoss.zkdemo.test2
 
DemoIdGenerator() - Constructor for class org.zkoss.zkdemo.test2.DemoIdGenerator
 
DemoItem - Class in org.zkoss.zkdemo.userguide
 
DemoItem(String, String, String, String, String) - Constructor for class org.zkoss.zkdemo.userguide.DemoItem
 
DemoWebAppInit - Class in org.zkoss.zkdemo.userguide
 
DemoWebAppInit() - Constructor for class org.zkoss.zkdemo.userguide.DemoWebAppInit
 
DemoWindowComposer - Class in org.zkoss.zkdemo.userguide
 
DemoWindowComposer() - Constructor for class org.zkoss.zkdemo.userguide.DemoWindowComposer
 
Desktop - Interface in org.zkoss.zk.ui
Represents a desktop.
desktop - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the desktop.
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same desktop.
DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same desktop.
DesktopCache - Interface in org.zkoss.zk.ui.sys
The cache used to store desktops.
DesktopCacheProvider - Interface in org.zkoss.zk.ui.sys
Used to retrieve a desktop cache (DesktopCache).
DesktopCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a desktop.
desktopCreated(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is created.
desktopCreated(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopCtrl - Interface in org.zkoss.zk.ui.sys
An addition interface to Desktop for implementation.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called when a desktop is being removed.
desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a desktop is being destroyed.
desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
 
DesktopImpl - Class in org.zkoss.zk.ui.impl
The implementation of Desktop.
DesktopImpl(WebApp, String, String, String, Object) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
 
DesktopInit - Interface in org.zkoss.zk.ui.util
Used to initialize a desktop when it is created.
desktopScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the desktop.
DesktopSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.
DesktopUnavailableException - Exception in org.zkoss.zk.ui
Denotes the desktop being accessed is no longer available.
DesktopUnavailableException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(String) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException() - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Object) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
DesktopUnavailableException(int) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
 
destroy() - Method in class org.zkoss.web.servlet.CharsetFilter
 
destroy() - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
destroy() - Method in interface org.zkoss.zk.scripting.Interpreter
Called when the interpreter is about to be destroyed.
destroy() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Reset the owner (GenericInterpreter.getOwner()) to null.
destroy() - Method in class org.zkoss.zk.ui.AbstractPage
 
destroy() - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
destroy(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
destroy() - Method in class org.zkoss.zk.ui.http.WebManager
 
destroy() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
destroy() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
destroy() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
destroy() - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
destroy() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the desktop is about to be destroyed.
destroy() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Called when this page is about to be detroyed.
destroy(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Destroys the session cache
destroy() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Destroys this Web applicaiton.
destroy() - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
destroy() - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
destroy() - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
destroy() - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
destroy() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
destroyWith(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
Terminate a OperationThread which is stored in desktop and clear it.
detach() - Method in class org.zkoss.idom.Attribute
Detach the attribute from its owner, if any.
detach() - Method in class org.zkoss.idom.impl.AbstractItem
 
detach() - Method in interface org.zkoss.idom.Item
Detach this item from its parent.
detach() - Method in class org.zkoss.zk.ui.AbstractComponent
 
detach() - Method in interface org.zkoss.zk.ui.Component
Detaches this component such that it won't belong to any page.
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.ListitemRendererExt
Returned by ListitemRendererExt.getControls() to indicate that the list cells added by ListitemRendererExt.newListcell(org.zkoss.zul.Listitem) must be detached before calling ListitemRenderer.render(org.zkoss.zul.Listitem, java.lang.Object).
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.RowRendererExt
Returned by RowRendererExt.getControls() to indicate that the list cells added by RowRendererExt.newCell(org.zkoss.zul.Row) must be detached before calling RowRenderer.render(org.zkoss.zul.Row, java.lang.Object).
DETACH_ON_UNLOAD - Static variable in interface org.zkoss.zul.ListitemRendererExt
Deprecated. As of release 3.5.0, all rendered list items are detached to minimize the side effect.
DETACH_ON_UNLOAD - Static variable in interface org.zkoss.zul.RowRendererExt
Deprecated. As of release 3.5.0, all rendered rows are detached to minimize the side effect.
detachChildren() - Method in interface org.zkoss.idom.Group
Detaches all children and returns them in a list.
detachChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
DetachDesktopCleanup - Class in org.zkoss.zkdemo.test2
Detaches when desktop is cleaned up.
DetachDesktopCleanup() - Constructor for class org.zkoss.zkdemo.test2.DetachDesktopCleanup
 
Detail - Interface in org.zkoss.zul.api
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
Detail - Class in org.zkoss.zul
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
Detail() - Constructor for class org.zkoss.zul.Detail
 
Detail.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Detail.ExtraCtrl() - Constructor for class org.zkoss.zul.Detail.ExtraCtrl
 
DetailDefault - Class in org.zkoss.zkmax.zul.render
Detail's default mold.
DetailDefault() - Constructor for class org.zkoss.zkmax.zul.render.DetailDefault
 
detroyRichlets() - Method in class org.zkoss.zk.ui.util.Configuration
Destroyes all richlets.
Device - Interface in org.zkoss.zk.device
Represents a client device.
DeviceConfig - Interface in org.zkoss.zk.device
Used to initialize a device (Device).
DeviceNotFoundException - Exception in org.zkoss.zk.device
Denotes the interpreter of the requested device type is not found.
DeviceNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
DeviceNotFoundException(String, int) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
 
Devices - Class in org.zkoss.zk.device
A manager of devices (Device).
Dfn - Class in org.zkoss.zhtml
The DFN tag.
Dfn() - Constructor for class org.zkoss.zhtml.Dfn
 
DHtmlLayoutFilter - Class in org.zkoss.zk.ui.http
Used to post-process the response into a ZK page.
DHtmlLayoutFilter() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
DHtmlLayoutPortlet - Class in org.zkoss.zk.ui.http
The portlet used to process the request for a ZUML page.
DHtmlLayoutPortlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DHtmlLayoutServlet - Class in org.zkoss.zk.ui.http
Used to process the request for a ZUML page.
DHtmlLayoutServlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
DHtmlUpdateServlet - Class in org.zkoss.zk.au.http
Used to receive command from the server and send result back to client.
DHtmlUpdateServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
didActivate(WebManager) - Method in interface org.zkoss.zk.ui.http.WebManagerActivationListener
Called after WebManager is created.
didActivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session has just been activated.
didDeserialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component has de-serialized this object back.
didDeserialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop has de-serialized this object back.
didDeserialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page has de-serialized this object back.
didDeserialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Deprecated. As of release 3.0.8, no way to find the right moment to call back this method.
Dir - Class in org.zkoss.zhtml
The DIR tag.
Dir() - Constructor for class org.zkoss.zhtml.Dir
 
disable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Disables this visualizer.
Div - Class in org.zkoss.zhtml
The DIV tag.
Div() - Constructor for class org.zkoss.zhtml.Div
 
Div - Interface in org.zkoss.zul.api
The same as HTML DIV tag.
Div - Class in org.zkoss.zul
The same as HTML DIV tag.
Div() - Constructor for class org.zkoss.zul.Div
 
DivDefault - Class in org.zkoss.zkmax.zul.render
 
DivDefault() - Constructor for class org.zkoss.zkmax.zul.render.DivDefault
 
Dl - Class in org.zkoss.zhtml
The DL tag.
Dl() - Constructor for class org.zkoss.zhtml.Dl
 
doAfterCompose(Page) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doAfterCompose(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
 
doAfterCompose(Component) - Method in interface org.zkoss.zk.ui.util.Composer
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
doAfterCompose(Page) - Method in class org.zkoss.zk.ui.util.Composition
 
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.Composition
 
doAfterCompose(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
Auto wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(Component) - Method in class org.zkoss.zk.ui.util.GenericComposer
Registers onXxx events to the supervised component; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(Component) - Method in class org.zkoss.zk.ui.util.GenericForwardComposer
Auto forward events and wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
doAfterCompose(Page) - Method in interface org.zkoss.zk.ui.util.Initiator
Called after all components are created (aka., composed), and before any event is processed.
doAfterCompose(Page, Component[]) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
Called after all components are created (aka., composed), and before any event is processed.
doAfterCompose(Page) - Method in class org.zkoss.zkdemo.test2.B2199361
 
doAfterCompose(Page) - Method in class org.zkoss.zkdemo.test2.B2227929Initiator
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.test2.F2314655_1
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.test2.F2314655_2
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.test2.MyComposer
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.test2.TreeComposer
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.test2.VoidComposer
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.userguide.DemoWindowComposer
 
doAfterCompose(Component) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
doAfterCompose(Page) - Method in class org.zkoss.zkdemo.userguide.MainLayoutInit
 
doAfterCompose(Page) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doAfterCompose(Page, Component[]) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes before composing a component.
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zkdemo.test2.VoidComposer
 
doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
doBeforeComposeChildren(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
 
doBeforeComposeChildren(Component) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Invokes after the component is instantiated and initialized, but before composing any child.
doBeforeComposeChildren(Component) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doBeforeComposeChildren(Component) - Method in class org.zkoss.zkdemo.test2.VoidComposer
 
doBeforeComposeChildren(Component) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
 
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called when an exception occurs when composing the component.
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.Composition
 
doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.Initiator
Called when an exception occurs during the evaluation of the page.
doCatch(Throwable) - Method in class org.zkoss.zkdemo.test2.B2199361
 
doCatch(Throwable) - Method in class org.zkoss.zkdemo.test2.B2227929Initiator
 
doCatch(Throwable) - Method in class org.zkoss.zkdemo.test2.VoidComposer
 
doCatch(Throwable) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
doCatch(Throwable) - Method in class org.zkoss.zkdemo.userguide.MainLayoutInit
 
doCatch(Throwable) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doCatch(Throwable) - Method in interface org.zkoss.zul.RendererCtrl
Called if any exception occurs when rendering items.
DocType - Class in org.zkoss.idom
The iDOM DocType.
DocType(String, String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType() - Constructor for class org.zkoss.idom.DocType
Constructor.
Document - Class in org.zkoss.idom
Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
Document(Element, DocType) - Constructor for class org.zkoss.idom.Document
Constructor.
Document(Element) - Constructor for class org.zkoss.idom.Document
Constructor.
Document() - Constructor for class org.zkoss.idom.Document
Constructor.
document - Variable in class org.zkoss.util.resource.ClassLocator.Resource
The content of the resource.
Document.ChildArray - Class in org.zkoss.idom
 
Document.ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
 
doEmbedded() - Method in interface org.zkoss.zul.api.Window
Makes this window as embeded with other components (Default).
doEmbedded() - Method in class org.zkoss.zul.Window
Makes this window as embeded with other components (Default).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.web.servlet.CharsetFilter
 
doFilter(HttpServletRequest, HttpServletResponse, String, FilterChain) - Method in interface org.zkoss.web.util.resource.Filter
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.web.util.resource.FilterChain
Causes the next filter Filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes Extendlet at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
doFinally() - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doFinally() - Method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
 
doFinally() - Method in interface org.zkoss.zk.ui.util.ComposerExt
Called after the component has been composed completely.
doFinally() - Method in class org.zkoss.zk.ui.util.Composition
 
doFinally() - Method in class org.zkoss.zk.ui.util.GenericComposer
 
doFinally() - Method in interface org.zkoss.zk.ui.util.Initiator
Do the cleanup after the page has been evaluated.
doFinally() - Method in class org.zkoss.zkdemo.test2.B2199361
 
doFinally() - Method in class org.zkoss.zkdemo.test2.B2227929Initiator
 
doFinally() - Method in class org.zkoss.zkdemo.test2.VoidComposer
 
doFinally() - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
doFinally() - Method in class org.zkoss.zkdemo.userguide.MainLayoutInit
 
doFinally() - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
doFinally() - Method in interface org.zkoss.zul.RendererCtrl
Invoked after all rendering are done successfully or an exception occurs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doHighlighted() - Method in interface org.zkoss.zul.api.Window
Makes this window as highlited.
doHighlighted() - Method in class org.zkoss.zul.Window
Makes this window as highlited.
doInit(Page, Object[]) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
 
doInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns a list of all Initiator and invokes its Initiator.doInit(org.zkoss.zk.ui.Page, java.lang.Object[]) before returning.
doInit(Page, Object[]) - Method in class org.zkoss.zk.ui.util.Composition
 
doInit(Page, Object[]) - Method in interface org.zkoss.zk.ui.util.Initiator
Does the initializes before the page is evaluated.
doInit(Page, Object[]) - Method in class org.zkoss.zkdemo.test2.B2199361
 
doInit(Page, Object[]) - Method in class org.zkoss.zkdemo.test2.B2227929Initiator
 
doInit(Page, Object[]) - Method in class org.zkoss.zkdemo.userguide.MainLayoutInit
 
doInit(Page, Object[]) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
 
DOMException - Exception in org.zkoss.idom
Denotes an operation is not supported.
DOMException(short) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMImplementation - Class in org.zkoss.idom.impl
The iDOM's implementation of DOMImplementation.
DOMImplementation() - Constructor for class org.zkoss.idom.impl.DOMImplementation
 
doModal() - Method in interface org.zkoss.zul.api.Window
Makes this window as a modal dialog.
doModal() - Method in class org.zkoss.zul.Window
Makes this window as a modal dialog.
doOverlapped() - Method in interface org.zkoss.zul.api.Window
Makes this window as overlapped with other components.
doOverlapped() - Method in class org.zkoss.zul.Window
Makes this window as overlapped with other components.
doPopup() - Method in interface org.zkoss.zul.api.Window
Makes this window as popup, which is overlapped with other component and auto-hiden when user clicks outside of the window.
doPopup() - Method in class org.zkoss.zul.Window
Makes this window as popup, which is overlapped with other component and auto-hiden when user clicks outside of the window.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
doResume() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Resumes this thread and returns only if the execution (being suspended by EventProcessingThreadImpl.doSuspend(java.lang.Object)) completes.
doSuspend(Object) - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Suspends the current thread and Waits until EventProcessingThreadImpl.doResume() is called.
doTry() - Method in interface org.zkoss.zul.RendererCtrl
Called before rendering any item.
Doublebox - Interface in org.zkoss.zul.api
An edit box for holding an float point value (double).
Doublebox - Class in org.zkoss.zul
An edit box for holding an float point value (double).
Doublebox() - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(double) - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(Double) - Constructor for class org.zkoss.zul.Doublebox
 
DoubleboxDefault - Class in org.zkoss.zkmax.zul.render
 
DoubleboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.DoubleboxDefault
 
doubleValue() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the value in double.
doubleValue() - Method in interface org.zkoss.zul.api.Doublebox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in double.
doView(RenderRequest, RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
drawChart(Object) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
 
drawChart(Object) - Method in interface org.zkoss.zul.impl.ChartEngine
Draw the chart and render into image format as an byte array.
drawText(Graphics2D, Captcha) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
DRIVE_SEPARATOR_CHAR - Static variable in class org.zkoss.io.Files
The separator representing the drive in a path.
DropCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the DropEvent relevant command.
DropCommand(String, int) - Constructor for class org.zkoss.zk.au.in.DropCommand
 
dropDesktop(boolean) - Method in class org.zkoss.zkdemo.test.DumbFailoverManager
Drops the current desktop.
DropEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's dragging and dropping a component.
DropEvent(String, Component, Component, int, int, int) - Constructor for class org.zkoss.zk.ui.event.DropEvent
Constructs a drop event.
DSP_ACTION_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ACTION_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_INVALID_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_NOT_FOUND - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_QUOTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_ATTRIBUTE_VALUE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_COMMENT_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_EXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_NESTED_ACTION_NOT_ALLOWED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_TAGLIB_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNEXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ACTION - Static variable in interface org.zkoss.web.mesg.MWeb
 
DSP_UNKNOWN_ATTRIBUTE_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
 
DspContext - Interface in org.zkoss.web.servlet.dsp
The context used with Interpreter.interpret(org.zkoss.web.servlet.dsp.DspContext, java.lang.String, java.lang.String, org.zkoss.xel.XelContext).
DspException - Exception in org.zkoss.web.servlet.dsp
Represents a DSP exception.
DspException(String, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(String) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException() - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[], Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object[]) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Object) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException(int) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
 
DspException.Aide - Class in org.zkoss.web.servlet.dsp
Utilities.
DspException.Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
 
DspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in DSP pages.
DspFns() - Constructor for class org.zkoss.zk.fn.DspFns
 
Dt - Class in org.zkoss.zhtml
The DT tag.
Dt() - Constructor for class org.zkoss.zhtml.Dt
 
DualCollection - Class in org.zkoss.util
A combination of two collections into a collection.
DualCollection(Collection, Collection) - Constructor for class org.zkoss.util.DualCollection
Constructor.
DualFunctionMapper - Class in org.zkoss.xel.util
Combine two function mappers into one function mapper.
DualFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class org.zkoss.xel.util.DualFunctionMapper
Constructor.
DumbFailoverManager - Class in org.zkoss.zkdemo.test
A dumb failover manager useless but to test the failover mechanism.
DumbFailoverManager() - Constructor for class org.zkoss.zkdemo.test.DumbFailoverManager
 
dummy(Object) - Static method in class org.zkoss.lang.Threads
A dummy function that is used to avoid compiler from optimizing statments around it.
DUMMY - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
Represents a dummy definition.
DUMMY_EXPRESSION - Static variable in class org.zkoss.xel.Expressions
An dummy expression that does nothing.
DummyCommand - Class in org.zkoss.zk.au.in
A dummy command that does nothing but triggers an execution to prcess all pending request, if any.
DummyCommand(String, int) - Constructor for class org.zkoss.zk.au.in.DummyCommand
 
dumpTree(Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to System.out.
dumpTree(PrintStream, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified stream.
dumpTree(PrintWriter, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified writer.
duplicate(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(Object) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Duplicates the specified component info but retaining the same but virtual parent-child relationship.
DYNAMIC_READER - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a meida whose reader is created dynamically each time AMedia.getReaderData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.sound.AAudio
Used if you want to implement a meida whose input stream is created dynamically each time AAudio.getStreamData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a meida whose input stream is created dynamically each time AMedia.getStreamData() is called.
DynamicMedia - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component might have viewable parts other than HTML (WML, XAML or any client language).
DynamicPropertied - Interface in org.zkoss.zk.ui.ext
Represents a component that supports a range of properties.
DynamicTag - Interface in org.zkoss.zk.ui.ext
Represents a component is used to represent a broad range of tags.

E

East - Interface in org.zkoss.zkex.zul.api
This component is a east region.
EAST - Static variable in class org.zkoss.zkex.zul.Borderlayout
The east layout constraint (right side of container).
East - Class in org.zkoss.zkex.zul
This component is a east region.
East() - Constructor for class org.zkoss.zkex.zul.East
 
eat(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an exception as an warning message about being eaten (rather than thrown).
eat(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an exception as an warning message about being eaten (rather than thrown).
eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
Eliminates single and double quotations to avoid JavaScript injection.
EchoCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement generic command that does nothing but posting an Event.
EchoCommand(String, int) - Constructor for class org.zkoss.zk.au.in.EchoCommand
 
echoEvent(String, Component, String) - Static method in class org.zkoss.zk.ui.event.Events
Echos an event.
EL_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
 
Element - Class in org.zkoss.idom
The iDOM element.
Element(String, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(String) - Constructor for class org.zkoss.idom.Element
Constructor without a namespace (i.e., Namespace.NO_NAMESPACE).
Element() - Constructor for class org.zkoss.idom.Element
Constructor.
element - Variable in class org.zkoss.util.TreeArray.RbEntry
 
element() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Get an operation from queue, doesn't remove it.
Element.AttrArray - Class in org.zkoss.idom
 
Element.AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
 
Element.AttrMap - Class in org.zkoss.idom
 
Element.AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
 
elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ELFactory - Class in org.zkoss.xel.el
An implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
 
ELXelExpression - Class in org.zkoss.zkmax.xel.el
A XEL expression that is based on a EL expression.
ELXelExpression(Expression, String, FunctionMapper, Class) - Constructor for class org.zkoss.zkmax.xel.el.ELXelExpression
 
Em - Class in org.zkoss.zhtml
The EM tag.
Em() - Constructor for class org.zkoss.zhtml.Em
 
Embed - Class in org.zkoss.zhtml
The EMBED tag.
Embed() - Constructor for class org.zkoss.zhtml.Embed
 
EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
Empty enumeration.
EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
Empty iterator.
EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
An empty function mapper, i.e., it has no function defined at all.
EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
The empty node list.
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.zul.mesg.MZul
 
EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
An empty variable resolver, i.e., it has no variable defined at all.
EmptyNamedNodeMap - Class in org.zkoss.idom.impl
An empty NamedNodeMap.
EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
 
enableDisableBehindModal(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to disable the components that don't belong to the active modal window.
enableEventThread(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use the event processing thread.
enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
Sets whether to output the doc type.
enableServerPush(boolean) - Method in interface org.zkoss.zk.ui.Desktop
Enables or disables the server-push feature.
enableServerPush(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
enableServerPush(ServerPush) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Enables the server-push feature with the specified server-push controller.
encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
Encodes an AWT image into a byte array in a particular format.
encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
 
encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image.
encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Integer.toHexString.
encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Long.toHexString.
encode(int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be used as XML attribute.
encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Deprecated.  
encodeRedirectURL(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Encodes an URL such that it can be used with HttpServletResponse.sendRedirect.
encodeRedirectURL(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL for send redirect.
Encodes - Class in org.zkoss.web.servlet.http
Encoding utilities for servlets.
Encodes() - Constructor for class org.zkoss.web.servlet.http.Encodes
 
Encodes.URLEncoder - Interface in org.zkoss.web.servlet.http
The URL encoder used to post-process the encoded URL of Encodes.encodeURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String) before returning.
encodeText(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be enclosed by a XML elemnt.
encodeText(StringBuffer, String) - Static method in class org.zkoss.xml.XMLs
Encodes a value and appends it to a string buffer, such that it could be enclosed by a XML elemnt.
encodeToURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes the specified URL into an instance of URL.
encodeURI(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for the URI location.
encodeURIComponent(String) - Static method in class org.zkoss.web.servlet.http.Encodes
Does the HTTP encoding for an URI query parameter.
encodeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
Encodes a URL.
encodeUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
encodeURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Encodes the specified URI.
encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the encoded URL.
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
encodeURL(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Encodes an URL.
encodeURL(ServletContext, ServletRequest, ServletResponse, String) - Method in interface org.zkoss.web.servlet.http.Encodes.URLEncoder
Returns the encoded URL.
encodeUrl(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Deprecated.  
encodeURL(ServletRequest, ServletResponse, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the encoded URL.
encodeURL(String) - Method in interface org.zkoss.zk.ui.Execution
Encodes an URL.
encodeURL(String) - Static method in class org.zkoss.zk.ui.Executions
Encodes the specified URL.
encodeURL(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
END - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
endDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
endDTD() - Method in class org.zkoss.idom.input.SAXHandler
 
endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endModal(int) - Method in class org.zkoss.zul.impl.MessageboxDlg
Called only internally.
endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the last millisecond date of the specified date and TimeZone.
endOfMonth() - Static method in class org.zkoss.util.Dates
Return the ending date of this month.
endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endOfYear() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endUpdate(Execution, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
endUpdate(Execution, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes posted events, deactive and ends the asynchronous update.
EntityReference - Class in org.zkoss.idom
The iDOM entity reference.
EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
Constructor.
EntityReference() - Constructor for class org.zkoss.idom.EntityReference
Constructor.
entryIterator(int) - Method in class org.zkoss.util.TreeArray
 
entryIterator() - Method in class org.zkoss.util.TreeArray
 
entrySet() - Method in class org.zkoss.util.CacheMap
 
entrySet() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
entrySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty set, no matter any variable is defined.
entrySet() - Method in class org.zkoss.zul.ListModelMap
 
equals(Object) - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
equals(Object) - Method in class org.zkoss.idom.Namespace
Note: equals() is based on URI only.
equals(Object) - Method in class org.zkoss.lang.MutableInteger
 
equals(Object, Object) - Static method in class org.zkoss.lang.Objects
Tests whether two objects are equals.
equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
 
equals(Object) - Method in class org.zkoss.util.CacheMap
 
equals(Object) - Method in class org.zkoss.util.FastReadArray
 
equals(Object) - Method in class org.zkoss.util.logging.Log
 
equals(Object) - Method in class org.zkoss.util.Pair
 
equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
 
equals(Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
equals(Object) - Method in class org.zkoss.web.servlet.JavaScript
 
equals(Object) - Method in class org.zkoss.web.servlet.StyleSheet
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
equals(Object) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
 
equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
 
equals(Object) - Method in class org.zkoss.zk.au.AuRequest
 
equals(Object) - Method in class org.zkoss.zk.au.AuResponse
 
equals(Object) - Method in class org.zkoss.zk.au.Command
 
equals(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
equals(Object) - Method in class org.zkoss.zk.ui.Path
 
equals(Object) - Method in class org.zkoss.zk.xel.ExValue
 
equals(Object) - Method in class org.zkoss.zkdemo.test2.BizService.Repository
 
equals(Object) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
equals(Object) - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
equals(Object) - Method in class org.zkoss.zul.ListitemComparator
 
equals(Object) - Method in class org.zkoss.zul.ListModelArray
 
equals(Object) - Method in class org.zkoss.zul.ListModelList
 
equals(Object) - Method in class org.zkoss.zul.ListModelMap
 
equals(Object) - Method in class org.zkoss.zul.ListModelSet
 
equals(Object) - Method in class org.zkoss.zul.RowComparator
 
equals(Object) - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
Tests whether two namespace are the same in both prefix and namespace URI.
error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
ERROR - Static variable in class org.zkoss.util.logging.Log
The ERROR level.
error(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object.
error(String) - Method in class org.zkoss.util.logging.Log
Logs an error message.
error(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the error message, and a throwable object.
error(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the error message.
error(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error throwable object.
error(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
error(int, Object) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
error(int) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
ERROR - Static variable in class org.zkoss.zhtml.Messagebox
A symbol consisting of a white X in a circle with a red background.
ERROR - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a white X in a circle with a red background.
ERROR_EXCEPTION - Static variable in class org.zkoss.web.Attributes
The attribute to hold the exception, if any.
Errorable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if users might enter a wrong value for a component.
ErrorCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ErrorEvent relevant command.
ErrorCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ErrorCommand
 
ErrorEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's entering a wrong data or clearing the last wrong data.
ErrorEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.ErrorEvent
Constructs an error-relevant event.
ErrorHandling - Class in org.zkoss.zkdemo.test
Used to test richlet.
ErrorHandling() - Constructor for class org.zkoss.zkdemo.test.ErrorHandling
 
escape(String, String) - Static method in class org.zkoss.lang.Strings
Escapes (aka, quote) the special characters with backslash.
escapeXML(String) - Static method in class org.zkoss.xml.XMLs
Encodes a string that special characters are quoted to be compatible with HTML/XML.
escapeXML(char) - Static method in class org.zkoss.xml.XMLs
Enscapes a character into a string if it is a special XML character, returns null if not a special character.
evalJavaScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to evaluate the specified JavaScript.
evalProperties(Map, Page, Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Evaluates and retrieves properties to the specified map.
evalProperties(Map, Page, Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Evaluates and retrieves properties to the specified map from ComponentDefinition (and ComponentInfo).
evalProperties(Map, Page, Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
Evaluates an expression that was previously prepared.
evaluate(XelContext, String, Class) - Method in interface org.zkoss.xel.ExpressionFactory
Evaluates an expression.
evaluate(XelContext, String, Class) - Static method in class org.zkoss.xel.Expressions
Evaluates an expression.
evaluate(Component, String, Class) - Method in interface org.zkoss.zk.ui.Execution
Evluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the page of the specified component.
evaluate(Page, String, Class) - Method in interface org.zkoss.zk.ui.Execution
Evluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the specified page.
evaluate(Component, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evluates the specified expression by use of the current context (Executions.getCurrent()).
evaluate(Page, String, Class) - Static method in class org.zkoss.zk.ui.Executions
Evluates the specified expression with the resolver of the current execution (Executions.getCurrent()).
evaluate(Component, String, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, String, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
evaluate(Page, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Component, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
Evaluates the expression.
evaluate(Evaluator, Component, String, Class) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${).
evaluate(Evaluator, Page, String, Class) - Static method in class org.zkoss.zk.xel.Evaluators
Evaluates the specified expression (which might or might not contain ${).
evaluate(Page, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(Component, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
evaluate(XelContext) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
evaluateComposite(Evaluator, Component, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a component.
evaluateComposite(Evaluator, Page, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a page.
Evaluator - Interface in org.zkoss.zk.xel
A ZK specific expression builder that is based on XEL.
EvaluatorRef - Interface in org.zkoss.zk.xel.impl
A reference to Evaluator.
Evaluators - Class in org.zkoss.xel.util
It mapps a name with an evaluator implementation.
Evaluators - Class in org.zkoss.zk.xel
Utilities of evaluation.
Evaluators() - Constructor for class org.zkoss.zk.xel.Evaluators
 
Event - Class in org.zkoss.zk.ui.event
An event sent to the event handler of a component.
Event(String, Component) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
Event(String, Component, Object) - Constructor for class org.zkoss.zk.ui.event.Event
Constructs a simple event.
EventHandler - Class in org.zkoss.zk.ui.metainfo
An event handler of a component definition (ComponentDefinition).
EventHandler(ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandler(EvaluatorRef, ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
 
EventHandlerMap - Class in org.zkoss.zk.ui.metainfo
A map of instances of EventHandler.
EventHandlerMap() - Constructor for class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
EventInterceptor - Interface in org.zkoss.zk.ui.util
The event interceptor used to intercept the processing of events.
EventInterceptors - Class in org.zkoss.zk.ui.impl
Utilities used to handle EventInterceptor.
EventInterceptors() - Constructor for class org.zkoss.zk.ui.impl.EventInterceptors
 
EventListener - Interface in org.zkoss.zk.ui.event
An listener that will be notified when an event occurs, if it is registered to Component.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener).
EventProcessingThread - Interface in org.zkoss.zk.ui.sys
Represents an event processing thread.
EventProcessingThreadImpl - Class in org.zkoss.zk.ui.impl
Thread to handle events.
EventProcessingThreadImpl() - Constructor for class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
EventProcessor - Class in org.zkoss.zk.ui.impl
A utility class that simplify the implementation of EventProcessingThread.
EventProcessor(Desktop, Component, Event) - Constructor for class org.zkoss.zk.ui.impl.EventProcessor
 
EventQueue - Interface in org.zkoss.zkmax.ui.eq
An event queue.
EventQueues - Class in org.zkoss.zkmax.ui.eq
Utilities to access the event queue.
EventQueues() - Constructor for class org.zkoss.zkmax.ui.eq.EventQueues
 
Events - Class in org.zkoss.zk.ui.event
Utilities to handle events.
EventThreadCleanup - Interface in org.zkoss.zk.ui.event
Used to clean the event processing thread.
EventThreadInit - Interface in org.zkoss.zk.ui.event
Used to initialize the event processing thread.
EventThreadResume - Interface in org.zkoss.zk.ui.event
Used to listen after the event processing thread is resumed.
EventThreadSuspend - Interface in org.zkoss.zk.ui.event
Used to listen when the event processing thread is going to suspend.
EXACT - Static variable in class org.zkoss.zkdemo.test.ComparisonType
 
Exceptions - Class in org.zkoss.lang
Utilities for Exceptions.
Exceptions() - Constructor for class org.zkoss.lang.Exceptions
 
EXCLAMATION - Static variable in class org.zkoss.zhtml.Messagebox
A symbol consisting of an exclamation point in a triangle with a yellow background.
EXCLAMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of an exclamation point in a triangle with a yellow background Since 3.5.0, they are actually style class names to display the icon.
exec() - Method in class org.zkoss.util.ScalableTimerTask
The action to be performed by this timer task.
exec(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
exec(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Executes the specified script.
exec(String) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
exec(String) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
exec(String) - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
exec(String) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
execNewPage(Execution, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execNewPage(Execution, PageDefinition, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Creates components specified in the given page definition.
execNewPage(Execution, Richlet, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Invoke Richlet.service(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.
execNewPage0(Execution, PageDefinition, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
It assumes exactly one of pagedef and richlet is not null.
execRecover(Execution, FailoverManager) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execRecover(Execution, FailoverManager) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executes the recovering.
execUpdate(Execution, List, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
execUpdate(Execution, List, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Executs an asynchronous update to a component (or page).
execute() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
execute() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
execute() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called to process this aborting reason.
execute() - Method in class org.zkoss.zkdemo.userguide.DemoWindowComposer
 
execute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
Execute the operation.
Execution - Interface in org.zkoss.zk.ui
An execution of a client request (e.g., ServletRequest).
execution - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the current execution.
EXECUTION_PROXY - Static variable in class org.zkoss.zk.ui.Components
Execution Proxy
ExecutionCarryOver - Class in org.zkoss.zk.ui.impl
A utility to carry over the execution to a server-push thread.
ExecutionCarryOver(Desktop) - Constructor for class org.zkoss.zk.ui.impl.ExecutionCarryOver
 
ExecutionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up an execution.
ExecutionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface to Execution for implementation.
ExecutionImpl - Class in org.zkoss.zk.ui.http
An Execution implementation for HTTP request and response.
ExecutionImpl(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Page) - Constructor for class org.zkoss.zk.ui.http.ExecutionImpl
Constructs an execution for HTTP request.
ExecutionInit - Interface in org.zkoss.zk.ui.util
Used to initialize an execution when it is created.
ExecutionResolver - Class in org.zkoss.zk.xel.impl
A variable resolver that is based on the specified execution.
ExecutionResolver(Execution, VariableResolver) - Constructor for class org.zkoss.zk.xel.impl.ExecutionResolver
Constructs a resolver with a parent and a page.
Executions - Class in org.zkoss.zk.ui
Utilities to access Execution.
Executions() - Constructor for class org.zkoss.zk.ui.Executions
 
ExecutionsCtrl - Class in org.zkoss.zk.ui.sys
Additional utilities for Execution.
ExecutionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ExecutionsCtrl
 
existBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether this component and attribute associated with a binding.
exists(String) - Static method in class org.zkoss.xel.util.Evaluators
Tests whether the evaluator (aka., the expression factory) for the specified evaluator name exists.
exists(String) - Static method in class org.zkoss.zk.device.Devices
Tests whether the device for the specified type exists.
exists(String) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether the interpreter for the specified language name exists.
exists(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified language exists.
existsBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether this component associated with any bindings.
existsByThread(String) - Static method in class org.zkoss.lang.Classes
Returns whether the specified class exists for the current thread's context class loader.
Expectable - Interface in org.zkoss.lang
A specifial interface to denote an exception is expectable -- it means the exception is not caused by programming error.
EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
exportFileName() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
Express - Interface in org.zkoss.zk.ui.event
Decorates an event listener (EventListener) shall be invoked before other event listeners, including the onXxx member declared in the ZUML pages.
Expression - Interface in org.zkoss.xel
Represent a prepared (aka., compiled) expression.
ExpressionFactory - Interface in org.zkoss.xel
Used to prepare expressions (Expression).
ExpressionFragment - Class in org.zkoss.zkmax.xel.util
Represents an expression fragment of an expression.
Expressions - Class in org.zkoss.xel
Utilities to use XEL.
Expressions() - Constructor for class org.zkoss.xel.Expressions
 
expunge() - Method in class org.zkoss.util.CacheMap
Enforces to expunge items that exceeds the maximal allowed number or lifetime.
EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall continue.
EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote it shall not be expunged.
EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall stop.
EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote it shall be expunged.
Extendlet - Interface in org.zkoss.web.util.resource
A plugin of ClassWebResource to process particular content.
ExtendletConfig - Interface in org.zkoss.web.util.resource
The configuration information used to initialize an Extendlet (aka., a resource processor).
ExtendletContext - Interface in org.zkoss.web.util.resource
This interface defines an extended context that Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int) will try to resolve.
ExtendletDspContext - Class in org.zkoss.web.servlet.dsp
Extendlet-based DSP context.
ExtendletDspContext(ExtendletContext, HttpServletRequest, HttpServletResponse, String, Writer) - Constructor for class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
ExtendletLoader - Class in org.zkoss.web.util.resource
A skeletal implementation of the loader used to implement an extendlet.
ExtendletLoader() - Constructor for class org.zkoss.web.util.resource.ExtendletLoader
 
externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ExValue - Class in org.zkoss.zk.xel
A string value that might carries an expression.
ExValue(String, Class) - Constructor for class org.zkoss.zk.xel.ExValue
Constructor.

F

F1 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F10 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F11 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F12 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F2 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F2314655_1 - Class in org.zkoss.zkdemo.test2
Used to test F36-2314655
F2314655_1() - Constructor for class org.zkoss.zkdemo.test2.F2314655_1
 
F2314655_2 - Class in org.zkoss.zkdemo.test2
Used to test F36-2314655
F2314655_2() - Constructor for class org.zkoss.zkdemo.test2.F2314655_2
 
F3 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F4 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F5 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F6 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F7 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F8 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
F9 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
FacadeInvoker - Class in org.zkoss.lang.reflect
The facade invocation handler.
FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
 
FacadeList - Class in org.zkoss.xml
The java List which is a facade of a NodeList.
FacadeList(NodeList) - Constructor for class org.zkoss.xml.FacadeList
Constructor.
FacadeNodeList - Class in org.zkoss.xml
The NodeList which is a facade of another java List.
FacadeNodeList(List) - Constructor for class org.zkoss.xml.FacadeNodeList
Constructor.
FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
 
FailoverButton - Class in org.zkoss.zkdemo.test
Used with test/failover.zul to test the failover mechanism.
FailoverButton() - Constructor for class org.zkoss.zkdemo.test.FailoverButton
 
FailoverManager - Interface in org.zkoss.zk.ui.sys
Represents a class that is able to handle fail-over in the application specific way.
failToExecute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
Notify when 1.any Exception occurs when execute 2.thread is terminate by OperationThread.terminate() 3.desktop is not longer available
FakeListModel - Class in org.zkoss.zkdemo.test2.grid
 
FakeListModel() - Constructor for class org.zkoss.zkdemo.test2.grid.FakeListModel
 
FakeListModel(int) - Constructor for class org.zkoss.zkdemo.test2.grid.FakeListModel
 
FastReadArray - Class in org.zkoss.util
An array of objects that are fast to read but a bit slower to add and remove.
FastReadArray() - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of Object.
FastReadArray(Class) - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of the specified class.
fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapper.resolveClass(java.lang.String)
FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapper.resolveFunction(java.lang.String, java.lang.String)
FieldComparator - Class in org.zkoss.zul
Based on the the given field names to compare the field value of the object that is passed in FieldComparator.compare(java.lang.Object, java.lang.Object) method.
FieldComparator(String, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
FieldComparator(String, boolean, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
Fields - Class in org.zkoss.lang.reflect
Utilities to access fields.
Fields() - Constructor for class org.zkoss.lang.reflect.Fields
 
Fieldset - Class in org.zkoss.zhtml
The FIELDSET tag.
Fieldset() - Constructor for class org.zkoss.zhtml.Fieldset
 
file - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FileDateCompare - Class in org.zkoss.zkdemo.test2
 
FileDateCompare(boolean) - Constructor for class org.zkoss.zkdemo.test2.FileDateCompare
 
Filedownload - Class in org.zkoss.zhtml
File download utilities.
Filedownload() - Constructor for class org.zkoss.zhtml.Filedownload
 
Filedownload - Class in org.zkoss.zkmax.zul
More filedownload utilities, such as resumable filedownload.
Filedownload() - Constructor for class org.zkoss.zkmax.zul.Filedownload
 
Filedownload - Class in org.zkoss.zul
File download utilities.
Filedownload() - Constructor for class org.zkoss.zul.Filedownload
 
FiledownloadListener - Interface in org.zkoss.zkmax.zul
The listener used with Filedownload.saveResumable(java.io.File, java.lang.String, java.lang.String) to reject a download if the user tried to resume it in unacceptable situation.
filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 
FileReader - Class in org.zkoss.io
Convenience class for reading character files.
FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the File instance to read from.
FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
Files - Class in org.zkoss.io
File related utilities.
Files() - Constructor for class org.zkoss.io.Files
 
Fileupload - Class in org.zkoss.zhtml
A fileupload dialog used to let user upload a file.
Fileupload() - Constructor for class org.zkoss.zhtml.Fileupload
 
Fileupload - Interface in org.zkoss.zul.api
A fileupload dialog used to let user upload a file.
Fileupload - Class in org.zkoss.zul
A fileupload dialog used to let user upload a file.
Fileupload() - Constructor for class org.zkoss.zul.Fileupload
 
Fileupload.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Fileupload.ExtraCtrl() - Constructor for class org.zkoss.zul.Fileupload.ExtraCtrl
 
FileuploadDefault - Class in org.zkoss.zkmax.zul.render
 
FileuploadDefault() - Constructor for class org.zkoss.zkmax.zul.render.FileuploadDefault
 
FileuploadDlg - Class in org.zkoss.zul.impl
Used with Fileupload to implement the upload feature.
FileuploadDlg() - Constructor for class org.zkoss.zul.impl.FileuploadDlg
 
FileuploadDlg.ExtraCtrl - Class in org.zkoss.zul.impl
A utility class to implement AbstractComponent.getExtraCtrl().
FileuploadDlg.ExtraCtrl() - Constructor for class org.zkoss.zul.impl.FileuploadDlg.ExtraCtrl
 
FileWatchdog - Class in org.zkoss.io
File modification monitor thread.
FileWatchdog(File, long, FileWatchdog.Callback) - Constructor for class org.zkoss.io.FileWatchdog
Constructor.
FileWatchdog(String, long, FileWatchdog.Callback) - Constructor for class org.zkoss.io.FileWatchdog
Constructor.
FileWatchdog.Callback - Interface in org.zkoss.io
The interface to implement when using a FileWatchdog.
FileWriter - Class in org.zkoss.io
Convenience class for writing character files.
FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
Filter - Interface in org.zkoss.web.util.resource
A filter is an object that performs filtering task on a request to Extendlet.
FILTER_INCLUDE - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request is dispatched due to the inclusion.
FILTER_REQUEST - Static variable in class org.zkoss.web.util.resource.ClassWebResource
Indicates that the filter is applicable if the request comes directly from the client.
FilterChain - Interface in org.zkoss.web.util.resource
A FilterChain is an object provided by ZK to the developer giving a view into the invocation chain of a filtered request.
FilterConfig - Interface in org.zkoss.web.util.resource
A filter configuration object used by a servlet container to pass information to a filter during initialization.
finalize() - Method in class org.zkoss.io.RepeatableInputStream
 
finalize() - Method in class org.zkoss.io.RepeatableReader
 
FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
Indicates the namespace argument is a prefix rather than URI.
FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
Indicates the searching is based on regular expression (upon the name argument).
FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
Indicates the name argument is a tag name rather than local name.
FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
Indicates the searching is case insensitive.
FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
Indicates the searching looks for all descendants.
findAttribute(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Finds the attribute from page, request, session to application scope
findCause(Throwable, Class) - Static method in class org.zkoss.lang.Exceptions
Finds the causes of an exception, ex, to see whether any of them is the givinge type.
findElement(List, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
FINE_NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number precision.
FINE_NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number scale.
FINER - Static variable in class org.zkoss.util.logging.Log
The FINER level.
finer(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object.
finer(String) - Method in class org.zkoss.util.logging.Log
Logs a finer message.
finer(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the finer message, and a throwable object.
finer(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the finer message.
finer(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer throwable object.
finer(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finer(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finer(int) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finerable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.FINER level is loggable.
finish() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
finish() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
finish() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Called after all processing is done, and just before deactivating the execution.
fireEvent(int, Comparable, Object) - Method in class org.zkoss.zul.AbstractChartModel
Fires a ChartDataEvent for all registered listener (thru AbstractChartModel.addChartDataListener(org.zkoss.zul.event.ChartDataListener).
fireEvent(int, int, int, int) - Method in class org.zkoss.zul.AbstractGroupsModel
Fires a GroupsDataEvent for all registered listener (thru AbstractGroupsModel.addGroupsDataListener(org.zkoss.zul.event.GroupsDataListener).
fireEvent(int, int, int) - Method in class org.zkoss.zul.AbstractListModel
Fires a ListDataEvent for all registered listener (thru AbstractListModel.addListDataListener(org.zkoss.zul.event.ListDataListener).
fireEvent(Object, int, int, int) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener Note: you can invoke this method only in an event listener.
first() - Method in class org.zkoss.util.TreeArray
Returns the first node.
FIRST - Static variable in interface org.zkoss.zul.mesg.MZul
 
firstRightAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the first parent at the right of the specified entry.
firtLeftAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the first ancestor at the left of the specified entry.
Fisheye - Interface in org.zkoss.zkex.zul.api
A fisheye item.
Fisheye - Class in org.zkoss.zkex.zul
A fisheye item.
Fisheye() - Constructor for class org.zkoss.zkex.zul.Fisheye
 
Fisheye(String, String) - Constructor for class org.zkoss.zkex.zul.Fisheye
 
Fisheyebar - Interface in org.zkoss.zkex.zul.api
A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
Fisheyebar - Class in org.zkoss.zkex.zul
A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
Fisheyebar() - Constructor for class org.zkoss.zkex.zul.Fisheyebar
 
Fisheyebar.ExtraCtrl - Class in org.zkoss.zkex.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Fisheyebar.ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Fisheyebar.ExtraCtrl
 
FisheyebarDefault - Class in org.zkoss.zkmax.zul.render
Fisheyebar's default mold.
FisheyebarDefault() - Constructor for class org.zkoss.zkmax.zul.render.FisheyebarDefault
 
FisheyeDefault - Class in org.zkoss.zkmax.zul.render
Fisheye's default mold.
FisheyeDefault() - Constructor for class org.zkoss.zkmax.zul.render.FisheyeDefault
 
Flash - Interface in org.zkoss.zul.api
A generic flash component.
Flash - Class in org.zkoss.zul
A generic flash component.
Flash() - Constructor for class org.zkoss.zul.Flash
 
Flash(String) - Constructor for class org.zkoss.zul.Flash
 
FlashDefault - Class in org.zkoss.zkmax.zul.render
 
FlashDefault() - Constructor for class org.zkoss.zkmax.zul.render.FlashDefault
 
Floating - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component is floating (aka., absolute position).
flush() - Method in class org.zkoss.io.NullWriter
 
flush() - Method in class org.zkoss.io.WriterOutputStream
 
flush() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
flush(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Flushes the bufferred output (HttpAuWriter._out) to the client.
flush() - Method in class org.zkoss.zk.ui.render.SmartWriter
 
flush(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.au.http.SmartAuWriter
 
flushBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
 
flushBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
focus() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets focus to this element.
focus() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
Font - Class in org.zkoss.zhtml
The FONT tag.
Font() - Constructor for class org.zkoss.zhtml.Font
 
FontSizeThemeProvider - Class in org.zkoss.zkdemo.userguide
 
FontSizeThemeProvider() - Constructor for class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
 
Foot - Interface in org.zkoss.zul.api
Defines a set of footers (Footer) for a grid (Grid).
Foot - Class in org.zkoss.zul
Defines a set of footers (Footer) for a grid (Grid).
Foot() - Constructor for class org.zkoss.zul.Foot
 
FootDefault - Class in org.zkoss.zkmax.zul.render
 
FootDefault() - Constructor for class org.zkoss.zkmax.zul.render.FootDefault
 
Footer - Interface in org.zkoss.zul.api
A column of the footer of a grid (Grid).
Footer - Class in org.zkoss.zul
A column of the footer of a grid (Grid).
Footer() - Constructor for class org.zkoss.zul.Footer
 
Footer(String) - Constructor for class org.zkoss.zul.Footer
 
Footer(String, String) - Constructor for class org.zkoss.zul.Footer
 
FooterDefault - Class in org.zkoss.zkmax.zul.render
 
FooterDefault() - Constructor for class org.zkoss.zkmax.zul.render.FooterDefault
 
ForEach - Class in org.zkoss.web.servlet.dsp.action
Iterators thru a collection/array of items.
ForEach() - Constructor for class org.zkoss.web.servlet.dsp.action.ForEach
 
ForEach - Interface in org.zkoss.zk.ui.util
Used to denote a collection of elements.
ForEachImpl - Class in org.zkoss.zk.ui.util
An implementation of ForEach.
ForEachImpl(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Component, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachImpl(EvaluatorRef, Page, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
Constructor.
ForEachStatus - Interface in org.zkoss.zk.ui.util
Represents the runtime information of each iteration caused by ForEach.
Form - Class in org.zkoss.zhtml
The FORM tag.
Form() - Constructor for class org.zkoss.zhtml.Form
 
format(Element) - Static method in class org.zkoss.idom.util.IDOMs
Formats the specified element for better readability by adding white spaces.
format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
Formats the specified object into a string.
format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
Formats a Date object based on the current Locale.
format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of Locales.getCurrent().
format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer.
format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer and Locales.getCurrent().
formatByName(String, Map, Locale) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names, enclosing with {}, with values found in the giving map.
formatByName(String, Map) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names with values found in the giving map, by use of Locales.getCurrent().
FormatInputElement - Interface in org.zkoss.zul.impl.api
A skeletal implementation for an input box with format.
FormatInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for an input box with format.
FormatInputElement() - Constructor for class org.zkoss.zul.impl.FormatInputElement
 
formatNumber(Object, String) - Method in class org.zkoss.zul.impl.NumberInputElement
Formats a number (Integer, BigDecimal...) into a string.
formatStackTrace(Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and returns the result.
formatStackTrace(StringBuffer, Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer.
formatStackTrace(StringBuffer, Throwable, String, int) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer, but only display at most maxcnt lines.
forNameByThread(String) - Static method in class org.zkoss.lang.Classes
Returns the Class object of the specified class name, using the current thread's context class loader.
forward(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
forward(ServletContext, ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page.
forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Forward to the specified page with parameters.
forward(ServletContext, ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.http.HttpServlet
Forward to the specified page.
forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.http.HttpServlet
Forward to the specified page with parameters.
forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Forward to the specified URI.
forward(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of forward(request, response, uri, null, 0).
forward(Writer, String, Map, int) - Method in interface org.zkoss.zk.ui.Execution
Forwards to another page.
forward(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of forward(null, page, null, 0).
forward(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().forward(page).
forward(Writer, String, Map, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
forward(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
FORWARD_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The original context path that forwards this page; set by the servlet container.
FORWARD_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
FORWARD_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The original request URI that forwards this page; set by the servlet container.
FORWARD_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The original servlet path that forwards this page; set by the servlet container.
ForwardEvent - Class in org.zkoss.zk.ui.event
Represents the event forwarded by the forward condition.
ForwardEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a foward event.
ForwardEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
Constructs a foward event.
ForwardInfo - Class in org.zkoss.zk.ui.metainfo
The forward directive in the ZUML page.
ForwardInfo(String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ForwardInfo
 
ForwardServlet - Class in org.zkoss.web.servlet
The servlet used to forward a request to another URL.
ForwardServlet() - Constructor for class org.zkoss.web.servlet.ForwardServlet
 
FulfillEvent - Class in org.zkoss.zk.ui.event
Represents the fulfill condition has been applied.
FulfillEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FulfillEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
Constructs a fulfill event.
FullComposer - Interface in org.zkoss.zk.ui.util
A decorative interface used with Composer (and/or ComposerExt) to indicate that it requires the full control.
FuncMapper - Class in org.zkoss.zkdemo.test2
Used to test with test2/Z31-funcmap.zul
FuncMapper() - Constructor for class org.zkoss.zkdemo.test2.FuncMapper
 
Function - Interface in org.zkoss.xel
Represents a XEL function.
FunctionMapper - Interface in org.zkoss.xel
Used to customize the way to map between the XEL function names and the Function methods.
FunctionMapperInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the function mapper (FunctionMapper).
FunctionMapperInfo(Class, Collection) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(Class) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class.
FunctionMapperInfo(String, Collection) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with a class name.
FunctionMapperInfo(FunctionMapper) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Constructs with an initiator that will be reuse each time FunctionMapperInfo.newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
FusionInvoker - Class in org.zkoss.lang.reflect
The fusion invocation handler.
FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker
Use FusionInvoker.newInstance(Object[]) instead.

G

GANTT - Static variable in class org.zkoss.zul.Chart
 
GanttModel - Class in org.zkoss.zul
A data model for Gantt chart.
GanttModel() - Constructor for class org.zkoss.zul.GanttModel
 
GanttModel.GanttTask - Class in org.zkoss.zul
A Task in an operation series; a helper class used in GanttModel.
GanttModel.GanttTask(String, Date, Date, double) - Constructor for class org.zkoss.zul.GanttModel.GanttTask
 
generate(int) - Static method in class org.zkoss.zkdemo.test2.ComponentPools
Generates a set of components and stores them in the pool.
generateCaptcha(Object) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
generateCaptcha(Object) - Method in interface org.zkoss.zul.impl.CaptchaEngine
Per the given data, generate the distortion Captcha image into a byte array.
generateURI(String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Generates URI by appending the parameters.
generateURI(String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Generates URI by appending the parameters.
GenericAutowireComposer - Class in org.zkoss.zk.ui.util
An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericAutowireComposer() - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
 
GenericAutowireComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
Constructor with a custom separator.
GenericCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement generic command that does nothing but posting an Event.
GenericCommand(String, int) - Constructor for class org.zkoss.zk.au.in.GenericCommand
 
GenericCommand(String, int, boolean) - Constructor for class org.zkoss.zk.au.in.GenericCommand
 
GenericComposer - Class in org.zkoss.zk.ui.util
An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericComposer() - Constructor for class org.zkoss.zk.ui.util.GenericComposer
 
GenericDevice - Class in org.zkoss.zk.device
A skeletal implementation of Device.
GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
 
GenericEventListener - Class in org.zkoss.zk.ui.event
An abstract event listener that you can extend and write intuitive onXxx event handler methods; this class dispatch event to the implemented onXxx event handler methods automatically.
GenericEventListener() - Constructor for class org.zkoss.zk.ui.event.GenericEventListener
 
GenericFilter - Class in org.zkoss.web.servlet
A generic class to help implementing servlet filter.
GenericFilter() - Constructor for class org.zkoss.web.servlet.GenericFilter
 
GenericForwardComposer - Class in org.zkoss.zk.ui.util
An abstract composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericForwardComposer() - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
 
GenericForwardComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
Constructor with a custom separator.
GenericInterpreter - Class in org.zkoss.zk.scripting.util
A skeletal class for implementing a interpreter (Interpreter) that support Namespace.
GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
 
GenericRichlet - Class in org.zkoss.zk.ui
Defines a genric richlet.
GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
 
get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get the element with name.
get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method in the object.
get(int) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code without formating arugments.
get(int, Object) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user with ONE format-argument.
get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user.
get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code.
get(Object) - Method in interface org.zkoss.util.Cache
Returns the object of the specified key, or null if not found.
get(Object) - Method in class org.zkoss.util.CacheMap
 
get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
 
get(Object) - Method in class org.zkoss.util.MultiCache
 
get(Object) - Method in class org.zkoss.util.resource.ResourceCache
Returns the resource, or null if not found.
get(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
get(int) - Method in class org.zkoss.util.TreeArray
 
get(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
 
get(ResourceCache, ServletContext, String, Object) - Static method in class org.zkoss.web.util.resource.ResourceCaches
Loads, parses and returns the resource of the specified URI, or null if not found.
get(int) - Method in class org.zkoss.xml.FacadeList
 
get() - Static method in class org.zkoss.zhtml.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(String, String) - Static method in class org.zkoss.zhtml.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter.
get(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Gets the variable from the interpreter's scope associated with the giving namespace.
get(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
get(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified name, or null if not not found.
get(Class) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns the component definition of the specified class, or null if not found.
get(Component, String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns the first effective event handler of the specified event name, or null if not available.
get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Retrieves a ZK session from the cache, or null if the ZK session is not stored.
get(int) - Method in class org.zkoss.zkdemo.userguide.BigList
 
get(String) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
get(String) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
get(String) - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
get(String) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
get(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
get() - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(String, String) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(String, String, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload mulitple files with the default message and title.
get(int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload mulitple files with the default message and title.
get(String, String, int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message and title.
get(String, String, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(int) - Method in class org.zkoss.zul.ListModelArray
Get the value of this ListModelArray at specified index.
get(int) - Method in class org.zkoss.zul.ListModelList
 
get(Object) - Method in class org.zkoss.zul.ListModelMap
 
getA1() - Method in class org.zkoss.zkdemo.test2.VariableComposer
 
getAccessibleObject(Class, String, Class[], int) - Static method in class org.zkoss.lang.Classes
Gets the specified accessible object, either a method or a field, by searching the specified name.
getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
Returns the last access time.
getAction() - Method in interface org.zkoss.zul.impl.api.XulElement
Returns the client-side action (CSA).
getAction() - Method in class org.zkoss.zul.impl.XulElement
Returns the client-side action (CSA).
getActionAttrs() - Method in class org.zkoss.zul.impl.XulElement
Returns the HTML attributes representing the client-side action, or "" if no client-side action is defined.
getActiveDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active desktops.
getActivePage() - Method in interface org.zkoss.zul.api.Grid
Returns the active page (starting from 0).
getActivePage() - Method in interface org.zkoss.zul.api.Listbox
Returns the active page (starting from 0).
getActivePage() - Method in interface org.zkoss.zul.api.Tree
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.event.PagingEvent
Returns the active page (starting from 0).
getActivePage() - Method in interface org.zkoss.zul.ext.Pageable
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Grid
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Listbox
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Paging
 
getActivePage() - Method in class org.zkoss.zul.Tree
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.getPageSize() rather than this method. It always return 0 since 3.0.7.
getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active sessions.
getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the number of active asynchronous updates.
getAfterWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get save-after event expression.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the horizontal alignment.
getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.api.Audio
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.api.Box
Returns the alignment of cells of a box in the 'opposite' direction (null, start, center, end).
getAlign() - Method in interface org.zkoss.zul.api.Div
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.api.Grid
Returns the horizontal alignment of the whole grid.
getAlign() - Method in interface org.zkoss.zul.api.Iframe
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.api.Image
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.api.Row
Returns the horizontal alignment of the whole row.
getAlign() - Method in interface org.zkoss.zul.api.Tabs
Returns the alignment of tab.
getAlign() - Method in interface org.zkoss.zul.api.Toolbar
Returns the alignment of any children added to this toolbar.
getAlign() - Method in class org.zkoss.zul.Audio
Returns the alignment.
getAlign() - Method in class org.zkoss.zul.Box
Returns the alignment of cells of a box in the 'opposite' direction (null, start, center, end).
getAlign() - Method in class org.zkoss.zul.Div
Returns the alignment.
getAlign() - Method in class org.zkoss.zul.Grid
Returns the horizontal alignment of the whole grid.
getAlign() - Method in class org.zkoss.zul.Iframe
Returns the alignment.
getAlign() - Method in class org.zkoss.zul.Image
Returns the alignment.
getAlign() - Method in interface org.zkoss.zul.impl.api.HeaderElement
Returns the horizontal alignment of this column.
getAlign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the horizontal alignment of this column.
getAlign() - Method in class org.zkoss.zul.Row
Returns the horizontal alignment of the whole row.
getAlign() - Method in class org.zkoss.zul.Tabs
Returns the alignment of tab.
getAlign() - Method in class org.zkoss.zul.Toolbar
Returns the alignment of any children added to this toolbar.
getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get a readonly list of all elements with name.
getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly list of all event handlers associated with the specified event name, or null if no handler is associated with.
getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all language definitions regardless of the device type.
getAllBindings() - Method in class org.zkoss.zkplus.databind.DataBinder
Return all Bindings covered by this DataBinder
getAllInterfaces(Class) - Static method in class org.zkoss.lang.Classes
Returns all interfaces that are implemented by the specified class.
getAllOnClickAttrs() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the attributes for onClick, onRightClick and onDoubleClick by checking whether the corresponding listeners are added, or null if none is added.
getAllOnClickAttrs(boolean) - Method in class org.zkoss.zul.impl.XulElement
Deprecated. As of release 3.0.5, replaced with HtmlBasedComponent.getAllOnClickAttrs(). If you want to generate only onDoubleClick and onRightClick, use

appendAsapAttr(sb, Events.ON_DOUBLE_CLICK);
appendAsapAttr(sb, Events.ON_RIGHT_CLICK);
getAllSeries() - Method in class org.zkoss.zul.GanttModel
Return all series of this GanttModel.
getAlt() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the alt.
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedProperties() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the name (String) of properties that are associated at least one annotation (never null).
getAnnotatedProperties() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the name (String) of properties that are associated at least one annotation (never null).
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only list of the names (String) of the properties that are associated with the specified annotation (never null).
getAnnotatedPropertiesBy(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only list of the names (String) of the properties that are associated with the specified annotation (never null).
getAnnotation(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotation(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the component definition, or null if not available.
getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns the annotation associated with the definition of the specified property, or null if not available.
getAnnotation(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotation associated with the component, or null if not available.
getAnnotation(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the annotation associated with the definition of the specified property, or null if not available.
getAnnotationMap() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the annotation map defined in this definition, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the annotation map defined in this info, or null if no annotation is ever defined.
getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getAnnotations() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAnnotations() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the component definition (never null).
getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns a read-only collection of all annotations associated with the definition of the specified property (never null).
getAnnotations() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations associated with this component (never null).
getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a read-only collection of all annotations associated with the specified property (never null).
getAnyField(Class, String) - Static method in class org.zkoss.lang.Classes
Gets the specified field by searching all fields including any access control and any base class.
getAnyMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets the specified method by searching all methods including any access control and any base class.
getApplicationContext() - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Get the spring application context.
getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring application context.
getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the apply attribute that is a list of Composer class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute.
getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getAppName() - Method in interface org.zkoss.zk.ui.WebApp
Returns the application name, never null.
getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
Not appliable to DropEvent.
getArea() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the logical name of the area that the click occurs, or null if not available.
getAreaListener() - Method in interface org.zkoss.zul.api.Chart
Returns the renderer to render each area, or null if the default renderer is used.
getAreaListener() - Method in class org.zkoss.zul.Chart
Returns the renderer to render each area, or null if the default renderer is used.
getAreaText() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the text for HTML AREA (Internal Use Only).
getAreaText() - Method in class org.zkoss.zul.impl.InputElement
Returns the text for HTML AREA (Internal Use Only).
getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
Returns arg (Execution.getArg()) when the component is created.
getArg() - Method in interface org.zkoss.zk.ui.Execution
Returns the parameters (aka., arg) if Execution.pushArg(java.util.Map) is called recently, or an empty map if not available.
getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getArgs() - Method in class org.zkoss.zkplus.databind.Binding
Get generic arguments.
getAssociatedNode(Treeitem, Tree) - Method in class org.zkoss.zul.Tree
Return a node which is an associated Treeitem ti in a Tree tree
getAttachEdge() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the attach edge.
getAttachEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the attach edge.
getAttr() - Method in class org.zkoss.zkplus.databind.Binding
Get component attribute name.
getAttribute(String) - Method in class org.zkoss.idom.Element
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the attribute of the specified scope.
getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Returns the value of the specified custom attribute in the specified scope, or null if not defined.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Returns the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the value of the specified custom attribute associated with the desktop.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified request attribute.
getAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
Returns the custom attribute associated with this object.
getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the attribute of the given name, or null if not found.
getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified custom attribute in the specified scope.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the specified attribute associated with this page.
getAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Returns the value of the specified custom attribute.
getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the specified custom attribute.
getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the index of the first attribute that matches the specified criteria.
getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
Gets the index of the attribute with the giving local name.
getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the first attribute that matches the specified criteria.
getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
Gets the attribute with the tag name.
getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String) - Method in class org.zkoss.idom.Element
 
getAttributeItems() - Method in interface org.zkoss.idom.Attributable
Returns all attributes of this object.
getAttributeItems() - Method in class org.zkoss.idom.Element
 
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getAttributeNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getAttributeNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAttributeNode(String) - Method in class org.zkoss.idom.Element
 
getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributes(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets a list of attributes of the specified criteria.
getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getAttributes(int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getAttributes(int) - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Component
Returns all custom attributes associated with this component, i.e., Component.COMPONENT_SCOPE.
getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
Returns all custom attributes associated with this desktop.
getAttributes() - Method in interface org.zkoss.zk.ui.Execution
Returns a map of request attributes associated with this session.
getAttributes() - Method in interface org.zkoss.zk.ui.ext.Scope
Returns all custom attributes associated with this object.
getAttributes() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getAttributes(StringBuffer, Map, Collection) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
Generates the attributes for the specified properties and namespaces.
getAttributes(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the map of attributes (String name, String value) (never null).
getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes of the specified scope.
getAttributes() - Method in interface org.zkoss.zk.ui.Page
Returns all custom attributes associated with this page.
getAttributes() - Method in interface org.zkoss.zk.ui.Session
Returns a map of custom attributes associated with this session.
getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
Returns a map of custom attributes associated with this object.
getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the value of the first attribute that matches the giving criteria, or null if not found.
getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
Returns the value of the attribute of the specified tag name, or null if not specified.
getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeValue(String) - Method in class org.zkoss.idom.Element
 
getAuProcessor(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU processor that is associated the specified prefix.
getAuProcessor(String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the AU processor associated with the specified prefix, or null if no AU processor associated.
getAuthType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns a set of child components that are available at the client, or null if ALL available.
getAvailableAtClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
getAvatar() - Method in interface org.zkoss.util.media.Photo
Returns the avatar (icon) of this object.
getAverageDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of desktops being created in an hour.
getAverageSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of sessions being created in an hour.
getAverageUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the average number of asynchronous updates being created in an hour.
getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name.
getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
Get the spring bean by the specified name and class.
getBegin() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration begins.
getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).
getBeginDate() - Method in class org.zkoss.zul.SimpleDateConstraint
Returns the beginning date, or null if there is no constraint of the beginning date.
getBgAlpha() - Method in interface org.zkoss.zul.api.Chart
Get the background alpha (transparency, 0 ~ 255, opacue).
getBgAlpha() - Method in class org.zkoss.zul.Chart
Get the background alpha (transparency, 0 ~ 255, opacue).
getBgColor() - Method in interface org.zkoss.zul.api.Captcha
Get the background color of the captcha box (in string as #RRGGBB). null means default.
getBgColor() - Method in interface org.zkoss.zul.api.Chart
Get the background color of the chart (in string as #RRGGBB). null means default.
getBgcolor() - Method in interface org.zkoss.zul.api.Flash
Gets the background color of Flash movie Default: null.
getBgColor() - Method in class org.zkoss.zul.Captcha
Get the background color of the captcha box (in string as #RRGGBB).
getBgColor() - Method in class org.zkoss.zul.Chart
Get the background color of the chart (in string as #RRGGBB).
getBgcolor() - Method in class org.zkoss.zul.Flash
Gets the background color of Flash movie.
getBgRGB() - Method in interface org.zkoss.zul.api.Captcha
Get the background color in int array (0: red, 1: green, 2:blue). null means default.
getBgRGB() - Method in interface org.zkoss.zul.api.Chart
Get the background color in int array (0: red, 1: green, 2:blue). null means default.
getBgRGB() - Method in class org.zkoss.zul.Captcha
Get the background color in int array (0: red, 1: green, 2:blue).
getBgRGB() - Method in class org.zkoss.zul.Chart
Get the background color in int array (0: red, 1: green, 2:blue).
getBinder() - Method in class org.zkoss.zkplus.databind.Binding
Gets the associated Data Binder of this Binding.
getBinding() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the associate binding of this event.
getBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Given component and attr, return the associated Binding.
getBindingCollectionItem(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Returns a CollectionItem by the comp accordingly.
getBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Given component, return the associated list of Bindings.
getBookmark() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current bookmark (never null).
getBookmark() - Method in class org.zkoss.zk.ui.event.BookmarkEvent
Returns the bookmark name (never null).
getBookmark() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getBorder() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the border.
getBorder() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the border.
getBorder() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the border.
getBorder() - Method in interface org.zkoss.zul.api.Audio
Returns the width of the border.
getBorder() - Method in interface org.zkoss.zul.api.Image
Returns the width of the border.
getBorder() - Method in interface org.zkoss.zul.api.Panel
Returns the border.
getBorder() - Method in interface org.zkoss.zul.api.Window
Returns the border.
getBorder() - Method in class org.zkoss.zul.Audio
Returns the width of the border.
getBorder() - Method in class org.zkoss.zul.Image
Returns the width of the border.
getBorder() - Method in class org.zkoss.zul.Panel
Returns the border.
getBorder() - Method in class org.zkoss.zul.Window
Returns the border.
getBottomToolbar() - Method in class org.zkoss.zul.Panel
Returns the bottom toolbar of this panel.
getBottomToolbarApi() - Method in interface org.zkoss.zul.api.Panel
Returns the bottom toolbar of this panel.
getBottomToolbarApi() - Method in class org.zkoss.zul.Panel
Returns the bottom toolbar of this panel.
getBoxChildInnerAttrs(Component) - Static method in class org.zkoss.zul.fn.ZulFns
Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox.
getBoxChildOuterAttrs(Component) - Static method in class org.zkoss.zul.fn.ZulFns
Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox.
getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the first few lines of the stack trace.
getBufferSize() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getBuild() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getBuild() - Method in interface org.zkoss.zk.ui.WebApp
Returns the build identifier, such as 2007121316.
getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundleInfo(int) - Static method in class org.zkoss.mesg.MessageConst.Aide
Returns the filename with path, but without extension, of the specified message code.
getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returnst the value of the specfied public field or public method of the object.
getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of language definitions belong to the specified device type.
getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition by specifying an extension.
getByFallback(Collection, Locale) - Static method in class org.zkoss.util.Locales
Returns any occurence of the specified Locale or any its fallback in the value collection, or null if not found.
getByOrder(Object) - Method in class org.zkoss.util.TreeArray
Gets an element by its natural ordering.
getByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Gets an element by its natural ordering.
getByteData() - Method in class org.zkoss.image.AImage
 
getByteData() - Method in class org.zkoss.sound.AAudio
 
getByteData() - Method in class org.zkoss.util.media.AMedia
 
getByteData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in byte array.
getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getCacheable() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getCacheable() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the client can cache the rendered result, or null to use the device default.
getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns if the client can cache the rendered result, or null to use the device default.
getCaptchaEngine() - Method in interface org.zkoss.zul.api.Captcha
Get the captcha engine.
getCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Get the captcha engine.
getCaption() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the caption.
getCaption() - Method in class org.zkoss.zul.Groupbox
Returns the caption of this groupbox.
getCaption() - Method in class org.zkoss.zul.Panel
Returns the caption of this panel.
getCaption() - Method in class org.zkoss.zul.Window
Returns the caption of this window.
getCaptionApi() - Method in interface org.zkoss.zul.api.Groupbox
Returns the caption of this groupbox.
getCaptionApi() - Method in interface org.zkoss.zul.api.Panel
Returns the caption of this panel.
getCaptionApi() - Method in interface org.zkoss.zul.api.Window
Returns the caption of this window.
getCaptionApi() - Method in class org.zkoss.zul.Groupbox
Returns the caption of this groupbox.
getCaptionApi() - Method in class org.zkoss.zul.Panel
Returns the caption of this panel.
getCaptionApi() - Method in class org.zkoss.zul.Window
Returns the caption of this window.
getCaptionLook() - Method in class org.zkoss.zul.Groupbox
Deprecated. As of release 3.5.0
getCategories() - Method in interface org.zkoss.zkdemo.userguide.MainLayoutAPI
 
getCategories() - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
getCategories() - Method in interface org.zkoss.zul.CategoryModel
Get categories of a specified series as a collection.
getCategories() - Method in interface org.zkoss.zul.PieModel
Get categories as a collection.
getCategories() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategories() - Method in class org.zkoss.zul.SimplePieModel
 
getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
Get a category of the specified index;
getCategory(int) - Method in interface org.zkoss.zul.PieModel
Get category of the specified index (0 based).
getCategory(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategory(int) - Method in class org.zkoss.zul.SimplePieModel
 
getCateId() - Method in class org.zkoss.zkdemo.userguide.DemoItem
 
getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the cause of the given throwable.
getCaveAttrs() - Method in class org.zkoss.zul.Box
Returns the attributes used by the 'cave' element (never null).
getCell(int, int) - Method in interface org.zkoss.zul.api.Grid
Returns the specified cell, or null if not available.
getCell(int, int) - Method in class org.zkoss.zul.Grid
Returns the specified cell, or null if not available.
getCenter() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getCenterApi() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
 
getCenterApi() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getChannel() - Method in interface org.zkoss.zk.au.AuWriter
Returns the request channel.
getChannel() - Method in class org.zkoss.zk.au.http.HttpAuWriter
Returns au to represent the response channel for AU requests.
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getCharset() - Method in class org.zkoss.web.servlet.JavaScript
Returns the charset, or null if JavaScript.getContent() is not null.
getCharset(String, InputStream) - Method in interface org.zkoss.zk.ui.util.CharsetFinder
Returns the character set for the specified content type, or null if it is unable to determine one.
getCharset() - Method in interface org.zkoss.zul.api.Script
Returns the character enconding of the source.
getCharset() - Method in class org.zkoss.zul.Script
Returns the character enconding of the source.
getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
Returns how often to check (unit=milliseconds).
getCheckPeriod() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the check period, or -1 if the content is never changed.
getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChild(Object, int) - Method in class org.zkoss.zkdemo.test2.tree.BinaryTreeModel
 
getChild(int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
getChild(int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
getChild(int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
getChild(int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
getChild(Object, int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
getChild(int) - Method in interface org.zkoss.zkdemo.test2.tree.HostTreeModel.TreeNode
 
getChild(Object, int) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
 
getChild(int, int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
getChild(int, int) - Method in interface org.zkoss.zul.GroupsModel
Returns the child value of the specified group at the specified index.
getChild(int, int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChild(Object, int) - Method in class org.zkoss.zul.SimpleTreeModel
 
getChild(Object, int) - Method in interface org.zkoss.zul.TreeModel
Returns the child of parent at index index in the parent's child array.
getChildAt(int) - Method in class org.zkoss.zul.SimpleTreeNode
Returns the child SimpleTreeNode at index childIndex.
getChildAttrs(int) - Method in class org.zkoss.zul.Row
Returns the HTML attributes for the child of the specified index.
getChildByNode(Object) - Method in class org.zkoss.zul.Tree
Return the Tree or Treeitem component by a given associated node in model.
getChildCount(Object) - Method in class org.zkoss.zkdemo.test2.tree.BinaryTreeModel
 
getChildCount() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
getChildCount() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
getChildCount() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
getChildCount() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
getChildCount(Object) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
getChildCount() - Method in interface org.zkoss.zkdemo.test2.tree.HostTreeModel.TreeNode
 
getChildCount(Object) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
 
getChildCount(int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
getChildCount(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the number of children of the specified group.
getChildCount(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChildCount(Object) - Method in class org.zkoss.zul.SimpleTreeModel
 
getChildCount() - Method in class org.zkoss.zul.SimpleTreeNode
Returns the number of children SimpleTreeNodes the receiver contains.
getChildCount(Object) - Method in interface org.zkoss.zul.TreeModel
Returns the number of children of parent.
getChildInnerAttrs(Component) - Method in class org.zkoss.zul.Box
Returns the inner attributes used to wrap the children (never null).
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getChildOuterAttrs(Component) - Method in class org.zkoss.zul.Box
Returns the outer attributes used to wrap the children (never null).
getChildren() - Method in interface org.zkoss.idom.Group
Gets all children.
getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getChildren() - Method in interface org.zkoss.zk.ui.Component
Returns a live list of children.
getChildren() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns a list of children.
getChildren() - Method in class org.zkoss.zul.SimpleTreeNode
Return children of the receiver
getClass(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getClass(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the class defined in this interpreter, or null if not found.
getClass(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving class is not supported.
getClassNames() - Method in interface org.zkoss.xel.FunctionMapper
Returns a readonly collection of the logic names of the class (never null).
getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
 
getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
 
getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
 
getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the handler to retrieve resource from class path, under /web.
getClickFilterDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, to filter out consecutive click events.
getClientAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
Deprecated. As of release 3.0.1, replaced with SimpleSession.getRemoteAddr().
getClientAddr() - Method in interface org.zkoss.zk.ui.Session
Deprecated. As of release 3.0.1, replaced by Session.getRemoteAddr().
getClientErrorReload(int) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the URI that is associated with the specified error code, or null if no URI is associated.
getClientErrorReloadCodes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly array of all error codes that are associated with URI to redirect to.
getClientHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
Deprecated. As of release 3.0.1, replaced with SimpleSession.getRemoteHost().
getClientHost() - Method in interface org.zkoss.zk.ui.Session
Deprecated. As of release 3.0.1, replaced by Session.getRemoteHost().
getClientValidation() - Method in interface org.zkoss.zul.ClientConstraint
Returns the function name in JavaScript or a Javascript code snippet used to validate the value at the client, or null if no client verification is supported.
getClientValidation() - Method in class org.zkoss.zul.SimpleConstraint
 
getClose(int) - Method in interface org.zkoss.zul.HiLoModel
Get close value of a specified data index.
getClose(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getCloseMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethodBySubclass(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethod(java.lang.Class, java.lang.String, java.lang.Class[]) to get a 'close' method, but it look for subclass of the arguement (instead of superclass).
getCloseMethods(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Returns all close methods that match the specified condition, or a zero-length array if none is found.
getCloseMethodsBySubclass(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethods(java.lang.Class, java.lang.String, java.lang.Class[]) to get all 'close' methods, but it look for subclass of the arguement (instead of superclass).
getCmargins() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the collapsed margins, which is a list of numbers separated by comma.
getCmargins() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the collapsed margins, which is a list of numbers separated by comma.
getCode() - Method in exception org.zkoss.lang.CommonException
 
getCode() - Method in exception org.zkoss.lang.SystemException
 
getCode() - Method in interface org.zkoss.mesg.Messageable
Gets the message code.
getCode() - Method in interface org.zkoss.zul.api.Applet
Return the code of the applet, i.e., the URI of the Java class.
getCode() - Method in class org.zkoss.zul.Applet
Return the code of the applet, i.e., the URI of the Java class.
getCodeFilterType() - Method in class org.zkoss.zkdemo.test.MyBean
 
getCodeFilterTypeValues() - Method in class org.zkoss.zkdemo.test.MyBean
 
getCodeView() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
getCodeView() - Method in class org.zkoss.zkdemo.test2.MainWindow
 
getColAttrs(Row, int) - Static method in class org.zkoss.zul.fn.ZulFns
Returns the column attribute of a child of a row by specifying the index.
getColAttrs() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the attributes used to generate HTML TD tag for each cell of the rows contained in the parent control, e.g., Listcell.
getColIndex() - Method in class org.zkoss.zul.event.ColSizeEvent
Return the column index of the first column whose width is changed.
getCollapse() - Method in interface org.zkoss.zul.api.Splitter
Returns which side of the splitter is collapsed when its grippy is clicked.
getCollapse() - Method in class org.zkoss.zul.Splitter
Returns which side of the splitter is collapsed when its grippy is clicked.
getColor() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the color.
getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the maximum number of colors the client's screen supports.
getCols() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the cols.
getCols() - Method in class org.zkoss.zul.impl.InputElement
Returns the cols.
getColspan() - Method in interface org.zkoss.zkmax.zul.api.Tablechildren
Returns number of columns to span this header.
getColspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
Returns number of columns to span this header.
getColspan() - Method in interface org.zkoss.zul.api.Auxheader
Returns number of columns to span this header.
getColspan() - Method in class org.zkoss.zul.Auxheader
Returns number of columns to span this header.
getColumn() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column whose width is changed.
getColumn() - Method in class org.zkoss.zul.Footer
Returns the column that is in the same column as this footer, or null if not available.
getColumn() - Method in class org.zkoss.zul.RowComparator
Returns the column that this comparator is associated with, or null if not available.
getColumnApi() - Method in interface org.zkoss.zul.api.Footer
Returns the column that is in the same column as this footer, or null if not available.
getColumnApi() - Method in class org.zkoss.zul.Footer
Returns the column that is in the same column as this footer, or null if not available.
getColumnHtmlPostfix() - Method in class org.zkoss.zul.Listcell
Returns the postfix of the first column (in HTML tags), null if this is not first column.
getColumnHtmlPostfix() - Method in class org.zkoss.zul.Treecell
Returns the postfix of the first column (in HTML tags), null if this is not first column.
getColumnHtmlPrefix() - Method in class org.zkoss.zul.Listcell
Returns the prefix of the first column (in HTML tags), null if this is not first column.
getColumnHtmlPrefix() - Method in class org.zkoss.zul.Listheader
Returns the prefix of the first column (in HTML tags), null if this is not first column.
getColumnHtmlPrefix() - Method in class org.zkoss.zul.Treecell
Returns the prefix of the first column (in HTML tags), null if this is not first column.
getColumnIndex() - Method in interface org.zkoss.zul.api.Footer
Returns the column index, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Listcell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Listfooter
Returns the column index, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Listheader
Returns the column index, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Treecell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Treecol
Returns the column index, starting from 0.
getColumnIndex() - Method in interface org.zkoss.zul.api.Treefooter
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Footer
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listcell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listfooter
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listheader
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecol
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treefooter
Returns the column index, starting from 0.
getColumnNumber() - Method in class org.zkoss.idom.util.SimpleLocator
 
getColumns() - Method in interface org.zkoss.zkmax.zul.api.Tablelayout
Returns number of rows to span this header.
getColumns() - Method in class org.zkoss.zkmax.zul.Tablelayout
Returns number of rows to span this header.
getColumns() - Method in class org.zkoss.zul.Grid
Returns the columns.
getColumnsApi() - Method in interface org.zkoss.zul.api.Grid
Returns the columns.
getColumnsApi() - Method in class org.zkoss.zul.Grid
Returns the columns.
getCommand(String) - Static method in class org.zkoss.zk.au.AuRequest
Returns the command of the specified name.
getCommand() - Method in class org.zkoss.zk.au.AuRequest
Returns the command; never null.
getCommand() - Method in class org.zkoss.zk.au.AuResponse
Returns the command of this response (never null).
getCommand(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the command of the specified command ID, or null if not found.
getCommand(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the component-specific command of the specified command ID, or null if not found.
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getCompleteContext(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete context path, including protocol, server, ports, and context.
getCompleteServerName(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the complete server name, including protocol, server, and ports.
getCompleteURI() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Return the URI to render a complete page (which might be an expression).
getComponent() - Method in class org.zkoss.zk.au.AuRequest
Returns the component that this request is applied for, or null if it applies to the whole page or a general request.
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the component.
getComponent() - Method in class org.zkoss.zk.ui.Path
Returns the component with this path, or null if no such component.
getComponent(String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path, or null if no such component.
getComponent(IdSpace, String) - Static method in class org.zkoss.zk.ui.Path
Returns the component of the specified path which is related to the specified ID space, or null if no such component.
getComponent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the component being processed by this thread, or null if idle.
getComponent() - Method in exception org.zkoss.zk.ui.WrongValueException
Returns the component that causes this exception, or null.
getComponent() - Method in class org.zkoss.zkplus.databind.Binding
Gets the associated Component of this Binding.
getComponentAtIndexByOwner(Component, int) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component by the index in the comp's children.
getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()).
getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the component of the specified UUID (Component.getUuid()), or null if not found.
getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentCollectionOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component's owner.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the component definition, or null if it is PageDefinition.
getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name.
getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified class.
getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the component definition of the specified class, or null if not found.
getComponentDefinition(String, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified name, or null if not found.
getComponentDefinition(Class, boolean) - Method in interface org.zkoss.zk.ui.Page
Returns the component definition of the specified class, or null if not found.
getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns ComponentDefinition of the specified name, or null if not found.
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the map of components defined in this language (never null).
getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the map of component definition (never null).
getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
Returns the map of component definitions (never null).
getComponents() - Method in interface org.zkoss.zk.ui.Desktop
Returns all components contained in this desktop.
getComponents() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getComponentUuid() - Method in class org.zkoss.zk.au.AuRequest
Deprecated. As of release 3.0.5, use AuRequest.getComponent() instead.
getComposer(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Deprecated. As of release 3.5.0, replaced with ComponentInfo.resolveComposer(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Component).
getComposer(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Deprecated. As of release 3.5.0, replaced with ComponentInfo.resolveComposer(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Component).
getComposer(Page, Object[]) - Static method in class org.zkoss.zk.ui.metainfo.impl.MultiComposer
Returns an instance of composer to represents the specified array of composers, or null if no composer is specified.
getComposite() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the composite type: "none", "list" or "map".
getComposite() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns the composite type: "none", "list" or "map".
getCompoundLabel() - Method in class org.zkoss.zul.Caption
Returns a compound label, which is the catenation of parent's title, if the parent is Window, and LabelElement.getLabel().
getCompress() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
getConfigDirectory() - Static method in class org.zkoss.io.Files
Returns the conf directory.
getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
Returns the configuration.
getConstraint() - Method in interface org.zkoss.zul.ext.Constrainted
Returns the constraint, or null if no constraint at all.
getConstraint() - Method in class org.zkoss.zul.impl.InputElement
 
getContent() - Method in class org.zkoss.idom.Element
Gets the content of this element.
getContent(String) - Method in class org.zkoss.idom.Element
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.
getContent() - Method in class org.zkoss.web.servlet.JavaScript
Returns the JavaScript codes, or null if JavaScript.getSrc() is not null.
getContent() - Method in class org.zkoss.web.servlet.StyleSheet
Returns the style sheets, or null if StyleSheet.getHref() is not null.
getContent(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ResourceCaches
Returns the content of the specified path, or null if not found.
getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the content of zscript.
getContent() - Method in interface org.zkoss.zul.api.Audio
Returns the content set by Audio.setContent(org.zkoss.sound.Audio).
getContent() - Method in interface org.zkoss.zul.api.Comboitem
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in interface org.zkoss.zul.api.Flash
Returns the content set by Flash.setContent(org.zkoss.util.media.Media).
getContent() - Method in interface org.zkoss.zul.api.Html
Returns the embedded content (i.e., HTML tags).
getContent() - Method in interface org.zkoss.zul.api.Iframe
Returns the content set by Iframe.setContent(org.zkoss.util.media.Media).
getContent() - Method in interface org.zkoss.zul.api.Image
Returns the content set by Image.setContent(org.zkoss.image.Image).
getContent() - Method in interface org.zkoss.zul.api.Script
Returns the content of the script element.
getContent() - Method in interface org.zkoss.zul.api.Style
Returns the content of the style element.
getContent() - Method in class org.zkoss.zul.Audio
Returns the content set by Audio.setContent(org.zkoss.sound.Audio).
getContent() - Method in class org.zkoss.zul.Comboitem
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Flash
Returns the content set by Flash.setContent(org.zkoss.util.media.Media).
getContent() - Method in class org.zkoss.zul.Html
Returns the embedded content (i.e., HTML tags).
getContent() - Method in class org.zkoss.zul.Iframe
Returns the content set by Iframe.setContent(org.zkoss.util.media.Media).
getContent() - Method in class org.zkoss.zul.Image
Returns the content set by Image.setContent(org.zkoss.image.Image).
getContent() - Method in class org.zkoss.zul.Script
Returns the content of the script element.
getContent() - Method in class org.zkoss.zul.Style
Returns the content of the style element.
getContentLength() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentSclass() - Method in interface org.zkoss.zul.api.Detail
Returns the style class used for the content block.
getContentSclass() - Method in interface org.zkoss.zul.api.Groupbox
Returns the style class used for the content block of the groupbox.
getContentSclass() - Method in interface org.zkoss.zul.api.Window
Returns the style class used for the content block.
getContentSclass() - Method in class org.zkoss.zul.Detail
Returns the style class used for the content block.
getContentSclass() - Method in class org.zkoss.zul.Groupbox
Returns the style class used for the content block of the groupbox.
getContentSclass() - Method in class org.zkoss.zul.Window
Returns the style class used for the content block.
getContentStyle() - Method in interface org.zkoss.zul.api.Detail
Returns the CSS style for the content block of the window.
getContentStyle() - Method in interface org.zkoss.zul.api.Groupbox
Returns the CSS style for the content block of the groupbox.
getContentStyle() - Method in interface org.zkoss.zul.api.Window
Returns the CSS style for the content block of the window.
getContentStyle() - Method in class org.zkoss.zul.Detail
Returns the CSS style for the content block of the window.
getContentStyle() - Method in class org.zkoss.zul.Groupbox
Returns the CSS style for the content block of the groupbox.
getContentStyle() - Method in class org.zkoss.zul.Window
Returns the CSS style for the content block of the window.
getContentType() - Method in class org.zkoss.image.AImage
 
getContentType() - Method in class org.zkoss.sound.AAudio
 
getContentType() - Method in class org.zkoss.util.media.AMedia
 
getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the content type of the specified format, such as "html" and "pdf", or null if not found (or format is null).
getContentType() - Method in interface org.zkoss.util.media.Media
Returns the content type, e.g., "image/jpeg", or null if not available.
getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getContentType() - Method in class org.zkoss.web.servlet.dsp.action.Page
Returns the content type.
getContentType(String) - Static method in class org.zkoss.web.servlet.dsp.Interpreter
Returns the content type by specifying a path, or null if no content type is available or path is null.
getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns text/html
getContentType() - Method in interface org.zkoss.zk.device.Device
Returns the default content type (never null).
getContentType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the content type (after evaluation), or null to use the device default.
getContentType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the content type, or null to use the device default.
getContentType() - Method in class org.zkoss.zml.device.XmlDevice
 
getContext(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContext(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
Returns an OGNL context for the specified XEL context.
getContext() - Method in interface org.zkoss.zul.impl.api.XulElement
Returns the ID of the popup (Popup) that should appear when the user right-clicks on the element (aka., context menu).
getContext() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user right-clicks on the element (aka., context menu).
getContext() - Method in class org.zkoss.zul.Treerow
Returns the same as XulElement.getContext().
getContextPath() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getContextPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getContextPath() - Method in interface org.zkoss.zk.ui.Execution
Returns the portion of the request URI that indicates the context of the current execution.
getContextPath() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getContextPaths() - Static method in class org.zkoss.web.servlet.Servlets
Returns a list of context paths (e.g., "/abc") that this application has.
getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
Returns the controller that really implement the onXxx methods (default to this).
getControls() - Method in interface org.zkoss.zul.ListitemRendererExt
Returns how a listbox shall render the live data.
getControls() - Method in interface org.zkoss.zul.RowRendererExt
Returns how a grid shall render the live data.
getConverter() - Method in class org.zkoss.zkplus.databind.Binding
Get the TypeConverter.
getCookies() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getCookieValue(HttpServletRequest, String) - Static method in class org.zkoss.web.servlet.http.Https
Gets the value of the specified cookie, or null if not found.
getCoords() - Method in class org.zkoss.zul.Area
Returns the coordination of this area.
getCreationTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getCtrlKeys() - Method in interface org.zkoss.zul.impl.api.XulElement
Returns what keystrokes to intercept.
getCtrlKeys() - Method in class org.zkoss.zul.impl.XulElement
Returns what keystrokes to intercept.
getCurpos() - Method in class org.zkoss.zul.Slider
Returns the current position of the slider.
getCurrent() - Static method in class org.zkoss.util.Locales
Returns the current locale; never null.
getCurrent() - Static method in class org.zkoss.util.TimeZones
Returns the current time zone; never null.
getCurrent() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the current item in the interation.
getCurrent() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Returns the current page context if this thread is evaluating a page, or null if not.
getCurrent(Page) - Static method in class org.zkoss.zk.scripting.Namespaces
Returns the current namespace.
getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the current namespace, or null if no namespace is allowed.
getCurrent() - Static method in class org.zkoss.zk.ui.Executions
Returns the current execution.
getCurrent() - Static method in class org.zkoss.zk.ui.Sessions
Returns the session for the current thread.
getCurrentContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current EL context.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Returns the current ExecutionCtrl.
getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the current SessionCtrl.
getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
Returns the current directory (never null).
getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Returns the current directory which is used to convert a relative URI to absolute, or null if not available.
getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the current component info ComponentInfo, definition (ComponentDefinition or null, which is used only by UiEngine to communicate with AbstractComponent.
getCurrentOut() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current output.
getCurrentOut() - Static method in class org.zkoss.zk.fn.ZkFns
Returns the current writer to generate the output.
getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page.
getCurrentPageDefinition() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getCurrentPageDefinition() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the current page definition, which is pushed when evaluating a page (from a page definition).
getCurrentRealFile() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
getCurrentRequest() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet request, or null if not available.
getCurrentResponse() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet response, or null if not available.
getCurrentServletContext() - Static method in class org.zkoss.web.fn.ServletFns
Returns the current servlet context, or null if not available.
getData() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getData() - Method in class org.zkoss.idom.ProcessingInstruction
 
getData() - Method in class org.zkoss.zk.au.AuRequest
Returns the data of the command, might be null.
getData() - Method in class org.zkoss.zk.au.AuResponse
Returns the evaluated result of the associated data of this response (might be null).
getData() - Method in class org.zkoss.zk.ui.event.Event
Returns the data accompanies with this event, or null if not available.
getData() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns customed data.
getData() - Method in class org.zkoss.zul.SimpleTreeNode
Return data of the receiver
getDataCount() - Method in interface org.zkoss.zul.HiLoModel
Get data count.
getDataCount() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDataCount(Comparable) - Method in class org.zkoss.zul.SimpleXYModel
 
getDataCount(Comparable) - Method in interface org.zkoss.zul.XYModel
Get data count of a specified series.
getDatasource() - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Returns the JasperReports DataSource.
getDatasource() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the JasperReports DataSource.
getDate(int) - Method in interface org.zkoss.zul.HiLoModel
Get date of a specified data index.
getDate(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDateFormat() - Method in interface org.zkoss.zul.api.Chart
Returns the date format used by date related Chart.
getDateFormat() - Method in class org.zkoss.zul.Chart
Returns the date format used by date related Chart.
getDateFormat(String) - Method in class org.zkoss.zul.Datebox
Returns the date format of the specified format Default: it uses SimpleDateFormat to format the date.
getDateFormat() - Method in class org.zkoss.zul.Timebox
Returns the date format of the time only, Default: it uses SimpleDateFormat to format the date.
getDateHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URL where this component definition is declared, or null if not available.
getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
Returns namespace declared on this element.
getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
Returns a readonly list of the declared namespaces (Namespace), or empty if no declared namespace.
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the declared namespaces (never null).
getDefault() - Static method in class org.zkoss.util.resource.Locators
Returns the default resource locator which is an instance of ClassLocator.
getDefaultActionOnShow() - Static method in class org.zkoss.zul.Window
Returns the animating name of function.
getDefaultFonts() - Method in interface org.zkoss.zul.api.Captcha
Gets the default font list.
getDefaultFonts() - Method in class org.zkoss.zul.Captcha
Gets the default font list.
getDefaultFormat() - Method in class org.zkoss.zul.Datebox
Returns the default format, which is used when contructing a datebox.
getDefaultParent() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDefaultParent() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the default parent, or null if no such parent.
getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the URL associated with the specified taglib URI, or null if not found.
getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
Returns the default value of a primitive class, or null if it is not a primitive class.
getDefinition() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDefinition() - Method in interface org.zkoss.zk.ui.Component
Returns the component definition of this component (never null).
getDelay() - Method in interface org.zkoss.zul.api.Timer
Returns the delay, the number of milliseconds between successive action events.
getDelay() - Method in class org.zkoss.zul.Timer
Returns the delay, the number of milliseconds between successive action events.
getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
Returns a list of resources (ClassLocator.Resource) after resolving the dependence.
getDepends() - Method in class org.zkoss.zk.au.AuResponse
Returns the component or page that this response depends on.
getDescription() - Method in interface org.zkoss.zul.api.Comboitem
Returns the description (never null).
getDescription() - Method in class org.zkoss.zul.Comboitem
Returns the description (never null).
getDescription() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getDesktop() - Method in class org.zkoss.zk.au.AuRequest
Returns the desktop; never null.
getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getDesktop() - Method in interface org.zkoss.zk.ui.Component
Returns the desktop of this component, or null if this component doesn't belong to any desktop.
getDesktop() - Method in interface org.zkoss.zk.ui.Execution
Returns the desktop for this execution.
getDesktop(Session, ServletRequest, ServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
Returns the desktop of the specified request, or null if not found and autocreate is false, or it has been redirect or forward to other page.
getDesktop() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the desktop.
getDesktop() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDesktop() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktop() - Method in interface org.zkoss.zk.ui.Page
Returns the desktop that this page belongs to.
getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID.
getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the desktop, or null if not created yet.
getDesktop() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Returns the desktop that this server push belongs to (never null).
getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Returns a desktop cache of the specified session.
getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns the desktop cache, or null if not available.
getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache.
getDesktopCacheProvider() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getDesktopCacheProvider() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the desktop cache provider.
getDesktopCacheProviderClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the UI engine, or null if default is used.
getDesktopHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's desktop.
getDesktopIfAny(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getDesktopIfAny(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the desktop for the specified desktop ID, or null if not found.
getDesktopMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the desktop.
getDesktopURI() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Return the URI to render a full page (which might be an expression).
getDesktopWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's desktop.
getDesktopXOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current horizontal pixel location of the top-left corner of the document in the window.
getDesktopYOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
The the current vertical pixel location of the top-left corner of the document in the window.
getDetail(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request detail infomation.
getDetailChild() - Method in class org.zkoss.zul.Row
Returns the child detail component.
getDetailChildApi() - Method in interface org.zkoss.zul.api.Row
Returns the child detail component.
getDetailChildApi() - Method in class org.zkoss.zul.Row
Returns the child detail component.
getDevice(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified desktop type.
getDevice() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device that is associated with this desktop.
getDevice() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
Returns the device for the specified client.
getDeviceType() - Method in exception org.zkoss.zk.device.DeviceNotFoundException
Returns the device type that is not found.
getDeviceType() - Method in interface org.zkoss.zk.ui.Desktop
Returns the device type that this desktop belongs to.
getDeviceType() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getDeviceType() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDeviceType() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the device type that this definition belongs to.
getDeviceType() - Method in interface org.zkoss.zk.ui.Session
Returns the device type that this session belongs to.
getDeviceTypes() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly collection of all device types.
getDir() - Method in interface org.zkoss.zul.api.Button
Returns the direction.
getDir() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns the direction.
getDir() - Method in class org.zkoss.zul.Button
Returns the direction.
getDir() - Method in class org.zkoss.zul.Toolbarbutton
Returns the direction.
getDirectory() - Method in class org.zkoss.util.resource.ClassLocator
Always returns null.
getDirectory() - Method in interface org.zkoss.util.resource.Locator
Returns the directory used to resolve the relative path, or null if relative path is not allowed.
getDirectory() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a set of the theme URIs that are disabled (never null).
getDocType() - Method in class org.zkoss.idom.Document
Gets the document type.
getDoctype() - Method in class org.zkoss.idom.Document
 
getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
Returns <!
getDocType() - Method in interface org.zkoss.zk.device.Device
Returns the default doc type, or null if no doc type at all.
getDocType() - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate not to generate <!
getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the doc type (<!
getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the doc type (<!
getDocument() - Method in class org.zkoss.idom.Attribute
Gets the document that owns this attribute.
getDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getDocument() - Method in class org.zkoss.idom.input.SAXHandler
Gets the document being created.
getDocument() - Method in interface org.zkoss.idom.Item
Gets the document that owns this item.
getDocumentElement() - Method in class org.zkoss.idom.Document
 
getDocumentURI() - Method in class org.zkoss.idom.Document
 
getDomConfig() - Method in class org.zkoss.idom.Document
 
getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the media that is associated with Desktop.getDownloadMediaURI(org.zkoss.util.media.Media, java.lang.String), or null if not found.
getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a media that is used to download to the client.
getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDownloadURI(File, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDownloadURI(URL, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDownloadURI(String, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Returns the download URI of the specified file.
getDraggable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier of a draggable type of objects, or "false" if not draggable (never null nor empty).
getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
Returns the component being dragged and drop to Event.getTarget().
getDragged() - Method in class org.zkoss.zkmax.event.PortalMoveEvent
Returns the panel being dragged.
getDriver() - Method in class org.zkoss.zkdemo.test2.BizService.Repository
 
getDrivers() - Method in class org.zkoss.zkdemo.test2.BizService
 
getDropdown() - Method in class org.zkoss.zul.Bandbox
Returns the dropdown window belonging to this band box.
getDropdownApi() - Method in interface org.zkoss.zul.api.Bandbox
Returns the dropdown window belonging to this band box.
getDropdownApi() - Method in class org.zkoss.zul.Bandbox
Returns the dropdown window belonging to this band box.
getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the identifier of a droppable type of objects, or "false" if not droppable (never null nor empty).
getDroppedIndex() - Method in class org.zkoss.zkmax.event.PortalMoveEvent
Returns the dropped index.
getDynamicMediaURI(Component, String) - Method in interface org.zkoss.zk.ui.Desktop
Returns URI for a dynamic generated media associated with a component.
getDynamicMediaURI(Component, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getDynamicMediaURI(AbstractComponent, int, String, String) - Static method in class org.zkoss.zul.impl.Utils
Returns the encoded URL for the dynamic generated content, or empty the component doesn't belong to any desktop.
getDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the dynamic property, or null if not found.
getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns the property value of the specified name.
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
getDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
getDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns the parameter associated with the specified name, or null if not found.
getDynamicTagDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component defintion of the dynamic tag, or null if this language doesn't support the dynamic tag.
getEach() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the object of this iteration.
getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the each-time scripts of the specified language, or null if no scripts.
getEast() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getEastApi() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
 
getEastApi() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getElement(String, String, int) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child that matches the giving criteria.
getElement(String) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child with the tag name.
getElement(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement() - Method in interface org.zkoss.util.ListX.Entry
Gets the element stored in the entry.
getElement() - Method in class org.zkoss.util.TreeArray.RbEntry
Override it if you want to something when an element is retrieved.
getElementAt(int) - Method in class org.zkoss.zkdemo.test2.grid.FakeListModel
 
getElementAt(int) - Method in interface org.zkoss.zul.ListModel
Returns the value at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelArray
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelList
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelMap
Returns the entry (Map.Entry) at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelSet
 
getElementAt(int) - Method in class org.zkoss.zul.SimpleListModel
 
getElementById(String) - Method in class org.zkoss.idom.Document
 
getElementIndex(int, String, String, int) - Method in interface org.zkoss.idom.Group
Gets the index of the Element-type first child that match the specified criteria.
getElementIndex(int, String) - Method in interface org.zkoss.idom.Group
Gets the index of the first Element-type child with the specified name.
getElementIndex(int, String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementIndex(int, String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementNames() - Method in interface org.zkoss.idom.Group
Returns a readonly set of names of element children.
getElementNames() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in interface org.zkoss.idom.Group
Gets a readonly list of Element-type children that match the giving criteria.
getElements(String) - Method in interface org.zkoss.idom.Group
Gets a readonly list of children with the tag name.
getElements() - Method in interface org.zkoss.idom.Group
Returns a cloned copy of all element childrens Unlike Group.getChildren() and Group.getElementNames(), the returned list is NOT a 'live-facade' of the real ones.
getElements() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementsByTagName(String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name.
getElementsByTagName(String) - Method in class org.zkoss.idom.Element
 
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name and namespace.
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Element
 
getElementValue(String, String, int, boolean) - Method in interface org.zkoss.idom.Group
Gets the value of the first Element-type child that matches the giving criteria, with a trimming option.
getElementValue(String, boolean) - Method in interface org.zkoss.idom.Group
Gets the text of the first Element-type child with the tag name, with a trimming option.
getElementValue(String, String, int, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementValue(String, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getEmbedded() - Method in interface org.zkoss.zk.device.Device
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded(String) - Method in class org.zkoss.zk.device.Devices
Returns the content that shall be embedded to the output being generated to the client, or null if no embedded content.
getEmbedded() - Method in class org.zkoss.zk.device.GenericDevice
 
getEncodedImageURL() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the encoded URL for the image (LabelImageElement.getImage() or LabelImageElement.getImageContent()), or null if no image.
getEncodedSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
 
getEncodedSrc() - Method in class org.zkoss.zul.Flash
Returned the encoded URL of the source flash.
getEncodedSrc() - Method in class org.zkoss.zul.Iframe
Returns the encoded src (Iframe.getSrc()).
getEncodedText() - Method in class org.zkoss.zul.Label
Returns the text for generating HTML tags (Internal Use Only).
getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Returns the class of the image encoder for the specified format, or null if not specified yet.
getEnd() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the index of the item at which the iteration ends (inclusive).
getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's end position.
getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index (starting from 0) that the iteration ends at, or null if not specified (and the last element is assumed).
getEnd() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getEndDate() - Method in class org.zkoss.zul.SimpleDateConstraint
Returns the ending date, or null if therer is no constraint of the ending date.
getEngine() - Method in interface org.zkoss.zul.api.Chart
Returns the implemetation chart engine.
getEngine() - Method in class org.zkoss.zul.Chart
Returns the implemetation chart engine.
getEntities() - Method in class org.zkoss.idom.DocType
 
getEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns an EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
getEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns or create an EntityManager for the specified persistence unit name.
getEntityManagerFactory() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create or return the default EntityManagerFactory as defined in zk.xml.
getEntityManagerFactory(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create or return the EntityManagerFactory for the specified persistence unit name.
getEntityManagerFactory(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Create the EntityManagerFactory for the specified persistence unit and defined properties.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.EntityResolver.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.EntityResolver.
getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
Returns an EntityManager for the specified persistence unit name and defined properties.
getEntry(int) - Method in interface org.zkoss.util.ListX
Gets the entry of the specified index, rather than the element added by List.add.
getEntry(int) - Method in class org.zkoss.util.TreeArray
 
getEntrySet() - Method in class org.zkoss.zul.WaferMapModel
Internal Use Only.
getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the epilog children (NativeInfo).
getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the epilog content.
getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.ErrorHandler.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.ErrorHandler.
getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorMessage(Component) - Method in interface org.zkoss.zul.ClientConstraint
Returns the error message when the client detects an error, or null if not specified.
getErrorMessage() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the error message that is caused when user entered invalid value, or null if no error at all.
getErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Returns the error message that is caused when user entered invalid value, or null if no error at all.
getErrorMessage(Component) - Method in class org.zkoss.zul.SimpleConstraint
 
getErrorPage(String, Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the error page that matches the specified error, or null if not found.
getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
getEscapeXML() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to escape XML.
getEscapeXML() - Method in class org.zkoss.zk.ui.render.Out
Returns whether to escape XML.
getEvaluator(Page, Class) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator (never null).
getEvaluator(Component, Class) - Method in interface org.zkoss.zk.ui.Execution
Returns the evaluator of the current execution.
getEvaluator(Page, Class) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Component, Class) - Static method in class org.zkoss.zk.ui.Executions
Returns the evaluator of the current execution.
getEvaluator(Page, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator(Component, Class) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the evaluator.
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator based on this language definition (never null).
getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the evaluator based on this page definition (never null).
getEvaluator() - Method in interface org.zkoss.zk.xel.impl.EvaluatorRef
Returns the real evaluator.
getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
Returns the implementation for the specified evaluator name.
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the evaluator reference (never null).
getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the evaluator reference (never null).
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Returns the event.
getEvent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns the event being processed by this thread, or null if idle.
getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the event handler of the specified name, or null if not found.
getEventHandlerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getEventHandlerNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventHandlerNames() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getEventMethod(Class, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the method for handling the specified event, or null if not available.
getEventNames() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns a readonly collection of event names (String), or an empty collection if no event name is registered.
getExclude() - Method in interface org.zkoss.zul.api.Captcha
Get exclude characters.
getExclude() - Method in class org.zkoss.zul.Captcha
Get exclude characters.
getExecution() - Method in interface org.zkoss.zk.ui.Desktop
Returns the execution, or null if this desktop is not under seving any execution (aka., not locked).
getExecution() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getExecution() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns the execution that this visualizer is associated with.
getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
Returns the expected type.
getExpression() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
Returns the expression.
getExpression() - Method in class org.zkoss.zkplus.databind.Binding
Get bean expression, e.g. a.b.c.
getExpressionFactory() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the expression factory (never null).
getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
getExpressionFactoryClass() - Method in interface org.zkoss.zk.ui.Page
Returns the implementation of the expression factory that is used by this page, or null if Configuration.getExpressionFactoryClass() is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the implementation of the expression factory that is used by the whole system, or null if the sytem default is used.
getExpressionFactoryClass() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the implementation class of the expression factory, or null to use the default.
getExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns the Extendlet (aka., resource processor) of the specified extension, or null if not associated.
getExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the extended context of the specified name.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.ExtendletConfig
Returns the Extendlet context.
getExtendletContext() - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the extendlet context.
getExtendletContext() - Method in interface org.zkoss.web.util.resource.FilterConfig
Returns the Extendlet context.
getExtension(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtension(String, boolean) - Static method in class org.zkoss.web.servlet.Servlets
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the readonly list of extensions that this language definition is associated with (never null).
getExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the extra controls that tell ZK how to handle this component specially.
getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Returns the extra controls that tell ZK how to handle this component specially.
getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the extra message, or null if no extra.
getFailoverManager() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getFailoverManager() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the failover manager, or null if not available.
getFailoverManagerClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the failover manger, or null if no custom failover mechanism.
getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
getFeature(int) - Method in interface org.zkoss.web.util.resource.Extendlet
Returns if the specified feature is supported.
getFeature(String) - Static method in class org.zkoss.zk.ui.WebApps
Returns whether the specified feature is supported.
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellow(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space.
getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in the same ID space.
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
Returns a component of the specified ID in the same ID space, or null if not found.
getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns a component of the specified ID in the same ID space, or null if not found.
getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFellows() - Method in interface org.zkoss.zk.ui.Component
Returns all fellows in the same ID space of this component.
getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
Returns all fellows in this ID space.
getFgAlpha() - Method in interface org.zkoss.zul.api.Chart
Get the foreground alpha (transparency, 0 ~ 255, opacue).
getFgAlpha() - Method in class org.zkoss.zul.Chart
Get the foreground alpha (transparency, 0 ~ 255, opacue).
getField(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.getByCompound(java.lang.Object, java.lang.String).
getFieldValue(JRField) - Method in class org.zkoss.zkdemo.test2.jasperreport.CustomDataSource
 
getFieldValue(JRField) - Method in class org.zkoss.zkdemo.userguide.CustomDataSource
 
getFile() - Method in class org.zkoss.zkdemo.userguide.DemoItem
 
getFileName(int) - Method in class org.zkoss.zkdemo.test2.MainLayout
 
getFilterName() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the filter's name.
getFilters(String, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns an array of the filters (Filter) of the speficied extension, or null if not associated.
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getFirstChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getFirstChild() - Method in interface org.zkoss.zk.ui.Component
Returns the first child component, or null if no child at all.
getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first child element, or null if no child element at all.
getFirstHalf(StringBuffer, String, Map, Collection) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Generates the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getFirstHalf(StringBuffer, String, Map, Collection) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getFirstHalf(StringBuffer, String, Map, Collection) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFirstLine(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the first line to be generated to the output (after evaluation), or null if nothing to generate.
getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the first line to be generated to the output, or null if nothing to generate.
getFirstName() - Method in class org.zkoss.zkdemo.userguide.Person
 
getFirstRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getFirstRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the first root component.
getFlags() - Method in class org.zkoss.zk.au.Command
Returns the attributes of this command, a combination of Command.SKIP_IF_EVER_ERROR, Command.IGNORABLE and others.
getFlags() - Method in class org.zkoss.zul.SimpleConstraint
Returns the constraint flags, i.e., a combination of SimpleConstraint.NO_POSITIVE, SimpleConstraint.NO_NEGATIVE, SimpleConstraint.STRICT and others.
getFont(int) - Method in interface org.zkoss.zul.api.Captcha
Get nth Font.
getFont(int) - Method in class org.zkoss.zul.Captcha
Get nth Font.
getFontColor() - Method in interface org.zkoss.zul.api.Captcha
Gets font color.
getFontColor() - Method in class org.zkoss.zul.Captcha
Gets font color.
getFontRGB() - Method in interface org.zkoss.zul.api.Captcha
Get the font color in int array (0: red, 1: green, 2:blue).
getFontRGB() - Method in class org.zkoss.zul.Captcha
Get the font color in int array (0: red, 1: green, 2:blue).
getFonts() - Method in interface org.zkoss.zul.api.Captcha
Gets fonts list, default provide two fonts.
getFonts() - Method in class org.zkoss.zul.Captcha
Gets fonts list, default provide two fonts.
getFontSizeCookie(Execution) - Static method in class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
get font size value from cookie
getFoot() - Method in class org.zkoss.zul.Grid
Returns the foot.
getFootApi() - Method in interface org.zkoss.zul.api.Grid
Returns the foot.
getFootApi() - Method in class org.zkoss.zul.Grid
Returns the foot.
getFootToolbar() - Method in class org.zkoss.zul.Panel
Returns the foot toolbar of this panel.
getFootToolbarApi() - Method in interface org.zkoss.zul.api.Panel
Returns the foot toolbar of this panel.
getFootToolbarApi() - Method in class org.zkoss.zul.Panel
Returns the foot toolbar of this panel.
getForEach(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Deprecated. As of release 3.5.0, replaced with ComponentInfo.resolveForEach(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Component).
getFormat() - Method in class org.zkoss.image.AImage
 
getFormat() - Method in class org.zkoss.sound.AAudio
 
getFormat() - Method in class org.zkoss.util.media.AMedia
 
getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the format of the specified content type, or null if not found.
getFormat() - Method in interface org.zkoss.util.media.Media
Returns the format name, e.g., "jpeg", or null if not available.
getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
 
getFormat() - Method in interface org.zkoss.zul.impl.api.FormatInputElement
Returns the format.
getFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns the format.
getFormatter() - Static method in class org.zkoss.mesg.Messages
Returns the formatter used by Messages.get(int, Object[], Locale), or null if not set.
getForward() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the forward condition that controls how to forward an event, that is received by the component created by this info, to another component.
getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the URI to forward to, or null if not to foward.
getFrom() - Method in class org.zkoss.zkmax.event.PortalMoveEvent
Returns the portalchildren from the dragged panel.
getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through namespaces and variable resolvers, or GenericInterpreter.UNDEFINED if the variable not defined.
getFromNamespace(Namespace, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the variable through the specified namespaces and variable resolvers, or GenericInterpreter.UNDEFINED if the variable is not defined.
getFromNamespace(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
It is a shortcut of getFromNamespace(ns, name, false).
getFulfill() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the fulfill condition that controls when to create the child components, or null if the child components are created at the time when the page is loaded.
getFullName() - Method in class org.zkoss.zkdemo.userguide.Person
 
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
getFunction(Namespace, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the method of the specified name defined in this interpreter's scope identified by the specified namespace, or null if not defined.
getFunction(String, Class[]) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the method of the specified name defined in this interpreter, or null if not defined.
getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns null since retrieving methods is not supported.
getFunction(String, Class[]) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
Returns the method.
getFunction(String, Class[]) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
Returns the method.
getFunctionMapper(List, Map, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(List, Map, List, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(List, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib, or null if nothin is loaded.
getFunctionMapper() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
Returns the function mapper, or null if not available.
getFunctionMapper() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getFunctionMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Deprecated. As of release 3.5.0, replaced by PageDefinition.getTaglibMapper().
getFunctionMapper() - Method in interface org.zkoss.zk.ui.Page
Returns the function mapper for resolving XEL functions, or null if not available.
getFunctionMapper(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the function mapper, or null if not available.
getGanttTaskTooltip(Date, Date, Number) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
Returns data tooltiptext of the GanttTask.
getGrid() - Method in class org.zkoss.zul.Column
Returns the grid that contains this column.
getGrid() - Method in class org.zkoss.zul.Columns
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Foot
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Footer
Returns the grid that this belongs to.
getGrid() - Method in class org.zkoss.zul.Row
Returns the grid that contains this row.
getGrid() - Method in class org.zkoss.zul.Rows
Returns the grid that contains this rows.
getGridApi() - Method in interface org.zkoss.zul.api.Column
Returns the grid that contains this column.
getGridApi() - Method in interface org.zkoss.zul.api.Columns
Returns the grid that it belongs to.
getGridApi() - Method in interface org.zkoss.zul.api.Foot
Returns the grid that it belongs to.
getGridApi() - Method in interface org.zkoss.zul.api.Footer
Returns the grid that this belongs to.
getGridApi() - Method in interface org.zkoss.zul.api.Row
Returns the grid that contains this row.
getGridApi() - Method in interface org.zkoss.zul.api.Rows
Returns the grid that contains this rows.
getGridApi() - Method in class org.zkoss.zul.Column
Returns the grid that contains this column.
getGridApi() - Method in class org.zkoss.zul.Columns
Returns the grid that it belongs to.
getGridApi() - Method in class org.zkoss.zul.Foot
Returns the grid that it belongs to.
getGridApi() - Method in class org.zkoss.zul.Footer
Returns the grid that this belongs to.
getGridApi() - Method in class org.zkoss.zul.Row
Returns the grid that contains this row.
getGridApi() - Method in class org.zkoss.zul.Rows
Returns the grid that contains this rows.
getGroup(int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
getGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the group value at the specified index.
getGroup() - Method in class org.zkoss.zul.Row
Returns the group that this row belongs to, or null.
getGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupApi() - Method in interface org.zkoss.zul.api.Row
Returns the group that this row belongs to, or null.
getGroupApi() - Method in class org.zkoss.zul.Row
Returns the group that this row belongs to, or null.
getGroupCount() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of listgroup
getGroupCount() - Method in interface org.zkoss.zul.api.Rows
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.ArrayGroupsModel
 
getGroupCount() - Method in interface org.zkoss.zul.GroupsModel
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.Listbox
Returns the number of listgroup
getGroupCount() - Method in class org.zkoss.zul.Rows
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfoot(int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
getGroupfoot() - Method in class org.zkoss.zul.Group
Returns the Groupfoot, if any.
getGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the foot value of the specified group.
getGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfootApi() - Method in interface org.zkoss.zul.api.Group
Returns the Groupfoot, if any.
getGroupfootApi() - Method in class org.zkoss.zul.Group
Returns the Groupfoot, if any.
getGroupfootIndex() - Method in interface org.zkoss.zul.api.Group
Returns the index of Groupfoot -1: no Groupfoot
getGroupfootIndex() - Method in class org.zkoss.zul.Group
Returns the index of Groupfoot -1: no Groupfoot
getGroupIndex() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the index of the group.
getGroups() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
getGroups() - Method in interface org.zkoss.zul.api.Listbox
Returns a list of all Listgroup.
getGroups() - Method in interface org.zkoss.zul.api.Rows
Returns a list of all Group.
getGroups() - Method in class org.zkoss.zul.Listbox
Returns a list of all Listgroup.
getGroups() - Method in class org.zkoss.zul.Rows
Returns a list of all Group.
getGroupsModel() - Method in interface org.zkoss.zul.api.Grid
Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
getGroupsModel() - Method in interface org.zkoss.zul.api.Listbox
Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
getGroupsModel() - Method in class org.zkoss.zul.Grid
Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
getGroupsModel() - Method in class org.zkoss.zul.Listbox
Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeader(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of the specified header as a String, or null if not found.
getHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaderNames() - Method in interface org.zkoss.zk.ui.Execution
Returns all header names this request contains.
getHeaderNames() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getHeaders(String) - Method in interface org.zkoss.zk.ui.Execution
Returns all the values of the specified header as a Iterator of String objects.
getHeaders(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Converts the header definitions (added by PageDefinition.addHeaderInfo(org.zkoss.zk.ui.metainfo.HeaderInfo)) to HTML tags.
getHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the content that will be generated inside the header element (HTML HEAD), or null if no special header is required.
getHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the header elements declared in this page (never null).
getHeads() - Method in interface org.zkoss.zul.api.Grid
Returns a collection of heads, including Grid.getColumnsApi() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in interface org.zkoss.zul.api.Listbox
Returns a collection of heads, including Listbox.getListheadApi() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in interface org.zkoss.zul.api.Tree
Returns a collection of heads, including Tree.getTreecolsApi() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Grid
Returns a collection of heads, including Grid.getColumns() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Listbox
Returns a collection of heads, including Listbox.getListhead() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Tree
Returns a collection of heads, including Tree.getTreecols() and auxiliary heads (Auxhead) (never null).
getHeight() - Method in class org.zkoss.image.AImage
Returns the height.
getHeight() - Method in interface org.zkoss.image.Image
Returns the height.
getHeight() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the height.
getHeight() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the height.
getHeight() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the height of the component, which is its original height.
getHeight() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the height of the component, which is its original height.
getHeight() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the height of the component after re-sized.
getHeight() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the height.
getHeight() - Method in class org.zkoss.zul.Separator
 
getHeights() - Method in interface org.zkoss.zul.api.Box
Returns the heights/widths, which is a list of numbers separated by comma to denote the height/width of each cell in a box.
getHeights() - Method in class org.zkoss.zul.Box
Returns the heights/widths, which is a list of numbers separated by comma to denote the height/width of each cell in a box.
getHello() - Method in class org.zkoss.zkdemo.test2.MyComposer
 
getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the helper to generate the output of the native components.
getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getHelper() - Method in class org.zkoss.zml.XmlNativeComponent
 
getHigh(int) - Method in interface org.zkoss.zul.HiLoModel
Get High value of a specified data index.
getHigh(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getHosts() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
getHover() - Method in interface org.zkoss.zul.api.Image
Returns the URI of the hover image.
getHover() - Method in class org.zkoss.zul.Image
Returns the URI of the hover image.
getHoverImage() - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Returns the URI of the hover image.
getHoverImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the URI of the hover image.
getHref() - Method in class org.zkoss.web.servlet.StyleSheet
Returns the href that contains the style sheets, or null if StyleSheet.getContent() is not null.
getHref() - Method in class org.zkoss.zkdemo.userguide.Category
 
getHref() - Method in interface org.zkoss.zul.api.Button
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in interface org.zkoss.zul.api.Menuitem
Returns the href.
getHref() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns the href.
getHref() - Method in class org.zkoss.zul.Button
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in class org.zkoss.zul.Menuitem
Returns the href.
getHref() - Method in class org.zkoss.zul.Toolbarbutton
Returns the href.
getHspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the hspace.
getHspace() - Method in interface org.zkoss.zul.api.Image
Returns number of pixels of extra space to the left and right side of the image.
getHspace() - Method in class org.zkoss.zul.Image
Returns number of pixels of extra space to the left and right side of the image.
getIcon() - Method in class org.zkoss.zkdemo.userguide.Category
 
getIcon() - Method in class org.zkoss.zkdemo.userguide.DemoItem
 
getIconSclass() - Method in class org.zkoss.zul.Progressmeter
Deprecated. As of release 3.5.0
getIconSclass() - Method in class org.zkoss.zul.Tree
Deprecated. As of release 3.5.0, replaced with Tree.getZclass()
getId() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getId() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the id attribute.
getId() - Method in class org.zkoss.zk.au.Command
Returns ID of this command.
getId() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getId() - Method in interface org.zkoss.zk.ui.Component
Returns the ID.
getId() - Method in interface org.zkoss.zk.ui.Desktop
Returns ID of this desktop.
getId() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getId() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getId() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the identitifer that will be assigned to pages created from this definition, or null if the identifier shall be generated automatically.
getId() - Method in interface org.zkoss.zk.ui.Page
Returns ID which is unique in the request (never null).
getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page identifier, or null if auto-generation is required.
getId() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
getId() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
getId() - Method in class org.zkoss.zkdemo.userguide.Category
 
getId() - Method in class org.zkoss.zkdemo.userguide.DemoItem
 
getIdGenerator() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getIdGenerator() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the ID generator, or null if not available.
getIdGeneratorClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements IdGenerator, or null if the default shall be used.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the iDOM factory.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXHandler
Gets the iDOM factory.
getIf() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the if condition.
getImage() - Method in interface org.zkoss.zkex.zul.api.Fisheye
Returns the image URI.
getImage() - Method in class org.zkoss.zkex.zul.Fisheye
Returns the image URI.
getImage() - Method in interface org.zkoss.zul.api.Detail
Returns the URI of the button image.
getImage() - Method in interface org.zkoss.zul.api.Listitem
Returns the image of the Listcell it contains.
getImage() - Method in interface org.zkoss.zul.api.Treeitem
Returns the image of the Treecell it contains.
getImage() - Method in class org.zkoss.zul.Bandbox
Deprecated. As of release 3.5.0
getImage() - Method in class org.zkoss.zul.Combobox
Deprecated. As of release 3.5.0
getImage() - Method in class org.zkoss.zul.Datebox
Deprecated. As of release 3.5.0
getImage() - Method in class org.zkoss.zul.Detail
Deprecated. As of release 3.5.2
getImage() - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Returns the image URI.
getImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the image URI.
getImage() - Method in class org.zkoss.zul.Listitem
Returns the image of the Listcell it contains.
getImage() - Method in class org.zkoss.zul.Timebox
Deprecated. As of release 3.5.0
getImage() - Method in class org.zkoss.zul.Treeitem
Returns the image of the Treecell it contains.
getImageContent() - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Returns the image content set by LabelImageElement.setImageContent(Image) or LabelImageElement.setImageContent(RenderedImage).
getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the image content set by LabelImageElement.setImageContent(Image) or LabelImageElement.setImageContent(RenderedImage).
getImgTag() - Method in class org.zkoss.zul.Group
Returns the HTML IMG tag for the image part, or null if no image is assigned.
getImgTag() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the HTML IMG tag for the image part, or null if no image is assigned (LabelImageElement.isImageAssigned()) Used only for component development, not for application developers.
getImgTag(String, boolean) - Method in class org.zkoss.zul.impl.LabelImageElement
Utilities to implement LabelImageElement.getImgTag().
getImgTag() - Method in class org.zkoss.zul.Menu
 
getImgTag() - Method in class org.zkoss.zul.Menuitem
 
getImplementation() - Method in class org.zkoss.idom.Document
 
getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the class name or an expression returning a class instance, a class name, or a component.
getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
Returns the implementation class of AuWriter that will be used to generate the output to the client.
getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the class (Class) or the class name (String) that implements the component.
getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Deprecated. As of release 3.6.0, replaced with ComponentInfo.getImplementation().
getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getImplicit(String, Object) - Static method in class org.zkoss.zk.scripting.Namespaces
Returns the implict object.
getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of the implict variables.
getImplicit(Component, String) - Static method in class org.zkoss.zk.ui.Components
Internal Use only.
getImplicit(Page, String) - Static method in class org.zkoss.zk.ui.Components
Internal Use only.
getIndex() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
Retrieves the index of the current round of the iteration (0-based).
getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the index of the current round of the iteration.
getIndex() - Method in interface org.zkoss.zul.api.Tab
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
getIndex() - Method in interface org.zkoss.zul.api.Tabpanel
Returns the index of this panel, or -1 if it doesn't belong to any tabpanels.
getIndex() - Method in class org.zkoss.zul.Listitem
Returns the index of this item (aka., the order in the listbox).
getIndex() - Method in class org.zkoss.zul.Tab
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
getIndex() - Method in class org.zkoss.zul.Tabpanel
Returns the index of this panel, or -1 if it doesn't belong to any tabpanels.
getIndex0() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the lower index of the change range.
getIndex0() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the lower index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the upper index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the upper index of the change range.
getIndexFrom() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the lower index of the change range
getIndexOfItem(Listitem) - Method in class org.zkoss.zul.Listbox
Returns the index of the specified item, or -1 if not found.
getIndexOfItemApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Returns the index of the specified item, or -1 if not found.
getIndexOfItemApi(Listitem) - Method in class org.zkoss.zul.Listbox
Returns the index of the specified item, or -1 if not found.
getIndexTo() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the upper index of the change range
getInfoTags() - Method in class org.zkoss.zul.Paging
Returns the HTML tags of paging information.
getInitParameter(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameter(String) - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getInitParameterNames() - Method in class org.zkoss.web.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the names of the richlet's initialization parameters as an Iterator of String objects, or an empty Enumeration if the richlet has no initialization parameters.
getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
Returns the names of the context's initialization parameters as an Iterator of String objects, or an empty Iterator if the context has no initialization parameters.
getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the intial scripts of the specified language, or null if no script.
getInnerArray() - Method in class org.zkoss.zul.ListModelArray
Get the inner real Object[].
getInnerAttrs() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the interior attributes for generating the inner HTML tag; never return null.
getInnerAttrs() - Method in class org.zkoss.zul.Bandbox
 
getInnerAttrs() - Method in class org.zkoss.zul.Checkbox
Appends interior attributes for generating the HTML checkbox tag (the name, disabled and other attribute).
getInnerAttrs() - Method in class org.zkoss.zul.Combobox
 
getInnerAttrs() - Method in class org.zkoss.zul.Datebox
 
getInnerAttrs() - Method in class org.zkoss.zul.Image
 
getInnerAttrs() - Method in class org.zkoss.zul.impl.InputElement
 
getInnerAttrs() - Method in class org.zkoss.zul.impl.XulElement
Generates the Client-Side-Action attributes to the interior tag.
getInnerAttrs() - Method in class org.zkoss.zul.Radio
Returns the inner attributes for generating the HTML radio tag (the name and value attribute).
getInnerAttrs() - Method in class org.zkoss.zul.Spinner
 
getInnerAttrs() - Method in class org.zkoss.zul.Textbox
 
getInnerAttrs() - Method in class org.zkoss.zul.Timebox
 
getInnerBottom() - Method in class org.zkoss.zul.Grid
Internal use only.
getInnerBottom() - Method in class org.zkoss.zul.Listbox
Internal use only.
getInnerHeight() - Method in class org.zkoss.zul.Grid
Internal use only.
getInnerHeight() - Method in class org.zkoss.zul.Listbox
Internal use only.
getInnerList() - Method in class org.zkoss.zul.ListModelList
Get the inner real List.
getInnerMap() - Method in class org.zkoss.zul.ListModelMap
Get the inner real Map.
getInnerSet() - Method in class org.zkoss.zul.ListModelSet
Get the inner real set.
getInnerTags() - Method in class org.zkoss.zul.Paging
Returns the inner HTML tags of this component.
getInnerTop() - Method in class org.zkoss.zul.Grid
Internal use only.
getInnerTop() - Method in class org.zkoss.zul.Listbox
Internal use only.
getInnerWidth() - Method in interface org.zkoss.zul.api.Grid
Returns the inner width of this component.
getInnerWidth() - Method in interface org.zkoss.zul.api.Listbox
Returns the inner width of this component.
getInnerWidth() - Method in interface org.zkoss.zul.api.Tree
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Grid
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Listbox
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Tree
Returns the inner width of this component.
getInputEncoding() - Method in class org.zkoss.idom.Document
 
getInputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream that can be read repeatedly, or null if the given input stream is null.
getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of the resource of the given URL that can be read repeatedly.
getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader that can be read repeatedly, or null if the given reader is null.
getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL, encoded in UTF-8.
getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.
getInstance(PortletSession) - Static method in class org.zkoss.web.portlet.PortletHttpSession
 
getInstance(PortletContext) - Static method in class org.zkoss.web.portlet.PortletServletContext
Returns an instance of ServletContext that representing the specified portlet context.
getInstance(PortletRequestDispatcher) - Static method in class org.zkoss.web.portlet.PortletServletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(RenderRequest) - Static method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getInstance(RenderResponse) - Static method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getInstance(RequestDispatcher) - Static method in class org.zkoss.web.portlet.ServletPortletDispatcher
Returns a facade instance for the specified dispatcher.
getInstance(ServletResponse, Writer) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getInstance(ServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.BufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(HttpServletResponse, Writer) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
getInstance(HttpServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
getInstance(OutputStream) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified stream.
getInstance(Writer, String) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
Returns a facade of the specified writer.
getInstance(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the instance (singlton in the whole app) for handling resources located in class path.
getInstance(String, String) - Static method in class org.zkoss.zk.ui.util.ConditionImpl
Returns an instance of Condition, or null if both ifc and unless are empty.
getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection.
getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(EvaluatorRef, Component, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(EvaluatorRef, Page, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
getInstance(String) - Static method in class org.zkoss.zul.SimpleConstraint
Parses a list of constraints from a string to an integer representing a combination of SimpleConstraint.NO_POSITIVE and other flags.
getInternalSubset() - Method in class org.zkoss.idom.DocType
Gets the data for the internal subset.
getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
Returns the interpreter of the specified scripting language.
getIntHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getIntHeight() - Method in interface org.zkoss.zul.api.Captcha
Get the captcha int height in pixel; to be used by the derived subclass.
getIntHeight() - Method in interface org.zkoss.zul.api.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getIntHeight() - Method in class org.zkoss.zul.Captcha
Get the captcha int height in pixel; to be used by the derived subclass.
getIntHeight() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
Parses the property value to an integer.
getIntWidth() - Method in interface org.zkoss.zul.api.Captcha
Get the captcha int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in interface org.zkoss.zul.api.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Captcha
Get the captcha int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getItemAtIndex(int) - Method in class org.zkoss.zul.Combobox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Listbox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Radiogroup
Returns the radio button at the specified index.
getItemAtIndexApi(int) - Method in interface org.zkoss.zul.api.Combobox
Returns the item at the specified index.
getItemAtIndexApi(int) - Method in interface org.zkoss.zul.api.Listbox
Returns the item at the specified index.
getItemAtIndexApi(int) - Method in interface org.zkoss.zul.api.Radiogroup
Returns the radio button at the specified index.
getItemAtIndexApi(int) - Method in class org.zkoss.zul.Combobox
Returns the item at the specified index.
getItemAtIndexApi(int) - Method in class org.zkoss.zul.Listbox
Returns the item at the specified index.
getItemAtIndexApi(int) - Method in class org.zkoss.zul.Radiogroup
Returns the radio button at the specified index.
getItemCount() - Method in interface org.zkoss.zul.api.Combobox
Returns the number of items.
getItemCount() - Method in interface org.zkoss.zul.api.Group
Returns the number of items.
getItemCount() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of items.
getItemCount() - Method in interface org.zkoss.zul.api.Listgroup
Returns the number of items.
getItemCount() - Method in interface org.zkoss.zul.api.Radiogroup
Returns the number of radio buttons in this group.
getItemCount() - Method in interface org.zkoss.zul.api.Tree
Returns the number of child Treeitem.
getItemCount() - Method in interface org.zkoss.zul.api.Treechildren
Returns the number of child Treeitem including all descendants.
getItemCount() - Method in class org.zkoss.zul.Combobox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Group
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Radiogroup
Returns the number of radio buttons in this group.
getItemCount() - Method in class org.zkoss.zul.Tree
Returns the number of child Treeitem.
getItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of child Treeitem including all descendants.
getItemHeight() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the item height of Fisheye.
getItemHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item height of Fisheye.
getItemMaxHeight() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the item maximal height of Fisheye.
getItemMaxHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item maximal height of Fisheye.
getItemMaxWidth() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the item maximal width of Fisheye.
getItemMaxWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item maximal width of Fisheye.
getItemPadding() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the item padding of Fisheye.
getItemPadding() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item padding of Fisheye.
getItemRenderer() - Method in interface org.zkoss.zkdemo.userguide.MainLayoutAPI
 
getItemRenderer() - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
getItemRenderer() - Method in interface org.zkoss.zul.api.Combobox
Returns the renderer to render each row, or null if the default renderer is used.
getItemRenderer() - Method in interface org.zkoss.zul.api.Listbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Combobox
Returns the renderer to render each row, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Listbox
Returns the renderer to render each item, or null if the default renderer is used.
getItems() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the attribute items.
getItems() - Method in class org.zkoss.zkdemo.userguide.Category
 
getItems(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItemExt
Returns all children items of the given Collection owner such as Grid.
getItems() - Method in interface org.zkoss.zul.api.Combobox
Returns a 'live' list of all Comboitem.
getItems() - Method in interface org.zkoss.zul.api.Group
Returns a list of all Row are grouped by this group.
getItems() - Method in interface org.zkoss.zul.api.Listbox
Returns a live list of all Listitem.
getItems() - Method in interface org.zkoss.zul.api.Listgroup
Returns a list of all Listitem are grouped by this listgroup.
getItems() - Method in interface org.zkoss.zul.api.Tree
Returns a readonly list of all descending Treeitem (children's children and so on).
getItems() - Method in interface org.zkoss.zul.api.Treechildren
Returns a readonly list of all descending Treeitem (children's children and so on).
getItems() - Method in class org.zkoss.zul.Combobox
Returns a 'live' list of all Comboitem.
getItems() - Method in class org.zkoss.zul.Group
Returns a list of all Row are grouped by this group.
getItems() - Method in class org.zkoss.zul.Listbox
Returns a live list of all Listitem.
getItems() - Method in class org.zkoss.zul.Listgroup
Returns a list of all Listitem are grouped by this listgroup.
getItems() - Method in class org.zkoss.zul.Tree
Returns a readonly list of all descending Treeitem (children's children and so on).
getItems() - Method in class org.zkoss.zul.Treechildren
Returns a readonly list of all descending Treeitem (children's children and so on).
getItemWidth() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the item width of Fisheye.
getItemWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the item width of Fisheye.
getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a map of definitions of JavaScript modules, (String name, String version).
getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all JavaScript required by this language.
getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the key code.
getKeys() - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns an enumeration of keys.
getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns what keys were pressed when the component is moved, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
getKeys() - Method in interface org.zkoss.zul.CategoryModel
Get (series, category) pairs of this chart data model.
getKeys() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns what keys were pressed when the column is resized, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key, or null if not found.
getLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or null if no found.
getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or the default value if no found.
getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or the default value if not found.
getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label or message of the specified key.
getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel() - Method in class org.zkoss.zkdemo.userguide.Category
 
getLabel() - Method in class org.zkoss.zkdemo.userguide.DemoItem
 
getLabel() - Method in interface org.zkoss.zkex.zul.api.Fisheye
Returns the label (never null).
getLabel() - Method in class org.zkoss.zkex.zul.Fisheye
Returns the label (never null).
getLabel() - Method in interface org.zkoss.zul.api.Group
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in interface org.zkoss.zul.api.Groupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in interface org.zkoss.zul.api.Listitem
Returns the label of the Listcell it contains, or null if no such cell.
getLabel() - Method in interface org.zkoss.zul.api.Treeitem
Returns the label of the Treecell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Group
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Groupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in interface org.zkoss.zul.impl.api.LabelElement
Returns the label (never null).
getLabel() - Method in class org.zkoss.zul.impl.LabelElement
Returns the label (never null).
getLabel() - Method in class org.zkoss.zul.Listgroupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Listitem
Returns the label of the Listcell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Treeitem
Returns the label of the Treecell it contains, or null if no such cell.
getLabelAttrs() - Method in class org.zkoss.zul.Checkbox
Returns the attributes used by the embedded HTML LABEL tag.
getLabelAttrs() - Method in class org.zkoss.zul.Listcell
Returns the attributes used by the embedded HTML LABEL tag.
getLabelAttrs() - Method in class org.zkoss.zul.Treecell
Returns the attributes used by the embedded HTML LABEL tag.
getLabelEdge() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the label edge.
getLabelEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the label edge.
getLanguage() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the scripting language this interpreter is associated with.
getLanguage() - Method in exception org.zkoss.zk.scripting.InterpreterNotFoundException
Returns the lanaugage that is not found.
getLanguage() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the scripting language, or null if the default scripting language is preferred.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.GenericRichlet
Returns the language defintion that this richlet belongs to.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the language definition, or null if it is a temporty definition belonging to a page.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the language definition that ComponentInfo.getComponentDefinition() belongs to, or null if the component definition is temporary.
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the language definition that this page is default to be.
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Page
Returns the language definition that this page belongs to (never null).
getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Richlet
Returns the default language defintion that this richlet belongs to.
getLastAccessedTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLastChild() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getLastChild() - Method in interface org.zkoss.zk.ui.Component
Returns the last child component, or null if no child at all.
getLastModified(Object) - Method in class org.zkoss.util.resource.AbstractLoader
 
getLastModified(Object) - Method in interface org.zkoss.util.resource.Loader
Returns the last modified time, or -1 if reload is required or not exists.
getLastModified(Object) - Method in class org.zkoss.web.util.resource.ExtendletLoader
Returns the last modified time.
getLastModified(Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getLastName() - Method in class org.zkoss.zkdemo.userguide.Person
 
getLastResponse(String, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getLastResponse(String, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the information of response for the last request, or null if no response yet, or the specified request ID doesn't match the last one (passed to DesktopCtrl.responseSent(java.lang.String, java.lang.String, java.lang.Object)).
getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
 
getLastRoot() - Method in interface org.zkoss.zk.ui.Page
Returns the last root component.
getLayoutServlet(WebApp) - Static method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
Deprecated. As of release 3.6.0, removed in favor of WebManager.getWebManager(javax.servlet.ServletContext).
getLeft() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the left position.
getLeft() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the left of the component, which is its original left.
getLeft() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the left of the component, which is its original left.
getLeft() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the left of the component after moved.
getLeft() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the left position.
getLength() - Method in class org.zkoss.idom.Element.AttrMap
 
getLength() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getLength() - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getLength() - Method in class org.zkoss.xml.FacadeNodeList
 
getLength() - Method in interface org.zkoss.zul.api.Captcha
Get length of the autogenerated text value; default to 5.
getLength() - Method in class org.zkoss.zul.Captcha
Get length of the autogenerated text value; default to 5.
getLevel() - Method in class org.zkoss.util.logging.Log
Retruns the logging level.
getLevel(String) - Static method in class org.zkoss.util.logging.Log
Return the logging level of the specified string.
getLevel() - Method in interface org.zkoss.zul.api.Treecell
Returns the level this cell is.
getLevel() - Method in interface org.zkoss.zul.api.Treeitem
Returns the level this cell is.
getLevel() - Method in interface org.zkoss.zul.api.Treerow
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treecell
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treeitem
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treerow
Returns the level this cell is.
getLifetime() - Method in interface org.zkoss.util.Cache
Returns the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.CacheMap
Gets the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.MultiCache
 
getLifetime() - Method in class org.zkoss.util.ThreadLocalCache
 
getLimitTimeOffer() - Static method in class org.zkoss.web.servlet.Servlets
Returns a token to represent a limit-time offer.
getLineNumber() - Method in class org.zkoss.idom.util.SimpleLocator
 
getLineNumber() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the line number of this action.
getLinkedPanel() - Method in class org.zkoss.zul.Tab
Returns the panel associated with this tab.
getLinkedPanelApi() - Method in interface org.zkoss.zul.api.Tab
Returns the panel associated with this tab.
getLinkedPanelApi() - Method in class org.zkoss.zul.Tab
Returns the panel associated with this tab.
getLinkedTab() - Method in class org.zkoss.zul.Tabpanel
Returns the tab associated with this tab panel.
getLinkedTabApi() - Method in interface org.zkoss.zul.api.Tabpanel
Returns the tab associated with this tab panel.
getLinkedTabApi() - Method in class org.zkoss.zul.Tabpanel
Returns the tab associated with this tab panel.
getLinkedTreechildren() - Method in class org.zkoss.zul.Treerow
Returns the Treechildren associated with this Treerow.
getLinkedTreechildrenApi() - Method in interface org.zkoss.zul.api.Treerow
Returns the Treechildren associated with this Treerow.
getLinkedTreechildrenApi() - Method in class org.zkoss.zul.Treerow
Returns the Treechildren associated with this Treerow.
getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
Returns the Treerow that is associated with this treechildren, or null if no such treerow.
getLinkedTreerowApi() - Method in interface org.zkoss.zul.api.Treechildren
Returns the Treerow that is associated with this treechildren, or null if no such treerow.
getLinkedTreerowApi() - Method in class org.zkoss.zul.Treechildren
Returns the Treerow that is associated with this treechildren, or null if no such treerow.
getListbox() - Method in class org.zkoss.zul.Listcell
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfoot
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfooter
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listhead
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listheader
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listitem
Returns the list box that it belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listcell
Returns the list box that it belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listfoot
Returns the list box that it belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listfooter
Returns the listbox that this belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listhead
Returns the list box that it belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listheader
Returns the listbox that this belongs to.
getListboxApi() - Method in interface org.zkoss.zul.api.Listitem
Returns the list box that it belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listcell
Returns the list box that it belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listfoot
Returns the list box that it belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listfooter
Returns the listbox that this belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listhead
Returns the list box that it belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listheader
Returns the listbox that this belongs to.
getListboxApi() - Method in class org.zkoss.zul.Listitem
Returns the list box that it belongs to.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Component
Returns an iterator for iterating listener for the specified event.
getListenerIterator(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Page
Returns an iterator for iterating listener for the specified event.
getListfoot() - Method in class org.zkoss.zul.Listbox
Returns Listfoot belonging to this listbox, or null if no list footers at all.
getListfoot() - Method in class org.zkoss.zul.Listgroup
Returns the Listfoot, if any.
getListfootApi() - Method in interface org.zkoss.zul.api.Listbox
Returns Listfoot belonging to this listbox, or null if no list footers at all.
getListfootApi() - Method in interface org.zkoss.zul.api.Listgroup
Returns the Listfoot, if any.
getListfootApi() - Method in class org.zkoss.zul.Listbox
Returns Listfoot belonging to this listbox, or null if no list footers at all.
getListfootApi() - Method in class org.zkoss.zul.Listgroup
Returns the Listfoot, if any.
getListgroup() - Method in class org.zkoss.zul.Listitem
Returns the listgroup that this item belongs to, or null.
getListgroupApi() - Method in interface org.zkoss.zul.api.Listitem
Returns the listgroup that this item belongs to, or null.
getListgroupApi() - Method in class org.zkoss.zul.Listitem
Returns the listgroup that this item belongs to, or null.
getListgroupfootIndex() - Method in interface org.zkoss.zul.api.Listgroup
Returns the index of Listgroupfoot -1: no Listgroupfoot
getListgroupfootIndex() - Method in class org.zkoss.zul.Listgroup
Returns the index of Listgroupfoot -1: no Listgroupfoot
getListhead() - Method in class org.zkoss.zul.Listbox
Returns Listhead belonging to this listbox, or null if no list headers at all.
getListheadApi() - Method in interface org.zkoss.zul.api.Listbox
Returns Listhead belonging to this listbox, or null if no list headers at all.
getListheadApi() - Method in class org.zkoss.zul.Listbox
Returns Listhead belonging to this listbox, or null if no list headers at all.
getListheader() - Method in class org.zkoss.zul.Listcell
Returns the list header that is in the same column as this cell, or null if not available.
getListheader() - Method in class org.zkoss.zul.Listfooter
Returns the list header that is in the same column as this footer, or null if not available.
getListheader() - Method in class org.zkoss.zul.ListitemComparator
Returns the listheader that this comparator is associated with, or null if not available.
getListheaderApi() - Method in interface org.zkoss.zul.api.Listcell
Returns the list header that is in the same column as this cell, or null if not available.
getListheaderApi() - Method in interface org.zkoss.zul.api.Listfooter
Returns the list header that is in the same column as this footer, or null if not available.
getListheaderApi() - Method in class org.zkoss.zul.Listcell
Returns the list header that is in the same column as this cell, or null if not available.
getListheaderApi() - Method in class org.zkoss.zul.Listfooter
Returns the list header that is in the same column as this footer, or null if not available.
getListModel() - Method in interface org.zkoss.zul.api.Grid
Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
getListModel() - Method in interface org.zkoss.zul.api.Listbox
Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
getListModel() - Method in class org.zkoss.zul.Grid
Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
getListModel() - Method in class org.zkoss.zul.Listbox
Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
getLoadAfterEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get load-after event expression set.
getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
Returns all loaded interpreters.
getLoader() - Method in class org.zkoss.util.resource.ResourceCache
Returns the loader.
getLoadWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get load-when event expression set.
getLocalAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getLocalAddr() - Method in interface org.zkoss.zk.ui.Session
Returns the Internet Protocol (IP) address of the interface on which the first request was received (and creates this session).
getLocale(String, char) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(String) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(Locale) - Static method in class org.zkoss.util.Locales
Converts a Locale to one of them being used before.
getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
Returns the locale of the bundle, or null if it is the default.
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getLocale() - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Returns the output file locale.
getLocale() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the output file locale.
getLocales() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalName() - Method in class org.zkoss.idom.Attribute
 
getLocalName() - Method in class org.zkoss.idom.Element
 
getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocalName() - Method in interface org.zkoss.idom.Namespaceable
Gets the local name of this item.
getLocalName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocalName() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getLocalName() - Method in interface org.zkoss.zk.ui.Session
Returns the host name of the Internet Protocol (IP) interface on which the first request was received (and creates this session).
getLocalPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getLocalPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocator() - Method in interface org.zkoss.idom.Item
Gets the locator of this item.
getLocator() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns the locator for loading resources, such as taglib.
getLocator() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getLocator() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the locator of this context used to locate resorces.
getLocator() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getLocator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the locator associated with this page definition.
getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the locator for the specified context.
getLocator() - Method in class org.zkoss.zk.ui.metainfo.Parser
returns locator for locating resources.
getLocator() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the locator used to retrieve resources, such as taglib and zscript files, or null if RequestInfo.getWebApp() will be used as the locator.
getLow(int) - Method in interface org.zkoss.zul.HiLoModel
Get Low value of a specified data index.
getLow(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the specified condition.
getMacroURI() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns the macro URI.
getMacroURI() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
getMacroURI() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the macro URI, or null if not a macro.
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
getMacroURI() - Method in class org.zkoss.zml.XmlMacroComponent
 
getMajorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the major version.
getMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMargins() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the margins, which is a list of numbers separated by comma.
getMargins() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the margins, which is a list of numbers separated by comma.
getMax() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the maximum value.
getMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 3.0.1, replaced with Configuration.getSessionMaxDesktops().
getMaxInactiveInterval() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
Return the time, in seconds, between client requests before the servlet container will invalidate this session.
getMaxlength() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the maxlength of bytes to output.
getMaxlength() - Method in class org.zkoss.zk.ui.render.Out
Returns the maxlength of bytes to output.
getMaxlength() - Method in interface org.zkoss.zul.api.Label
Returns the maximal length of the label.
getMaxlength() - Method in interface org.zkoss.zul.api.Listbox
Returns the maximal length of each item's label.
getMaxlength() - Method in interface org.zkoss.zul.api.Listcell
Returns the maximal length for this cell.
getMaxlength() - Method in interface org.zkoss.zul.api.Listheader
Returns the maximal length of each item's label.
getMaxlength() - Method in interface org.zkoss.zul.api.Listitem
Returns the maximal length of each item's label.
getMaxlength() - Method in interface org.zkoss.zul.api.Treecell
Returns the maximal length for this cell, which is decided by the corresponding Treecell.getTreecolApi()'s Treecol.getMaxlength().
getMaxlength() - Method in interface org.zkoss.zul.api.Treecol
Returns the maximal length of each item's label.
getMaxlength() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the maxlength.
getMaxlength() - Method in class org.zkoss.zul.impl.InputElement
Returns the maxlength.
getMaxlength() - Method in class org.zkoss.zul.Label
Returns the maximal length of the label.
getMaxlength() - Method in class org.zkoss.zul.Listbox
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listcell
Returns the maximal length for this cell.
getMaxlength() - Method in class org.zkoss.zul.Listheader
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listitem
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Treecell
Returns the maximal length for this cell, which is decided by the corresponding Treecell.getTreecol()'s Treecol.getMaxlength().
getMaxlength() - Method in class org.zkoss.zul.Treecol
Returns the maximal length of each item's label.
getMaxpos() - Method in class org.zkoss.zul.Slider
Returns the maximum position of the slider.
getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed time to process events, in milliseconds.
getMaxSize() - Method in interface org.zkoss.util.Cache
Returns the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.CacheMap
Gets the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.MultiCache
 
getMaxSize() - Method in class org.zkoss.util.ThreadLocalCache
Returns the maximal allowed size.
getMaxsize() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the maximum size of the resizing element.
getMaxsize() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the maximum size of the resizing element.
getMaxsize() - Method in class org.zkoss.zul.Fileupload
Returns the maximal allowed upload size of the component, in kilobytes, or a negative value if no limit.
getMaxSpareThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of the spare pool for queuing event processing threads (per Web application).
getMaxSuspendedThreads() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of suspended event processing threads (per Web application).
getMaxTimerSize() - Method in class org.zkoss.util.ScalableTimer
Returns the maximal allowed number of timers (Timer) are used in this instance.
getMaxUploadSize() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed upload size, in kilobytes, or a negative value if no limit.
getMedia() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the first media being uploaded, or null if no file is uploaded.
getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
Retrieve the view in Media format.
getMedia(String) - Method in class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Audio.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Iframe.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Image.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Style.ExtraCtrl
 
getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
Returns the array of media being uploaded, or null if the user uploaded no file at all.
getMenupopup() - Method in interface org.zkoss.zul.api.Columns
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Columns
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Menu
Returns the Menupopup it owns, or null if not available.
getMenupopupApi() - Method in interface org.zkoss.zul.api.Menu
Returns the Menupopup it owns, or null if not available.
getMenupopupApi() - Method in class org.zkoss.zul.Menu
Returns the Menupopup it owns, or null if not available.
getMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns a message of the exception.
getMessage(int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception's getMessage method.
getMessage(int, Object) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception with one format-argument.
getMessage(int) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception without format-argument.
getMessage() - Method in class org.zkoss.zk.ui.event.ErrorEvent
Returns the error message if this event is caused by a wrong data, or null if it is to clear messsage.
getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
Returns the method being encapsulated.
getMethod() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getMethodByObject(Class, String, Object[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close method by specifying the arguments, rather than the argument types.
getMethodBySignature(Class, String, Collection) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature.
getMethodInPublic(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets the method that is declared in a public class/interface.
getMimeType(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMin() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the minimum value.
getMinheight() - Method in interface org.zkoss.zul.api.Window
Returns the minimum height.
getMinheight() - Method in class org.zkoss.zul.Window
Returns the minimum height.
getMinorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the minor version.
getMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getMinsize() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the minimum size of the resizing element.
getMinsize() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the minimum size of the resizing element.
getMinwidth() - Method in interface org.zkoss.zul.api.Window
Returns the minimum width.
getMinwidth() - Method in class org.zkoss.zul.Window
Returns the minimum width.
getMode() - Method in interface org.zkoss.zul.api.Window
Returns the current mode.
getMode() - Method in class org.zkoss.zul.Window
Returns the current mode.
getModel() - Method in interface org.zkoss.zul.api.Chart
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in interface org.zkoss.zul.api.Combobox
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
getModel() - Method in interface org.zkoss.zul.api.Grid
Returns the model associated with this grid, or null if this grid is not associated with any list data model.
getModel() - Method in interface org.zkoss.zul.api.Listbox
Returns the model associated with this list box, or null if this list box is not associated with any list data model.
getModel() - Method in interface org.zkoss.zul.api.Tree
Returns the list model associated with this tree, or null if this tree is not associated with any tree data model.
getModel() - Method in class org.zkoss.zul.Chart
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in class org.zkoss.zul.Combobox
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the chart model that fires this event.
getModel() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the tree model that fires this event.
getModel() - Method in class org.zkoss.zul.Grid
Returns the model associated with this grid, or null if this grid is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Listbox
Returns the model associated with this list box, or null if this list box is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Tree
Returns the list model associated with this tree, or null if this tree is not associated with any tree data model.
getModelByOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Returns the component model as ListModel
getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the mold used to render this component.
getMold() - Method in interface org.zkoss.zk.ui.Component
Returns the mold to render this component.
getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns a readonly collection of mold names supported by this definition.
getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMoldSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Deprecated. As of release 3.5.1, replaced with HtmlBasedComponent.getZclass().
getMoldURI() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the mold URI based on AbstractComponent.getMold() and the molds defined in the component definition (ComponentDefinition).
getMoldURI(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URI (String) or an instance of ComponentRenderer of the mold, or null if no such mold available.
getMoldURI(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the monitor for this application, or null if not set.
getName() - Method in class org.zkoss.idom.Attribute
 
getName() - Method in class org.zkoss.idom.Binary
 
getName() - Method in class org.zkoss.idom.CData
 
getName() - Method in class org.zkoss.idom.Comment
 
getName() - Method in class org.zkoss.idom.DocType
Gets the element name being constrained.
getName() - Method in class org.zkoss.idom.Document
 
getName() - Method in class org.zkoss.idom.Element
Gets the tag name of the element -- the name with prefix.
getName() - Method in class org.zkoss.idom.EntityReference
 
getName() - Method in interface org.zkoss.idom.Item
Gets the name of the item.
getName() - Method in class org.zkoss.idom.ProcessingInstruction
 
getName() - Method in class org.zkoss.idom.Text
 
getName() - Method in class org.zkoss.image.AImage
 
getName() - Method in class org.zkoss.sound.AAudio
 
getName() - Method in class org.zkoss.util.logging.Log
Returns the name of this logger.
getName() - Method in class org.zkoss.util.media.AMedia
 
getName() - Method in interface org.zkoss.util.media.Media
Returns the name (usually filename) of this media, or null if not available.
getName() - Method in class org.zkoss.util.media.RepeatableMedia
 
getName() - Method in class org.zkoss.zk.ui.event.Event
Returns the event name.
getName() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
Returns the name of this annotation.
getName() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns name of this component definition (never null).
getName() - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns the tag name of this header element.
getName() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getName() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns name of this language.
getName() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the name of the property.
getName() - Method in class org.zkoss.zkdemo.test2.BizService.Repository
 
getName() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
getName() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
getName() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
getName() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
getName() - Method in interface org.zkoss.zul.api.Calendar
Returns the name of this component.
getName() - Method in interface org.zkoss.zul.api.Checkbox
Returns the name of this component.
getName() - Method in interface org.zkoss.zul.api.Iframe
Returns the frame name.
getName() - Method in interface org.zkoss.zul.api.Listbox
Returns the name of this component.
getName() - Method in interface org.zkoss.zul.api.Radiogroup
Returns the name of this group of radio buttons.
getName() - Method in interface org.zkoss.zul.api.Slider
Returns the name of this component.
getName() - Method in interface org.zkoss.zul.api.Tree
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Calendar
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Checkbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Iframe
Returns the frame name.
getName() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the name of this component.
getName() - Method in class org.zkoss.zul.impl.InputElement
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Listbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Radio
Returns the name of this radio button.
getName() - Method in class org.zkoss.zul.Radiogroup
Returns the name of this group of radio buttons.
getName() - Method in class org.zkoss.zul.Slider
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Tree
Returns the name of this component.
getNamedDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns a collection of component definitions, ComponentDefinition, defined in this map.
getNamespace() - Method in class org.zkoss.idom.Attribute
 
getNamespace(String) - Method in class org.zkoss.idom.Element
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.
getNamespace() - Method in class org.zkoss.idom.Element
 
getNamespace() - Method in interface org.zkoss.idom.Namespaceable
Gets the namespace.
getNamespace() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getNamespace() - Method in interface org.zkoss.zk.ui.Component
Returns the namespace to store variables and functions belonging to the ID space of this component.
getNamespace() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the name space.
getNamespace() - Method in interface org.zkoss.zk.ui.Page
Returns the namespace used to store variables belonging to the ID space of this page.
getNamespaceURI() - Method in class org.zkoss.idom.Attribute
 
getNamespaceURI() - Method in class org.zkoss.idom.Element
 
getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNativeContent(Component, List, Native.Helper) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getNativeContent(Component, List, Native.Helper) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Retrieve the native content for a property of the specified component.
getNativeContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getNativeContext() - Method in interface org.zkoss.zk.ui.WebApp
Returns the native application context, or null if not available.
getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the component definition for the native components.
getNativeInterpreter() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the native interpreter, or null if not available.
getNativeInterpreter() - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeInterpreter() - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
getNativeInterpreter() - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
Returns the native interpreter, or null if it is not initialized or destroyed.
getNativeRequest() - Method in interface org.zkoss.zk.ui.Execution
Returns the native request, or null if not available.
getNativeRequest() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeRequest() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getNativeRequest() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the native request.
getNativeResponse() - Method in interface org.zkoss.zk.ui.Execution
Returns the native response, or null if not available.
getNativeResponse() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getNativeSession() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getNativeSession() - Method in interface org.zkoss.zk.ui.Session
Returns the native session, or null if not available.
getNbsp() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns whether to generate &nbsp; if the content is empty.
getNbsp() - Method in class org.zkoss.zk.ui.render.Out
Returns whether to generate &nbsp; if the content is empty.
getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the next event queued by Execution.postEvent(org.zkoss.zk.ui.event.Event), or null if no event queued.
getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextKey() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Returns the next available key which is unique in the whole cache.
getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available key which is unique in the whole desktop.
getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNextSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getNextSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the next sibling, or null if it is the last child.
getNextUuid() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getNextUuid() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the next available UUID for a component.
getNodeName() - Method in class org.zkoss.idom.Binary
 
getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeType() - Method in class org.zkoss.idom.Attribute
 
getNodeType() - Method in class org.zkoss.idom.Binary
 
getNodeType() - Method in class org.zkoss.idom.CData
 
getNodeType() - Method in class org.zkoss.idom.Comment
 
getNodeType() - Method in class org.zkoss.idom.DocType
 
getNodeType() - Method in class org.zkoss.idom.Document
 
getNodeType() - Method in class org.zkoss.idom.Element
 
getNodeType() - Method in class org.zkoss.idom.EntityReference
 
getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
 
getNodeType() - Method in class org.zkoss.idom.Text
 
getNodeValue() - Method in class org.zkoss.idom.Element
Always null.
getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNorth() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getNorthApi() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
 
getNorthApi() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getNotation(String) - Static method in class org.zkoss.lang.Primitives
Returns the notation of a primitive class, or ((char)0) if it is not a primitive class.
getNotations() - Method in class org.zkoss.idom.DocType
 
getNumber() - Method in interface org.zkoss.zul.api.Fileupload
Returns the maximal allowed number of files to upload.
getNumber() - Method in class org.zkoss.zul.Fileupload
Returns the maximal allowed number of files to upload.
getOddRowSclass() - Method in interface org.zkoss.zul.api.Grid
Returns the style class for the odd rows.
getOddRowSclass() - Method in interface org.zkoss.zul.api.Listbox
Returns the style class for the odd rows.
getOddRowSclass() - Method in class org.zkoss.zul.Grid
Returns the style class for the odd rows.
getOddRowSclass() - Method in class org.zkoss.zul.Listbox
Returns the style class for the odd rows.
getOnclick() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the onclick.
getOpen(int) - Method in interface org.zkoss.zul.HiLoModel
Get Open value of a specified data index.
getOpen(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getOrderBy() - Method in class org.zkoss.zul.FieldComparator
 
getOrient() - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the orientation of Fisheye.
getOrient() - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the orientation of Fisheye.
getOrient() - Method in interface org.zkoss.zul.api.Box
Returns the orient (the same as Component.getMold()).
getOrient() - Method in interface org.zkoss.zul.api.Button
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Chart
Get the chart orientation (vertical or horizontal)
getOrient() - Method in interface org.zkoss.zul.api.Menubar
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Radiogroup
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Separator
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Slider
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Splitter
Returns the orientation of the splitter.
getOrient() - Method in interface org.zkoss.zul.api.Tabbox
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Toolbar
Returns the orient.
getOrient() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Box
Returns the orient (the same as AbstractComponent.getMold()).
getOrient() - Method in class org.zkoss.zul.Button
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Chart
Get the chart orientation (vertical or horizontal)
getOrient() - Method in class org.zkoss.zul.Menubar
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Radiogroup
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Separator
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Slider
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Splitter
Returns the orientation of the splitter.
getOrient() - Method in class org.zkoss.zul.Tabbox
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Toolbar
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Toolbarbutton
Returns the orient.
getOrigin() - Method in class org.zkoss.io.PrintWriterX
Returns the original writer.
getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
Returns the original event.
getOrigin() - Method in class org.zkoss.zk.ui.event.FulfillEvent
Returns the original event.
getOriginContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original context path regardless of being forwarded or not.
getOriginFullRequest(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the request uri + query string.
getOriginFullServlet(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet path + path info + query string.
getOriginPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info regardless of being forwarded or not.
getOriginQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string regardless of being forwarded or not.
getOriginRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI regardless of being forwarded or not.
getOriginServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the original servlet path regardless of being forwarded or not.
getOut() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the current output.
getOut() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getOut() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the writer, never null.
getOuterAttrs() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the exterior attributes for generating the enclosing HTML tag; never return null.
getOuterAttrs() - Method in class org.zkoss.zkex.zul.Fisheye
 
getOuterAttrs() - Method in class org.zkoss.zkex.zul.Fisheyebar
 
getOuterAttrs() - Method in class org.zkoss.zkex.zul.LayoutRegion
 
getOuterAttrs() - Method in class org.zkoss.zkmax.zul.Portallayout
 
getOuterAttrs() - Method in class org.zkoss.zkmax.zul.Tablechildren
 
getOuterAttrs() - Method in class org.zkoss.zul.Applet
 
getOuterAttrs() - Method in class org.zkoss.zul.Area
Returns the attributes for generating the HTML tag; never return null.
getOuterAttrs() - Method in class org.zkoss.zul.Audio
 
getOuterAttrs() - Method in class org.zkoss.zul.Auxheader
 
getOuterAttrs() - Method in class org.zkoss.zul.Bandbox
 
getOuterAttrs() - Method in class org.zkoss.zul.Box
 
getOuterAttrs() - Method in class org.zkoss.zul.Button
 
getOuterAttrs() - Method in class org.zkoss.zul.Calendar
 
getOuterAttrs() - Method in class org.zkoss.zul.Caption
 
getOuterAttrs() - Method in class org.zkoss.zul.Checkbox
Appends exterior attributes for generating the HTML span tag (the event relevant attribute).
getOuterAttrs() - Method in class org.zkoss.zul.Column
 
getOuterAttrs() - Method in class org.zkoss.zul.Columns
 
getOuterAttrs() - Method in class org.zkoss.zul.Combobox
 
getOuterAttrs() - Method in class org.zkoss.zul.Comboitem
 
getOuterAttrs() - Method in class org.zkoss.zul.Datebox
 
getOuterAttrs() - Method in class org.zkoss.zul.Detail
 
getOuterAttrs() - Method in class org.zkoss.zul.Div
 
getOuterAttrs() - Method in class org.zkoss.zul.Footer
 
getOuterAttrs() - Method in class org.zkoss.zul.Grid
 
getOuterAttrs() - Method in class org.zkoss.zul.Group
 
getOuterAttrs() - Method in class org.zkoss.zul.Groupbox
 
getOuterAttrs() - Method in class org.zkoss.zul.Groupfoot
 
getOuterAttrs() - Method in class org.zkoss.zul.Iframe
 
getOuterAttrs() - Method in class org.zkoss.zul.Image
 
getOuterAttrs() - Method in class org.zkoss.zul.Imagemap
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.FormatInputElement
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.HeaderElement
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.HeadersElement
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.InputElement
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.LabelImageElement
 
getOuterAttrs() - Method in class org.zkoss.zul.impl.XulElement
 
getOuterAttrs() - Method in class org.zkoss.zul.Label
 
getOuterAttrs() - Method in class org.zkoss.zul.Listbox
 
getOuterAttrs() - Method in class org.zkoss.zul.Listcell
 
getOuterAttrs() - Method in class org.zkoss.zul.Listfooter
 
getOuterAttrs() - Method in class org.zkoss.zul.Listgroup
 
getOuterAttrs() - Method in class org.zkoss.zul.Listgroupfoot
 
getOuterAttrs() - Method in class org.zkoss.zul.Listhead
 
getOuterAttrs() - Method in class org.zkoss.zul.Listheader
 
getOuterAttrs() - Method in class org.zkoss.zul.Listitem
 
getOuterAttrs() - Method in class org.zkoss.zul.Menu
 
getOuterAttrs() - Method in class org.zkoss.zul.Menubar
 
getOuterAttrs() - Method in class org.zkoss.zul.Menuitem
 
getOuterAttrs() - Method in class org.zkoss.zul.Menupopup
 
getOuterAttrs() - Method in class org.zkoss.zul.Paging
 
getOuterAttrs() - Method in class org.zkoss.zul.Panel
 
getOuterAttrs() - Method in class org.zkoss.zul.Popup
 
getOuterAttrs() - Method in class org.zkoss.zul.Progressmeter
 
getOuterAttrs() - Method in class org.zkoss.zul.Row
 
getOuterAttrs() - Method in class org.zkoss.zul.Slider
 
getOuterAttrs() - Method in class org.zkoss.zul.Span
 
getOuterAttrs() - Method in class org.zkoss.zul.Spinner
 
getOuterAttrs() - Method in class org.zkoss.zul.Splitter
 
getOuterAttrs() - Method in class org.zkoss.zul.Style
Returns the attributes for generating the HTML tags.
getOuterAttrs() - Method in class org.zkoss.zul.Tab
 
getOuterAttrs() - Method in class org.zkoss.zul.Tabbox
 
getOuterAttrs() - Method in class org.zkoss.zul.Tabpanel
 
getOuterAttrs() - Method in class org.zkoss.zul.Tabs
 
getOuterAttrs() - Method in class org.zkoss.zul.Textbox
 
getOuterAttrs() - Method in class org.zkoss.zul.Timer
 
getOuterAttrs() - Method in class org.zkoss.zul.Toolbar
 
getOuterAttrs() - Method in class org.zkoss.zul.Toolbarbutton
 
getOuterAttrs() - Method in class org.zkoss.zul.Tree
 
getOuterAttrs() - Method in class org.zkoss.zul.Treecell
 
getOuterAttrs() - Method in class org.zkoss.zul.Treecol
 
getOuterAttrs() - Method in class org.zkoss.zul.Treecols
 
getOuterAttrs() - Method in class org.zkoss.zul.Treefooter
 
getOuterAttrs() - Method in class org.zkoss.zul.Treerow
Appends attributes for generating the real checkbox HTML tags (name="val"); Used only by component developers.
getOuterAttrs() - Method in class org.zkoss.zul.Window
 
getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
Get an output property that is in effect for the transformation.
getOutputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getOutputStream() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
getOwner() - Method in class org.zkoss.idom.Attribute
Gets the item that owns this attribute.
getOwner() - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the owner of this interpreter.
getOwner() - Method in interface org.zkoss.zk.scripting.Namespace
Returns the component that owns this namespace, or null if it is owned by a page, or not owned by any one.
getOwner() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
getOwner() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getOwner() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getOwner() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the owner of this page, or null if it is not owned by any component.
getOwnerDocument() - Method in class org.zkoss.idom.Attribute
 
getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getOwnerElement() - Method in class org.zkoss.idom.Attribute
 
getOwnerPage() - Method in interface org.zkoss.zk.scripting.Namespace
Returns the page that owns this namespace, or null if not owned by any page.
getOwnerPage() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getPack() - Method in interface org.zkoss.zul.api.Box
Returns the alignment of cells of this box (null, start, center, end).
getPack() - Method in class org.zkoss.zul.Box
Returns the alignment of cells of this box (null, start, center, end).
getPage() - Method in class org.zkoss.web.servlet.dsp.action.Include
Returns the page (URI).
getPage() - Method in class org.zkoss.zk.au.AuRequest
Returns the page that this request is applied for, or null if this reqeuest is a general request -- regardless any page or component.
getPage() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPage() - Method in interface org.zkoss.zk.ui.Component
Returns the page that this component belongs to, or null if it doesn't belong to any page.
getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID.
getPage() - Method in class org.zkoss.zk.ui.event.Event
Returns the page owning this event, or null if broadcast.
getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageable() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the pageable controller.
getPageable() - Method in class org.zkoss.zul.event.PagingEvent
Returns the pageable controller.
getPageContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the page context.
getPageCount() - Method in interface org.zkoss.zul.api.Grid
Returns the number of pages.
getPageCount() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of pages.
getPageCount() - Method in interface org.zkoss.zul.api.Tree
Returns the number of pages.
getPageCount() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Grid
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Listbox
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Paging
 
getPageCount() - Method in class org.zkoss.zul.Tree
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.getPageSize() rather than this method. It always return 1 since 3.0.7.
getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the page definition from the page file specified by an URI.
getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the page definition, or null if not available.
getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
getPageDefinition(WebApp, Locator, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified path, or null if not found or failed to parse.
getPageDefinition(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified path, or null if not found.
getPageDefinition() - Method in interface org.zkoss.zk.xel.impl.EvaluatorRef
Returns the page definition of this reference, or null if not available.
getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content to a page definition.
getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified page content, in DOM, to a page definition.
getPageDefinitionDirectly(Reader, String) - Method in interface org.zkoss.zk.ui.Execution
Reads the raw content from a reader and converts it into a page definition.
getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getPageDefinitionDirectly(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getPageDefinitionDirectly(WebApp, Locator, String, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content; never null.
getPageDefinitionDirectly(WebApp, Locator, Reader, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the raw content from the specified reader; never null.
getPageDefinitionDirectly(WebApp, Locator, Document, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
Returns the page definition of the specified raw content in DOM; never null.
getPageDefinitionDirectly(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified content; never null.
getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns the page definition of the specified reader; never null.
getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the page of the specified ID, or null if no such page.
getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageIncrement() - Method in interface org.zkoss.zul.ext.Paginal
Returns the number of page anchors shall appear at the client.
getPageIncrement() - Method in class org.zkoss.zul.Paging
 
getPageIncrement() - Method in class org.zkoss.zul.Slider
Returns the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
getPages() - Method in interface org.zkoss.zk.ui.Desktop
Returns a readonly collection of all Page in this desktop.
getPages() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getPageSize() - Method in interface org.zkoss.zul.api.Grid
Returns the page size, aka., the number rows per page.
getPageSize() - Method in interface org.zkoss.zul.api.Listbox
Returns the page size, aka., the number items per page.
getPageSize() - Method in interface org.zkoss.zul.api.Tree
Returns the page size, aka., the number items per page.
getPageSize() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the page size.
getPageSize() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of items per page.
getPageSize() - Method in class org.zkoss.zul.Grid
Returns the page size, aka., the number rows per page.
getPageSize() - Method in class org.zkoss.zul.Listbox
Returns the page size, aka., the number items per page.
getPageSize() - Method in class org.zkoss.zul.Paging
 
getPageSize() - Method in class org.zkoss.zul.Tree
Returns the page size, aka., the number items per page.
getPageSize() - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.getPageSize() rather than this method. It always return -1 since 3.0.7.
getPageURI() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Return the URI to render an included page (which might be an expression).
getPaginal() - Method in interface org.zkoss.zul.api.Grid
Returns the paging controller, or null if not available.
getPaginal() - Method in interface org.zkoss.zul.api.Listbox
Returns the paging controller, or null if not available.
getPaginal() - Method in interface org.zkoss.zul.api.Tree
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Grid
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Listbox
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Tree
Returns the paging controller, or null if not available.
getPaging() - Method in class org.zkoss.zul.Grid
Deprecated. As of release 3.0.7, replaced with Grid.getPagingChild() to avoid the confusion with Grid.getPaginal().
getPaging() - Method in class org.zkoss.zul.Listbox
Deprecated. As of release 3.0.7, replaced with Listbox.getPagingChild() to avoid the confusion with Listbox.getPaginal().
getPagingApi() - Method in interface org.zkoss.zul.api.Grid
 
getPagingApi() - Method in interface org.zkoss.zul.api.Listbox
 
getPagingApi() - Method in class org.zkoss.zul.Grid
 
getPagingApi() - Method in class org.zkoss.zul.Listbox
 
getPagingChild() - Method in class org.zkoss.zul.Grid
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Listbox
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Tree
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in interface org.zkoss.zul.api.Grid
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in interface org.zkoss.zul.api.Listbox
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in interface org.zkoss.zul.api.Tree
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in class org.zkoss.zul.Grid
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in class org.zkoss.zul.Listbox
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChildApi() - Method in class org.zkoss.zul.Tree
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingPosition() - Method in interface org.zkoss.zul.ext.Paginated
Returns the paging position if the component contains a paging component.
getPagingPosition() - Method in class org.zkoss.zul.Grid
Returns how to position the paging of grid at the client screen.
getPagingPosition() - Method in class org.zkoss.zul.Listbox
Returns how to position the paging of listbox at the client screen.
getPagingPosition() - Method in class org.zkoss.zul.Tree
Returns how to position the paging of tree at the client screen.
getPaneAlpha() - Method in interface org.zkoss.zul.api.Chart
Get the pane alpha (transparency, 0 ~ 255, opacue).
getPaneAlpha() - Method in class org.zkoss.zul.Chart
Get the pane alpha (transparency, 0 ~ 255, opacue).
getPaneColor() - Method in interface org.zkoss.zul.api.Chart
Get the pane color of the chart (in string as #RRGGBB). null means default.
getPaneColor() - Method in class org.zkoss.zul.Chart
Get the pane color of the chart (in string as #RRGGBB).
getPanel(int, int) - Method in interface org.zkoss.zkmax.zul.api.Portallayout
Returns the specified pnael, or null if not available.
getPanel(int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
Returns the specified pnael, or null if not available.
getPanelchildren() - Method in class org.zkoss.zul.Panel
Returns the panelchildren of this panel.
getPanelchildrenApi() - Method in interface org.zkoss.zul.api.Panel
Returns the panelchildren of this panel.
getPanelchildrenApi() - Method in class org.zkoss.zul.Panel
Returns the panelchildren of this panel.
getPanelSpacing() - Method in interface org.zkoss.zul.api.Tabbox
Returns the spacing between Tabpanel.
getPanelSpacing() - Method in class org.zkoss.zul.Tabbox
Returns the spacing between Tabpanel.
getPaneRGB() - Method in interface org.zkoss.zul.api.Chart
Get the pane color in int array (0: red, 1: green, 2:blue). null means default.
getPaneRGB() - Method in class org.zkoss.zul.Chart
Get the pane color in int array (0: red, 1: green, 2:blue).
getParameter(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameter(String) - Method in interface org.zkoss.zk.ui.Execution
Returns the value of a request parameter as a String, or null if the parameter does not exist
getParameter(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameterMap() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterMap() - Method in interface org.zkoss.zk.ui.Execution
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParameterNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameters() - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Returns the JasperReports Parameters.
getParameters() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the JasperReports Parameters.
getParameterTypes() - Method in interface org.zkoss.xel.Function
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
 
getParameterValues(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getParameterValues(String) - Method in interface org.zkoss.zk.ui.Execution
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getParams() - Method in interface org.zkoss.zul.api.Applet
Returns a map of parameters (never null).
getParams() - Method in class org.zkoss.zul.Applet
Returns a map of parameters (never null).
getParamsHtml() - Method in class org.zkoss.zul.Applet
Used only internally for component development.
getParent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParent() - Method in interface org.zkoss.idom.Item
Gets the parent item.
getParent() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns the parent action, or null if no parent at all.
getParent() - Method in class org.zkoss.xel.util.SimpleMapper
Returns the parent mapper, or null if no parent.
getParent() - Method in class org.zkoss.xel.util.SimpleResolver
Returns the parent, or null if no parent at all.
getParent() - Method in interface org.zkoss.zk.scripting.Namespace
Returns the parent name space, or null if this is topmost.
getParent() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getParent() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getParent() - Method in interface org.zkoss.zk.ui.Component
Returns the parent component, or null if this is the root component.
getParent() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
getParent() - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Returns the parent, or null if no parent.
getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the parent (always null).
getParent() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the parent node that one of its children being modified
getParentItem() - Method in class org.zkoss.zul.Treeitem
Returns the parent tree item, or null if this item is already the top level of the tree.
getParentItemApi() - Method in interface org.zkoss.zul.api.Treeitem
Returns the parent tree item, or null if this item is already the top level of the tree.
getParentItemApi() - Method in class org.zkoss.zul.Treeitem
Returns the parent tree item, or null if this item is already the top level of the tree.
getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Return the parsed expressions of the apply attribute.
getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getParser() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the sax parser.
getPath() - Method in class org.zkoss.zk.ui.Path
Returns the path (after normalized).
getPath(Component) - Static method in class org.zkoss.zk.ui.Path
Returns the path of the specified component.
getPath(Object, Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
getPath(Object, Object) - Method in interface org.zkoss.zul.TreeModel
Returns an integer array to represent the path from parent(exclusive) to lastNode(inclusive).
getPathInfo() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPathTranslated() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getPercent() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the performance meter for this application, or null if not set.
getPeriod() - Method in interface org.zkoss.zul.api.Chart
Returns the period used in Time Series Chart.
getPeriod() - Method in class org.zkoss.zul.Chart
Returns the period used in Time Series Chart.
getPhoto() - Method in interface org.zkoss.util.media.Photo
Returns the photo of this object.
getPopup() - Method in interface org.zkoss.zul.impl.api.XulElement
Returns the ID of the popup (Popup) that should appear when the user clicks on the element.
getPopup() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user clicks on the element.
getPopup() - Method in class org.zkoss.zul.Treerow
Returns the same as XulElement.getPopup().
getPortletContext() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
getPortletSess() - Method in class org.zkoss.web.portlet.PortletHttpSession
Returns the portlet session being wrapped by this object.
getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
Returns the position.
getPosition() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns this regions position (north/south/east/west/center).
getPosition() - Method in class org.zkoss.zkex.zul.Center
Returns Borderlayout.CENTER.
getPosition() - Method in class org.zkoss.zkex.zul.East
Returns Borderlayout.EAST.
getPosition() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns this regions position (north/south/east/west/center).
getPosition() - Method in class org.zkoss.zkex.zul.North
Returns Borderlayout.NORTH.
getPosition() - Method in class org.zkoss.zkex.zul.South
Returns Borderlayout.SOUTH.
getPosition() - Method in class org.zkoss.zkex.zul.West
Returns Borderlayout.WEST.
getPosition(Panel) - Method in interface org.zkoss.zkmax.zul.api.Portallayout
Returns an int array[col, row] that indicates the specified panel located within this portal layout.
getPosition(Panel) - Method in class org.zkoss.zkmax.zul.Portallayout
Returns an int array[col, row] that indicates the specified panel located within this portal layout.
getPosition() - Method in interface org.zkoss.zul.api.Window
Returns how to position the window at the client screen.
getPosition() - Method in class org.zkoss.zul.Window
Returns how to position the window at the client screen.
getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns the value of the preference defined in zk.xml, or by Configuration.setPreference(java.lang.String, java.lang.String).
getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly set of all preference names.
getPreferredLocale(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns the preferred locale of the specified request.
getPrefix() - Method in class org.zkoss.idom.Attribute
 
getPrefix() - Method in class org.zkoss.idom.Element
 
getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPrefix() - Method in class org.zkoss.idom.Namespace
Gets the prefix mapped to this Namespace.
getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
Returns the prefix.
getPreloadSize() - Method in interface org.zkoss.zul.api.Grid
Returns the number of rows to preload when receiving the rendering request from the client.
getPreloadSize() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of items to preload when receiving the rendering request from the client.
getPreloadSize() - Method in class org.zkoss.zul.Grid
Returns the number of rows to preload when receiving the rendering request from the client.
getPreloadSize() - Method in class org.zkoss.zul.Listbox
Returns the number of items to preload when receiving the rendering request from the client.
getPrevious() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
Returns the status of the enclosing forEach statement.
getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPreviousSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getPreviousSibling() - Method in interface org.zkoss.zk.ui.Component
Returns the previous sibling, or null if it is the first child.
getProcess() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
getProcessingPromptDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processing.
getProgressing() - Method in interface org.zkoss.zul.api.Include
Returns whether to show the PLEASE_WAIT message before a long operation.
getProgressing() - Method in class org.zkoss.zul.Include
Returns whether to show the PLEASE_WAIT message before a long operation.
getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns a readonly list of the prolog children (NativeInfo).
getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
Returns the prolog content.
getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
Returns a map of all properties, (String key , String value).
getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns a readonly list of properties (Property) (never null).
getProperty(String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String, String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the property without interprets any expression.
getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
Returns the property for the given key from this resource bundle or one of its parents.
getProtocol() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getProxy(Desktop) - Method in interface org.zkoss.zkex.zul.ListModelSharer
Get a proxy which is to be used in listbox or grid of a desktop.
getProxy(Desktop) - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
Get a proxy which is to be used in listbox or grid of a desktop.
getProxyCount() - Method in interface org.zkoss.zkex.zul.ListModelSharer
Get the count of created proxy.
getProxyCount() - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
Get the count of created proxy.
getPublicId() - Method in class org.zkoss.idom.DocType
Gets the public ID of an externally referenced DTD, or an empty String if none is referenced.
getPublicId() - Method in class org.zkoss.idom.util.SimpleLocator
 
getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
Return the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
Returns the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
Always return 1.0 since no quality degrade.
getQueryString() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getQueue(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
Get the OperationQueue of OperationThread, It is check is there any OperationThread exist in desktop.
getRadiogroup() - Method in class org.zkoss.zul.Radio
Returns Radiogroup that this radio button belongs to.
getRadiogroupApi() - Method in interface org.zkoss.zul.api.Radio
Returns Radiogroup that this radio button belongs to.
getRadiogroupApi() - Method in class org.zkoss.zul.Radio
Returns Radiogroup that this radio button belongs to.
getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns the raw content.
getRawData() - Method in class org.zkoss.zk.au.AuResponse
Returns the associated data of this response in the original format (might be null).
getRawText() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the text directly without checking whether any error message not yet fixed.
getRawText() - Method in class org.zkoss.zul.impl.InputElement
Returns the text directly without checking whether any error message not yet fixed.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
Returns the raw value of the property.
getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the raw value (text).
getRawValue() - Method in class org.zkoss.zk.xel.ExValue
Returns the raw value.
getRawValue() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the raw value directly with checking whether any error message not yet fixed.
getRawValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the raw value directly with checking whether any error message not yet fixed.
getRbEntry(int) - Method in class org.zkoss.util.TreeArray
 
getReader() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getReaderData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.sound.AAudio
Not supported.
getReaderData() - Method in class org.zkoss.util.media.AMedia
Returns the reader of this media to retrieve the data.
getReaderData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in Reader.
getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unveils the real cause.
getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
Returns the real origin event of a forwarded event.
getRealPath(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRealPath(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated.  
getRealPath(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getRealPath(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a String containing the real path for a given virtual path.
getRealSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the real style class that will be generated to the client (when HtmlBasedComponent.getOuterAttrs() is called).
getRealSclass() - Method in class org.zkoss.zkex.zul.LayoutRegion
 
getRealSclass() - Method in class org.zkoss.zul.Button
 
getRealSclass() - Method in class org.zkoss.zul.Column
 
getRealSclass() - Method in class org.zkoss.zul.Comboitem
 
getRealSclass() - Method in class org.zkoss.zul.Groupbox
 
getRealSclass() - Method in class org.zkoss.zul.Listcell
 
getRealSclass() - Method in class org.zkoss.zul.Listheader
 
getRealSclass() - Method in class org.zkoss.zul.Listitem
 
getRealSclass() - Method in class org.zkoss.zul.Menuitem
 
getRealSclass() - Method in class org.zkoss.zul.Panel
 
getRealSclass() - Method in class org.zkoss.zul.Panelchildren
Returns the real style class used for the content block of the panel.
getRealSclass() - Method in class org.zkoss.zul.Row
 
getRealSclass() - Method in class org.zkoss.zul.Tab
 
getRealSclass() - Method in class org.zkoss.zul.Tabs
 
getRealSclass() - Method in class org.zkoss.zul.Toolbarbutton
 
getRealSclass() - Method in class org.zkoss.zul.Treerow
 
getRealStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the real style that will be generated to client (when HtmlBasedComponent.getOuterAttrs() is called).
getRealStyle() - Method in class org.zkoss.zkex.zul.Fisheye
 
getRealStyle() - Method in class org.zkoss.zul.Listcell
 
getRealStyle() - Method in class org.zkoss.zul.Listitem
 
getRealStyle() - Method in class org.zkoss.zul.Menu
 
getRealStyle() - Method in class org.zkoss.zul.Menuitem
 
getRealStyle() - Method in class org.zkoss.zul.Row
 
getRealStyle() - Method in class org.zkoss.zul.Separator
 
getRealStyle() - Method in class org.zkoss.zul.Treecell
 
getRealStyle() - Method in class org.zkoss.zul.Window
 
getRealStyleFlags() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns a combination of HtmlBasedComponent.RS_NO_WIDTH and HtmlBasedComponent.RS_NO_HEIGHT.
getRealStyleFlags() - Method in class org.zkoss.zkex.zul.Fisheye
 
getRealStyleFlags() - Method in class org.zkoss.zul.Bandbox
Returns RS_NO_WIDTH|RS_NO_HEIGHT.
getRealStyleFlags() - Method in class org.zkoss.zul.Combobox
Returns RS_NO_WIDTH|RS_NO_HEIGHT.
getRealStyleFlags() - Method in class org.zkoss.zul.Datebox
Returns RS_NO_WIDTH|RS_NO_HEIGHT.
getRealStyleFlags() - Method in class org.zkoss.zul.Row
 
getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns the reference item that is the component causing the key event to be fired.
getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the reference that causes Event.getTarget() to be opened.
getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
getReference() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the reference component that "trigger" sending of this event.
getRemoteAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteAddr() - Method in interface org.zkoss.zk.ui.Execution
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getRemoteAddr() - Method in interface org.zkoss.zk.ui.Session
Returns the Internet Protocol (IP) address of the client or last proxy that sent the first request creating this session.
getRemoteHost() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteHost() - Method in interface org.zkoss.zk.ui.Execution
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getRemoteHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getRemoteHost() - Method in interface org.zkoss.zk.ui.Session
Returns the fully qualified name of the client or the last proxy that sent the first request creating this session.
getRemoteName() - Method in interface org.zkoss.zk.ui.Execution
Deprecated. As of release 3.0.1, replaced by Execution.getRemoteHost().
getRemoteName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 3.0.1, replaced with ExecutionImpl.getRemoteHost().
getRemotePort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteUser() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRemoteUser() - Method in interface org.zkoss.zk.ui.Execution
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the replaceable text, nor null if it cannot be replaced with a text.
getRepositories() - Method in class org.zkoss.zkdemo.test2.BizService
 
getRepository() - Method in class org.zkoss.zkdemo.test2.BizService
 
getRequest() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getRequest() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current request.
getRequest() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getRequest() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the request.
getRequestAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 3.0.7, replaced with Execution.getAttribute(java.lang.String).
getRequestAttribute(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Deprecated. As of release 3.0.7, replaced with Execution.getAttribute(java.lang.String).
getRequestDispatcher(PortletContext, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Returns the request dispatch of the specified URI.
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestDispatcher(ServletContext, ServletRequest, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns the request dispatch of the specified URI.
getRequestDispatcher(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
 
getRequestedSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestId() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getRequestId() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the sequence ID of the current request, or null if not available.
getRequestLocal(ServletRequest, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the value of the specified attribute in the request.
getRequestPath() - Method in interface org.zkoss.zk.ui.Desktop
Returns the path of the request that causes this desktop to be created, or "" if not available.
getRequestPath() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRequestPath() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the request path of this page definition, or "" if not available.
getRequestPath() - Method in interface org.zkoss.zk.ui.Page
Returns the request path of this page, or "" if not available.
getRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getRequestQueue() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the request queue.
getRequestURI() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequestURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required attribute value.
getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element.
getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element value.
getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current locale.
getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getResendDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine re-sends the request to the server.
getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
Returns a set of readonly reserved words.
getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResource(String) - Method in interface org.zkoss.util.resource.Locator
Finds the resource with the given name.
getResource(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource of the specified uri.
getResource(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResource(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource of the specified uri.
getResource(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the URL of the resource of the specified URI by searching the class path (with ClassWebResource.PATH_PREFIX).
getResource(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the URL of the specified URI, or null if not found.
getResource(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
Returns an input stream for reading the specified resource.
getResourceAsStream(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
Returns the resource stream of the specified uri.
getResourceAsStream(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourceAsStream(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns the resource stream of the specified uri.
getResourceAsStream(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
Returns the resource in a stream of the specified URI by searching the class path (with ClassWebResource.PATH_PREFIX).
getResourceAsStream(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the resource of the specified URI as input stream, or null if not found.
getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the resource located at the named path as an InputStream object.
getResourcePaths(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
Returns an enumeration of resources.
getResponse() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getResponse() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current response.
getResponse() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the response, or null if not available.
getResponse() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the response.
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
getResponse() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
getResponse() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns the response representing this aborting reason.
getResponseCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to generate the HTTP response or null to use the container's default.
getResponseId(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getResponseId(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the sequence ID of the response.
getResult() - Method in class org.zkoss.zul.impl.FileuploadDlg
Returns the result.
getResult() - Method in class org.zkoss.zul.impl.MessageboxDlg
Returns the result which is the button being pressed.
getReturnType() - Method in interface org.zkoss.xel.Function
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
 
getRichlet(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
getRichlet(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Returns a richlet for specified request, or null if the richlet is not found..
getRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet of the specified name, or null if not found.
getRichletByPath(String) - Method in class org.zkoss.zk.ui.util.Configuration
Returns an instance of richlet for the specified path, or null if not found.
getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
Returns the root of the specified component.
getRoot() - Method in interface org.zkoss.zk.ui.Component
Returns the root of this component.
getRoot() - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
 
getRoot(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
Returns the root object.
getRoot() - Method in class org.zkoss.zul.AbstractTreeModel
Return the root of tree
getRoot() - Method in interface org.zkoss.zul.TreeModel
Returns the root of the tree.
getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Converts the header definitions (added by PageDefinition.setRootAttribute(java.lang.String, java.lang.String)) to the attributes of the root element.
getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns the attributes of the root element declared in this page (never null).
getRootElement() - Method in class org.zkoss.idom.Document
Gets the root element.
getRoots() - Method in class org.zkoss.zk.ui.AbstractPage
 
getRoots() - Method in interface org.zkoss.zk.ui.Page
Returns a readonly list of the root components.
getRoundingMode() - Method in interface org.zkoss.zul.impl.api.NumberInputElement
Returns the rounding mode.
getRoundingMode() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the rounding mode.
getRowRenderer() - Method in interface org.zkoss.zul.api.Grid
Returns the renderer to render each row, or null if the default renderer is used.
getRowRenderer() - Method in class org.zkoss.zul.Grid
Returns the renderer to render each row, or null if the default renderer is used.
getRows() - Method in interface org.zkoss.zul.api.Listbox
Returns the rows.
getRows() - Method in interface org.zkoss.zul.api.Textbox
Returns the rows.
getRows() - Method in interface org.zkoss.zul.api.Tree
Returns the rows.
getRows() - Method in class org.zkoss.zul.Grid
Returns the rows.
getRows() - Method in class org.zkoss.zul.Listbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Textbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Tree
Returns the rows.
getRowsApi() - Method in interface org.zkoss.zul.api.Grid
Returns the rows.
getRowsApi() - Method in class org.zkoss.zul.Grid
Returns the rows.
getRowspan() - Method in interface org.zkoss.zkmax.zul.api.Tablechildren
Returns number of rows to span this header.
getRowspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
Returns number of rows to span this header.
getRowspan() - Method in interface org.zkoss.zul.api.Auxheader
Returns number of rows to span this header.
getRowspan() - Method in class org.zkoss.zul.Auxheader
Returns number of rows to span this header.
getSaveWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
Get save-when event expression.
getScale() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
getScale() - Method in class org.zkoss.zul.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
 
getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
 
getScheme() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getScheme() - Method in interface org.zkoss.zk.ui.Execution
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getSclass() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style class.
getSclass() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the CSS class.
getSclass() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the CSS class.
getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS class.
getSclass() - Method in class org.zkoss.zul.Row
Returns the style class.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the scope.
getScope() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the scope.
getScope(String) - Static method in class org.zkoss.zk.ui.Components
Converts a string to an integer that can be used to access Component.getAttribute(String, int)
getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
Returns the scope.
getScreenHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel height of the client's screen.
getScreenWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the pixel width of the client's screen.
getScrolling() - Method in interface org.zkoss.zul.api.Iframe
Return the scroll bars.
getScrolling() - Method in class org.zkoss.zul.Iframe
Return the scroll bars.
getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Appends the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
getSelectedCount() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of items being selected.
getSelectedCount() - Method in interface org.zkoss.zul.api.Tree
Returns the number of items being selected.
getSelectedCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items being selected.
getSelectedCount() - Method in class org.zkoss.zul.Tree
Returns the number of items being selected.
getSelectedIndex() - Method in interface org.zkoss.zul.api.Combobox
Returns the index of the selected item, or -1 if not selected.
getSelectedIndex() - Method in interface org.zkoss.zul.api.Listbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in interface org.zkoss.zul.api.Radiogroup
Returns the index of the selected radio button (-1 if no one is selected).
getSelectedIndex() - Method in interface org.zkoss.zul.api.Tabbox
Returns the selected index.
getSelectedIndex() - Method in class org.zkoss.zul.Combobox
Returns the index of the selected item, or -1 if not selected.
getSelectedIndex() - Method in class org.zkoss.zul.Listbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Radiogroup
Returns the index of the selected radio button (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Tabbox
Returns the selected index.
getSelectedItem() - Method in class org.zkoss.zul.Combobox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Listbox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Radiogroup
Returns the selected radio button.
getSelectedItem() - Method in class org.zkoss.zul.Tree
Returns the selected item.
getSelectedItemApi() - Method in interface org.zkoss.zul.api.Combobox
Returns the selected item.
getSelectedItemApi() - Method in interface org.zkoss.zul.api.Listbox
Returns the selected item.
getSelectedItemApi() - Method in interface org.zkoss.zul.api.Radiogroup
Returns the selected radio button.
getSelectedItemApi() - Method in interface org.zkoss.zul.api.Tree
Returns the selected item.
getSelectedItemApi() - Method in class org.zkoss.zul.Combobox
Returns the selected item.
getSelectedItemApi() - Method in class org.zkoss.zul.Listbox
Returns the selected item.
getSelectedItemApi() - Method in class org.zkoss.zul.Radiogroup
Returns the selected radio button.
getSelectedItemApi() - Method in class org.zkoss.zul.Tree
Returns the selected item.
getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
Returns the selected items (never null).
getSelectedItems() - Method in interface org.zkoss.zul.api.Listbox
Returns all selected items.
getSelectedItems() - Method in interface org.zkoss.zul.api.Tree
Returns all selected items.
getSelectedItems() - Method in class org.zkoss.zul.Listbox
Returns all selected items.
getSelectedItems() - Method in class org.zkoss.zul.Tree
Returns all selected items.
getSelectedModel() - Method in interface org.zkoss.zkdemo.userguide.MainLayoutAPI
 
getSelectedModel() - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
getSelectedPanel() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab panel.
getSelectedPanelApi() - Method in interface org.zkoss.zul.api.Tabbox
Returns the selected tab panel.
getSelectedPanelApi() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab panel.
getSelectedTab() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab.
getSelectedTabApi() - Method in interface org.zkoss.zul.api.Tabbox
Returns the selected tab.
getSelectedTabApi() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab.
getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text contained in this text.
getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Returns the self variable.
getSeltype() - Method in interface org.zkoss.zul.api.Listbox
Returns the seltype.
getSeltype() - Method in interface org.zkoss.zul.api.Tree
Returns the seltype.
getSeltype() - Method in class org.zkoss.zul.Listbox
Returns the seltype.
getSeltype() - Method in class org.zkoss.zul.Tree
Returns the seltype.
getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.CategoryModel
Get all series as a collection.
getSeries() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the series index of the chart data model.
getSeries() - Method in interface org.zkoss.zul.HiLoModel
Get the only series.
getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries() - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries(int) - Method in interface org.zkoss.zul.XYModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.XYModel
Get all series as a collection.
getServerInfo() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServerName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerName() - Method in interface org.zkoss.zk.ui.Execution
Returns the host name of the server to which the request was sent.
getServerName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerName() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getServerName() - Method in interface org.zkoss.zk.ui.Session
Returns the host name of the server to which the first request was sent (and created this session).
getServerPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServerPort() - Method in interface org.zkoss.zk.ui.Execution
Returns the port number to which the request was sent.
getServerPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns the server-push controller, or null if it is not enabled yet.
getServerPushClass() - Method in interface org.zkoss.zk.device.Device
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the class that implements the server-push feature (ServerPush) for this device, or null if the default is used.
getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
Returns the class name that implements the server push feature.
getServerPushClass() - Method in class org.zkoss.zk.device.GenericDevice
 
getServlet(String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletConfig() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet configuration.
getServletContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
getServletContext() - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
getServletContext() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getServletContext() - Method in class org.zkoss.web.servlet.GenericFilter
Returns the servlet context in which this filter is running.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.PageContext
The Servlet context.
getServletContext() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the request, or null if not available.
getServletContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
Returns the context.
getServletContext() - Method in interface org.zkoss.web.util.resource.ExtendletContext
Returns the servlet context.
getServletContext() - Method in class org.zkoss.web.util.resource.ServletContextLocator
Returns the servlet context.
getServletContext() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
getServletContext() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
getServletContextName() - Method in class org.zkoss.web.portlet.PortletServletContext
 
getServletNames() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getServlets() - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
getServletURI(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Returns the servlet uri of the request.
getSession() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession(boolean) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getSession() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current session.
getSession() - Method in interface org.zkoss.zk.ui.Desktop
Returns the session of this desktop.
getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(ServletContext, HttpServletRequest, boolean) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSession() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getSession() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the session, or null if not available.
getSession(WebApp, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Returns the ZK session associated with the specified native session.
getSessionCache() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSessionCache() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the session cache (never null).
getSessionCacheClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements SessionCache, or null if the default shall be used.
getSessionContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
Get the singleton hibernate Session Factory.
getSessionMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of desktop per session.
getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in seconds, between client requests before ZK will invalidate the session.
getSessionMaxPushes() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent server-pushes per session.
getSessionMaxRequests() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the maximal allowed number of concurrent requests per session.
getShape() - Method in class org.zkoss.zul.Area
Returns the shape of this area.
getSize() - Method in class org.zkoss.zkdemo.test2.grid.FakeListModel
 
getSize() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the size of this region.
getSize() - Method in class org.zkoss.zkex.zul.Center
The size can't be returned in this component.
getSize() - Method in class org.zkoss.zkex.zul.East
Returns the size of this region.
getSize() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the size of this region.
getSize() - Method in class org.zkoss.zkex.zul.North
Returns the size of this region.
getSize() - Method in class org.zkoss.zkex.zul.South
Returns the size of this region.
getSize() - Method in class org.zkoss.zkex.zul.West
Returns the size of this region.
getSize() - Method in interface org.zkoss.zul.ListModel
Returns the length of the list.
getSize() - Method in class org.zkoss.zul.ListModelArray
 
getSize() - Method in class org.zkoss.zul.ListModelList
 
getSize() - Method in class org.zkoss.zul.ListModelMap
 
getSize() - Method in class org.zkoss.zul.ListModelSet
 
getSize() - Method in class org.zkoss.zul.SimpleListModel
 
getSkinCookie(Execution) - Static method in class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
get skin value from cookie
getSlidingtext() - Method in interface org.zkoss.zul.api.Slider
Returns the sliding text.
getSlidingtext() - Method in class org.zkoss.zul.Slider
Returns the sliding text.
getSortAscending() - Method in interface org.zkoss.zul.api.Column
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in interface org.zkoss.zul.api.Listheader
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Column
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Listheader
Returns the ascending sorter, or null if not available.
getSortDescending() - Method in interface org.zkoss.zul.api.Column
Returns the descending sorter, or null if not available.
getSortDescending() - Method in interface org.zkoss.zul.api.Listheader
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Column
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Listheader
Returns the descending sorter, or null if not available.
getSortDirection() - Method in interface org.zkoss.zul.api.Column
Returns the sort direction.
getSortDirection() - Method in interface org.zkoss.zul.api.Listheader
Returns the sort direction.
getSortDirection() - Method in class org.zkoss.zul.Column
Returns the sort direction.
getSortDirection() - Method in class org.zkoss.zul.Listheader
Returns the sort direction.
getSouth() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getSouthApi() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
 
getSouthApi() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getSpace() - Method in class org.zkoss.zul.WaferMapModel
Returns the space between chips, default to 1.
getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
Returns the owner of the ID space that this component belongs to.
getSpacing() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the spacing.
getSpacing() - Method in interface org.zkoss.zul.api.Box
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in interface org.zkoss.zul.api.Separator
Returns the spacing.
getSpacing() - Method in class org.zkoss.zul.Box
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in class org.zkoss.zul.Separator
Returns the spacing.
getSpan() - Method in interface org.zkoss.zul.api.Footer
Returns number of columns to span this footer.
getSpan() - Method in interface org.zkoss.zul.api.Listcell
Returns number of columns to span this cell.
getSpan() - Method in interface org.zkoss.zul.api.Listfooter
Returns number of columns to span this footer.
getSpan() - Method in interface org.zkoss.zul.api.Treecell
Returns number of columns to span this cell.
getSpan() - Method in interface org.zkoss.zul.api.Treefooter
Returns number of columns to span this footer.
getSpan() - Method in class org.zkoss.zul.Footer
Returns number of columns to span this footer.
getSpan() - Method in class org.zkoss.zul.Listcell
Returns number of columns to span this cell.
getSpan() - Method in class org.zkoss.zul.Listfooter
Returns number of columns to span this footer.
getSpan() - Method in class org.zkoss.zul.Treecell
Returns number of columns to span this cell.
getSpan() - Method in class org.zkoss.zul.Treefooter
Returns number of columns to span this footer.
getSpans() - Method in interface org.zkoss.zul.api.Row
Returns the spans, which is a list of numbers separated by comma.
getSpans() - Method in class org.zkoss.zul.Row
Returns the spans, which is a list of numbers separated by comma.
getSpecial(String) - Static method in class org.zkoss.idom.Namespace
Returns the special namespace if prefix is special, or null if not.
getSpecified() - Method in class org.zkoss.idom.Attribute
 
getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Returns the split child, or null if not available.
getSrc() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the src (URL).
getSrc() - Method in class org.zkoss.web.servlet.JavaScript
Returns the URI of the file containing the JavaScript codes, or null if JavaScript.getContent() is not null.
getSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the source (jasper file).
getSrc() - Method in interface org.zkoss.zul.api.Audio
Returns the src.
getSrc() - Method in interface org.zkoss.zul.api.Flash
Gets the source path of Flash movie
getSrc() - Method in interface org.zkoss.zul.api.Iframe
Returns the src.
getSrc() - Method in interface org.zkoss.zul.api.Image
Returns the source URI of the image.
getSrc() - Method in interface org.zkoss.zul.api.Include
Returns the src.
getSrc() - Method in interface org.zkoss.zul.api.Script
Returns the URI of the source that contains the script codes.
getSrc() - Method in interface org.zkoss.zul.api.Style
Returns the URI of an external style sheet.
getSrc() - Method in class org.zkoss.zul.Audio
Returns the src.
getSrc() - Method in class org.zkoss.zul.Flash
Gets the source path of Flash movie
getSrc() - Method in class org.zkoss.zul.Iframe
Returns the src.
getSrc() - Method in class org.zkoss.zul.Image
Returns the source URI of the image.
getSrc() - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated. As of release 3.5.0, it is redudant since it is the same as LabelImageElement.getImage()
getSrc() - Method in class org.zkoss.zul.Include
Returns the src.
getSrc() - Method in class org.zkoss.zul.Listitem
Deprecated. As of release 3.5.0, it is redundant since it is the same Listitem.getImage().
getSrc() - Method in class org.zkoss.zul.Script
Returns the URI of the source that contains the script codes.
getSrc() - Method in class org.zkoss.zul.Style
Returns the URI of an external style sheet.
getSrc() - Method in class org.zkoss.zul.Treeitem
Deprecated. As of release 3.5.0, it is redundant since it the same as Treeitem.getImage().
getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the start position of the cursor from the input element.
getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
Returns the selected text's start position.
getStart() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getStartScript() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
Returns the JavaScript codes to enable (aka., start) the server push.
getStartScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Returns the JavaScript codes to enable (aka., start) the server push.
getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
Returns when the server (actually, this monitor) started.
getStep() - Method in interface org.zkoss.zul.api.Spinner
Return the step of spinner
getStep() - Method in class org.zkoss.zul.Spinner
Return the step of spinner
getStopScript() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
Returns the JavaScript codes to disable (aka., stop) the server push.
getStopScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Returns the JavaScript codes to disable (aka., stop) the server push.
getStreamData() - Method in class org.zkoss.image.AImage
An input stream on top of AImage.getByteData().
getStreamData() - Method in class org.zkoss.sound.AAudio
Returns the data in the input stream.
getStreamData() - Method in class org.zkoss.util.media.AMedia
Returns the input stream of this media.
getStreamData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in InputStream.
getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
Returs the repeatable input stream, if the original input stream is not null.
getStrictErrorChecking() - Method in class org.zkoss.idom.Document
 
getStringData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.sound.AAudio
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.util.media.AMedia
 
getStringData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in string.
getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getStyle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the style.
getStyle() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the CSS style.
getStyle() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the CSS style.
getStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the CSS style.
getStyle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getStyle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
getStyle() - Method in interface org.zkoss.zk.ui.Page
Returns the CSS style of this page, or empty if not specified.
getStyle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's CSS style, or null if no special CSS style to assign.
getStyleSheets(Execution) - Static method in class org.zkoss.zk.fn.ZkFns
Returns a list of StyleSheet that shall be generated to the client for the specified execution.
getStyleSheets() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns a readonly list of all StyleSheet required by this language.
getSubModel(Object, int) - Method in interface org.zkoss.zul.ListSubModel
Returns the subset of list model data that the subset data is extract from combobox's list model data.
getSubModel(Object, int) - Method in class org.zkoss.zul.SimpleListModel
Returns the subset of the list model data that matches the specified value.
getSubstyleIndex(String, String) - Static method in class org.zkoss.xml.HTMLs
Returns the position of the specified substyle, or -1 if not found.
getSubstyleValue(String, int) - Static method in class org.zkoss.xml.HTMLs
Returns the value starting at the specified index (never null).
getSubtasks() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getSubversion(String, int) - Static method in class org.zkoss.util.Utils
Returns a portion of the specified version in an integer, or 0 if no such portion exists.
getSubversion(int) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getSubversion(int) - Method in interface org.zkoss.zk.ui.WebApp
Returns a portion of the version in an integer by specifying its index.
getSuperClasses(Class, Class[]) - Static method in class org.zkoss.lang.Classes
Searches thru each element of the specified array of classes, and returns classes that are super-classes (or equal) of the sepcified class.
getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getSuspendedThreads(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
getSuspendedThreads() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Returns a collection of suspended event processing threads, or empty if no suspended thread at all.
getSuspendedThreads(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns a collection of suspended event processing threads belonging to the specified desktop, or empty if no suspended thread at all.
getSystemId() - Method in class org.zkoss.idom.DocType
Gets the system ID of an externally referenced DTD, or an empty String if none is referenced.
getSystemId() - Method in class org.zkoss.idom.util.SimpleLocator
 
getTabbox() - Method in class org.zkoss.zul.Tab
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanel
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanels
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabs
Returns the tabbox owns this component.
getTabboxApi() - Method in interface org.zkoss.zul.api.Tab
Returns the tabbox owns this component.
getTabboxApi() - Method in interface org.zkoss.zul.api.Tabpanel
Returns the tabbox owns this component.
getTabboxApi() - Method in interface org.zkoss.zul.api.Tabpanels
Returns the tabbox owns this component.
getTabboxApi() - Method in interface org.zkoss.zul.api.Tabs
Returns the tabbox owns this component.
getTabboxApi() - Method in class org.zkoss.zul.Tab
Returns the tabbox owns this component.
getTabboxApi() - Method in class org.zkoss.zul.Tabpanel
Returns the tabbox owns this component.
getTabboxApi() - Method in class org.zkoss.zul.Tabpanels
Returns the tabbox owns this component.
getTabboxApi() - Method in class org.zkoss.zul.Tabs
Returns the tabbox owns this component.
getTabindex() - Method in interface org.zkoss.zul.api.Button
Returns the tab order of this component.
getTabindex() - Method in interface org.zkoss.zul.api.Checkbox
Returns the tab order of this component.
getTabindex() - Method in interface org.zkoss.zul.api.Listbox
Returns the tab order of this component.
getTabindex() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Button
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Checkbox
Returns the tab order of this component.
getTabindex() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.impl.InputElement
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Listbox
Returns the tab order of this component.
getTabindex() - Method in class org.zkoss.zul.Toolbarbutton
Returns the tab order of this component.
getTabLook() - Method in interface org.zkoss.zul.api.Tabbox
Returns the look of the Tab and Tabbox.
getTabLook() - Method in class org.zkoss.zul.Tabbox
Deprecated. As of release 3.5.2
getTabpanels() - Method in class org.zkoss.zul.Tabbox
Returns the tabpanels that this tabbox owns.
getTabpanelsApi() - Method in interface org.zkoss.zul.api.Tabbox
Returns the tabpanels that this tabbox owns.
getTabpanelsApi() - Method in class org.zkoss.zul.Tabbox
Returns the tabpanels that this tabbox owns.
getTabs() - Method in class org.zkoss.zul.Tabbox
Returns the tabs that this tabbox owns.
getTabsApi() - Method in interface org.zkoss.zul.api.Tabbox
Returns the tabs that this tabbox owns.
getTabsApi() - Method in class org.zkoss.zul.Tabbox
Returns the tabs that this tabbox owns.
getTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
Returns the tag name.
getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Returns the tag name, or null if plain text.
getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the tag name, or null if no tag name.
getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the mapper representing the functions defined in taglib and xel-method.
getTagName() - Method in class org.zkoss.idom.Attribute
 
getTagName() - Method in class org.zkoss.idom.Element
 
getTagName() - Method in interface org.zkoss.idom.Namespaceable
Gets the tag name of this item.
getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
 
getTarget() - Method in class org.zkoss.zk.ui.event.Event
Returns the target component that receives this event, or null if broadcast.
getTarget() - Method in interface org.zkoss.zul.api.Button
Returns the target frame or window.
getTarget() - Method in interface org.zkoss.zul.api.Menuitem
Returns the target frame or window.
getTarget() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Button
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Menuitem
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Toolbarbutton
Returns the target frame or window.
getTargetValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the targeting type.
getTasks(Comparable) - Method in class org.zkoss.zul.GanttModel
 
getTemplate() - Static method in class org.zkoss.zul.Fileupload
Returns the template used to create the upload modal dialog.
getTemplate() - Static method in class org.zkoss.zul.Messagebox
Returns the template used to create the message dialog.
getTest() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns the test result.
getTest() - Method in class org.zkoss.web.servlet.dsp.action.When
Returns the test result.
getText() - Method in class org.zkoss.idom.Attribute
 
getText() - Method in class org.zkoss.idom.Binary
Gets the text representation of the value.
getText() - Method in class org.zkoss.idom.Element
Returns the catenation of Textual children; never null.
getText(boolean) - Method in class org.zkoss.idom.Element
Returns the catenation of Textual children; never null.
getText() - Method in class org.zkoss.idom.impl.AbstractItem
 
getText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getText() - Method in interface org.zkoss.idom.Item
Gets the text of this item, or null if it is neither Textual nor Element.
getText() - Method in class org.zkoss.idom.ProcessingInstruction
 
getText() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the value in the String format.
getText() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the String format.
getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getTextRelevantStyle(String) - Static method in class org.zkoss.xml.HTMLs
Retrieves text relevant CSS styles.
getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the theme provider for the current execution, or null if not available.
getThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
Returns a readonly list of the URI of the CSS resources that will be generated for each ZUML desktop (never null).
getThemeURIs(Execution, List) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
Returns a list of the theme's URIs (Collection<String>) of the specified execution, or null if no theme shall be generated.
getThemeURIs(Execution, List) - Method in class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
 
getThisContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the context path of this page.
getThisPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the path info of this page.
getThisQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the query string of this page.
getThisRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the request URI of this page.
getThisServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
Gets the servlet path of this page.
getThreadLocal() - Static method in class org.zkoss.util.Locales
Returns the locale defined by Locales.setThreadLocal(java.util.Locale).
getThreadLocal() - Static method in class org.zkoss.util.TimeZones
Returns the time zone defined by TimeZones.setThreadLocal(java.util.TimeZone).
getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
Given class and static ThreadLocal field name, return the associated ThreadLocal.
getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads.
getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Returns the number of event threads in processing.
getThreshold() - Method in class org.zkoss.util.ScalableTimer
Returns the threshold, i.e., the allowed number of tasks to be scheduled for a timer, before starting a new timer.
getTimeoutURI() - Method in interface org.zkoss.zk.device.Device
Returns the timeout URI for this device.
getTimeoutURI() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the timeout URI for this device.
getTimeoutURI(String) - Static method in class org.zkoss.zk.device.Devices
Returns the timeout URI for the specified device type.
getTimeoutURI() - Method in class org.zkoss.zk.device.GenericDevice
 
getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
Returns the time by specifying the offset in minutes.
getTimeZone() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
Returns the time zone of the client.
getTimeZone() - Method in interface org.zkoss.zul.api.Calendar
Returns the time zone that this date box belongs to, or null if the default time zone is used.
getTimeZone() - Method in interface org.zkoss.zul.api.Chart
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
getTimeZone() - Method in interface org.zkoss.zul.api.Datebox
Returns the time zone that this date box belongs to, or null if the default time zone is used.
getTimeZone() - Method in interface org.zkoss.zul.api.Timebox
Returns the time zone that this time box belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Calendar
Returns the time zone that this date box belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Chart
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Datebox
Returns the time zone that this date box belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.Timebox
Returns the time zone that this time box belongs to, or null if the default time zone is used.
getTitle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the title.
getTitle(RenderRequest) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
getTitle() - Method in interface org.zkoss.zk.ui.Page
Returns the title of the desktop this page belongs to (and evaluate it if it contains an expression).
getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page title, or null if not available (no title at all).
getTitle() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns the title.
getTitle() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns the title.
getTitle() - Method in interface org.zkoss.zul.api.Chart
Get the chart's title.
getTitle() - Method in interface org.zkoss.zul.api.Panel
Returns the title.
getTitle() - Method in interface org.zkoss.zul.api.Window
Returns the title.
getTitle() - Method in class org.zkoss.zul.Chart
Get the chart's title.
getTitle() - Method in class org.zkoss.zul.Panel
Returns the title.
getTitle() - Method in class org.zkoss.zul.Window
Returns the title.
getTitleFilterType() - Method in class org.zkoss.zkdemo.test.MyBean
 
getTitleFilterTypeValues() - Method in class org.zkoss.zkdemo.test.MyBean
 
getTitleSclass() - Method in class org.zkoss.zul.Window
Deprecated. As of release 3.5.0
getTo() - Method in class org.zkoss.zkmax.event.PortalMoveEvent
Returns the portalchildren where the dragged panel drops to.
getTooltip() - Method in interface org.zkoss.zul.impl.api.XulElement
Returns the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
getTooltip() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
getTooltip() - Method in class org.zkoss.zul.Treerow
Returns the same as XulElement.getTooltip().
getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particular UI components.
getTooltiptext() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the text as the tooltip.
getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the text as the tooltip.
getTooltiptext() - Method in interface org.zkoss.zul.api.Area
Returns the text as the tooltip.
getTooltiptext() - Method in class org.zkoss.zul.Area
Returns the text as the tooltip.
getTooltiptext() - Method in class org.zkoss.zul.Treerow
Returns the same as HtmlBasedComponent.getTooltiptext()
getTop() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the top position.
getTop() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the top of the component, which is its original top.
getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the top of the component, which is its original top.
getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
Returns the top of the component after moved.
getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the top position.
getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
Returns the top group, or null if not available.
getTopmostInterface(Class, Class) - Static method in class org.zkoss.lang.Classes
Gets the topmost interface of the specified class or interface that implements or extends the specified interface.
getTopToolbar() - Method in class org.zkoss.zul.Panel
Returns the top toolbar of this panel.
getTopToolbarApi() - Method in interface org.zkoss.zul.api.Panel
Returns the top toolbar of this panel.
getTopToolbarApi() - Method in class org.zkoss.zul.Panel
Returns the top toolbar of this panel.
getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of desktops that have been created since the server started.
getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of sessions that have been created since the server started.
getTotalSize() - Method in interface org.zkoss.zul.ext.Paginal
Returns the total number of items.
getTotalSize() - Method in class org.zkoss.zul.Paging
 
getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
Returns the total number of asynchronous updates that have been received since the server started.
getTransformer() - Method in class org.zkoss.idom.transform.Transformer
Returns the JAXP transformer encapsulated by this object.
getTree() - Method in class org.zkoss.zul.Treecell
Return the tree that owns this cell.
getTree() - Method in class org.zkoss.zul.Treechildren
Returns the Tree instance containing this element.
getTree() - Method in class org.zkoss.zul.Treecol
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treecols
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefoot
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefooter
Returns the tree that this belongs to.
getTree() - Method in class org.zkoss.zul.Treeitem
Returns the tree owning this item.
getTree() - Method in class org.zkoss.zul.Treerow
Returns the Tree instance containing this element.
getTreeApi() - Method in interface org.zkoss.zul.api.Treecell
Return the tree that owns this cell.
getTreeApi() - Method in interface org.zkoss.zul.api.Treechildren
 
getTreeApi() - Method in interface org.zkoss.zul.api.Treecol
Returns the tree that it belongs to.
getTreeApi() - Method in interface org.zkoss.zul.api.Treecols
Returns the tree that it belongs to.
getTreeApi() - Method in interface org.zkoss.zul.api.Treefoot
Returns the tree that it belongs to.
getTreeApi() - Method in interface org.zkoss.zul.api.Treefooter
Returns the tree that this belongs to.
getTreeApi() - Method in interface org.zkoss.zul.api.Treeitem
Returns the tree owning this item.
getTreeApi() - Method in interface org.zkoss.zul.api.Treerow
Returns the Tree instance containing this element.
getTreeApi() - Method in class org.zkoss.zul.Treecell
Return the tree that owns this cell.
getTreeApi() - Method in class org.zkoss.zul.Treechildren
Returns the Tree instance containing this element.
getTreeApi() - Method in class org.zkoss.zul.Treecol
Returns the tree that it belongs to.
getTreeApi() - Method in class org.zkoss.zul.Treecols
Returns the tree that it belongs to.
getTreeApi() - Method in class org.zkoss.zul.Treefoot
Returns the tree that it belongs to.
getTreeApi() - Method in class org.zkoss.zul.Treefooter
Returns the tree that it belongs to.
getTreeApi() - Method in class org.zkoss.zul.Treeitem
Returns the tree owning this item.
getTreeApi() - Method in class org.zkoss.zul.Treerow
Returns the Tree instance containing this element.
getTreechildren() - Method in class org.zkoss.zul.Tree
Returns the treechildren that this tree owns (might null).
getTreechildren() - Method in class org.zkoss.zul.Treeitem
Returns the treechildren that this tree item owns, or null if doesn't have any child.
getTreechildrenApi() - Method in interface org.zkoss.zul.api.Tree
Returns the treechildren that this tree owns (might null).
getTreechildrenApi() - Method in interface org.zkoss.zul.api.Treeitem
Returns the treechildren that this tree item owns, or null if doesn't have any child.
getTreechildrenApi() - Method in class org.zkoss.zul.Tree
Returns the treechildren that this tree owns (might null).
getTreechildrenApi() - Method in class org.zkoss.zul.Treeitem
Returns the treechildren that this tree item owns, or null if
getTreecol() - Method in class org.zkoss.zul.Treecell
Returns the tree col associated with this cell, or null if not available.
getTreecol() - Method in class org.zkoss.zul.Treefooter
Returns the tree header that is in the same column as this footer, or null if not available.
getTreecolApi() - Method in interface org.zkoss.zul.api.Treecell
Returns the tree col associated with this cell, or null if not available.
getTreecolApi() - Method in interface org.zkoss.zul.api.Treefooter
Returns the tree header that is in the same column as this footer, or null if not available.
getTreecolApi() - Method in class org.zkoss.zul.Treecell
Returns the tree col associated with this cell, or null if not available.
getTreecolApi() - Method in class org.zkoss.zul.Treefooter
Returns the tree header that is in the same column as this footer, or null if not available.
getTreecols() - Method in class org.zkoss.zul.Tree
Returns the treecols that this tree owns (might null).
getTreecolsApi() - Method in interface org.zkoss.zul.api.Tree
Returns the treecols that this tree owns (might null).
getTreecolsApi() - Method in class org.zkoss.zul.Tree
Returns the treecols that this tree owns (might null).
getTreefoot() - Method in class org.zkoss.zul.Tree
Returns the treefoot that this tree owns (might null).
getTreefootApi() - Method in interface org.zkoss.zul.api.Tree
Returns the treefoot that this tree owns (might null).
getTreefootApi() - Method in class org.zkoss.zul.Tree
Returns the treefoot that this tree owns (might null).
getTreeitemRenderer() - Method in interface org.zkoss.zul.api.Tree
Returns the renderer to render each item, or null if the default renderer is used.
getTreeitemRenderer() - Method in class org.zkoss.zul.Tree
Returns the renderer to render each item, or null if the default renderer is used.
getTreerow() - Method in class org.zkoss.zul.Treeitem
Returns the treerow that this tree item owns (might null).
getTreerowApi() - Method in interface org.zkoss.zul.api.Treeitem
Returns the treerow that this tree item owns (might null).
getTreerowApi() - Method in class org.zkoss.zul.Treeitem
Returns the treerow that this tree item owns (might null).
getType(int) - Static method in class org.zkoss.mesg.Messages
Gets the message type of the specified code.
getType() - Method in class org.zkoss.web.servlet.StyleSheet
Returns the type.
getType() - Method in interface org.zkoss.zk.device.Device
Returns the device type.
getType() - Method in class org.zkoss.zk.device.GenericDevice
 
getType() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
getType() - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Returns the output file type.
getType() - Method in class org.zkoss.zkex.zul.Jasperreport
Returns the output file type.
getType(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getType() - Method in interface org.zkoss.zul.api.Chart
Get the chart's type.
getType() - Method in interface org.zkoss.zul.api.Script
Returns the type of this client script.
getType() - Method in class org.zkoss.zul.Chart
Get the chart's type.
getType() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the event type: CHANGED, ADDED, REMOVED.
getType() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the event type.
getType() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the type.
getType() - Method in class org.zkoss.zul.impl.InputElement
Returns the type.
getType() - Method in class org.zkoss.zul.Script
Returns the type of this client script.
getType() - Method in class org.zkoss.zul.Textbox
Returns the type.
getUiEngine() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiEngine() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI engine for this Web application (never null).
getUiEngineClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements UiEngine, or null if default is used.
getUiFactory() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getUiFactory() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Returns the UI factory for this Web application (never null).
getUiFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements the UI engine, or null if default is used.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.Device
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage() - Method in interface org.zkoss.zk.device.DeviceConfig
Returns the unavailable message that is shown to the client if the client doesn't support this device.
getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
Returns the unavailable message for the specified device type.
getUnavailableMessage() - Method in class org.zkoss.zk.device.GenericDevice
 
getUnless() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns the unless condition.
getUpdateServlet(WebApp) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Returns the update servlet of the specified application, or null if not loaded yet.
getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns the URI for asynchronous update.
getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getUploadCharset() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the charset used to encode the uploaded text file (never null).
getUploadCharsetFinder() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the finder that is used to decide the character set for the uploaded text file(s), or null if not available.
GetUploadInfoCommand - Class in org.zkoss.zk.au.in
Used with AuRequest to return the ratio (aka., the progress) of the current uploading.
GetUploadInfoCommand(String, int) - Constructor for class org.zkoss.zk.au.in.GetUploadInfoCommand
 
getURI() - Method in class org.zkoss.idom.Namespace
Gets the namespace URI for this Namespace.
getURI() - Method in class org.zkoss.xel.taglib.Taglib
Returns the uri.
getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
Returns the URI (never null).
getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Returns the URI to forward to.
getURICharset() - Static method in class org.zkoss.web.servlet.Charsets
Returns the charset used to encode URI and query string.
getURLEncoder() - Static method in class org.zkoss.web.servlet.http.Encodes
Returns the URI encoder, or null if no uri encoder.
getUserAgent(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserAgent() - Method in interface org.zkoss.zk.ui.Execution
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
getUserAgent() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getUserPrincipal() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
getUserPrincipal() - Method in interface org.zkoss.zk.ui.Execution
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getUuid() - Method in class org.zkoss.zk.ui.AbstractComponent
 
getUuid() - Method in interface org.zkoss.zk.ui.Component
Returns UUID (universal unique ID) which is unquie in the whole session.
getUuid() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getUuid() - Method in interface org.zkoss.zk.ui.Page
Returns UUID (universal unique ID) which is unquie in the whole session.
getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
Returns the page's UUID.
getValign() - Method in interface org.zkoss.zul.api.Row
Returns the vertical alignment of the whole row.
getValign() - Method in class org.zkoss.zul.Box
Deprecated. As of release 3.0.0, since it is not compliant to XUL. Use Box.getAlign() and Box.getPack() instead.
getValign() - Method in interface org.zkoss.zul.impl.api.HeaderElement
Returns the vertical alignment of this grid.
getValign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the vertical alignment of this grid.
getValign() - Method in class org.zkoss.zul.Row
Returns the vertical alignment of the whole row.
getValue() - Method in class org.zkoss.idom.Attribute
Gets the value of this attribute.
getValue() - Method in interface org.zkoss.idom.Binable
Gets the value of a item that accepts any type as its value.
getValue() - Method in class org.zkoss.idom.Binary
 
getValue() - Method in class org.zkoss.util.CacheMap.Value
Returns the value.
getValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Out
Returns the value.
getValue() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute value.
getValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Returns the value associated with the specified key.
getValue() - Method in class org.zkoss.zhtml.Input
Returns the value of this input.
getValue() - Method in class org.zkoss.zhtml.Text
Returns the value.
getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns the value that user input.
getValue() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns the value of the target component, when the onOpen event is sent, or null if not applicable.
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
Evaluates the value to an Object.
getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation (might be null).
getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
Returns the value after evaluation.
getValue() - Method in class org.zkoss.zk.ui.render.Out
Returns the value.
getValue() - Method in interface org.zkoss.zk.ui.util.DeferredValue
Returns the value.
getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
Returns the value after evaluation.
getValue(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
getValue() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
Gets the value to be saved after "onBindingSave" event.
getValue() - Method in interface org.zkoss.zul.api.Calendar
Returns the value that is assigned to this component, never null.
getValue() - Method in interface org.zkoss.zul.api.Captcha
Get the text value of this captcha.
getValue() - Method in interface org.zkoss.zul.api.Comboitem
Returns the value associated with this combo item.
getValue() - Method in interface org.zkoss.zul.api.Datebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the value (in BigDecimal), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Doublebox
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Intbox
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Label
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Listcell
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Listitem
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Longbox
Returns the value (in Long), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Menuitem
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Progressmeter
Returns the current value of the progress meter.
getValue() - Method in interface org.zkoss.zul.api.Radio
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Row
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Spinner
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Textbox
Returns the value.
getValue() - Method in interface org.zkoss.zul.api.Timebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in interface org.zkoss.zul.api.Treeitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Calendar
Returns the value that is assigned to this component, never null.
getValue() - Method in class org.zkoss.zul.Captcha
Get the text value of this captcha.
getValue(Comparable, Comparable) - Method in interface org.zkoss.zul.CategoryModel
Get value of the specified series and category.
getValue() - Method in class org.zkoss.zul.Column
Returns the value.
getValue() - Method in class org.zkoss.zul.Columns
Returns the value.
getValue() - Method in class org.zkoss.zul.Comboitem
Returns the value associated with this combo item.
getValue() - Method in class org.zkoss.zul.Datebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value (in BigDecimal), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Doublebox
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Intbox
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Label
Returns the value.
getValue() - Method in class org.zkoss.zul.Listcell
Returns the value.
getValue() - Method in class org.zkoss.zul.Listhead
Returns the value.
getValue() - Method in class org.zkoss.zul.Listheader
Returns the value.
getValue() - Method in class org.zkoss.zul.Listitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Longbox
Returns the value (in Long), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Menuitem
Returns the value.
getValue(Comparable) - Method in interface org.zkoss.zul.PieModel
Get value of the specified category.
getValue() - Method in class org.zkoss.zul.Progressmeter
Returns the current value of the progress meter.
getValue() - Method in class org.zkoss.zul.Radio
Returns the value.
getValue() - Method in class org.zkoss.zul.Row
Returns the value.
getValue(Comparable, Comparable) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getValue(Comparable) - Method in class org.zkoss.zul.SimplePieModel
 
getValue() - Method in class org.zkoss.zul.Spinner
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Textbox
Returns the value.
getValue() - Method in class org.zkoss.zul.Timebox
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Treeitem
Returns the value.
getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
Returns the value of the given chip at (x,y) of the wafer matrix.
getValueNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
getVar() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to iterate thru items.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Remove
Returns the attribute name.
getVar() - Method in class org.zkoss.web.servlet.dsp.action.Set
Returns the attribute name.
getVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Returns the value of a variable defined in this interpreter's scope identified by the specified namespace.
getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Returns the value of a variable defined in this interpreter.
getVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Returns the variable of the specified name, or null if not defined or the value is null.
getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Retrieve the variable.
getVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Returns the value of a variable defined in this interpreter's scope identified by the specified namespace.
getVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
getVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns the value of a variable defined in the namespace, or null if not defined or the value is null.
getVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of a variable defined in the namespace (Page.getNamespace()).
getVariableNames() - Method in interface org.zkoss.zk.scripting.Namespace
Returns a set of variable names stored in this name space.
getVariableNames() - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
getVariableResolver() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.PageContext
The current variable resolver.
getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.RequestContext
Returns the variable resolver.
getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getVariableResolver() - Method in interface org.zkoss.xel.XelContext
Returns the variable resolver, or null if not available.
getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
Returns the variable resolver for this execution, or null if not available.
getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
Returns the variable resolver, or null if not available.
getVarStatus() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns the variable name used to hold the current iteration status, an instance of LoopStatus.
getVersion() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
getVersion() - Method in interface org.zkoss.zk.ui.WebApp
Returns the ZK version, such as "1.1.0" and "2.0.0".
getVisibleBegin() - Method in class org.zkoss.zul.Listbox
Deprecated. As of release As of release 3.5.1
getVisibleBegin() - Method in class org.zkoss.zul.Rows
Deprecated. As of release As of release 3.5.1
getVisibleBegin() - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.setPageSize(int) rather than this method. It always returns 0 since 3.0.7
getVisibleChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Returns a collection of visible children.
getVisibleChildrenIterator() - Method in class org.zkoss.zul.Listbox
Returns an iterator to iterate thru all visible children.
getVisibleChildrenIterator() - Method in class org.zkoss.zul.Rows
Returns an iterator to iterate thru all visible children.
getVisibleChildrenIterator() - Method in class org.zkoss.zul.Treechildren
Returns an iterator to iterate thru all visible children.
getVisibleEnd() - Method in class org.zkoss.zul.Listbox
Deprecated. As of release As of release 3.5.1
getVisibleEnd() - Method in class org.zkoss.zul.Rows
Deprecated. As of release As of release 3.5.1
getVisibleEnd() - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.setPageSize(int) rather than this method. It always returns Integer.MAX_VALUE since 3.0.7
getVisibleItemCount() - Method in interface org.zkoss.zul.api.Group
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in interface org.zkoss.zul.api.Listbox
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in interface org.zkoss.zul.api.Listgroup
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in interface org.zkoss.zul.api.Rows
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in interface org.zkoss.zul.api.Treechildren
Returns the number of visible descendant Treeitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Group
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Rows
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of visible descendant Treeitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Treeitem
Returns the number of visible descendant Treechildren.
getVisualizer() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns the Visualizer for this execution (set by ExecutionCtrl.setVisualizer(org.zkoss.zk.ui.sys.Visualizer).
getVolume(int) - Method in interface org.zkoss.zul.HiLoModel
Get volume value of a specified data index.
getVolume(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getVspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the vspace.
getVspace() - Method in interface org.zkoss.zul.api.Image
Returns number of pixels of extra space to the top and bottom side of the image.
getVspace() - Method in class org.zkoss.zul.Image
Returns number of pixels of extra space to the top and bottom side of the image.
getWebApp() - Method in interface org.zkoss.zk.ui.Desktop
Returns the Web application this desktop belongs to.
getWebApp() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
getWebApp() - Method in class org.zkoss.zk.ui.http.WebManager
Returns the Web application.
getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
 
getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
Returns the web application that the richlet belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.Session
Returns the Web application that this session belongs to.
getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Returns the Web application; never null.
getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the Web application that this configuration belongs to, or null if it is not associated yet.
getWebApp(String) - Method in interface org.zkoss.zk.ui.WebApp
Returns the WebApp that corresponds to a specified URL on the server, or null if either none exists or the container wishes to restrict this access..
getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
Returns the class that implements WebApp and WebAppCtrl, or null if default is used.
getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified context.
getWebManager(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
Returns the Web manager of the specified WebApp.
getWest() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getWestApi() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
 
getWestApi() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getWidth() - Method in class org.zkoss.image.AImage
Returns the width.
getWidth() - Method in interface org.zkoss.image.Image
Returns the width.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns the width.
getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Returns the width.
getWidth() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the width.
getWidth() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns the width of the component, which is its original width.
getWidth() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns the width of the component, which is its original width.
getWidth() - Method in class org.zkoss.zk.ui.event.SizeEvent
Returns the width of the component after re-sized.
getWidth() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the width.
getWidth() - Method in class org.zkoss.zul.Separator
 
getWidth() - Method in class org.zkoss.zul.Tabs
 
getWidth() - Method in class org.zkoss.zul.Treecell
Returns the width which the same as Treecell.getTreecol()'s width.
getWidths() - Method in interface org.zkoss.zul.api.Box
Returns the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
getWidths() - Method in class org.zkoss.zul.Box
Returns the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Returns the value without trying to expunge first.
getWmode() - Method in interface org.zkoss.zul.api.Flash
Returns the Window mode property of the Flash movie Default: "transparent".
getWmode() - Method in class org.zkoss.zul.Flash
Returns the Window mode property of the Flash movie Default: "transparent".
getWriter() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
getWriter() - Method in class org.zkoss.web.servlet.BufferedResponse
 
getWriter() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
Returns all the exceptions (never null).
getX() - Method in class org.zkoss.util.Pair
Returns the first value of the pair.
getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the x coordination of the mouse pointer relevant to the component.
getX(Comparable, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getX(Comparable, int) - Method in interface org.zkoss.zul.XYModel
Get X value of a specified series and data index.
getXAxis() - Method in interface org.zkoss.zul.api.Chart
Get the label in xAxis.
getXAxis() - Method in class org.zkoss.zul.Chart
Get the label in xAxis.
getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns a variable that is visible to XEL expressions.
getXmlEncoding() - Method in class org.zkoss.idom.Document
 
getXmlStandalone() - Method in class org.zkoss.idom.Document
 
getXmlVersion() - Method in class org.zkoss.idom.Document
 
getXsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the x size of the wafer matrix.
getXsl() - Method in class org.zkoss.zml.Transformer
Returns the XSL (Extensible Stylesheet Language), or null if not available.
getY() - Method in class org.zkoss.util.Pair
Returns the second value of the pair.
getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
Returns the y coordination of the mouse pointer relevant to the component.
getY(Comparable, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getY() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getY(Comparable, int) - Method in interface org.zkoss.zul.XYModel
Get Y value of a specified series and data index.
getYAxis() - Method in interface org.zkoss.zul.api.Chart
Get the label in yAxis.
getYAxis() - Method in class org.zkoss.zul.Chart
Get the label in yAxis.
getYsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the y size of the wafer matrix.
getZ(Comparable, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
getZ(Comparable, int) - Method in interface org.zkoss.zul.XYZModel
Get Z value of a specified series and data index.
getZ2CURI(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns the URI of the ZCS-to-CSS converter for the specified mold.
getZ2CURI(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
getZclass() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the ZK Cascading Style class(es) for this component.
getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the ZK Cascading Style class(es) for this component.
getZclass() - Method in class org.zkoss.zkex.zul.Borderlayout
 
getZclass() - Method in class org.zkoss.zkex.zul.Columnchildren
 
getZclass() - Method in class org.zkoss.zkex.zul.Columnlayout
 
getZclass() - Method in class org.zkoss.zkex.zul.Fisheye
 
getZclass() - Method in class org.zkoss.zkex.zul.Fisheyebar
 
getZclass() - Method in class org.zkoss.zkex.zul.LayoutRegion
 
getZclass() - Method in class org.zkoss.zkmax.zul.Portalchildren
 
getZclass() - Method in class org.zkoss.zkmax.zul.Portallayout
 
getZclass() - Method in class org.zkoss.zul.Auxhead
 
getZclass() - Method in class org.zkoss.zul.Auxheader
 
getZclass() - Method in class org.zkoss.zul.Bandbox
 
getZclass() - Method in class org.zkoss.zul.Bandpopup
 
getZclass() - Method in class org.zkoss.zul.Box
 
getZclass() - Method in class org.zkoss.zul.Button
 
getZclass() - Method in class org.zkoss.zul.Calendar
 
getZclass() - Method in class org.zkoss.zul.Caption
 
getZclass() - Method in class org.zkoss.zul.Checkbox
Returns the Style of checkbox label Default: "z-checkbox" Since 3.5.1
getZclass() - Method in class org.zkoss.zul.Column
 
getZclass() - Method in class org.zkoss.zul.Columns
 
getZclass() - Method in class org.zkoss.zul.Combobox
 
getZclass() - Method in class org.zkoss.zul.Comboitem
 
getZclass() - Method in class org.zkoss.zul.Datebox
 
getZclass() - Method in class org.zkoss.zul.Decimalbox
 
getZclass() - Method in class org.zkoss.zul.Detail
 
getZclass() - Method in class org.zkoss.zul.Doublebox
 
getZclass() - Method in class org.zkoss.zul.Foot
 
getZclass() - Method in class org.zkoss.zul.Footer
 
getZclass() - Method in class org.zkoss.zul.Grid
 
getZclass() - Method in class org.zkoss.zul.Group
 
getZclass() - Method in class org.zkoss.zul.Groupbox
 
getZclass() - Method in class org.zkoss.zul.Groupfoot
 
getZclass() - Method in class org.zkoss.zul.Intbox
 
getZclass() - Method in class org.zkoss.zul.Label
Returns the Style of label Default: "z-label"
getZclass() - Method in class org.zkoss.zul.Listbox
 
getZclass() - Method in class org.zkoss.zul.Listcell
 
getZclass() - Method in class org.zkoss.zul.Listfoot
 
getZclass() - Method in class org.zkoss.zul.Listfooter
 
getZclass() - Method in class org.zkoss.zul.Listgroup
 
getZclass() - Method in class org.zkoss.zul.Listgroupfoot
 
getZclass() - Method in class org.zkoss.zul.Listhead
 
getZclass() - Method in class org.zkoss.zul.Listheader
 
getZclass() - Method in class org.zkoss.zul.Listitem
 
getZclass() - Method in class org.zkoss.zul.Longbox
 
getZclass() - Method in class org.zkoss.zul.Menu
 
getZclass() - Method in class org.zkoss.zul.Menubar
 
getZclass() - Method in class org.zkoss.zul.Menuitem
 
getZclass() - Method in class org.zkoss.zul.Menupopup
 
getZclass() - Method in class org.zkoss.zul.Menuseparator
 
getZclass() - Method in class org.zkoss.zul.Paging
 
getZclass() - Method in class org.zkoss.zul.Panel
 
getZclass() - Method in class org.zkoss.zul.Panelchildren
 
getZclass() - Method in class org.zkoss.zul.Popup
 
getZclass() - Method in class org.zkoss.zul.Progressmeter
 
getZclass() - Method in class org.zkoss.zul.Radio
Returns the Style of radio label Default: "z-radio" Since 3.5.1
getZclass() - Method in class org.zkoss.zul.Row
 
getZclass() - Method in class org.zkoss.zul.Rows
 
getZclass() - Method in class org.zkoss.zul.Separator
 
getZclass() - Method in class org.zkoss.zul.Slider
 
getZclass() - Method in class org.zkoss.zul.Spinner
 
getZclass() - Method in class org.zkoss.zul.Splitter
 
getZclass() - Method in class org.zkoss.zul.Tab
 
getZclass() - Method in class org.zkoss.zul.Tabbox
 
getZclass() - Method in class org.zkoss.zul.Tabpanel
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabpanels
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabs
 
getZclass() - Method in class org.zkoss.zul.Textbox
 
getZclass() - Method in class org.zkoss.zul.Timebox
 
getZclass() - Method in class org.zkoss.zul.Toolbar
 
getZclass() - Method in class org.zkoss.zul.Toolbarbutton
 
getZclass() - Method in class org.zkoss.zul.Tree
 
getZclass() - Method in class org.zkoss.zul.Treecell
 
getZclass() - Method in class org.zkoss.zul.Treechildren
 
getZclass() - Method in class org.zkoss.zul.Treecol
 
getZclass() - Method in class org.zkoss.zul.Treecols
 
getZclass() - Method in class org.zkoss.zul.Treefoot
 
getZclass() - Method in class org.zkoss.zul.Treefooter
 
getZclass() - Method in class org.zkoss.zul.Treerow
 
getZclass() - Method in class org.zkoss.zul.Window
 
getZIndex() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the Z index.
getZindex() - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Returns the Z index.
getZIndex() - Method in class org.zkoss.zk.ui.event.ZIndexEvent
Returns the z-index of the component after moved.
getZIndex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Returns the Z index.
getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
Returns the zscript associated with this event handler.
getZScriptClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptClass(String) - Method in interface org.zkoss.zk.ui.Page
Returns the class of the specified name by searching the thread class loader and the classes defined in the loaded interpreters.
getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Namespace, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the loaded interpreters.
getZScriptFunction(Namespace, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the logical scope of the specified namespace for all the loaded interpreters.
getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
Returns the variable of the specified name by searching the logical scope of the namespace of the specified component for all the loaded interpreters.
getZScriptLanguage() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptLanguage() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguage() - Method in interface org.zkoss.zk.ui.Page
Returns the default scripting language which is assumed when a zscript element doesn't specify any language.
getZScriptLanguages() - Static method in class org.zkoss.zk.scripting.Interpreters
Returns a set of names of the scripting languages supported by this installation.
getZScriptVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(Namespace, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
getZScriptVariable(String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the loaded interpreters, if any.
getZScriptVariable(Namespace, String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the logical scope of the specified namespace for all the loaded interpreters, if any.
getZScriptVariable(Component, String) - Method in interface org.zkoss.zk.ui.Page
Returns the value of the variable of the specified name by searching the logical scope of the namespace of the specified component for all the loaded interpreters, if any.
GlobalDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same Web application into one desktop cache.
GlobalDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
Grid - Interface in org.zkoss.zul.api
A grid is an element that contains both rows and columns elements.
Grid - Class in org.zkoss.zul
A grid is an element that contains both rows and columns elements.
Grid() - Constructor for class org.zkoss.zul.Grid
 
Grid.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Grid.ExtraCtrl() - Constructor for class org.zkoss.zul.Grid.ExtraCtrl
 
GRID_ASC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_COLUMNS - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_DESC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_GROUP - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_OTHER - Static variable in interface org.zkoss.zul.mesg.MZul
 
GridDefault - Class in org.zkoss.zkmax.zul.render
 
GridDefault() - Constructor for class org.zkoss.zkmax.zul.render.GridDefault
 
GridPaging - Class in org.zkoss.zkmax.zul.render
 
GridPaging() - Constructor for class org.zkoss.zkmax.zul.render.GridPaging
 
GroovyInterpreter - Class in org.zkoss.zkmax.scripting.groovy
Groovy interpreter.
GroovyInterpreter() - Constructor for class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
Group - Interface in org.zkoss.idom
Represents an item might have children.
group(boolean) - Method in interface org.zkoss.zul.api.Column
Groups and sorts the rows (Row) based on Column.getSortAscending().
Group - Interface in org.zkoss.zul.api
Adds the ability for single level grouping to the Grid.
group(Comparator, boolean, int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
group(boolean) - Method in class org.zkoss.zul.Column
Groups and sorts the rows (Row) based on Column.getSortAscending().
Group - Class in org.zkoss.zul
Adds the ability for single level grouping to the Grid.
Group() - Constructor for class org.zkoss.zul.Group
 
Group(String) - Constructor for class org.zkoss.zul.Group
 
Group(String, Object) - Constructor for class org.zkoss.zul.Group
 
group(Comparator, boolean, int) - Method in interface org.zkoss.zul.GroupsModelExt
Groups and sorts the data by the specified column.
group(Comparator, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Do nothing in default implementation, however developer can override it to re-group by manipulating SimpleGroupsModel._data,SimpleGroupsModel._heads,SimpleGroupsModel._foots
Group.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Group.ExtraCtrl() - Constructor for class org.zkoss.zul.Group.ExtraCtrl
 
Groupbox - Interface in org.zkoss.zul.api
Groups a set of child elements to have a visual effect.
Groupbox - Class in org.zkoss.zul
Groups a set of child elements to have a visual effect.
Groupbox() - Constructor for class org.zkoss.zul.Groupbox
 
Groupbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Groupbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Groupbox.ExtraCtrl
 
Groupbox23d - Class in org.zkoss.zkmax.zul.render
Groupbox's 3d mold.
Groupbox23d() - Constructor for class org.zkoss.zkmax.zul.render.Groupbox23d
 
GroupboxDefault - Class in org.zkoss.zkmax.zul.render
Groupbox's default mold.
GroupboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.GroupboxDefault
 
GroupComparator - Interface in org.zkoss.zul
A comparison function used to compare the group order of two objects, and the order of them in the group if they belongs to the same group.
GroupDefault - Class in org.zkoss.zkmax.zul.render
 
GroupDefault() - Constructor for class org.zkoss.zkmax.zul.render.GroupDefault
 
Groupfoot - Interface in org.zkoss.zul.api
GroupFoot serves as a summary row of group.
Groupfoot - Class in org.zkoss.zul
GroupFoot serves as a summary row of group.
Groupfoot() - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String) - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String, Object) - Constructor for class org.zkoss.zul.Groupfoot
 
GroupfootDefault - Class in org.zkoss.zkmax.zul.render
Groupfoot's default mold
GroupfootDefault() - Constructor for class org.zkoss.zkmax.zul.render.GroupfootDefault
 
GroupRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer for instantiating Group and Groupfoot.
GROUPS_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to the list.
GROUPS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the groups contents.
GROUPS_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from the list.
GroupsDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list of groups.
GroupsDataEvent(GroupsModel, int, int, int, int) - Constructor for class org.zkoss.zul.event.GroupsDataEvent
Contructor.
GroupsDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of GroupsModel is changed.
GroupsModel - Interface in org.zkoss.zul
The interface defines a suitable data model for grouping Listbox and Grid.
GroupsModelExt - Interface in org.zkoss.zul
An extra interface that can be implemented with GroupsModel to control the sorting and grouping of the data model.
gzip(HttpServletRequest, HttpServletResponse, InputStream, byte[]) - Static method in class org.zkoss.web.servlet.http.Https
Compresses the content into an byte array, or null if the browser doesn't support the compression (accept-encoding).

H

H1 - Class in org.zkoss.zhtml
The H1 tag.
H1() - Constructor for class org.zkoss.zhtml.H1
 
H2 - Class in org.zkoss.zhtml
The H2 tag.
H2() - Constructor for class org.zkoss.zhtml.H2
 
H3 - Class in org.zkoss.zhtml
The H3 tag.
H3() - Constructor for class org.zkoss.zhtml.H3
 
H4 - Class in org.zkoss.zhtml
The H4 tag.
H4() - Constructor for class org.zkoss.zhtml.H4
 
handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
handleError(Throwable) - Method in class org.zkoss.zk.au.http.AuUploader
Handles the exception that was thrown when uploading files, and returns the error message.
handleException(Execution, Throwable) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
Default exception handler.
handleOtherException(Execution, Throwable) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Default other exception (other than StaleObjectStateException) handler.
handleStaleObjectStateException(Execution, StaleObjectStateException) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
Default StaleObjectStateException handler.
hasAttribute(String) - Method in class org.zkoss.idom.Element
 
hasAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the specified component is defined.
hasContent(String) - Method in class org.zkoss.idom.Element
Tests whether the child element with the giving path exists.
hasDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
hasDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Returns whether a dynamic property is defined.
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
hasDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
hasDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns whether a dynamic property is defined.
hasElement() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Check is there any operation in queue.
hasFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
 
hasFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
Returns whether a fellow exists with the specified component ID.
hasFellow(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Returns whether a fellow exists with the specified component ID.
hasGroup() - Method in interface org.zkoss.zul.api.Listbox
Returns whether listgroup exists.
hasGroup() - Method in interface org.zkoss.zul.api.Rows
Returns whether Group exists.
hasGroup() - Method in class org.zkoss.zul.Listbox
Returns whether listgroup exists.
hasGroup() - Method in class org.zkoss.zul.Rows
Returns whether Group exists.
hasGroupfoot(int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
hasGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns if the specified group has a foot value.
hasGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
hashCode() - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
hashCode() - Method in class org.zkoss.idom.Namespace
Note: hashCode() is based on URI only.
hashCode() - Method in class org.zkoss.lang.MutableInteger
 
hashCode(boolean[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of boolean.
hashCode(byte[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes.
hashCode(byte[], int) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes up to the specified length.
hashCode(char[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(short[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(int[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(long[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(Object) - Static method in class org.zkoss.lang.Objects
Returns the object's hash code, or zero if null.
hashCode() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
hashCode() - Method in class org.zkoss.util.CacheMap
 
hashCode() - Method in class org.zkoss.util.FastReadArray
 
hashCode() - Method in class org.zkoss.util.logging.Log
 
hashCode() - Method in class org.zkoss.util.Pair
 
hashCode() - Method in class org.zkoss.util.resource.ClassLocator
 
hashCode() - Method in class org.zkoss.util.TreeArray
 
hashCode() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
hashCode() - Method in class org.zkoss.web.servlet.JavaScript
 
hashCode() - Method in class org.zkoss.web.servlet.StyleSheet
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletContextLocator
 
hashCode() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
hashCode() - Method in class org.zkoss.xel.taglib.Taglib
 
hashCode() - Method in class org.zkoss.xel.util.TaglibMapper
 
hashCode() - Method in class org.zkoss.zk.ui.Path
 
hashCode() - Method in class org.zkoss.zk.xel.ExValue
 
hashCode() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
hashCode() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
hashCode() - Method in class org.zkoss.zul.ListitemComparator
 
hashCode() - Method in class org.zkoss.zul.ListModelArray
 
hashCode() - Method in class org.zkoss.zul.ListModelList
 
hashCode() - Method in class org.zkoss.zul.ListModelMap
 
hashCode() - Method in class org.zkoss.zul.ListModelSet
 
hashCode() - Method in class org.zkoss.zul.RowComparator
 
hashCode() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether the specified mold exists.
hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
hasNext() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
hasNext() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
hasNext() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
hasPage(String) - Method in interface org.zkoss.zk.ui.Desktop
Returns whether a page exists.
hasPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
hasPrevious() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
hasRequest(String) - Static method in class org.zkoss.zk.au.AuRequest
Returns whether the specified request name is valid.
hasSclass(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
hasSetup(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
Returns whether the specified request has been set up, i.e., Charsets.setup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String) is called It is rarely needed to call this method, because it is called automatically by Charsets.setup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String).
hasSuspendedThread() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
hasSuspendedThread() - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if any suspended event processing thread in the whole system.
hasTag(String) - Method in class org.zkoss.zhtml.Raw
 
hasTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Returns whether the specified tag is allowed.
hasTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
Hbox - Interface in org.zkoss.zul.api
A hbox.
Hbox - Class in org.zkoss.zul
A hbox.
Hbox() - Constructor for class org.zkoss.zul.Hbox
 
Hbox(Component[]) - Constructor for class org.zkoss.zul.Hbox
Constructor a horizontal box by assigning an array of children.
Head - Class in org.zkoss.zhtml
The HEAD tag.
Head() - Constructor for class org.zkoss.zhtml.Head
 
HeaderElement - Interface in org.zkoss.zul.impl.api
A skeletal implementation for a header.
HeaderElement - Class in org.zkoss.zul.impl
A skeletal implementation for a header.
HeaderElement() - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderInfo - Class in org.zkoss.zk.ui.metainfo
Represents a header element, such as <link> and <meta> on the ZUML page.
HeaderInfo(String, Map) - Constructor for class org.zkoss.zk.ui.metainfo.HeaderInfo
Constructor.
HeadersElement - Interface in org.zkoss.zul.impl.api
A skeletal implementation for headers, the parent of a group of HeaderElement.
HeadersElement - Class in org.zkoss.zul.impl
A skeletal implementation for headers, the parent of a group of HeaderElement.
HeadersElement() - Constructor for class org.zkoss.zul.impl.HeadersElement
 
Hello - Class in org.zkoss.zkdemo.test
Used to test with lang-addon.xml.
Hello() - Constructor for class org.zkoss.zkdemo.test.Hello
 
HibernateSessionContextListener - Class in org.zkoss.zkplus.hibernate
Listener to make sure each ZK thread got the same hibernat session context; used with Hibernate's "thread" session context (org.hibernate.context.ThreadLocalSessionContext).
HibernateSessionContextListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
HibernateSessionFactoryListener - Class in org.zkoss.zkplus.hibernate
Listener to init and cleanup the hibernate session factory automatically.
HibernateSessionFactoryListener() - Constructor for class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
HibernateUtil - Class in org.zkoss.zkplus.hibernate
Utitlity to access Hibernate Session.
HibernateUtil() - Constructor for class org.zkoss.zkplus.hibernate.HibernateUtil
 
HierachicalAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports the hierachical scopes.
HIGHLOW - Static variable in class org.zkoss.zul.Chart
 
HiLoModel - Interface in org.zkoss.zul
A HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.
HISTOGRAM - Static variable in class org.zkoss.zul.Chart
 
HOME - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
HostIconTreeRenderer - Class in org.zkoss.zkdemo.test2.tree
 
HostIconTreeRenderer() - Constructor for class org.zkoss.zkdemo.test2.tree.HostIconTreeRenderer
 
HostOpenCtrl - Class in org.zkoss.zkdemo.test2.tree
 
HostOpenCtrl(HostTreeModel.FakeHost, Treeitem) - Constructor for class org.zkoss.zkdemo.test2.tree.HostOpenCtrl
 
HostTreeModel - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeModel() - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeModel
Constructor
HostTreeModel.FakeGroup - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeModel.FakeGroup(String, int, int) - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
HostTreeModel.FakeHost - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeModel.FakeHost(String, String, int, int, int) - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
HostTreeModel.FakeProcess - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeModel.FakeProcess(String, String, String) - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
HostTreeModel.FakeRoot - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeModel.FakeRoot(String, int) - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
HostTreeModel.TreeNode - Interface in org.zkoss.zkdemo.test2.tree
 
HostTreeOpenCtrlRenderer2 - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeOpenCtrlRenderer2() - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeOpenCtrlRenderer2
 
HostTreeRenderer - Class in org.zkoss.zkdemo.test2.tree
 
HostTreeRenderer() - Constructor for class org.zkoss.zkdemo.test2.tree.HostTreeRenderer
 
HOUR - Static variable in class org.zkoss.zul.Chart
 
Hr - Class in org.zkoss.zhtml
The HR tag.
Hr() - Constructor for class org.zkoss.zhtml.Hr
 
Html - Class in org.zkoss.zhtml
The HTML tag.
Html() - Constructor for class org.zkoss.zhtml.Html
 
Html - Interface in org.zkoss.zul.api
A comonent used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
Html - Class in org.zkoss.zul
A comonent used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
Html() - Constructor for class org.zkoss.zul.Html
Contructs a Html component to embed HTML tags.
Html(String) - Constructor for class org.zkoss.zul.Html
Contructs a Html component to embed HTML tags with the specified content.
HtmlBasedComponent - Interface in org.zkoss.zk.ui.api
A skeletal implementation for HTML based components.
HtmlBasedComponent - Class in org.zkoss.zk.ui
A skeletal implementation for HTML based components.
HtmlBasedComponent() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent
 
HtmlBasedComponent.ExtraCtrl - Class in org.zkoss.zk.ui
A utility class to implement AbstractComponent.getExtraCtrl().
HtmlBasedComponent.ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
HtmlDefault - Class in org.zkoss.zkmax.zul.render
Html's default mold.
HtmlDefault() - Constructor for class org.zkoss.zkmax.zul.render.HtmlDefault
 
HtmlMacroComponent - Class in org.zkoss.zk.ui
The implemetation of a macro component for HTML-based clients.
HtmlMacroComponent() - Constructor for class org.zkoss.zk.ui.HtmlMacroComponent
 
HtmlNativeComponent - Class in org.zkoss.zk.ui
A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
HtmlNativeComponent() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Contructs a HtmlNativeComponent component.
HtmlNativeComponent(String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Constructs a HtmlNativeComponent component with the specified tag name.
HtmlNativeComponent(String, String, String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
Contructs a HtmlNativeComponent component with the specified prolog ad epilog.
HtmlNativeComponent.HtmlHelper - Class in org.zkoss.zk.ui
The HTML helper.
HtmlNativeComponent.HtmlHelper() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
HTMLs - Class in org.zkoss.xml
Utilities for HTML attributes and styles.
HTMLs() - Constructor for class org.zkoss.xml.HTMLs
 
HttpAuWriter - Class in org.zkoss.zk.au.http
The writer used to write the output back to the client.
HttpAuWriter() - Constructor for class org.zkoss.zk.au.http.HttpAuWriter
 
HttpBufferedResponse - Class in org.zkoss.web.servlet.http
A servlet response that uses another writer or stream as the output.
Https - Class in org.zkoss.web.servlet.http
The Servlet-related utilities.
Https() - Constructor for class org.zkoss.web.servlet.http.Https
 
HttpServlet - Class in org.zkoss.web.servlet.http
Extended javax.servlet.http.HttpServlet to provide extra utilities.
HttpServlet() - Constructor for class org.zkoss.web.servlet.http.HttpServlet
 
HttpSessionListener - Class in org.zkoss.zk.ui.http
Used to clean up desktops that a session owns.
HttpSessionListener() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener
 

I

I - Class in org.zkoss.zhtml
The I tag.
I() - Constructor for class org.zkoss.zhtml.I
 
I18Ns - Class in org.zkoss.zk.ui.http
Internatization utilities.
I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
 
ID_TO_UUID_PREFIX - Static variable in class org.zkoss.zk.ui.impl.Attributes
A library property to indicate that UUID shall be generated by prefixing ID with the value stored in this property.
IdentityComparator - Class in org.zkoss.util
The comparator uses == and System.identifyHashCode to compare two objects.
IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
 
IdentityHashSet - Class in org.zkoss.util
Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
IdentityHashSet() - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has default capacity (32).
IdentityHashSet(Collection) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set with the specified expected maximum size.
IdGenerator - Interface in org.zkoss.zk.ui.sys
Used to generate UUID of components and pages and ID of desktops.
IDOMFactory - Interface in org.zkoss.idom.input
A dom factory.
IDOMs - Class in org.zkoss.idom.util
The iDOM relevant utilities.
IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
 
IdSpace - Interface in org.zkoss.zk.ui
Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
If - Class in org.zkoss.web.servlet.dsp.action
Tests whether an condition is true and render the child only if the condition is true.
If() - Constructor for class org.zkoss.web.servlet.dsp.action.If
 
Iframe - Class in org.zkoss.zhtml
The IFRAME tag.
Iframe() - Constructor for class org.zkoss.zhtml.Iframe
 
Iframe - Interface in org.zkoss.zul.api
Includes an inline frame.
Iframe - Class in org.zkoss.zul
Includes an inline frame.
Iframe() - Constructor for class org.zkoss.zul.Iframe
 
Iframe(String) - Constructor for class org.zkoss.zul.Iframe
 
Iframe.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Iframe.ExtraCtrl() - Constructor for class org.zkoss.zul.Iframe.ExtraCtrl
 
IframeDefault - Class in org.zkoss.zkmax.zul.render
Iframe's default mold.
IframeDefault() - Constructor for class org.zkoss.zkmax.zul.render.IframeDefault
 
IGNORABLE - Static variable in class org.zkoss.zk.au.Command
Whether this command is ignorable.
ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
IGNORE - Static variable in class org.zkoss.zhtml.Messagebox
A IGNORE button.
IGNORE - Static variable in interface org.zkoss.zkplus.databind.TypeConverter
Special Value, when returned in TypeConverter.coerceToBean(java.lang.Object, org.zkoss.zk.ui.Component) or TypeConverter.coerceToUi(java.lang.Object, org.zkoss.zk.ui.Component), meaning ignore it.
IGNORE - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A IGNORE button.
IGNORE - Static variable in interface org.zkoss.zul.mesg.MZul
 
IGNORE - Static variable in class org.zkoss.zul.Messagebox
A IGNORE button.
IGNORE_IMMEDIATE_OLD_EQUIV - Static variable in class org.zkoss.zk.au.Command
Whether to drop the existent command (in the queue) if it is the same as the immediate following one.
IGNORE_OLD_EQUIV - Static variable in class org.zkoss.zk.au.Command
Whether to drop the existent command (in the queue) if it is the same as the new arrival one.
IGNORE_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
Whether to ignore params if both uri and params contain the same parameter.
IGNORE_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
Whether to ignore params if both uri and params contain the same parameter.
ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
 
ILLEGAL_REQUEST_COMPONENT_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
ILLEGAL_REQUEST_WRONG_DATA - Static variable in interface org.zkoss.zk.mesg.MZk
 
ILLEGAL_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
 
IllegalSyntaxException - Exception in org.zkoss.util
Represents a syntax error.
IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
Image - Interface in org.zkoss.image
Represents an image.
Image - Interface in org.zkoss.zul.api
An image.
Image - Class in org.zkoss.zul
An image.
Image() - Constructor for class org.zkoss.zul.Image
 
Image(String) - Constructor for class org.zkoss.zul.Image
 
Image.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Image.ExtraCtrl() - Constructor for class org.zkoss.zul.Image.ExtraCtrl
 
ImageDefault - Class in org.zkoss.zkmax.zul.render
Image's default and alphafix mold.
ImageDefault() - Constructor for class org.zkoss.zkmax.zul.render.ImageDefault
 
ImageEncoder - Interface in org.zkoss.image.encoder
Represents an image encoder used to encode an AWT image into a particular format, such as PNG.
ImageEncoders - Class in org.zkoss.image.encoder
The factory of the image encodes.
ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
 
Imagemap - Interface in org.zkoss.zul.api
An image map.
Imagemap - Class in org.zkoss.zul
An image map.
Imagemap() - Constructor for class org.zkoss.zul.Imagemap
 
ImagemapDefault - Class in org.zkoss.zkmax.zul.render
Imagemap's default and alphafix mold.
ImagemapDefault() - Constructor for class org.zkoss.zkmax.zul.render.ImagemapDefault
 
Images - Class in org.zkoss.image
Utilities to handle images.
Images() - Constructor for class org.zkoss.image.Images
 
Img - Class in org.zkoss.web.servlet.dsp.action.html
Generates the HTML <img> tag
Img() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Img
 
Img - Class in org.zkoss.zhtml
The IMG tag.
Img() - Constructor for class org.zkoss.zhtml.Img
 
importFileName() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
importNode(Node, boolean) - Method in class org.zkoss.idom.Document
 
imports(PageDefinition, String[]) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the specified directives from the specified page definition.
imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Imports the init directives and component definitions from the specified page definition.
include(PortletContext, RenderRequest, RenderResponse, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
Includes the resource at the specified URI.
include(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
 
include(RenderRequest, RenderResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
 
include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Includes the specified URI and render the result to the specified output.
Include - Class in org.zkoss.web.servlet.dsp.action
Includes another URL.
Include() - Constructor for class org.zkoss.web.servlet.dsp.action.Include
 
include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Includes the specified URI and render the result to the specified output.
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
 
include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
include(ServletContext, ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page.
include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Includes the specified page with parameters.
include(ServletContext, ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.http.HttpServlet
Includes the specified page.
include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.http.HttpServlet
Includes the specified page with parameters.
include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
Includes the resource at the specified URI.
include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
A shortcut of include(request, response, uri, null, 0).
include(HttpServletRequest, HttpServletResponse, String, Map) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Includes the specified page.
include(Writer, String, Map, int) - Method in interface org.zkoss.zk.ui.Execution
Includes a page.
include(String) - Method in interface org.zkoss.zk.ui.Execution
A shortcut of include(null, page, null, 0).
include(String) - Static method in class org.zkoss.zk.ui.Executions
A shortcut of Executions.getCurrent().include(page).
include(Writer, String, Map, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
include(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
Include - Interface in org.zkoss.zul.api
Includes the result generated by any servlet, not limited to a ZUML page.
Include - Class in org.zkoss.zul
Includes the result generated by any servlet, not limited to a ZUML page.
Include() - Constructor for class org.zkoss.zul.Include
 
Include(String) - Constructor for class org.zkoss.zul.Include
 
INCLUDE_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
The included context path; set by the servlet container.
INCLUDE_PATH_INFO - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
INCLUDE_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
The included request URI; set by the servlet container.
INCLUDE_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
The included servlet path; set by the servlet container.
incSize() - Method in class org.zkoss.util.TreeArray
 
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelArray
 
indexesOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
Returns indexes of the given object inside a ListModel.
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelList
 
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelMap
 
indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelSet
 
indexOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModel
Returns index of the given object inside a ListModel.
indexOf() - Method in interface org.zkoss.zul.api.Treeitem
return the index of this container
indexOf(Object) - Method in class org.zkoss.zul.ListModelArray
Returns the index of the specified element.
indexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
indexOf(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the entry (Map.Entry).
indexOf(Object) - Method in class org.zkoss.zul.ListModelSet
Returns the index of the specified object, or -1 if not found.
indexOf() - Method in class org.zkoss.zul.Treeitem
return the index of this container
indexOfEntry(ListX.Entry) - Method in interface org.zkoss.util.ListX
Gets the index of the specified entry.
indexOfEntry(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
 
indexOfEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
 
indexOfKey(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the key.
indexOfUnderline(String, int) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part, starting from j.
indexOfUnderline(String) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part.
indexOutOfBounds(int) - Method in class org.zkoss.util.TreeArray
 
inDifferentBranch(Component) - Method in interface org.zkoss.zk.ui.ext.render.MultiBranch
Whether the specified child is placed in different branch of the DOM tree (other than the main one).
inDifferentBranch(Component) - Method in class org.zkoss.zul.Groupbox.ExtraCtrl
 
inDifferentBranch(Component) - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
inDifferentBranch(Component) - Method in class org.zkoss.zul.Window.ExtraCtrl
 
inEmbedded() - Method in interface org.zkoss.zul.api.Window
Returns whether this is embedded with other components (Default).
inEmbedded() - Method in class org.zkoss.zul.Window
Returns whether this is embedded with other components (Default).
inEventListener() - Static method in class org.zkoss.zk.ui.event.Events
Returns whether the current thread is an event listener.
inEventListener() - Static method in class org.zkoss.zk.ui.impl.EventProcessor
Returns whether the current thread is an event listener.
INFO - Static variable in class org.zkoss.util.logging.Log
The INFO level.
info(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object.
info(String) - Method in class org.zkoss.util.logging.Log
Logs an info message.
info(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the info message, and a throwable object.
info(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the info message.
info(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info throwable object.
info(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
info(int, Object) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
info(int) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
infoable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.INFO level is loggable.
INFORMATION - Static variable in class org.zkoss.zhtml.Messagebox
A symbol of a lowercase letter i in a circle.
INFORMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol of a lowercase letter i in a circle.
inHighlighted() - Method in interface org.zkoss.zul.api.Window
Returns whether this is a highlighted window.
inHighlighted() - Method in class org.zkoss.zul.Window
Returns whether this is a highlighted window.
init(String, Class) - Static method in class org.zkoss.util.logging.LogService
Initializes the logging service.
init(FilterConfig) - Method in class org.zkoss.web.servlet.CharsetFilter
 
init(ServletConfig) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
 
init() - Method in class org.zkoss.web.servlet.ForwardServlet
 
init() - Method in class org.zkoss.web.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(FilterConfig) - Method in class org.zkoss.web.servlet.GenericFilter
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class org.zkoss.web.util.resource.ClassWebServlet
 
init(ExtendletConfig) - Method in interface org.zkoss.web.util.resource.Extendlet
Initializes the resouorce processor.
init(FilterConfig) - Method in interface org.zkoss.web.util.resource.Filter
Initializes the resouorce processor.
init(ServletConfig) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
 
init(String, DeviceConfig) - Method in interface org.zkoss.zk.device.Device
Initializes the device.
init(String, DeviceConfig) - Method in class org.zkoss.zk.device.GenericDevice
 
init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
Initializes the interpreter.
init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
 
init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Initialize the event processing thread before processing the event.
init(RichletConfig) - Method in class org.zkoss.zk.ui.GenericRichlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
 
init(PortletConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
 
init(ServletConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
 
init(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
init(Object, Configuration) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
init() - Method in class org.zkoss.zk.ui.impl.PageImpl
Initialized the page when contructed or deserialized.
init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes a page after execution is activated.
init(RichletConfig) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
init(PageConfig) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Initializes this page by assigning the info provided by the specified PageConfig, and then adds it to a desktop (by use of Execution.getDesktop()).
init(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Initializes the session cache.
init(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Initializes this Web application.
init(Desktop, Object) - Method in interface org.zkoss.zk.ui.util.DesktopInit
Called when a desktop is created and initialized.
init(Execution, Execution) - Method in interface org.zkoss.zk.ui.util.ExecutionInit
Called when an exection is created and initialized.
init(Session, Object) - Method in interface org.zkoss.zk.ui.util.SessionInit
Called when a session is created and initialized.
init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
Called when a ZK application is created and initialized.
init(Component, Event) - Method in class org.zkoss.zkdemo.test.NPEEventThreadInit
 
init(Desktop, Object) - Method in class org.zkoss.zkdemo.test2.B1881921
 
init(Desktop, Object) - Method in class org.zkoss.zkdemo.test2.B2143479
 
init(WebApp) - Method in class org.zkoss.zkdemo.userguide.DemoWebAppInit
 
init(WebApp) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
Initializes the downloader.
init(WebApp) - Method in class org.zkoss.zkmax.init.WebAppInit
 
init(Page, String) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
init(Page, String) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
init(Page, String) - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
init(Page, String) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
init(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
init(FilterConfig) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
init() - Method in class org.zkoss.zkplus.databind.DataBinder
 
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
init(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
 
init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
init(Execution, Execution) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
Initiator - Interface in org.zkoss.zk.ui.util
Implemented by an initiator that will be invoked if it is specified in the init directive.
InitiatorExt - Interface in org.zkoss.zk.ui.util
An extra interface that can be implemented with Initiator to have the better control.
InitiatorInfo - Class in org.zkoss.zk.ui.metainfo
The init directive in the ZUML page.
InitiatorInfo(Class, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class, and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(Class, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class, and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(String, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class name and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(String, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with a class name and InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) will instantiate a new instance.
InitiatorInfo(Initiator, String[]) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
InitiatorInfo(Initiator, List) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
initXelContext(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Initializes XEL context for the specified page.
inMemory() - Method in class org.zkoss.image.AImage
 
inMemory() - Method in class org.zkoss.sound.AAudio
 
inMemory() - Method in class org.zkoss.util.media.AMedia
 
inMemory() - Method in interface org.zkoss.util.media.Media
Returns whether the data is cached in memory (in form of byte[] or String).
inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
 
inModal() - Method in interface org.zkoss.zul.api.Window
Returns whether this is a modal dialog.
inModal() - Method in class org.zkoss.zul.Window
Returns whether this is a modal dialog.
InnerWidth - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to indicate a component that has a sizable inner width.
InnerWidthCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the command for updating the inner width.
InnerWidthCommand(String, int) - Constructor for class org.zkoss.zk.au.in.InnerWidthCommand
 
inOverlapped() - Method in interface org.zkoss.zul.api.Window
Returns whether this is a overlapped window.
inOverlapped() - Method in class org.zkoss.zul.Window
Returns whether this is a overlapped window.
inPopup() - Method in interface org.zkoss.zul.api.Window
Returns whether this is a popup window.
inPopup() - Method in class org.zkoss.zul.Window
Returns whether this is a popup window.
Input - Class in org.zkoss.zhtml
The input tag.
Input() - Constructor for class org.zkoss.zhtml.Input
 
Input(String) - Constructor for class org.zkoss.zhtml.Input
 
Inputable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change its content from the client.
InputableX - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change its content from the client.
InputCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the InputEvent relevant command.
InputCommand(String, int) - Constructor for class org.zkoss.zk.au.in.InputCommand
 
InputElement - Interface in org.zkoss.zul.impl.api
A skeletal implementation of an input box.
InputElement - Class in org.zkoss.zul.impl
A skeletal implementation of an input box.
InputElement() - Constructor for class org.zkoss.zul.impl.InputElement
 
InputElement.ExtraCtrl - Class in org.zkoss.zul.impl
A utility class to implement AbstractComponent.getExtraCtrl().
InputElement.ExtraCtrl() - Constructor for class org.zkoss.zul.impl.InputElement.ExtraCtrl
 
InputEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's input something at the client.
InputEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs a input-relevant event.
InputEvent(String, Component, String, boolean, int) - Constructor for class org.zkoss.zk.ui.event.InputEvent
Constructs an event for onChanging.
Ins - Class in org.zkoss.zhtml
The INS tag.
Ins() - Constructor for class org.zkoss.zhtml.Ins
 
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.CheckableTreeArray
 
insert(int, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
 
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
All add methods are done thru this method.
INSERT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
insert(Object, int, int, Object[]) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
insert new nodes which parent is parent with indexes indexes by new nodes newNodes
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
insertBefore(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
insertBefore(Component, Component) - Method in interface org.zkoss.zk.ui.Component
Inserts a child before the reference child.
insertBefore(Component, Component) - Method in class org.zkoss.zkex.zul.Borderlayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zkex.zul.Columnchildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zkex.zul.Columnlayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
 
insertBefore(Component, Component) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Portallayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Tablechildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Tablelayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Auxhead
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Bandbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Box
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Columns
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Combobox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Foot
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Grid
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Groupbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Imagemap
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listfoot
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listhead
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listitem
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Menu
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Menubar
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Menupopup
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Panel
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Row
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Rows
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabpanels
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabs
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Toolbar
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tree
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treechildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treecols
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treefoot
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treeitem
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treerow
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Window
 
insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
instance(List) - Static method in class org.zkoss.zul.ListModelList
Deprecated. As of release 2.4.0, replaced by ListModelList.ListModelList(List,boolean)
Intbox - Interface in org.zkoss.zul.api
An edit box for holding an integer.
Intbox - Class in org.zkoss.zul
An edit box for holding an integer.
Intbox() - Constructor for class org.zkoss.zul.Intbox
 
Intbox(int) - Constructor for class org.zkoss.zul.Intbox
 
IntboxDefault - Class in org.zkoss.zkmax.zul.render
Intbox's default mold.
IntboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.IntboxDefault
 
INTEGER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
Integers - Class in org.zkoss.lang
Integer utilities.
Integers() - Constructor for class org.zkoss.lang.Integers
 
internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
interpret(DspContext) - Method in interface org.zkoss.web.servlet.dsp.Interpretation
Interprets this interpretation of a DSP page, and generates the result to the output specified in DspContext.
interpret(DspContext, String, String, XelContext) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content and generates the result to the output specified in DspContext.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(ServletContext, HttpServletRequest, HttpServletResponse, Writer, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Interprets the specified content based on the HTTP request.
interpret(String, Namespace) - Method in interface org.zkoss.zk.scripting.Interpreter
Evaluates the script against the specified namespace.
interpret(String, Namespace) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Handles the namespace and then invoke GenericInterpreter.exec(java.lang.String).
interpret(String, String, Namespace) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
interpret(String, String, Namespace) - Method in interface org.zkoss.zk.ui.Page
Interpret a script of the specified scripting language against the specified namespace.
Interpretation - Interface in org.zkoss.web.servlet.dsp
Defines an interpretation of a DSP page.
Interpreter - Class in org.zkoss.web.servlet.dsp
The interpreter of the DSP file.
Interpreter() - Constructor for class org.zkoss.web.servlet.dsp.Interpreter
Constructor.
Interpreter - Interface in org.zkoss.zk.scripting
Represents an interpter that can interpret the scripting codes.
InterpreterNotFoundException - Exception in org.zkoss.zk.scripting
Denotes the interpreter of the requested scripting language not found.
InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
InterpreterNotFoundException(String, int) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
 
Interpreters - Class in org.zkoss.zk.scripting
The utilities to access interpreters (Interpreter).
InterpreterServlet - Class in org.zkoss.web.servlet.dsp
The servlet used to interpret the DSP file (Potix Dynamic Script Page).
InterpreterServlet() - Constructor for class org.zkoss.web.servlet.dsp.InterpreterServlet
 
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to a particular group.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the addition of one or more contiguous items to the list.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the addition of children to a node.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from a particular group.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the removal of one or more contiguous items from the list.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the removal of children to a node.
intsToString(int[]) - Static method in class org.zkoss.zul.impl.Utils
Converts an array of numbers to a string.
intValue() - Method in class org.zkoss.lang.MutableInteger
Returns the value of this MutableInteger as an int.
intValue() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the value in integer.
intValue() - Method in interface org.zkoss.zul.api.Doublebox
Returns the value in integer.
intValue() - Method in interface org.zkoss.zul.api.Intbox
Returns the value in int.
intValue() - Method in interface org.zkoss.zul.api.Longbox
Returns the value in int.
intValue() - Method in interface org.zkoss.zul.api.Spinner
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Intbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Longbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Spinner
Returns the value in int.
invalidate() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
invalidate() - Method in class org.zkoss.zhtml.Text
 
invalidate() - Method in class org.zkoss.zk.ui.AbstractComponent
 
invalidate() - Method in interface org.zkoss.zk.ui.Component
Invalidates this component by setting the dirty flag such that it will be redraw the whole content later.
invalidate() - Method in interface org.zkoss.zk.ui.Desktop
Invalidates the desktop.
invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidate() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invalidate() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
invalidate() - Method in interface org.zkoss.zk.ui.Page
Invalidates this page to cause all components to redraw.
invalidate() - Method in interface org.zkoss.zk.ui.Session
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.zkoss.zkdemo.test2.grid.FakeListModel
 
invalidate() - Method in class org.zkoss.zkex.zul.Jasperreport
 
invalidate() - Method in class org.zkoss.zkex.zul.LayoutRegion
 
invalidate() - Method in class org.zkoss.zul.Caption
 
invalidate() - Method in class org.zkoss.zul.Columns
 
invalidate() - Method in class org.zkoss.zul.Include
 
invalidate() - Method in class org.zkoss.zul.Label
 
invalidate() - Method in class org.zkoss.zul.Listcell
 
invalidate() - Method in class org.zkoss.zul.Listitem
 
invalidate() - Method in class org.zkoss.zul.Paging
 
invalidate() - Method in class org.zkoss.zul.Tab
 
invalidate() - Method in class org.zkoss.zul.Tabs
 
invalidate() - Method in class org.zkoss.zul.Treechildren
 
invalidate() - Method in class org.zkoss.zul.Treeitem
 
invalidateNow() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
invalidateNow() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Really invalidates the session.
invalidateWhole() - Method in class org.zkoss.zul.Auxheader
 
invalidateWhole() - Method in class org.zkoss.zul.Column
Invalidates the whole grid.
invalidateWhole() - Method in class org.zkoss.zul.impl.HeaderElement
Called when this component's content is changed.
invalidateWhole() - Method in class org.zkoss.zul.Listheader
Invalidates the whole box.
invalidateWhole() - Method in class org.zkoss.zul.Treecol
Invalidates the whole tree.
invalidateWholeIfAny() - Method in class org.zkoss.zul.Paging
 
InvalidValueException - Exception in org.zkoss.util
Denotes an invalid value is passed to a setter method.
InvalidValueException(String, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(String) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException() - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object[]) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int) - Constructor for exception org.zkoss.util.InvalidValueException
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
 
invoke(Object, Object[]) - Method in interface org.zkoss.xel.Function
Invokes this method with the specified arguments.
invoke(Object, Object[]) - Method in class org.zkoss.xel.util.MethodFunction
 
invoke(String) - Method in interface org.zkoss.zul.api.Applet
Invokes the function of the applet running at the client.
invoke(String, String) - Method in interface org.zkoss.zul.api.Applet
Invokes the function of the applet running at the client with one argument.
invoke(String, String[]) - Method in interface org.zkoss.zul.api.Applet
Invokes the function of the applet running at the client with variable number argument.
invoke(String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client.
invoke(String, String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with one argument.
invoke(String, String[]) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with variable number argument.
invokeDesktopCleanups() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeDesktopCleanups() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeDesktopInits(Desktop, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes DesktopInit.init(org.zkoss.zk.ui.Desktop, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadCompletes(List, Component, Event, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invoke EventThreadCleanup.complete(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadCleanups(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List).
invokeEventThreadInits(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeEventThreadResumes(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
invokeEventThreadSuspends(List, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionCleanups(Execution, Execution, List) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionCleanups(Execution, Execution, List) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeExecutionCleanups(Execution, Execution, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
invokeExecutionInits(Execution, Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Desktop.addListener(java.lang.Object).
invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes RequestInterceptor.request(org.zkoss.zk.ui.Session, java.lang.Object, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionCleanup.cleanup(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeSessionInits(Session, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes SessionInit.init(org.zkoss.zk.ui.Session, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes URIInterceptor.request(java.lang.String) for each relevant listner registered by Configuration.addListener(java.lang.Class).
invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppCleanup.cleanup(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
Invokes WebAppInit.init(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
 
isAborting() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
 
isAborting() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
Returns whether to abort the execution.
isActivated() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isActivated() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is activated.
isActive() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Returns if the working thread of the server push is active.
isActive() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
isActive() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
isAlive() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the desktop is still alive.
isAlive() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isAltKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether ALT is pressed.
isAncestor(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Tests whether node1 is an ancessor of node 2.
isAsapRequired(String) - Method in class org.zkoss.zk.ui.AbstractComponent
Returns if any non-deferrable (ASAP) event listener is registered for the specified event.
isAsapRequired(String) - Method in class org.zkoss.zul.Treeitem
 
isAsapRequired(String) - Method in class org.zkoss.zul.Treerow
 
isAscending() - Method in class org.zkoss.zul.ListitemComparator
Returns whether the order is ascending.
isAscending() - Method in class org.zkoss.zul.RowComparator
Returns whether the order is ascending.
isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is asynchronous updating the specified page (thru ZK Update Engine).
isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isAttribute(String) - Static method in class org.zkoss.lang.Classes
Tests if a method name is an attribute, i.e., prefixing with is, get or set.
isAttributeModificationAware() - Method in interface org.zkoss.idom.Attributable
Returns whether it is aware of the modificatioin of attributes.
isAttributeModificationAware() - Method in class org.zkoss.idom.Element
 
isAutocheck() - Method in interface org.zkoss.zul.api.Menuitem
Returns whether the menuitem check mark will update each time the menu item is selected.
isAutocheck() - Method in class org.zkoss.zul.Menuitem
Returns whether the menuitem check mark will update each time the menu item is selected.
isAutocomplete() - Method in interface org.zkoss.zul.api.Combobox
Returns whether to automatically complete this text box by matching the nearest item (Comboitem.
isAutocomplete() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically complete this text box by matching the nearest item (Comboitem.
isAutodrop() - Method in interface org.zkoss.zul.api.Combobox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in interface org.zkoss.zul.api.Menubar
Returns whether to automatically drop down menus if user moves mouse over it.
isAutodrop() - Method in class org.zkoss.zul.Bandbox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Menubar
Returns whether to automatically drop down menus if user moves mouse over it.
isAutohide() - Method in interface org.zkoss.zul.api.Iframe
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
isAutohide() - Method in interface org.zkoss.zul.api.Paging
Returns whether to automatically hide this component if there is only one page available.
isAutohide() - Method in class org.zkoss.zul.Iframe
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
isAutohide() - Method in class org.zkoss.zul.Paging
Returns whether to automatically hide this component if there is only one page available.
isAutoId(String) - Static method in class org.zkoss.zk.ui.Components
Returns whether an ID is generated automatically.
isAutoId(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is generated automatically.
isAutoPlay() - Method in interface org.zkoss.zul.api.Flash
Deprecated. As of release 3.6.1, use Flash.isAutoplay() instead.
isAutoplay() - Method in interface org.zkoss.zul.api.Flash
Return true if the Flash movie starts playing automatically Default: true.s
isAutoPlay() - Method in class org.zkoss.zul.Flash
Deprecated. As of release 3.6.1, use Flash.isAutoplay() instead.
isAutoplay() - Method in class org.zkoss.zul.Flash
Return true if the Flash movie starts playing automatically Default: true
isAutoscroll() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns whether enable overflow scrolling.
isAutoscroll() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns whether enable overflow scrolling.
isAutoSort() - Method in class org.zkoss.zul.SimpleXYModel
 
isAutoSort() - Method in interface org.zkoss.zul.XYModel
check whether to autosort on x value for each series; default is true.
isAutostart() - Method in class org.zkoss.zul.Audio
Returns whether to auto start playing the audio.
isBar() - Method in interface org.zkoss.zul.api.Separator
Returns whether to display a visual bar as the separator.
isBar() - Method in class org.zkoss.zul.Separator
Returns whether to display a visual bar as the separator.
isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the first day of that month.
isBinary() - Method in class org.zkoss.image.AImage
 
isBinary() - Method in class org.zkoss.sound.AAudio
 
isBinary() - Method in class org.zkoss.util.media.AMedia
 
isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns whether the content type is binary.
isBinary() - Method in interface org.zkoss.util.media.Media
Returns whether the format of tis content is binary or text-based.
isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
 
isBlank(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty or pure blank.
isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns whether to preserve the blank text.
isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isBrowser(String) - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the current request is from a browser of the specified type.
isBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a browser of the specified type.
isBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the user agent is a browser of the specified type.
isBrowser() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a browser.
isBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
Returns whether it is a browser of the specified type.
isBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isButtonVisible() - Method in interface org.zkoss.zul.api.Bandbox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in interface org.zkoss.zul.api.Combobox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in interface org.zkoss.zul.api.Datebox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in interface org.zkoss.zul.api.Spinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in interface org.zkoss.zul.api.Timebox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Bandbox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Combobox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Datebox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Spinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Timebox
Returns whether the button (on the right of the textbox) is visible.
isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
Return false to indicate it is not cacheable.
isCacheable() - Method in interface org.zkoss.zk.device.Device
Returns whether the output can be cached by the client.
isCacheable() - Method in class org.zkoss.zk.device.GenericDevice
Return true to indicate it is cacheable.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
Returns whether the component names are case-insensitive.
isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether the component names are case-insensitive.
isCeased() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isCeased() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is ceased.
isChangingBySelectBack() - Method in class org.zkoss.zk.ui.event.InputEvent
Returns whether this event is onChanging, and caused by user's selecting a list of items.
isCheckable() - Method in interface org.zkoss.zul.api.Listitem
Returns whether it is checkable.
isCheckable() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether it is checkable.
isCheckable() - Method in class org.zkoss.zul.Listitem
Returns whether it is checkable.
isCheckable() - Method in class org.zkoss.zul.Treeitem
Returns whether it is checkable.
isChecked() - Method in class org.zkoss.zk.ui.event.CheckEvent
Returns whether the state is checked.
isChecked() - Method in interface org.zkoss.zul.api.Checkbox
Returns whether it is checked.
isChecked() - Method in interface org.zkoss.zul.api.Menuitem
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Checkbox
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Menuitem
Returns whether it is checked.
isCheckmark() - Method in class org.zkoss.zul.Listbox
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Menuitem
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Tree
Returns whether the check mark shall be displayed in front of each item.
isChildable() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
isChildable() - Method in class org.zkoss.zhtml.Text
 
isChildable() - Method in class org.zkoss.zk.ui.AbstractComponent
Default: return true (allows to have children).
isChildable() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component allows to have any child.
isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isChildable() - Method in class org.zkoss.zkex.zul.Fisheye
Not childable.
isChildable() - Method in class org.zkoss.zml.XmlMacroComponent
 
isChildable() - Method in class org.zkoss.zul.Applet
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Audio
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Bandbox
Childable.
isChildable() - Method in class org.zkoss.zul.Button
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Combobox
Childable.
isChildable() - Method in class org.zkoss.zul.Comboitem
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Fileupload
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Html
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Iframe
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Image
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Imagemap
Default: childable.
isChildable() - Method in class org.zkoss.zul.impl.InputElement
Not childable.
isChildable() - Method in class org.zkoss.zul.Include
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Label
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Menuitem
Not childable.
isChildable() - Method in class org.zkoss.zul.Menuseparator
Not childable.
isChildable() - Method in class org.zkoss.zul.Paging
 
isChildable() - Method in class org.zkoss.zul.Progressmeter
 
isChildable() - Method in class org.zkoss.zul.Script
Not childable.
isChildable() - Method in class org.zkoss.zul.Separator
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Slider
Not childable.
isChildable() - Method in class org.zkoss.zul.Splitter
Not allow any children.
isChildable() - Method in class org.zkoss.zul.Style
Not childable.
isChildable() - Method in class org.zkoss.zul.Tab
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Timer
Not childable.
isChildable() - Method in class org.zkoss.zul.Toolbarbutton
No child is allowed.
isChildChangedAware() - Method in interface org.zkoss.zk.ui.ext.render.ChildChangedAware
Returns whether to send the z.chchg command to the client.
isChildChangedAware() - Method in class org.zkoss.zkex.zul.Fisheyebar.ExtraCtrl
 
isChildChangedAware() - Method in class org.zkoss.zul.Combobox.ExtraCtrl
 
isChildChangedAware() - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
isChildChangedAware() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
isChildChangedAware() - Method in class org.zkoss.zul.Tabbox.ExtraCtrl
 
isChildChangedAware() - Method in class org.zkoss.zul.Tree.ExtraCtrl
 
isClientComplete() - Method in interface org.zkoss.zul.ClientConstraint
Returns whether the client's validation is complete.
isClientComplete() - Method in class org.zkoss.zul.SimpleConstraint
 
isClosable() - Method in interface org.zkoss.zul.api.Groupbox
Returns whether user can open or close the group box.
isClosable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to show a close button on the title bar.
isClosable() - Method in interface org.zkoss.zul.api.Tab
Returns whether this tab is closable.
isClosable() - Method in interface org.zkoss.zul.api.Window
Returns whether to show a close button on the title bar.
isClosable() - Method in class org.zkoss.zul.Groupbox
Returns whether user can open or close the group box.
isClosable() - Method in class org.zkoss.zul.Panel
Returns whether to show a close button on the title bar.
isClosable() - Method in class org.zkoss.zul.Tab
Returns whether this tab is closable.
isClosable() - Method in class org.zkoss.zul.Window
Returns whether to show a close button on the title bar.
isClosableVisible() - Method in class org.zkoss.zul.Caption
Returns whether to display the closable button.
isCoalesceable() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in class org.zkoss.idom.Text
Always returns true to denote it allows to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalescing() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCoalescing() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCollapsible() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns whether set the initial display to collapse.
isCollapsible() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns whether set the initial display to collapse.
isCollapsible() - Method in interface org.zkoss.zul.api.Panel
Returns whether to show a toggle button on the title bar.
isCollapsible() - Method in class org.zkoss.zul.Panel
Returns whether to show a toggle button on the title bar.
isColumnsgroup() - Method in interface org.zkoss.zul.api.Columns
Returns whether to enable grouping of columns with the header context menu.
isColumnsgroup() - Method in class org.zkoss.zul.Columns
Returns whether to enable grouping of columns with the header context menu.
isColumnshide() - Method in interface org.zkoss.zul.api.Columns
Returns whether to enable hiding of columns with the header context menu.
isColumnshide() - Method in class org.zkoss.zul.Columns
Returns whether to enable hiding of columns with the header context menu.
isCommitted() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
isCompact() - Method in interface org.zkoss.zul.api.Calendar
Returns whether to use a compact layout.
isCompact() - Method in interface org.zkoss.zul.api.Datebox
Returns whether to use a compact layout.
isCompact() - Method in class org.zkoss.zul.Calendar
Returns whether to use a compact layout.
isCompact() - Method in class org.zkoss.zul.Datebox
Returns whether to use a compact layout.
isCompatible(String) - Method in class org.zkoss.zk.device.AjaxDevice
 
isCompatible(String) - Method in interface org.zkoss.zk.device.Device
Returns whether this device supports the specified client.
isCompatible(String) - Method in class org.zkoss.zk.device.GenericDevice
Returns null to indicate unknown.
isComplete() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isComplete() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Returns if the page is a complete page.
isComplete() - Method in interface org.zkoss.zk.ui.Page
Returns if this page is a complete page.
isContainer() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether the element is to act as a container which can have child elements.
isContainer() - Method in class org.zkoss.zul.Treeitem
Returns whether the element is to act as a container which can have child elements.
isCropper() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
Returns whether it is a cropper, i.e., cropping is applied.
isCropper() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
isCtrlKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether CTRL is pressed.
isDebugJS() - Method in class org.zkoss.web.util.resource.ClassWebResource
Returns whether to debug JavaScript files.
isDebugJS() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to debug JavaScript files.
isDefaultConfig() - Method in class org.zkoss.zkplus.databind.DataBinder
Whether use the default binding configuration.
isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isDefer() - Method in interface org.zkoss.zul.api.Script
Returns whether to defer the execution of the script codes.
isDefer() - Method in class org.zkoss.zul.Script
Returns whether to defer the execution of the script codes.
isDeferrable() - Method in interface org.zkoss.zk.ui.event.Deferrable
Returns whether the event can be deferred for this listener.
isDeferred() - Method in class org.zkoss.zk.ui.metainfo.ZScript
Returns whether the evaluation of the zscript shall be deferred.
isDetailed() - Method in interface org.zkoss.zul.ext.Paginal
Returns whether to show the detailed info, such as Paginal.getTotalSize().
isDetailed() - Method in class org.zkoss.zul.Paging
 
isDisableBehindModalEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to disable the components that don't belong to the active modal window.
isDisabled() - Method in interface org.zkoss.zul.api.Button
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.api.Checkbox
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.api.Comboitem
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.api.Menuitem
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.api.Toolbarbutton
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Button
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Checkbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Comboitem
Returns whether it is disabled.
isDisabled() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Menuitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Tab
Returns whether this tab is disabled.
isDisabled() - Method in class org.zkoss.zul.Toolbarbutton
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Treeitem
Returns whether it is disabled.
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelArray
 
isDistinct() - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
Returns true if all objects inside this ListModel is distinct.
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelList
 
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelMap
 
isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelSet
 
isDynamic() - Method in interface org.zkoss.zul.api.Style
Returns whether to load an external Style Sheet dynamically.
isDynamic() - Method in class org.zkoss.zul.Style
Returns whether to load an external Style Sheet dynamically.
isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether a reserved attribute is used by the dynamic tag (LanguageDefinition.getDynamicTagDefinition()).
isEffective() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns whether this tag is effecive.
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.EventHandler
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.EventHandler
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
isEffective(Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
isEffective(Page) - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
isEffective(Component) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Page) - Method in interface org.zkoss.zk.ui.util.Condition
Used to evaluate whether it is effective.
isEffective(Evaluator, Component) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isEffective(Evaluator, Page) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Used to evaluate whether it is effective.
isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
 
isEmpty(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty.
isEmpty() - Method in class org.zkoss.util.CacheMap
Gets the last accessed time, in system millisecs.
isEmpty() - Method in class org.zkoss.util.FastReadArray
Returns if it is empty.
isEmpty() - Method in class org.zkoss.util.IdentityHashSet
 
isEmpty() - Method in class org.zkoss.util.ThreadLocalCache
Returns whether the cache for the current thread is empty.
isEmpty() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
isEmpty() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
Returns whether no annotation at all.
isEmpty() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
Returns whether no event handler at all.
isEmpty() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns if no more request available in the queue.
isEmpty() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns true, no matter any variable is defined.
isEmpty() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether this element contains no child elements.
isEmpty() - Method in class org.zkoss.zul.ListModelList
 
isEmpty() - Method in class org.zkoss.zul.ListModelMap
 
isEmpty() - Method in class org.zkoss.zul.ListModelSet
 
isEmpty() - Method in class org.zkoss.zul.Treeitem
Returns whether this element contains no child elements.
isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is empty without trying to expunge first.
isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
Returns whether to encode the alpha transparency.
isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
 
isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
 
isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the last day of that month.
isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use the event processing thread.
isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Whether the execution associated with this visualizer is caued by an async-update.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to expand entity reference nodes.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to expand entity reference nodes.
isExplorer() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser of the current request is Explorer.
isExplorer(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Internet Explorer.
isExplorer(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Internet Explorer.
isExplorer() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Internet Explorer.
isExplorer() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isExplorer7() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser of the current request is Explorer 7 or later.
isExplorer7(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Explorer 7 or later.
isExplorer7(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Explorer 7 or later.
isExplorer7() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Internet Explorer 7 or later.
isExplorer7() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isExpression() - Method in class org.zkoss.zk.xel.ExValue
Tests whether it is an expression.
isFixedLayout() - Method in interface org.zkoss.zul.api.Grid
Returns the outline of grid whether is fixed layout.
isFixedLayout() - Method in interface org.zkoss.zul.api.Listbox
Returns the outline of list box whether is fixed layout.
isFixedLayout() - Method in interface org.zkoss.zul.api.Tree
Returns the outline of grid whether is fixed layout.
isFixedLayout() - Method in class org.zkoss.zul.Grid
Returns the outline of grid whether is fixed layout.
isFixedLayout() - Method in class org.zkoss.zul.Listbox
Returns the outline of list box whether is fixed layout.
isFixedLayout() - Method in class org.zkoss.zul.Tree
Returns the outline of grid whether is fixed layout.
isFlex() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns whether to grow and shrink vertical/horizontal to fit their given space, so called flexibility.
isFloatable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to float the panel to display it inline where it is rendered.
isFloatable() - Method in class org.zkoss.zul.Panel
Returns whether to float the panel to display it inline where it is rendered.
isFloating() - Method in interface org.zkoss.zk.ui.ext.render.Floating
Returns whether the component is floating, aka., absolute position.
isFloating() - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
isFloating() - Method in class org.zkoss.zul.Popup.ExtraCtrl
 
isFloating() - Method in class org.zkoss.zul.Window.ExtraCtrl
 
isForwarded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is forwarded by another page.
isForwarded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is forwarded from other pages.
isForwarded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isFramable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to render the panel with custom rounded borders.
isFramable() - Method in class org.zkoss.zul.Panel
Returns whether to render the panel with custom rounded borders.
isGecko() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser of the current request is Gecko based, such as Mozilla, Firefox and Camino.
isGecko(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Gecko based, such as Mozilla, Firefox and Camino If true, it also implies Servlets.isGecko3(javax.servlet.ServletRequest) is true.
isGecko(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Gecko based, such as Mozilla, Firefox and Camino If true, it also implies Servlets.isGecko3(javax.servlet.ServletRequest) is true.
isGecko() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Gecko based, such as Mozilla, Firefox and Camino.
isGecko() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isGecko3() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser is Gecko 3 based, such as Firefox 3.
isGecko3(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Gecko 3 based, such as Firefox 3.
isGecko3(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Gecko 3 based, such as Firefox 3.
isGecko3() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the browser is Gecko 3 based, such as Firefox 3.
isGecko3() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isHierarchy() - Static method in class org.zkoss.util.logging.Log
Returns whether the loggers support hierarchy.
isHilDevice(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a mobile device supporting HIL (Handset Interactive Language).
isHilDevice(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a mobile device supporting HIL (Handset Interactive Language).
isHilDevice() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a mobile device supporting HIL (Handset Interactive Language).
isHilDevice() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isHorizontal() - Method in interface org.zkoss.zul.api.Box
Returns whether it is a horizontal box.
isHorizontal() - Method in interface org.zkoss.zul.api.Separator
Returns whether it is a horizontal separator.
isHorizontal() - Method in interface org.zkoss.zul.api.Tabbox
Returns whether it is a horizontal tabbox.
isHorizontal() - Method in class org.zkoss.zul.Box
Returns whether it is a horizontal box.
isHorizontal() - Method in class org.zkoss.zul.Separator
Returns whether it is a horizontal separator.
isHorizontal() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a horizontal tabbox.
isHyphen() - Method in interface org.zkoss.zul.api.Label
Returns whether to hyphenate a long word if maxlength is specified.
isHyphen() - Method in class org.zkoss.zul.Label
Returns whether to hyphenate a long word if maxlength is specified.
isId() - Method in class org.zkoss.idom.Attribute
 
isIdle() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isIdle() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether this thread is idle, i.e., not processing any event.
isIdRequired() - Method in class org.zkoss.zul.Label
Whether to generate the value directly without ID.
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to ignore whitespaces in element content.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to ignore whitespaces in element content.
isImageAssigned() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns whether the image is available.
isImplicit(String) - Static method in class org.zkoss.zk.ui.Components
Returns whether the given id is an implicit ZK object id.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Returns whether this page is included.
isIncluded() - Method in interface org.zkoss.web.servlet.dsp.DspContext
Returns whether this page is included.
isIncluded() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
isIncluded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Tests whether this page is included by another page.
isIncluded() - Method in interface org.zkoss.zk.ui.Execution
Returns whether this execution is included by some other pages.
isIncluded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
Isindex - Class in org.zkoss.zhtml
The ISINDEX tag.
Isindex() - Constructor for class org.zkoss.zhtml.Isindex
 
isInited(String) - Static method in class org.zkoss.util.logging.LogService
Returns whether the logging service is started, i.e., whether LogService.init(java.lang.String, java.lang.Class) is invoked.
isInline() - Method in interface org.zkoss.zk.ui.ext.Macro
Returns whether this is an inline macro.
isInline() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
isInline() - Method in class org.zkoss.zml.XmlMacroComponent
 
isInlineMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is an inline macro.
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Tests whehter an object, o, is an instance of a class, c.
isInstance(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether a component belongs to this definition.
isInstance(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isIntersected(Set, Set) - Static method in class org.zkoss.util.CollectionsX
Tests whether two sets has any intersection.
isInvalidated() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isInvalidated() - Method in interface org.zkoss.zk.ui.Component
Returns if this component needs to be redrawn.
isInvalidated() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
isInvalidated(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
isInvalidated() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Returns whether this session is invalidated (i.e., Session.invalidate() was called).
isInvalidated(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Returns if this component needs to be redrawn.
isJava5() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 5.0 or above.
isJava6() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 6.0 or above.
isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the desktops across visits.
isLastChild(Treeitem) - Static method in class org.zkoss.zul.Treecell
Returns whether an item is the last visible child.
isLeaf(Object) - Method in class org.zkoss.zkdemo.test2.tree.BinaryTreeModel
 
isLeaf() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
 
isLeaf() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
isLeaf() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
 
isLeaf() - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeRoot
 
isLeaf(Object) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
isLeaf() - Method in interface org.zkoss.zkdemo.test2.tree.HostTreeModel.TreeNode
 
isLeaf(Object) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
 
isLeaf(Object) - Method in class org.zkoss.zul.SimpleTreeModel
 
isLeaf() - Method in class org.zkoss.zul.SimpleTreeNode
Returns true if the receiver is a leaf.
isLeaf(Object) - Method in interface org.zkoss.zul.TreeModel
Returns true if node is a leaf.
isLegalName(char) - Static method in class org.zkoss.zk.scripting.Interpreters
Tests whether a character is legal to be used as part of the scripting language name.
isLegend() - Method in interface org.zkoss.zul.api.Groupbox
Returns whether this groupbox is in the legend mold.
isLegend() - Method in class org.zkoss.zul.Caption
Returns whether the legend mold shall be used.
isLegend() - Method in class org.zkoss.zul.Groupbox
Returns whether this groupbox is in the legend mold.
isLenient() - Method in interface org.zkoss.zul.api.Datebox
Returns whether or not date/time parsing is to be lenient.
isLenient() - Method in class org.zkoss.zul.Datebox
Returns whether or not date/time parsing is to be lenient.
isListened(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event handler or listener is available for the specified component and event.
isListenerAvailable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
isListenerAvailable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Returns whether the event listener is available.
isListenerAvailable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
isListenerAvailable(String) - Method in interface org.zkoss.zk.ui.Page
Returns whether the event listener is available.
isLoadable() - Method in class org.zkoss.zkplus.databind.Binding
Whether the binding is loadable.
isLoaded() - Method in interface org.zkoss.zul.api.Listitem
Returns whether the content of this item is loaded.
isLoaded() - Method in interface org.zkoss.zul.api.Treeitem
Return true whether all children of this tree item, if any, is loaded
isLoaded() - Method in class org.zkoss.zul.Listitem
Returns whether the content of this item is loaded.
isLoaded() - Method in class org.zkoss.zul.Treeitem
Return true whether all children of this tree item, if any, is loaded
isLocal() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
Returns if it is for local variable.
isLocalized() - Method in class org.zkoss.zul.Include
Returns whether the source depends on the current Locale.
isLoop() - Method in interface org.zkoss.zul.api.Flash
Returns true if the Flash movie plays repeatly Default: false.
isLoop() - Method in class org.zkoss.zul.Audio
Returns whether to play the audio repeatedly.
isLoop() - Method in class org.zkoss.zul.Flash
Returns true if the Flash movie plays repeatly.
isMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is a macro component.
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
 
isMaximizable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to display the maximizing button and allow the user to maximize the panel.
isMaximizable() - Method in interface org.zkoss.zul.api.Window
Returns whether to display the maximizing button and allow the user to maximize the window.
isMaximizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the maximizing button and allow the user to maximize the panel.
isMaximizable() - Method in class org.zkoss.zul.Window
Returns whether to display the maximizing button and allow the user to maximize the window.
isMaximizableVisible() - Method in class org.zkoss.zul.Caption
Returns whether to display the maximizable button.
isMaximized() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
Returns whether to be maximized.
isMaximized() - Method in interface org.zkoss.zul.api.Panel
Returns whether the panel is maximized.
isMaximized() - Method in interface org.zkoss.zul.api.Window
Returns whether the window is maximized.
isMaximized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is maximized.
isMaximized() - Method in class org.zkoss.zul.Window
Returns whether the window is maximized.
isMilDevice(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a mobile device supporting MIL (Mobile Interactive Language).
isMilDevice(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a mobile device supporting MIL (Mobile Interactive Language).
isMilDevice() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a mobile device supporting MIL (Mobile Interactive Language).
isMilDevice() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isMinimizable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to display the minimizing button and allow the user to minimize the panel.
isMinimizable() - Method in interface org.zkoss.zul.api.Window
Returns whether to display the minimizing button and allow the user to minimize the window.
isMinimizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the minimizing button and allow the user to minimize the panel.
isMinimizable() - Method in class org.zkoss.zul.Window
Returns whether to display the minimizing button and allow the user to minimize the window.
isMinimizableVisible() - Method in class org.zkoss.zul.Caption
Returns whether to display the minimizable button.
isMinimized() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
Returns whether to be minimized.
isMinimized() - Method in interface org.zkoss.zul.api.Panel
Returns whether the panel is minimized.
isMinimized() - Method in interface org.zkoss.zul.api.Window
Returns whether the window is minimized.
isMinimized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is minimized.
isMinimized() - Method in class org.zkoss.zul.Window
Returns whether the window is minimized.
isModified() - Method in class org.zkoss.idom.impl.AbstractItem
 
isModified() - Method in interface org.zkoss.idom.Item
Tests whether this item (or any of its children) is modified, i.e., the modification flag is set.
isMovable() - Method in interface org.zkoss.zul.api.Panel
Returns whether to move the panel to display it inline where it is rendered.
isMovable() - Method in class org.zkoss.zul.Panel
Returns whether to move the panel to display it inline where it is rendered.
isMultiline() - Method in interface org.zkoss.zul.api.Label
Returns whether to preserve the new line and the white spaces at the begining of each line.
isMultiline() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns whether it is multiline.
isMultiline() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is multiline.
isMultiline() - Method in class org.zkoss.zul.Label
Returns whether to preserve the new line and the white spaces at the begining of each line.
isMultiline() - Method in class org.zkoss.zul.Textbox
Returns whether it is multiline.
isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuUploader
Returns whether the request contains multipart content.
isMultiple() - Method in interface org.zkoss.zul.api.Listbox
Returns whether multiple selections are allowed.
isMultiple() - Method in interface org.zkoss.zul.api.Tree
Returns whether multiple selections are allowed.
isMultiple() - Method in class org.zkoss.zul.Listbox
Returns whether multiple selections are allowed.
isMultiple() - Method in class org.zkoss.zul.Tree
Returns whether multiple selections are allowed.
isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to understand namespaces.
isNative() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Returns whether this is used for the native namespace.
isNative() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
isNative() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this is a native language.
isNative() - Method in interface org.zkoss.zul.api.Fileupload
Returns whether to treat the uploaded file(s) as binary, i.e., not to convert it to image, audio or text files.
isNative() - Method in class org.zkoss.zul.Fileupload
Returns whether to treat the uploaded file(s) as binary, i.e., not to convert it to image, audio or text files.
isNew() - Method in class org.zkoss.web.portlet.PortletHttpSession
 
isNoise() - Method in interface org.zkoss.zul.api.Captcha
Whether generate noise; default to true.
isNoise() - Method in class org.zkoss.zul.Captcha
Whether generate noise; default to true.
isNowrap() - Method in interface org.zkoss.zul.api.Row
Returns the nowrap.
isNowrap() - Method in class org.zkoss.zul.Row
Returns the nowrap.
isNumeric(Class, boolean) - Static method in class org.zkoss.lang.Classes
Checks whether the specified class is a numeric class.
isOfferExpired(String, int) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a token returned by getLimitTimeOffer expired.
isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
Returns whether it causes open.
isOpen() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns whether it is opne (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns whether it is opne (i.e., not collapsed.
isOpen() - Method in interface org.zkoss.zul.api.Detail
Returns whether the detail is open.
isOpen() - Method in interface org.zkoss.zul.api.Group
Returns whether this container is open.
isOpen() - Method in interface org.zkoss.zul.api.Groupbox
Returns whether this groupbox is open.
isOpen() - Method in interface org.zkoss.zul.api.Listgroup
Returns whether this container is open.
isOpen() - Method in interface org.zkoss.zul.api.Panel
Returns whether this Panel is open.
isOpen() - Method in interface org.zkoss.zul.api.Splitter
Returns whether it is opne (i.e., not collapsed.
isOpen() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Detail
Returns whether the detail is open.
isOpen() - Method in class org.zkoss.zul.Group
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Groupbox
Returns whether this groupbox is open.
isOpen() - Method in class org.zkoss.zul.Listgroup
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Panel
Returns whether this Panel is open.
isOpen() - Method in class org.zkoss.zul.Splitter
Returns whether it is opne (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zul.Treeitem
Returns whether this container is open.
isOpera() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser of the current request is Opera.
isOpera(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Opera.
isOpera(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Opera.
isOpera() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Opera.
isOpera() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isOrphan() - Method in interface org.zkoss.util.ListX.Entry
Tests whether an entry is an orphan -- being removed from a list.
isOrphan() - Method in class org.zkoss.util.TreeArray.RbEntry
 
isOrphanTag(String) - Static method in class org.zkoss.xml.HTMLs
Returns whether the specified tag is an 'orphan' tag.
isPartOfParentText() - Method in class org.zkoss.idom.Comment
Returns false to denote it is not part of parent's text,
isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this text object is part of the parent's text.
isPartOfParentText() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is part of the parent's text.
isPopup() - Method in class org.zkoss.zul.Menuseparator
 
isPre() - Method in interface org.zkoss.zul.api.Label
Returns whether to preserve the white spaces, such as space, tab and new line.
isPre() - Method in class org.zkoss.zul.Label
Returns whether to preserve the white spaces, such as space, tab and new line.
isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
Tests whether a class name is a primitive class, e.g., int and void.
isPrimitiveWrapper(Class) - Static method in class org.zkoss.lang.Classes
Check whether the specified class is a primitive or a primitive wrapper.
isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
Returns whether this event is propagatable.
isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns whether this language prefers the raw label.
isReadonly() - Method in class org.zkoss.idom.Attribute
Tests whether this attribute is read-only.
isReadonly() - Method in class org.zkoss.idom.impl.AbstractItem
 
isReadonly() - Method in interface org.zkoss.idom.Item
Tests whether this item is read-only.
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
isReadonly() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns whether it is readonly.
isReadonly() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is readonly.
isRealVisible(Component) - Static method in class org.zkoss.zk.ui.Components
Returns whether this component is real visible (all its parents are visible).
isRecoverable(Session, String) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Tests whether the specified desktop ID is recoverable.
isRecoverable(Session, String) - Method in class org.zkoss.zkdemo.test.DumbFailoverManager
 
isRecoverable() - Method in class org.zkoss.zkdemo.test.FailoverButton
Returns whether it is recoverable.
isRecovering() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
isRecovering() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Returns whether this execution is in recovering.
isRecovering() - Method in interface org.zkoss.zk.ui.sys.Visualizer
Returns whether it is in recovering.
isRepeats() - Method in interface org.zkoss.zul.api.Timer
Returns whether the timer shall send Event repeatly.
isRepeats() - Method in class org.zkoss.zul.Timer
Returns whether the timer shall send Event repeatly.
isRepeatUuid() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to use the same UUID sequence for desktops after rebooting.
isRequestDuplicate(Execution, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
isRequestDuplicate(Execution, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Checks whether the request is duplicated.
isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
Deprecated.  
isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isReserved(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified name is reserved.
isReservedAttribute(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns if the attribute name is reserved.
isRichlet(RequestInfo, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
isRichlet(RequestInfo, boolean) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Tests whether the specified request is a richlet.
isRobot(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a robot (such as Web crawlers).
isRobot(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the client is a robot (such as Web crawlers).
isRobot() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is a robot (such as Web crawlers).
isRobot() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isRootElement() - Method in class org.zkoss.idom.Element
Tests whether this element is the root element of the owning document.
isRounded(Date, int) - Static method in class org.zkoss.util.Dates
Tests whether a date is rounded.
isRunning() - Method in class org.zkoss.zkex.zul.impl.OperationThread
Is this thread still running
isRunning() - Method in interface org.zkoss.zul.api.Timer
Returns whether this timer is running.
isRunning() - Method in class org.zkoss.zul.Timer
Returns whether this timer is running.
isSafari() - Static method in class org.zkoss.web.fn.ServletFns
Returns whether the browser of the current request is Safari.
isSafari(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Safari.
isSafari(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the browser is Safari.
isSafari() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the client is Safari.
isSafari() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSavable() - Method in class org.zkoss.zkplus.databind.Binding
Whether the binding is savable.
isSecure() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isSelected() - Method in interface org.zkoss.zul.api.Listitem
Returns whether it is selected.
isSelected() - Method in interface org.zkoss.zul.api.Treeitem
Returns whether this item is selected.
isSelected() - Method in class org.zkoss.zul.Listitem
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Radio
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Tab
Returns whether this tab is selected.
isSelected() - Method in class org.zkoss.zul.Tabpanel
Returns whether this tab panel is selected.
isSelected() - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
isSendRedirect() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Returns whether HttpBufferedResponse.sendRedirect(java.lang.String) was called.
isServerPushEnabled() - Method in interface org.zkoss.zk.ui.Desktop
Returns whether the server-push feature is enabled for this desktop.
isServerPushEnabled() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
isServlet23() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.3 or above.
isServlet24() - Static method in class org.zkoss.web.servlet.Servlets
Returns whether the current Web server supports Servlet 2.4 or above.
isShadow() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Returns whether this box has the shadow effect.
isShadow() - Method in class org.zkoss.zul.Window
Returns whether to show the shadow of an overlapped/popup/modal window.
isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
Returns whether SHIFT is pressed.
isShowLegend() - Method in interface org.zkoss.zul.api.Chart
Check whether show the legend of the chart.
isShowLegend() - Method in class org.zkoss.zul.Chart
Check whether show the legend of the chart.
isShowTooltiptext() - Method in interface org.zkoss.zul.api.Chart
Check whether show the tooltiptext.
isShowTooltiptext() - Method in class org.zkoss.zul.Chart
Check whether show the tooltiptext.
isSizable() - Method in interface org.zkoss.zul.api.Window
Returns whether the window is sizable.
isSizable() - Method in interface org.zkoss.zul.impl.api.HeadersElement
Returns whether the width of the child column is sizable.
isSizable() - Method in class org.zkoss.zul.impl.HeadersElement
Returns whether the width of the child column is sizable.
isSizable() - Method in class org.zkoss.zul.Window
Returns whether the window is sizable.
isSpaceWithMargin() - Method in class org.zkoss.zul.Separator
Returns whether to use margins for spacing.
isSplittable() - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Returns whether enable the split functionality.
isSplittable() - Method in class org.zkoss.zkex.zul.LayoutRegion
Returns whether enable the split functionality.
isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
 
isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
Returns whether an feature is supported.
isSupported(int) - Method in class org.zkoss.zk.device.AjaxDevice
It supports Device.RESEND.
isSupported(int) - Method in interface org.zkoss.zk.device.Device
Returns whether the specified function is supported.
isSupported(int) - Method in class org.zkoss.zk.device.GenericDevice
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
isSupported(int) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
isSuspended() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
isSuspended() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Returns whether it is suspended.
isTabbable() - Method in class org.zkoss.zul.Textbox
Returns whether TAB is allowed.
isTabscroll() - Method in interface org.zkoss.zul.api.Tabbox
Returns whether the tab scrolling is enabled.
isTabscroll() - Method in class org.zkoss.zul.Tabbox
Returns whether the tab scrolling is enabled.
isThreeD() - Method in interface org.zkoss.zul.api.Chart
Whether a 3d chart.
isThreeD() - Method in class org.zkoss.zul.Chart
Whether a 3d chart.
isTimerKeepAlive() - Method in class org.zkoss.zk.ui.util.Configuration
Returns whether to keep the session alive, when receiving the onTimer event.
isTopmost() - Method in interface org.zkoss.zul.api.Menu
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTopmost() - Method in interface org.zkoss.zul.api.Menuitem
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTopmost() - Method in class org.zkoss.zul.Menu
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTopmost() - Method in class org.zkoss.zul.Menuitem
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.Choose
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Returns whether to trim the result.
isTrim() - Method in class org.zkoss.web.servlet.dsp.action.If
Returns whether to trim the result.
isUniversalURL(String) - Static method in class org.zkoss.web.servlet.Servlets
Returns whether a URL starts with xxx://, mailto:, about:, javascript:
isUserInRole(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
isUserInRole(String) - Method in interface org.zkoss.zk.ui.Execution
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns whether an ID is a valid UUID.
isValid(String) - Static method in class org.zkoss.zk.ui.event.Events
Returns whether an event name is valid.
isValid(String) - Static method in class org.zkoss.zk.ui.sys.Names
Returns whether the specified is valid.
isValid() - Method in interface org.zkoss.zul.impl.api.InputElement
Returns the current content of this input is correct.
isValid() - Method in class org.zkoss.zul.impl.InputElement
Returns the current content of this input is correct.
isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to validate XML documents.
isVertical() - Method in interface org.zkoss.zul.api.Box
Returns whether it is a vertical box.
isVertical() - Method in interface org.zkoss.zul.api.Separator
Returns whether it is a vertical separator.
isVertical() - Method in interface org.zkoss.zul.api.Slider
Returns whether it is a vertical slider.
isVertical() - Method in interface org.zkoss.zul.api.Tabbox
Returns whether it is a vertical tabbox.
isVertical() - Method in class org.zkoss.zul.Box
Returns whether it is a vertical box.
isVertical() - Method in class org.zkoss.zul.Separator
Returns whether it is a vertical separator.
isVertical() - Method in class org.zkoss.zul.Slider
Returns whether it is a vertical slider.
isVertical() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a vertical tabbox.
isVflex() - Method in class org.zkoss.zul.Grid
Returns whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
isVflex() - Method in class org.zkoss.zul.Listbox
Returns whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
isVflex() - Method in class org.zkoss.zul.Tree
Returns whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
isVisible() - Method in class org.zkoss.zk.ui.AbstractComponent
 
isVisible() - Method in interface org.zkoss.zk.ui.Component
Returns whether this component is visible.
isVisible() - Method in class org.zkoss.zul.Paging
 
isVisible() - Method in class org.zkoss.zul.Tabpanel
 
isVisible() - Method in class org.zkoss.zul.Treechildren
Returns whether this is visible.
isVisible() - Method in class org.zkoss.zul.Treerow
Returns whether this is visible.
isVoided() - Method in interface org.zkoss.zk.ui.Execution
Returns whether the execution is voided.
isVoided() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
isXMLCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is valid.
isXMLCombiningChar(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter.
isXMLLetterOrDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter or digit.
isXMLNameCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be part of a name.
isXMLNameStartCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be the first character of a name.
isZidRequired() - Method in interface org.zkoss.zk.ui.ext.render.ZidRequired
Returns whether the component that owns this object can be accessible at the client with Component.getId().
isZidRequired() - Method in class org.zkoss.zul.Popup.ExtraCtrl
 
item(int) - Method in class org.zkoss.idom.Element.AttrMap
 
item(int) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
Item - Interface in org.zkoss.idom
Represents an item (aka., node) of a iDOM tree.
item(int) - Method in class org.zkoss.xml.FacadeNodeList
 
iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
iterator(Object) - Static method in class org.zkoss.util.CollectionsX
Based on the given collection type of Object, return an iterator.
iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
iterator() - Method in class org.zkoss.util.DualCollection
 
iterator() - Method in class org.zkoss.util.IdentityHashSet
 
iterator() - Method in class org.zkoss.util.TreeArray
 
iterator() - Method in class org.zkoss.zul.ListModelList
 
iterator() - Method in class org.zkoss.zul.ListModelSet
 

J

J_DOMAIN - Static variable in class org.zkoss.web.Attributes
"j_domain" as part of the j_check_security request.
J_REMEMBER_ME - Static variable in class org.zkoss.web.Attributes
"j_remember_me" as part of the j_check_security request.
Jasperreport - Interface in org.zkoss.zkex.zul.api
The JasperReport component.
Jasperreport - Class in org.zkoss.zkex.zul
The JasperReport component.
Jasperreport() - Constructor for class org.zkoss.zkex.zul.Jasperreport
 
Jasperreport(String) - Constructor for class org.zkoss.zkex.zul.Jasperreport
 
Jasperreport.ExtraCtrl - Class in org.zkoss.zkex.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Jasperreport.ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
 
JasperreportDefault - Class in org.zkoss.zkmax.zul.render
 
JasperreportDefault() - Constructor for class org.zkoss.zkmax.zul.render.JasperreportDefault
 
JavaScript - Class in org.zkoss.web.servlet
Represents a javascript.
JavaScript(String, String) - Constructor for class org.zkoss.web.servlet.JavaScript
Creates by specifying the file to contain the JavaScript codes.
JavaScript(String) - Constructor for class org.zkoss.web.servlet.JavaScript
Creates by assigning the content (JavaScript codes).
JFreeChartEngine - Class in org.zkoss.zkex.zul.impl
A chart engine implemented with JFreeChart.
JFreeChartEngine() - Constructor for class org.zkoss.zkex.zul.impl.JFreeChartEngine
 
JHLabsCaptchaEngine - Class in org.zkoss.zkex.zul.impl
A captcha engine implemented with JH Labs libraries.
JHLabsCaptchaEngine() - Constructor for class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
JndiVariableResolver - Class in org.zkoss.zkplus.jndi
JndiVariableResolver, a jndi variableResolver
JndiVariableResolver(String, String) - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
This constructor take agruments to initialize JNDI names.
JndiVariableResolver() - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
 
joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
Waits a thread to die (and interrupt once a while)
JPA_EM_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
JPA_EMF_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
 
JpaUtil - Class in org.zkoss.zkplus.jpa
This class is used to create and hold open EntityManagerFactory objects within a Java EE environment.
JpaUtil() - Constructor for class org.zkoss.zkplus.jpa.JpaUtil
 
JPEGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the JPEG format
JPEGEncoder() - Constructor for class org.zkoss.image.encoder.JPEGEncoder
 
JRubyInterpreter - Class in org.zkoss.zkmax.scripting.jruby
JRuby interpreter.
JRubyInterpreter() - Constructor for class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
JspFns - Class in org.zkoss.zk.fn
Utilities to generate ZK related information in JSP pages.
JspFns() - Constructor for class org.zkoss.zk.fn.JspFns
 
JVMs - Class in org.zkoss.lang
Utilities of Java Virtual Machine.
JythonInterpreter - Class in org.zkoss.zkmax.scripting.jython
The Python interpreter based on jython.
JythonInterpreter() - Constructor for class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 

K

Kbd - Class in org.zkoss.zhtml
The KBD tag.
Kbd() - Constructor for class org.zkoss.zhtml.Kbd
 
KeyCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the KeyEvent relevant command.
KeyCommand(String, int) - Constructor for class org.zkoss.zk.au.in.KeyCommand
 
KeyEvent - Class in org.zkoss.zk.ui.event
Represents a key pressed by the user.
KeyEvent(String, Component, int, boolean, boolean, boolean) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
 
KeyEvent(String, Component, int, boolean, boolean, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
Constructs a mouse relevant event.
keySet() - Method in class org.zkoss.util.CacheMap
 
keySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty set, no matter any variable is defined.
keySet() - Method in class org.zkoss.zul.ListModelMap
 
klass - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 

L

Label - Class in org.zkoss.zhtml
The LABEL tag.
Label() - Constructor for class org.zkoss.zhtml.Label
 
Label - Interface in org.zkoss.zul.api
A label.
Label - Class in org.zkoss.zul
A label.
Label() - Constructor for class org.zkoss.zul.Label
 
Label(String) - Constructor for class org.zkoss.zul.Label
 
LabelDefault - Class in org.zkoss.zkmax.zul.render
Label's default mold.
LabelDefault() - Constructor for class org.zkoss.zkmax.zul.render.LabelDefault
 
LabelElement - Interface in org.zkoss.zul.impl.api
A XUL element with a label.
LabelElement - Class in org.zkoss.zul.impl
A XUL element with a label.
LabelElement() - Constructor for class org.zkoss.zul.impl.LabelElement
 
LabelImageElement - Interface in org.zkoss.zul.impl.api
A XUL element with a label (LabelElement.getLabel()) and an image ( LabelImageElement.getImage()).
LabelImageElement - Class in org.zkoss.zul.impl
A XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).
LabelImageElement() - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement.ExtraCtrl - Class in org.zkoss.zul.impl
A utility class to implement AbstractComponent.getExtraCtrl().
LabelImageElement.ExtraCtrl() - Constructor for class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
LabelLoader - Class in org.zkoss.util.resource.impl
The label loader (implementation only).
LabelLoader() - Constructor for class org.zkoss.util.resource.impl.LabelLoader
 
LabelLocator - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels.
LabelLocatorHook - Class in org.zkoss.web.init
Used to hook a label locator to locate resources from the servlet context.
LabelLocatorHook() - Constructor for class org.zkoss.web.init.LabelLocatorHook
 
Labels - Class in org.zkoss.util.resource
Utilities to access labels.
LanguageDefinition - Class in org.zkoss.zk.ui.metainfo
A definition of a language, such as xul.
LanguageDefinition(String, String, String, List, String, String, boolean, boolean, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs a language defintion.
LanguageDefinition(String, String, String, List, String, String, String, boolean, boolean, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs a language defintion.
LAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
lastAnyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.anyOf(java.lang.String, java.lang.String, int).
lastIndexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
LayoutRegion - Interface in org.zkoss.zkex.zul.api
This class represents a region in a layout manager.
LayoutRegion - Class in org.zkoss.zkex.zul
This class represents a region in a layout manager.
LayoutRegion() - Constructor for class org.zkoss.zkex.zul.LayoutRegion
 
LayoutRegion.ExtraCtrl - Class in org.zkoss.zkex.zul
A utility class to implement AbstractComponent.getExtraCtrl().
LayoutRegion.ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.LayoutRegion.ExtraCtrl
 
Layoutregion2Default - Class in org.zkoss.zkmax.zul.render
LayoutRegion's default mold.
Layoutregion2Default() - Constructor for class org.zkoss.zkmax.zul.render.Layoutregion2Default
 
left - Variable in class org.zkoss.util.TreeArray.RbEntry
 
LEFT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
leftMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the leftmost leaf of the specified subtree.
leftNum - Variable in class org.zkoss.util.TreeArray.RbEntry
 
Legend - Class in org.zkoss.zhtml
The LEGEND tag.
Legend() - Constructor for class org.zkoss.zhtml.Legend
 
length(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the length of an array, string, collection or map.
Li - Class in org.zkoss.zhtml
The LI tag.
Li() - Constructor for class org.zkoss.zhtml.Li
 
Library - Class in org.zkoss.lang
Represent the scope of ZK libraries.
LINE - Static variable in class org.zkoss.zul.Chart
 
Link - Class in org.zkoss.zhtml
The LINK tag.
Link() - Constructor for class org.zkoss.zhtml.Link
 
LIST - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a vector, i.e., a list separated with comma.
Listbox - Interface in org.zkoss.zul.api
A listbox.
Listbox - Class in org.zkoss.zul
A listbox.
Listbox() - Constructor for class org.zkoss.zul.Listbox
 
Listbox.Children - Class in org.zkoss.zul
 
Listbox.Children() - Constructor for class org.zkoss.zul.Listbox.Children
 
Listbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Listbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Listbox.ExtraCtrl
 
ListboxDefault - Class in org.zkoss.zkmax.zul.render
Listbox's default mold.
ListboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListboxDefault
 
ListboxPaging - Class in org.zkoss.zkmax.zul.render
Listbox's paging mold.
ListboxPaging() - Constructor for class org.zkoss.zkmax.zul.render.ListboxPaging
 
ListboxSelect - Class in org.zkoss.zkmax.zul.render
Listbox's select mold.
ListboxSelect() - Constructor for class org.zkoss.zkmax.zul.render.ListboxSelect
 
Listcell - Interface in org.zkoss.zul.api
A list cell.
Listcell - Class in org.zkoss.zul
A list cell.
Listcell() - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String) - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String, String) - Constructor for class org.zkoss.zul.Listcell
 
ListcellDefault - Class in org.zkoss.zkmax.zul.render
Listcell's default mold.
ListcellDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListcellDefault
 
ListDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list.
ListDataEvent(ListModel, int, int, int) - Constructor for class org.zkoss.zul.event.ListDataEvent
Contructor.
ListDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of ListModel is changed.
ListenerIterator - Class in org.zkoss.zk.ui.impl
Used to iterate the event listener.
ListenerIterator(List) - Constructor for class org.zkoss.zk.ui.impl.ListenerIterator
 
Listfoot - Interface in org.zkoss.zul.api
A row of Listfooter.
Listfoot - Class in org.zkoss.zul
A row of Listfooter.
Listfoot() - Constructor for class org.zkoss.zul.Listfoot
 
ListfootDefault - Class in org.zkoss.zkmax.zul.render
Listfoot's default mold.
ListfootDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListfootDefault
 
Listfooter - Interface in org.zkoss.zul.api
A column of the footer of a list box (Listbox).
Listfooter - Class in org.zkoss.zul
A column of the footer of a list box (Listbox).
Listfooter() - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String) - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String, String) - Constructor for class org.zkoss.zul.Listfooter
 
ListfooterDefault - Class in org.zkoss.zkmax.zul.render
Listfooter's default mold.
ListfooterDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListfooterDefault
 
Listgroup - Interface in org.zkoss.zul.api
Adds the ability for single level grouping to the Listbox.
Listgroup - Class in org.zkoss.zul
Adds the ability for single level grouping to the Listbox.
Listgroup() - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String, Object) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Listgroup.ExtraCtrl() - Constructor for class org.zkoss.zul.Listgroup.ExtraCtrl
 
ListgroupDefault - Class in org.zkoss.zkmax.zul.render
Listgroup's default mold.
ListgroupDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListgroupDefault
 
Listgroupfoot - Interface in org.zkoss.zul.api
GroupFooter serves as a summary listitem of listgroup.
Listgroupfoot - Class in org.zkoss.zul
GroupFooter serves as a summary listitem of listgroup.
Listgroupfoot() - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String) - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String, Object) - Constructor for class org.zkoss.zul.Listgroupfoot
 
ListgroupfootDefault - Class in org.zkoss.zkmax.zul.render
Listgroupfoot's default mold
ListgroupfootDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListgroupfootDefault
 
ListgroupRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer for instantiating Listgroup and Listgroupfoot.
Listhead - Interface in org.zkoss.zul.api
A list headers used to define multi-columns and/or headers.
Listhead - Class in org.zkoss.zul
A list headers used to define multi-columns and/or headers.
Listhead() - Constructor for class org.zkoss.zul.Listhead
 
ListheadDefault - Class in org.zkoss.zkmax.zul.render
Listhead's default mold.
ListheadDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListheadDefault
 
Listheader - Interface in org.zkoss.zul.api
The list header which defines the attributes and header of a columen of a list box.
Listheader - Class in org.zkoss.zul
The list header which defines the attributes and header of a columen of a list box.
Listheader() - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String, String) - Constructor for class org.zkoss.zul.Listheader
 
ListheaderDefault - Class in org.zkoss.zkmax.zul.render
Listheader's default mold.
ListheaderDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListheaderDefault
 
Listitem - Interface in org.zkoss.zul.api
A list item.
Listitem - Class in org.zkoss.zul
A list item.
Listitem() - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String) - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String, Object) - Constructor for class org.zkoss.zul.Listitem
 
ListitemComparator - Class in org.zkoss.zul
A comparator used to compare Listitem, if not live data, or the data themselves, if live data.
ListitemComparator() - Constructor for class org.zkoss.zul.ListitemComparator
Compares with Listitem.getValue().
ListitemComparator(int) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(Listheader, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemDefault - Class in org.zkoss.zkmax.zul.render
Listitem's default mold.
ListitemDefault() - Constructor for class org.zkoss.zkmax.zul.render.ListitemDefault
 
ListitemRenderer - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Listbox.
ListitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer.
listIterator(int) - Method in class org.zkoss.util.TreeArray
 
listIterator(int) - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
listIterator() - Method in class org.zkoss.zul.ListModelList
 
listIterator(int) - Method in class org.zkoss.zul.ListModelList
 
ListModel - Interface in org.zkoss.zul
This interface defines the methods that components like Listbox and Grid use to get the content of items.
ListModelArray - Class in org.zkoss.zul
This is the ListModel as an Object array to be used with Listbox.
ListModelArray(Object[], boolean) - Constructor for class org.zkoss.zul.ListModelArray
Constructor
ListModelArray(Object[]) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(int) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(List) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelConverter - Class in org.zkoss.zkplus.databind
The TypeConverter implmentation for converting collection to ListModel and vice versa.
ListModelConverter() - Constructor for class org.zkoss.zkplus.databind.ListModelConverter
 
ListModelExt - Interface in org.zkoss.zul
An extra interface that can be implemented with ListModel to control the sorting of the data model.
ListModelList - Class in org.zkoss.zul
This is the ListModel as a List to be used with Listbox.
ListModelList(List, boolean) - Constructor for class org.zkoss.zul.ListModelList
Constructor
ListModelList() - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(Collection) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(Object[]) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(int) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelMap - Class in org.zkoss.zul
This is the ListModel as a Map to be used with Listbox.
ListModelMap(Map, boolean) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap() - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(Map) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int, float) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelSet - Class in org.zkoss.zul
This is the ListModel as a Set to be used with Listbox.
ListModelSet(Set, boolean) - Constructor for class org.zkoss.zul.ListModelSet
Constructor
ListModelSet() - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(Collection) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(Object[]) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int, float) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSharer - Interface in org.zkoss.zkex.zul
This interface is created for sharing model to different desktop's component.
ListSubModel - Interface in org.zkoss.zul
An extra interface that can be implemented with ListModel to control the extract of the combobox.
ListX - Interface in org.zkoss.util
The extended list interface.
ListX.Entry - Interface in org.zkoss.util
Represents the entry of each node in the list.
LiveGroupRenderer - Class in org.zkoss.zkdemo.userguide
 
LiveGroupRenderer() - Constructor for class org.zkoss.zkdemo.userguide.LiveGroupRenderer
 
load(Map, InputStream, String, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map, InputStream, String) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map, InputStream, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Map, InputStream) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Object) - Method in class org.zkoss.util.resource.ContentLoader
 
load(Object) - Method in interface org.zkoss.util.resource.Loader
Loads the resource.
load(Object) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
load(Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
load(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified URL.
load(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified DOM.
load(String, URL) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(Taglib, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, String, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, Element) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from DOM.
loadAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Load all value from data beans to UI components.
loadAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
load bean value into the attribute of the specified component.
loadAttribute(Component, Object) - Method in class org.zkoss.zkplus.databind.Binding
load bean value into the attribute of the specified component.
loadAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Load value from the data bean property to a specified attribute of the UI component.
loadBuild() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
Loads the build identifier.
loadComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Load values from the data bean properties to all attributes of a specified UI component.
loadDefaultImports(NameSpace) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
Called when the top-level BeanShell namespace is created.
Loader - Interface in org.zkoss.util.resource
A loader that could load a resource to another format.
loadFunctions(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified URL.
loadFunctions(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified DOM.
loadPropertyAnnotation(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
 
locale - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
locale - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
Locales - Class in org.zkoss.util
The locale relevant utilities.
Locales() - Constructor for class org.zkoss.util.Locales
 
localizedYearOfDate(Date, Locale, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date in the specified locale.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
Returns URL for the specified locale, or null if not available.
locate(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the filename based on the locale.
locate(ServletContext, ServletRequest, String, Locator) - Static method in class org.zkoss.web.servlet.Servlets
Locates a page based on the specified Locale.
locate(Locale) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
 
locateAsStream(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the input stream based on the locale, and returns the info of StreamLocation.
Locator - Interface in org.zkoss.util.resource
A locator that is able to locate a resource.
Locator - Interface in org.zkoss.xml
The interface represents the source locator.
Locators - Class in org.zkoss.util.resource
Utilities to load and locate resources.
Locators() - Constructor for class org.zkoss.util.resource.Locators
 
Locators.StreamLocation - Class in org.zkoss.util.resource
the location information.
Locators.StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
 
Locators.URLLocation - Class in org.zkoss.util.resource
the location information.
Locators.URLLocation(URL, String, Locale) - Constructor for class org.zkoss.util.resource.Locators.URLLocation
 
Log - Class in org.zkoss.util.logging
The logger.
Log(String) - Constructor for class org.zkoss.util.logging.Log
The constructor.
log(Level, String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level.
log(Level, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs any object and a throwable object at the giving level.
log(Level, int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and multiple format arguments.
log(Level, int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and ONE format argument.
log(Level, int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and NO format argument.
log(Exception, String) - Method in class org.zkoss.web.portlet.PortletServletContext
Deprecated.  
log(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
log(String, Throwable) - Method in class org.zkoss.web.portlet.PortletServletContext
 
LogService - Class in org.zkoss.util.logging
The log service which is used to monitor i3-log.conf.
LogService(String) - Constructor for class org.zkoss.util.logging.LogService
Constructor.
LogService.WatchdogCallback - Class in org.zkoss.util.logging
 
Longbox - Interface in org.zkoss.zul.api
An edit box for holding an integer.
Longbox - Class in org.zkoss.zul
An edit box for holding an integer.
Longbox() - Constructor for class org.zkoss.zul.Longbox
 
Longbox(long) - Constructor for class org.zkoss.zul.Longbox
 
Longbox(int) - Constructor for class org.zkoss.zul.Longbox
 
LongboxDefault - Class in org.zkoss.zkmax.zul.render
Longbox's default mold.
LongboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.LongboxDefault
 
Longs - Class in org.zkoss.lang
Long relevant utilities.
Longs() - Constructor for class org.zkoss.lang.Longs
 
longValue() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the value in long.
longValue() - Method in interface org.zkoss.zul.api.Doublebox
Returns the value in long.
longValue() - Method in interface org.zkoss.zul.api.Longbox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Longbox
Returns the value in long.
lookup(Class) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the class.
lookup(String) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the giving name.
lookup(Package) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the package.
lookup(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Returns the language definition of the specified name or namespace.
lookup(String, boolean) - Static method in class org.zkoss.zkmax.ui.eq.EventQueues
Returns the event queue with the specified name in the current desktop.
lookup(String) - Static method in class org.zkoss.zkmax.ui.eq.EventQueues
Returns the event queue with the specified name in the current desktop, or if no such event queue, create one.
lookupNamespaceURI(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
lookupPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
LoopStatus - Interface in org.zkoss.web.servlet.dsp.action
Exposes the current status of an iteration.

M

Macro - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a macro component.
MacroDefault - Class in org.zkoss.zkmax.zul.render
The default mold for ZUL's macro components.
MacroDefault() - Constructor for class org.zkoss.zkmax.zul.render.MacroDefault
 
MacroDefinition - Class in org.zkoss.zk.ui.metainfo.impl
The macro component definition.
MainLayout - Class in org.zkoss.zkdemo.test2
 
MainLayout() - Constructor for class org.zkoss.zkdemo.test2.MainLayout
 
MainLayoutAPI - Interface in org.zkoss.zkdemo.userguide
 
MainLayoutComposer - Class in org.zkoss.zkdemo.userguide
 
MainLayoutComposer() - Constructor for class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
MainLayoutInit - Class in org.zkoss.zkdemo.userguide
 
MainLayoutInit() - Constructor for class org.zkoss.zkdemo.userguide.MainLayoutInit
 
MainWindow - Class in org.zkoss.zkdemo.test2
 
MainWindow() - Constructor for class org.zkoss.zkdemo.test2.MainWindow
 
Map - Class in org.zkoss.zhtml
The MAP tag.
Map() - Constructor for class org.zkoss.zhtml.Map
 
MAP - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a map, i.e., a map paired with equal and separated with comma.
Maps - Class in org.zkoss.util
Utilities for process Map.
Maps() - Constructor for class org.zkoss.util.Maps
 
markSetup(ServletRequest, boolean) - Static method in class org.zkoss.web.servlet.Charsets
Marks the specified request whether it has been set up, i.e., Charsets.setup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String) is called.
match(Namespaceable, String, String, Pattern, int) - Static method in class org.zkoss.idom.impl.AbstractItem
Tests whether a namespaceable item matches the criteria.
max(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the maximum of the two.
Maximizable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), a component is maximized by the client.
MaximizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being maximized.
MaximizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MaximizeEvent
 
MCommon - Interface in org.zkoss.mesg
 
Media - Interface in org.zkoss.util.media
Represents any multi-medai, such as a voice, a pdf file, an excel file, an image and so on.
Menu - Class in org.zkoss.zhtml
The MENU tag.
Menu() - Constructor for class org.zkoss.zhtml.Menu
 
Menu - Interface in org.zkoss.zul.api
An element, much like a button, that is placed on a menu bar.
Menu - Class in org.zkoss.zul
An element, much like a button, that is placed on a menu bar.
Menu() - Constructor for class org.zkoss.zul.Menu
 
Menu(String) - Constructor for class org.zkoss.zul.Menu
 
Menu(String, String) - Constructor for class org.zkoss.zul.Menu
 
Menu2Default - Class in org.zkoss.zkmax.zul.render
Menu's default mold.
Menu2Default() - Constructor for class org.zkoss.zkmax.zul.render.Menu2Default
 
Menubar - Interface in org.zkoss.zul.api
A container that usually contains menu elements.
Menubar - Class in org.zkoss.zul
A container that usually contains menu elements.
Menubar() - Constructor for class org.zkoss.zul.Menubar
 
Menubar(String) - Constructor for class org.zkoss.zul.Menubar
 
Menubar2Horizontal - Class in org.zkoss.zkmax.zul.render
Menubar's horizontal oriented.
Menubar2Horizontal() - Constructor for class org.zkoss.zkmax.zul.render.Menubar2Horizontal
 
Menubar2Vertical - Class in org.zkoss.zkmax.zul.render
Menubar's vertical oriented.
Menubar2Vertical() - Constructor for class org.zkoss.zkmax.zul.render.Menubar2Vertical
 
Menuitem - Interface in org.zkoss.zul.api
A single choice in a Menupopup element.
Menuitem - Class in org.zkoss.zul
A single choice in a Menupopup element.
Menuitem() - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String) - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String, String) - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Menuitem.ExtraCtrl() - Constructor for class org.zkoss.zul.Menuitem.ExtraCtrl
 
Menuitem2Default - Class in org.zkoss.zkmax.zul.render
Menuitem's default mold.
Menuitem2Default() - Constructor for class org.zkoss.zkmax.zul.render.Menuitem2Default
 
Menupopup - Interface in org.zkoss.zul.api
A container used to display menus.
Menupopup - Class in org.zkoss.zul
A container used to display menus.
Menupopup() - Constructor for class org.zkoss.zul.Menupopup
 
Menupopup2Default - Class in org.zkoss.zkmax.zul.render
Menupopup's default mold.
Menupopup2Default() - Constructor for class org.zkoss.zkmax.zul.render.Menupopup2Default
 
Menuseparator - Interface in org.zkoss.zul.api
Used to create a separator between menu items.
Menuseparator - Class in org.zkoss.zul
Used to create a separator between menu items.
Menuseparator() - Constructor for class org.zkoss.zul.Menuseparator
 
Menuseparator2Default - Class in org.zkoss.zkmax.zul.render
Menuseparator's default mold.
Menuseparator2Default() - Constructor for class org.zkoss.zkmax.zul.render.Menuseparator2Default
 
merge(Date, Date, TimeZone) - Static method in class org.zkoss.util.Dates
merge the date part and time part of two specified dates into a date.
MESSAGE_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.web.mesg.MWeb
 
MESSAGE_ID - Static variable in interface org.zkoss.zk.mesg.MZk
 
MESSAGE_ID - Static variable in interface org.zkoss.zul.mesg.MZul
 
Messageable - Interface in org.zkoss.mesg
Denotes an object that contains a message by use of an integer, called code.
Messagebox - Class in org.zkoss.zhtml
Represents the message box.
Messagebox() - Constructor for class org.zkoss.zhtml.Messagebox
 
Messagebox - Class in org.zkoss.zul
Represents the message box.
Messagebox() - Constructor for class org.zkoss.zul.Messagebox
 
MessageboxDlg - Class in org.zkoss.zul.impl
Used with Messagebox to implement a message box.
MessageboxDlg() - Constructor for class org.zkoss.zul.impl.MessageboxDlg
 
MessageboxDlg.Button - Class in org.zkoss.zul.impl
Represents a button on the message box.
MessageboxDlg.Button() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
 
MessageConst - Interface in org.zkoss.mesg
Defines the constants of message types.
MessageConst.Aide - Class in org.zkoss.mesg
Used to handle the mapping of a message code to a filename.
MessageConst.Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
 
MessageConst.BundleInfo - Class in org.zkoss.mesg
The info of each message bundle.
MessageFormats - Class in org.zkoss.text
The message formatting relevant utilities.
MessageFormats() - Constructor for class org.zkoss.text.MessageFormats
 
MessageFormats.NameInfo - Class in org.zkoss.text
The name info returned by MessageFormats.parseByName(java.lang.String)).
Messages - Class in org.zkoss.mesg
The message manager.
Messages() - Constructor for class org.zkoss.mesg.Messages
 
Messages.Formatter - Interface in org.zkoss.mesg
The formatter used by Messages.get(int, Object[], Locale) to format the specified object.
Meta - Class in org.zkoss.zhtml
The META tag.
Meta() - Constructor for class org.zkoss.zhtml.Meta
 
method - Variable in class org.zkoss.lang.Classes.MethodInfo
 
MethodFunction - Class in org.zkoss.xel.util
A XEL function based on java.lang.reflect.Method.
MethodFunction(Method) - Constructor for class org.zkoss.xel.util.MethodFunction
 
MILLISECOND - Static variable in class org.zkoss.zul.Chart
 
min(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the minimum of the two.
Minimizable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), a component is minimized by the client.
MinimizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being minimized.
MinimizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MinimizeEvent
 
MinMaximizeCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the MinimizeEvent and MaximizeEvent relevant command.
MinMaximizeCommand(String, int) - Constructor for class org.zkoss.zk.au.in.MinMaximizeCommand
 
MINUS_ONE - Static variable in class org.zkoss.math.BigDecimals
Represents -1 in big decimal.
MINUTE - Static variable in class org.zkoss.zul.Chart
 
ModificationException - Exception in org.zkoss.util
Denotes a modification fails.
ModificationException(String, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(String) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException() - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object[]) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException.Aide - Class in org.zkoss.util
Utilities.
ModificationException.Aide() - Constructor for class org.zkoss.util.ModificationException.Aide
 
Monitor - Interface in org.zkoss.zk.ui.util
A listener to monitor the status of ZK engine.
MONTH - Static variable in class org.zkoss.zul.Chart
 
monthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
monthOfDatePlus1(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
MouseCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the MouseEvent relevant command.
MouseCommand(String, int) - Constructor for class org.zkoss.zk.au.in.MouseCommand
 
MouseEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by mouse activitly.
MouseEvent(String, Component) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Construct a mouse relevant event with coordination or area.
MouseEvent(String, Component, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event.
MouseEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
Constructs a mouse relevant event with a logic name called area.
Movable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), a component is movable by the client.
moveBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (aka., browser window) by the specified number of pixels.
MoveCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the MoveEvent relevant command.
MoveCommand(String, int) - Constructor for class org.zkoss.zk.au.in.MoveCommand
 
MoveEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being moved.
MoveEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.MoveEvent
Constructs a mouse relevant event.
moveRoot(Component, Component) - Method in class org.zkoss.zk.ui.AbstractPage
 
moveRoot(Component, Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Moves a root component before the reference component.
moveTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Moves the current desktop (aka., browser window) to the specified location (in pixels).
MultiBranch - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component might have several branches of elements at the client.
MultiCache - Class in org.zkoss.util
A CacheMap-based cache.
MultiCache() - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with 16 inital caches.
MultiCache(int, int, int) - Constructor for class org.zkoss.util.MultiCache
Constucts a multi cache with the specified number of internal caches, the max size and the lifetime.
MultiCache(int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches.
MultiCache(int, int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches and the initialize size.
MultiComposer - Class in org.zkoss.zk.ui.metainfo.impl
To proxy a collection of composer
MultiComposer(Composer[]) - Constructor for class org.zkoss.zk.ui.metainfo.impl.MultiComposer
The constructor.
MutableInteger - Class in org.zkoss.lang
Represents an interger that can be modified.
MutableInteger(int) - Constructor for class org.zkoss.lang.MutableInteger
 
MVELFactory - Class in org.zkoss.zkmax.xel.mvel
An implementation based on MVEL.
MVELFactory() - Constructor for class org.zkoss.zkmax.xel.mvel.MVELFactory
 
MWeb - Interface in org.zkoss.web.mesg
 
MyAutowireComposer - Class in org.zkoss.zkdemo.test
 
MyAutowireComposer() - Constructor for class org.zkoss.zkdemo.test.MyAutowireComposer
 
MyBean - Class in org.zkoss.zkdemo.test
 
MyBean() - Constructor for class org.zkoss.zkdemo.test.MyBean
 
MyComposer - Class in org.zkoss.zkdemo.test2
Test of Composer and Components.wireVariables(Component, Object).
MyComposer() - Constructor for class org.zkoss.zkdemo.test2.MyComposer
 
MyDesktopCleanup - Class in org.zkoss.zkdemo.test
Test of DesktopCleanup
MyDesktopCleanup() - Constructor for class org.zkoss.zkdemo.test.MyDesktopCleanup
 
MyELFactory - Class in org.zkoss.zkdemo.test2
Tests of using my own evaluator.
MyELFactory() - Constructor for class org.zkoss.zkdemo.test2.MyELFactory
 
MyExecCleanup - Class in org.zkoss.zkdemo.test
Test of execution cleanup.
MyExecCleanup() - Constructor for class org.zkoss.zkdemo.test.MyExecCleanup
 
MyForwardComposer - Class in org.zkoss.zkdemo.test
Test code for GenericForwardComposer.
MyForwardComposer() - Constructor for class org.zkoss.zkdemo.test.MyForwardComposer
 
MZk - Interface in org.zkoss.zk.mesg
 
MZul - Interface in org.zkoss.zul.mesg
 

N

names() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns a readonly set of names of all elements.
names - Variable in class org.zkoss.text.MessageFormats.NameInfo
The name of relative position.
Names - Class in org.zkoss.zk.ui.sys
Utilities about variable's names.
Namespace - Class in org.zkoss.idom
Represents the namespace.
Namespace(String, String) - Constructor for class org.zkoss.idom.Namespace
Contructor.
Namespace - Interface in org.zkoss.zk.scripting
To represent the name space for storing variables.
Namespaceable - Interface in org.zkoss.idom
Represents a class that supports namespace.
NamespaceChangeListener - Interface in org.zkoss.zk.scripting
A listener used to listen whether Namespace is changed.
Namespaces - Class in org.zkoss.zk.scripting
Namespace relevant utilities.
Namespaces() - Constructor for class org.zkoss.zk.scripting.Namespaces
 
Native - Interface in org.zkoss.zk.ui.ext
Implemented with Component to represent a native component.
Native.Helper - Interface in org.zkoss.zk.ui.ext
The helper to generate the output for the native component.
NATIVE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace.
NATIVE_NAMESPACE_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK native namespace prefix.
NativeHelpers - Class in org.zkoss.zk.ui.impl
Utilities for implementing Native.Helper.
NativeHelpers() - Constructor for class org.zkoss.zk.ui.impl.NativeHelpers
 
NativeInfo - Class in org.zkoss.zk.ui.metainfo
Represents the compmonent infomation about the native components.
NativeInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info with a parent.
NativeInfo(EvaluatorRef, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
Constructs a native info without a parent.
new_(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class.
newAttrArray() - Method in class org.zkoss.idom.Element
Creates an empty list of attributes.
newAttribute(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(Namespace, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute without namespace.
newAttribute(Namespace, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute with namespace.
newCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Instantiates the default captcha engine.
newCData(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newCData(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a CData.
newCell(Row) - Method in interface org.zkoss.zul.RowRendererExt
Create a component as the first cell of the row.
newChartEngine() - Method in class org.zkoss.zul.Chart
Instantiates the default chart engine.
newChildren() - Method in class org.zkoss.idom.Document
 
newChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
Creates a list to hold child vertices.
newChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
Creates and returns the instance for storing child components.
newChildren() - Method in class org.zkoss.zul.Listbox
 
newChildren() - Method in class org.zkoss.zul.Rows
 
newComboitem(Combobox) - Method in interface org.zkoss.zul.ComboitemRendererExt
Creates an instance of Comboitem for rendering.
newComment(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newComment(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Comment.
newComponent(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newComponent(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentInfo.
newComponent(Page, Component, ComponentDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates and initializes a component based on the specified ComponentDefinition.
newDesktop(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newDesktop(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Desktop.
newDocType(String, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocType(String, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a DocType.
newDocument(Element, DocType) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocument(Element, DocType) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Document.
newElement(Namespace, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(Namespace, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element with a namespace.
newElement(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element without namespace.
newEntityRef(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newEntityRef(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Entityref.
newEntry(Object) - Method in class org.zkoss.util.CheckableTreeArray
 
newEntry(Object) - Method in class org.zkoss.util.TreeArray
Creates an instance of RbEntry.
newEventThreadCleanups(Component, Event, List) - Method in class org.zkoss.zk.ui.util.Configuration
Invokes EventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadInits(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadResumes(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newEventThreadSuspends(Object) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Invokes Configuration.newEventThreadSuspends(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object).
newEventThreadSuspends(Component, Event, Object) - Method in class org.zkoss.zk.ui.util.Configuration
Constructs a list of EventThreadSuspend instances and invokes EventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
newExpressionEvaluator() - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
Returns the EL expression factory.
newExpressionFactory() - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory(Class) - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory() - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
Returns the EL expression factory.
newExtraCtrl() - Method in class org.zkoss.zhtml.Input
 
newExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
Used by AbstractComponent.getExtraCtrl() to create extra controls.
newExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Used by AbstractComponent.getExtraCtrl() to create a client control.
newExtraCtrl() - Method in class org.zkoss.zkex.zul.Fisheyebar
 
newExtraCtrl() - Method in class org.zkoss.zkex.zul.Jasperreport
 
newExtraCtrl() - Method in class org.zkoss.zkex.zul.LayoutRegion
 
newExtraCtrl() - Method in class org.zkoss.zkmax.zul.Portalchildren
 
newExtraCtrl() - Method in class org.zkoss.zul.Audio
 
newExtraCtrl() - Method in class org.zkoss.zul.Calendar
 
newExtraCtrl() - Method in class org.zkoss.zul.Checkbox
 
newExtraCtrl() - Method in class org.zkoss.zul.Combobox
 
newExtraCtrl() - Method in class org.zkoss.zul.Detail
 
newExtraCtrl() - Method in class org.zkoss.zul.Fileupload
 
newExtraCtrl() - Method in class org.zkoss.zul.Grid
 
newExtraCtrl() - Method in class org.zkoss.zul.Group
 
newExtraCtrl() - Method in class org.zkoss.zul.Groupbox
 
newExtraCtrl() - Method in class org.zkoss.zul.Iframe
 
newExtraCtrl() - Method in class org.zkoss.zul.Image
 
newExtraCtrl() - Method in class org.zkoss.zul.impl.FileuploadDlg
 
newExtraCtrl() - Method in class org.zkoss.zul.impl.InputElement
 
newExtraCtrl() - Method in class org.zkoss.zul.impl.LabelImageElement
 
newExtraCtrl() - Method in class org.zkoss.zul.Listbox
 
newExtraCtrl() - Method in class org.zkoss.zul.Listgroup
 
newExtraCtrl() - Method in class org.zkoss.zul.Menuitem
 
newExtraCtrl() - Method in class org.zkoss.zul.Panel
 
newExtraCtrl() - Method in class org.zkoss.zul.Popup
 
newExtraCtrl() - Method in class org.zkoss.zul.Radio
 
newExtraCtrl() - Method in class org.zkoss.zul.Rows
 
newExtraCtrl() - Method in class org.zkoss.zul.Slider
 
newExtraCtrl() - Method in class org.zkoss.zul.Splitter
 
newExtraCtrl() - Method in class org.zkoss.zul.Style
 
newExtraCtrl() - Method in class org.zkoss.zul.Tab
 
newExtraCtrl() - Method in class org.zkoss.zul.Tabbox
 
newExtraCtrl() - Method in class org.zkoss.zul.Timer
 
newExtraCtrl() - Method in class org.zkoss.zul.Tree
 
newExtraCtrl() - Method in class org.zkoss.zul.Treechildren
 
newExtraCtrl() - Method in class org.zkoss.zul.Treeitem
 
newExtraCtrl() - Method in class org.zkoss.zul.Window
 
newFunctionMapper(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
Creaetes and returns the function mapper for the specified page.
newGroup(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Group for rendering.
newGroupfoot(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Groupfoot for rendering.
newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Creates a Sax Handler.
newInitiator(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Creaetes and returns the initiator.
newInstance(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Instantiates and returns the image encoder for the specified format.
newInstance(Class, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified arguments and argument types.
newInstance(Class, Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified argument.
newInstance(String, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class name with the specified arguments.
newInstance(Object, Class[], ClassLoader) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, traget.
newInstance(Object, Class[]) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, traget.
newInstance(Object, Object) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Use for only two object, see FusionInvoker.newInstance(Object[]).
newInstance(Object[]) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Creates an object that contains the all interfaces by wrapping giving object, targets.
newInstance() - Static method in class org.zkoss.zk.au.AuWriters
Creates an instance of AuWriter.
newInstance(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Class) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Creates an component of this definition.
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Creates an component based on this info (never null).
newInstance(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Class) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
 
newInstanceByThread(String, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with the specified arguments, by use of Classes.forNameByThread(java.lang.String).
newInstanceByThread(String) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with default constructor, by use of Classes.forNameByThread(java.lang.String).
newInterpreter(String, Page) - Static method in class org.zkoss.zk.scripting.Interpreters
Returns the interpter for the specified language name.
newLabelInfo(ComponentInfo, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Constructs and returns an ComponentInfo for the specified parent and text,
newListcell(Listitem) - Method in interface org.zkoss.zul.ListitemRendererExt
Create an instance of Listcell as the first cell of the list item.
newListgroup(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroup for rendering.
newListgroupfoot(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroupfoot for rendering.
newListitem(Listbox) - Method in interface org.zkoss.zul.ListitemRendererExt
Creates an instance of Listitem for rendering.
newMacroDefinition(LanguageDefinition, PageDefinition, String, Class, String, boolean) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a macro component definition.
newNative(String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
Creates a native component with the specified content.
newNative(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
 
newNative(String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
newNativeDefinition(LanguageDefinition, String, Class) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Constructs a native component definition.
newPage(UiFactory, RequestInfo, PageDefinition, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newPage(UiFactory, RequestInfo, Richlet, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
Creates a page.
newPage(RequestInfo, PageDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, Richlet, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
newPage(RequestInfo, PageDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified page definition.
newPage(RequestInfo, Richlet, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Page for the specified richlet.
newProcessingInstruction(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newProcessingInstruction(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a processing instruction.
newQueue() - Method in class org.zkoss.util.CacheMap
Creates the reference queue.
newRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Creates the request queue.
newRow(Grid) - Method in interface org.zkoss.zul.RowRendererExt
Creates an instance of Row for rendering.
newSayHiButton() - Static method in class org.zkoss.zkdemo.test.Tests
Return a say-hi button that use anonymous inner class for testing Bug 1681058 (false alarm)
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SerializableUiFactory
 
newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SimpleUiFactory
 
newSession(WebApp, Object, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Instantiates a ZK session that is assoicated witht the specified native session and request.
newSession(WebApp, Object, Object) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Creates an instance of Session.
newText(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newText(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Text.
newTimer() - Method in class org.zkoss.zkmax.au.http.SmartAuWriter
Creates an instance of ScalableTimer.
newVariableResolver(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Creaetes and returns the variable resolver for the specified page.
next - Variable in class org.zkoss.lang.Strings.Result
The next index.
next() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
next() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
next() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
next() - Method in interface org.zkoss.util.ListX.Entry
 
next() - Method in class org.zkoss.util.TreeArray.RbEntry
 
next() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
next() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
next() - Method in interface org.zkoss.zk.ui.util.ForEach
Advanced to the next element.
next() - Method in class org.zkoss.zk.ui.util.ForEachImpl
 
next() - Static method in class org.zkoss.zkdemo.test2.ComponentPools
Returns the next component in the pool, or null if no more.
next() - Method in class org.zkoss.zkdemo.test2.jasperreport.CustomDataSource
 
next() - Method in class org.zkoss.zkdemo.userguide.CustomDataSource
 
next() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Get an operation from queue, and then remove it.
NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
 
nextComponentUuid(Desktop, Component) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next component UUID for the specified component, or null to generate the default UUID.
nextComponentUuid(Desktop, Component) - Method in class org.zkoss.zkdemo.test.ViewIdGenerator
 
nextComponentUuid(Desktop, Component) - Method in class org.zkoss.zkdemo.test2.DemoIdGenerator
 
nextDesktopId(Desktop) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next desktop ID for the specified desktop, or null to generate the default ID.
nextDesktopId(Desktop) - Method in class org.zkoss.zkdemo.test.ViewIdGenerator
 
nextDesktopId(Desktop) - Method in class org.zkoss.zkdemo.test2.DemoIdGenerator
 
nextElement() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
nextEntry() - Method in class org.zkoss.util.TreeArray.RbEntry
 
nextHashCode(int, int) - Static method in class org.zkoss.lang.Objects
Returns the next hash value by giving the previous one and a new one.
nextIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
nextPageUuid(Page) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
Returns the next page UUID for the specified page, or null to generate the default UUID.
nextPageUuid(Page) - Method in class org.zkoss.zkdemo.test.ViewIdGenerator
 
nextPageUuid(Page) - Method in class org.zkoss.zkdemo.test2.DemoIdGenerator
 
nextRequest() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
 
nextRequest() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
Returns the next request, or null if no more request.
nextSeparator(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next seperator index in the src string.
nextSeparator(String, int, char[], boolean, boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next seperator index in the src string.
nextToken(String, int, char[]) - Static method in class org.zkoss.lang.Strings
Returns the next token with unescape.
nextToken(String, int, char[], boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextToken(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextWhitespace(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next whitespace.
NO - Static variable in class org.zkoss.zhtml.Messagebox
A No button.
NO - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A No button.
NO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO - Static variable in class org.zkoss.zul.Messagebox
A No button.
NO_CACHE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A request attribute to indicate whether "no-cache" header is generated for the current desktop.
NO_EMPTY - Static variable in class org.zkoss.zul.SimpleConstraint
Empty is not allowed.
NO_FUTURE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the future is not allowed.
NO_FUTURE_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The Namespace for when not in a namespace
NO_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NEGATIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Negative numbers are not allowed.
NO_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the past is not allowed.
NO_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Postive numbers are not allowed.
NO_POSITIVE_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in class org.zkoss.zul.SimpleConstraint
Today is not allowed.
NO_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_ZERO - Static variable in class org.zkoss.zul.SimpleConstraint
Zero numbers are not allowed.
Nobr - Class in org.zkoss.zhtml
The NOBR tag.
Nobr() - Constructor for class org.zkoss.zhtml.Nobr
 
noCSSAttrs(String) - Static method in class org.zkoss.zk.fn.ZkFns
Removes the class and style attributes from the specified one.
NodeInfo - Class in org.zkoss.zk.ui.metainfo
Represents a node of the ZUML tree.
NodeInfo() - Constructor for class org.zkoss.zk.ui.metainfo.NodeInfo
 
Nodes - Class in org.zkoss.xml
Node related utilities.
Nodes() - Constructor for class org.zkoss.xml.Nodes
 
NONE - Static variable in class org.zkoss.zhtml.Messagebox
Contains no symbols.
NONE - Static variable in class org.zkoss.zul.Messagebox
Contains no symbols.
NonFellow - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the component won't become a fellow of the ID space it belongs.
normalize() - Method in class org.zkoss.idom.impl.AbstractItem
 
normalizeDocument() - Method in class org.zkoss.idom.Document
 
North - Interface in org.zkoss.zkex.zul.api
This component is a north region.
NORTH - Static variable in class org.zkoss.zkex.zul.Borderlayout
The north layout constraint (top of container).
North - Class in org.zkoss.zkex.zul
This component is a north region.
North() - Constructor for class org.zkoss.zkex.zul.North
 
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
notationDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
notify(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notify(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notify(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread that is waiting on the specified object.
notify(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
notifyAdd(String, Object) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onAdd(java.lang.String, java.lang.Object) for registered listeners.
notifyAll(Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
Wakes up all event processing theads for the specified desktop that are waiting on the specified object.
notifyAll(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
notifyAll(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing thread that are waiting on the specified object.
notifyAll(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Wakes up all event processing theads for the specified desktop that are waiting on the specified object.
notifyClientRequest(boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
notifyClientRequest(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Notifies the session that a client request is received.
notifyParentChanged(Namespace) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onParentChanged(org.zkoss.zk.scripting.Namespace) for registered listeners.
notifyRemove(String) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
Invokes NamespaceChangeListener.onRemove(java.lang.String) for registered listeners.
now(int) - Static method in class org.zkoss.util.Dates
Returns the current time but rounding to the specified precision of milliseconds.
now() - Static method in class org.zkoss.util.Dates
Returns the current time without rounding.
NPEEventThreadInit - Class in org.zkoss.zkdemo.test
A test of NPE in EventThreadInit.
NPEEventThreadInit() - Constructor for class org.zkoss.zkdemo.test.NPEEventThreadInit
 
NULL_CHARACTER - Static variable in class org.zkoss.lang.Objects
The null character.
NULL_CODE - Static variable in interface org.zkoss.mesg.MessageConst
Denotes a non-existent code.
NULL_INT - Static variable in class org.zkoss.web.servlet.dsp.action.AbstractAction
A special integer to denote no attribute is assigned.
NULL_SHORT - Static variable in class org.zkoss.web.servlet.dsp.action.AbstractAction
A special short to denote no attribute is assigned.
NULLIFY - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
NullInputStream - Class in org.zkoss.io
An input stream that returns nothing, aka, an empty input stream.
NullInputStream() - Constructor for class org.zkoss.io.NullInputStream
 
NullReader - Class in org.zkoss.io
A reader that returns nothing, aka, an empty reader.
NullReader() - Constructor for class org.zkoss.io.NullReader
 
NullWriter - Class in org.zkoss.io
A writer that drops all output.
NullWriter() - Constructor for class org.zkoss.io.NullWriter
 
NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our number precision.
NUMBER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our number scale.
NumberInputElement - Interface in org.zkoss.zul.impl.api
A skeletal implementation for number-type input box.
NumberInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for number-type input box.
NumberInputElement() - Constructor for class org.zkoss.zul.impl.NumberInputElement
 

O

Object - Class in org.zkoss.zhtml
The OBJECT tag.
Object() - Constructor for class org.zkoss.zhtml.Object
 
Objects - Class in org.zkoss.lang
Utilities related to the Object class.
Objects() - Constructor for class org.zkoss.lang.Objects
 
objectToString(Object) - Method in class org.zkoss.zul.SimpleListModel
Returns the string from the value object.
obtainPassword(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
obtainUsername(HttpServletRequest) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
OFF - Static variable in class org.zkoss.lang.D
Denotes whether the debugging is OFF.
OFF - Static variable in class org.zkoss.util.logging.Log
The OFF level used to turn of the logging.
OGNLFactory - Class in org.zkoss.zkmax.xel.ognl
An implementation based on OGNL.
OGNLFactory() - Constructor for class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
OK - Static variable in class org.zkoss.zhtml.Messagebox
A OK button.
OK - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A OK button.
OK - Static variable in interface org.zkoss.zul.mesg.MZul
 
OK - Static variable in class org.zkoss.zul.Messagebox
A OK button.
Ol - Class in org.zkoss.zhtml
The OL tag.
Ol() - Constructor for class org.zkoss.zhtml.Ol
 
ON - Static variable in class org.zkoss.lang.D
Denotes whether the debugging is ON.
ON_BLUR - Static variable in class org.zkoss.zk.ui.event.Events
The onBlur event (used with Event).
ON_BOOKMARK_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onBookmarkChange event (used with BookmarkEvent) to notify that user pressed BACK, FORWARD or specified URL directly that causes the bookmark is changed (but still in the same desktop).
ON_BOOKMARK_CHANGED - Static variable in class org.zkoss.zk.ui.event.Events
Deprecated. As of release 3.0.8, replaced with Events.ON_BOOKMARK_CHANGE.
ON_CANCEL - Static variable in class org.zkoss.zk.ui.event.Events
The onCancel event (used with KeyEvent).
ON_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onChange event (used with InputEvent).
ON_CHANGING - Static variable in class org.zkoss.zk.ui.event.Events
The onChanging event (used with InputEvent).
ON_CHECK - Static variable in class org.zkoss.zk.ui.event.Events
The onCheck event (used with CheckEvent).
ON_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onClick event (used with MouseEvent).
ON_CLIENT_INFO - Static variable in class org.zkoss.zk.ui.event.Events
The onClientInfo event (used with ClientInfoEvent).
ON_CLOSE - Static variable in class org.zkoss.zk.ui.event.Events
The onClose event (used with Event) used to denote the close button is pressed.
ON_COL_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onColSize event used with ColSizeEvent.
ON_CREATE - Static variable in class org.zkoss.zk.ui.event.Events
The onCreate event (used with CreateEvent) to notify a compoent that it (and its children) has been created by ZK's evaluating a ZUML page.
ON_CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.Events
The onCtrlKey event (used with KeyEvent).
ON_DOUBLE_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onDoubleClick event (used with MouseEvent).
ON_DROP - Static variable in class org.zkoss.zk.ui.event.Events
The onDrop event (used with DropEvent).
ON_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
The onError event (used with ErrorEvent).
ON_FOCUS - Static variable in class org.zkoss.zk.ui.event.Events
The onFocus event (used with Event).
ON_FULFILL - Static variable in class org.zkoss.zk.ui.event.Events
The onFulfill event (used with FulfillEvent) to denote a fulfill condition has been applied.
ON_MAXIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMaximize event (used with MaximizeEvent).
ON_MINIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onMinimize event (used with MinimizeEvent).
ON_MODAL - Static variable in class org.zkoss.zk.ui.event.Events
The onModal event (used with Event) to notify a component shall become modal.
ON_MOVE - Static variable in class org.zkoss.zk.ui.event.Events
The onMove event (used with MoveEvent).
ON_NOTIFY - Static variable in class org.zkoss.zk.ui.event.Events
The onNotify event (used with Event).
ON_OK - Static variable in class org.zkoss.zk.ui.event.Events
The onOK event (used with KeyEvent).
ON_OPEN - Static variable in class org.zkoss.zk.ui.event.Events
The onOpen event (used with OpenEvent).
ON_PAGE_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onPageSize event used with PageSizeEvent.
ON_PAGING - Static variable in class org.zkoss.zul.event.ZulEvents
The onPaging event used with PagingEvent.
ON_PIGGYBACK - Static variable in class org.zkoss.zk.ui.event.Events
The onPiggyback event (used with Event) used to notify a root component that the client has sent a request to the server.
ON_PORTAL_MOVE - Static variable in class org.zkoss.zkmax.event.ZkMaxEvents
The onColSize event used with PortalMoveEvent.
ON_RENDER - Static variable in class org.zkoss.zk.ui.event.Events
The onRender event (used with RenderOnDemand).
ON_RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
The onRightClick event (used with MouseEvent).
ON_SCROLL - Static variable in class org.zkoss.zk.ui.event.Events
The onScroll event (used with ScrollEvent).
ON_SCROLLING - Static variable in class org.zkoss.zk.ui.event.Events
The onScrolling event (used with ScrollEvent).
ON_SELECT - Static variable in class org.zkoss.zk.ui.event.Events
The onSelect event (used with SelectEvent).
ON_SELECTION - Static variable in class org.zkoss.zk.ui.event.Events
The onSelection event (used with SelectionEvent).
ON_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
The onSize event (used with SizeEvent).
ON_SORT - Static variable in class org.zkoss.zk.ui.event.Events
The onSort event (used with Event) to notify a request for sorting.
ON_TIMER - Static variable in class org.zkoss.zk.ui.event.Events
The onTimer event (used with Event).
ON_UPLOAD - Static variable in class org.zkoss.zk.ui.event.Events
The onUpload event (used with UploadEvent.
ON_URI_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
The onURIChange event (used with URIEvent) to notify that the associated URI of a component is changed.
ON_USER - Static variable in class org.zkoss.zk.ui.event.Events
The onUser event.
ON_Z_INDEX - Static variable in class org.zkoss.zk.ui.event.Events
The onZIndex event (used with ZIndexEvent).
onActivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onActivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onActivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become the current execution Executions.getCurrent().
onAdd(Object, Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onAdd(Object, Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onAdd(Object, Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onAdd(Object, Object) - Method in class org.zkoss.util.CheckableTreeArray
Called each time an new element is about being added into the array.
onAdd(String, Object) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when a variable is set to Namespace.
onBookmarkChange$main(BookmarkEvent) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onCancel() - Method in class org.zkoss.zul.impl.FileuploadDlg
 
onCancel() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onCategorySelect(ForwardEvent) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onChange(ChartDataEvent) - Method in interface org.zkoss.zul.event.ChartDataListener
Sent when the contents of the list has changed.
onChange(GroupsDataEvent) - Method in interface org.zkoss.zul.event.GroupsDataListener
Sent when the contents of the list has changed.
onChange(ListDataEvent) - Method in interface org.zkoss.zul.event.ListDataListener
Sent when the contents of the list has changed.
onChange(TreeDataEvent) - Method in interface org.zkoss.zul.event.TreeDataListener
Sent when the contents of the tree has changed.
onChange$mytextbox() - Method in class org.zkoss.zkdemo.test.MyForwardComposer
 
onChanging$searchBox(InputEvent) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onCheck(Event) - Method in class org.zkoss.zul.Radio
Process the onCheck event sent when the radio is checked.
onChildAdded(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildAdded(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is added.
onChildAdded(Component) - Method in class org.zkoss.zkex.zul.Columnlayout
When add child, layout will be rerender
onChildAdded(Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
 
onChildAdded(Component) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Portallayout
 
onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Tablelayout
When add child, layout will be rerender
onChildAdded(Component) - Method in class org.zkoss.zul.Columns
 
onChildAdded(Component) - Method in class org.zkoss.zul.Combobox
 
onChildAdded(Component) - Method in class org.zkoss.zul.Group
 
onChildAdded(Component) - Method in class org.zkoss.zul.Imagemap
 
onChildAdded(Component) - Method in class org.zkoss.zul.Listbox
 
onChildAdded(Component) - Method in class org.zkoss.zul.Listgroup
 
onChildAdded(Component) - Method in class org.zkoss.zul.Listitem
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tabs
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tree
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: does nothing.
onChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a child is removed.
onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.Borderlayout
 
onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.Columnlayout
When remove child, layout will be rerender
onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
 
onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Portallayout
 
onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Tablelayout
When remove child, layout will be rerender
onChildRemoved(Component) - Method in class org.zkoss.zul.Bandbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Box
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Columns
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Combobox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Group
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Groupbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Imagemap
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Listbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Listgroup
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Listitem
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Panel
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Row
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabs
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tree
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Window
 
onClick() - Method in class org.zkoss.zkdemo.test.FailoverButton
Handles the onClick event.
onClick() - Method in class org.zkoss.zkdemo.test2.B2241309Composer
 
onClick() - Method in class org.zkoss.zkdemo.userguide.ThemeImage
 
onClick() - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
 
onClick$$testButton() - Method in class org.zkoss.zkdemo.test2.B2446682
 
onClick$reloadBtn(Event) - Method in class org.zkoss.zkdemo.userguide.DemoWindowComposer
 
onClick$show() - Method in class org.zkoss.zkdemo.test2.ZscriptComposer
 
onClick$tryBtn(Event) - Method in class org.zkoss.zkdemo.userguide.DemoWindowComposer
 
onClose() - Method in class org.zkoss.zul.Fileupload
Hanldes the onClose event which is sent when file(s) is uploaded or when the cancel button is pressed.
onClose() - Method in class org.zkoss.zul.impl.FileuploadDlg
 
onClose() - Method in class org.zkoss.zul.Panel
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Tab
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Window
Process the onClose event sent when the close button is pressed.
onCreate() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
onCreate() - Method in class org.zkoss.zkdemo.test2.MainWindow
 
onCreate() - Method in class org.zkoss.zkdemo.userguide.ThemeImage
 
onCreate() - Method in class org.zkoss.zul.Tabbox
Auto-creates Tabpanel and select one of tabs if necessary.
onCtrlKey$searchBox(KeyEvent) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onDeactivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
onDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
onDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Called when this execution is about to become a non-current execution.
onDestroyed() - Method in class org.zkoss.zk.ui.http.SimpleSession
 
onDestroyed() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when the session is destroyed.
onDownload(Media, Object, String) - Method in interface org.zkoss.zkmax.zul.FiledownloadListener
Notifies that the user is requesting the media to download.
onDrawNewChild(Component, StringBuffer) - Method in class org.zkoss.zk.ui.AbstractComponent
 
onDrawNewChild(Component, StringBuffer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when a new-created child is about to render.
onDrawNewChild(Component, StringBuffer) - Method in class org.zkoss.zul.Box
 
onDrawNewChild(Component, StringBuffer) - Method in class org.zkoss.zul.Menubar
 
onDrawNewChild(Component, StringBuffer) - Method in class org.zkoss.zul.Row
 
ONE - Static variable in class org.zkoss.math.BigDecimals
Represents 1 in big decimal.
onEchoInclude() - Method in interface org.zkoss.zul.api.Include
Internal use only.
onEchoInclude() - Method in class org.zkoss.zul.Include
Internal use only.
onEvent(Event) - Method in interface org.zkoss.zk.ui.event.EventListener
Notifies this listener that an event occurs.
onEvent(Event) - Method in class org.zkoss.zk.ui.event.GenericEventListener
 
onEvent(Event) - Method in class org.zkoss.zkdemo.test2.tree.HostOpenCtrl
 
onEvent(Event) - Method in class org.zkoss.zkplus.acegi.ShowWindowEventListener
 
onExpunge(CacheMap.Value) - Method in class org.zkoss.util.CacheMap
Called when a pair of key and value having been expunged.
onInitLater(Event) - Method in class org.zkoss.zul.Columns
Handles a private event, onInitLater.
onInitRender(Event) - Method in class org.zkoss.zul.Combobox
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Grid
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Listbox
Handles a private event, onInitRender.
onMainCreate(Event) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onModal() - Method in class org.zkoss.zul.Window
Process the onModal event by making itself a modal window.
onModified(File) - Method in interface org.zkoss.io.FileWatchdog.Callback
Callbacks when the file is modified.
onModified(File) - Method in class org.zkoss.util.logging.LogService.WatchdogCallback
 
onOK() - Method in class org.zkoss.zkdemo.test.MyAutowireComposer
 
onOK() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onPageAttached(Page, Page) - Method in class org.zkoss.zhtml.Body
 
onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageAttached(Page, Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when this component is attached to a page.
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Columns
 
onPageDetached(Page) - Method in class org.zkoss.zhtml.Body
 
onPageDetached(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
Default: handles special event listeners.
onPageDetached(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Called when this component is detached from a page.
onPageDetached(Page) - Method in class org.zkoss.zul.Window
 
onParentChanged(Namespace) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when the parent is changed.
onPiggyback() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called each time ZK Update Engine processes all events.
onPiggyback() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Called when Events.ON_PIGGYBACK is received.
onPiggyback() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
onPiggyback() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
 
onPiggybackListened(Component, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
onPiggybackListened(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when a component added or removed a listener for Events.ON_PIGGYBACK.
onReIndex(Event) - Method in class org.zkoss.zul.Comboitem
 
onRemove(Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onRemove(Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onRemove(Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onRemove(Object) - Method in class org.zkoss.util.CheckableTreeArray
Called each time an element is about being removed from the array.
onRemove(String) - Method in interface org.zkoss.zk.scripting.NamespaceChangeListener
Called when a variable is removed from Namespace.
onRender(Area, Object) - Method in interface org.zkoss.zul.event.ChartAreaListener
Called when the chart is being cut into areas.
onSelect$itemList(SelectEvent) - Method in class org.zkoss.zkdemo.userguide.MainLayoutComposer
 
onSet(Object, Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onSet(Object, Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onSet(Object, Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onSet(Object, Object) - Method in class org.zkoss.util.CheckableTreeArray
Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
onSort() - Method in class org.zkoss.zul.Column
It invokes Column.sort(boolean) to sort list items and maintain Column.getSortDirection().
onSort() - Method in class org.zkoss.zul.Listheader
It invokes Listheader.sort(boolean) to sort list items and maintain Listheader.getSortDirection().
onTimer() - Method in interface org.zkoss.zk.ui.ext.client.Timer
Called when the timer request is received.
onTimer() - Method in class org.zkoss.zul.Timer.ExtraCtrl
 
onWrongValue(WrongValueException) - Method in class org.zkoss.zk.ui.AbstractComponent
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is this component.
onWrongValue(WrongValueException) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notifies that an WrongValueException instance is thrown, and WrongValueException.getComponent() is the component causing the exception.
onWrongValue(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
 
open(Object, Object, int) - Method in interface org.zkoss.zk.au.AuWriter
Initializes the writer.
open(Object, Object, int) - Method in class org.zkoss.zk.au.http.HttpAuWriter
Opens the connection.
open(Object, Object, int) - Method in class org.zkoss.zkmax.au.http.SmartAuWriter
Opens the connection.
open() - Method in interface org.zkoss.zul.api.Bandbox
Drops down the child.
open() - Method in interface org.zkoss.zul.api.Combobox
Drops down the list of combo items (Comboitem.
open() - Method in interface org.zkoss.zul.api.Datebox
Drops down the calendar to select a date.
open(String, String) - Method in interface org.zkoss.zul.api.Popup
Opens this popup to the specified location at the client.
open(int, int) - Method in interface org.zkoss.zul.api.Popup
Opens this popup to the specified location at the client.
open(Component) - Method in interface org.zkoss.zul.api.Popup
Opens this popup right below the specified component at the cleint.
open(Component, String) - Method in interface org.zkoss.zul.api.Popup
Opens this popup right below the specified component at the client.
open() - Method in class org.zkoss.zul.Bandbox
Drops down the child.
open() - Method in class org.zkoss.zul.Combobox
Drops down the list of combo items (Comboitem.
open() - Method in class org.zkoss.zul.Datebox
Drops down the calendar to select a date.
open(String, String) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(int, int) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(Component) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the cleint.
open(Component, String) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the client.
Openable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change its open status from the client.
OpenCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the OpenEvent relevant command.
OpenCommand(String, int) - Constructor for class org.zkoss.zk.au.in.OpenCommand
 
OpenEntityManagerInViewListener - Class in org.zkoss.zkplus.jpa
Listener to init and cleanup the JPA entityManager automatically In WEB-INF/zk.xml, add following lines: <listener> <description>Hibernate "OpenEntityManagerInView" Listener</description> <listener-class>org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener</listener-class> </listener>
OpenEntityManagerInViewListener() - Constructor for class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
 
OpenEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's openning or closing something at the client.
OpenEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
OpenEvent(String, Component, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event for a context menu, a tooltip or a popup.
OpenEvent(String, Component, boolean, Component, Object) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
Constructs an onOpen event.
OpenSessionInViewListener - Class in org.zkoss.zkplus.hibernate
Listener to init and cleanup the hibernate session automatically, implement the Hibernate's "Open Session In View" pattern without JTA support.
OpenSessionInViewListener() - Constructor for class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
 
Operation - Interface in org.zkoss.zkex.zul.impl
This interface is for model sharer developer only, you rarely need to use this interface.
OperationException - Exception in org.zkoss.lang
The expectable system exception denoting user's operation errors.
OperationException(String, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException() - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException - Exception in org.zkoss.zk.ui
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
OperationException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException() - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.zk.ui.OperationException
 
OperationQueue - Class in org.zkoss.zkex.zul.impl
A queue for storing Operation and is thread-safe.
OperationQueue() - Constructor for class org.zkoss.zkex.zul.impl.OperationQueue
 
OperationQueueListener - Interface in org.zkoss.zkex.zul.impl
This class is for model sharer developer only, you rarely need to use this class.
OperationThread - Class in org.zkoss.zkex.zul.impl
This class is for model sharer developer only, you rarely need to use this class.
Optgroup - Class in org.zkoss.zhtml
The OPTGROUP tag.
Optgroup() - Constructor for class org.zkoss.zhtml.Optgroup
 
Option - Class in org.zkoss.zhtml
The OPTION tag.
Option() - Constructor for class org.zkoss.zhtml.Option
 
org.zkoss - package org.zkoss
Potix Component Library
org.zkoss.idom - package org.zkoss.idom
The iDOM representation of XML DOM tree.
org.zkoss.idom.impl - package org.zkoss.idom.impl
Implementation of iDOM.
org.zkoss.idom.input - package org.zkoss.idom.input
SAX builder and factory for iDOM.
org.zkoss.idom.transform - package org.zkoss.idom.transform
XSL Transformer for iDOM.
org.zkoss.idom.util - package org.zkoss.idom.util
Utilities that simplifies the use of iDOM.
org.zkoss.image - package org.zkoss.image
Image classes and interfaces.
org.zkoss.image.encoder - package org.zkoss.image.encoder
Classes used to encode images.
org.zkoss.io - package org.zkoss.io
File and stream I/O utilities.
org.zkoss.lang - package org.zkoss.lang
The most fundamental Java utilities relevant.
org.zkoss.lang.reflect - package org.zkoss.lang.reflect
Utilities for Java reflection.
org.zkoss.math - package org.zkoss.math
Mathematic utilities, such as BigDecimal and BigInteger.
org.zkoss.mesg - package org.zkoss.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.sound - package org.zkoss.sound
Sound classes and interfaces.
org.zkoss.text - package org.zkoss.text
Utilities for formatting numbers, dates and others.
org.zkoss.util - package org.zkoss.util
Utilities for handling data structures.
org.zkoss.util.logging - package org.zkoss.util.logging
Logging utilities.
org.zkoss.util.media - package org.zkoss.util.media
Media classes, interfaces and utilities.
org.zkoss.util.resource - package org.zkoss.util.resource
Resources and their locators and loaders.
org.zkoss.util.resource.impl - package org.zkoss.util.resource.impl
Implementation of resources and their locators and loaders.
org.zkoss.web - package org.zkoss.web
The Web common library.
org.zkoss.web.fn - package org.zkoss.web.fn
Functions used for EL expressions.
org.zkoss.web.init - package org.zkoss.web.init
Listeners used to register to web.xml, and then initialize Web applications.
org.zkoss.web.mesg - package org.zkoss.web.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.web.portlet - package org.zkoss.web.portlet
Portlet relevant utilities.
org.zkoss.web.servlet - package org.zkoss.web.servlet
Servlet relevant utilities.
org.zkoss.web.servlet.dsp - package org.zkoss.web.servlet.dsp
Dynamic Servlet Page (DSP).
org.zkoss.web.servlet.dsp.action - package org.zkoss.web.servlet.dsp.action
DSP actions, such as ForEach, Include and If
org.zkoss.web.servlet.dsp.action.html - package org.zkoss.web.servlet.dsp.action.html
DSP actions that are used only with HTML.
org.zkoss.web.servlet.dsp.impl - package org.zkoss.web.servlet.dsp.impl
Classes used to implement DSP.
org.zkoss.web.servlet.http - package org.zkoss.web.servlet.http
HTTP relevant utilities.
org.zkoss.web.servlet.xel - package org.zkoss.web.servlet.xel
XEL Utilities that depends on Servlets.
org.zkoss.web.util.resource - package org.zkoss.web.util.resource
Utilities to access Web resources.
org.zkoss.xel - package org.zkoss.xel
XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL.
org.zkoss.xel.el - package org.zkoss.xel.el
This implementation is based on zcommons-EL.
org.zkoss.xel.fn - package org.zkoss.xel.fn
A collections of functions used in XEL expressions (for TLD only).
org.zkoss.xel.taglib - package org.zkoss.xel.taglib
Utilities to access taglibs, aka., the TLD files.
org.zkoss.xel.util - package org.zkoss.xel.util
Utilties of XEL expressions.
org.zkoss.xml - package org.zkoss.xml
Utilities for handling XML and HTML.
org.zkoss.zhtml - package org.zkoss.zhtml
ZHTML component set.
org.zkoss.zhtml.impl - package org.zkoss.zhtml.impl
Classes used to implement ZHTML component set.
org.zkoss.zk - package org.zkoss.zk
ZK core library.
org.zkoss.zk.au - package org.zkoss.zk.au
Requests and responsed used to communicate between client and server, called asynchronous updates.
org.zkoss.zk.au.http - package org.zkoss.zk.au.http
HTTP related classes used to do asynchronous updates.
org.zkoss.zk.au.in - package org.zkoss.zk.au.in
The commands of the requests of asynchronous updates (sent from client to server).
org.zkoss.zk.au.out - package org.zkoss.zk.au.out
The responses of asynchronous updates (sent from server to client).
org.zkoss.zk.device - package org.zkoss.zk.device
Device (such as Ajax browsers and mobile devices) relevant classes.
org.zkoss.zk.fn - package org.zkoss.zk.fn
A collections of functions used in EL expressions (implementation only).
org.zkoss.zk.mesg - package org.zkoss.zk.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.zk.scripting - package org.zkoss.zk.scripting
Scripting intepreter relevant classes, including interpreter, namespace and so on.
org.zkoss.zk.scripting.bsh - package org.zkoss.zk.scripting.bsh
BeanShell - Java Interpreter.
org.zkoss.zk.scripting.util - package org.zkoss.zk.scripting.util
Utilities for implementing interpters and namespaces.
org.zkoss.zk.ui - package org.zkoss.zk.ui
Interfaces of the common user-interfaces, such as Page and Component.
org.zkoss.zk.ui.api - package org.zkoss.zk.ui.api
 
org.zkoss.zk.ui.event - package org.zkoss.zk.ui.event
The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know.
org.zkoss.zk.ui.ext - package org.zkoss.zk.ui.ext
Additional Interfaces that might be implemented by special components, such as AfterCompose.
org.zkoss.zk.ui.ext.client - package org.zkoss.zk.ui.ext.client
Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.ext.render - package org.zkoss.zk.ui.ext.render
Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.http - package org.zkoss.zk.ui.http
HTTP relevant utilities and servlets for implementing user interfaces (implementation only).
org.zkoss.zk.ui.impl - package org.zkoss.zk.ui.impl
Implementation of user interfaces and factories (implementation only).
org.zkoss.zk.ui.metainfo - package org.zkoss.zk.ui.metainfo
Metainfo representing pages and languages (implementation only).
org.zkoss.zk.ui.metainfo.impl - package org.zkoss.zk.ui.metainfo.impl
The implementation class of the metainfos.
org.zkoss.zk.ui.render - package org.zkoss.zk.ui.render
The component render is a way to render a component in addition to the use of JSP, DSP, and other Servlet technologies.
org.zkoss.zk.ui.sys - package org.zkoss.zk.ui.sys
Internal interfaces of user interfaces and factories (behind the scene).
org.zkoss.zk.ui.util - package org.zkoss.zk.ui.util
Utilities to handle user interfaces.
org.zkoss.zk.xel - package org.zkoss.zk.xel
ZK XEL utilities.
org.zkoss.zk.xel.impl - package org.zkoss.zk.xel.impl
XEL utilities for implementation only.
org.zkoss.zkdemo.test - package org.zkoss.zkdemo.test
 
org.zkoss.zkdemo.test2 - package org.zkoss.zkdemo.test2
 
org.zkoss.zkdemo.test2.grid - package org.zkoss.zkdemo.test2.grid
 
org.zkoss.zkdemo.test2.group - package org.zkoss.zkdemo.test2.group
 
org.zkoss.zkdemo.test2.jasperreport - package org.zkoss.zkdemo.test2.jasperreport
 
org.zkoss.zkdemo.test2.tree - package org.zkoss.zkdemo.test2.tree
 
org.zkoss.zkdemo.userguide - package org.zkoss.zkdemo.userguide
 
org.zkoss.zkex - package org.zkoss.zkex
The extension to ZK core and additional ZUL components.
org.zkoss.zkex.ui.impl - package org.zkoss.zkex.ui.impl
ZK UI related implementation, such as server push.
org.zkoss.zkex.zul - package org.zkoss.zkex.zul
Zul Extension library.
org.zkoss.zkex.zul.api - package org.zkoss.zkex.zul.api
 
org.zkoss.zkex.zul.impl - package org.zkoss.zkex.zul.impl
Classes used to implement ZUL Component extension Set (implementation only).
org.zkoss.zkmax - package org.zkoss.zkmax
Versatile plugins such as Ruby, Groovy, JavaScript, MVEL, OGNL, and other plugins.
org.zkoss.zkmax.au.http - package org.zkoss.zkmax.au.http
HTTP related classes used to do asynchronous updates.
org.zkoss.zkmax.au.in - package org.zkoss.zkmax.au.in
ZUL specific requests and commands of asynchronous updates for ZKMAX Package.
org.zkoss.zkmax.event - package org.zkoss.zkmax.event
Events of ZUL Component Set for ZKMAX Package.
org.zkoss.zkmax.init - package org.zkoss.zkmax.init
Initialization of zkmax
org.zkoss.zkmax.scripting.groovy - package org.zkoss.zkmax.scripting.groovy
Groovy Interpreter
org.zkoss.zkmax.scripting.jruby - package org.zkoss.zkmax.scripting.jruby
JRuby interpreter
org.zkoss.zkmax.scripting.jython - package org.zkoss.zkmax.scripting.jython
Jython interpreter
org.zkoss.zkmax.scripting.rhino - package org.zkoss.zkmax.scripting.rhino
Rhino - JavaScript Interpreter org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino but went through BSF.
org.zkoss.zkmax.ui.comet - package org.zkoss.zkmax.ui.comet
ZK comet implementation.
org.zkoss.zkmax.ui.eq - package org.zkoss.zkmax.ui.eq
An event queue is a subscribe/publish mechanism to provie the many-to-many communication.
org.zkoss.zkmax.xel.el - package org.zkoss.zkmax.xel.el
This implementation is based on Apache Commons EL, ApacheELFactory.
org.zkoss.zkmax.xel.el21 - package org.zkoss.zkmax.xel.el21
This implementation is based on JSP 2.1 EL.
org.zkoss.zkmax.xel.mvel - package org.zkoss.zkmax.xel.mvel
A XEL implemetation based on MVEL.
org.zkoss.zkmax.xel.ognl - package org.zkoss.zkmax.xel.ognl
A XEL implemetation based on OGNL.
org.zkoss.zkmax.xel.util - package org.zkoss.zkmax.xel.util
Utilities to implement XEL factories.
org.zkoss.zkmax.zul - package org.zkoss.zkmax.zul
Components and UI utitilies available in the Enterprise edition.
org.zkoss.zkmax.zul.api - package org.zkoss.zkmax.zul.api
 
org.zkoss.zkmax.zul.render - package org.zkoss.zkmax.zul.render
Component renderers for rendering ZUL components.
org.zkoss.zkplus - package org.zkoss.zkplus
The ZK plus utilities, including data binding and integration of hibernate, acegi and so on.
org.zkoss.zkplus.acegi - package org.zkoss.zkplus.acegi
Utilities to support Acegi Security System
org.zkoss.zkplus.databind - package org.zkoss.zkplus.databind
The DataBinder used for binding ZK UI component and the backend data bean.
org.zkoss.zkplus.hibernate - package org.zkoss.zkplus.hibernate
Utilities to support Hibernate.
org.zkoss.zkplus.jndi - package org.zkoss.zkplus.jndi
Utilities to support JNDI
org.zkoss.zkplus.jpa - package org.zkoss.zkplus.jpa
Utilities to support JPA
org.zkoss.zkplus.seasar - package org.zkoss.zkplus.seasar
Utilities to support Seasar Framework.
org.zkoss.zkplus.spring - package org.zkoss.zkplus.spring
Utilities to support Spring Application Framework.
org.zkoss.zkplus.util - package org.zkoss.zkplus.util
Utilities that can be applied to several situations.
org.zkoss.zml - package org.zkoss.zml
The ZK XML Component Set.
org.zkoss.zml.device - package org.zkoss.zml.device
XML Device
org.zkoss.zul - package org.zkoss.zul
ZUL component set that are used for HTML-based clients.
org.zkoss.zul.api - package org.zkoss.zul.api
 
org.zkoss.zul.au.in - package org.zkoss.zul.au.in
ZUL specific requests and commands of asynchronous updates.
org.zkoss.zul.au.out - package org.zkoss.zul.au.out
ZUL specific responses of asynchornous updates.
org.zkoss.zul.event - package org.zkoss.zul.event
Events of ZUL Component Set.
org.zkoss.zul.ext - package org.zkoss.zul.ext
Interfaces that might be implemented by ZUL components.
org.zkoss.zul.fn - package org.zkoss.zul.fn
A collections of functions used in EL expressions (implementation only).
org.zkoss.zul.impl - package org.zkoss.zul.impl
Classes used to implement ZUL Component Set (implementation only).
org.zkoss.zul.impl.api - package org.zkoss.zul.impl.api
 
org.zkoss.zul.mesg - package org.zkoss.zul.mesg
Message for multi-language messages (locale-dependent).
organizeGroup(Comparator, int) - Method in class org.zkoss.zul.ArrayGroupsModel
Organizes groups based sorted data.
orphan - Variable in class org.zkoss.util.TreeArray.RbEntry
 
Otherwise - Class in org.zkoss.web.servlet.dsp.action
Represents the last alternative within a Choose action.
Otherwise() - Constructor for class org.zkoss.web.servlet.dsp.action.Otherwise
 
Out - Class in org.zkoss.web.servlet.dsp.action
Generates the specified value into a string.
Out() - Constructor for class org.zkoss.web.servlet.dsp.action.Out
 
Out - Class in org.zkoss.zk.ui.render
A utility to simulate DSP's out action.
Out(String) - Constructor for class org.zkoss.zk.ui.render.Out
 
OUT_OF_RANGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
outContentType(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content type (never null).
outCSSAttrs(String) - Static method in class org.zkoss.zk.fn.ZkFns
Returns only the class and style attributes of the specified one.
outDesktopInfo(Desktop) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the desktop info to render a desktop.
outDeviceStyleSheets(String) - Static method in class org.zkoss.zk.fn.DspFns
Returns HTML tags to include style sheets of the specified device of the current application (never null).
outDeviceStyleSheets(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Returns HTML tags to include style sheets of the specified device of the current application (never null).
outDocType(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the doc type, or null if not available.
outFirstLine(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the first line to be generated to the output, or null if no special first line.
outHeaders(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content that will be placed inside the header element of the specified page.
outHtmlUnavailable(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Generates the unavailable message in HTML tags, if any.
outLangJavaScripts(String) - Static method in class org.zkoss.zk.fn.ZkFns
Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page.
outLangStyleSheets() - Static method in class org.zkoss.zk.fn.ZkFns
Returns HTML tags to include all style sheets that are defined in all languages.
outLocaleJavaScript() - Static method in class org.zkoss.zk.fn.DspFns
Generates Locale-dependent strings in JavaScript syntax.
outPageAttrs(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the attributes to render a page.
outResponseJavaScripts(Collection) - Static method in class org.zkoss.zk.fn.ZkFns
Returns JavaScript for handling the specified response.
outRootAttributes(Page) - Static method in class org.zkoss.zk.fn.ZkFns
Returns the content that will be generated as the attributes of the root element of the specified page.
outZkHtmlTags(String) - Static method in class org.zkoss.zk.fn.DspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkHtmlTags(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
outZkHtmlTags() - Static method in class org.zkoss.zk.fn.ZkFns
Generates and returns the ZK specific HTML tags for a desktop (never null).
outZKHtmlTags() - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
Deprecated. As of release 3.5.0, replaced with ZkFns.outZkHtmlTags().
OVERWRITE_URI - Static variable in class org.zkoss.web.portlet.Portlets
Whether to overwrite uri if both uri and params contain the same parameter.
OVERWRITE_URI - Static variable in class org.zkoss.web.servlet.Servlets
Whether to overwrite uri if both uri and params contain the same parameter.
OVERWRITE_URI - Static variable in interface org.zkoss.zk.ui.Execution
Whether to overwrite uri if both uri and params contain the same parameter.

P

P - Class in org.zkoss.zhtml
The P tag.
P() - Constructor for class org.zkoss.zhtml.P
 
Page - Class in org.zkoss.web.servlet.dsp.action
The page action used to set the page info, such as the content type.
Page() - Constructor for class org.zkoss.web.servlet.dsp.action.Page
 
Page - Interface in org.zkoss.zk.ui
A page.
page - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the page.
PAGE_DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
PAGE_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
 
PAGE_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The page scope.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same page.
PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same page.
PAGE_UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
Pageable - Interface in org.zkoss.zul.ext
Represents a component that can be displayed in multiple pages but cannot be controlled by an external paging controller.
PageConfig - Interface in org.zkoss.zk.ui.sys
Represents the info used to initialize a page.
PageContext - Interface in org.zkoss.web.servlet.xel
Represents a page context.
PageCtrl - Interface in org.zkoss.zk.ui.sys
Addition interface to Page for implementation purpose.
PageDefinition - Class in org.zkoss.zk.ui.metainfo
A page definition.
PageDefinition(LanguageDefinition, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinition(LanguageDefinition, String, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
Constructor.
PageDefinitions - Class in org.zkoss.zk.ui.metainfo
Utilities to retrieve page definitions.
PageDefinitions() - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinitions
 
PageImpl - Class in org.zkoss.zk.ui.impl
An implmentation of Page and PageCtrl.
PageImpl(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by giving the page definition.
PageImpl(LanguageDefinition, ComponentDefinitionMap, String, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page without page definition and richlet.
PageImpl(Richlet, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
Constructs a page by specifying a richlet.
pageScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the page.
PageSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized.
PageSizeCommand - Class in org.zkoss.zul.au.in
Used only by AuRequest to implement the PageSizeEvent related command.
PageSizeCommand(String, int) - Constructor for class org.zkoss.zul.au.in.PageSizeCommand
 
PageSizeEvent - Class in org.zkoss.zul.event
Used to notify that the page size is changed (by the user), or by Paginal (such as Paging).
PageSizeEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event.
PageSizeEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event that the target is different from the page controller.
Paginal - Interface in org.zkoss.zul.ext
Represents a component that is used to control how to display other components in multiple pages.
Paginated - Interface in org.zkoss.zul.ext
Indicates a component that can be controller by an external paging controller (i.e., an instance of Paginal).
Paging - Interface in org.zkoss.zul.api
Paging of long content.
Paging - Class in org.zkoss.zul
Paging of long content.
Paging() - Constructor for class org.zkoss.zul.Paging
 
Paging(int, int) - Constructor for class org.zkoss.zul.Paging
Contructor.
PagingCommand - Class in org.zkoss.zul.au.in
Used only by AuRequest to implement the PagingEvent related command.
PagingCommand(String, int) - Constructor for class org.zkoss.zul.au.in.PagingCommand
 
PagingDefault - Class in org.zkoss.zkmax.zul.render
Paging's default mold.
PagingDefault() - Constructor for class org.zkoss.zkmax.zul.render.PagingDefault
 
PagingEvent - Class in org.zkoss.zul.event
Used to notify that a new page is selected by the user, or by Paginal (such as Paging).
PagingEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event.
PagingEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event that the target is different from the page controller.
PagingOS - Class in org.zkoss.zkmax.zul.render
Paging's default mold.
PagingOS() - Constructor for class org.zkoss.zkmax.zul.render.PagingOS
 
Pair - Class in org.zkoss.util
A pair of keys.
Pair(Object, Object) - Constructor for class org.zkoss.util.Pair
 
Panel - Interface in org.zkoss.zul.api
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
Panel - Class in org.zkoss.zul
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
Panel() - Constructor for class org.zkoss.zul.Panel
 
Panel.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Panel.ExtraCtrl() - Constructor for class org.zkoss.zul.Panel.ExtraCtrl
 
Panelchildren - Interface in org.zkoss.zul.api
Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
Panelchildren - Class in org.zkoss.zul
Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
Panelchildren() - Constructor for class org.zkoss.zul.Panelchildren
 
PanelchildrenDefault - Class in org.zkoss.zkmax.zul.render
Panelchildren's default mold.
PanelchildrenDefault() - Constructor for class org.zkoss.zkmax.zul.render.PanelchildrenDefault
 
PanelDefault - Class in org.zkoss.zkmax.zul.render
Panel's default mold.
PanelDefault() - Constructor for class org.zkoss.zkmax.zul.render.PanelDefault
 
param - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the param argument passed from the http request.
PARAM_PROXY - Static variable in class org.zkoss.zk.ui.Components
Param Proxy
parent - Variable in class org.zkoss.util.TreeArray.RbEntry
 
PARENT - Static variable in class org.zkoss.zk.ui.util.Composition
 
parse(String) - Static method in class org.zkoss.text.DateFormats
Parses a string to a date.
parse(Collection, String, char) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection, String, char, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection, String, char, boolean, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Map, String, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map, String, char, char, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map, String, char, char, boolean, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map.
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.impl.Parser
Parses the content into a meta format
parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
Parses a content to a meta format called Interpretation.
parse(InputStream, String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
It is called to parse the resource into an intermediate format depending on Extendlet.
parse(String, File, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parses the specified file and returns the result which will be stored into the cache (ResourceCaches.get(org.zkoss.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object)).
parse(String, URL, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
Parses the specified URL and returns the result which will be stored into the cache (ResourceCaches.get(org.zkoss.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object)).
parse(File, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified file.
parse(URL, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses the specified URL.
parse(Reader, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parses from the specified reader.
parse(Document, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
Parss the raw content directly from a DOM tree.
parse(URL, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by url, into the configuration.
parse(Element, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses zk.xml, specified by the root element.
parse(String) - Static method in class org.zkoss.zkmax.xel.util.ExpressionFragment
Parses an expression into a list of fragments.
parseByName(String) - Static method in class org.zkoss.text.MessageFormats
Parses a pattern and converts it to the format of java.text.MessageFormat.
parseClientScript(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Parses a script by resolving #{xx} to make it executable at the client.
parseComposite(String, Class, int) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses an expression which could a scalar, vector or map, depending on the specified type.
parseConfigXml(Configuration) - Method in class org.zkoss.zk.ui.sys.ConfigParser
Parses metainfo/zk/config.xml placed in class-path.
parseConstraint(String) - Method in class org.zkoss.zul.SimpleConstraint
Parses a constraint into an integer value.
parseConstraint(String) - Method in class org.zkoss.zul.SimpleDateConstraint
 
parseConstraint(String) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
parseContent(String) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseContent(String, int) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
Parses the content into a ZScript instance.
parseData() - Method in class org.zkoss.idom.ProcessingInstruction
Returns the parsed data in the form of Map (never null).
parseEventExpression(Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Pares the event expression.
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
parseExpression(XelContext, String, Class) - Method in interface org.zkoss.xel.ExpressionFactory
Prepares (aka., compiles) an expression.
parseExpression(String, Class) - Method in interface org.zkoss.zk.xel.Evaluator
Prepares the expression.
parseExpression(String, Class) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
 
parseKeys(String) - Static method in class org.zkoss.zk.au.in.Commands
Parses the key flags of a mouse event.
parseList(String, Class, boolean) - Static method in class org.zkoss.zk.xel.impl.Utils
Parses a list of expressions that is separated by comma.
parseMethod(String) - Static method in class org.zkoss.lang.Classes
Gets the method information from a signature.
parseParams(Element, String, String, String) - Static method in class org.zkoss.idom.util.IDOMs
Parses a tree of parameter elements into a map.
Parser - Class in org.zkoss.web.servlet.dsp.impl
Used to parse a DSP page into a meta format called Interpretation.
Parser() - Constructor for class org.zkoss.web.servlet.dsp.impl.Parser
 
Parser - Class in org.zkoss.zk.ui.metainfo
Used to prase the ZUL file
Parser(WebApp, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.Parser
Constructor.
parseResult(List) - Static method in class org.zkoss.zul.impl.FileuploadDlg
 
parseToMap(Map, String) - Static method in class org.zkoss.idom.ProcessingInstruction
Parses the raw data into a map.
parseVersion(String) - Static method in class org.zkoss.util.Utils
Parses the specified version into an array of integer.
PASS_THRU_ATTR - Static variable in class org.zkoss.web.servlet.Servlets
Whether the specified parameters shall be passed thru the request attribute called arg.
PASS_THRU_ATTR - Static variable in interface org.zkoss.zk.ui.Execution
Whether the specified parameters shall be passed thru the request's attribute called arg.
Path - Class in org.zkoss.zk.ui
A representation of a component path.
Path() - Constructor for class org.zkoss.zk.ui.Path
 
Path(String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(String, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Path, String) - Constructor for class org.zkoss.zk.ui.Path
 
Path(Component) - Constructor for class org.zkoss.zk.ui.Path
Returns the path of the specified component.
PATH_PREFIX - Static variable in class org.zkoss.web.util.resource.ClassWebResource
The prefix of path of web resources ("/web").
PATH_SEPARATOR_CHAR - Static variable in class org.zkoss.lang.Objects
The path seperator character that is used to construct a path.
PATH_SEPARATOR_STRING - Static variable in class org.zkoss.lang.Objects
The path seperator string that is used to construct a path.
pathToComponent(String, Component) - Static method in class org.zkoss.zk.ui.Components
Converts a path, generated by Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.
pattern - Variable in class org.zkoss.text.MessageFormats.NameInfo
The pattern in the format of java.text.MessageFormat.
pause(int) - Static method in class org.zkoss.lang.Threads
Deprecated. As of release 3.0.0, replaced by Threads.sleep(int)
pause() - Method in interface org.zkoss.zul.api.Audio
Pauses the audio at the cient.
pause() - Method in class org.zkoss.zul.Audio
Pauses the audio at the cient.
PerformanceMeter - Interface in org.zkoss.zk.ui.util
A listener to measure the performance of the processing of client requests.
PerformanceMeter - Class in org.zkoss.zkdemo.test
A simple performance meter.
PerformanceMeter() - Constructor for class org.zkoss.zkdemo.test.PerformanceMeter
 
Person - Class in org.zkoss.zkdemo.userguide
Person class to be used with "Annotate Data Binding"
Person(String, String) - Constructor for class org.zkoss.zkdemo.userguide.Person
 
Photo - Interface in org.zkoss.util.media
Represents an object is associated with images.
PIE - Static variable in class org.zkoss.zul.Chart
 
PieModel - Interface in org.zkoss.zul
A Pie chart data model.
play() - Method in interface org.zkoss.zul.api.Audio
Plays the audio at the client.
play() - Method in class org.zkoss.zul.Audio
Plays the audio at the client.
PLEASE_WAIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
PNGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the PNG format
PNGEncoder() - Constructor for class org.zkoss.image.encoder.PNGEncoder
 
POLAR - Static variable in class org.zkoss.zul.Chart
 
PollingServerPush - Class in org.zkoss.zkex.ui.impl
A server-push implementation that is based on client-polling.
PollingServerPush() - Constructor for class org.zkoss.zkex.ui.impl.PollingServerPush
 
pop() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pops the context out and use the previous one as the current context.
popArg() - Method in interface org.zkoss.zk.ui.Execution
Pops the parameters (aka., arg) that is pushed by Execution.pushArg(java.util.Map).
popArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
popGroup() - Method in class org.zkoss.idom.input.SAXHandler
Pops out the current group, and the one under it becomes the new current group.
popOwner() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
popOwner() - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called after a component redraws itself if it ever calls UiEngine.pushOwner(org.zkoss.zk.ui.Component).
Popup - Interface in org.zkoss.zul.api
A container that is displayed as a popup.
Popup - Class in org.zkoss.zul
A container that is displayed as a popup.
Popup() - Constructor for class org.zkoss.zul.Popup
 
Popup.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Popup.ExtraCtrl() - Constructor for class org.zkoss.zul.Popup.ExtraCtrl
 
PopupDefault - Class in org.zkoss.zkmax.zul.render
Popup's default mold.
PopupDefault() - Constructor for class org.zkoss.zkmax.zul.render.PopupDefault
 
Portalchildren - Interface in org.zkoss.zkmax.zul.api
The column of Portallayout.
Portalchildren - Class in org.zkoss.zkmax.zul
The column of Portallayout.
Portalchildren() - Constructor for class org.zkoss.zkmax.zul.Portalchildren
 
Portalchildren.ExtraCtrl - Class in org.zkoss.zkmax.zul
 
Portalchildren.ExtraCtrl() - Constructor for class org.zkoss.zkmax.zul.Portalchildren.ExtraCtrl
 
PortalchildrenDefault - Class in org.zkoss.zkmax.zul.render
Portalchildren's default mold.
PortalchildrenDefault() - Constructor for class org.zkoss.zkmax.zul.render.PortalchildrenDefault
 
Portallayout - Interface in org.zkoss.zkmax.zul.api
A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
Portallayout - Class in org.zkoss.zkmax.zul
A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
Portallayout() - Constructor for class org.zkoss.zkmax.zul.Portallayout
 
PortallayoutDefault - Class in org.zkoss.zkmax.zul.render
Portallayout's default mold.
PortallayoutDefault() - Constructor for class org.zkoss.zkmax.zul.render.PortallayoutDefault
 
PortalMoveCommand - Class in org.zkoss.zkmax.au.in
Used only by AuRequest to implement the PortalMoveEvent related command.
PortalMoveCommand(String, int) - Constructor for class org.zkoss.zkmax.au.in.PortalMoveCommand
 
PortalMoveEvent - Class in org.zkoss.zkmax.event
Represents an event caused by a portal being moved.
PortalMoveEvent(String, Component, Portalchildren, Portalchildren, Panel, int) - Constructor for class org.zkoss.zkmax.event.PortalMoveEvent
Constructs a ColumnMoved event.
PORTLET_PAGE_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
 
PortletHttpSession - Class in org.zkoss.web.portlet
A facade of PortletSession for implementing HttpSession.
PortletModes - Class in org.zkoss.web.portlet
Utilities to handles PortletMode.
PortletModes() - Constructor for class org.zkoss.web.portlet.PortletModes
 
Portlets - Class in org.zkoss.web.portlet
Utilities to handle portlet.
Portlets() - Constructor for class org.zkoss.web.portlet.Portlets
 
PortletServletContext - Class in org.zkoss.web.portlet
A facade servlet context based on a given portlet context.
PortletServletDispatcher - Class in org.zkoss.web.portlet
A facade of a PortletRequestDispatch for implementing RequestDispatcher.
postEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution.
postEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution.
postEvent(int, Event) - Static method in class org.zkoss.zk.ui.event.Events
Posts an event to the current execution with the specified priority.
postEvent(int, String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
Posts an instance of Event to the current execution with the specified priority.
postEvent(Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event to this execution.
postEvent(int, Event) - Method in interface org.zkoss.zk.ui.Execution
Queues an event with the specified priority to this execution.
postEvent(Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
postEvent(int, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
PotentialDeadLockException - Exception in org.zkoss.lang
Denote a potential dead lock might occur.
PotentialDeadLockException(String, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(String) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException() - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[]) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
Pre - Class in org.zkoss.zhtml
The PRE tag.
Pre() - Constructor for class org.zkoss.zhtml.Pre
 
PREFERRED_LOCALE - Static variable in class org.zkoss.web.Attributes
The attribute used to store the preferred locale (Locale) in a session.
PREFERRED_TIME_ZONE - Static variable in class org.zkoss.web.Attributes
The attribute used to store the preferred time zone (TimeZone) in a session.
preInit() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
preInit() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Pre-initializes this page.
prepare(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
Prepares the initialization at the servlet thread.
prepare(Component, Event) - Method in class org.zkoss.zkdemo.test.NPEEventThreadInit
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
prepare(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
 
prepareJFreeChart(JFreeChart, Chart) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
Developers with special needs can override this method to apply own rendering properties on the created JFreeChart.
PREV - Static variable in interface org.zkoss.zul.mesg.MZul
 
previous() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
previous() - Method in interface org.zkoss.util.ListX.Entry
 
previous() - Method in class org.zkoss.util.TreeArray.RbEntry
 
previousDate(Date) - Static method in class org.zkoss.util.Dates
Given a date, return the previouse date of the given date (24 hrs before).
previousEntry() - Method in class org.zkoss.util.TreeArray.RbEntry
 
previousIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
Primitives - Class in org.zkoss.lang
Utilities regarding primitive type and its wrapper class.
Primitives() - Constructor for class org.zkoss.lang.Primitives
 
print() - Static method in class org.zkoss.zk.ui.util.Clients
Asks the client to print the current desktop (aka., browser window).
PrintWriterX - Class in org.zkoss.io
Print formatted representations of objects to a text-output stream.
PrintWriterX(Writer) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(Writer, boolean) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(OutputStream) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(OutputStream, boolean) - Constructor for class org.zkoss.io.PrintWriterX
 
process(AuRequest) - Method in class org.zkoss.zk.au.Command
Derived must override this method to process this command.
process(AuRequest, boolean) - Method in class org.zkoss.zk.au.Command
Called to process the specified request.
process(Session, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
Retrieves the media from DynamicMedia.getMedia(java.lang.String).
process(Session, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.zk.au.http.AuProcessor
Called to process the request if the session is available.
process(Session, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuUploader
Processes a file uploaded from the client.
process(Session, HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
Process update requests from the client.
process(AuRequest) - Method in class org.zkoss.zk.au.in.BookmarkChangedCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.CheckCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ClientInfoCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.DropCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.DummyCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.EchoCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ErrorCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.GenericCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.GetUploadInfoCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.InnerWidthCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.InputCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.KeyCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.MinMaximizeCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.MouseCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.MoveCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.OpenCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RedrawCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RemoveCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RemoveDesktopCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.RenderCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ScrollCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SelectCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SelectionCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.SizeCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.TimerCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.UpdateResultCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.URIChangedCommand
 
process(AuRequest) - Method in class org.zkoss.zk.au.in.ZIndexCommand
 
process(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
Processes the content
process(Session, RenderRequest, RenderResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
Process a portlet request.
process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
Process the request.
process() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Process the event.
process(Session, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkmax.au.http.AuDownloader
 
process(AuRequest) - Method in class org.zkoss.zkmax.au.in.PortalMoveCommand
 
process(AuRequest) - Method in class org.zkoss.zul.au.in.ColSizeCommand
 
process(AuRequest) - Method in class org.zkoss.zul.au.in.PageSizeCommand
 
process(AuRequest) - Method in class org.zkoss.zul.au.in.PagingCommand
 
processEvent(Desktop, Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
Ask this event thread to process the specified event.
processingInstruction(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ProcessingInstruction - Class in org.zkoss.idom
The iDOM processing instruction.
ProcessingInstruction(String, String) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction(String, Map) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction() - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
Progressmeter - Interface in org.zkoss.zul.api
A progress meter is a bar that indicates how much of a task has been completed.
Progressmeter - Class in org.zkoss.zul
A progress meter is a bar that indicates how much of a task has been completed.
Progressmeter() - Constructor for class org.zkoss.zul.Progressmeter
 
Progressmeter(int) - Constructor for class org.zkoss.zul.Progressmeter
 
ProgressmeterDefault - Class in org.zkoss.zkmax.zul.render
Progressmeter's default mold.
ProgressmeterDefault() - Constructor for class org.zkoss.zkmax.zul.render.ProgressmeterDefault
 
PrologAllowed - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if it is able to generate the specified prolog before its real content.
Property - Class in org.zkoss.zk.ui.metainfo
Information about how to initialize a property (aka., a field of a component).
Property(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with a class that is known in advance.
Property(EvaluatorRef, String, NativeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
Constructs a property with the native content.
PropertyBundle - Class in org.zkoss.util.resource
The property bundle.
PropertyBundle(String, Locale, Locator, boolean) - Constructor for class org.zkoss.util.resource.PropertyBundle
Constructor.
PropertyNotFoundException - Exception in org.zkoss.zk.ui.metainfo
Represents the a property (aka., a method of a component) is not found.
PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
PropertyNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
 
publish(Event) - Method in interface org.zkoss.zkmax.ui.eq.EventQueue
Publishes an event the queue.
push(RequestContext) - Static method in class org.zkoss.web.servlet.xel.RequestContexts
Pushes the context as the current context, such that it will be returned by RequestContexts.getCurrent().
pushArg(Map) - Method in interface org.zkoss.zk.ui.Execution
Pushes the parameters (aka., arg) that EL could refer it by the arg variable.
pushArg(Map) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
pushGroup(Group) - Method in class org.zkoss.idom.input.SAXHandler
Adds a new group to the current group as a child, and pushes the new group to be the new current group.
pushOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
pushOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Called before a component redraws itself if the component might include another page.
put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Put an element into the map.
put(Object, Object) - Method in interface org.zkoss.util.Cache
Stores an object to the cache.
put(Object, Object) - Method in class org.zkoss.util.CacheMap
 
put(String, String) - Static method in class org.zkoss.util.media.ContentTypes
Adds additional binding of the format and content type.
put(Object, Object) - Method in class org.zkoss.util.MultiCache
 
put(Object, Object) - Method in class org.zkoss.util.resource.ResourceCache
Don't use it.
put(Object, Object) - Method in class org.zkoss.util.ThreadLocalCache
 
put(Map, String, String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Puts an attribute to the map, if attrValue is not null.
put(Map, String, boolean) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Puts an attribute to the map.
put(Map, String, int) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Puts an attribute to the map, if val is not NULL_INT.
put(Map, String, Object) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Puts an object if it is not null.
put(Object, Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
put(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
put(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Puts a ZK session to the cache.
put(Operation) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Put an operation to queue
put(Object, Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
put(Object, Object) - Method in class org.zkoss.zul.ListModelMap
 
putAll(Map) - Method in class org.zkoss.util.CacheMap
 
putAll(Map) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
putAll(Map) - Method in class org.zkoss.zul.ListModelMap
 
putValue(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  

Q

Q - Class in org.zkoss.zhtml
The Q tag.
Q() - Constructor for class org.zkoss.zhtml.Q
 
QUARTER - Static variable in class org.zkoss.zul.Chart
 
QUESTION - Static variable in class org.zkoss.zhtml.Messagebox
A symbol consisting of a question mark in a circle.
QUESTION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a question mark in a circle.
queueUnavailable(Desktop) - Method in interface org.zkoss.zkex.zul.impl.OperationQueueListener
Notify the OperationQueue no longer available, it is usual invoked before the end of OperationThread.run()
quote(String) - Static method in class org.zkoss.zkdemo.test2.FuncMapper
 
QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
 

R

Radio - Interface in org.zkoss.zul.api
A radio button.
Radio - Class in org.zkoss.zul
A radio button.
Radio() - Constructor for class org.zkoss.zul.Radio
 
Radio(String) - Constructor for class org.zkoss.zul.Radio
 
Radio(String, String) - Constructor for class org.zkoss.zul.Radio
 
Radio.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Radio.ExtraCtrl() - Constructor for class org.zkoss.zul.Radio.ExtraCtrl
 
RadioDefault - Class in org.zkoss.zkmax.zul.render
Radio's default mold.
RadioDefault() - Constructor for class org.zkoss.zkmax.zul.render.RadioDefault
 
Radiogroup - Interface in org.zkoss.zul.api
A radio group.
Radiogroup - Class in org.zkoss.zul
A radio group.
Radiogroup() - Constructor for class org.zkoss.zul.Radiogroup
 
RadiogroupDefault - Class in org.zkoss.zkmax.zul.render
Radiogroup's default mold.
RadiogroupDefault() - Constructor for class org.zkoss.zkmax.zul.render.RadiogroupDefault
 
RadiogroupSelectedItemConverter - Class in org.zkoss.zkplus.databind
Convert Radiogroup selected item to radio value and vice versa.
RadiogroupSelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
 
randomValue() - Method in interface org.zkoss.zul.api.Captcha
Regenerates new captcha text value and redraw.
randomValue() - Method in class org.zkoss.zul.Captcha
Regenerates new captcha text value and redraw.
Raw - Class in org.zkoss.zhtml
The raw component used to generate raw HTML elements.
Raw(String) - Constructor for class org.zkoss.zhtml.Raw
 
Raw() - Constructor for class org.zkoss.zhtml.Raw
 
RawId - Interface in org.zkoss.zk.ui.ext
Decorates Component to denote that the UUID (Component.getUuid() must be the same as the ID (Component.getId()).
read() - Method in class org.zkoss.io.NullInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.NullReader
 
read() - Method in class org.zkoss.io.RepeatableInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.RepeatableReader
 
read(ObjectInputStream) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
read(ObjectInputStream) - Method in interface org.zkoss.zk.scripting.SerializableAware
Reads the name and value of the variable from the specified input stream.
readAll(InputStream) - Static method in class org.zkoss.io.Files
Returns all bytes in the input stream, never null (but its length might zero).
readAll(Reader) - Static method in class org.zkoss.io.Files
Returns all characters in the reader, never null (but its length might zero).
readExternal(ObjectInput) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Don't override this method.
readThis(ObjectInputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to read back this object, only if the deriving class implements java.io.Serializable.
realCause(Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the real cause of the specified exception.
realCause(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the real cause of the specified exception with an extra message as an error message.
realCauseBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the first few lines of the real cause as an error message.
realCauseBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Lo only the first few lines of the real cause as an error message.
recover(Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
recover(Session, Execution, Desktop) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Recovers the specified desktop.
recover(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Called when ZK detects Session.getNativeSession() is not initialized properly.
recover(Session, Execution, Desktop) - Method in class org.zkoss.zkdemo.test.DumbFailoverManager
 
recoverDidFail(Throwable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
recoverDidFail(Throwable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when the recoving failed.
recreate() - Method in interface org.zkoss.zk.ui.ext.Macro
Detaches all child components and then recreate them by use of AfterCompose.afterCompose().
recreate() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
recreate() - Method in class org.zkoss.zml.XmlMacroComponent
 
RED - Static variable in class org.zkoss.util.TreeArray
 
redraw(Writer) - Method in class org.zkoss.zhtml.Body
 
redraw(Writer) - Method in class org.zkoss.zhtml.Head
 
redraw(Writer) - Method in class org.zkoss.zhtml.impl.AbstractTag
 
redraw(Writer) - Method in class org.zkoss.zhtml.Link
 
redraw(Writer) - Method in class org.zkoss.zhtml.Script
 
redraw(Writer) - Method in class org.zkoss.zhtml.Text
 
redraw(Writer) - Method in class org.zkoss.zhtml.Title
 
redraw(Writer) - Method in class org.zkoss.zhtml.Zkhead
 
redraw(Component, Writer) - Static method in class org.zkoss.zk.fn.ZkFns
Redraw the specified component into the specified out.
redraw(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
Redraws this component.
redraw(Writer) - Method in interface org.zkoss.zk.ui.Component
AuRequest this component to render (aka., redraw) itself and its children.
redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
 
redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
redraw(Collection, Writer) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
redraw(Collection, Writer) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Redraws the whole page into the specified output.
redraw(Writer) - Method in class org.zkoss.zml.Transformer
 
redraw(Writer) - Method in class org.zkoss.zul.Include
 
redraw(Writer) - Method in class org.zkoss.zul.Label
 
redraw(Writer) - Method in class org.zkoss.zul.Script
 
redraw(Writer) - Method in class org.zkoss.zul.Style
 
RedrawCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the redraw command.
RedrawCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RedrawCommand
 
register(Class, String) - Static method in class org.zkoss.mesg.MessageConst.Aide
Registers a message filename, and returns an identifier to represent it.
register(LabelLocator) - Method in class org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load i3-label*.properties from other resource, such as servlet contexts.
register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load i3-label*.properties from other resource, such as servlet contexts.
RELEASE - Static variable in class org.zkoss.zk.Version
The release version.
reload() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
reload() - Method in class org.zkoss.zkdemo.test2.MainWindow
 
reloadCodeView() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
reloadCodeView() - Method in class org.zkoss.zkdemo.test2.MainWindow
 
rememberMeRequested(HttpServletRequest, String) - Method in class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
 
remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Remove e from the map.
remove(Object) - Method in interface org.zkoss.util.Cache
Removes an object from the cache.
remove(Object) - Method in class org.zkoss.util.CacheMap
 
remove() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
remove(Object) - Method in class org.zkoss.util.FastReadArray
Removes an object.
remove(Object) - Method in class org.zkoss.util.IdentityHashSet
 
remove(Object) - Method in class org.zkoss.util.MultiCache
 
remove(Object) - Method in class org.zkoss.util.resource.ResourceCache
It is OK to remove the resource if you don't want to cache it.
remove(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
remove(int) - Method in class org.zkoss.util.TreeArray
 
Remove - Class in org.zkoss.web.servlet.dsp.action
The remove action used to remove an attribute.
Remove() - Constructor for class org.zkoss.web.servlet.dsp.action.Remove
 
remove(Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
remove() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
remove(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
 
remove() - Method in class org.zkoss.zk.ui.impl.ListenerIterator
 
remove(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
Removes the ZK session from the cache.
remove(Object, int, int) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
remove the nodes which parent is parent with indexes indexes
remove() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Remove the first operation in queue if exist.
remove(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
 
remove(int) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelMap
 
remove(Object) - Method in class org.zkoss.zul.ListModelSet
 
removeAll(Collection) - Method in class org.zkoss.zul.ListModelList
 
removeAll(Collection) - Method in class org.zkoss.zul.ListModelSet
 
removeAllChildren(Component) - Static method in class org.zkoss.zk.ui.Components
Removes all children of the specified component.
removeAttribute(String) - Method in class org.zkoss.idom.Element
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
 
removeAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
removeAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Removes the attribute of the specified scope.
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Component
Removes the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
Removes the specified custom attribute associated with the desktop.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
Removes the specified request attribute.
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
Removes the specified custom attribute in the specified scope.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Page
Removes the specified attribute custom associated with the page.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.Session
Removes the specified custom attribute.
removeAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
Removes the specified custom attribute.
removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
removeBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Remove the binding associated with the attribute of the component.
removeBy(Comparable, boolean) - Method in class org.zkoss.util.FastReadArray
Removes the object(s) that matches the specified condition.
removeByOrder(Object) - Method in class org.zkoss.util.TreeArray
Removes an element by its natural ordering.
removeByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Removes an element by the specified comparator.
removeChangeListener(NamespaceChangeListener) - Method in interface org.zkoss.zk.scripting.Namespace
Removes a change listener from this namespace.
removeChangeListener(NamespaceChangeListener) - Method in class org.zkoss.zk.scripting.util.AbstractNamespace
 
removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
 
removeChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
Removes a listener from the chart that's notified each time a change to the data model occurs.
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
removeChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeChild(Component) - Method in interface org.zkoss.zk.ui.Component
Removes a child.
removeChild(ZScript) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a zscript child.
removeChild(VariablesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a variables child.
removeChild(AttributesInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a custom-attributes child.
removeChild(ComponentInfo) - Method in class org.zkoss.zk.ui.metainfo.NodeInfo
Removes a ComponentInfo child.
removeChild(int) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeHost
 
removeChild(Component) - Method in class org.zkoss.zul.Grid
 
removeChild(Component) - Method in class org.zkoss.zul.Listbox
If the child is a listgroup, its listgroupfoot will be removed at the same time.
removeChild(Component) - Method in class org.zkoss.zul.Rows
If the child is a group, its groupfoot will be removed at the same time.
removeClientErrorReload(int) - Method in class org.zkoss.zk.ui.util.Configuration
Removes the URI to redirect to, when ZK Client Engine receives an error.
RemoveCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the remove command.
RemoveCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RemoveCommand
 
removeComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a component to this page.
removeComponents() - Method in class org.zkoss.zk.ui.AbstractPage
 
removeComponents() - Method in interface org.zkoss.zk.ui.Page
Removes all components in this page.
removeContent(String) - Method in class org.zkoss.idom.Element
Removes the content of the child element with the giving path, and the child element itself if no other child.
REMOVED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the removal of one or more contiguous items from the list.
removeDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
removeDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Removes a desktop from this session.
RemoveDesktopCommand - Class in org.zkoss.zk.au.in
A command to remove the specified desktop.
RemoveDesktopCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RemoveDesktopCommand
 
removeEntry(ListX.Entry) - Method in interface org.zkoss.util.ListX
Remove the entry from the list.
removeEntry(int) - Method in interface org.zkoss.util.ListX
Remove the entry at the specified location from the list.
removeEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
 
removeEntry(int) - Method in class org.zkoss.util.TreeArray
 
removeEventInterceptor(EventInterceptor) - Method in interface org.zkoss.zk.ui.Desktop
Deprecated. As of release 3.0.6, replaced by Desktop.removeListener(java.lang.Object).
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
Deprecated. As of release 3.0.6, replaced by DesktopImpl.removeListener(java.lang.Object).
removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor.
removeEventInterceptor(Class) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
Removes an event interceptor with the specified class.
removeEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Component
Removes an event listener.
removeEventListener(String, EventListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeEventListener(String, EventListener) - Method in interface org.zkoss.zk.ui.Page
Removes an event listener.
removeEventListener(String, EventListener) - Method in interface org.zkoss.zul.ext.Paginal
Removes an event listener.
removeExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the Extendlet (aka., resource processor) for the specified extension.
removeExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
Removes an extended context of the specified name.
removeFellow(Component) - Method in class org.zkoss.zk.ui.AbstractPage
 
removeFellow(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Removes a fellow.
removeFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
Removes the filter (Filter) for the specified extension.
removeForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
removeForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, Component, String).
removeForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
Removes a forward condition that was added by Component.addForward(String, String, String).
removeFromQueryString(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeFromQueryString(StringBuffer, String) - Static method in class org.zkoss.web.servlet.http.Encodes
Remove all name/value pairs of the specified name from a string.
removeGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
 
removeGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
Removes a listener from the groups that's notified each time a change to the data model occurs.
removeItemAt(int) - Method in class org.zkoss.zul.Combobox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Listbox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Radiogroup
Removes the child radio button in the list box at the given index.
removeItemAtApi(int) - Method in interface org.zkoss.zul.api.Combobox
Removes the child item in the list box at the given index.
removeItemAtApi(int) - Method in interface org.zkoss.zul.api.Listbox
Removes the child item in the list box at the given index.
removeItemAtApi(int) - Method in interface org.zkoss.zul.api.Radiogroup
Removes the child radio button in the list box at the given index.
removeItemAtApi(int) - Method in class org.zkoss.zul.Combobox
Removes the child item in the list box at the given index.
removeItemAtApi(int) - Method in class org.zkoss.zul.Listbox
Removes the child item in the list box at the given index.
removeItemAtApi(int) - Method in class org.zkoss.zul.Radiogroup
Removes the child radio button in the list box at the given index.
removeItemFromSelection(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects the given item without deselecting other items.
removeItemFromSelection(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects the given item without deselecting other items.
removeItemFromSelectionApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Deselects the given item without deselecting other items.
removeItemFromSelectionApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Deselects the given item without deselecting other items.
removeItemFromSelectionApi(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects the given item without deselecting other items.
removeItemFromSelectionApi(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects the given item without deselecting other items.
removeListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
 
removeListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
Removes a listener.
removeListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removeListener(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Removes a listener class.
removeListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
Remove a listener to this queue.
removeNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removePage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
removePage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Removes a page from this desktop.
removeProcessType(int, int, int, String) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
removeRange(int, int) - Method in class org.zkoss.zul.Listbox.Children
 
removeRange(int, int) - Method in class org.zkoss.zul.ListModelList
Remove from fromIndex(inclusive) to toIndex(exclusive).
removeRange(int, int) - Method in class org.zkoss.zul.Rows.Children
 
removeRoot(Component) - Method in class org.zkoss.zk.ui.AbstractPage
 
removeRoot(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Detaches a root component from this page.
removeSclass(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
removeSeries(Comparable) - Method in class org.zkoss.zul.SimpleXYModel
 
removeSeries(Comparable) - Method in interface org.zkoss.zul.XYModel
/** Remove data of a specified series.
removeSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
removeTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
Remove a listener to the tree that's notified each time a change to the data model occurs
removeValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
Deprecated.  
removeValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Removes the specified key.
removeValue(Comparable, Comparable) - Method in interface org.zkoss.zul.CategoryModel
remove the value of the specified series and category.
removeValue(Comparable, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
 
removeValue(int) - Method in interface org.zkoss.zul.HiLoModel
Remove (date, open, high, low, close, volumn) tuple of a data index.
removeValue(Comparable) - Method in interface org.zkoss.zul.PieModel
remove the value of the specified category.
removeValue(Comparable, Comparable) - Method in class org.zkoss.zul.SimpleCategoryModel
 
removeValue(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
removeValue(Comparable) - Method in class org.zkoss.zul.SimplePieModel
 
removeValue(Comparable, int) - Method in class org.zkoss.zul.SimpleXYModel
 
removeValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
remove the value of the specified x and y.
removeValue(Comparable, int) - Method in interface org.zkoss.zul.XYModel
Remove (x,Y) value of a specified series and data index.
removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
Removes a name resolve that was added by Page.addVariableResolver(org.zkoss.xel.VariableResolver).
renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
 
render(ActionContext) - Static method in class org.zkoss.web.fn.ServletFns
Renders the DSP fragment from EL.
render(ActionContext, boolean) - Method in interface org.zkoss.web.servlet.dsp.action.Action
Processes the action and renders the output to ActionContext.getOut().
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Include
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Page
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Set
 
render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
 
render(Component, Writer) - Method in interface org.zkoss.zk.ui.render.ComponentRenderer
Redraws a component.
render(Writer) - Method in class org.zkoss.zk.ui.render.Out
Generates the output to the specified writer.
render(Treeitem, Object) - Method in class org.zkoss.zkdemo.test2.tree.HostIconTreeRenderer
 
render(Treeitem, Object) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeOpenCtrlRenderer2
 
render(Treeitem, Object) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeRenderer
 
render(Row, Object) - Method in class org.zkoss.zkdemo.userguide.LiveGroupRenderer
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.AppletDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.AreaDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.AudioDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.AuxheadDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.AuxheaderDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Bandbox2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.BandpopupDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Borderlayout2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.BoxHorizontal
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.BoxVertical
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Button2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ButtonOS
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.CalendarDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.CaptionDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.CheckboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ColumnchildrenDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ColumnDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ColumnlayoutDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ColumnsDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Combobox2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ComboitemDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Datebox2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.DecimalboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.DetailDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.DivDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.DoubleboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FileuploadDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FisheyebarDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FisheyeDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FlashDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FootDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.FooterDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.GridDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.GridPaging
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Groupbox23d
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.GroupboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.GroupDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.GroupfootDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.HtmlDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.IframeDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ImageDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ImagemapDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.IntboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.JasperreportDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.LabelDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Layoutregion2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListboxPaging
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListboxSelect
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListcellDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListfootDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListfooterDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListgroupDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListgroupfootDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListheadDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListheaderDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ListitemDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.LongboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.MacroDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menu2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menubar2Horizontal
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menubar2Vertical
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menuitem2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menupopup2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Menuseparator2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PagingDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PagingOS
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PanelchildrenDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PanelDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PopupDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PortalchildrenDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.PortallayoutDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ProgressmeterDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.RadioDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.RadiogroupDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.RowDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.RowsDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.SeparatorDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Slider2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Slider2Scale
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.SpanDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.SpinnerDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.SplitterDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.StyleDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tab2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tab2DefaultV
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabbox2Accordion
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabbox2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabbox2DefaultV
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TablechildrenDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TablelayoutDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabpanel2Accordion
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabpanel2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabpanel2DefaultV
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabpanels2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabpanels2DefaultV
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabs2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Tabs2DefaultV
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TextboxDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Timebox2Default
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TimerDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ToolbarbuttonDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ToolbarDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.ToolbarpanelDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreecellDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreechildrenDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreecolDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreecolsDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreeDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreefootDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreefooterDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreeitemDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreePaging
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.TreerowDefault
 
render(Component, Writer) - Method in class org.zkoss.zkmax.zul.render.Window2Default
 
render(Comboitem, Object) - Method in interface org.zkoss.zul.ComboitemRenderer
Renders the data to the specified comboitem.
render(Listitem, Object) - Method in interface org.zkoss.zul.ListitemRenderer
Renders the data to the specified list item.
render(Row, Object) - Method in interface org.zkoss.zul.RowRenderer
Renders the data to the specified row.
render(Treeitem, Object) - Method in interface org.zkoss.zul.TreeitemRenderer
Renders the data to the specified tree item.
renderAll() - Method in interface org.zkoss.zul.api.Grid
Renders all Row if not loaded yet, with Grid.getRowRenderer().
renderAll() - Method in interface org.zkoss.zul.api.Listbox
Renders all Listitem if not loaded yet, with Listbox.getItemRenderer().
renderAll() - Method in class org.zkoss.zul.Grid
Renders all Row if not loaded yet, with Grid.getRowRenderer().
renderAll() - Method in class org.zkoss.zul.Listbox
Renders all Listitem if not loaded yet, with Listbox.getItemRenderer().
RenderCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the render relevant command.
RenderCommand(String, int) - Constructor for class org.zkoss.zk.au.in.RenderCommand
 
RENDERED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the rendered Treeitem.
RendererCtrl - Interface in org.zkoss.zul
This interface defines the methods components like Listbox use to notify the renderer for several circumstance.
renderFragment(Writer) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Renders the nested fragment.
RenderHttpServletRequest - Class in org.zkoss.web.portlet
A facade of RenderRequest that implements HttpServletRespose.
RenderHttpServletResponse - Class in org.zkoss.web.portlet
A facade of RenderResponse that implements HttpServletRespose.
renderItem(Listitem) - Method in class org.zkoss.zul.Listbox
Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
renderItem(Treeitem) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItem(Treeitem, Object) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItemApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
renderItemApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItemApi(Treeitem, Object) - Method in interface org.zkoss.zul.api.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItemApi(Listitem) - Method in class org.zkoss.zul.Listbox
Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
renderItemApi(Treeitem) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItemApi(Treeitem, Object) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getTreeitemRenderer().
renderItemByPath(int[]) - Method in class org.zkoss.zul.Tree
Load treeitems through path path
Note: By using this method, all treeitems in path will be rendered and opened (Treeitem.setOpen(boolean)).
renderItemByPathApi(int[]) - Method in interface org.zkoss.zul.api.Tree
Load treeitems through path path
Note: By using this method, all treeitems in path will be rendered and opened (Treeitem.setOpen(boolean)).
renderItemByPathApi(int[]) - Method in class org.zkoss.zul.Tree
Load treeitems through path path
Note: By using this method, all treeitems in path will be rendered and opened (Treeitem.setOpen(boolean)).
renderItems(Set) - Method in interface org.zkoss.zk.ui.ext.client.RenderOnDemand
Renders a set of specified items, if they are not rendered before.
renderItems(Set) - Method in interface org.zkoss.zul.api.Grid
 
renderItems(Set) - Method in interface org.zkoss.zul.api.Listbox
 
renderItems(Set) - Method in interface org.zkoss.zul.api.Tree
Renders the specified Treeitem if not loaded yet, with Tree.getTreeitemRenderer().
renderItems(Set) - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
renderItems(Set) - Method in class org.zkoss.zul.Grid
 
renderItems(Set) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
renderItems(Set) - Method in class org.zkoss.zul.Listbox
 
renderItems(Set) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem if not loaded yet, with Tree.getTreeitemRenderer().
RenderOnDemand - Interface in org.zkoss.zk.ui.ext.client
Used to decorate a Component object that it supports render-on-demand.
renderRow(Row) - Method in class org.zkoss.zul.Grid
Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
renderRowApi(Row) - Method in interface org.zkoss.zul.api.Grid
Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
renderRowApi(Row) - Method in class org.zkoss.zul.Grid
Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
renderRows(Set) - Method in interface org.zkoss.zul.api.Grid
Renders a set of specified rows.
renderRows(Set) - Method in class org.zkoss.zul.Grid
Renders a set of specified rows.
RENEW_NATIVE_SESSION - Static variable in class org.zkoss.zk.ui.impl.Attributes
A session attribute used to denote that the invalidation of a native session (such as HttpSession and PortletSession) does not invalidate ZK session.
Repeatable - Interface in org.zkoss.io
Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly.
RepeatableInputStream - Class in org.zkoss.io
RepeatableInputStream adds functionality to another input stream, the ability to read repeatedly.
RepeatableMedia - Class in org.zkoss.util.media
RepeatableMedia adds functionality to another media, the ability to read repeatedly.
RepeatableReader - Class in org.zkoss.io
RepeatableReader adds functionality to another reader, the ability to read repeatedly.
replace(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Replaces all occurrances of 'from' in 'src' with 'to'
replace(Component, Component) - Static method in class org.zkoss.zk.ui.Components
Replaces a component with another.
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
replaceChildren(Component, Collection) - Static method in class org.zkoss.zk.ui.Components
Replaces all children of the specified component.
replaceData(int, int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
replaceWholeText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
request(Session, Object, Object) - Method in interface org.zkoss.zk.ui.util.RequestInterceptor
Called before a request is processed by ZK Loader or ZK Update Engine.
request(String) - Method in interface org.zkoss.zk.ui.util.URIInterceptor
Called when the current user requests to load the page of the specified URI.
REQUEST_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The request scope.
REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same request.
REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same request.
REQUEST_SCOPE_PROXY - Static variable in class org.zkoss.zk.ui.Components
Request Scope Proxy
requestCompleteAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has completed the processing of the response.
requestCompleteAtClient(String, Execution, long) - Method in class org.zkoss.zkdemo.test.PerformanceMeter
 
requestCompleteAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server has completed the processing of the request.
requestCompleteAtServer(String, Execution, long) - Method in class org.zkoss.zkdemo.test.PerformanceMeter
 
RequestContext - Interface in org.zkoss.web.servlet.xel
The context used to simplify the signatures of XEL function.
RequestContexts - Class in org.zkoss.web.servlet.xel
RequestContexts maintains a stack of RequestContext to simplify the signatures of the XEL function.
RequestContexts() - Constructor for class org.zkoss.web.servlet.xel.RequestContexts
 
requestEnter(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet starts to serve a request.
requestExit(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Called when a servlet/portlet completes the service of a request.
RequestInfo - Interface in org.zkoss.zk.ui.sys
The request information used with UiFactory.
RequestInfoImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestInfo.
RequestInfoImpl(WebApp, Session, Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor
RequestInfoImpl(Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Constructor.
RequestInfoImpl(Execution, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
Construcotr.
RequestInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the requests for the ZK Loader and Update Engine.
RequestQueue - Interface in org.zkoss.zk.ui.sys
A queue of AuRequest.
RequestQueueImpl - Class in org.zkoss.zk.ui.impl
An implementation of RequestQueue behaving as a queue of AuRequest.
RequestQueueImpl() - Constructor for class org.zkoss.zk.ui.impl.RequestQueueImpl
 
requestReceiveAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client has received the response (but not processed yet).
requestReceiveAtClient(String, Execution, long) - Method in class org.zkoss.zkdemo.test.PerformanceMeter
 
requestScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the request.
requestStartAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the client starts to send the request to server.
requestStartAtClient(String, Execution, long) - Method in class org.zkoss.zkdemo.test.PerformanceMeter
 
requestStartAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
Called to notify when the server receives the request.
requestStartAtServer(String, Execution, long) - Method in class org.zkoss.zkdemo.test.PerformanceMeter
 
RequestXelResolver - Class in org.zkoss.web.servlet.xel
A XEL variable resolver that is based on Servlet request, response, and EL.
RequestXelResolver(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
Request-based resolver.
RequestXelResolver(ServletContext, ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
RequestXelResolver(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
RESEND - Static variable in interface org.zkoss.zk.device.Device
Used with Device.isSupported(int) to know whether the device supports the resend mechanism.
RESEND_DELAY - Static variable in class org.zkoss.zk.ui.impl.Attributes
A library property to indicate the default resend delay (an integer in milliseconds).
reset() - Method in class org.zkoss.util.resource.impl.LabelLoader
Resets all cached labels and next call to LabelLoader.getLabel(java.lang.String) will cause re-loading i3-label*.proerties.
reset() - Static method in class org.zkoss.util.resource.Labels
Resets all cached labels and next call to Labels.getLabel(String) will cause re-loading i3-label*.proerties.
reset() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
resetBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resetBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
resetStripeClass(Component) - Static method in class org.zkoss.zul.fn.ZulFns
Resets the stripe CSS for each row.
resize(Object, int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified array.
resize() - Method in interface org.zkoss.zkex.zul.api.Borderlayout
Re-size this layout component.
resize() - Method in class org.zkoss.zkex.zul.Borderlayout
Re-size this layout component.
resizeBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (aka., browser window) by the specified number of pixels.
resizeTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Resizes the current desktop (aka., browser window) to the specified size (in pixels).
resolveArguments(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
Returns the arguments array (and evaluates EL if necessary).
resolveCase(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the case condition's value, or null if no case is specified (i.e., ZkInfo.withCase() is fasle.
resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a class with the specified logic name, or null if not found.
resolveClass(String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
resolveClass(String) - Method in interface org.zkoss.zk.ui.Page
Resolves the class of the specified name.
resolveComposer(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the composer for this info, or nuull if not available.
resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
resolveForEach(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns the forEach object if the forEach attribute is defined (or ComponentInfo.setForEach(java.lang.String, java.lang.String, java.lang.String) is called).
resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a function Function with the specified name and prefix.
resolveFunction(String, String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zkdemo.test2.FuncMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el.XelELMapper
 
resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el21.XelELMapper
 
resolveImplementationClass(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Resolves and returns the class that implements the component.
resolveImplementationClass(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveImplementationClass(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Resolves and returns the class for the component represented by this info (never null).
resolveImplementationClass(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
resolveMethod(Class, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
Resloves the method for the specified property, or null if DynamicPropertied.setDynamicProperty(java.lang.String, java.lang.Object) shall be used instead.
ResolverMap - Class in org.zkoss.zkmax.xel.util
A Map interface on top of VariableResolver.
ResolverMap(VariableResolver) - Constructor for class org.zkoss.zkmax.xel.util.ResolverMap
 
resolveSwitch(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns the switch condition's value; evaluate EL expression if any.
resolveURI(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
Evaluates and returns the URI, or null if not to foward.
resolveVariable(String) - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
 
resolveVariable(String) - Method in class org.zkoss.web.util.resource.ServletLabelResovler
 
resolveVariable(String) - Method in class org.zkoss.xel.util.SimpleResolver
 
resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
Resolves the specified variable.
resolveVariable(String) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
resolveVariable(String) - Method in class org.zkoss.zkdemo.test.TestVariableResolver
 
resolveVariable(String) - Method in class org.zkoss.zkdemo.test.VariableResolverImpl
 
resolveVariable(String) - Method in class org.zkoss.zkdemo.test2.B2227929Resolver
 
resolveVariable(String) - Method in class org.zkoss.zkmax.xel.el.XelELResolver
 
resolveVariable(String) - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
Get object from JNDI binding
resolveVariable(String) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
Get the seasar component by the specified name.
resolveVariable(String) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
Get the spring bean by the specified name.
ResourceCache - Class in org.zkoss.util.resource
Used to cache resouces.
ResourceCache(Loader) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCache(Loader, int) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCaches - Class in org.zkoss.web.util.resource
Utilities to load (and parse) the servlet resource.
ResourceCaches() - Constructor for class org.zkoss.web.util.resource.ResourceCaches
 
ResourceLoader - Class in org.zkoss.web.util.resource
A semi-implemented loader to used with ResourceCaches.get(org.zkoss.util.resource.ResourceCache, javax.servlet.ServletContext, java.lang.String, java.lang.Object) to retrieve servlet resources.
ResourceLoader() - Constructor for class org.zkoss.web.util.resource.ResourceLoader
 
response(String, AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
 
response(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Causes a response to be sent to the client.
response(AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse)to the client with response's command (AuResponse.getCommand()) as the key.
response(String, AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
Sends an AU response (AuResponse) to the client with the specified key.
responseSent(String, String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
responseSent(String, String, Object) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Called when ZK Update Engine has sent a response to the client.
RESUME_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
 
RETAIN_CELLS_ON_UNLOAD - Static variable in interface org.zkoss.zul.ListitemRendererExt
Deprecated. As of release 3.5.0, all rendered list items are detached to minimize the side effect.
retainAll(Collection) - Method in class org.zkoss.zul.ListModelList
 
retainAll(Collection) - Method in class org.zkoss.zul.ListModelSet
 
RETRY - Static variable in class org.zkoss.zhtml.Messagebox
A Retry button.
RETRY - Static variable in class org.zkoss.zul.impl.MessageboxDlg
A Retry button.
RETRY - Static variable in interface org.zkoss.zul.mesg.MZul
 
RETRY - Static variable in class org.zkoss.zul.Messagebox
A Retry button.
returnType - Variable in class org.zkoss.lang.Classes.MethodInfo
The return type (class name), or null if no specified.
reuse - Static variable in class org.zkoss.zkdemo.test2.DetachDesktopCleanup
 
RhinoInterpreter - Class in org.zkoss.zkmax.scripting.rhino
Rhino-based JavaScript interpreter.
RhinoInterpreter() - Constructor for class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
Richlet - Interface in org.zkoss.zk.ui
Defines methods that all richlets must implement.
RichletConfig - Interface in org.zkoss.zk.ui
A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
RichletConfigImpl - Class in org.zkoss.zk.ui.impl
An implementation of RichletConfig.
RichletConfigImpl(WebApp, Map) - Constructor for class org.zkoss.zk.ui.impl.RichletConfigImpl
 
right - Variable in class org.zkoss.util.TreeArray.RbEntry
 
RIGHT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
rightMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the rihtmost leaf of the specified subtree.
RING - Static variable in class org.zkoss.zul.Chart
 
rotateChar(String, int, int, Font, Color, Color) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
 
round(Date, int) - Static method in class org.zkoss.util.Dates
Truncates date to the nearest precision milliseconds.
round(long, int) - Static method in class org.zkoss.util.Dates
Rounds a date represented in long to the specified precision of milliseconds.
RoundingModes - Class in org.zkoss.math
Utilities to handle the rounding mode.
Row - Interface in org.zkoss.zul.api
A single row in a Rows element.
Row - Class in org.zkoss.zul
A single row in a Rows element.
Row() - Constructor for class org.zkoss.zul.Row
 
RowComparator - Class in org.zkoss.zul
A comparator used to compare Row, if not live data, or the data themselves, if live data.
RowComparator() - Constructor for class org.zkoss.zul.RowComparator
Compares with Label.getValue().
RowComparator(int) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(Column, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column.
RowDefault - Class in org.zkoss.zkmax.zul.render
 
RowDefault() - Constructor for class org.zkoss.zkmax.zul.render.RowDefault
 
RowDetailComparator - Class in org.zkoss.zkdemo.userguide
It assumes the first child is a label.
RowDetailComparator(boolean) - Constructor for class org.zkoss.zkdemo.userguide.RowDetailComparator
 
RowLabelComparator - Class in org.zkoss.zkdemo.userguide
It assumes the first child is a label.
RowLabelComparator(boolean) - Constructor for class org.zkoss.zkdemo.userguide.RowLabelComparator
 
RowRenderer - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Grid.
RowRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer.
Rows - Interface in org.zkoss.zul.api
Defines the rows of a grid.
Rows - Class in org.zkoss.zul
Defines the rows of a grid.
Rows() - Constructor for class org.zkoss.zul.Rows
 
Rows.Children - Class in org.zkoss.zul
 
Rows.Children() - Constructor for class org.zkoss.zul.Rows.Children
 
Rows.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Rows.ExtraCtrl() - Constructor for class org.zkoss.zul.Rows.ExtraCtrl
 
RowsDefault - Class in org.zkoss.zkmax.zul.render
 
RowsDefault() - Constructor for class org.zkoss.zkmax.zul.render.RowsDefault
 
RS_NO_DISPLAY - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the display style.
RS_NO_HEIGHT - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the height style.
RS_NO_WIDTH - Static variable in class org.zkoss.zk.ui.HtmlBasedComponent
Used by HtmlBasedComponent.getRealStyleFlags() to denote that HtmlBasedComponent.getRealStyle() shall not generate the width style.
run() - Method in class org.zkoss.io.FileWatchdog
 
run() - Method in class org.zkoss.util.ScalableTimerTask
Invokes ScalableTimerTask.exec().
run() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
run() - Method in class org.zkoss.zkdemo.test.WorkingThread
 
run() - Method in class org.zkoss.zkdemo.test.WorkingThread2
 
run() - Method in class org.zkoss.zkex.zul.impl.OperationThread
 

S

S - Class in org.zkoss.zhtml
The S tag.
S() - Constructor for class org.zkoss.zhtml.S
 
Samp - Class in org.zkoss.zhtml
The SAMP tag.
Samp() - Constructor for class org.zkoss.zhtml.Samp
 
save(Media) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client.
save(Media, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[], String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(String, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(InputStream, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(Reader, String, String) - Static method in class org.zkoss.zhtml.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(Media) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client.
save(Media, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[], String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(String, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(InputStream, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(Reader, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(File, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified file at the client.
save(URL, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified URL at the client.
save(String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified path at the client.
saveAll() - Method in class org.zkoss.zkplus.databind.DataBinder
Save all values from UI components to beans.
saveAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
save into bean value from the attribute of the specified component.
saveAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
Save value from a specified attribute of the UI component to a data bean property.
saveBack() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
saveComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
Save values from all attributes of a specified UI component to data bean properties.
saveResumable(File, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the specified file at the client.
saveResumable(URL, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the resouce of the specified URL at the client.
saveResumable(String, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
Open a download dialog to save the resource of the specified path at the client.
SAXBuilder - Class in org.zkoss.idom.input
The builder based on SAX parsers.
SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor which reuses a parser.
SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly.
SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly, that accepts an additional option, smartIgnore.
SAXHandler - Class in org.zkoss.idom.input
The SAX Hanlder.
SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
ScalableTimer - Class in org.zkoss.util
A facility for threads to schedule tasks for future execution in a background thread.
ScalableTimer(int, int) - Constructor for class org.zkoss.util.ScalableTimer
Creates a scalable timer.
ScalableTimerTask - Class in org.zkoss.util
A task that can be scheduled for one-time execution by a scalable timer (ScalableTimer.
ScalableTimerTask() - Constructor for class org.zkoss.util.ScalableTimerTask
 
SCALAR - Static variable in class org.zkoss.zk.xel.impl.Utils
Used with Utils.parseComposite(java.lang.String, java.lang.Class, int) to indicate the expression is a scalar value.
SCATTER - Static variable in class org.zkoss.zul.Chart
 
schedule(ScalableTimerTask, long) - Method in class org.zkoss.util.ScalableTimer
Schedules the specified task for execution after the specified delay.
schedule(ScalableTimerTask, Date) - Method in class org.zkoss.util.ScalableTimer
Schedules the specified task for execution at the specified time.
Scope - Interface in org.zkoss.zk.ui.ext
Represents a scope of attributes.
scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
Converts an integer to the string representing the scope.
Script - Class in org.zkoss.zhtml
The SCRIPT tag.
Script() - Constructor for class org.zkoss.zhtml.Script
 
Script - Interface in org.zkoss.zul.api
A component to represent script codes running at the client.
Script - Class in org.zkoss.zul
A component to represent script codes running at the client.
Script() - Constructor for class org.zkoss.zul.Script
 
Scrollable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component is a slider or scrollbar with a position that user could change.
scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (aka., browser window) by the specified number of pixels.
ScrollCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ScrollEvent relevant command.
ScrollCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ScrollCommand
 
ScrollEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by that user is scrolling or has scrolled at the client.
ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
Constructs an scroll-relevant event.
scrollIntoView(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the ancestor elements to make the specified element visible.
scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
Scrolls the current desktop (aka., browser window) to the specified location (in pixels).
search(Object) - Method in class org.zkoss.util.TreeArray
Searches an element by its natural ordering.
search(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Searches an element by the specified comparator.
SECOND - Static variable in class org.zkoss.zul.Chart
 
Select - Class in org.zkoss.zhtml
The SELECT tag.
Select() - Constructor for class org.zkoss.zhtml.Select
 
select() - Method in interface org.zkoss.zul.impl.api.InputElement
Selects the whole text in this input.
select() - Method in class org.zkoss.zul.impl.InputElement
Selects the whole text in this input.
Selectable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to change the selection from the client.
selectAll() - Method in interface org.zkoss.zul.api.Listbox
Selects all items.
selectAll() - Method in interface org.zkoss.zul.api.Tree
Selects all items.
selectAll() - Method in class org.zkoss.zul.Listbox
Selects all items.
selectAll() - Method in class org.zkoss.zul.Tree
Selects all items.
SelectCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SelectEvent relevant command.
SelectCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SelectCommand
 
SelectedComboitemConverter - Class in org.zkoss.zkplus.databind
Convert the selected item of combobox to bean.
SelectedComboitemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedComboitemConverter
 
SelectedItemConverter - Class in org.zkoss.zkplus.databind
Convert selected item to bean and vice versa.
SelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedItemConverter
 
SelectEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the list selection is changed at the client.
SelectEvent(String, Component, Set) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set, Component) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectEvent(String, Component, Set, Component, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
Constructs a selection event.
SelectionCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SelectionEvent relevant command.
SelectionCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SelectionCommand
 
SelectionEvent - Class in org.zkoss.zk.ui.event
Represents an event cause by user's the active selection which is a highlighted block of text.
SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
Constructs a selection event.
selectItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
selectItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
selectItemApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Deselects all of the currently selected items and selects the given item.
selectItemApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Deselects all of the currently selected items and selects the given item.
selectItemApi(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
selectItemApi(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
selectItemsByClient(Set) - Method in interface org.zkoss.zk.ui.ext.client.Selectable
Set the selection to a set of specified items.
selectItemsByClient(Set) - Method in class org.zkoss.zul.Combobox.ExtraCtrl
 
selectItemsByClient(Set) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
selectItemsByClient(Set) - Method in class org.zkoss.zul.Tab.ExtraCtrl
 
selectItemsByClient(Set) - Method in class org.zkoss.zul.Tree.ExtraCtrl
 
self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the applied component itself.
sendError(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendError(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event to the specified component and process it immediately.
sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
Sends the event the target specified in the event.
sendEvent(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
sendEvent(Component, Event) - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
Sends the specified component and event and processes the event synchronously.
sendRedirect(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
Redirects to another page.
sendRedirect(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
 
sendRedirect(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
Redirects to another URL by prefixing the context path and encoding with encodeRedirectURL.
sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.http.HttpServlet
Redirects to another page.
sendRedirect(String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sends a temporary redirect response to the client using the specified redirect location URL and redirect to the specified browser window.
sendRedirect(String) - Static method in class org.zkoss.zk.ui.Executions
Sends a temporary redirect response to the client using the specified redirect location URL by use of the current execution, Executions.getCurrent().
sendRedirect(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
separator - Variable in class org.zkoss.lang.Strings.Result
The separator found.
Separator - Interface in org.zkoss.zul.api
A separator.
Separator - Class in org.zkoss.zul
A separator.
Separator() - Constructor for class org.zkoss.zul.Separator
 
Separator(String) - Constructor for class org.zkoss.zul.Separator
 
SEPARATOR_CHAR - Static variable in class org.zkoss.lang.Objects
A separator char that is from the Unicode reserved area.
SEPARATOR_CHAR2 - Static variable in class org.zkoss.lang.Objects
The second separator char that is from the Unicode reserved area.
SEPARATOR_STRING - Static variable in class org.zkoss.lang.Objects
A separator char that is from the Unicode reserved area.
SeparatorDefault - Class in org.zkoss.zkmax.zul.render
Separator's default mold.
SeparatorDefault() - Constructor for class org.zkoss.zkmax.zul.render.SeparatorDefault
 
SerializableAware - Interface in org.zkoss.zk.scripting
An extra interface implemented by an interpreter (Interpreter) if it supports serialization.
SerializableAware.Filter - Interface in org.zkoss.zk.scripting
The filter used with SerializableAware.write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter).
SerializableMethod - Class in org.zkoss.lang.reflect
A wrapper of java.lang.reflect.Method to make it serializable.
SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
 
Serializables - Class in org.zkoss.io
Utilities to handle java.io.Serializable.
SerializableSession - Class in org.zkoss.zk.ui.http
Serializable Session.
SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
Constructor.
SerializableUiFactory - Class in org.zkoss.zk.ui.http
The serializable implementation of UiFactory.
SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
 
ServerPush - Interface in org.zkoss.zk.ui.sys
Represents a server-push controller.
ServerPush - Class in org.zkoss.zkdemo.test2
Used to test the server-push feature.
ServerPush() - Constructor for class org.zkoss.zkdemo.test2.ServerPush
 
service(ServletRequest, ServletResponse) - Method in class org.zkoss.web.servlet.ForwardServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request by retrieving the path from the path info.
service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.ClassWebResource
Process the request with the specified path.
service(HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.zkoss.web.util.resource.Extendlet
Process the specified request.
service(Page) - Method in interface org.zkoss.zk.ui.Richlet
Called by the richlet container to create components when the specified page is visited and created.
service(Page) - Method in class org.zkoss.zkdemo.test.ErrorHandling
 
service(Page) - Method in class org.zkoss.zkdemo.test.TestRichlet
 
service(Page) - Method in class org.zkoss.zkdemo.test.TestRichlet2
 
SERVICE_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
 
ServletContextLocator - Class in org.zkoss.web.util.resource
Locator based on ServletContext.
ServletContextLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
 
ServletContextLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
 
ServletDspContext - Class in org.zkoss.web.servlet.dsp
A DSP context based on HTTP servlet request and response.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor.
ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Writer, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
Constructor with the specified writer.
ServletFns - Class in org.zkoss.web.fn
Providing servlet relevant functions for EL.
ServletFns() - Constructor for class org.zkoss.web.fn.ServletFns
 
ServletLabelLocator - Class in org.zkoss.web.util.resource
Used by Lables to load labels from a servlet context.
ServletLabelLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
 
ServletLabelResovler - Class in org.zkoss.web.util.resource
Used with Labels to resolve XEL expressions in labels.
ServletLabelResovler() - Constructor for class org.zkoss.web.util.resource.ServletLabelResovler
 
ServletOutputStreamWrapper - Class in org.zkoss.web.servlet
A facade of OutputStream for implementing ServletOutputStream.
ServletOutputStreamWrapper(Writer, String) - Constructor for class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
ServletPortletDispatcher - Class in org.zkoss.web.portlet
A facade of a RequestDispatch for implementing PortletRequestDispatcher.
Servlets - Class in org.zkoss.web.servlet
The servlet relevant utilities.
Servlets() - Constructor for class org.zkoss.web.servlet.Servlets
Utilities; no instantiation required.
Session - Interface in org.zkoss.zk.ui
A user session.
session - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the session.
SESSION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
The session scope.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same session.
SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
Used with Page.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same session.
SessionCache - Interface in org.zkoss.zk.ui.sys
The cache for storing ZK sessions.
SessionCleanup - Interface in org.zkoss.zk.ui.util
Used to clean up a session.
sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
sessionCreated(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a new session is created.
sessionCreated(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
SessionCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of Session for implementation.
SessionDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
A implementation of DesktopCacheProvider that stores all desktops from the same session in one desktop cache.
SessionDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Called when a session is destroyed.
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Called when the native session of the specified session has been destroyed
sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
Called when a session is being destroyed.
sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.util.Statistic
 
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, has just been activated (aka., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionDidActivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionDidActivate(HttpSession) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to post-process a session after it is read back.
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionDidActivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, has just been activated (aka., deserialized) by the Web container.
sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, has just been activated (aka., deserialized).
sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session has just been activated (aka., deserialized).
SessionInit - Interface in org.zkoss.zk.ui.util
Used to initialize a session when it is created.
Sessions - Class in org.zkoss.zk.ui
Utilities to access Session.
Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
 
sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the session.
SessionsCtrl - Class in org.zkoss.zk.ui.sys
An addition interface to Sessions for implementation.
SessionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.SessionsCtrl
 
SessionSerializationListener - Interface in org.zkoss.zk.ui.util
Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
Notification that the desktop, which owns this device, is about to be passivated (aka., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
 
sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
 
sessionWillPassivate() - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to pre-process a session before writing the session Refer to SerializableSession for how to use this method.
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
Invokes DesktopCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session) for each desktops it cached.
sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Notification that the session, which owns this component, is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Notification that the session is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Notification that the session is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Notification that the session, which owns this desktop, is about to be passivated (aka., serialized) by the Web container.
sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Notification that the session, which owns this page, is about to be passivated (aka., serialized).
sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Notification that the session is about to be passivated (aka., serialized).
set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public filed or public method in the object.
set(Object) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
set(int, Object) - Method in class org.zkoss.util.TreeArray
 
Set - Class in org.zkoss.web.servlet.dsp.action
The set action used to set an attribute.
Set() - Constructor for class org.zkoss.web.servlet.dsp.action.Set
 
set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter.
set(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to the interpreter's scope associated with the giving namespace.
set(Object, int, int, Object[]) - Method in class org.zkoss.zkdemo.test2.tree.TreeModelA
Modify the nodes which parent is parent with indexes indexes by values
set(String, Object) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
set(String, Object) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
set(String, Object) - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
set(String, Object) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
set(int, Object) - Method in class org.zkoss.zul.ListModelArray
Change content of the Array at specified index.
set(int, Object) - Method in class org.zkoss.zul.ListModelList
 
setAbortingReason(AbortingReason) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
setAbortingReason(AbortingReason) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Aborts the current execution.
setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Changes the accessibility without throwing any exception.
setAction(String) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the client-side action.
setAction(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the client-side action.
setAction(String) - Method in class org.zkoss.zul.Treeitem
Not callable.
setActivePage(int) - Method in interface org.zkoss.zul.api.Grid
Sets the active page (starting from 0).
setActivePage(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the active page (starting from 0).
setActivePage(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Sets the active page in which the specified item is.
setActivePage(int) - Method in interface org.zkoss.zul.api.Tree
Sets the active page (starting from 0).
setActivePage(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the active page (starting from 0).
setActivePage(int) - Method in class org.zkoss.zul.Grid
Sets the active page (starting from 0).
setActivePage(int) - Method in class org.zkoss.zul.Listbox
Sets the active page (starting from 0).
setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
Sets the active page in which the specified item is.
setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
Sets the active page in which the specified item is.
setActivePage(int) - Method in class org.zkoss.zul.Paging
 
setActivePage(int) - Method in class org.zkoss.zul.Tree
Sets the active page (starting from 0).
setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
Sets the active page in which the specified item is.
setActivePage(int) - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.setPageSize(int) rather than this method. It always does nothing since 3.0.7
setActivePageApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Sets the active page in which the specified item is.
setActivePageApi(Treeitem) - Method in class org.zkoss.zul.Tree
Sets the active page in which the specified item is.
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the horizontal alignment.
setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alignment.
setAlign(String) - Method in interface org.zkoss.zul.api.Audio
Sets the alignment: one of top, texttop, middle, absmiddle, bottom, absbottom, baseline, left, right and center.
setAlign(String) - Method in interface org.zkoss.zul.api.Box
Sets the alignment of cells of this box in the 'opposite' direction (null, start, center, end).
setAlign(String) - Method in interface org.zkoss.zul.api.Div
Sets the alignment: one of left, center, right, ustify,
setAlign(String) - Method in interface org.zkoss.zul.api.Grid
Sets the horizontal alignment of the whole grid.
setAlign(String) - Method in interface org.zkoss.zul.api.Iframe
Sets the alignment: one of top, middle, bottom, left, right and center.
setAlign(String) - Method in interface org.zkoss.zul.api.Image
Sets the alignment: one of top, texttop, middle, absmiddle, bottom, absbottom, baseline, left, right and center.
setAlign(String) - Method in interface org.zkoss.zul.api.Row
Sets the horizontal alignment of the whole row.
setAlign(String) - Method in interface org.zkoss.zul.api.Tabs
Sets the alignment of tab.
setAlign(String) - Method in interface org.zkoss.zul.api.Toolbar
Sets the alignment of any children added to this toolbar.
setAlign(String) - Method in class org.zkoss.zul.Audio
Sets the alignment: one of top, texttop, middle, absmiddle, bottom, absbottom, baseline, left, right and center.
setAlign(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box in the 'opposite' direction (null, start, center, end).
setAlign(String) - Method in class org.zkoss.zul.Div
Sets the alignment: one of left, center, right, ustify,
setAlign(String) - Method in class org.zkoss.zul.Grid
Sets the horizontal alignment of the whole grid.
setAlign(String) - Method in class org.zkoss.zul.Iframe
Sets the alignment: one of top, middle, bottom, left, right and center.
setAlign(String) - Method in class org.zkoss.zul.Image
Sets the alignment: one of top, texttop, middle, absmiddle, bottom, absbottom, baseline, left, right and center.
setAlign(String) - Method in interface org.zkoss.zul.impl.api.HeaderElement
Sets the horizontal alignment of this column.
setAlign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the horizontal alignment of this column.
setAlign(String) - Method in class org.zkoss.zul.Row
Sets the horizontal alignment of the whole row.
setAlign(String) - Method in class org.zkoss.zul.Tabs
Sets the alignment of tab.
setAlign(String) - Method in class org.zkoss.zul.Toolbar
Sets the alignment of any children added to this toolbar.
setAlt(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the alt.
setApply(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the apply attribute that is is a list of Composer class or EL expressions returning classes, class names or composer instances.
setApply(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
Sets the applicationname.
setAreaListener(ChartAreaListener) - Method in interface org.zkoss.zul.api.Chart
Sets the renderer which is used to render each area.
setAreaListener(String) - Method in interface org.zkoss.zul.api.Chart
Sets the renderer by use of a class name.
setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
Sets the renderer which is used to render each area.
setAreaListener(String) - Method in class org.zkoss.zul.Chart
Sets the renderer by use of a class name.
setAttachEdge(String) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the attach edge.
setAttachEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the attach edge.
setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
Adds the giving attribute.
setAttribute(Attribute) - Method in class org.zkoss.idom.Element
 
setAttribute(String, String) - Method in class org.zkoss.idom.Element
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletServletContext
 
setAttribute(String, Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setAttribute(String, Object, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the attribute of the specified scope.
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
Sets the custom attribute associated with this component, i.e., Component.COMPONENT_SCOPE.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
Sets the value of the specified custom attribute associated with the desktop.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
Sets the value of the specified request attribute.
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute in the specified scope.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Page
Sets the value of the specified custom attribute associated with this page.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Session
Sets the value of the specified custom attribute.
setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
Sets the value of the specified custom attribute.
setAttributeModificationAware(boolean) - Method in interface org.zkoss.idom.Attributable
Sets whether it is aware of the modificatioin of attributes.
setAttributeModificationAware(boolean) - Method in class org.zkoss.idom.Element
 
setAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNodeNS(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNS(String, String, String) - Method in class org.zkoss.idom.Element
 
setAttributeValue(String, String) - Method in interface org.zkoss.idom.Attributable
Sets the value of the attribute with the giving tag name.
setAttributeValue(String, String) - Method in class org.zkoss.idom.Element
 
setAutocheck(boolean) - Method in interface org.zkoss.zul.api.Menuitem
Sets whether the menuitem check mark will update each time the menu item is selected.
setAutocheck(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the menuitem check mark will update each time the menu item is selected.
setAutocomplete(boolean) - Method in interface org.zkoss.zul.api.Combobox
Sets whether to automatically complete this text box by matching the nearest item (Comboitem.
setAutocomplete(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically complete this text box by matching the nearest item (Comboitem.
setAutodrop(boolean) - Method in interface org.zkoss.zul.api.Bandbox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in interface org.zkoss.zul.api.Combobox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in interface org.zkoss.zul.api.Menubar
Sets whether to automatically drop down menus if user moves mouse over it.
setAutodrop(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Menubar
Sets whether to automatically drop down menus if user moves mouse over it.
setAutohide(boolean) - Method in interface org.zkoss.zul.api.Iframe
Sets whether to automatically hide this component if a popup or dropdown is overlapped with it.
setAutohide(boolean) - Method in interface org.zkoss.zul.api.Paging
Sets whether to automatically hide this component if there is only one page available.
setAutohide(boolean) - Method in class org.zkoss.zul.Iframe
Sets whether to automatically hide this component if a popup or dropdown is overlapped with it.
setAutohide(boolean) - Method in class org.zkoss.zul.Paging
Sets whether to automatically hide this component if there is only one page available.
setAutoPlay(boolean) - Method in interface org.zkoss.zul.api.Flash
Deprecated. As of release 3.6.1, use Flash.setAutoplay(boolean) instead.
setAutoplay(boolean) - Method in interface org.zkoss.zul.api.Flash
Sets wether to play the Flash movie automatically.
setAutoPlay(boolean) - Method in class org.zkoss.zul.Flash
Deprecated. As of release 3.6.1, use Flash.setAutoplay(boolean) instead.
setAutoplay(boolean) - Method in class org.zkoss.zul.Flash
Sets wether to play the Flash movie automatically.
setAutoscroll(boolean) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets whether enable overflow scrolling.
setAutoscroll(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets whether enable overflow scrolling.
setAutoSort(boolean) - Method in class org.zkoss.zul.SimpleXYModel
 
setAutoSort(boolean) - Method in interface org.zkoss.zul.XYModel
Set model to autosort on x value for each series.
setAutostart(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to auto start playing the audio.
setAvatar(Image) - Method in interface org.zkoss.util.media.Photo
Sets the avator (icon) of this object.
setBar(boolean) - Method in interface org.zkoss.zul.api.Separator
Sets whether to display a visual bar as the separator.
setBar(boolean) - Method in class org.zkoss.zul.Separator
Sets whether to display a visual bar as the separator.
setBegin(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration begins.
setBgAlpha(int) - Method in interface org.zkoss.zul.api.Chart
Set the background alpha (transparency, 0 ~ 255).
setBgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the background alpha (transparency, 0 ~ 255).
setBgColor(String) - Method in interface org.zkoss.zul.api.Captcha
Set the background color of the chart.
setBgColor(String) - Method in interface org.zkoss.zul.api.Chart
Set the background color of the chart.
setBgcolor(String) - Method in interface org.zkoss.zul.api.Flash
Sets the background color of Flash movie
setBgColor(String) - Method in class org.zkoss.zul.Captcha
Set the background color of the chart.
setBgColor(String) - Method in class org.zkoss.zul.Chart
Set the background color of the chart.
setBgcolor(String) - Method in class org.zkoss.zul.Flash
Sets the background color of Flash movie.
setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets whether to preserve the blank text.
setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets a bookmark to this desktop.
setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBookmarkByClient(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setBookmarkByClient(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the bookmark when receiving the onBookmarkChange command from the client.
setBorder(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the border.
setBorder(String) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the border (either none or normal).
setBorder(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the border (either none or normal).
setBorder(String) - Method in interface org.zkoss.zul.api.Audio
Sets the width of the border.
setBorder(String) - Method in interface org.zkoss.zul.api.Image
Sets the width of the border.
setBorder(String) - Method in interface org.zkoss.zul.api.Panel
Sets the border (either none or normal).
setBorder(String) - Method in interface org.zkoss.zul.api.Window
Sets the border (either none or normal).
setBorder(String) - Method in class org.zkoss.zul.Audio
Sets the width of the border.
setBorder(String) - Method in class org.zkoss.zul.Image
Sets the width of the border.
setBorder(String) - Method in class org.zkoss.zul.Panel
Sets the border (either none or normal).
setBorder(String) - Method in class org.zkoss.zul.Window
Sets the border (either none or normal).
setBufferSize(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setButtons(int) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets what buttons are allowed.
setButtonVisible(boolean) - Method in interface org.zkoss.zul.api.Bandbox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in interface org.zkoss.zul.api.Combobox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in interface org.zkoss.zul.api.Datebox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in interface org.zkoss.zul.api.Spinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in interface org.zkoss.zul.api.Timebox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Spinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Timebox
Sets whether the button (on the right of the textbox) is visible.
setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object.
setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specfied public field or public method in the object, without converting the specified val.
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setCacheable(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the client can cache the rendered result.
setCacheable(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets if the client can cache the rendered result.
setCaption(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the caption.
setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the case condition.
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setCharset(String) - Method in interface org.zkoss.zul.api.Script
Sets the character encoding of the source.
setCharset(String) - Method in class org.zkoss.zul.Script
Sets the character encoding of the source.
setCheckable(boolean) - Method in interface org.zkoss.zul.api.Listitem
Sets whether it is checkable.
setCheckable(boolean) - Method in interface org.zkoss.zul.api.Treeitem
Sets whether it is checkable.
setCheckable(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is checkable.
setCheckable(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is checkable.
setChecked(boolean) - Method in interface org.zkoss.zul.api.Checkbox
Sets whether it is checked.
setChecked(boolean) - Method in interface org.zkoss.zul.api.Menuitem
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Radio
Sets the radio is checked and unchecked the others in the same radio group (Radiogroup.
setCheckedByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Checkable
Checks the state caused by client.
setCheckedByClient(boolean) - Method in class org.zkoss.zul.Checkbox.ExtraCtrl
 
setCheckedByClient(boolean) - Method in class org.zkoss.zul.Menuitem.ExtraCtrl
 
setCheckedByClient(boolean) - Method in class org.zkoss.zul.Radio.ExtraCtrl
 
setCheckmark(boolean) - Method in interface org.zkoss.zul.api.Listbox
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in interface org.zkoss.zul.api.Menuitem
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in interface org.zkoss.zul.api.Tree
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Tree
Sets whether the check mark shall be displayed in front of each item.
setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
Sets how often to check (unit=milliseconds).
setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setClickFilterDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, to filter out consecutive click events.
setClosable(boolean) - Method in interface org.zkoss.zul.api.Groupbox
Sets whether user can open or close the group box.
setClosable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to show a close button on the title bar.
setClosable(boolean) - Method in interface org.zkoss.zul.api.Tab
Sets whether this tab is closable.
setClosable(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether to show a close button on the title bar.
setClosable(boolean) - Method in class org.zkoss.zul.Groupbox
Sets whether user can open or close the group box.
setClosable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a close button on the title bar.
setClosable(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is closable.
setClosable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show a close button on the title bar.
setCmargins(String) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the collapsed margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setCmargins(String) - Method in class org.zkoss.zkex.zul.Center
Center region can't be enabled the collapsed margin functionality.
setCmargins(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the collapsed margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCode(String) - Method in interface org.zkoss.zul.api.Applet
Sets the code of the applet, i.e., the URI of the Java class.
setCode(String) - Method in class org.zkoss.zul.Applet
Sets the code of the applet, i.e., the URI of the Java class.
setCodeFilterType(ComparisonType) - Method in class org.zkoss.zkdemo.test.MyBean
 
setCodeView(Textbox) - Method in class org.zkoss.zkdemo.test2.MainLayout
 
setCodeView(Textbox) - Method in class org.zkoss.zkdemo.test2.MainWindow
 
setCollapse(String) - Method in interface org.zkoss.zul.api.Splitter
Sets which side of the splitter is collapsed when its grippy is clicked.
setCollapse(String) - Method in class org.zkoss.zul.Splitter
Sets which side of the splitter is collapsed when its grippy is clicked.
setCollapsible(boolean) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets whether set the initial display to collapse.
setCollapsible(boolean) - Method in class org.zkoss.zkex.zul.Center
Center region can't be enabled the collapse functionality.
setCollapsible(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets whether set the initial display to collapse.
setCollapsible(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to show a toggle button on the title bar.
setCollapsible(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a toggle button on the title bar.
setColor(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the color.
setCols(int) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the cols.
setCols(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the cols.
setColspan(int) - Method in interface org.zkoss.zkmax.zul.api.Tablechildren
Sets the number of columns to span this header.
setColspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
Sets the number of columns to span this header.
setColspan(int) - Method in interface org.zkoss.zul.api.Auxheader
Sets the number of columns to span this header.
setColspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of columns to span this header.
setColumns(int) - Method in interface org.zkoss.zkmax.zul.api.Tablelayout
Sets the number of columns.
setColumns(int) - Method in class org.zkoss.zkmax.zul.Tablelayout
Sets the number of columns.
setColumnsgroup(boolean) - Method in interface org.zkoss.zul.api.Columns
Sets whether to enable grouping of columns with the header context menu.
setColumnsgroup(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable grouping of columns with the header context menu.
setColumnshide(boolean) - Method in interface org.zkoss.zul.api.Columns
Sets whether to enable hiding of columns with the header context menu.
setColumnshide(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable hiding of columns with the header context menu.
setCompact(boolean) - Method in interface org.zkoss.zul.api.Calendar
Sets whether to use a compact layout.
setCompact(boolean) - Method in interface org.zkoss.zul.api.Datebox
Sets whether to use a compact layout.
setCompact(boolean) - Method in class org.zkoss.zul.Calendar
Sets whether to use a compact layout.
setCompact(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether to use a compact layout.
setComplete(boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setComplete(boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets if the page is a complete page.
setComplete(boolean) - Method in interface org.zkoss.zk.ui.Page
Sets if the page is a complete page.
setComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setComponentDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Sets the component definition.
setCompress(String[]) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
setCondition(ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the effectiveness condition.
setConstraint(String) - Method in class org.zkoss.zul.Datebox
 
setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
Sets the constraint.
setConstraint(String) - Method in interface org.zkoss.zul.impl.api.InputElement
 
setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(String) - Method in class org.zkoss.zul.Spinner
 
setContent(Object) - Method in class org.zkoss.idom.Element
Sets the content of this element.
setContent(String, Object) - Method in class org.zkoss.idom.Element
Sets the content of the child element with the giving path.
setContent(Media) - Method in class org.zkoss.zkex.zul.Jasperreport
 
setContent(Audio) - Method in interface org.zkoss.zul.api.Audio
Sets the content directly.
setContent(String) - Method in interface org.zkoss.zul.api.Comboitem
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(Media) - Method in interface org.zkoss.zul.api.Flash
Sets the content of the flash directly.
setContent(String) - Method in interface org.zkoss.zul.api.Html
Sets the embedded content (i.e., HTML tags).
setContent(Media) - Method in interface org.zkoss.zul.api.Iframe
Sets the content directly.
setContent(Image) - Method in interface org.zkoss.zul.api.Image
Sets the content directly.
setContent(RenderedImage) - Method in interface org.zkoss.zul.api.Image
Sets the content directly with the rendered image.
setContent(String) - Method in interface org.zkoss.zul.api.Script
Sets the content of the script element.
setContent(String) - Method in interface org.zkoss.zul.api.Style
Sets the content of the style element.
setContent(Audio) - Method in class org.zkoss.zul.Audio
Sets the content directly.
setContent(String) - Method in class org.zkoss.zul.Comboitem
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(Media) - Method in class org.zkoss.zul.Flash
Sets the content of the flash directly.
setContent(String) - Method in class org.zkoss.zul.Html
Sets the embedded content (i.e., HTML tags).
setContent(Media) - Method in class org.zkoss.zul.Iframe
Sets the content directly.
setContent(Image) - Method in class org.zkoss.zul.Image
Sets the content directly.
setContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content directly with the rendered image.
setContent(String) - Method in class org.zkoss.zul.Script
Sets the content of the script element.
setContent(String) - Method in class org.zkoss.zul.Style
Sets the content of the style element.
setContentLength(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContents(Collection, Object) - Static method in class org.zkoss.idom.util.IDOMs
Set the contents of elements.
setContentSclass(String) - Method in interface org.zkoss.zul.api.Detail
Sets the style class used for the content block.
setContentSclass(String) - Method in interface org.zkoss.zul.api.Groupbox
Sets the style class used for the content block.
setContentSclass(String) - Method in interface org.zkoss.zul.api.Window
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Detail
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Groupbox
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Window
Sets the style class used for the content block.
setContentStyle(String) - Method in interface org.zkoss.zul.api.Detail
Sets the CSS style for the content block of the window.
setContentStyle(String) - Method in interface org.zkoss.zul.api.Groupbox
Sets the CSS style for the content block of the groupbox.
setContentStyle(String) - Method in interface org.zkoss.zul.api.Window
Sets the CSS style for the content block of the window.
setContentStyle(String) - Method in class org.zkoss.zul.Detail
Sets the CSS style for the content block of the window.
setContentStyle(String) - Method in class org.zkoss.zul.Groupbox
Sets the CSS style for the content block of the groupbox.
setContentStyle(String) - Method in class org.zkoss.zul.Window
Sets the CSS style for the content block of the window.
setContentType(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
Sets the content type.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the content type.
setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Sets the content type of the output.
setContentType(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setContentType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setContentType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the content type.
setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the content type.
setContext(String) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the ID of the popup (Popup) that should appear when the user right-clicks on the element (aka., context menu).
setContext(Popup) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the UUID of the popup that should appear when the user right-clicks on the element (aka., context menu).
setContext(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user right-clicks on the element (aka., context menu).
setContext(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user right-clicks on the element (aka., context menu).
setContext(String) - Method in class org.zkoss.zul.Treerow
Alwasys throws UnsupportedOperationException since developers shall use XulElement.setContext(java.lang.String) instead.
setCoords(String) - Method in class org.zkoss.zul.Area
Sets the coords of this area.
setCtrlKeys(String) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets what keystrokes to intercept.
setCtrlKeys(String) - Method in class org.zkoss.zul.impl.XulElement
Sets what keystrokes to intercept.
setCurpos(int) - Method in class org.zkoss.zul.Slider
Sets the current position of the slider.
setCurposByClient(int) - Method in interface org.zkoss.zk.ui.ext.client.Scrollable
Sets the value in string (aka., text) by client.
setCurposByClient(int) - Method in class org.zkoss.zul.Slider.ExtraCtrl
 
setCurrent(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
Sets the execution for the current thread.
setCurrent(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
Sets the session for the current thread.
setCurrentDirectory(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the current directory.
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the current directory which is used to convert a relative URI to absolute.
setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the current component definition, which is used only by UiEngine to communicate with AbstractComponent.
setCurrentPage(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPage(Page) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page.
setCurrentPageDefinition(PageDefinition) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setCurrentPageDefinition(PageDefinition) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the current page definition.
setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setData(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setData(Map) - Method in class org.zkoss.idom.ProcessingInstruction
Sets the raw data with a data map.
setDatasource(JRDataSource) - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Sets the JasperReports DataSource.
setDatasource(JRDataSource) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the JasperReports DataSource.
setDateFormat(String) - Method in interface org.zkoss.zul.api.Chart
Sets the date format used by date related Chart.
setDateFormat(String) - Method in class org.zkoss.zul.Chart
Sets the date format used by date related Chart.
setDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setDateHeader(String, long) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setDateHeader(String, long) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets a response header with the given name and date-value.
setDebugJS(boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
Sets whether to debug JavaScript files.
setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to debug JavaScript files.
setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the URI where this definition is declared.
setDefaultActionOnShow(String) - Static method in class org.zkoss.zul.Window
Sets the action of window component to show the animating effect by default.
setDefaultConfig(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
Whether use the default binding configuration.
setDefaultParent(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setDefaultParent(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the default parent.
setDefer(boolean) - Method in interface org.zkoss.zul.api.Script
Sets whether to defer the execution of the script codes.
setDefer(boolean) - Method in class org.zkoss.zul.Script
Sets whether to defer the execution of the script codes.
setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Sets whether the evaluation of the zscript shall be deferred.
setDelay(int, int, int) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Sets the delay between each polling.
setDelay(int, int, int) - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
Sets the delay between each polling request.
setDelay(int, int, int) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
This method has no function at all.
setDelay(int) - Method in interface org.zkoss.zul.api.Timer
Sets the delay, the number of milliseconds between successive action events.
setDelay(int) - Method in class org.zkoss.zul.Timer
Sets the delay, the number of milliseconds between successive action events.
setDescription(String) - Method in interface org.zkoss.zul.api.Comboitem
Sets the description.
setDescription(String) - Method in class org.zkoss.zul.Comboitem
Sets the description.
setDescription(String) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
Sets the desktop to the specified request.
setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the desktop associated with this execution.
setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the desktop cache.
setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the desktop provider for this Web application.
setDesktopCacheProviderClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements DesktopCacheProvider, or null to use the default.
setDesktopMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the desktop.
setDetailed(boolean) - Method in interface org.zkoss.zul.ext.Paginal
Sets whether to show the detailed info, such as Paginal.getTotalSize().
setDetailed(boolean) - Method in class org.zkoss.zul.Paging
 
setDeviceType(String) - Method in interface org.zkoss.zk.ui.Desktop
Sets the device type that this desktop belongs to.
setDeviceType(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setDeviceType(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setDeviceType(String) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
Sets the device type that this session belongs to.
setDir(String) - Method in interface org.zkoss.zul.api.Button
Sets the direction.
setDir(String) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets the direction.
setDir(String) - Method in class org.zkoss.zul.Button
Sets the direction.
setDir(String) - Method in class org.zkoss.zul.Toolbarbutton
Sets the direction.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Button
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Checkbox
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Comboitem
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Listbox
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Listitem
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Menuitem
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Tab
Sets whether this tab is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.api.Treeitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Button
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Comboitem
Sets whether it is disabled.
setDisabled(boolean) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Toolbarbutton
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is disabled.
setDocType(DocType) - Method in class org.zkoss.idom.Document
Sets the document type.
setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the doc type (<!
setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the doc type (<!
setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
 
setDocumentURI(String) - Method in class org.zkoss.idom.Document
 
setDraggable(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is draggable, or an identifier of a draggable type of objects.
setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is draggable, or an identifier of a draggable type of objects.
setDraggable(String) - Method in class org.zkoss.zul.Treeitem
No callable.
setDraggable(String) - Method in class org.zkoss.zul.Window
 
setDriver(String) - Method in class org.zkoss.zkdemo.test2.BizService.Repository
 
setDroppable(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is droppable, or a list of identifiers of draggable types of objects that could be droped to this component.
setDroppable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets "true" or "false" to denote whether a component is droppable, or a list of identifiers of draggable types of objects that could be droped to this component.
setDroppable(String) - Method in class org.zkoss.zul.Treeitem
No callable.
setDynamic(boolean) - Method in interface org.zkoss.zul.api.Style
Sets whether to load an external Style Sheet dynamically.
setDynamic(boolean) - Method in class org.zkoss.zul.Style
Sets whether to load an external Style Sheet dynamically.
setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the dynamic property.
setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
Sets a property with the specified name and value.
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlMacroComponent
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Applet
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Include
Adds a dynamic property that will be passed to the included page via the request's attribute.
setDynamicTagInfo(String, Set) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Adds the definition for the dynamic tag.
setElement(Object) - Method in class org.zkoss.util.CheckableTreeArray.CkEntry
 
setElement(Object) - Method in interface org.zkoss.util.ListX.Entry
Sets the entry to store the specified element.
setElement(Object) - Method in class org.zkoss.util.TreeArray.RbEntry
Override it if you want to do something when an element is set.
setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
Sets the class of the image encoder for the specified format.
setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets whether to encode the alpha transparency.
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setEnd(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the index of the item at which the iteration ends (inclusive).
setEnd(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setEngine(String) - Method in interface org.zkoss.zul.api.Captcha
Sets the captcha engine by use of a class name.
setEngine(CaptchaEngine) - Method in interface org.zkoss.zul.api.Captcha
Set the captcha engine.
setEngine(ChartEngine) - Method in interface org.zkoss.zul.api.Chart
Sets the chart engine.
setEngine(String) - Method in interface org.zkoss.zul.api.Chart
Sets the chart engine by use of a class name.
setEngine(String) - Method in class org.zkoss.zul.Captcha
Sets the captcha engine by use of a class name.
setEngine(CaptchaEngine) - Method in class org.zkoss.zul.Captcha
Set the captcha engine.
setEngine(ChartEngine) - Method in class org.zkoss.zul.Chart
Sets the chart engine.
setEngine(String) - Method in class org.zkoss.zul.Chart
Sets the chart engine by use of a class name.
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML docu-ment to be parsed.
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML docu-ment to be parsed.
setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the epilog content.
setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setErrorByClient(String, String) - Method in interface org.zkoss.zk.ui.ext.client.Errorable
Sets or clears the error by client.
setErrorByClient(String, String) - Method in class org.zkoss.zul.impl.InputElement.ExtraCtrl
 
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorPage(String) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
setEscapeXML(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to escape XML.
setEscapeXML(boolean) - Method in class org.zkoss.zk.ui.render.Out
Sets whether to escape XML.
setEventListener(EventListener) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the event listener.
setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Sets the cache that stores the information about event handler methods.
setExclude(String) - Method in interface org.zkoss.zul.api.Captcha
Set exclude characters that will not be generated.
setExclude(String) - Method in class org.zkoss.zul.Captcha
Set exclude characters that will not be generated.
setExecution(Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setExecution(Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the execution (used to represent a lock).
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether to expand entities during parsing.
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether to expand entities during parsing.
setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
Sets the expected type.
setExpressionFactoryClass(Class) - Static method in class org.zkoss.xel.Expressions
Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default.
setExpressionFactoryClass(Class) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setExpressionFactoryClass(Class) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the implementation of the expression factory that shall be used by this page.
setExpressionFactoryClass(Class) - Method in interface org.zkoss.zk.ui.Page
Sets the implementation of the expression factory that is used by this page.
setExpressionFactoryClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the implementation of the expression factory that shall be used by the whole system.
setFailoverManager(FailoverManager) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setFailoverManager(FailoverManager) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the failover manager for this Web application.
setFailoverManagerClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements FailoverManager, or null if no custom failover mechanism.
setFgAlpha(int) - Method in interface org.zkoss.zul.api.Chart
Set the foreground alpha (transparency, 0 ~ 255).
setFgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the foreground alpha (transparency, 0 ~ 255).
setField(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean).
setField(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean).
setField(String, String) - Method in interface org.zkoss.zul.api.Applet
Sets the value of the specified filed.
setField(String, String) - Method in class org.zkoss.zul.Applet
Sets the value of the specified filed.
setFirstLine(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setFirstLine(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the first line to be generated to the output.
setFirstLine(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the first line to be generated to the output.
setFirstName(String) - Method in class org.zkoss.zkdemo.userguide.Person
 
setFixedLayout(boolean) - Method in interface org.zkoss.zul.api.Grid
Sets the outline of grid whether is fixed layout.
setFixedLayout(boolean) - Method in interface org.zkoss.zul.api.Listbox
Sets the outline of listbox whether is fixed layout.
setFixedLayout(boolean) - Method in interface org.zkoss.zul.api.Tree
Sets the outline of grid whether is fixed layout.
setFixedLayout(boolean) - Method in class org.zkoss.zul.Grid
Sets the outline of grid whether is fixed layout.
setFixedLayout(boolean) - Method in class org.zkoss.zul.Listbox
Sets the outline of listbox whether is fixed layout.
setFixedLayout(boolean) - Method in class org.zkoss.zul.Tree
Sets the outline of grid whether is fixed layout.
setFlex(boolean) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets whether to grow and shrink vertical/horizontal to fit their given space, so called flexibility.
setFlex(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets whether to grow and shrink vertical/horizontal to fit their given space, so called flexibility.
setFloatable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to float the panel to display it inline where it is rendered.
setFloatable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to float the panel to display it inline where it is rendered.
setFocus(boolean) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets focus to this element.
setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets focus to this element.
setFocus(int) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the focus.
setFondSizeCookie(Execution, String) - Static method in class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
set font size value to cookie
setFontColor(String) - Method in interface org.zkoss.zul.api.Captcha
Set font color.
setFontColor(String) - Method in class org.zkoss.zul.Captcha
Set font color.
setForEach(String, String, String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the forEach attribute, which is usually an expression.
setFormat(String) - Method in class org.zkoss.zul.Datebox
Sets the date format.
setFormat(String) - Method in interface org.zkoss.zul.impl.api.FormatInputElement
Sets the format.
setFormat(String) - Method in class org.zkoss.zul.impl.FormatInputElement
Sets the format.
setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
Sets the formatter used by Messages.get(int, Object[], Locale).
setForward(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the forward condition that controls when to forward an event receiving by this component to another component.
setFramable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to render the panel with custom rounded borders.
setFramable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to render the panel with custom rounded borders.
setFulfill(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the fulfill condition that controls when to create the child components.
setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the function mapper, or null if not available.
setHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setHeader(String, String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets a responseheader with the given name and value.
setHeight(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the height.
setHeight(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the height.
setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the height.
setHeight(String) - Method in class org.zkoss.zkex.zul.Center
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(String) - Method in class org.zkoss.zkex.zul.East
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(String) - Method in class org.zkoss.zkex.zul.Fisheye
This method is unsupported.
setHeight(String) - Method in class org.zkoss.zkex.zul.West
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setHeightByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Sizable
Sets the height of the component, caused by user's activity at the client.
setHeightByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setHeights(String) - Method in interface org.zkoss.zul.api.Box
Sets the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
setHeights(String) - Method in class org.zkoss.zul.Box
Sets the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
setHierarchy(boolean) - Static method in class org.zkoss.util.logging.Log
Sets whether to support the hierarchical loggers.
setHover(String) - Method in interface org.zkoss.zul.api.Image
Sets the image URI.
setHover(String) - Method in class org.zkoss.zul.Image
Sets the image URI.
setHoverContent(Image) - Method in interface org.zkoss.zul.api.Image
Sets the content of the hover image directly.
setHoverContent(RenderedImage) - Method in interface org.zkoss.zul.api.Image
Sets the content of the hover image directly with the rendered image.
setHoverContent(Image) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly.
setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly with the rendered image.
setHoverImage(String) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the image URI.
setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setHoverImageContent(Image) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the content of the hover image directly.
setHoverImageContent(RenderedImage) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the content of the hover image directly with the rendered image.
setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly.
setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly with the rendered image.
setHref(String) - Method in interface org.zkoss.zul.api.Button
Sets the href.
setHref(String) - Method in interface org.zkoss.zul.api.Menuitem
Sets the href.
setHref(String) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Button
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Menuitem
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Toolbarbutton
Sets the href.
setHspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the hspace.
setHspace(String) - Method in interface org.zkoss.zul.api.Image
Sets number of pixels of extra space to the left and right side of the image.
setHspace(String) - Method in class org.zkoss.zul.Image
Sets number of pixels of extra space to the left and right side of the image.
setHyphen(boolean) - Method in interface org.zkoss.zul.api.Label
Sets whether to hyphen a long word if maxlength is specified.
setHyphen(boolean) - Method in class org.zkoss.zul.Label
Sets whether to hyphen a long word if maxlength is specified.
setIconSclass(String) - Method in class org.zkoss.zul.Tree
Deprecated. As of release 3.5.0, replaced with HtmlBasedComponent.setZclass(String)
setId(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the id attribute.
setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setId(String) - Method in interface org.zkoss.zk.ui.Component
Sets the ID.
setId(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setId(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setId(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setId(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the identifier that will be assigned to pages created from this definition.
setId(String) - Method in interface org.zkoss.zk.ui.Page
Sets the identifier of this page.
setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the desktop identifier.
setId(String) - Method in class org.zkoss.zul.Area
 
setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
 
setIdentity(int) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Sets the identity.
setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the ID generator for this Web application.
setIdGeneratorClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to generate UUID/ID of desktop, page and components, or null to use the default.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
Sets the iDOM factory.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
Sets the iDOM factory.
setIf(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the if condition.
setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the if condition.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will ignore comments.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether the parser should elminate whitespace in element content.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether the parser should elminate whitespace in element content.
setImage(String) - Method in interface org.zkoss.zkex.zul.api.Fisheye
Sets the image URI.
setImage(String) - Method in class org.zkoss.zkex.zul.Fisheye
Sets the image URI.
setImage(String) - Method in interface org.zkoss.zul.api.Detail
Sets the URI of the button image.
setImage(String) - Method in interface org.zkoss.zul.api.Listitem
Sets the image of the Listcell it contains.
setImage(String) - Method in interface org.zkoss.zul.api.Treeitem
Sets the image of the Treecell it contains.
setImage(String) - Method in class org.zkoss.zul.Bandbox
Deprecated. As of release 3.5.0
setImage(String) - Method in class org.zkoss.zul.Combobox
Deprecated. As of release 3.5.0
setImage(String) - Method in class org.zkoss.zul.Datebox
Deprecated. As of release 3.5.0
setImage(String) - Method in class org.zkoss.zul.Detail
Deprecated. As of release 3.5.2
setImage(String) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the image URI.
setImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setImage(String) - Method in class org.zkoss.zul.Listitem
Sets the image of the Listcell it contains.
setImage(String) - Method in class org.zkoss.zul.Timebox
Deprecated. As of release 3.5.0
setImage(String) - Method in class org.zkoss.zul.Treeitem
Sets the image of the Treecell it contains.
setImageContent(Image) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the content directly.
setImageContent(RenderedImage) - Method in interface org.zkoss.zul.impl.api.LabelImageElement
Sets the content directly with the rendered image.
setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly.
setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly with the rendered image.
setImplementation(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the string that implements the component.
setImplementationClass(Class) - Static method in class org.zkoss.zk.au.AuWriters
Sets the implementation class of AuWriter that will be used to generate the output to the client.
setImplementationClass(Class) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class to implements the component.
setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Sets the class name to implements the component.
setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Deprecated. As of release 3.6.0, replaced with ComponentInfo.setImplementation(java.lang.String).
setImplementationClass(Class) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
setImplicit(String, Object) - Static method in class org.zkoss.zk.scripting.Namespaces
Sets an implicit object.
setIndex(int) - Method in class org.zkoss.zul.Listitem
 
setInnerBottom(String) - Method in class org.zkoss.zul.Grid
Internal use only.
setInnerBottom(String) - Method in class org.zkoss.zul.Listbox
Internal use only.
setInnerHeight(String) - Method in class org.zkoss.zul.Grid
Internal use only.
setInnerHeight(String) - Method in class org.zkoss.zul.Listbox
Internal use only.
setInnerTop(String) - Method in class org.zkoss.zul.Grid
Internal use only.
setInnerTop(String) - Method in class org.zkoss.zul.Listbox
Internal use only.
setInnerWidth(String) - Method in interface org.zkoss.zul.api.Grid
Sets the inner width of this component.
setInnerWidth(String) - Method in interface org.zkoss.zul.api.Listbox
Sets the inner width of this component.
setInnerWidth(String) - Method in interface org.zkoss.zul.api.Tree
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Grid
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Listbox
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Tree
Sets the inner width of this component.
setInnerWidthByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.InnerWidth
Sets the inner width of the component, caused by user's activity at the client.
setInnerWidthByClient(String) - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
setInnerWidthByClient(String) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
setInnerWidthByClient(String) - Method in class org.zkoss.zul.Tree.ExtraCtrl
 
setInternalSubset(String) - Method in class org.zkoss.idom.DocType
Sets the data for the internal subset.
setIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setItemHeight(int) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the item height of Fisheye.
setItemHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item height of Fisheye.
setItemMaxHeight(int) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the item maximal height of Fisheye.
setItemMaxHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item maximal height of Fisheye.
setItemMaxWidth(int) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the item maximal width of Fisheye.
setItemMaxWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item maximal width of Fisheye.
setItemPadding(int) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the item padding of Fisheye.
setItemPadding(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item padding of Fisheye.
setItemRenderer(ComboitemRenderer) - Method in interface org.zkoss.zul.api.Combobox
Sets the renderer which is used to render each row if Combobox.getModel() is not null.
setItemRenderer(String) - Method in interface org.zkoss.zul.api.Combobox
Sets the renderer by use of a class name.
setItemRenderer(ListitemRenderer) - Method in interface org.zkoss.zul.api.Listbox
Sets the renderer which is used to render each item if Listbox.getModel() is not null.
setItemRenderer(String) - Method in interface org.zkoss.zul.api.Listbox
Sets the renderer by use of a class name.
setItemRenderer(ComboitemRenderer) - Method in class org.zkoss.zul.Combobox
Sets the renderer which is used to render each row if Combobox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Combobox
Sets the renderer by use of a class name.
setItemRenderer(ListitemRenderer) - Method in class org.zkoss.zul.Listbox
Sets the renderer which is used to render each item if Listbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
Sets the renderer by use of a class name.
setItems(Object) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the attribute items.
setItemWidth(int) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the item width of Fisheye.
setItemWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the item width of Fisheye.
setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the desktops across visits.
setLabel(String) - Method in interface org.zkoss.zkex.zul.api.Fisheye
Sets the label.
setLabel(String) - Method in class org.zkoss.zkex.zul.Fisheye
Sets the label.
setLabel(String) - Method in interface org.zkoss.zul.api.Group
Sets the value of the Label it contains.
setLabel(String) - Method in interface org.zkoss.zul.api.Groupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in interface org.zkoss.zul.api.Listitem
Sets the label of the Listcell it contains.
setLabel(String) - Method in interface org.zkoss.zul.api.Treeitem
Sets the label of the Treecell it contains.
setLabel(String) - Method in class org.zkoss.zul.Column
 
setLabel(String) - Method in class org.zkoss.zul.Comboitem
 
setLabel(String) - Method in class org.zkoss.zul.Group
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Groupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in interface org.zkoss.zul.impl.api.LabelElement
Sets the label.
setLabel(String) - Method in class org.zkoss.zul.impl.LabelElement
Sets the label.
setLabel(String) - Method in class org.zkoss.zul.Listgroupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Listitem
Sets the label of the Listcell it contains.
setLabel(String) - Method in class org.zkoss.zul.Treeitem
Sets the label of the Treecell it contains.
setLabelEdge(String) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Returns the label edge.
setLabelEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Returns the label edge.
setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the component and attribute names used to represent a label.
setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScript
Sets the scripting language.
setLastName(String) - Method in class org.zkoss.zkdemo.userguide.Person
 
setLeft(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the left position.
setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the left position.
setLeftByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Movable
Sets the left of the component, caused by user's activity at the client.
setLeftByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setLegend(boolean) - Method in interface org.zkoss.zul.api.Groupbox
Sets whether this groupbox is in the legend mold.
setLegend(boolean) - Method in class org.zkoss.zul.Groupbox
Sets whether this groupbox is in the legend mold.
setLength(int) - Method in interface org.zkoss.zul.api.Captcha
Set length of the autogenerated text value; default to 5.
setLength(int) - Method in class org.zkoss.zul.Captcha
Set length of the autogenerated text value; default to 5.
setLenient(boolean) - Method in interface org.zkoss.zul.api.Datebox
Returns whether or not date/time parsing is to be lenient.
setLenient(boolean) - Method in class org.zkoss.zul.Datebox
Returns whether or not date/time parsing is to be lenient.
setLevel(Level) - Method in class org.zkoss.util.logging.Log
Sets the logging level.
setLifetime(int) - Method in interface org.zkoss.util.Cache
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.CacheMap
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.MultiCache
 
setLifetime(int) - Method in class org.zkoss.util.ThreadLocalCache
 
setLocale(Locale) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setLocale(Locale) - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Sets the output file locale.
setLocale(Locale) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the output file locale.
setLocalized(boolean) - Method in class org.zkoss.zul.Include
Sets whether the source depends on the current Locale.
setLocalName(String) - Method in class org.zkoss.idom.Attribute
Sets the local name of this attribute.
setLocalName(String) - Method in class org.zkoss.idom.Element
 
setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the local name of this item.
setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
 
setLocator(Locator) - Method in interface org.zkoss.idom.Item
Sets the locator of this item.
setLocator(Locator) - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
 
setLocator(Locator) - Method in interface org.zkoss.zk.ui.sys.RequestInfo
Sets the locator used to retrieve resources, such as taglib and zscript files.
setLoop(boolean) - Method in interface org.zkoss.zul.api.Flash
Sets whether the Flash movie plays repeatly
setLoop(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to play the audio repeatedly.
setLoop(boolean) - Method in class org.zkoss.zul.Flash
Sets whether the Flash movie plays repeatly
setMacroTemplate(Class, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the macro template.
setMacroURI(String) - Method in interface org.zkoss.zk.ui.ext.Macro
Sets the macro URI.
setMacroURI(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
 
setMacroURI(String) - Method in class org.zkoss.zml.XmlMacroComponent
 
setMargins(String) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setMargins(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setMax(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the maximum value.
setMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
Deprecated. As of release 3.0.1, replaced with Configuration.setSessionMaxDesktops(int).
setMaximizable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.
setMaximizable(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether to display the maximizing button and allow the user to maximize the window, when a window is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the window to its previous size.
setMaximizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.
setMaximizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the maximizing button and allow the user to maximize the window, when a window is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the window to its previous size.
setMaximized(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether the panel is maximized, and then the size of the panel will depend on it to show a appropriate size.
setMaximized(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether the window is maximized, and then the size of the window will depend on it to show a appropriate size.
setMaximized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is maximized, and then the size of the panel will depend on it to show a appropriate size.
setMaximized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is maximized, and then the size of the window will depend on it to show a appropriate size.
setMaximizedByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Maximizable
Sets the maximized of the component, caused by user's activity at the client.
setMaximizedByClient(boolean) - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
setMaximizedByClient(boolean) - Method in class org.zkoss.zul.Window.ExtraCtrl
 
setMaxInactiveInterval(int) - Method in class org.zkoss.web.portlet.PortletHttpSession
 
setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
 
setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxlength(int) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the maxlength to output.
setMaxlength(int) - Method in class org.zkoss.zk.ui.render.Out
Sets the maxlength to output.
setMaxlength(int) - Method in interface org.zkoss.zul.api.Label
Sets the maximal length of the label.
setMaxlength(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the maximal length of each item's label.
setMaxlength(int) - Method in interface org.zkoss.zul.api.Listheader
Sets the maximal length of each item's label.
setMaxlength(int) - Method in interface org.zkoss.zul.api.Treecol
Sets the maximal length of each item's label.
setMaxlength(int) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the maxlength.
setMaxlength(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the maxlength.
setMaxlength(int) - Method in class org.zkoss.zul.Label
Sets the maximal length of the label.
setMaxlength(int) - Method in class org.zkoss.zul.Listbox
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Listheader
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Treecol
Sets the maximal length of each item's label.
setMaxpos(int) - Method in class org.zkoss.zul.Slider
Sets the maximum position of the slider.
setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed time to process events, in milliseconds.
setMaxSize(int) - Method in interface org.zkoss.util.Cache
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.CacheMap
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.MultiCache
 
setMaxSize(int) - Method in class org.zkoss.util.ThreadLocalCache
 
setMaxsize(int) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the maximum size of the resizing element.
setMaxsize(int) - Method in class org.zkoss.zkex.zul.Center
Center region can't be enabled the split functionality.
setMaxsize(int) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the maximum size of the resizing element.
setMaxsize(int) - Method in class org.zkoss.zul.Fileupload
Sets the maximal allowed upload size of the component, in kilobytes.
setMaxSpareThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of the spare pool for queuing the event processing threads (per Web application).
setMaxSuspendedThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of suspended event processing threads (per Web application).
setMaxUploadSize(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed upload size, in kilobytes.
setMenupopup(String) - Method in interface org.zkoss.zul.api.Columns
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMenupopup(String) - Method in class org.zkoss.zul.Columns
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMin(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the minimum value.
setMinheight(int) - Method in interface org.zkoss.zul.api.Window
Sets the minimum height in pixels allowed for this window.
setMinheight(int) - Method in class org.zkoss.zul.Window
Sets the minimum height in pixels allowed for this window.
setMinimizable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to display the minimizing button and allow the user to minimize the panel.
setMinimizable(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether to display the minimizing button and allow the user to minimize the window.
setMinimizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the minimizing button and allow the user to minimize the panel.
setMinimizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the minimizing button and allow the user to minimize the window.
setMinimized(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether the panel is minimized.
setMinimized(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether the window is minimized.
setMinimized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is minimized.
setMinimized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is minimized.
setMinimizedByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Minimizable
Sets the minimized of the component, caused by user's activity at the client.
setMinimizedByClient(boolean) - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
setMinimizedByClient(boolean) - Method in class org.zkoss.zul.Window.ExtraCtrl
 
setMinsize(int) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the minimum size of the resizing element.
setMinsize(int) - Method in class org.zkoss.zkex.zul.Center
Center region can't be enabled the split functionality.
setMinsize(int) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the minimum size of the resizing element.
setMinwidth(int) - Method in interface org.zkoss.zul.api.Window
Sets the minimum width in pixels allowed for this window.
setMinwidth(int) - Method in class org.zkoss.zul.Window
Sets the minimum width in pixels allowed for this window.
setMode(String) - Method in interface org.zkoss.zul.api.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setMode(int) - Method in interface org.zkoss.zul.api.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setMode(String) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setMode(int) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setModel(ChartModel) - Method in interface org.zkoss.zul.api.Chart
Sets the chart model associated with this chart.
setModel(String) - Method in interface org.zkoss.zul.api.Chart
Sets the model by use of a class name.
setModel(ListModel) - Method in interface org.zkoss.zul.api.Combobox
Sets the list model associated with this combobox.
setModel(ListModel) - Method in interface org.zkoss.zul.api.Grid
Sets the list model associated with this grid.
setModel(GroupsModel) - Method in interface org.zkoss.zul.api.Grid
Sets the groups model associated with this grid.
setModel(ListModel) - Method in interface org.zkoss.zul.api.Listbox
Sets the list model associated with this listbox.
setModel(GroupsModel) - Method in interface org.zkoss.zul.api.Listbox
Sets the groups model associated with this list box.
setModel(TreeModel) - Method in interface org.zkoss.zul.api.Tree
Sets the tree model associated with this tree.
setModel(ChartModel) - Method in class org.zkoss.zul.Chart
Sets the chart model associated with this chart.
setModel(String) - Method in class org.zkoss.zul.Chart
Sets the model by use of a class name.
setModel(ListModel) - Method in class org.zkoss.zul.Combobox
Sets the list model associated with this combobox.
setModel(ListModel) - Method in class org.zkoss.zul.Grid
Sets the list model associated with this grid.
setModel(GroupsModel) - Method in class org.zkoss.zul.Grid
Sets the groups model associated with this grid.
setModel(ListModel) - Method in class org.zkoss.zul.Listbox
Sets the list model associated with this listbox.
setModel(GroupsModel) - Method in class org.zkoss.zul.Listbox
Sets the groups model associated with this list box.
setModel(TreeModel) - Method in class org.zkoss.zul.Tree
Sets the tree model associated with this tree.
setModified() - Method in class org.zkoss.idom.Attribute
 
setModified() - Method in class org.zkoss.idom.impl.AbstractItem
 
setModified() - Method in interface org.zkoss.idom.Item
Sets the modification flag.
setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setMold(String) - Method in interface org.zkoss.zk.ui.Component
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Grid
 
setMold(String) - Method in class org.zkoss.zul.Listbox
 
setMold(String) - Method in class org.zkoss.zul.Slider
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tabbox
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tree
 
setMoldSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Deprecated. As of release 3.5.1, replaced with HtmlBasedComponent.setZclass(java.lang.String).
setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the monitor for this application, or null to disable it.
setMovable(boolean) - Method in interface org.zkoss.zul.api.Panel
Sets whether to move the panel to display it inline where it is rendered.
setMovable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to move the panel to display it inline where it is rendered.
setMultiline(boolean) - Method in interface org.zkoss.zul.api.Label
Sets whether to preserve the new line and the white spaces at the begining of each line.
setMultiline(boolean) - Method in interface org.zkoss.zul.api.Textbox
Sets whether it is multiline.
setMultiline(boolean) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the multiline functionality.
setMultiline(boolean) - Method in class org.zkoss.zul.Combobox
 
setMultiline(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the new line and the white spaces at the begining of each line.
setMultiline(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether it is multiline.
setMultiple(boolean) - Method in interface org.zkoss.zul.api.Listbox
Sets whether multiple selections are allowed.
setMultiple(boolean) - Method in interface org.zkoss.zul.api.Tree
Sets whether multiple selections are allowed.
setMultiple(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether multiple selections are allowed.
setMultiple(boolean) - Method in class org.zkoss.zul.Tree
Sets whether multiple selections are allowed.
setMylabel(Label) - Method in class org.zkoss.zkdemo.test.MyForwardComposer
 
setName(String) - Method in class org.zkoss.idom.Attribute
 
setName(String) - Method in class org.zkoss.idom.DocType
 
setName(String) - Method in class org.zkoss.idom.Element
Sets the tag name of the element.
setName(String) - Method in class org.zkoss.idom.EntityReference
 
setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setName(String) - Method in interface org.zkoss.idom.Item
Sets the name of the item.
setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setName(String) - Method in class org.zkoss.zkdemo.test2.BizService.Repository
 
setName(String) - Method in interface org.zkoss.zul.api.Calendar
Sets the name of this component.
setName(String) - Method in interface org.zkoss.zul.api.Checkbox
Sets the name of this component.
setName(String) - Method in interface org.zkoss.zul.api.Iframe
Sets the frame name.
setName(String) - Method in interface org.zkoss.zul.api.Listbox
Sets the name of this component.
setName(String) - Method in interface org.zkoss.zul.api.Radiogroup
Sets the name of this group of radio buttons.
setName(String) - Method in interface org.zkoss.zul.api.Slider
Sets the name of this component.
setName(String) - Method in interface org.zkoss.zul.api.Tree
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Calendar
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Checkbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Iframe
Sets the frame name.
setName(String) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Listbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Radiogroup
Sets the name of this group of radio buttons.
setName(String) - Method in class org.zkoss.zul.Slider
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Tree
Sets the name of this component.
setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(String, String) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
Sets the namespace.
setNative(boolean) - Method in interface org.zkoss.zul.api.Fileupload
Sets whether to treat the uploaded file(s) as binary, i.e., not to convert it to image, audio or text files.
setNative(boolean) - Method in class org.zkoss.zul.Fileupload
Sets whether to treat the uploaded file(s) as binary, i.e., not to convert it to image, audio or text files.
setNativeTemplate(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
Sets the native template.
setNbsp(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets whether to generate &nbsp; if the content is empty.
setNbsp(boolean) - Method in class org.zkoss.zk.ui.render.Out
Sets whether to generate &nbsp; if the content is empty.
setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setNoise(boolean) - Method in interface org.zkoss.zul.api.Captcha
Wheather generate noise; default to true.
setNoise(boolean) - Method in class org.zkoss.zul.Captcha
Wheather generate noise; default to true.
setNowrap(boolean) - Method in interface org.zkoss.zul.api.Row
Sets the nowrap.
setNowrap(boolean) - Method in class org.zkoss.zul.Row
Sets the nowrap.
setNumber(int) - Method in interface org.zkoss.zul.api.Fileupload
Sets the maximal allowed number of files to upload.
setNumber(int) - Method in class org.zkoss.zul.Fileupload
Sets the maximal allowed number of files to upload.
setOddRowSclass(String) - Method in interface org.zkoss.zul.api.Grid
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in interface org.zkoss.zul.api.Listbox
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in class org.zkoss.zul.Grid
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in class org.zkoss.zul.Listbox
Sets the style class for the odd rows.
setOnclick(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the onclick.
setOpen(boolean) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zkex.zul.Center
Center region can't be closed.
setOpen(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion
Opens or collapses the splitter.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Bandbox
Drops down or closes the child.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Combobox
Drops down or closes the list of combo items (Comboitem.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Datebox
Drops down or closes the calendar to select a date.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Detail
Sets whether the detail is open.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Group
Sets whether this container is open.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Groupbox
Opens or closes this groupbox.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Listgroup
Sets whether this container is open.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Panel
Opens or closes this Panel.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Splitter
Opens or collapses the splitter.
setOpen(boolean) - Method in interface org.zkoss.zul.api.Treeitem
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Bandbox
Drops down or closes the child.
setOpen(boolean) - Method in class org.zkoss.zul.Combobox
Drops down or closes the list of combo items (Comboitem.
setOpen(boolean) - Method in class org.zkoss.zul.Datebox
Drops down or closes the calendar to select a date.
setOpen(boolean) - Method in class org.zkoss.zul.Detail
Sets whether the detail is open.
setOpen(boolean) - Method in class org.zkoss.zul.Group
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Groupbox
Opens or closes this groupbox.
setOpen(boolean) - Method in class org.zkoss.zul.Listgroup
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Panel
Opens or closes this Panel.
setOpen(boolean) - Method in class org.zkoss.zul.Splitter
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether this container is open.
setOpenByClient(boolean) - Method in interface org.zkoss.zk.ui.ext.client.Openable
Sets the open state caused by client's operation.
setOpenByClient(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Detail.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Group.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Groupbox.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Listgroup.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Popup.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Splitter.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Treeitem.ExtraCtrl
 
setOpenByClient(boolean) - Method in class org.zkoss.zul.Window.ExtraCtrl
 
setOptionalContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
Sets the optional content type.
setOrient(String) - Method in interface org.zkoss.zkex.zul.api.Fisheyebar
Sets the orientation of Fisheye.
setOrient(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
Sets the orientation of Fisheye.
setOrient(String) - Method in interface org.zkoss.zul.api.Box
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Button
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Chart
Set the chart orientation.
setOrient(String) - Method in interface org.zkoss.zul.api.Menubar
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Radiogroup
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Separator
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Slider
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Tabbox
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Toolbar
Sets the orient.
setOrient(String) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Box
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Button
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Chart
Set the chart orientation.
setOrient(String) - Method in class org.zkoss.zul.Menubar
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Radiogroup
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Separator
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Slider
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Tabbox
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Toolbar
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Toolbarbutton
Sets the orient.
setOut(Writer) - Method in interface org.zkoss.web.servlet.dsp.DspContext
Changes the writer of this context to the specified one.
setOut(Writer) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
 
setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
Set an output property that will be in effect for the transformation.
setOwner(Item) - Method in class org.zkoss.idom.Attribute
Sets the item that owns this attribute.
setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Sets the owner of this page.
setPack(String) - Method in interface org.zkoss.zul.api.Box
Sets the alignment of cells of this box (null, start, center, end).
setPack(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box (null, start, center, end).
setPage(String) - Method in class org.zkoss.web.servlet.dsp.action.Include
Sets the page (URI).
setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPage(Page) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to.
setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the page.
setPage(Page) - Method in class org.zkoss.zml.XmlMacroComponent
Changes the page.
setPageBefore(Page, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setPageBefore(Page, Component) - Method in interface org.zkoss.zk.ui.Component
Sets what page this component belongs to, and insert this component right before the reference component.
setPageIncrement(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the number of page anchors shall appear at the client.
setPageIncrement(int) - Method in class org.zkoss.zul.Paging
 
setPageIncrement(int) - Method in class org.zkoss.zul.Slider
Sets the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
setPageSize(int) - Method in interface org.zkoss.zul.api.Grid
Sets the page size, aka., the number rows per page.
setPageSize(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the page size, aka., the number items per page.
setPageSize(int) - Method in interface org.zkoss.zul.api.Tree
Sets the page size, aka., the number items per page.
setPageSize(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the number of items per page.
setPageSize(int) - Method in class org.zkoss.zul.Grid
Sets the page size, aka., the number rows per page.
setPageSize(int) - Method in class org.zkoss.zul.Listbox
Sets the page size, aka., the number items per page.
setPageSize(int) - Method in class org.zkoss.zul.Paging
 
setPageSize(int) - Method in class org.zkoss.zul.Tree
Sets the page size, aka., the number items per page.
setPageSize(int) - Method in class org.zkoss.zul.Treechildren
Deprecated. As of release 3.0.7, the page size is controlled by Tree.setPageSize(int) rather than this method. It always does nothing since 3.0.7
setPaginal(Paginal) - Method in interface org.zkoss.zul.api.Grid
Specifies the paging controller.
setPaginal(Paginal) - Method in interface org.zkoss.zul.api.Listbox
Specifies the paging controller.
setPaginal(Paginal) - Method in interface org.zkoss.zul.api.Tree
Specifies the paging controller.
setPaginal(Paginal) - Method in class org.zkoss.zul.Grid
 
setPaginal(Paginal) - Method in class org.zkoss.zul.Listbox
 
setPaginal(Paginal) - Method in class org.zkoss.zul.Tree
 
setPagingPosition(String) - Method in interface org.zkoss.zul.api.Grid
Sets how to position the paging of grid at the client screen.
setPagingPosition(String) - Method in interface org.zkoss.zul.api.Listbox
Sets how to position the paging of listbox at the client screen.
setPagingPosition(String) - Method in interface org.zkoss.zul.api.Tree
Sets how to position the paging of tree at the client screen.
setPagingPosition(String) - Method in class org.zkoss.zul.Grid
Sets how to position the paging of grid at the client screen.
setPagingPosition(String) - Method in class org.zkoss.zul.Listbox
Sets how to position the paging of listbox at the client screen.
setPagingPosition(String) - Method in class org.zkoss.zul.Tree
Sets how to position the paging of tree at the client screen.
setPaneAlpha(int) - Method in interface org.zkoss.zul.api.Chart
Set the pane alpha (transparency, 0 ~ 255).
setPaneAlpha(int) - Method in class org.zkoss.zul.Chart
Set the pane alpha (transparency, 0 ~ 255).
setPaneColor(String) - Method in interface org.zkoss.zul.api.Chart
Set the pane color of the chart.
setPaneColor(String) - Method in class org.zkoss.zul.Chart
Set the pane color of the chart.
setPanel(Panel, int, int) - Method in interface org.zkoss.zkmax.zul.api.Portallayout
Sets the specified panel via the position(col and row).
setPanel(Panel, int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
Sets the specified panel via the position(col and row).
setPanelSpacing(String) - Method in interface org.zkoss.zul.api.Tabbox
Sets the spacing between Tabpanel.
setPanelSpacing(String) - Method in class org.zkoss.zul.Tabbox
Sets the spacing between Tabpanel.
setParam(String, String) - Method in interface org.zkoss.zul.api.Applet
Sets a parameter.
setParam(String, String) - Method in class org.zkoss.zul.Applet
Sets a parameter.
setParameters(Map) - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Sets the JasperReports Parameters.
setParameters(Map) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the JasperReports Parameters.
setParams(Map) - Method in interface org.zkoss.zul.api.Applet
Sets a map of parameters (all existent parameters are removed first).
setParams(Map) - Method in class org.zkoss.zul.Applet
Sets a map of parameters (all existent parameters are removed first).
setParent(Item) - Method in class org.zkoss.idom.Attribute
 
setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
 
setParent(Group) - Method in interface org.zkoss.idom.Item
Sets the parent item.
setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
Sets the parent mapper.
setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
Sets the parent.
setParent(Component) - Method in class org.zkoss.zhtml.Text
 
setParent(Namespace) - Method in interface org.zkoss.zk.scripting.Namespace
Sets the parent name space.
setParent(Namespace) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
setParent(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setParent(Component) - Method in interface org.zkoss.zk.ui.Component
Sets the parent component.
setParent(Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
Changes the parent.
setParent(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the parent.
setParent(Component) - Method in class org.zkoss.zkex.zul.Columnchildren
 
setParent(Component) - Method in class org.zkoss.zkex.zul.Fisheye
 
setParent(Component) - Method in class org.zkoss.zkex.zul.LayoutRegion
 
setParent(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
 
setParent(Component) - Method in class org.zkoss.zkmax.zul.Tablechildren
 
setParent(Component) - Method in class org.zkoss.zml.XmlMacroComponent
Changes the parent.
setParent(Component) - Method in class org.zkoss.zul.Area
 
setParent(Component) - Method in class org.zkoss.zul.Auxheader
 
setParent(Component) - Method in class org.zkoss.zul.Bandpopup
 
setParent(Component) - Method in class org.zkoss.zul.Caption
 
setParent(Component) - Method in class org.zkoss.zul.Column
 
setParent(Component) - Method in class org.zkoss.zul.Columns
 
setParent(Component) - Method in class org.zkoss.zul.Comboitem
 
setParent(Component) - Method in class org.zkoss.zul.Detail
 
setParent(Component) - Method in class org.zkoss.zul.Foot
 
setParent(Component) - Method in class org.zkoss.zul.Footer
 
setParent(Component) - Method in class org.zkoss.zul.Listcell
 
setParent(Component) - Method in class org.zkoss.zul.Listfoot
 
setParent(Component) - Method in class org.zkoss.zul.Listfooter
 
setParent(Component) - Method in class org.zkoss.zul.Listhead
 
setParent(Component) - Method in class org.zkoss.zul.Listheader
 
setParent(Component) - Method in class org.zkoss.zul.Listitem
 
setParent(Component) - Method in class org.zkoss.zul.Menu
 
setParent(Component) - Method in class org.zkoss.zul.Menuitem
 
setParent(Component) - Method in class org.zkoss.zul.Panelchildren
 
setParent(Component) - Method in class org.zkoss.zul.Radio
 
setParent(Component) - Method in class org.zkoss.zul.Row
 
setParent(Component) - Method in class org.zkoss.zul.Rows
 
setParent(Component) - Method in class org.zkoss.zul.Splitter
 
setParent(Component) - Method in class org.zkoss.zul.Tab
 
setParent(Component) - Method in class org.zkoss.zul.Tabpanel
 
setParent(Component) - Method in class org.zkoss.zul.Tabpanels
 
setParent(Component) - Method in class org.zkoss.zul.Tabs
 
setParent(Component) - Method in class org.zkoss.zul.Treecell
 
setParent(Component) - Method in class org.zkoss.zul.Treechildren
 
setParent(Component) - Method in class org.zkoss.zul.Treecol
 
setParent(Component) - Method in class org.zkoss.zul.Treecols
 
setParent(Component) - Method in class org.zkoss.zul.Treefoot
 
setParent(Component) - Method in class org.zkoss.zul.Treefooter
 
setParent(Component) - Method in class org.zkoss.zul.Treeitem
 
setParent(Component) - Method in class org.zkoss.zul.Treerow
 
setPercent(double) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the performance meter for this application, or null to disable it.
setPeriod(String) - Method in interface org.zkoss.zul.api.Chart
Sets the period used in Time Series Chart.
setPeriod(String) - Method in class org.zkoss.zul.Chart
Sets the period used in Time Series Chart.
setPhoto(Image) - Method in interface org.zkoss.util.media.Photo
Sets the photo of this object.
setPopup(Menupopup) - Method in class org.zkoss.zul.Columns
Sets the UUID of the popup menu that should appear when the user clicks on the element.
setPopup(String) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the ID of the popup (Popup) that should appear when the user clicks on the element.
setPopup(Popup) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the UUID of the popup that should appear when the user clicks on the element.
setPopup(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user clicks on the element.
setPopup(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user clicks on the element.
setPopup(String) - Method in class org.zkoss.zul.Treerow
Alwasys throws UnsupportedOperationException since developers shall use XulElement.setPopup(java.lang.String) instead.
setPopupApi(Menupopup) - Method in interface org.zkoss.zul.api.Columns
Sets the UUID of the popup menu that should appear when the user clicks on the element.
setPopupApi(Menupopup) - Method in class org.zkoss.zul.Columns
Sets the UUID of the popup menu that should appear when the user clicks on the element.
setPosition(String) - Method in interface org.zkoss.zul.api.Window
Sets how to position the window at the client screen.
setPosition(String) - Method in class org.zkoss.zul.Window
Sets how to position the window at the client screen.
setPre(boolean) - Method in interface org.zkoss.zul.api.Label
Sets whether to preserve the white spaces, such as space, tab and new line.
setPre(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the white spaces, such as space, tab and new line.
setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the value of the preference.
setPreferredLocale(ServletRequest, Locale) - Static method in class org.zkoss.web.servlet.Charsets
Sets the preferred locale for the current session of the specified request.
setPrefix(String) - Method in class org.zkoss.idom.Attribute
Sets the namespace prefix of this attribute.
setPrefix(String) - Method in class org.zkoss.idom.Element
 
setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setPreloadSize(int) - Method in interface org.zkoss.zul.api.Grid
Sets the number of rows to preload when receiving the rendering request from the client.
setPreloadSize(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the number of items to preload when receiving the rendering request from the client.
setPreloadSize(int) - Method in class org.zkoss.zul.Grid
Sets the number of rows to preload when receiving the rendering request from the client.
setPreloadSize(int) - Method in class org.zkoss.zul.Listbox
Sets the number of items to preload when receiving the rendering request from the client.
setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processing.
setProgressing(boolean) - Method in interface org.zkoss.zul.api.Include
Sets whether to show the PLEASE_WAIT message before a long operation.
setProgressing(boolean) - Method in class org.zkoss.zul.Include
Sets whether to show the PLEASE_WAIT message before a long operation.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
Sets the prolog content.
setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
Sets the prolog content.
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setProperty(String, String) - Static method in class org.zkoss.lang.Library
Sets the libary property indicated by the specified key.
setPublicId(String) - Method in class org.zkoss.idom.DocType
Sets the public ID of an externally referenced DTD, or an empty String if none is referenced.
setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets the quality of the image encoding.
setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setRawValue(String) - Method in class org.zkoss.zk.ui.metainfo.Property
Sets the raw value of the property.
setRawValue(String) - Method in class org.zkoss.zk.xel.ExValue
Sets the raw value.
setRawValue(Object) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the raw value directly.
setRawValue(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the raw value directly.
setReadonly(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
Sets the read-only flag of this item.
setReadonly(boolean) - Method in interface org.zkoss.idom.Item
Sets the read-only flag of this item.
setReadonly(boolean) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets whether it is readonly.
setReadonly(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is readonly.
setRecoverable(boolean) - Method in class org.zkoss.zkdemo.test.FailoverButton
Sets whether it is recoverable.
setRepeats(boolean) - Method in interface org.zkoss.zul.api.Timer
Sets whether the timer shall send Event repeatly.
setRepeats(boolean) - Method in class org.zkoss.zul.Timer
Sets whether the timer shall send Event repeatly.
setRepeatUuid(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Sets whether to use the same UUID sequence for desktops after rebooting.
setReplaceableText(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Sets the replaceable text.
setRepository(BizService.Repository) - Method in class org.zkoss.zkdemo.test2.BizService
 
setRequestAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
Deprecated. As of release 3.0.7, replaced with Execution.setAttribute(java.lang.String, java.lang.Object).
setRequestAttribute(String, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Deprecated. As of release 3.0.7, replaced with Execution.setAttribute(java.lang.String, java.lang.Object).
setRequestId(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setRequestId(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the sequence ID of the current request.
setRequestLocal(ServletRequest, String, Object) - Static method in class org.zkoss.zk.ui.http.WebManager
Sets the value of the specified attribute in the request.
setRequestPath(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the request path of this page definition.
setResendDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine re-sends the request to the server.
setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to generate HTTP response.
setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
Sets a response header with the give name and value.
setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setResponseId(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setResponseId(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
Sets the sequence ID of the response.
setResult(Object) - Method in interface org.zkoss.zk.ui.ext.client.Updatable
Sets the result when it is updated from the client successfully.
setResult(Object) - Method in class org.zkoss.zkmax.zul.Portalchildren.ExtraCtrl
 
setResult(Object) - Method in class org.zkoss.zul.Fileupload.ExtraCtrl
Updates the result from the client.
setResult(Object) - Method in class org.zkoss.zul.impl.FileuploadDlg.ExtraCtrl
Updates the result from the client.
setResult(Media[]) - Method in class org.zkoss.zul.impl.FileuploadDlg
Sets the result.
setResult(Object) - Method in class org.zkoss.zul.Panel.ExtraCtrl
 
setRootAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Adds a root attribute.
setRootAttributes(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setRootAttributes(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
Set the attributes of the root element declared in this page Default: "".
setRootElement(Element) - Method in class org.zkoss.idom.Document
Sets the root element.
setRoundingMode(int) - Method in interface org.zkoss.zul.impl.api.NumberInputElement
Sets the rounding mode.
setRoundingMode(String) - Method in interface org.zkoss.zul.impl.api.NumberInputElement
Sets the rounding mode by the name.
setRoundingMode(int) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode.
setRoundingMode(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode by the name.
setRowRenderer(RowRenderer) - Method in interface org.zkoss.zul.api.Grid
Sets the renderer which is used to render each row if Grid.getModel() is not null.
setRowRenderer(String) - Method in interface org.zkoss.zul.api.Grid
Sets the renderer by use of a class name.
setRowRenderer(RowRenderer) - Method in class org.zkoss.zul.Grid
Sets the renderer which is used to render each row if Grid.getModel() is not null.
setRowRenderer(String) - Method in class org.zkoss.zul.Grid
Sets the renderer by use of a class name.
setRows(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the rows.
setRows(int) - Method in interface org.zkoss.zul.api.Textbox
Sets the rows.
setRows(int) - Method in interface org.zkoss.zul.api.Tree
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the rows functionality.
setRows(int) - Method in class org.zkoss.zul.Combobox
 
setRows(int) - Method in class org.zkoss.zul.Listbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Textbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Tree
Sets the rows.
setRowspan(int) - Method in interface org.zkoss.zkmax.zul.api.Tablechildren
Sets the number of rows to span this header.
setRowspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
Sets the number of rows to span this header.
setRowspan(int) - Method in interface org.zkoss.zul.api.Auxheader
Sets the number of rows to span this header.
setRowspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of rows to span this header.
setRunning(boolean) - Method in interface org.zkoss.zul.api.Timer
Start or stops the timer.
setRunning(boolean) - Method in class org.zkoss.zul.Timer
Start or stops the timer.
setScale(int) - Method in interface org.zkoss.zul.api.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
setScale(int) - Method in class org.zkoss.zul.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
setSclass(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style class.
setSclass(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the CSS class.
setSclass(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the CSS class.
setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS class.
setSclass(String) - Method in class org.zkoss.zul.Row
 
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the scope.
setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the scope.
setScrolling(String) - Method in interface org.zkoss.zul.api.Iframe
Define scroll bars
setScrolling(String) - Method in class org.zkoss.zul.Iframe
Define scroll bars
setSelected(boolean) - Method in interface org.zkoss.zul.api.Listitem
Sets whether it is selected.
setSelected(boolean) - Method in interface org.zkoss.zul.api.Tab
Sets whether this tab is selected.
setSelected(boolean) - Method in interface org.zkoss.zul.api.Treeitem
Returns whether this item is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Radio
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
setSelectedIndex(int) - Method in interface org.zkoss.zul.api.Combobox
Deselects the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in interface org.zkoss.zul.api.Listbox
Deselects all of the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in interface org.zkoss.zul.api.Radiogroup
Deselects all of the currently selected radio button and selects the radio button with the given index.
setSelectedIndex(int) - Method in interface org.zkoss.zul.api.Tabbox
Sets the selected index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio button and selects the radio button with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Tabbox
Sets the selected index.
setSelectedItem(Comboitem) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the given item.
setSelectedItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
setSelectedItem(Radio) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio buttons and selects the given radio button.
setSelectedItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
setSelectedItemApi(Comboitem) - Method in interface org.zkoss.zul.api.Combobox
Deselects the currently selected items and selects the given item.
setSelectedItemApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
Deselects all of the currently selected items and selects the given item.
setSelectedItemApi(Radio) - Method in interface org.zkoss.zul.api.Radiogroup
Deselects all of the currently selected radio buttons and selects the given radio button.
setSelectedItemApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
Deselects all of the currently selected items and selects the given item.
setSelectedItemApi(Comboitem) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the given item.
setSelectedItemApi(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
setSelectedItemApi(Radio) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio buttons and selects the given radio button.
setSelectedItemApi(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
setSelectedItems(Set) - Method in class org.zkoss.zul.Listbox
Selects the given listitems.
setSelectedPanel(Tabpanel) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab panel.
setSelectedPanelApi(Tabpanel) - Method in interface org.zkoss.zul.api.Tabbox
Sets the selected tab panel.
setSelectedPanelApi(Tabpanel) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab panel.
setSelectedTab(Tab) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab.
setSelectedTabApi(Tab) - Method in interface org.zkoss.zul.api.Tabbox
Sets the selected tab.
setSelectedTabApi(Tab) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab.
setSelectedText(int, int, String, boolean) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the text of this InputElement to the specified text which is begining with the new start point and ending with the new end point.
setSelectedText(int, int, String, boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets the text of this InputElement to the specified text which is begining with the new start point and ending with the new end point.
setSelectionRange(int, int) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the selection end to the specified position and the selection start to the specified position.
setSelectionRange(int, int) - Method in class org.zkoss.zul.impl.InputElement
Sets the selection end to the specified position and the selection start to the specified position.
setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
Sets the self variable.
setSeltype(String) - Method in interface org.zkoss.zul.api.Listbox
Sets the seltype.
setSeltype(String) - Method in interface org.zkoss.zul.api.Tree
Sets the seltype.
setSeltype(String) - Method in class org.zkoss.zul.Listbox
Sets the seltype.
setSeltype(String) - Method in class org.zkoss.zul.Tree
Sets the seltype.
setSendZkEventAfterSuccessfulAuthentication(boolean) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
Whether re-send the ZK event that caused poping the login window after authentication successfully.
setSeries(Comparable) - Method in interface org.zkoss.zul.HiLoModel
Set the only series.
setSeries(Comparable) - Method in class org.zkoss.zul.SimpleHiLoModel
 
setServerPushClass(Class) - Method in interface org.zkoss.zk.device.Device
Sets the class that implements the server-push feature (ServerPush) for this device, or null to use the default.
setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the name of the class that implements the server-push feature.
setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
Sets the class that implements the server-push feature.
setServerPushClass(Class) - Method in class org.zkoss.zk.device.GenericDevice
 
setServerPushDelay(int, int, int) - Method in interface org.zkoss.zk.ui.Desktop
Sets the delay between each polling.
setServerPushDelay(int, int, int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
setSessionCache(SessionCache) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setSessionCache(SessionCache) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the session cache for this Web application.
setSessionCacheClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that is used to store ZK sessions, or null to use the default.
setSessionMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of desktop per session.
setSessionMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in seconds, between client requests before ZK will invalidate the session.
setSessionMaxPushes(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent server-pushes per session.
setSessionMaxRequests(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the maximal allowed number of concurrent requests per session.
setShadow(boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets whether this box has the shadow effect.
setShadow(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show the shadow of an overlapped/popup/modal window.
setShape(String) - Method in class org.zkoss.zul.Area
Sets the shape of this area.
setShowLegend(boolean) - Method in interface org.zkoss.zul.api.Chart
whether show the chart's legend.
setShowLegend(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's legend.
setShowTooltiptext(boolean) - Method in interface org.zkoss.zul.api.Chart
whether show the chart's tooltip.
setShowTooltiptext(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's tooltip.
setSizable(boolean) - Method in interface org.zkoss.zul.api.Window
Sets whether the window is sizable.
setSizable(boolean) - Method in interface org.zkoss.zul.impl.api.HeadersElement
Sets whether the width of the child column is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.impl.HeadersElement
Sets whether the width of the child column is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is sizable.
setSize(int) - Method in class org.zkoss.zkdemo.test2.grid.FakeListModel
 
setSize(String) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zkex.zul.Center
The size can't be specified in this component.
setSize(String) - Method in class org.zkoss.zkex.zul.East
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zkex.zul.North
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zkex.zul.South
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zkex.zul.West
Sets the size of this region.
setSkinCookie(Execution, String) - Static method in class org.zkoss.zkdemo.userguide.FontSizeThemeProvider
set skin value to cookie
setSlidingtext(String) - Method in interface org.zkoss.zul.api.Slider
Sets the sliding text.
setSlidingtext(String) - Method in class org.zkoss.zul.Slider
Sets the sliding text.
setSort(String) - Method in interface org.zkoss.zul.api.Column
Sets the type of the sorter.
setSort(String) - Method in interface org.zkoss.zul.api.Listheader
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Column
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Listheader
Sets the type of the sorter.
setSortAscending(Comparator) - Method in interface org.zkoss.zul.api.Column
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in interface org.zkoss.zul.api.Column
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator) - Method in interface org.zkoss.zul.api.Listheader
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in interface org.zkoss.zul.api.Listheader
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator) - Method in class org.zkoss.zul.Column
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Column
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortDescending(Comparator) - Method in interface org.zkoss.zul.api.Column
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in interface org.zkoss.zul.api.Column
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator) - Method in interface org.zkoss.zul.api.Listheader
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in interface org.zkoss.zul.api.Listheader
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator) - Method in class org.zkoss.zul.Column
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Column
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDirection(String) - Method in interface org.zkoss.zul.api.Column
Sets the sort direction.
setSortDirection(String) - Method in interface org.zkoss.zul.api.Listheader
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Column
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Listheader
Sets the sort direction.
setSpacing(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the spacing.
setSpacing(String) - Method in interface org.zkoss.zul.api.Box
Sets the spacing between adjacent children.
setSpacing(String) - Method in interface org.zkoss.zul.api.Separator
Sets the spacing.
setSpacing(String) - Method in class org.zkoss.zul.Box
Sets the spacing between adjacent children.
setSpacing(String) - Method in class org.zkoss.zul.Separator
Sets the spacing.
setSpan(int) - Method in interface org.zkoss.zul.api.Footer
Sets the number of columns to span this footer.
setSpan(int) - Method in interface org.zkoss.zul.api.Listcell
Sets the number of columns to span this cell.
setSpan(int) - Method in interface org.zkoss.zul.api.Listfooter
Sets the number of columns to span this footer.
setSpan(int) - Method in interface org.zkoss.zul.api.Treecell
Sets the number of columns to span this cell.
setSpan(int) - Method in interface org.zkoss.zul.api.Treefooter
Sets the number of columns to span this footer.
setSpan(int) - Method in class org.zkoss.zul.Footer
Sets the number of columns to span this footer.
setSpan(int) - Method in class org.zkoss.zul.Listcell
Sets the number of columns to span this cell.
setSpan(int) - Method in class org.zkoss.zul.Listfooter
Sets the number of columns to span this footer.
setSpan(int) - Method in class org.zkoss.zul.Treecell
Sets the number of columns to span this cell.
setSpan(int) - Method in class org.zkoss.zul.Treefooter
Sets the number of columns to span this footer.
setSpans(String) - Method in interface org.zkoss.zul.api.Row
Sets the spans, which is a list of numbers separated by comma.
setSpans(String) - Method in class org.zkoss.zul.Row
Sets the spans, which is a list of numbers separated by comma.
setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
Sets the split kid.
setSplittable(boolean) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets whether enable the split functionality.
setSplittable(boolean) - Method in class org.zkoss.zkex.zul.Center
Center region can't be enabled the split functionality.
setSplittable(boolean) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets whether enable the split functionality.
setSrc(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the src (URL).
setSrc(String) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the source (jasper file).
setSrc(String) - Method in interface org.zkoss.zul.api.Audio
Sets the src.
setSrc(String) - Method in interface org.zkoss.zul.api.Flash
Sets the source path of Flash movie and redraw the component
setSrc(String) - Method in interface org.zkoss.zul.api.Iframe
Sets the src.
setSrc(String) - Method in interface org.zkoss.zul.api.Image
Sets the source URI of the image.
setSrc(String) - Method in interface org.zkoss.zul.api.Include
Sets the src.
setSrc(String) - Method in interface org.zkoss.zul.api.Script
Sets the URI of the source that contains the script codes.
setSrc(String) - Method in interface org.zkoss.zul.api.Style
Sets the URI of an external style sheet.
setSrc(String) - Method in class org.zkoss.zul.Audio
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Flash
Sets the source path of Flash movie and redraw the component
setSrc(String) - Method in class org.zkoss.zul.Iframe
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Image
Sets the source URI of the image.
setSrc(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated. As of release 3.5.0, it is redudant since it is the same as LabelImageElement.setImage(java.lang.String)
setSrc(String) - Method in class org.zkoss.zul.Include
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Listitem
Deprecated. As of release 3.5.0, it is redundant since it is the same Listitem.getSrc().
setSrc(String) - Method in class org.zkoss.zul.Script
Sets the URI of the source that contains the script codes.
setSrc(String) - Method in class org.zkoss.zul.Style
Sets the URI of an external style sheet.
setSrc(String) - Method in class org.zkoss.zul.Treeitem
Deprecated. As of release 3.5.0, it is redundant since it the same as Treeitem.setImage(java.lang.String).
setStart(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setStatus(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
 
setStatus(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
Deprecated.  
setStatus(int, String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
Deprecated.  
setStep(int) - Method in interface org.zkoss.zul.api.Spinner
Set the step of spinner
setStep(int) - Method in class org.zkoss.zul.Spinner
Set the step of spinner
setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
 
setStripeClass(Component) - Static method in class org.zkoss.zul.fn.ZulFns
Sets the stripe CSS for each row.
setStyle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the style.
setStyle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
Sets the CSS style.
setStyle(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the CSS style.
setStyle(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the CSS style.
setStyle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setStyle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the CSS style that will be assigned to pages created from this definition, or null if no style is assigned at the beginning.
setStyle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the CSS style of this page.
setStyle(String) - Method in class org.zkoss.zul.Row
 
setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Sets the swith condition.
setSystemId(String) - Method in class org.zkoss.idom.DocType
Sets the system ID of an externally referenced DTD, or an empty String if none is referenced.
setTabbable(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether TAB is allowed.
setTabindex(int) - Method in interface org.zkoss.zul.api.Button
Sets the tab order of this component.
setTabindex(int) - Method in interface org.zkoss.zul.api.Checkbox
Sets the tab order of this component.
setTabindex(int) - Method in interface org.zkoss.zul.api.Listbox
Sets the tab order of this component.
setTabindex(int) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Button
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Checkbox
Sets the tab order of this component.
setTabindex(int) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Listbox
Sets the tab order of this component.
setTabindex(int) - Method in class org.zkoss.zul.Toolbarbutton
Sets the tab order of this component.
setTabscroll(boolean) - Method in interface org.zkoss.zul.api.Tabbox
Sets whether to eable the tab scrolling
setTabscroll(boolean) - Method in class org.zkoss.zul.Tabbox
Sets whether to eable the tab scrolling
setTag(String) - Method in class org.zkoss.zhtml.Raw
 
setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
Sets the tag name.
setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Attribute
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Element
 
setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the tag name of this item.
setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setTarget(String) - Method in interface org.zkoss.zul.api.Button
Sets the target frame or window.
setTarget(String) - Method in interface org.zkoss.zul.api.Menuitem
Sets the target frame or window.
setTarget(String) - Method in interface org.zkoss.zul.api.Toolbarbutton
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Button
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Menuitem
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Toolbarbutton
Sets the target frame or window.
setTemplate(String) - Static method in class org.zkoss.zul.Fileupload
Sets the template used to create the upload modal dialog.
setTemplate(String) - Static method in class org.zkoss.zul.Messagebox
Sets the template used to create the message dialog.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets the test result.
setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
Sets the test result.
setText(String) - Method in class org.zkoss.idom.Attribute
 
setText(String) - Method in class org.zkoss.idom.Binary
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setText(String) - Method in interface org.zkoss.idom.Item
Sets the text of this item.
setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setText(String) - Method in class org.zkoss.zul.Combobox
 
setText(String) - Method in interface org.zkoss.zul.impl.api.InputElement
Sets the value in the String format.
setText(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the value in the String format.
setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
Sets the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
setTextByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Inputable
Sets the value in string (aka., text) by the client.
setTextByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.InputableX
Sets the value in string (aka., text) by the client.
setTextByClient(String) - Method in class org.zkoss.zul.Calendar.ExtraCtrl
 
setTextByClient(String) - Method in class org.zkoss.zul.impl.InputElement.ExtraCtrl
 
setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the theme provider for the current execution, or null if not available.
setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
Sets the locale for the current thread only.
setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
Sets the time-zone for the current thread only.
setThreeD(boolean) - Method in interface org.zkoss.zul.api.Chart
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
setThreeD(boolean) - Method in class org.zkoss.zul.Chart
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
setTimeoutURI(String) - Method in interface org.zkoss.zk.device.Device
Sets the timeout URI.
setTimeoutURI(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the timeout URI for the specified device type.
setTimeoutURI(String) - Method in class org.zkoss.zk.device.GenericDevice
 
setTimerKeepAlive(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies whether to keep the session alive, when receiving the onTimer event.
setTimeZone(TimeZone) - Method in interface org.zkoss.zul.api.Calendar
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in interface org.zkoss.zul.api.Chart
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in interface org.zkoss.zul.api.Datebox
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in interface org.zkoss.zul.api.Timebox
Sets the time zone that this time box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Calendar
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Chart
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Datebox
Sets the time zone that this date box belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Timebox
Sets the time zone that this time box belongs to, or null if the default time zone is used.
setTitle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the title.
setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
setTitle(String) - Method in interface org.zkoss.zk.ui.Page
Sets the title of the desktop this page belongs to (it might contain an expression).
setTitle(String) - Method in interface org.zkoss.zkex.zul.api.LayoutRegion
Sets the title.
setTitle(String) - Method in class org.zkoss.zkex.zul.LayoutRegion
Sets the title.
setTitle(String) - Method in interface org.zkoss.zul.api.Chart
Set the chart's title.
setTitle(String) - Method in interface org.zkoss.zul.api.Panel
Sets the title.
setTitle(String) - Method in interface org.zkoss.zul.api.Window
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Chart
Set the chart's title.
setTitle(String) - Method in class org.zkoss.zul.Panel
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Window
Sets the title.
setTitleFilterType(ComparisonType) - Method in class org.zkoss.zkdemo.test.MyBean
 
setTooltip(String) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(Popup) - Method in interface org.zkoss.zul.impl.api.XulElement
Sets the UUID of the popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(String) - Method in class org.zkoss.zul.Treerow
Alwasys throws UnsupportedOperationException since developers shall use XulElement.setTooltip(java.lang.String) instead.
setTooltipDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
Specifies the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particular UI components.
setTooltiptext(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the text as the tooltip.
setTooltiptext(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the text as the tooltip.
setTooltiptext(String) - Method in interface org.zkoss.zul.api.Area
Sets the text as the tooltip.
setTooltiptext(String) - Method in class org.zkoss.zul.Area
Sets the text as the tooltip.
setTop(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the top position.
setTop(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the top position.
setTopByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Movable
Sets the top of the component, caused by user's activity at the client.
setTopByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setToQueryString(String, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the parameter (name=value) to a query string.
setToQueryString(String, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets a map of parameters (name=value) to a query string.
setTotalSize(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the total number of items.
setTotalSize(int) - Method in class org.zkoss.zul.Paging
 
setTreeitemRenderer(TreeitemRenderer) - Method in interface org.zkoss.zul.api.Tree
Sets the renderer which is used to render each item if Tree.getModel() is not null.
setTreeitemRenderer(TreeitemRenderer) - Method in class org.zkoss.zul.Tree
Sets the renderer which is used to render each item if Tree.getModel() is not null.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets whether to trim the result.
setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
Sets whether to trim the result.
setType(String) - Method in interface org.zkoss.zkex.zul.api.Jasperreport
Sets the output file type.
setType(String) - Method in class org.zkoss.zkex.zul.Jasperreport
Sets the output file type.
setType(String) - Method in interface org.zkoss.zul.api.Chart
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
setType(String) - Method in interface org.zkoss.zul.api.Script
Sets the type of this client script.
setType(String) - Method in interface org.zkoss.zul.api.Textbox
Sets the type.
setType(String) - Method in class org.zkoss.zul.Chart
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
setType(String) - Method in class org.zkoss.zul.Script
Sets the type of this client script.
setType(String) - Method in class org.zkoss.zul.Textbox
Sets the type.
setUiEngine(UiEngine) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiEngine(UiEngine) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI engine for this Web application.
setUiEngineClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements UiEngine, or null to use the default.
setUiFactory(UiFactory) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
 
setUiFactory(UiFactory) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
Sets the UI factory for this Web application.
setUiFactoryClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements UiFactory, or null to use the default.
setUnavailableMessage(String) - Method in interface org.zkoss.zk.device.Device
Sets the unavailable message that is shown to the client if the client doesn't support this device.
setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
Sets the unavailable message for the specified device type.
setUnavailableMessage(String) - Method in class org.zkoss.zk.device.GenericDevice
 
setUnless(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Sets the unless condition.
setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
Sets the unless condition.
setup(ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
Sets up the charset for the request and response based on Charsets.getPreferredLocale(javax.servlet.ServletRequest).
setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
Sets up the internationalization attributes, inclluding locale and time zone.
setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
Setup this processor before processing the event by calling EventProcessor.process().
setupBindingRenderer(Component, DataBinder) - Method in interface org.zkoss.zkplus.databind.CollectionItem
Sets the binding renderer for the template component such as Listitem or Row.
setUploadCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the charset used to encode the upload text file.
setUploadCharsetFinder(CharsetFinder) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the finder that is used to decide the character set for the uploaded text file(s), or null if not available.
setupTemplateComponent(Component, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
Sets up the specified comp and its decendents to be as template (or not)
setURLEncoder(Encodes.URLEncoder) - Static method in class org.zkoss.web.servlet.http.Encodes
Sets the URI encoder.
setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
 
setValign(String) - Method in interface org.zkoss.zul.api.Row
Sets the vertical alignment of the whole row.
setValign(String) - Method in class org.zkoss.zul.Box
Deprecated. As of release 3.0.0, since it is not compliant to XUL. Use Box.setAlign(java.lang.String) and Box.setPack(java.lang.String) instead.
setValign(String) - Method in interface org.zkoss.zul.impl.api.HeaderElement
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.Row
Sets the vertical alignment of the whole row.
setValue(String) - Method in class org.zkoss.idom.Attribute
Sets the value of this attribute.
setValue(Object) - Method in interface org.zkoss.idom.Binable
Sets the value of a item that accepts any type as its value.
setValue(Object) - Method in class org.zkoss.idom.Binary
 
setValue(int) - Method in class org.zkoss.lang.MutableInteger
Sets the value of this MutableInteger.
setValue(String) - Method in class org.zkoss.web.servlet.dsp.action.Out
Sets the value.
setValue(Object) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute value.
setValue(String, Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
Sets the value associated with the specified key.
setValue(String) - Method in class org.zkoss.zhtml.Input
Sets the vallue of this input.
setValue(String) - Method in class org.zkoss.zhtml.Text
Sets the value.
setValue(String) - Method in class org.zkoss.zk.ui.render.Out
Sets the value.
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
 
setValue(Date) - Method in interface org.zkoss.zul.api.Calendar
Assigns a value to this component.
setValue(String) - Method in interface org.zkoss.zul.api.Captcha
Set the text value to be shown as the distortion captcha.
setValue(Object) - Method in interface org.zkoss.zul.api.Comboitem
Associate the value with this combo item.
setValue(Date) - Method in interface org.zkoss.zul.api.Datebox
Sets the value (in Date).
setValue(BigDecimal) - Method in interface org.zkoss.zul.api.Decimalbox
Sets the value (in BigDecimal).
setValue(Double) - Method in interface org.zkoss.zul.api.Doublebox
Sets the value (in Double).
setValue(double) - Method in interface org.zkoss.zul.api.Doublebox
Sets the value (in double)
setValue(Integer) - Method in interface org.zkoss.zul.api.Intbox
Sets the value (in Integer).
setValue(String) - Method in interface org.zkoss.zul.api.Label
Sets the value.
setValue(Object) - Method in interface org.zkoss.zul.api.Listcell
Sets the value.
setValue(Object) - Method in interface org.zkoss.zul.api.Listitem
Sets the value.
setValue(Long) - Method in interface org.zkoss.zul.api.Longbox
Sets the value (in Long).
setValue(String) - Method in interface org.zkoss.zul.api.Menuitem
Sets the value.
setValue(int) - Method in interface org.zkoss.zul.api.Progressmeter
Sets the current value of the progress meter.
setValue(String) - Method in interface org.zkoss.zul.api.Radio
Sets the value.
setValue(Object) - Method in interface org.zkoss.zul.api.Row
Sets the value.
setValue(Integer) - Method in interface org.zkoss.zul.api.Spinner
Sets the value (in Integer).
setValue(String) - Method in interface org.zkoss.zul.api.Textbox
Sets the value.
setValue(Date) - Method in interface org.zkoss.zul.api.Timebox
Sets the value (in Date).
setValue(Object) - Method in interface org.zkoss.zul.api.Treeitem
Sets the value.
setValue(Date) - Method in class org.zkoss.zul.Calendar
Assigns a value to this component.
setValue(String) - Method in class org.zkoss.zul.Captcha
Set the text value to be shown as the distortion captcha.
setValue(Comparable, Comparable, Number) - Method in interface org.zkoss.zul.CategoryModel
add or update the value of a specified series and category.
setValue(Object) - Method in class org.zkoss.zul.Column
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Columns
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Comboitem
Associate the value with this combo item.
setValue(Date) - Method in class org.zkoss.zul.Datebox
Sets the value (in Date).
setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
Sets the value (in BigDecimal).
setValue(Double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in Double).
setValue(double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in double)
setValue(Integer) - Method in class org.zkoss.zul.Intbox
Sets the value (in Integer).
setValue(String) - Method in class org.zkoss.zul.Label
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Listcell
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Listhead
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Listheader
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Listitem
Sets the value.
setValue(Long) - Method in class org.zkoss.zul.Longbox
Sets the value (in Long).
setValue(String) - Method in class org.zkoss.zul.Menuitem
Sets the value.
setValue(Comparable, Number) - Method in interface org.zkoss.zul.PieModel
add or update the value of a specified category.
setValue(int) - Method in class org.zkoss.zul.Progressmeter
Sets the current value of the progress meter.
setValue(String) - Method in class org.zkoss.zul.Radio
Sets the value.
setValue(Object) - Method in class org.zkoss.zul.Row
Sets the value.
setValue(Comparable, Comparable, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
 
setValue(Comparable, Number) - Method in class org.zkoss.zul.SimplePieModel
 
setValue(Integer) - Method in class org.zkoss.zul.Spinner
Sets the value (in Integer).
setValue(String) - Method in class org.zkoss.zul.Textbox
Sets the value.
setValue(Date) - Method in class org.zkoss.zul.Timebox
Sets the value (in Date).
setValue(Object) - Method in class org.zkoss.zul.Treeitem
Sets the value.
setValueDirectly(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the value directly.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to iterate thru items.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
Sets the attribute name.
setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
Sets the attribute name.
setVariable(Namespace, String, Object) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Sets the value of a variable to this interpreter's scope identified by the specified namespace.
setVariable(String, Object) - Method in interface org.zkoss.zk.scripting.Interpreter
Sets the value of a variable to this interpreter, as if they are defined in the interpreter.
setVariable(String, Object, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Sets the variable of the specified name.
setVariable(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the variable to this interpreter.
setVariable(Namespace, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Sets the value of a variable to this interpreter's scope identified by the specified namespace.
setVariable(String, Object, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
setVariable(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setVariable(String, Object, boolean) - Method in interface org.zkoss.zk.ui.Component
Sets a variable to the namespace.
setVariable(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setVariable(String, Object) - Method in interface org.zkoss.zk.ui.Page
Sets a variable to the namespace (Page.getNamespace()).
setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoader
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
Sete the variable resovler, or null if not available.
setVarStatus(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
Sets the variable name used to hold the current iteration status.
setVflex(boolean) - Method in interface org.zkoss.zul.api.Grid
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVflex(boolean) - Method in interface org.zkoss.zul.api.Listbox
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVflex(boolean) - Method in interface org.zkoss.zul.api.Tree
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVflex(boolean) - Method in class org.zkoss.zul.Grid
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVflex(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVflex(boolean) - Method in class org.zkoss.zul.Tree
Sets whether to grow and shrink vertical to fit their given space, so called vertial flexibility.
setVisible(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
Changes the visibility of this component.
setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
Sets whether this component is visible.
setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
 
setVisible(boolean) - Method in class org.zkoss.zkex.zul.Center
This component can't be hidden.
setVisible(boolean) - Method in class org.zkoss.zul.Bandpopup
 
setVisible(boolean) - Method in class org.zkoss.zul.Column
 
setVisible(boolean) - Method in class org.zkoss.zul.Columns
 
setVisible(boolean) - Method in class org.zkoss.zul.impl.HeaderElement
 
setVisible(boolean) - Method in class org.zkoss.zul.Listhead
 
setVisible(boolean) - Method in class org.zkoss.zul.Listitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Panel
 
setVisible(boolean) - Method in class org.zkoss.zul.Popup
Not allowd.
setVisible(boolean) - Method in class org.zkoss.zul.Row
 
setVisible(boolean) - Method in class org.zkoss.zul.Style
Not allowd.
setVisible(boolean) - Method in class org.zkoss.zul.Timer
Not allowd.
setVisible(boolean) - Method in class org.zkoss.zul.Treecols
 
setVisible(boolean) - Method in class org.zkoss.zul.Treeitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Treerow
 
setVisible(boolean) - Method in class org.zkoss.zul.Window
Changes the visibility of the window.
setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
Sets the Visualizer for this execution.
setVoided(boolean) - Method in interface org.zkoss.zk.ui.Execution
Sets whether the execution is voided.
setVoided(boolean) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
 
setVspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the vspace.
setVspace(String) - Method in interface org.zkoss.zul.api.Image
Sets number of pixels of extra space to the top and bottom side of the image.
setVspace(String) - Method in class org.zkoss.zul.Image
Sets number of pixels of extra space to the top and bottom side of the image.
setWebApp(WebApp) - Method in class org.zkoss.zk.ui.util.Configuration
Associates it with a web application.
setWebAppClass(Class) - Method in class org.zkoss.zk.ui.util.Configuration
Sets the class that implements WebApp and WebAppCtrl, or null to use the default.
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
Sets the width.
setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
Sets the width.
setWidth(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the width.
setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the width.
setWidth(String) - Method in class org.zkoss.zkex.zul.Center
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zkex.zul.Fisheye
This method is unsupported.
setWidth(String) - Method in class org.zkoss.zkex.zul.North
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zkex.zul.South
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Listcell
 
setWidth(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setWidth(String) - Method in class org.zkoss.zul.Tab
 
setWidth(String) - Method in class org.zkoss.zul.Treecell
 
setWidthByClient(String) - Method in interface org.zkoss.zk.ui.ext.client.Sizable
Sets the width of the component, caused by user's activity at the client.
setWidthByClient(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setWidths(String) - Method in interface org.zkoss.zul.api.Box
Sets the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
setWidths(String) - Method in class org.zkoss.zul.Box
Sets the widths/heights, which is a list of numbers separated by comma to denote the width/height of each cell in a box.
setWmode(String) - Method in interface org.zkoss.zul.api.Flash
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.
setWmode(String) - Method in class org.zkoss.zul.Flash
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.
setXAxis(String) - Method in interface org.zkoss.zul.api.Chart
Set the label in xAxis.
setXAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in xAxis.
setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
 
setXmlVersion(String) - Method in class org.zkoss.idom.Document
 
setXsl(String) - Method in class org.zkoss.zml.Transformer
Sets the XSL with the resource path.
setXsl(File) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a file.
setXsl(URL) - Method in class org.zkoss.zml.Transformer
Sets the XSL with an URL.
setXsl(InputStream) - Method in class org.zkoss.zml.Transformer
Sets the XSL with an input stream.
setXsl(Reader) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a reader.
setXsl(Source) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a XML source.
setXsl(Document) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a document.
setXsl(Document) - Method in class org.zkoss.zml.Transformer
Sets the XSL with a iDOM document.
setYAxis(String) - Method in interface org.zkoss.zul.api.Chart
Set the label in yAxis.
setYAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in yAxis.
setZclass(String) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the ZK Cascading Style class(es) for this component.
setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the ZK Cascading Style class(es) for this component.
setZIndex(int) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the Z index.
setZindex(int) - Method in interface org.zkoss.zk.ui.api.HtmlBasedComponent
Sets the Z index.
setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
Sets the Z index.
setZIndexByClient(int) - Method in interface org.zkoss.zk.ui.ext.client.ZIndexed
Sets the z-index of the component, caused by user's activity at the client.
setZIndexByClient(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
 
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
Sets the default scripting language which is assumed when a zscript element doesn't specify any language.
setZScriptLanguage(String) - Method in interface org.zkoss.zk.ui.Page
Sets the defafult scripting language which will be assumed if a zscript element doesn't specify any language.
shallCheck(Object, long) - Method in class org.zkoss.util.resource.AbstractLoader
 
shallCheck(Object, long) - Method in interface org.zkoss.util.resource.Loader
Returns whether to call Loader.getLastModified(java.lang.Object).
shallCheck(Object, long) - Method in class org.zkoss.web.util.resource.ExtendletLoader
 
shallCheck(Object, long) - Method in class org.zkoss.web.util.resource.ResourceLoader
 
shallCompress(ServletRequest, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
Tests whether to compress the specified extension, e.g, "js" and "css".
shallExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is time to expunge.
shallHideId() - Method in class org.zkoss.zhtml.Head
Don't generate the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.Html
Don't generate the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.impl.AbstractTag
Whether to hide the id attribute.
shallHideId() - Method in class org.zkoss.zhtml.Title
Don't generate the id attribute.
shallIgnoreCase() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to ignore case.
shallIgnoreCase() - Method in class org.zkoss.zul.RowComparator
Returns whether to ignore case.
shallRenderTree(Tree) - Static method in class org.zkoss.zul.fn.ZulFns
Returns whether the specified should be rendered.
shallServerFormat() - Method in class org.zkoss.zul.Datebox
Returns whether the server-side formatting shall take place.
shallServerFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns whether the server-side formatting shall take place.
shallServerFormat() - Method in class org.zkoss.zul.impl.InputElement
Returns whether the server-side formatting shall take place.
shallVisitTree(Tree, Component) - Static method in class org.zkoss.zul.fn.ZulFns
Returns whether the treeitem should be visited.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
Indicates whether the Shift key is pressed.
SHIFT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Shift key is pressed.
shortValue() - Method in interface org.zkoss.zul.api.Decimalbox
Returns the value in short.
shortValue() - Method in interface org.zkoss.zul.api.Doublebox
Returns the value in short.
shortValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in short.
shortValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in short.
show(String, String, int, String) - Static method in class org.zkoss.zhtml.Messagebox
Shows a message box and returns what button is pressed.
show(String) - Static method in class org.zkoss.zhtml.Messagebox
Shows a message box and returns what button is pressed.
show(int, Object[], int, int, String) - Static method in class org.zkoss.zhtml.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String) - Static method in class org.zkoss.zhtml.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String) - Static method in class org.zkoss.zhtml.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(String, String, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, EventListener) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int, EventListener) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(int, Object[], int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int, EventListener) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int, EventListener) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int, EventListener) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
showBusy(String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
Asks the browser to show the busy message such that the user knows the system is busy.
showCustomError(Component, WrongValueException) - Method in interface org.zkoss.zul.CustomConstraint
To display the error message in a custom way.
showCustomError(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
Shows the error message in the custom way by calling (CustomConstraint.showCustomError(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.WrongValueException), if the contraint implements CustomConstraint.
showUncategorized() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
ShowWindowEventListener - Class in org.zkoss.zkplus.acegi
The default listener to show a modal window for login and other things.
ShowWindowEventListener() - Constructor for class org.zkoss.zkplus.acegi.ShowWindowEventListener
 
shrink(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
SimpleAutoComplete - Class in org.zkoss.zkdemo.userguide
This class is an example of auto-complete with combobox via SimpleListModel to achieve.
SimpleAutoComplete() - Constructor for class org.zkoss.zkdemo.userguide.SimpleAutoComplete
 
SimpleCategoryModel - Class in org.zkoss.zul
A Category data model implementation of CategoryModel.
SimpleCategoryModel() - Constructor for class org.zkoss.zul.SimpleCategoryModel
 
SimpleConstraint - Class in org.zkoss.zul
A simple constraint that you could build based the predefined constants.
SimpleConstraint(int) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags.
SimpleConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags and an error message.
SimpleConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a regular-expression constraint.
SimpleConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint combining regular expression.
SimpleConstraint(String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDateConstraint - Class in org.zkoss.zul
A simple date constraint.
SimpleDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleDateConstraint
 
SimpleDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constraints a constraint.
SimpleDateConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a regular-expression constraint.
SimpleDateConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint combining regular expression.
SimpleDateConstraint(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with beginning and ending date.
SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
A simple implementation of DesktopCache.
SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
SimpleEvaluator - Class in org.zkoss.zk.xel.impl
A simple implementation of Evaluator.
SimpleEvaluator(FunctionMapper, Class) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
 
SimpleGroupsModel - Class in org.zkoss.zul
A simple implementation of GroupsModel.
SimpleGroupsModel(Object[][]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructs a groups data model with a two-dimensional array of data.
SimpleGroupsModel(Object[][], Object[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(Object[][], Object[], Object[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleHiLoModel - Class in org.zkoss.zul
A HiLo data model implementation of HiLoModel.
SimpleHiLoModel() - Constructor for class org.zkoss.zul.SimpleHiLoModel
 
SimpleListModel - Class in org.zkoss.zul
A simple implementation of ListModel.
SimpleListModel(Object[], boolean) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(Object[]) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(List) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModelSharer - Class in org.zkoss.zkex.zul
SimpleListModelSharer is a simple implementation of ListModelSharer
To use this class, you should create a global ListModel first, and then create SimpleListModelSharer with the global list model.
SimpleListModelSharer(ListModel) - Constructor for class org.zkoss.zkex.zul.SimpleListModelSharer
 
SimpleLocator - Class in org.zkoss.idom.util
The locator implementation.
SimpleLocator(Locator) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor with another locator.
SimpleLocator(SourceLocator) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor with another locator.
SimpleLocator(int, int, String, String) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor.
SimpleMapper - Class in org.zkoss.xel.util
A simmple function mapper.
SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleNamespace - Class in org.zkoss.zk.scripting.util
A simple implementation of Namespace.
SimpleNamespace() - Constructor for class org.zkoss.zk.scripting.util.SimpleNamespace
 
SimpleNamespace(Component) - Constructor for class org.zkoss.zk.scripting.util.SimpleNamespace
 
SimplePieModel - Class in org.zkoss.zul
A Pie chart data model implementation of PieModel.
SimplePieModel() - Constructor for class org.zkoss.zul.SimplePieModel
 
SimpleResolver - Class in org.zkoss.xel.util
A simple resolver that retrieve variable from a map.
SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver.
SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent.
SimpleResolver(VariableResolver, Map) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent and an object map.
SimpleResolver(Map) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with an object map.
SimpleSession - Class in org.zkoss.zk.ui.http
A non-serializable implementation of Session.
SimpleSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Construts a ZK session with a HTTP session.
SimpleSession(WebApp, PortletSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Construts a ZK session with a Portlet session.
SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class, only if the deriving class implements java.io.Serializable.
SimpleSessionCache - Class in org.zkoss.zk.ui.http
A simple implementation of SessionCache.
SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
 
SimpleSpinnerConstraint - Class in org.zkoss.zul
A simple spinner constraint.
SimpleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleTreeModel - Class in org.zkoss.zul
A simple implementation of TreeModel.
SimpleTreeModel(SimpleTreeNode) - Constructor for class org.zkoss.zul.SimpleTreeModel
Constructor
SimpleTreeNode - Class in org.zkoss.zul
The treenode for SimpleTreeModel Note: It assumes the content is immutable
SimpleTreeNode(Object, List) - Constructor for class org.zkoss.zul.SimpleTreeNode
Constructor
SimpleUiFactory - Class in org.zkoss.zk.ui.http
The default implementation of UiFactory.
SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
 
SimpleWebApp - Class in org.zkoss.zk.ui.http
A servlet-based Web application.
SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
 
SimpleXelContext - Class in org.zkoss.xel.util
A simple implementation of XelContext.
SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXYModel - Class in org.zkoss.zul
A XY data model implementation of XYModel.
SimpleXYModel() - Constructor for class org.zkoss.zul.SimpleXYModel
 
SimpleXYModel.XYPair - Class in org.zkoss.zul
 
SimpleXYModel.XYPair(Number, Number) - Constructor for class org.zkoss.zul.SimpleXYModel.XYPair
 
SimpleXYZModel - Class in org.zkoss.zul
A XYZ data model implementation of XYZModel.
SimpleXYZModel() - Constructor for class org.zkoss.zul.SimpleXYZModel
 
Sizable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() to indicate a component is sizable by the client.
size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns the number of elements.
size() - Method in class org.zkoss.util.CacheMap
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayList
 
size() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
size() - Method in class org.zkoss.util.DualCollection
 
size() - Method in class org.zkoss.util.FastReadArray
Returns the size.
size() - Method in class org.zkoss.util.IdentityHashSet
 
size() - Method in class org.zkoss.util.TreeArray
 
size() - Method in class org.zkoss.web.servlet.xel.AttributesMap
 
size() - Method in class org.zkoss.xml.FacadeList
 
size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
 
size() - Method in class org.zkoss.zkdemo.userguide.BigList
 
size() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns 0, no matter any variable is defined.
size() - Method in class org.zkoss.zul.ListModelList
 
size() - Method in class org.zkoss.zul.ListModelMap
 
size() - Method in class org.zkoss.zul.ListModelSet
 
SizeCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the SizeEvent relevant command.
SizeCommand(String, int) - Constructor for class org.zkoss.zk.au.in.SizeCommand
 
SizeEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component being re-sized.
SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
Constructs a mouse relevant event.
sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns the size without trying to expunge first.
SKIP_IF_EVER_ERROR - Static variable in class org.zkoss.zk.au.Command
Whether to skip this command if previous commands ever caused errors.
SKIP_SIBLING - Static variable in class org.zkoss.zul.Attributes
Indicates the component being render shall generate z.skipsib.
SKIPS - Static variable in class org.zkoss.util.Checksums
The default skips.
skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next index after skipping whitespaces.
skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.skipWhitespaces(java.lang.CharSequence, int).
sleep(int) - Static method in class org.zkoss.lang.Threads
Put the current thread to sleep for a while.
Slider - Interface in org.zkoss.zul.api
A slider.
Slider - Class in org.zkoss.zul
A slider.
Slider() - Constructor for class org.zkoss.zul.Slider
 
Slider(int) - Constructor for class org.zkoss.zul.Slider
 
Slider.ExtraCtrl - Class in org.zkoss.zul
The extra control that will be returned by AbstractComponent.getExtraCtrl().
Slider.ExtraCtrl() - Constructor for class org.zkoss.zul.Slider.ExtraCtrl
 
Slider2Default - Class in org.zkoss.zkmax.zul.render
Slider's default mold.
Slider2Default() - Constructor for class org.zkoss.zkmax.zul.render.Slider2Default
 
Slider2Scale - Class in org.zkoss.zkmax.zul.render
Slider's scale mold.
Slider2Scale() - Constructor for class org.zkoss.zkmax.zul.render.Slider2Scale
 
Small - Class in org.zkoss.zhtml
The SMALL tag.
Small() - Constructor for class org.zkoss.zhtml.Small
 
SmartAuWriter - Class in org.zkoss.zkmax.au.http
A smart AU writer that will generate some output to client first if the processing takes more than the time specified in the timeout argument of SmartAuWriter.open(java.lang.Object, java.lang.Object, int).
SmartAuWriter() - Constructor for class org.zkoss.zkmax.au.http.SmartAuWriter
 
smartDrawCaptcha() - Method in class org.zkoss.zul.Captcha
mark a draw flag to inform that this Chart needs update.
smartDrawChart() - Method in class org.zkoss.zul.Chart
mark a draw flag to inform that this Chart needs update.
smartRead(ObjectInputStream, Map) - Static method in class org.zkoss.io.Serializables
Reads serializable entries back (serialized by Serializables.smartWrite(ObjectOutputStream,Map)).
smartRead(ObjectInputStream, Collection) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartUpdate(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
 
smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart-update that update a value in int.
smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
A special smart-update that update a value in boolean.
smartUpdate(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Smart-updates a property with the specified value.
smartUpdate(String, String) - Method in class org.zkoss.zul.Image
 
smartUpdate(String, String) - Method in class org.zkoss.zul.Listbox
 
smartUpdate(String, String) - Method in class org.zkoss.zul.Paging
 
smartUpdate(String, int) - Method in class org.zkoss.zul.Paging
 
smartUpdate(String, boolean) - Method in class org.zkoss.zul.Paging
 
smartUpdate(String, String) - Method in class org.zkoss.zul.Tree
 
smartUpdate(String, String) - Method in class org.zkoss.zul.Treechildren
 
smartUpdate(String, String) - Method in class org.zkoss.zul.Treeitem
 
smartUpdateDeferred(String, DeferredValue) - Method in class org.zkoss.zk.ui.AbstractComponent
Smart-updates a property with a deferred value.
smartUpdateDeferred(String, DeferredValue) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Smart-updates a property with a deferred value.
smartUpdateValues(String, Object[]) - Method in class org.zkoss.zk.ui.AbstractComponent
 
smartUpdateValues(String, Object[]) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
Smart-updates a property with an array of values.
smartWrite(ObjectOutputStream, Map) - Static method in class org.zkoss.io.Serializables
Writes only serializable entries of the specified map.
smartWrite(ObjectOutputStream, Collection) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified collection.
smartWrite(ObjectOutputStream, Object[]) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified array.
SmartWriter - Class in org.zkoss.zk.ui.render
A writer that is used to simplify the output generation of compoennts.
SmartWriter(Writer) - Constructor for class org.zkoss.zk.ui.render.SmartWriter
 
sort() - Method in class org.zkoss.util.TreeArray
Sorts all elements ascendingly by the natural ordering.
sort(Comparator) - Method in class org.zkoss.util.TreeArray
Sorts all elements ascendingly by the specified comparator.
sort(List, Comparator) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
sort(List, int, int, Comparator) - Static method in class org.zkoss.zk.ui.Components
Sorts the components in the list.
sort(Comparator, boolean) - Method in class org.zkoss.zkdemo.test2.grid.FakeListModel
 
sort(boolean) - Method in interface org.zkoss.zul.api.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending(), if Column.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in interface org.zkoss.zul.api.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending().
sort(boolean) - Method in interface org.zkoss.zul.api.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending(), if Listheader.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in interface org.zkoss.zul.api.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending().
sort(Comparator, boolean, int) - Method in class org.zkoss.zul.ArrayGroupsModel
 
sort(boolean) - Method in class org.zkoss.zul.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending(), if Column.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending().
sort(Comparator, boolean, int) - Method in interface org.zkoss.zul.GroupsModelExt
It called when Listbox or Grid has to sort the content.
sort(boolean) - Method in class org.zkoss.zul.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending(), if Listheader.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending().
sort(Comparator, boolean) - Method in class org.zkoss.zul.ListModelArray
Sorts the data.
sort(Comparator, boolean) - Method in interface org.zkoss.zul.ListModelExt
It called when Listbox or Grid has to sort the content.
sort(Comparator, boolean) - Method in class org.zkoss.zul.ListModelList
Sorts the data.
sort(Comparator, boolean) - Method in class org.zkoss.zul.ListModelMap
Sorts the data.
sort(Comparator, boolean) - Method in class org.zkoss.zul.ListModelSet
Sorts the data.
sort(Comparator, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Sort each data in each group by Comparator, developer could override SimpleGroupsModel.sortGroupData(Object, Object[], Comparator, boolean, int) to customize.
sort(Comparator, boolean) - Method in class org.zkoss.zul.SimpleListModel
Sorts the data.
sortDataInGroupOrder(Comparator, boolean, int) - Method in class org.zkoss.zul.ArrayGroupsModel
Sorts the native data in the group order.
sortGroupData(Object, Object[], Comparator, boolean, int) - Method in class org.zkoss.zul.ArrayGroupsModel
Sorts data within a group.
sortGroupData(Object, Object[], Comparator, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
South - Interface in org.zkoss.zkex.zul.api
This component is a south region.
SOUTH - Static variable in class org.zkoss.zkex.zul.Borderlayout
The south layout constraint (bottom of container).
South - Class in org.zkoss.zkex.zul
This component is a south region.
South() - Constructor for class org.zkoss.zkex.zul.South
 
Space - Interface in org.zkoss.zul.api
Space is a Separator with the orient default to "horizontal".
Space - Class in org.zkoss.zul
Space is a Separator with the orient default to "horizontal".
Space() - Constructor for class org.zkoss.zul.Space
 
SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
Used with Component.getAttribute(java.lang.String, int) and relevants to denote custom attributes shared by the same ID space.
spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; the space owner of the applied component.
spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
Implicit Object; a map of attributes defined in the ID space contains the applied component.
Span - Class in org.zkoss.zhtml
The SPAN tag.
Span() - Constructor for class org.zkoss.zhtml.Span
 
Span - Interface in org.zkoss.zul.api
The same as HTML SPAN tag.
Span - Class in org.zkoss.zul
The same as HTML SPAN tag.
Span() - Constructor for class org.zkoss.zul.Span
 
SpanDefault - Class in org.zkoss.zkmax.zul.render
 
SpanDefault() - Constructor for class org.zkoss.zkmax.zul.render.SpanDefault
 
Spinner - Interface in org.zkoss.zul.api
An edit box for holding a constrained integer.
Spinner - Class in org.zkoss.zul
An edit box for holding a constrained integer.
Spinner() - Constructor for class org.zkoss.zul.Spinner
 
Spinner(int) - Constructor for class org.zkoss.zul.Spinner
 
Spinner(SpinnerNumberModel) - Constructor for class org.zkoss.zul.Spinner
 
SpinnerDefault - Class in org.zkoss.zkmax.zul.render
Spinner's default mold.
SpinnerDefault() - Constructor for class org.zkoss.zkmax.zul.render.SpinnerDefault
 
split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
split(int) - Method in interface org.zkoss.idom.Textual
Splits at the specified offset into two Textual objects.
Splitter - Interface in org.zkoss.zul.api
An element which should appear before or after an element inside a box ( Box, Vbox and Hbox).
Splitter - Class in org.zkoss.zul
An element which should appear before or after an element inside a box (Box, Vbox and Hbox).
Splitter() - Constructor for class org.zkoss.zul.Splitter
 
Splitter.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Splitter.ExtraCtrl() - Constructor for class org.zkoss.zul.Splitter.ExtraCtrl
 
SplitterDefault - Class in org.zkoss.zkmax.zul.render
Splitter's default mold.
SplitterDefault() - Constructor for class org.zkoss.zkmax.zul.render.SplitterDefault
 
splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
 
SpringUtil - Class in org.zkoss.zkplus.spring
SpringUtil, a Spring utility.
SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
 
STACKED_AREA - Static variable in class org.zkoss.zul.Chart
 
STACKED_BAR - Static variable in class org.zkoss.zul.Chart
 
start() - Method in class org.zkoss.io.FileWatchdog
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Starts the provider.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Starts the failover manager.
start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stats and initializes the server-push controller.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Starts the engine.
start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Starts this factory.
start(WebApp) - Method in class org.zkoss.zkdemo.test.DumbFailoverManager
 
start(Component) - Static method in class org.zkoss.zkdemo.test2.B2202620
 
start(Component, Textbox) - Static method in class org.zkoss.zkdemo.test2.ServerPush
 
start(Component, Component) - Static method in class org.zkoss.zkdemo.userguide.CometServerPush
 
start(Desktop) - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
start(Desktop) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Starts the server push.
start() - Method in interface org.zkoss.zul.api.Timer
Starts the timer.
start() - Method in class org.zkoss.zul.Timer
Starts the timer.
startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
startClientPush() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
Sends an AU response to the client to start the server push.
startClientPush() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Sends an AU response to the client to start the server push.
startDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
 
startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
STARTS - Static variable in class org.zkoss.zkdemo.test.ComparisonType
 
Statistic - Class in org.zkoss.zk.ui.util
An implementation of Monitor to accumulate statistic data in memory.
Statistic() - Constructor for class org.zkoss.zk.ui.util.Statistic
 
STEP - Static variable in class org.zkoss.zul.Chart
 
STEP_AREA - Static variable in class org.zkoss.zul.Chart
 
stop(String) - Static method in class org.zkoss.util.logging.LogService
Stops the logging service
stop() - Method in class org.zkoss.util.logging.LogService
Stops the service.
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
 
stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
 
stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
Called when to stop and cleanup this cache.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
Stops the provider.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
Stops the failover manager.
stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
Stops and cleans up the server-push controller.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Stops the engine.
stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
Stops this factory.
stop(WebApp) - Method in class org.zkoss.zkdemo.test.DumbFailoverManager
 
stop() - Static method in class org.zkoss.zkdemo.test2.B2202620
 
stop() - Static method in class org.zkoss.zkdemo.test2.ServerPush
 
stop() - Static method in class org.zkoss.zkdemo.userguide.CometServerPush
 
stop() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
 
stop() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Stops the server push.
stop() - Method in interface org.zkoss.zul.api.Audio
Stops the audio at the cient.
stop() - Method in interface org.zkoss.zul.api.Timer
Stops the timer.
stop() - Method in class org.zkoss.zul.Audio
Stops the audio at the cient.
stop() - Method in class org.zkoss.zul.Timer
Stops the timer.
stopClientPush() - Method in class org.zkoss.zkex.ui.impl.PollingServerPush
Sends an AU response the client to stop the server push.
stopClientPush() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
Sends an AU response the client to stop the server push.
stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
Stops the propagation for this event.
stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
STRICT - Static variable in class org.zkoss.zul.SimpleConstraint
The value must match inside the data from ListModel only.
STRING_TOO_LONG - Static variable in interface org.zkoss.zul.mesg.MZul
 
StringFns - Class in org.zkoss.xel.fn
Functions to manipulate strings in EL.
StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
 
StringKeysMap - Class in org.zkoss.web.servlet.xel
A sketetal implementation for Map to wrap something with enumeration of keys, which must be String.
StringKeysMap() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap
 
StringKeysMap.EntryIter - Class in org.zkoss.web.servlet.xel
The iterator class used to iterator the entries in this map.
StringKeysMap.EntryIter() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
 
Strings - Class in org.zkoss.lang
String utilties and constants
Strings() - Constructor for class org.zkoss.lang.Strings
 
Strings.Result - Class in org.zkoss.lang
The result of Strings.substring(java.lang.String, int, char).
Strings.Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
 
Strings.Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
 
stringToArray(String, String) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
stringToInts(String, int) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
STRIPE_STATE - Static variable in class org.zkoss.zul.Attributes
It is used to check the striping state of Gird or Listbox.
Strong - Class in org.zkoss.zhtml
The STRONG tag.
Strong() - Constructor for class org.zkoss.zhtml.Strong
 
Style - Class in org.zkoss.zhtml
The STYLE tag.
Style() - Constructor for class org.zkoss.zhtml.Style
 
Style - Interface in org.zkoss.zul.api
The style component used to specify CSS styles for the owner desktop.
Style - Class in org.zkoss.zul
The style component used to specify CSS styles for the owner desktop.
Style() - Constructor for class org.zkoss.zul.Style
 
Style(String) - Constructor for class org.zkoss.zul.Style
 
Style.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Style.ExtraCtrl() - Constructor for class org.zkoss.zul.Style.ExtraCtrl
 
StyleDefault - Class in org.zkoss.zkmax.zul.render
The renderer for the style component (Style).
StyleDefault() - Constructor for class org.zkoss.zkmax.zul.render.StyleDefault
 
StyleSheet - Class in org.zkoss.web.servlet
Represents a style sheet.
StyleSheet(String, String) - Constructor for class org.zkoss.web.servlet.StyleSheet
Creates by specifying the file to contain the style sheets.
StyleSheet(String, String, boolean) - Constructor for class org.zkoss.web.servlet.StyleSheet
Creates by assigning the content (style sheets).
Sub - Class in org.zkoss.zhtml
The SUB tag.
Sub() - Constructor for class org.zkoss.zhtml.Sub
 
subList(int, int) - Method in class org.zkoss.zul.ListModelList
 
submitForm(String) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified ID.
submitForm(Component) - Static method in class org.zkoss.zk.ui.util.Clients
Submits the form with the specified form.
subscribe(EventListener) - Method in interface org.zkoss.zkmax.ui.eq.EventQueue
Subscribes a listener to queue.
substring(String, int, char) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
Date Arithmetic function (date2 - date1). subtract a date from another date, return the difference as the required fields.
Sup - Class in org.zkoss.zhtml
The Sup tag.
Sup() - Constructor for class org.zkoss.zhtml.Sup
 
SuspendNotAllowedException - Exception in org.zkoss.zk.ui
Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Object) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SuspendNotAllowedException(int) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
 
SystemException - Exception in org.zkoss.lang
Indicates a system exception.
SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs a SystemException by specifying message directly.
SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException() - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs an SystemException by use of an error code.
SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException.Aide - Class in org.zkoss.lang
Utilities.
SystemException.Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
 

T

Tab - Interface in org.zkoss.zul.api
A tab.
Tab - Class in org.zkoss.zul
A tab.
Tab() - Constructor for class org.zkoss.zul.Tab
 
Tab(String) - Constructor for class org.zkoss.zul.Tab
 
Tab(String, String) - Constructor for class org.zkoss.zul.Tab
 
Tab.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Tab.ExtraCtrl() - Constructor for class org.zkoss.zul.Tab.ExtraCtrl
 
Tab2Default - Class in org.zkoss.zkmax.zul.render
Tab's default mold.
Tab2Default() - Constructor for class org.zkoss.zkmax.zul.render.Tab2Default
 
Tab2DefaultV - Class in org.zkoss.zkmax.zul.render
Tab's default mold in vertical only.
Tab2DefaultV() - Constructor for class org.zkoss.zkmax.zul.render.Tab2DefaultV
 
Tabbox - Interface in org.zkoss.zul.api
A tabbox.
Tabbox - Class in org.zkoss.zul
A tabbox.
Tabbox() - Constructor for class org.zkoss.zul.Tabbox
 
Tabbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Tabbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Tabbox.ExtraCtrl
 
Tabbox2Accordion - Class in org.zkoss.zkmax.zul.render
Tabbox's accordion mold.
Tabbox2Accordion() - Constructor for class org.zkoss.zkmax.zul.render.Tabbox2Accordion
 
Tabbox2Default - Class in org.zkoss.zkmax.zul.render
Tabbox's default mold.
Tabbox2Default() - Constructor for class org.zkoss.zkmax.zul.render.Tabbox2Default
 
Tabbox2DefaultV - Class in org.zkoss.zkmax.zul.render
Tabbox's default mold.
Tabbox2DefaultV() - Constructor for class org.zkoss.zkmax.zul.render.Tabbox2DefaultV
 
TabboxSelectedTabConverter - Class in org.zkoss.zkplus.databind
Convert Tabbox selected Tab to Tab label and vice versa.
TabboxSelectedTabConverter() - Constructor for class org.zkoss.zkplus.databind.TabboxSelectedTabConverter
 
Table - Class in org.zkoss.zhtml
The TABLE tag.
Table() - Constructor for class org.zkoss.zhtml.Table
 
Tablechildren - Interface in org.zkoss.zkmax.zul.api
The cell of Tablelayout.
Tablechildren - Class in org.zkoss.zkmax.zul
The cell of Tablelayout.
Tablechildren() - Constructor for class org.zkoss.zkmax.zul.Tablechildren
 
TablechildrenDefault - Class in org.zkoss.zkmax.zul.render
Tablechildren's default mold.
TablechildrenDefault() - Constructor for class org.zkoss.zkmax.zul.render.TablechildrenDefault
 
Tablelayout - Interface in org.zkoss.zkmax.zul.api
Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
Tablelayout - Class in org.zkoss.zkmax.zul
Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
Tablelayout() - Constructor for class org.zkoss.zkmax.zul.Tablelayout
 
TablelayoutDefault - Class in org.zkoss.zkmax.zul.render
Tablelayout's default mold.
TablelayoutDefault() - Constructor for class org.zkoss.zkmax.zul.render.TablelayoutDefault
 
Tabpanel - Interface in org.zkoss.zul.api
A tab panel.
Tabpanel - Class in org.zkoss.zul
A tab panel.
Tabpanel() - Constructor for class org.zkoss.zul.Tabpanel
 
Tabpanel2Accordion - Class in org.zkoss.zkmax.zul.render
Tabpanel's accordion mold.
Tabpanel2Accordion() - Constructor for class org.zkoss.zkmax.zul.render.Tabpanel2Accordion
 
Tabpanel2Default - Class in org.zkoss.zkmax.zul.render
Tabpanel's default mold.
Tabpanel2Default() - Constructor for class org.zkoss.zkmax.zul.render.Tabpanel2Default
 
Tabpanel2DefaultV - Class in org.zkoss.zkmax.zul.render
Tabpanel's default mold for the vertical orient.
Tabpanel2DefaultV() - Constructor for class org.zkoss.zkmax.zul.render.Tabpanel2DefaultV
 
Tabpanels - Interface in org.zkoss.zul.api
A collection of tab panels.
Tabpanels - Class in org.zkoss.zul
A collection of tab panels.
Tabpanels() - Constructor for class org.zkoss.zul.Tabpanels
 
Tabpanels2Default - Class in org.zkoss.zkmax.zul.render
Tabpanels's default mold.
Tabpanels2Default() - Constructor for class org.zkoss.zkmax.zul.render.Tabpanels2Default
 
Tabpanels2DefaultV - Class in org.zkoss.zkmax.zul.render
Tabpanels's default mold for the vertical orient only.
Tabpanels2DefaultV() - Constructor for class org.zkoss.zkmax.zul.render.Tabpanels2DefaultV
 
Tabs - Interface in org.zkoss.zul.api
A collection of tabs (Tab).
Tabs - Class in org.zkoss.zul
A collection of tabs (Tab).
Tabs() - Constructor for class org.zkoss.zul.Tabs
 
Tabs2Default - Class in org.zkoss.zkmax.zul.render
Tabs's default mold.
Tabs2Default() - Constructor for class org.zkoss.zkmax.zul.render.Tabs2Default
 
Tabs2DefaultV - Class in org.zkoss.zkmax.zul.render
Tabs's default mold for vertial orient only.
Tabs2DefaultV() - Constructor for class org.zkoss.zkmax.zul.render.Tabs2DefaultV
 
Taglib - Class in org.zkoss.xel.taglib
Represents a taglib.
Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
 
TaglibMapper - Class in org.zkoss.xel.util
A function mapper that is capable to load function and class definitions from taglib.
TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
 
Taglibs - Class in org.zkoss.xel.taglib
Utilities to handle taglib.
Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
 
tagNameOf(String) - Method in class org.zkoss.idom.Namespace
Gets the tag name of the giving local name.
Tbody - Class in org.zkoss.zhtml
The TBODY tag.
Tbody() - Constructor for class org.zkoss.zhtml.Tbody
 
Td - Class in org.zkoss.zhtml
The TD tag.
Td() - Constructor for class org.zkoss.zhtml.Td
 
TEMPLATE - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
TEMPLATEMAP - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
terminate() - Method in class org.zkoss.zkex.zul.impl.OperationThread
Terminate this thread. thread will be stopped after last run trip.
Test1ArrayGroupsModel - Class in org.zkoss.zkdemo.test2.group
 
Test1ArrayGroupsModel(Object[], Comparator) - Constructor for class org.zkoss.zkdemo.test2.group.Test1ArrayGroupsModel
 
testCurrent(String, String) - Static method in class org.zkoss.util.Locales
Returns whether the current locale (Locales.getCurrent()) belongs to the specified language and/or country.
TestRichlet - Class in org.zkoss.zkdemo.test
Used to test richlet.
TestRichlet() - Constructor for class org.zkoss.zkdemo.test.TestRichlet
 
TestRichlet2 - Class in org.zkoss.zkdemo.test
Used to test richlet.
TestRichlet2() - Constructor for class org.zkoss.zkdemo.test.TestRichlet2
 
Tests - Class in org.zkoss.zkdemo.test
For testing the inter-operation between ZUML and Java codes.
Tests() - Constructor for class org.zkoss.zkdemo.test.Tests
 
TestVariableResolver - Class in org.zkoss.zkdemo.test
An implementation of the variable resolver to test whether it works.
TestVariableResolver() - Constructor for class org.zkoss.zkdemo.test.TestVariableResolver
 
Text - Class in org.zkoss.idom
The iDOM Text.
Text(String) - Constructor for class org.zkoss.idom.Text
Constructor.
Text() - Constructor for class org.zkoss.idom.Text
Constructor.
Text - Class in org.zkoss.zhtml
Represents a piece of text (of DOM).
Text() - Constructor for class org.zkoss.zhtml.Text
 
Text(String) - Constructor for class org.zkoss.zhtml.Text
 
Textarea - Class in org.zkoss.zhtml
The TEXTAREA tag.
Textarea() - Constructor for class org.zkoss.zhtml.Textarea
 
Textbox - Interface in org.zkoss.zul.api
A textbox.
Textbox - Class in org.zkoss.zul
A textbox.
Textbox() - Constructor for class org.zkoss.zul.Textbox
 
Textbox(String) - Constructor for class org.zkoss.zul.Textbox
 
TextboxDefault - Class in org.zkoss.zkmax.zul.render
Textbox's default mold.
TextboxDefault() - Constructor for class org.zkoss.zkmax.zul.render.TextboxDefault
 
TextInfo - Class in org.zkoss.zk.ui.metainfo
Represents a text.
TextInfo(EvaluatorRef, String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
 
Textual - Interface in org.zkoss.idom
Represents an object that is mainly for storing "text".
Tfoot - Class in org.zkoss.zhtml
The TFOOT tag.
Tfoot() - Constructor for class org.zkoss.zhtml.Tfoot
 
Th - Class in org.zkoss.zhtml
The TH tag.
Th() - Constructor for class org.zkoss.zhtml.Th
 
THE - Static variable in class org.zkoss.idom.impl.DOMImplementation
DOM implementation singleton.
THE - Static variable in class org.zkoss.idom.impl.EmptyNamedNodeMap
The ONLY instance of EmptyNamedNodeMap.
Thead - Class in org.zkoss.zhtml
The THEAD tag.
Thead() - Constructor for class org.zkoss.zhtml.Thead
 
ThemeImage - Class in org.zkoss.zkdemo.userguide
 
ThemeImage() - Constructor for class org.zkoss.zkdemo.userguide.ThemeImage
 
ThemeProvider - Interface in org.zkoss.zk.ui.util
Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml) and the configuration (the theme-uri elements in web.xml).
ThreadLocalCache - Class in org.zkoss.util
A cache that resides on the thread local memory.
ThreadLocalCache(int, int) - Constructor for class org.zkoss.util.ThreadLocalCache
Constucts a thread-local cache with the specified max size and the lifetime.
ThreadLocalCache() - Constructor for class org.zkoss.util.ThreadLocalCache
Constructs a thread-local cache with the default setting: max size=128 and lifetime=30minutes.
ThreadLocalListener - Class in org.zkoss.zkplus.util
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
ThreadLocalListener() - Constructor for class org.zkoss.zkplus.util.ThreadLocalListener
 
ThreadLocals - Class in org.zkoss.zkplus.util
ThreadLocal related utilties.
ThreadLocals() - Constructor for class org.zkoss.zkplus.util.ThreadLocals
 
Threads - Class in org.zkoss.lang
Thread relevant utilities.
Threads() - Constructor for class org.zkoss.lang.Threads
 
throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
 
TIME_SERIES - Static variable in class org.zkoss.zul.Chart
 
Timebox - Interface in org.zkoss.zul.api
An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
Timebox - Class in org.zkoss.zul
An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
Timebox() - Constructor for class org.zkoss.zul.Timebox
 
Timebox(Date) - Constructor for class org.zkoss.zul.Timebox
 
Timebox2Default - Class in org.zkoss.zkmax.zul.render
Timebox's default mold.
Timebox2Default() - Constructor for class org.zkoss.zkmax.zul.render.Timebox2Default
 
Timer - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component supports the one-shot timer.
Timer - Interface in org.zkoss.zul.api
Fires one or more Event after a specified delay.
Timer - Class in org.zkoss.zul
Fires one or more Event after a specified delay.
Timer() - Constructor for class org.zkoss.zul.Timer
 
Timer(int) - Constructor for class org.zkoss.zul.Timer
 
Timer.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Timer.ExtraCtrl() - Constructor for class org.zkoss.zul.Timer.ExtraCtrl
 
TimerCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to handle the timer requests.
TimerCommand(String, int) - Constructor for class org.zkoss.zk.au.in.TimerCommand
 
TimerDefault - Class in org.zkoss.zkmax.zul.render
Timer's default mold.
TimerDefault() - Constructor for class org.zkoss.zkmax.zul.render.TimerDefault
 
TimeZones - Class in org.zkoss.util
Utilities to access time-zone.
TimeZones() - Constructor for class org.zkoss.util.TimeZones
 
TITLE - Static variable in class org.zkoss.web.Attributes
The title (String) of a servlet or a portal.
Title - Class in org.zkoss.zhtml
The TITLE tag.
Title() - Constructor for class org.zkoss.zhtml.Title
 
toAbsoluteURI(String, boolean) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if necessary.
toAbsoluteURI(String) - Static method in class org.zkoss.zk.fn.ZkFns
Converts the specified URI to absolute if not included by another page.
toAbsoluteURI(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
Converts the specified URI to an absolute URI, if uri is related and the current execution is not included (Execution.isIncluded()).
toAbsoluteURI(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the specified collection into a new array.
toArray() - Method in class org.zkoss.util.FastReadArray
Returns the array (never null).
toArray() - Method in class org.zkoss.zul.ListModelList
 
toArray(Object[]) - Method in class org.zkoss.zul.ListModelList
 
toArray() - Method in class org.zkoss.zul.ListModelSet
 
toArray(Object[]) - Method in class org.zkoss.zul.ListModelSet
 
toAttributeName(String) - Static method in class org.zkoss.lang.Classes
Converts a method name to an attribute name by removing the prefix is, get or set, or null if it doesn't start with is, get or set.
toAutoId(String, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
Returns the automatically generate component's UUID/ID.
toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a boolean.
toByteArray(int) - Static method in class org.zkoss.lang.Objects
Converts an integer to a big-endian byte array.
toByteArray(long) - Static method in class org.zkoss.lang.Objects
Converts a long to a big-endian byte array.
toByteArray(short) - Static method in class org.zkoss.lang.Objects
Converts a short to a big-endian byte array.
toByteArray(byte) - Static method in class org.zkoss.lang.Objects
Converts a byte to a big-endian byte array.
toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an character.
toCharArray(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a character array.
toClass(String) - Static method in class org.zkoss.lang.Primitives
Converts a primitive from name to the class, or null if it is not a primitive class.
toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
Converts elements to their contents if the giving object is an element or an array or a collection of elements.
toDate(String) - Static method in class org.zkoss.web.servlet.http.Https
Converts a date string to a Date instance.
today() - Static method in class org.zkoss.util.Dates
Returns today by setting time to 0:0:0.
toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a (big) decimal.
toggleItemSelection(Listitem) - Method in class org.zkoss.zul.Listbox
If the specified item is selected, it is deselected.
toggleItemSelection(Treeitem) - Method in class org.zkoss.zul.Tree
If the specified item is selected, it is deselected.
toggleItemSelectionApi(Listitem) - Method in interface org.zkoss.zul.api.Listbox
If the specified item is selected, it is deselected.
toggleItemSelectionApi(Treeitem) - Method in interface org.zkoss.zul.api.Tree
If the specified item is selected, it is deselected.
toggleItemSelectionApi(Listitem) - Method in class org.zkoss.zul.Listbox
If the specified item is selected, it is deselected.
toggleItemSelectionApi(Treeitem) - Method in class org.zkoss.zul.Tree
If the specified item is selected, it is deselected.
toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
Returns the hex String representation of a byte array without prefix 0x.
toHTML(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
Returns as HTML tag(s) representing this header element.
toImageIcon() - Method in class org.zkoss.image.AImage
Converts to an image icon.
toImageIcon() - Method in interface org.zkoss.image.Image
Converts to an image icon.
toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an integer.
toInternalForm(String) - Static method in class org.zkoss.lang.Classes
Change class name to internal form (e.g. byte[] -> [B).
token - Variable in class org.zkoss.lang.Strings.Result
The converted string.
toMethod() - Method in interface org.zkoss.xel.Function
Converts this function to a method, or null if unable to convert.
toMethod() - Method in class org.zkoss.xel.util.MethodFunction
 
toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
Convert an attribute name, returned by toAttributeName, to a method name.
toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a number.
toNumberOnly(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Filters out non digit characters, such comma and whitespace, from the specified value.
TOO_MANY_REQUESTS - Static variable in interface org.zkoss.zk.mesg.MZk
 
TOO_MANY_SUSPENDED - Static variable in interface org.zkoss.zk.mesg.MZk
 
toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
Returns the octal String representation of a byte array with optional prefix.
Toolbar - Interface in org.zkoss.zul.api
A toolbar.
Toolbar - Class in org.zkoss.zul
A toolbar.
Toolbar() - Constructor for class org.zkoss.zul.Toolbar
 
Toolbar(String) - Constructor for class org.zkoss.zul.Toolbar
 
Toolbarbutton - Interface in org.zkoss.zul.api
A tool button.
Toolbarbutton - Class in org.zkoss.zul
A tool button.
Toolbarbutton() - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String, String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
ToolbarbuttonDefault - Class in org.zkoss.zkmax.zul.render
Toolbarbutton's default mold.
ToolbarbuttonDefault() - Constructor for class org.zkoss.zkmax.zul.render.ToolbarbuttonDefault
 
ToolbarDefault - Class in org.zkoss.zkmax.zul.render
Toolbar's default mold.
ToolbarDefault() - Constructor for class org.zkoss.zkmax.zul.render.ToolbarDefault
 
ToolbarpanelDefault - Class in org.zkoss.zkmax.zul.render
Toolbar's panel mold.
ToolbarpanelDefault() - Constructor for class org.zkoss.zkmax.zul.render.ToolbarpanelDefault
 
toPortletMode(String) - Static method in class org.zkoss.web.portlet.PortletModes
Returns the portlet mode of the specified name.
toPrimitive(Boolean) - Static method in class org.zkoss.lang.Primitives
Convert Boolean object to primitive boolean.
toPrimitive(Byte) - Static method in class org.zkoss.lang.Primitives
Convert Byte object to primitive byte.
toPrimitive(Character) - Static method in class org.zkoss.lang.Primitives
Convert Character object to primitive char.
toPrimitive(Double) - Static method in class org.zkoss.lang.Primitives
Convert Double object to primitive double.
toPrimitive(Float) - Static method in class org.zkoss.lang.Primitives
Convert Float object to primitive float.
toPrimitive(Integer) - Static method in class org.zkoss.lang.Primitives
Convert Integer object to primitive int.
toPrimitive(Long) - Static method in class org.zkoss.lang.Primitives
Convert Long object to primitive long.
toPrimitive(Short) - Static method in class org.zkoss.lang.Primitives
Convert Short object to primitive short.
toPrimitive(Class) - Static method in class org.zkoss.lang.Primitives
Returns the primitive class of the giving wrapper class, or null if it is not a wrapper class.
toReadable(long, String) - Static method in class org.zkoss.util.Checksums
Returns a readable string plus a checksum.
toReadableChar(int, String) - Static method in class org.zkoss.util.Checksums
Returns the character of the specified val by skiping skips.
toScope(String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
Returns one of ActionContext.PAGE_SCOPE, ActionContext.REQUEST_SCOPE, ActionContext.SESSION_SCOPE and ActionContext.APPLICATION_SCOPE of the specified scope name.
toString() - Method in class org.zkoss.idom.Attribute
 
toString() - Method in class org.zkoss.idom.Binary
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.DocType
 
toString() - Method in class org.zkoss.idom.Document
 
toString() - Method in class org.zkoss.idom.Element
 
toString() - Method in class org.zkoss.idom.EntityReference
 
toString() - Method in class org.zkoss.idom.impl.AbstractTextual
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.Namespace
 
toString() - Method in class org.zkoss.idom.ProcessingInstruction
 
toString(Document) - Static method in class org.zkoss.idom.util.IDOMs
Transforms a document to a string.
toString(Locator) - Static method in class org.zkoss.idom.util.SimpleLocator
 
toString() - Method in class org.zkoss.idom.util.SimpleLocator
 
toString() - Method in class org.zkoss.lang.MutableInteger
 
toString(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a string.
toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
toString() - Method in class org.zkoss.lang.Strings.Result
 
toString(int) - Static method in class org.zkoss.math.RoundingModes
Returns the name of the rounding mode.
toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
 
toString(Object[]) - Static method in class org.zkoss.util.ArraysX
Converts an array to a readable string (for debugging purpose).
toString(int[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of int to a readable string (for debugging purpose).
toString(long[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of long to a readable string (for debugging purpose).
toString(short[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of short to a readable string (for debugging purpose).
toString(byte[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of byte to a readable string (for debugging purpose).
toString(char[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of boolean to a readable string (for debugging purpose).
toString(float[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of float to a readable string (for debugging purpose).
toString(double[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString() - Method in class org.zkoss.util.CacheMap
 
toString() - Method in class org.zkoss.util.CacheMap.Value
 
toString() - Method in class org.zkoss.util.FastReadArray
 
toString() - Method in class org.zkoss.util.logging.Log
 
toString(Map, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString() - Method in class org.zkoss.util.media.AMedia
 
toString() - Method in class org.zkoss.util.Pair
 
toString() - Method in class org.zkoss.util.resource.ClassLocator.Resource
 
toString() - Method in class org.zkoss.util.resource.Locators.StreamLocation
 
toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Choose
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.If
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Include
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Out
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Page
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Remove
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.Set
 
toString() - Method in class org.zkoss.web.servlet.dsp.action.When
 
toString(Date) - Static method in class org.zkoss.web.servlet.http.Https
Converts a data to a string complaint to HTTP protocol.
toString() - Method in class org.zkoss.web.servlet.JavaScript
 
toString() - Method in class org.zkoss.web.servlet.StyleSheet
 
toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a string.
toString() - Method in class org.zkoss.xel.taglib.Taglib
 
toString() - Method in class org.zkoss.zhtml.impl.AbstractTag
 
toString() - Method in class org.zkoss.zk.au.AuRequest
 
toString() - Method in class org.zkoss.zk.au.AuResponse
 
toString() - Method in class org.zkoss.zk.au.Command
 
toString() - Method in class org.zkoss.zk.ui.AbstractComponent
 
toString() - Method in class org.zkoss.zk.ui.event.Event
 
toString() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
 
toString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
 
toString() - Method in class org.zkoss.zk.ui.impl.EventProcessor
 
toString() - Method in class org.zkoss.zk.ui.impl.PageImpl
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
 
toString() - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
 
toString() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
 
toString() - Method in class org.zkoss.zk.ui.metainfo.Property
 
toString() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
 
toString() - Method in class org.zkoss.zk.ui.metainfo.ZScript
 
toString() - Method in class org.zkoss.zk.ui.Path
 
toString() - Method in class org.zkoss.zk.xel.ExValue
 
toString() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
 
toString() - Method in class org.zkoss.zkdemo.test.ComparisonType
 
toString() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
 
toString() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
 
toString() - Method in class org.zkoss.zkplus.databind.Binding
 
toString() - Method in class org.zkoss.zul.event.GroupsDataEvent
 
toString() - Method in class org.zkoss.zul.event.ListDataEvent
 
toString() - Method in class org.zkoss.zul.ListitemComparator
 
toString() - Method in class org.zkoss.zul.ListModelArray
 
toString() - Method in class org.zkoss.zul.ListModelList
 
toString() - Method in class org.zkoss.zul.ListModelMap
 
toString() - Method in class org.zkoss.zul.ListModelSet
 
toString() - Method in class org.zkoss.zul.RowComparator
 
toString() - Method in class org.zkoss.zul.SimpleTreeNode
Return data.toString().
toStringBuffer(StringBuffer, Map, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
urns a String object representing the specified integer, with the (at-least) specified digits.
toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
urns a String object representing the specified integer, with the (at-least) specified digits.
toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
Convert primitive boolean to Boolean.
toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
Convert primitive byte to Byte.
toWrapper(char) - Static method in class org.zkoss.lang.Primitives
Convert primitive char to Character.
toWrapper(double) - Static method in class org.zkoss.lang.Primitives
Convert primitive double to Double.
toWrapper(float) - Static method in class org.zkoss.lang.Primitives
Convert primitive float to Float.
toWrapper(int) - Static method in class org.zkoss.lang.Primitives
Convert primitive int to Integer.
toWrapper(long) - Static method in class org.zkoss.lang.Primitives
Convert primitive long to Long.
toWrapper(short) - Static method in class org.zkoss.lang.Primitives
Convert primitive short to Short.
toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
Returns the wrapper class of a primitive class, or null if it is not a primitive class.
toXMLName(String) - Static method in class org.zkoss.xml.XMLs
Converting a name to a valid XML name.
Tr - Class in org.zkoss.zhtml
The TR tag.
Tr() - Constructor for class org.zkoss.zhtml.Tr
 
transform(Source, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from a source to a result.
transform(Document, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM document to a result.
transform(Element, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM element to a result.
transform(Source) - Method in class org.zkoss.idom.transform.Transformer
Trasforms a source and returns the transformed result as an iDOM Document.
transform(Document) - Method in class org.zkoss.idom.transform.Transformer
Trasforms an iDOM document and returns the transformed result as another iDOM Document.
transform(Element) - Method in class org.zkoss.idom.transform.Transformer
Trasforms an iDOM element and returns the transformed result as another iDOM Document.
Transformer - Class in org.zkoss.idom.transform
Transforms an iDOM Document.
Transformer() - Constructor for class org.zkoss.idom.transform.Transformer
Transfomer constructor without stylesheet.
Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
Constructs a transformer with a stylesheet in form of Source.
Transformer - Class in org.zkoss.zml
XML transformer.
Transformer() - Constructor for class org.zkoss.zml.Transformer
 
Tree - Interface in org.zkoss.zul.api
A container which can be used to hold a tabular or hierarchical set of rows of elements.
Tree - Class in org.zkoss.zul
A container which can be used to hold a tabular or hierarchical set of rows of elements.
Tree() - Constructor for class org.zkoss.zul.Tree
 
Tree.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Tree.ExtraCtrl() - Constructor for class org.zkoss.zul.Tree.ExtraCtrl
 
TreeArray - Class in org.zkoss.util
Red-black tree based array implementation of List interface.
TreeArray() - Constructor for class org.zkoss.util.TreeArray
 
TreeArray(Collection) - Constructor for class org.zkoss.util.TreeArray
Constructor with a collection.
TreeArray.RbEntry - Class in org.zkoss.util
Caller shall use AbstractList.Entry instead of RbEntry for better portability.
TreeArray.RbEntry(Object) - Constructor for class org.zkoss.util.TreeArray.RbEntry
 
Treecell - Interface in org.zkoss.zul.api
A treecell.
Treecell - Class in org.zkoss.zul
A treecell.
Treecell() - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String) - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String, String) - Constructor for class org.zkoss.zul.Treecell
 
TreecellDefault - Class in org.zkoss.zkmax.zul.render
Treecell's default mold.
TreecellDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreecellDefault
 
Treechildren - Interface in org.zkoss.zul.api
A treechildren.
Treechildren - Class in org.zkoss.zul
A treechildren.
Treechildren() - Constructor for class org.zkoss.zul.Treechildren
 
Treechildren.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Treechildren.ExtraCtrl() - Constructor for class org.zkoss.zul.Treechildren.ExtraCtrl
 
TreechildrenDefault - Class in org.zkoss.zkmax.zul.render
Treechildren's default mold.
TreechildrenDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreechildrenDefault
 
Treecol - Interface in org.zkoss.zul.api
A treecol.
Treecol - Class in org.zkoss.zul
A treecol.
Treecol() - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String, String) - Constructor for class org.zkoss.zul.Treecol
 
TreecolDefault - Class in org.zkoss.zkmax.zul.render
Treecol's default mold.
TreecolDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreecolDefault
 
Treecols - Interface in org.zkoss.zul.api
A treecols.
Treecols - Class in org.zkoss.zul
A treecols.
Treecols() - Constructor for class org.zkoss.zul.Treecols
 
TreecolsDefault - Class in org.zkoss.zkmax.zul.render
Treecols's default mold.
TreecolsDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreecolsDefault
 
TreeComposer - Class in org.zkoss.zkdemo.test2
 
TreeComposer() - Constructor for class org.zkoss.zkdemo.test2.TreeComposer
 
TreeDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a tree.
TreeDataEvent(TreeModel, int, Object, int, int) - Constructor for class org.zkoss.zul.event.TreeDataEvent
Contructor.
TreeDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of TreeModel is changed.
TreeDefault - Class in org.zkoss.zkmax.zul.render
Tree's default mold.
TreeDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreeDefault
 
Treefoot - Interface in org.zkoss.zul.api
A row of Treefooter.
Treefoot - Class in org.zkoss.zul
A row of Treefooter.
Treefoot() - Constructor for class org.zkoss.zul.Treefoot
 
TreefootDefault - Class in org.zkoss.zkmax.zul.render
Treefoot's default mold.
TreefootDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreefootDefault
 
Treefooter - Interface in org.zkoss.zul.api
A column of the footer of a tree (Tree).
Treefooter - Class in org.zkoss.zul
A column of the footer of a tree (Tree).
Treefooter() - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String) - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String, String) - Constructor for class org.zkoss.zul.Treefooter
 
TreefooterDefault - Class in org.zkoss.zkmax.zul.render
Treefooter's default mold.
TreefooterDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreefooterDefault
 
Treeitem - Interface in org.zkoss.zul.api
A treeitem.
Treeitem - Class in org.zkoss.zul
A treeitem.
Treeitem() - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String) - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String, Object) - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Treeitem.ExtraCtrl() - Constructor for class org.zkoss.zul.Treeitem.ExtraCtrl
 
TreeitemDefault - Class in org.zkoss.zkmax.zul.render
Treeitem's default mold.
TreeitemDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreeitemDefault
 
TreeitemRenderer - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Tree.
TreeModel - Interface in org.zkoss.zul
This interface defines the methods that component like Tree use to get the content of items.
TreeModelA - Class in org.zkoss.zkdemo.test2.tree
A simple implementation of TreeModel.
TreeModelA(Object) - Constructor for class org.zkoss.zkdemo.test2.tree.TreeModelA
Constructor.
TreePaging - Class in org.zkoss.zkmax.zul.render
Tree's Paging mold.
TreePaging() - Constructor for class org.zkoss.zkmax.zul.render.TreePaging
 
Treerow - Interface in org.zkoss.zul.api
A treerow.
Treerow - Class in org.zkoss.zul
A treerow.
Treerow() - Constructor for class org.zkoss.zul.Treerow
 
TreerowDefault - Class in org.zkoss.zkmax.zul.render
Treerow's default mold.
TreerowDefault() - Constructor for class org.zkoss.zkmax.zul.render.TreerowDefault
 
trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Trims the string buffer by removing the leading and trailing whitespaces.
Tt - Class in org.zkoss.zhtml
The TT tag.
Tt() - Constructor for class org.zkoss.zhtml.Tt
 
twoMonthShort() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the two month int. eg. 1, 3, 5, 7, 9, 11.
TypeConverter - Interface in org.zkoss.zkplus.databind
Converter to cast object class between UI Component attribute and backend data bean property.

U

UID - Static variable in class org.zkoss.Version
The version UID used to identify the resources.
UID - Static variable in class org.zkoss.web.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zhtml.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zk.Version
The version UID used to identify the resources.
UID - Static variable in class org.zkoss.zkex.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zkmax.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zkplus.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zml.Version
Returns the version UID.
UID - Static variable in class org.zkoss.zul.Version
Returns the version UID.
UiEngine - Interface in org.zkoss.zk.ui.sys
UI engine is reponsible to process requests from the client, sends the response back to the client with the assistent of ExecutionCtrl.
UiEngineImpl - Class in org.zkoss.zk.ui.impl
An implementation of UiEngine.
UiEngineImpl() - Constructor for class org.zkoss.zk.ui.impl.UiEngineImpl
 
UiException - Exception in org.zkoss.zk.ui
Represents an UI-relevant runtime exception.
UiException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(String) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException() - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Object) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException(int) - Constructor for exception org.zkoss.zk.ui.UiException
 
UiException.Aide - Class in org.zkoss.zk.ui
Utilities to wrap UiException.
UiException.Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
 
UiFactory - Interface in org.zkoss.zk.ui.sys
Used to create Desktop, Page and to convert path/URL to PageDefinition.
UiLifeCycle - Interface in org.zkoss.zk.ui.util
Used to intercept the life cycle of UI, such as Component being attached.
Ul - Class in org.zkoss.zhtml
The UL tag.
Ul() - Constructor for class org.zkoss.zhtml.Ul
 
UNDEFINED - Static variable in class org.zkoss.zk.scripting.util.GenericInterpreter
Used by GenericInterpreter.getFromNamespace(java.lang.String) to denote a variable is not defined.
unescape(String) - Static method in class org.zkoss.lang.Strings
Un-escape the quoted string.
UNEXPECTED_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
UNKNOWN - Static variable in class org.zkoss.lang.Objects
Denotes unknown.
UNKNOWN_EXCEPTION - Static variable in interface org.zkoss.mesg.MCommon
 
unload() - Method in interface org.zkoss.zul.api.Treeitem
Unload the tree item To load the tree item, with Tree.renderItemApi(Treeitem), Tree.renderItemApi(Treeitem, Object), or Tree.renderItems(java.util.Set)
unload() - Method in class org.zkoss.zul.Treeitem
Unload the tree item To load the tree item, with Tree.renderItem(Treeitem), Tree.renderItem(Treeitem, Object), or Tree.renderItems(java.util.Set)
unlock() - Method in class org.zkoss.util.WaitLock
Unlocks any other threads blocked by WaitLock.waitUntilUnlock(int).
unparsedEntityDecl(String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
unset(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(Namespace, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
unset(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unset(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from the interpreter.
unset(String) - Method in class org.zkoss.zkmax.scripting.groovy.GroovyInterpreter
 
unset(String) - Method in class org.zkoss.zkmax.scripting.jruby.JRubyInterpreter
 
unset(String) - Method in class org.zkoss.zkmax.scripting.jython.JythonInterpreter
 
unset(String) - Method in class org.zkoss.zkmax.scripting.rhino.RhinoInterpreter
 
unsetVariable(Namespace, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
Removes the value of a variable defined in the interpreter's scope identified by the specified namespace.
unsetVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
Removes the value of a variable defined in this interpreter.
unsetVariable(String, boolean) - Method in interface org.zkoss.zk.scripting.Namespace
Unsets a variable from the current ID space.
unsetVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the variable from this interpreter.
unsetVariable(Namespace, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
Removes the value of a variable defined in the interpreter's scope identified by the specified namespace.
unsetVariable(String, boolean) - Method in class org.zkoss.zk.scripting.util.SimpleNamespace
 
unsetVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
 
unsetVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
Unsets a variable defined in the namespace.
unsetVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
 
unsetVariable(String) - Method in interface org.zkoss.zk.ui.Page
Unsets a variable from the namespace (Page.getNamespace()).
unsubscribe(EventListener) - Method in interface org.zkoss.zkmax.ui.eq.EventQueue
Unsubscribes a listener from the queue.
unwrap(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unwraps an exception if the enclosing one is InvocationTargetException or UndeclaredThrowableException.
UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
 
Updatable - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if a component supports special updates (other than async-update).
UPDATE_OBSOLETE_PAGE - Static variable in interface org.zkoss.zk.mesg.MZk
 
updateInfo(Component, Textbox, String) - Static method in class org.zkoss.zkdemo.test2.ServerPush
 
updateModel() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
updateModelByTag() - Method in class org.zkoss.zkdemo.test2.MainLayout
 
updateProcessType(int, int, int, String) - Method in class org.zkoss.zkdemo.test2.tree.HostTreeModel
 
UpdateResultCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the updateResult command.
UpdateResultCommand(String, int) - Constructor for class org.zkoss.zk.au.in.UpdateResultCommand
 
UPLOAD_CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_PERCENT - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute to indicate the completeness percentage of the current file upload.
UPLOAD_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
A desktop attribute to indicate the number of bytes of the current file upload.
UPLOAD_SUBMIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_TITLE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UploadEvent - Class in org.zkoss.zk.ui.event
Represents that user has uploaded one or several files from the client to the server.
UploadEvent(String, Component, Media[]) - Constructor for class org.zkoss.zk.ui.event.UploadEvent
Constructs the upload event.
URIChangedCommand - Class in org.zkoss.zk.au.in
Used by AuRequest to implement a command to handle an URIEvent event.
URIChangedCommand(String, int) - Constructor for class org.zkoss.zk.au.in.URIChangedCommand
Contructs an event to denote that the associated URI is changed.
URIEvent - Class in org.zkoss.zk.ui.event
The URI update event used with onURIChange to notify that the assoicated URI is changed by the user.
URIEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.URIEvent
Constructs an URI update event.
URIInterceptor - Interface in org.zkoss.zk.ui.util
Used to intercept the loading of ZUML pages associated with the specfied URI.
url - Variable in class org.zkoss.util.resource.ClassLocator.Resource
The URL of the resource.
url - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
URLReader - Class in org.zkoss.io
Convenience class for reading character files.
URLReader(URL, String) - Constructor for class org.zkoss.io.URLReader
Creates a new FileReader, given the resource URL to read from.
Utils - Class in org.zkoss.util
Generic utilities.
Utils() - Constructor for class org.zkoss.util.Utils
 
Utils - Class in org.zkoss.zk.xel.impl
Utilities to handle the metainfo.
Utils() - Constructor for class org.zkoss.zk.xel.impl.Utils
 
Utils - Class in org.zkoss.zul.impl
A collection of utilities.
Utils() - Constructor for class org.zkoss.zul.impl.Utils
 

V

validate(Component, Object) - Method in interface org.zkoss.zul.Constraint
Verifies whether the value is acceptable.
validate(Object) - Method in class org.zkoss.zul.impl.InputElement
Validates the value returned by InputElement.coerceFromString(java.lang.String).
validate(Component, Object) - Method in class org.zkoss.zul.SimpleConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleDateConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
value - Variable in class org.zkoss.lang.MutableInteger
The value of ths mutable integer.
VALUE_NOT_MATCHED - Static variable in interface org.zkoss.zul.mesg.MZul
 
valueOf(String) - Static method in class org.zkoss.math.RoundingModes
Returns the rounding mode of the specified name.
valueOf(Node) - Static method in class org.zkoss.xml.Nodes
Get the text value of a node.
values() - Method in class org.zkoss.util.CacheMap
 
values() - Static method in class org.zkoss.zkdemo.test.ComparisonType
 
values() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
Always returns an empty collection, no matter any variable is defined.
values() - Method in class org.zkoss.zul.ListModelMap
 
Var - Class in org.zkoss.zhtml
The VAR tag.
Var() - Constructor for class org.zkoss.zhtml.Var
 
VariableComposer - Class in org.zkoss.zkdemo.test2
Test feature #2778508 (assign as variable beforeCompose) Test feature #2778513 (assign as variable id$composer)
VariableComposer() - Constructor for class org.zkoss.zkdemo.test2.VariableComposer
 
VariableResolver - Interface in org.zkoss.xel
Used to customize the way an Expression resolves variable references at evaluation time.
VariableResolverImpl - Class in org.zkoss.zkdemo.test
Test of variable resolver.
VariableResolverImpl() - Constructor for class org.zkoss.zkdemo.test.VariableResolverImpl
 
VariableResolverImpl(String) - Constructor for class org.zkoss.zkdemo.test.VariableResolverImpl
 
VariableResolverInfo - Class in org.zkoss.zk.ui.metainfo
A definition of the variable resolver (VariableResolver).
VariableResolverInfo(Class, Collection) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(Class) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class.
VariableResolverInfo(String, Collection) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
VariableResolverInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with a class name.
VariableResolverInfo(VariableResolver) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
Constructs with an initiator that will be reuse each time VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called.
VariablesInfo - Class in org.zkoss.zk.ui.metainfo
The information about the variables element in the ZUML page.
VariablesInfo(EvaluatorRef, Map, boolean, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
Constructor.
VariablesInfo(EvaluatorRef, Map, boolean, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
The same as VariablesInfo(evalr, vars, locale, "none", cond).
VARNAME - Static variable in class org.zkoss.zkplus.databind.DataBinder
 
Vbox - Interface in org.zkoss.zul.api
A vbox.
Vbox - Class in org.zkoss.zul
A vbox.
Vbox() - Constructor for class org.zkoss.zul.Vbox
 
Vbox(Component[]) - Constructor for class org.zkoss.zul.Vbox
Constructor a vertical box by assigning an array of children.
Verifier - Class in org.zkoss.idom
The verifier to verify W3C/DOM related constraints.
Version - Class in org.zkoss
The version info of the Potix Common Library.
Version() - Constructor for class org.zkoss.Version
 
Version - Class in org.zkoss.web
The version of the ZK Web Library.
Version() - Constructor for class org.zkoss.web.Version
 
Version - Class in org.zkoss.zhtml
The version of the ZK ZHTML component set.
Version() - Constructor for class org.zkoss.zhtml.Version
 
Version - Class in org.zkoss.zk
The ZK version info.
Version() - Constructor for class org.zkoss.zk.Version
 
Version - Class in org.zkoss.zkex
The version of the ZUL extension.
Version() - Constructor for class org.zkoss.zkex.Version
 
Version - Class in org.zkoss.zkmax
The version of the ZK Performance Maximization Addon.
Version() - Constructor for class org.zkoss.zkmax.Version
 
Version - Class in org.zkoss.zkplus
The version of the ZK Plus utilities.
Version() - Constructor for class org.zkoss.zkplus.Version
 
Version - Class in org.zkoss.zml
The version of the ZK XML component set.
Version() - Constructor for class org.zkoss.zml.Version
 
Version - Class in org.zkoss.zul
The version of the ZK XUL component set.
Version() - Constructor for class org.zkoss.zul.Version
 
ViewIdGenerator - Class in org.zkoss.zkdemo.test
Used to see the status when IdGenerator is called.
ViewIdGenerator() - Constructor for class org.zkoss.zkdemo.test.ViewIdGenerator
 
VISITED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the visible Treeitem without its Treechildren.
VISITED_ITEM_TOTAL - Static variable in class org.zkoss.zul.Attributes
It is used to count the total of the visible Treeitem, including its Treechildren.
Visualizer - Interface in org.zkoss.zk.ui.sys
A part of Execution for visualizing the components whose visual parts are modified.
VoidComposer - Class in org.zkoss.zkdemo.test2
A composer that denies the creation of a component.
VoidComposer() - Constructor for class org.zkoss.zkdemo.test2.VoidComposer
 

W

WAFERMAP - Static variable in class org.zkoss.zul.Chart
 
WaferMapModel - Class in org.zkoss.zul
A semiconductor wafer map data model to be used with wafermap chart.
WaferMapModel(int, int) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel(int, int, double) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel.IntPair - Class in org.zkoss.zul
 
wait(Object) - Static method in class org.zkoss.zk.ui.Executions
Suspends the current processing of an event and wait until the other thread invokes Executions.notify(Object), Executions.notifyAll(Object), Executions.notify(Desktop, Object) or Executions.notifyAll(Desktop, Object) for the specified object.
wait(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
 
wait(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
Suspends the current processing of an event and wait until the other thread invokes UiEngine.notify(Object), UiEngine.notifyAll(Object), UiEngine.notify(Desktop, Object) or UiEngine.notifyAll(Desktop, Object) for the specified object.
WaitLock - Class in org.zkoss.util
A simple lock used to implement load-on-deman mechanism.
WaitLock() - Constructor for class org.zkoss.util.WaitLock
Once created, it is default to be locked.
waitUntilUnlock(int) - Method in class org.zkoss.util.WaitLock
Waits this lock to unlock.
warning(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
Warning - Interface in org.zkoss.lang
Represents an exception is a warning rather than error.
WARNING - Static variable in class org.zkoss.util.logging.Log
The WARNING level.
warning(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object.
warning(String) - Method in class org.zkoss.util.logging.Log
Logs a warning message.
warning(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the warning message, and a throwable object.
warning(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the warning message.
warning(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning throwable object.
warning(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warning(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warning(int) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warningable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.WARNING level is loggable.
warningBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the first few lines of the real cause as an warning message.
warningBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Lo only the first few lines of the real cause.
WarningException - Exception in org.zkoss.lang
The warning exception.
WarningException(String, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object[]) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int) - Constructor for exception org.zkoss.lang.WarningException
 
WATERFALL - Static variable in class org.zkoss.zul.Chart
 
WebApp - Interface in org.zkoss.zk.ui
Represents a Web application.
WebAppCleanup - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it about to be destroyed.
WebAppCtrl - Interface in org.zkoss.zk.ui.sys
Additional interface of WebApp for implementation.
WebAppInit - Interface in org.zkoss.zk.ui.util
Used to initialize a ZK application when it is created.
WebAppInit - Class in org.zkoss.zkmax.init
The initialization of zkmax.
WebAppInit() - Constructor for class org.zkoss.zkmax.init.WebAppInit
 
WebApps - Class in org.zkoss.zk.ui
Utilities related to the whole Web application.
WebApps() - Constructor for class org.zkoss.zk.ui.WebApps
 
WebManager - Class in org.zkoss.zk.ui.http
A bridge bewteen Web server and ZK.
WebManager(ServletContext, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
Creates the Web manager.
WebManagerActivationListener - Interface in org.zkoss.zk.ui.http
A listener that will be invoked when the Web manager is created (aka., activated).
WEEK - Static variable in class org.zkoss.zul.Chart
 
West - Interface in org.zkoss.zkex.zul.api
This component is a west region.
WEST - Static variable in class org.zkoss.zkex.zul.Borderlayout
The west layout constraint (left side of container).
West - Class in org.zkoss.zkex.zul
This component is a west region.
West() - Constructor for class org.zkoss.zkex.zul.West
 
When - Class in org.zkoss.web.servlet.dsp.action
Represents an alternative within a Choose action.
When() - Constructor for class org.zkoss.web.servlet.dsp.action.When
 
willPassivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session is about to be passivated.
willSerialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
Called when a component is going to serialize this object.
willSerialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
Called when a desktop is going to serialize this object.
willSerialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
Called when a page is going to serialize this object.
willSerialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
Called when a session is going to serialize this object.
WIND - Static variable in class org.zkoss.zul.Chart
 
Window - Interface in org.zkoss.zul.api
A generic window.
Window - Class in org.zkoss.zul
A generic window.
Window() - Constructor for class org.zkoss.zul.Window
 
Window(String, String, boolean) - Constructor for class org.zkoss.zul.Window
 
Window.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement AbstractComponent.getExtraCtrl().
Window.ExtraCtrl() - Constructor for class org.zkoss.zul.Window.ExtraCtrl
 
Window2Default - Class in org.zkoss.zkmax.zul.render
Window's default mold for new trendy.
Window2Default() - Constructor for class org.zkoss.zkmax.zul.render.Window2Default
 
wireController(Component, Object) - Static method in class org.zkoss.zk.ui.Components
Wire controller as a variable objects of the specified component with a custom separator.
wireController(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
Wire controller as a variable objects of the specified component with a custom separator.
wireFellows(IdSpace, Object) - Static method in class org.zkoss.zk.ui.Components
Wire fellow components and space owner ancestors of the specified Id space into a controller Java object.
wireFellows(IdSpace, Object, char) - Static method in class org.zkoss.zk.ui.Components
Wire fellow components and space owner with a custom separator.
wireVariables(Component, Object) - Static method in class org.zkoss.zk.ui.Components
Wire accessible variable objects of the specified component into a controller Java object.
wireVariables(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
Wire accessible variable objects of the specified component with a custom separator.
wireVariables(Page, Object) - Static method in class org.zkoss.zk.ui.Components
Wire accessible variables of the specified page into a controller Java object.
wireVariables(Page, Object, char) - Static method in class org.zkoss.zk.ui.Components
Wire accessible variable objects of the specified page with a custom separator.
withCase() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the case condition is defined.
withCondition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Tests if the condition is set
withForEach() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
Returns whether the forEach condition is defined.
withSwitch() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
Returns whether the switch condition is defined.
WorkingThread - Class in org.zkoss.zkdemo.test
Illustrates how an event handler invokes a working thread to execute a long operation.
WorkingThread(Desktop) - Constructor for class org.zkoss.zkdemo.test.WorkingThread
 
WorkingThread2 - Class in org.zkoss.zkdemo.test
Another implementation that don't use Executions.wait and notify.
WorkingThread2(Desktop, List) - Constructor for class org.zkoss.zkdemo.test.WorkingThread2
 
wrap(Throwable, Class) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class.
wrap(Throwable, Class, String) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int, Object) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, String) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, String) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
Converts an exception to DspException if it is not RuntimeException nor Error.
wrap(Throwable) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, String) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int) - Static method in class org.zkoss.zk.ui.UiException.Aide
Converts an exception to UiException or OperationException depending on whether t implements Expetable.
write(char[], int, int) - Method in class org.zkoss.io.NullWriter
 
write(byte[]) - Method in class org.zkoss.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.zkoss.io.WriterOutputStream
 
write(int) - Method in class org.zkoss.io.WriterOutputStream
 
write(HttpServletRequest, HttpServletResponse, Media, boolean, boolean) - Static method in class org.zkoss.web.servlet.http.Https
Write the specified media to HTTP response.
write(int) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
 
write(AuResponse) - Method in interface org.zkoss.zk.au.AuWriter
Generates the specified the response to the output.
write(Collection) - Method in interface org.zkoss.zk.au.AuWriter
Generates a list of responses to the output.
write(Writer, AuResponse) - Static method in class org.zkoss.zk.au.AuWriters
Writes a XML fragment representing the response to the output.
write(AuResponse) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
write(Collection) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
write(ObjectOutputStream, SerializableAware.Filter) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
 
write(ObjectOutputStream, SerializableAware.Filter) - Method in interface org.zkoss.zk.scripting.SerializableAware
Writes the name and value of the variables of this namespace to the specified stream.
write(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a component.
write(String) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string.
write(String, boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string.
write(boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a boolean.
write(char) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a char.
write(byte) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a byte.
write(short) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a short.
write(int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes an integer.
write(float) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a float.
write(double) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a double.
writeAttr(String, Object) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes an attribute.
writeChildren(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes all children.
writeChildren(Component, int, int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes children in the specified range.
writeComponents(Collection) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a list of components.
writeComponents(List, int, int) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a list of component in the specified range.
writeExternal(ObjectOutput) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
 
writeln(Component) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a component.
writeln() - Method in class org.zkoss.zk.ui.render.SmartWriter
Write new line.
writeln(String) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string, and then write a new line.
writeln(String, boolean) - Method in class org.zkoss.zk.ui.render.SmartWriter
Write a string, and then write a new line.
writeln(char) - Method in class org.zkoss.zk.ui.render.SmartWriter
Writes a char with a line feed.
writeResponseId(int) - Method in interface org.zkoss.zk.au.AuWriter
Generates the response ID to the output.
writeResponseId(Writer, int) - Static method in class org.zkoss.zk.au.AuWriters
Wites a XML fragment representing the response ID.
writeResponseId(int) - Method in class org.zkoss.zk.au.http.HttpAuWriter
 
WriterOutputStream - Class in org.zkoss.io
An output stream that is on top of a writer.
WriterOutputStream(Writer, String) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an out stream with the specified encoding.
WriterOutputStream(Writer) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an output stream assuming UTF-8 encoding.
writeThis(ObjectOutputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
Used by the deriving class to write this object, only if the deriving class implements java.io.Serializable.
WrongValueException - Exception in org.zkoss.zk.ui
Denotes the value passed to a setter (aka., mutator) of a component is wrong.
WrongValueException(Component, String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
Contructs a wrong value exception to show an error box at the client.
WrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException() - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValueException(int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
 
WrongValuesException - Exception in org.zkoss.zk.ui
Denotes an exception that is an aggregation of multiple WrongValueException.
WrongValuesException(WrongValueException[]) - Constructor for exception org.zkoss.zk.ui.WrongValuesException
Constructs a multiple wrong value exception.

X

x - Variable in class org.zkoss.util.Pair
The first key.
XelContext - Interface in org.zkoss.xel
Context information for XEL evalution.
XelELMapper - Class in org.zkoss.zkmax.xel.el
An EL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el.XelELMapper
 
XelELMapper - Class in org.zkoss.zkmax.xel.el21
An EL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el21.XelELMapper
 
XelELResolver - Class in org.zkoss.zkmax.xel.el
An EL variable resolver that is based on a XEL variable resolver.
XelELResolver(VariableResolver) - Constructor for class org.zkoss.zkmax.xel.el.XelELResolver
 
XelELResolver - Class in org.zkoss.zkmax.xel.el21
A simple implementation of ELResolver.
XelELResolver(VariableResolver) - Constructor for class org.zkoss.zkmax.xel.el21.XelELResolver
Constructor.
XelException - Exception in org.zkoss.xel
Represents a XEL exception.
XelException(String, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(String) - Constructor for exception org.zkoss.xel.XelException
 
XelException(Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException() - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[], Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[]) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int) - Constructor for exception org.zkoss.xel.XelException
 
XelException.Aide - Class in org.zkoss.xel
Utilities.
XelException.Aide() - Constructor for class org.zkoss.xel.XelException.Aide
 
XML_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_ELEMENT_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xml namespace.
XmlDevice - Class in org.zkoss.zml.device
Represents the XML output.
XmlDevice() - Constructor for class org.zkoss.zml.device.XmlDevice
 
XmlFns - Class in org.zkoss.xel.fn
Functions to manipulate XML/HTML for EL.
XmlFns() - Constructor for class org.zkoss.xel.fn.XmlFns
 
XmlMacroComponent - Class in org.zkoss.zml
The implemetation of a macro component for XML output.
XmlMacroComponent() - Constructor for class org.zkoss.zml.XmlMacroComponent
 
XmlNativeComponent - Class in org.zkoss.zml
A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
XmlNativeComponent() - Constructor for class org.zkoss.zml.XmlNativeComponent
 
XmlNativeComponent.XmlHelper - Class in org.zkoss.zml
The HTML helper.
XmlNativeComponent.XmlHelper() - Constructor for class org.zkoss.zml.XmlNativeComponent.XmlHelper
 
XMLNS_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xmlns namespace.
XMLs - Class in org.zkoss.xml
The XML relevant utilities.
XMLs() - Constructor for class org.zkoss.xml.XMLs
 
XulElement - Interface in org.zkoss.zul.impl.api
The fundamental class for XUL elements.
XulElement - Class in org.zkoss.zul.impl
The fundamental class for XUL elements.
XulElement() - Constructor for class org.zkoss.zul.impl.XulElement
 
XYModel - Interface in org.zkoss.zul
A XY chart data model.
XYZModel - Interface in org.zkoss.zul
A XYZ chart data model.

Y

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

Z

ZERO - Static variable in class org.zkoss.lang.Integers
The zero.
ZERO - Static variable in class org.zkoss.lang.Longs
The zero.
ZERO - Static variable in class org.zkoss.math.BigDecimals
Represents 0 in big decimal.
ZERO - Static variable in class org.zkoss.math.BigIntegers
Represents 0 in big integer.
ZERO_BIG_DECIMAL - Static variable in class org.zkoss.lang.Objects
Represents 0 in big decimal.
ZERO_BIG_INTEGER - Static variable in class org.zkoss.lang.Objects
Represents 0 in big integer.
ZERO_BYTE - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_DOUBLE - Static variable in class org.zkoss.lang.Objects
The zero double.
ZERO_FLOAT - Static variable in class org.zkoss.lang.Objects
The zero float.
ZERO_INTEGER - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_LONG - Static variable in class org.zkoss.lang.Objects
The zero long.
ZERO_SHORT - Static variable in class org.zkoss.lang.Objects
The zero short.
ZidRequired - Interface in org.zkoss.zk.ui.ext.render
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the component might be accessible at the client with Component.getId().
ZIndexCommand - Class in org.zkoss.zk.au.in
Used only by AuRequest to implement the ZIndexEvent relevant command.
ZIndexCommand(String, int) - Constructor for class org.zkoss.zk.au.in.ZIndexCommand
 
ZIndexed - Interface in org.zkoss.zk.ui.ext.client
Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the z-index of a component is modifiable by the client.
ZIndexEvent - Class in org.zkoss.zk.ui.event
Represents an event caused by a component whose z-index is modified by the client.
ZIndexEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ZIndexEvent
Constructs a mouse relevant event.
ZK - Static variable in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
Deprecated. As of release 3.5.0, replaced by ZkInfo.
ZK_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
The namespace for ZK.
ZkAccessDeniedHandler - Class in org.zkoss.zkplus.acegi
Used by ExceptionTranslationFilter to handle an AccessDeniedException.
ZkAccessDeniedHandler() - Constructor for class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
 
ZkAuthenticationEntryPoint - Class in org.zkoss.zkplus.acegi
This implementation would forward to onAcegiLogin event and popup a login page.
ZkAuthenticationEntryPoint() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
 
ZkAuthenticationProcessingFilter - Class in org.zkoss.zkplus.acegi
This implementation process zk specific popup login page.
ZkAuthenticationProcessingFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
 
ZkEventExceptionFilter - Class in org.zkoss.zkplus.acegi
Used to fire exception in the ZK's event processing queue (Used with MethodSecurityInterceptor).
ZkEventExceptionFilter() - Constructor for class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
 
ZkFns - Class in org.zkoss.zk.fn
Utilities for using EL.
ZkFns() - Constructor for class org.zkoss.zk.fn.ZkFns
 
Zkhead - Class in org.zkoss.zhtml
The component used to generate CSS and JavaScrpt declarations.
Zkhead() - Constructor for class org.zkoss.zhtml.Zkhead
 
ZkInfo - Class in org.zkoss.zk.ui.metainfo
Represents the zk element in a ZUML page.
ZkInfo(NodeInfo) - Constructor for class org.zkoss.zk.ui.metainfo.ZkInfo
Constructs a ZK info.
ZkMaxEvents - Class in org.zkoss.zkmax.event
Utilities to access events for ZkMax.
ZkTokenBasedRememberMeServices - Class in org.zkoss.zkplus.acegi
get rememberme from request's attribute rather than request's parameter.
ZkTokenBasedRememberMeServices() - Constructor for class org.zkoss.zkplus.acegi.ZkTokenBasedRememberMeServices
 
ZScript - Class in org.zkoss.zk.ui.metainfo
Represents a zscript element.
ZScript(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Creates a zscript object with the content directly.
ZScript(EvaluatorRef, String, URL, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Create a zscript object with an URL that is used to load the content.
ZScript(EvaluatorRef, String, String, ConditionImpl, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
Constructs a ZScript with an URL, which might contain an EL expression.
ZscriptComposer - Class in org.zkoss.zkdemo.test2
Test whether ZScript variable can be wired.
ZscriptComposer() - Constructor for class org.zkoss.zkdemo.test2.ZscriptComposer
 
ZScriptInitiator - Class in org.zkoss.zk.ui.impl
An initiator used to evaluate a zscript file.
ZScriptInitiator(ZScript) - Constructor for class org.zkoss.zk.ui.impl.ZScriptInitiator
 
ZulEvents - Class in org.zkoss.zul.event
Utilities to access events for ZK and ZUL.
ZulFns - Class in org.zkoss.zul.fn
Utilities for using EL.
ZulFns() - Constructor for class org.zkoss.zul.fn.ZulFns
 

_

_addNamespaces - Variable in class org.zkoss.idom.Element
Additional namespaces.
_array - Variable in class org.zkoss.zul.ListModelArray
 
_attrs - Variable in class org.zkoss.idom.Element
The attributes.
_binder - Variable in class org.zkoss.zkplus.databind.AnnotateDataBinderInit
The AnnotateDataBinder created in doAfterCompose()
_children - Variable in class org.zkoss.idom.impl.AbstractGroup
The list of the children.
_clses - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String name, Class cls).
_cmd - Variable in class org.zkoss.zk.au.AuResponse
 
_code - Variable in exception org.zkoss.lang.CommonException
 
_code - Variable in exception org.zkoss.lang.SystemException
 
_collectionItemMap - Variable in class org.zkoss.zkplus.databind.DataBinder
 
_collectionOwnerMap - Variable in class org.zkoss.zkplus.databind.DataBinder
 
_colno - Variable in class org.zkoss.idom.util.SimpleLocator
 
_comparator - Variable in class org.zkoss.zul.ArrayGroupsModel
member field to store Comparator for initial grouping.
_config - Variable in class org.zkoss.web.servlet.GenericFilter
 
_container - Variable in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
 
_ctx - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
 
_data - Variable in class org.zkoss.zk.au.AuResponse
Either String or DeferredValue.
_data - Variable in class org.zkoss.zul.ArrayGroupsModel
member field to store group data
_data - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group data
_declNamespaces - Variable in class org.zkoss.idom.input.SAXHandler
The namespaces in between startPrefixMapping and endPrefixMapping.
_doc - Variable in class org.zkoss.idom.input.SAXHandler
The Document being created.
_exec - Static variable in class org.zkoss.zk.ui.Executions
Stores the current Execution.
_factory - Variable in class org.zkoss.idom.input.SAXHandler
The iDOM factory.
_flags - Variable in class org.zkoss.zul.SimpleConstraint
The constraints.
_foots - Variable in class org.zkoss.zul.ArrayGroupsModel
member field to store group foot data
_foots - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group foot data
_hashCode - Variable in class org.zkoss.util.TreeArray
 
_heads - Variable in class org.zkoss.zul.ArrayGroupsModel
member field to store group head data
_heads - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group head data
_inCData - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a CDATA.
_inDTD - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a DTD.
_intSubset - Variable in class org.zkoss.idom.DocType
The internal subset of the DOCTYPE
_list - Variable in class org.zkoss.xml.FacadeNodeList
The java List to facade.
_list - Variable in class org.zkoss.zul.ListModelList
 
_lname - Variable in class org.zkoss.idom.Attribute
The local name.
_lname - Variable in class org.zkoss.idom.Element
The local name.
_lnno - Variable in class org.zkoss.idom.util.SimpleLocator
 
_loader - Variable in class org.zkoss.util.resource.ResourceCache
The loader.
_loc - Variable in exception org.zkoss.idom.DOMException
 
_loc - Variable in class org.zkoss.idom.input.SAXHandler
Locator.
_map - Variable in class org.zkoss.zul.ListModelMap
 
_modified - Variable in class org.zkoss.idom.impl.AbstractItem
The modification flag.
_mtds - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String prefix+":"+name, Function func).
_name - Variable in class org.zkoss.idom.DocType
The element being constrained
_name - Variable in class org.zkoss.idom.EntityReference
The name.
_nativedata - Variable in class org.zkoss.zul.ArrayGroupsModel
member field to store native array data
_nlist - Variable in class org.zkoss.xml.FacadeList
The node list to facade.
_ns - Variable in class org.zkoss.idom.Attribute
The namespace.
_ns - Variable in class org.zkoss.idom.Element
The namespace.
_out - Variable in class org.zkoss.zk.au.http.HttpAuWriter
The writer used to generate the output to.
_owner - Variable in class org.zkoss.idom.Attribute
The owner item.
_pubId - Variable in class org.zkoss.idom.DocType
The public ID of the DOCTYPE
_pubId - Variable in class org.zkoss.idom.util.SimpleLocator
 
_rawData - Variable in class org.zkoss.idom.ProcessingInstruction
The raw data.
_root - Variable in class org.zkoss.util.logging.LogService
The name of the root logger that this logging service is monitoring.
_root - Variable in class org.zkoss.util.TreeArray
 
_separator - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
The separator.
_seriesList - Variable in class org.zkoss.zul.SimpleXYModel
 
_seriesMap - Variable in class org.zkoss.zul.SimpleXYModel
 
_sess - Static variable in class org.zkoss.zk.ui.Sessions
Used to the store the session for the current thread.
_set - Variable in class org.zkoss.zul.ListModelSet
 
_size - Variable in class org.zkoss.util.TreeArray
 
_src - Variable in class org.zkoss.zul.Audio
 
_stack - Variable in class org.zkoss.idom.input.SAXHandler
The Group stack.
_sysId - Variable in class org.zkoss.idom.DocType
The system ID of the DOCTYPE
_sysId - Variable in class org.zkoss.idom.util.SimpleLocator
 
_tagnm - Variable in class org.zkoss.zhtml.impl.AbstractTag
The tag name.
_target - Variable in class org.zkoss.idom.ProcessingInstruction
The target.
_text - Variable in class org.zkoss.idom.impl.AbstractTextual
The text.
_value - Variable in class org.zkoss.idom.Attribute
The value.
_vars - Variable in class org.zkoss.xel.util.SimpleResolver
The variable maps.
_visible - Variable in class org.zkoss.zk.ui.AbstractComponent
Whether this component is visible.
_zclass - Variable in class org.zkoss.zk.ui.HtmlBasedComponent
The ZK CSS class.

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

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