Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.zkoss.zk Classes and Interfaces - 636 results found.
NameDescriptionTypePackageFramework
AbortByRemoveDesktopThe aborting reason when the remove-desktop command is received.Classorg.zkoss.zk.ui.implZKoss (ZK)
AbortBySendRedirectThe aborting reason for send-redirect.Classorg.zkoss.zk.ui.implZKoss (ZK)
AbortingReasonThe aborting reason used to abort the current execution.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
AbstractChartConfigThe Fusionchart config lets you control a variety of functional elements on the chart.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
AbstractComponentA skeletal implementation of Component.Classorg.zkoss.zk.uiZKoss (ZK)
AbstractExecutionA skeletal implementation of Execution.Classorg.zkoss.zk.ui.implZKoss (ZK)
AbstractPageA skeletal implementation of Page.Classorg.zkoss.zk.uiZKoss (ZK)
AbstractUiFactoryThe skeletal implementation of UiFactory.Classorg.zkoss.zk.ui.implZKoss (ZK)
AbstractWebAppA skeletal implementation of WebApp.Classorg.zkoss.zk.ui.implZKoss (ZK)
AcegiSecurityContextListenerListener to copy servlet thread ThreadLocal, securityContext, over to event thread ThreadLocal and handle Acegi Authentication Exception occurred inClassorg.zkoss.zkplus.acegiZKoss (ZK)
ActivationTimeoutExceptionIndicates the activation of an execution is taking too long.Classorg.zkoss.zk.uiZKoss (ZK)
AfterCompose If this interface is implemented, afterCompose() is called, after ZK loader creates this component,Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
AfterSizeEventRepresents an event that resize a component and provides the new size of the component.Classorg.zkoss.zk.ui.eventZKoss (ZK)
AggregationListenerA listener to gather some non-predefined listenersSince:8.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
AjaxDeviceRepresents a Web browser with the Ajax support.Classorg.zkoss.zk.deviceZKoss (ZK)
AnnotateBinderExFor ZK-2289, much less memory consumptionSince:7.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
AnnotateDataBinderThe DataBinder that reads ZUML annotations to create binding info.Classorg.zkoss.zkplus.databindZKoss (ZK)
AnnotateDataBinderInitThis initiator class do following things: New an AnnotateDataBinder instance.Classorg.zkoss.zkplus.databindZKoss (ZK)
AnnotateDataBindingComposerIt's another way to replace the Classorg.zkoss.zkplus.databindZKoss (ZK)
AnnotationThe common interface extended by all annotation types.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
AnnotationHelperA helper class used to parse annotations.Classorg.zkoss.zk.ui.metainfo.implZKoss (ZK)
AnnotationMapA map of annotations used with ComponentDefinition and Note: it is not thread safe.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ApacheELFactoryAn implementation that is based on Apache commons-el: org.Classorg.zkoss.zkmax.xel.elZKoss (ZK)
ApacheELFactoryAn implementation based on org.Classorg.zkoss.zkmax.xel.el21ZKoss (ZK)
ArithmeticWrongValueExceptionFor ArithmeticException wrong value wrapper.Classorg.zkoss.zk.uiZKoss (ZK)
AttributeThe model representing an attribute in Selector.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
Attribute .OperatorClassorg.zkoss.zk.ui.select.impl.AttributeZKoss (ZK)
AttributesAttributes used internally for implementation only.Classorg.zkoss.zk.ui.implZKoss (ZK)
AttributesAttributes or library properties to customize the behaviors of ZK, such as page rending, fileupload and so on.Classorg.zkoss.zk.ui.sysZKoss (ZK)
AttributesInfoRepresents a map of custom attributes of a component definition (ComponentDefinition).Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
AuAlertA response to ask client to show an alert.Classorg.zkoss.zk.au.outZKoss (ZK)
AuAppendChildA response to insert an unparsed HTML as the last child of the specified component at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuBookmarkA response to ask the client to bookmark the desktop.Classorg.zkoss.zk.au.outZKoss (ZK)
AuClearBusyA response to ask the client to clear the busy message.Classorg.zkoss.zk.au.outZKoss (ZK)
AuClearWrongValueA response to ask the client to close the error messages belonging the specified component, if any.Classorg.zkoss.zk.au.outZKoss (ZK)
AuClientInfoA response to ask the browser to send back its information.Classorg.zkoss.zk.au.outZKoss (ZK)
AuConfirmCloseA response to ask the client to show a confirm dialog when an user tries to close the browser window.Classorg.zkoss.zk.au.outZKoss (ZK)
AuDecoderUsed to decode the custom format of the AU requests.Interfaceorg.zkoss.zk.auZKoss (ZK)
AuDownloadA response to ask the client to download the specified URI.Classorg.zkoss.zk.au.outZKoss (ZK)
AuDownloaderThe AU processor to handle the resumable download.Classorg.zkoss.zkmax.au.httpZKoss (ZK)
AuDropUploaderThe AU extension to upload files with HTML5 feature.Classorg.zkoss.zk.au.httpZKoss (ZK)
AuDynaMediarThe AU processor used to response the content for DynamicMedia.Classorg.zkoss.zk.au.httpZKoss (ZK)
AuEchoA response to ask client to send a dummy request back to the server.Classorg.zkoss.zk.au.outZKoss (ZK)
AuEchoGlobalA response to ask client to send the specified event for all qualified desktops.Classorg.zkoss.zk.au.outZKoss (ZK)
AuExtensionAn AU service is a small Java program that can be plugged into DHtmlUpdateServlet to extend its functionality.Interfaceorg.zkoss.zk.au.httpZKoss (ZK)
AuExtensionRequestRepresents a request for an AU extension (AuExtension).Interfaceorg.zkoss.zk.au.httpZKoss (ZK)
AuFocusA response to set focus to the specified component at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuInsertAfterA response to insert an unparsed HTML after the specified component data[0]: the uuid of the component after which the HTML will insertClassorg.zkoss.zk.au.outZKoss (ZK)
AuInsertBeforeA response to insert an unparsed HTML before the specified component data[0]: the uuid of the component before which the HTML will insertClassorg.zkoss.zk.au.outZKoss (ZK)
AuInvokeA response to ask the client to invoke a function.Classorg.zkoss.zk.au.outZKoss (ZK)
AuLoadCSSLoads a CSS file to client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuLoadScriptLoads a JavaScript file to client and execute it.Classorg.zkoss.zk.au.outZKoss (ZK)
AuLogLogs the message to the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuMoveByA response to ask the client to move the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuMoveToA response to ask the client to move the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuNotificationThe au object for notification.Classorg.zkoss.zk.au.outZKoss (ZK)
AuObsoleteA response to denote the desktop might become obsolete.Classorg.zkoss.zk.au.outZKoss (ZK)
AuOuterA response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.Classorg.zkoss.zk.au.outZKoss (ZK)
AuPrintA response to ask the client to print the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuRedirectThe AU processor to handle the HTTP redirect via status 302.Classorg.zkoss.zk.au.httpZKoss (ZK)
AuRemoveA response to remove the specified component at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuRequestA request sent from the client to the server.Classorg.zkoss.zk.auZKoss (ZK)
AuRequestsUtilities to convert AuRequest to Event or its deriving classes.Classorg.zkoss.zk.auZKoss (ZK)
AuResizeByA response to ask the client to resize the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuResizeToA response to ask the client to resize the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuResizeWidgetUsed to force ZK Client re-calculate the size of the widget at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuResponseA response sent from the server to the client via Application developers rarely need access this class and its derivedClassorg.zkoss.zk.auZKoss (ZK)
AuScriptA response to ask the client to execute the specified client scripts.Classorg.zkoss.zk.au.outZKoss (ZK)
AuScrollByA response to ask the client to scroll the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuScrollIntoViewScrolls the ancestors to make the component visible.Classorg.zkoss.zk.au.outZKoss (ZK)
AuScrollToA response to ask the client to scroll the desktop (a.Classorg.zkoss.zk.au.outZKoss (ZK)
AuSelectA response to select a portion of the specified component at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuSendRedirectA response to send a temporary redirect response to the client using the specified redirect location URL.Classorg.zkoss.zk.au.outZKoss (ZK)
AuServiceAn AU request service used to handle the AU requests (AuRequest).Interfaceorg.zkoss.zk.auZKoss (ZK)
AuSetAttributeA response to set the attribute of the specified component at the client.Classorg.zkoss.zk.au.outZKoss (ZK)
AuSetTitleA response to ask the client to set the title (of window).Classorg.zkoss.zk.au.outZKoss (ZK)
AuShowBusyA response to ask the client to show the busy message such that the user knows the system is busy.Classorg.zkoss.zk.au.outZKoss (ZK)
AuSubmitFormA response to ask the client to submit the form with the specified ID, data[0]: the form's UUID.Classorg.zkoss.zk.au.outZKoss (ZK)
AuUploaderThe AU extension to upload files.Classorg.zkoss.zk.au.httpZKoss (ZK)
AuUuidClassorg.zkoss.zk.au.outZKoss (ZK)
AuWriterRepresents a writer that is used to send the output back to the client, when processing AuRequest.Interfaceorg.zkoss.zk.auZKoss (ZK)
AuWritersUtilities to instantiate an implementation of AuWriter.Classorg.zkoss.zk.auZKoss (ZK)
AuWrongValueA response to tell the client a component's value is wrong.Classorg.zkoss.zk.au.outZKoss (ZK)
BasicPseudoClassDefsThe default set of pseudo classes in Selector.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
BeanValidatorA JSR 303 compatible validator for a property-binding.Classorg.zkoss.zkmax.bindZKoss (ZK)
BeforeCompose If this interface is implemented, beforeCompose() is called before ZK loader sets any property or creates any child components.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
BiglistboxA component to handle a huge data sets and provides the same and as many as the functionalities of Listbox including selection,Classorg.zkoss.zkmax.zulZKoss (ZK)
BiglistboxSelectedIndexConverterConvert selected index to bean and vice versa.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BiglistboxSelectedObjectConverterConvert biglistbox selection.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindChosenboxRendererClassorg.zkoss.zkmax.bind.implZKoss (ZK)
BindELContextExAn extension of BindELContext to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindELResolverExAn extension of BindELResolver to do a lazy initiating EL expressionSince:8.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindEvaluatorXImplExAn extension of BindEvaluatorXImpl to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindExpressionBuilderExAn extension of BindExpressionBuilder to do a lazy initiating EL expressionSince:8.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindExpressionFactoryImplExAn extension of BindExpressionFactoryImpl to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindingA Data Binding that associate component+attr to an bean expression.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingGroupsListModelThis is the BindingListModel as a GroupsListModel to be used with Add or remove the contents of this model as a GroupListModel would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelThis interface defines the methods used by DataBinder.Interfaceorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelArrayThis is the BindingListModel as a Object array to be used with Modify the contents of this model as an Object array would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelExtSupport same object in multiple items of a ListModel.Interfaceorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelListThis is the BindingListModel as a List to be used with Add or remove the contents of this model as a List would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelListModelThis is the BindingListModel as a ListModel to be used with Add or remove the contents of this model as a ListModel would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelMapThis is the BindingListModel as a Map to be used with Add or remove the contents of this model as a Map would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingListModelSetThis is the BindingListModel as a Set to be used with Add or remove the contents of this model as a Set would cause the associated Listbox or Grid to change accordingly.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingRendererUtilClassorg.zkoss.zkplus.databindZKoss (ZK)
BindingSaveEventEvent used when DataBinder send "onBindingSave" events.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindingValidateEventEvent used when DataBinder send "onBindingValidate" events.Classorg.zkoss.zkplus.databindZKoss (ZK)
BindUiLifeCycleExtensionAn implementation of BindUiLifeCycle.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindXelExpressionExAn extension of BindXelExpression to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BindXelFactoryExAn extension of BindXelFactory to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
BlockableAn interface that allows a Component to specify when to block an AuRequest from client, for security control.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
BookmarkEventThe bookmark update event used with onBookmarkChange to notify that user pressed BACK, FORWARD or othersClassorg.zkoss.zk.ui.eventZKoss (ZK)
BooleanPropertyAccessA Boolean property access class.Classorg.zkoss.zk.ui.sysZKoss (ZK)
BridgeUtilities to allow developers to start an execution in foreign Ajax channel.Classorg.zkoss.zkplus.embedZKoss (ZK)
BSHInterpreterThe interpreter that uses BeanShell to interpret zscript codes.Classorg.zkoss.zk.scripting.bshZKoss (ZK)
CallbackA callback interface to execute in some circumstance.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
CardlayoutA layout allow end user change view like change card.Classorg.zkoss.zkmax.zulZKoss (ZK)
CategoriesPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
CategoryChartConfigThe categories chart property lets you control a variety of functional elements on the chart with {link CategoryModel}.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
CDIUtilSome generic utility for use with CDI.Classorg.zkoss.zkplus.cdiZKoss (ZK)
CellClickEventRepresents an event that indicates a clicking on a cell data for a matrix data component like Biglistbox, and provides more information aboutClassorg.zkoss.zkmax.zul.eventZKoss (ZK)
CharSequenceIteratorA char Iterator implementation for Selector tokenizer.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
CharsetFinderRepresents a class that decides the character set based on the content type and the real content.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ChartColorClass to extend the number of Colors available to the charts.Classorg.zkoss.zkmax.zul.fusionchart.renderZKoss (ZK)
ChartInfoNotifierInterfaceorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
ChartPropertiesInterfaceorg.zkoss.zkmax.zulZKoss (ZK)
ChartPropertiesMapA properties with a addition properties map.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
CheckEventRepresents an event cause by user's check a state at the client.Classorg.zkoss.zk.ui.eventZKoss (ZK)
ChosenboxA component that similar to Combobox but handle the multi-selection and the select order.Classorg.zkoss.zkmax.zulZKoss (ZK)
ChosenboxModelConverterThe Converter implementation of the Chosenbox for converting collection to ListModel and vice versa.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
ClientInfoEventThe onClientInfo event is used to notify the client's information, such as time zone and screen resolutions.Classorg.zkoss.zk.ui.eventZKoss (ZK)
ClientsUtilities to send AuResponse to the client.Classorg.zkoss.zk.ui.utilZKoss (ZK)
CloneableEventListenerA cloneable event listener that will be notified when an event occurs, if it is registered to Component.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
ClusterSessionPatch This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).Classorg.zkoss.zkplus.clusterZKoss (ZK)
CollectionItemThe CollectionItem is used by DataBinder and provides an interface for collection component to interact with the DataBinderInterfaceorg.zkoss.zkplus.databindZKoss (ZK)
CollectionItemExtThis interface is an enhanced version of the original CollectionItem interface that Interfaceorg.zkoss.zkplus.databindZKoss (ZK)
ColorboxA Colorbox used to retrieve an input that the user can select a color.Classorg.zkoss.zkex.zulZKoss (ZK)
ColumnchildrenThe column of Columnlayout.Classorg.zkoss.zkex.zulZKoss (ZK)
ColumnlayoutA columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.Classorg.zkoss.zkex.zulZKoss (ZK)
CombboxListModelConverterThe TypeConverter implementation for converting collection to ListModel of a gridSince:6.Classorg.zkoss.zkplus.databindZKoss (ZK)
CometAsyncServletThe synchronous servlet for supporting comet.Classorg.zkoss.zkmax.ui.cometZKoss (ZK)
CometServerPushA server-push implementation that is based on comet.Classorg.zkoss.zkex.ui.cometZKoss (ZK)
CometServerPushZK Comet that supports Servlet 3 asynchronous processing.Classorg.zkoss.zkmax.ui.cometZKoss (ZK)
CometServerPush .AsyncInfoThe interface for implementing asynchronous processing.Interfaceorg.zkoss.zkex.ui.comet.CometServerPushZKoss (ZK)
CommandMarker annotation to identify a Command method for ComposerSince:8.Classorg.zkoss.zk.ui.annotationZKoss (ZK)
Component There are two kind of life-cycles: one is page creations and the other is asynchronous updates.Interfaceorg.zkoss.zk.uiZKoss (ZK)
ComponentActivationListenerUsed to notify an object stored in a component, when the session is going to be deactivated or has been activated.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ComponentAnnotationAnnotation for specifying ZK component's annotations (ComponentCtrl.Classorg.zkoss.zk.ui.annotationZKoss (ZK)
ComponentCloneListenerUsed to notify an object stored in a component, when the component is cloned.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ComponentCtrlAn addition interface to Component that is used for implementation or tools.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ComponentDefinitionA component definition.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
ComponentDefinitionImplAn implementation of ComponentDefinition.Classorg.zkoss.zk.ui.metainfo.implZKoss (ZK)
ComponentDefinitionMapA map of component definitions.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ComponentInfoRepresents a component instance defined in a ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ComponentIteratorAn implementation of Iterator that realizes the selector matching algorithm.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
ComponentLocalPropertiesA collection of utilities that check local properties of Components.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
ComponentMatchCtxA wrapper of Component, providing a context for selector matching algorithm.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
ComponentNotFoundExceptionDenotes a component cannot be found.Classorg.zkoss.zk.uiZKoss (ZK)
ComponentRedrawsUtilities to implement ComponentCtrl.Classorg.zkoss.zk.ui.sysZKoss (ZK)
ComponentsUtilities to access Component.Classorg.zkoss.zk.uiZKoss (ZK)
ComponentsCtrlUtilities for implementing components.Classorg.zkoss.zk.ui.sysZKoss (ZK)
ComponentSerializationListenerUsed to notify an object stored in a component, when the component is going to be serialized or has been deserialized.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ComposerRepresents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ComposerExtAn addition interface implemented with Composer to provide Note: any class that implements ComposerExt must implementInterfaceorg.zkoss.zk.ui.utilZKoss (ZK)
CompositionComposition manager that compose the given components into a whole page per the "insert" components and "define" components annotations.Classorg.zkoss.zk.ui.utilZKoss (ZK)
ConditionA condition to test with.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ConditionImplAn utility to simplify the implementation of Condition.Classorg.zkoss.zk.ui.utilZKoss (ZK)
ConfigParserUsed to parse WEB-INF/zk.Classorg.zkoss.zk.ui.sysZKoss (ZK)
ConfigParserA configuration parser is an application-specific parser to parse the configurations in zk.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ConfigurationThe ZK configuration.Classorg.zkoss.zk.ui.utilZKoss (ZK)
ContentRendererUsed with AbstractComponent.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ConventionWiresUtilities to wire variables by name conventions.Classorg.zkoss.zk.ui.utilZKoss (ZK)
CreateEventUsed to notify a window that all its children are created and initialized.Classorg.zkoss.zk.ui.eventZKoss (ZK)
Cropper if not all of the children of a component are available at the client.Interfaceorg.zkoss.zk.ui.ext.renderZKoss (ZK)
DataBinderThe DataBinder used for binding ZK UI component and the backend data bean.Classorg.zkoss.zkplus.databindZKoss (ZK)
DataHandlerInfoA data handler info for Configuration to use.Classorg.zkoss.zk.ui.utilZKoss (ZK)
DateFormatConverterConvert a Date or a Timestamp to a formated date String.Classorg.zkoss.zkplus.databindZKoss (ZK)
DefaultChartPropertiesClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
DeferrableUsed to decorate EventListener to denote whether the event for the listener can be deferred.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
DeferredValueUsed with AbstractComponent.Interfaceorg.zkoss.zk.auZKoss (ZK)
DefinitionLoadersUtilities to load language definitions.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
DefinitionNotFoundExceptionDenotes a definition cannot be found.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
DelegatingVariableResolverGeneric CDI EL named managed bean resolver.Classorg.zkoss.zkplus.cdiZKoss (ZK)
DelegatingVariableResolverDelegatingVariableResolver, a seasar2 bean variable resolver.Classorg.zkoss.zkplus.seasarZKoss (ZK)
DelegatingVariableResolver DelegatingVariableResolver for resolving Spring beans, Spring Security variables and Spring Webflow variables.Classorg.zkoss.zkplus.springZKoss (ZK)
DesktopRepresents a desktop.Interfaceorg.zkoss.zk.uiZKoss (ZK)
DesktopActivationListenerUsed to notify an object stored in a desktop, when the session is going to be deactivated or has been activated.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
DesktopCacheThe cache used to store desktops.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
DesktopCacheProviderUsed to retrieve a desktop cache (DesktopCache).Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
DesktopCleanupUsed to clean up a desktop.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
DesktopCtrlAn addition interface to Desktop for implementation.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
DesktopEventQueueThe default implementation of the desktop-scoped event queue (EventQueue).Classorg.zkoss.zk.ui.event.implZKoss (ZK)
DesktopImplThe implementation of Desktop.Classorg.zkoss.zk.ui.implZKoss (ZK)
DesktopInitUsed to initialize a desktop when it is created.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
DesktopRecycleUsed to recycle the desktop (Desktop).Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
DesktopRecycleUsed to recycle the desktop if possible.Classorg.zkoss.zkmax.ui.utilZKoss (ZK)
DesktopRecyclesUtilities to handle DesktopRecycle.Classorg.zkoss.zk.ui.httpZKoss (ZK)
DesktopRecyclesUtilities to handle DesktopRecycle.Classorg.zkoss.zk.ui.implZKoss (ZK)
DesktopSerializationListenerUsed to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
DesktopUnavailableExceptionDenotes the desktop being accessed is no longer available.Classorg.zkoss.zk.uiZKoss (ZK)
DeviceRepresents a client device.Interfaceorg.zkoss.zk.deviceZKoss (ZK)
DeviceConfigUsed to initialize a device (Device).Interfaceorg.zkoss.zk.deviceZKoss (ZK)
DeviceNotFoundExceptionDenotes the interpreter of the requested device type is not found.Classorg.zkoss.zk.deviceZKoss (ZK)
DevicesA manager of devices (Device).Classorg.zkoss.zk.deviceZKoss (ZK)
DHtmlLayoutFilterUsed to post-process the response into a ZK page.Classorg.zkoss.zk.ui.httpZKoss (ZK)
DHtmlLayoutPortletThe portlet used to process the request for a ZUML page.Classorg.zkoss.zk.ui.httpZKoss (ZK)
DHtmlLayoutServletUsed to process the request for a ZUML page.Classorg.zkoss.zk.ui.httpZKoss (ZK)
DHtmlUpdateServletUsed to receive command from the server and send result back to client.Classorg.zkoss.zk.au.httpZKoss (ZK)
DirectContent if the component is able to generate the content directly.Interfaceorg.zkoss.zk.ui.ext.renderZKoss (ZK)
Disable that a component can be disabled.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
DragControlDecorates Component to denote that the component will control the default drag-and-drop behaviorInterfaceorg.zkoss.zk.ui.extZKoss (ZK)
DropEventRepresents an event cause by user's dragging and dropping a component.Classorg.zkoss.zk.ui.eventZKoss (ZK)
DropuploadA component can handle drag files into it, and upload files to server.Classorg.zkoss.zkmax.zulZKoss (ZK)
DropuploadNativeConverterconverter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)Since:6.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
DspFnsUtilities to generate ZK related information in DSP pages.Classorg.zkoss.zk.fnZKoss (ZK)
DynamicMedia if a component might have viewable parts other than HTML (WML, XAML or any client language).Interfaceorg.zkoss.zk.ui.ext.renderZKoss (ZK)
DynamicPropertiedRepresents a component that supports a range of properties.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
DynamicTagRepresents a component is used to represent a broad range of tags.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
ELXelExpressionA XEL expression that is based on a EL expression.Classorg.zkoss.zkmax.xel.elZKoss (ZK)
ErrorEventRepresents an event cause by user's entering a wrong data or clearing the last wrong data.Classorg.zkoss.zk.ui.eventZKoss (ZK)
EvaluatorA ZK specific expression builder that is based on XEL.Interfaceorg.zkoss.zk.xelZKoss (ZK)
EvaluatorRefA reference to Evaluator.Interfaceorg.zkoss.zk.xelZKoss (ZK)
EvaluatorsUtilities of evaluation.Classorg.zkoss.zk.xelZKoss (ZK)
EventAn event sent to the event handler of a component.Classorg.zkoss.zk.ui.eventZKoss (ZK)
EventHandlerAn event handler of a component definition (ComponentDefinition).Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
EventHandlerMapA map of instances of EventHandler.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
EventInterceptorThe event interceptor used to intercept the processing of events.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
EventInterceptorsUtilities used to handle EventInterceptor.Classorg.zkoss.zk.ui.implZKoss (ZK)
EventListenerAn event listener that will be notified when an event occurs, if it is registered to Component.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
EventListenerMapRepresents a map of event handlers and listeners.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
EventProcessingThreadRepresents an event processing thread.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
EventProcessingThreadImplThread to handle events.Classorg.zkoss.zk.ui.implZKoss (ZK)
EventProcessorA utility class that simplify the implementation of EventProcessingThread.Classorg.zkoss.zk.ui.implZKoss (ZK)
EventQueue An event queue is a many-to-many 'channel' to publish events and to subscribe event listeners (EventListener).Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
EventQueueProviderUsed to instantiate an event queue.Interfaceorg.zkoss.zk.ui.event.implZKoss (ZK)
EventQueueProviderImplA simple implementation of EventQueueProvider.Classorg.zkoss.zk.ui.event.implZKoss (ZK)
EventQueueProviderImplEnhance the default implementation to support EventQueues.Classorg.zkoss.zkmax.ui.event.implZKoss (ZK)
EventQueuesUtilities to access the event queue.Classorg.zkoss.zk.ui.eventZKoss (ZK)
EventsUtilities to handle events.Classorg.zkoss.zk.ui.eventZKoss (ZK)
EventsUtilities to access events for ZkMax.Classorg.zkoss.zkmax.ui.eventZKoss (ZK)
EventThreadCleanupUsed to clean the event processing thread.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
EventThreadInitUsed to initialize the event processing thread.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
EventThreadResumeUsed to listen after the event processing thread is resumed.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
EventThreadSuspendUsed to listen when the event processing thread is going to suspend.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
ExecutionAn execution of a client request (e.Interfaceorg.zkoss.zk.uiZKoss (ZK)
ExecutionCarryOverA utility to carry over the execution to a server-push thread.Classorg.zkoss.zk.ui.implZKoss (ZK)
ExecutionCleanupUsed to clean up an execution.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ExecutionCtrlAdditional interface to Execution for implementation.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ExecutionImplClassorg.zkoss.zk.ui.httpZKoss (ZK)
ExecutionInfoThe information about the event being served by the current execution.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ExecutionInitUsed to initialize an execution when it is created.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ExecutionMonitorAn application-level listener to know when an execution is activated, deactivated, or waiting for activation.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ExecutionResolverA variable resolver that is based on the specified execution.Classorg.zkoss.zk.xel.implZKoss (ZK)
ExecutionsUtilities to access Execution.Classorg.zkoss.zk.uiZKoss (ZK)
ExecutionsCtrlAdditional utilities for Execution.Classorg.zkoss.zk.ui.sysZKoss (ZK)
ExpressionFragmentRepresents an expression fragment of an expression.Classorg.zkoss.zkmax.xel.utilZKoss (ZK)
ExValueUsed to represent a string value that might contain an expression.Classorg.zkoss.zk.xelZKoss (ZK)
FailoverManagerRepresents a class that is able to handle fail-over in the application specific way.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
FiledownloadMore filedownload utilities, such as resumable filedownload.Classorg.zkoss.zkmax.zulZKoss (ZK)
FiledownloadListenerThe listener used with Filedownload.Interfaceorg.zkoss.zkmax.zulZKoss (ZK)
Fisheye Available in ZK PE and ZK EE.Classorg.zkoss.zkex.zulZKoss (ZK)
FisheyebarA fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.Classorg.zkoss.zkex.zulZKoss (ZK)
ForEachUsed to denote a collection of elements.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ForEachImplAn implementation of ForEach.Classorg.zkoss.zk.ui.utilZKoss (ZK)
ForEachStatusRepresents the runtime information of each iteration caused by The main use is to get the object in the outer iteration:Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
FormBeanValidatorA JSR 303 compatible validator for a form-binding.Classorg.zkoss.zkmax.bindZKoss (ZK)
ForwardEventRepresents the event forwarded by the forward condition.Classorg.zkoss.zk.ui.eventZKoss (ZK)
ForwardInfoThe forward directive in the ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ForwardingCollectionA collection which forwards all its method calls to another collection.Classorg.zkoss.zkmax.bind.extZKoss (ZK)
ForwardingMapA map which forwards all its method calls to another map.Classorg.zkoss.zkmax.bind.extZKoss (ZK)
FulfillEventRepresents the fulfill condition has been applied.Classorg.zkoss.zk.ui.eventZKoss (ZK)
FullComposerA decorative interface used with Composer (and/or ComposerExt) to indicate that it requires the full control.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
FunctionMapperInfoA definition of the function mapper (FunctionMapper).Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
FunnelChartConfigThe funnel chart property lets you control a variety of functional elements on the chart with {link SingleValueCategoryModel}.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
FusionchartThe Fusionchart component.Classorg.zkoss.zkmax.zulZKoss (ZK)
FusionchartEngineFusionchart engine is an engine that do the fusionchart XML building.Interfaceorg.zkoss.zkmax.zul.fusionchartZKoss (ZK)
GanttChartCategoriesPropertiesListClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
GanttChartCategoriesPropertiesList .GanttChartCategoriesPropertiesClassorg.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesListZKoss (ZK)
GanttChartConfigThe GanttFusionchartProperty lets you control a variety of functional elements on the chart.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
GanttChartHeaderPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
GanttChartSeriesPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
GanttChartSeriesPropertiesMap .GanttChartSeriesPropertiesClassorg.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMapZKoss (ZK)
GanttTableConfigA table config for gnatt chart table.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
GanttTableConfig .GanttRowPropertiesListThe GanttRow of the gantt chart table.Classorg.zkoss.zkmax.zul.fusionchart.config.GanttTableConfigZKoss (ZK)
GanttTableConfig .GanttTableColumnPropertiesA tableColumn properties bean for gantt chart table.Classorg.zkoss.zkmax.zul.fusionchart.config.GanttTableConfigZKoss (ZK)
GanttTableConfig .GanttTableColumnPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.config.GanttTableConfigZKoss (ZK)
GanttTableRendererThe GanttTableRenderer was used to render the Fusionchart XML String with GanttTableModel (ListModel).Interfaceorg.zkoss.zkmax.zul.fusionchartZKoss (ZK)
GenericAutowireComposerA skeletal composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects suchClassorg.zkoss.zk.ui.utilZKoss (ZK)
GenericComposerA skeletal composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.Classorg.zkoss.zk.ui.utilZKoss (ZK)
GenericDeviceA skeletal implementation of Device.Classorg.zkoss.zk.deviceZKoss (ZK)
GenericEventListenerAn abstract event listener that you can extend and write intuitive onXxx event handler methods; this class dispatch event to the implemented onXxx event handler methodsClassorg.zkoss.zk.ui.eventZKoss (ZK)
GenericForwardComposerA skeletal composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible Classorg.zkoss.zk.ui.utilZKoss (ZK)
GenericInitiatorA skeletal implementation that provides does-nothing for all methods, such that the deriving class needs only to implement the required method.Classorg.zkoss.zk.ui.utilZKoss (ZK)
GenericInterpreterA skeletal class for implementing a interpreter (Interpreter).Classorg.zkoss.zk.scripting.utilZKoss (ZK)
GenericRichletDefines a generic richlet.Classorg.zkoss.zk.uiZKoss (ZK)
GlobalDesktopCacheProviderA implementation of DesktopCacheProvider that stores all desktops from the same Web application into one desktop cache.Classorg.zkoss.zk.ui.implZKoss (ZK)
GroovyInterpreterClassorg.zkoss.zk.scripting.groovyZKoss (ZK)
GroupEventQueueThe implementation of the group-scoped event queue.Classorg.zkoss.zkmax.ui.event.implZKoss (ZK)
GsonConverterA Gson converter for Binding ParameterSince:8.Classorg.zkoss.zkmax.bindZKoss (ZK)
GsonConverterA Gson converter for Service ParameterSince:8.Classorg.zkoss.zkmax.uiZKoss (ZK)
HeaderInfoRepresents a header element, such as and directives on the ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
HibernateSessionContextListenerListener to make sure each ZK thread got the same hibernate session context; used with Hibernate's "thread" session context (org.Classorg.zkoss.zkplus.hibernateZKoss (ZK)
HibernateSessionFactoryListenerListener to init and cleanup the hibernate session factory automatically.Classorg.zkoss.zkplus.hibernateZKoss (ZK)
HibernateUtilUtility to access Hibernate Session.Classorg.zkoss.zkplus.hibernateZKoss (ZK)
HierachicalAwareAn extra interface implemented by an interpreter (Interpreter) if it supports the hierarchical scopes.Interfaceorg.zkoss.zk.scriptingZKoss (ZK)
HtmlBasedComponentA skeletal implementation for HTML based components.Classorg.zkoss.zk.uiZKoss (ZK)
HtmlMacroComponentThe implementation of a macro component for HTML-based clients.Classorg.zkoss.zk.uiZKoss (ZK)
HtmlNativeComponentA component used to represent XML elements that are associated with the native namespace (http://www.Classorg.zkoss.zk.uiZKoss (ZK)
HtmlNativeComponent .HtmlHelperClassorg.zkoss.zk.ui.HtmlNativeComponentZKoss (ZK)
HtmlPageRendersUtilities for implementing HTML-based PageRenderer.Classorg.zkoss.zk.ui.sysZKoss (ZK)
HtmlPageRenders .RenderContextThe render context which consists of two writers (temp andSee Also:HtmlPageRenders.Classorg.zkoss.zk.ui.sys.HtmlPageRendersZKoss (ZK)
HtmlShadowElementA skeleton of shadow element that represents as a shadow tree.Classorg.zkoss.zk.uiZKoss (ZK)
HtmlShadowElement .DirectionA help class for an insertion direction.Classorg.zkoss.zk.ui.HtmlShadowElementZKoss (ZK)
HttpAuWriterThe writer used to write the output back to the client.Classorg.zkoss.zk.au.httpZKoss (ZK)
HttpSessionListenerUsed to clean up desktops that a session owns.Classorg.zkoss.zk.ui.httpZKoss (ZK)
HttpSessionListener23The listener works with Servlet 2.Classorg.zkoss.zk.ui.httpZKoss (ZK)
I18NsInternationalization utilities.Classorg.zkoss.zk.ui.httpZKoss (ZK)
IdGeneratorUsed to generate UUID of components and pages and ID of desktops.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
IdSpace to denote that all its descendant and itself forms an independent ID space.Interfaceorg.zkoss.zk.uiZKoss (ZK)
InaccessibleWidgetBlockServiceInaccessible Widget Block Service (IWBS) used to block the request sent by an inaccessible widget (at the client).Classorg.zkoss.zkmax.auZKoss (ZK)
InaccessibleWidgetBlockService .DesktopInitThe initial listener used to register in WEB-INF/zk.Classorg.zkoss.zkmax.au.InaccessibleWidgetBlockServiceZKoss (ZK)
Includer it might include another ZUML page.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
InitClassorg.zkoss.zkmax.bind.implZKoss (ZK)
Initiator in the init directive.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
InitiatorExtAn extra interface that can be implemented with Initiator to have the better control.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
InitiatorInfoThe init directive in the ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
InputEventRepresents an event cause by user's input something at the client.Classorg.zkoss.zk.ui.eventZKoss (ZK)
IntegerPropertyAccessAn Integer property class.Classorg.zkoss.zk.ui.sysZKoss (ZK)
InterpreterRepresents an interpreter that can interpret the scripting codes.Interfaceorg.zkoss.zk.scriptingZKoss (ZK)
InterpreterNotFoundExceptionDenotes the interpreter of the requested scripting language not found.Classorg.zkoss.zk.scriptingZKoss (ZK)
InterpretersThe utilities to access interpreters (Interpreter).Classorg.zkoss.zk.scriptingZKoss (ZK)
IntPropertyAccessAn int property class.Classorg.zkoss.zk.ui.sysZKoss (ZK)
JacksonConverterA Jackson Converter for Binding ParameterSince:8.Classorg.zkoss.zkmax.bindZKoss (ZK)
JacksonConverterA Jackson Converter for Service ParameterSince:8.Classorg.zkoss.zkmax.uiZKoss (ZK)
JasperreportThe JasperReport component.Classorg.zkoss.zkex.zulZKoss (ZK)
JasperreportExporterFactoryThe factory for Jasper Reports.Interfaceorg.zkoss.zkex.zulZKoss (ZK)
JFreeChartEngineA chart engine implemented with JFreeChart.Classorg.zkoss.zkex.zul.implZKoss (ZK)
JHLabsCaptchaEngineA captcha engine implemented with JH Labs libraries.Classorg.zkoss.zkex.zul.implZKoss (ZK)
JndiVariableResolverClassorg.zkoss.zkplus.jndiZKoss (ZK)
JpaUtilThis class is used to create and hold open EntityManagerFactory objects within a Java EE environment.Classorg.zkoss.zkplus.jpaZKoss (ZK)
JQueryRenderCachedPatchUsed to patch the rendering result of a ZK portlet for Liferay.Classorg.zkoss.zkplus.liferayZKoss (ZK)
JQueryRenderPatchUsed to patch the rendering result of a ZK portlet for Liferay.Classorg.zkoss.zkplus.liferayZKoss (ZK)
JRubyInterpreterClassorg.zkoss.zk.scripting.jrubyZKoss (ZK)
JsContentRendererAn implementation of ContentRenderer that renders the content as a JavaScript property (i.Classorg.zkoss.zk.ui.sysZKoss (ZK)
JSCumulativeContentRendererAn implementation of ContentRenderer that renders the content as a JavaScript property (i.Classorg.zkoss.zk.ui.sysZKoss (ZK)
JspFnsUtilities to generate ZK related information in JSP pages.Classorg.zkoss.zk.fnZKoss (ZK)
JythonInterpreterThe Python interpreter based on jython.Classorg.zkoss.zk.scripting.jythonZKoss (ZK)
KeyEventRepresents a key pressed by the user.Classorg.zkoss.zk.ui.eventZKoss (ZK)
LanguageDefinitionA definition of a language, such as xul.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ListboxListModelConverterThe TypeConverter implementation for converting collection to ListModel of a listboxSince:6.Classorg.zkoss.zkplus.databindZKoss (ZK)
ListenAnnotation for specifying Event handling in SelectorComposer.Classorg.zkoss.zk.ui.select.annotationZKoss (ZK)
ListModelConverterThe TypeConverter implementation for converting collection to ListModel and vice versa.Classorg.zkoss.zkplus.databindZKoss (ZK)
ListModelSharerThis interface is created for sharing model to different desktop's component.Interfaceorg.zkoss.zkex.zulZKoss (ZK)
LiveGridDataLoaderData Loader that handle the live data loading into Grid.Classorg.zkoss.zkmax.zul.implZKoss (ZK)
LiveListboxDataLoaderData Loader that handle the live data loading into Listbox.Classorg.zkoss.zkmax.zul.implZKoss (ZK)
MacroInterfaceorg.zkoss.zk.ui.extZKoss (ZK)
MacroDefinitionThe macro component definition.Classorg.zkoss.zk.ui.metainfo.implZKoss (ZK)
MatrixComparatorProviderInterfaceorg.zkoss.zkmax.zulZKoss (ZK)
MatrixModelThe interface defines the methods that components like Biglistbox to get the content of cells and headers from the matrix data.Interfaceorg.zkoss.zkmax.zulZKoss (ZK)
MatrixRendererUsed to generated the HTML fragment for the data associated with a matrix component, such as BiglistboxInterfaceorg.zkoss.zkmax.zulZKoss (ZK)
MaximizeEventRepresents an event caused by a component being maximized.Classorg.zkoss.zk.ui.eventZKoss (ZK)
Merger to indicate a component is capable to merge with its sibling and children.Interfaceorg.zkoss.zk.ui.ext.renderZKoss (ZK)
MessageLoaderThe interface for loading messages as String output.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
MilestonePropertiesListClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
MinimizeEventRepresents an event caused by a component being minimized.Classorg.zkoss.zk.ui.eventZKoss (ZK)
MonitorA listener to monitor the status of ZK engine.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
MouseEventRepresents an event cause by mouse activity.Classorg.zkoss.zk.ui.eventZKoss (ZK)
MoveEventRepresents an event caused by a component being moved.Classorg.zkoss.zk.ui.eventZKoss (ZK)
MultiComposerTo proxy a collection of composers.Classorg.zkoss.zk.ui.implZKoss (ZK)
MVELFactoryAn implementation based on MVEL.Classorg.zkoss.zkmax.xel.mvelZKoss (ZK)
MZkInterfaceorg.zkoss.zk.mesgZKoss (ZK)
NamesUtilities about variable's names.Classorg.zkoss.zk.ui.sysZKoss (ZK)
NamespaceParserA namespace parser to handle the different namespace for the attributesSince:7.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
Native a native component.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
Native .HelperThe helper to generate the output for the native component.Interfaceorg.zkoss.zk.ui.ext.NativeZKoss (ZK)
NativeHelpersUtilities for implementing Native.Classorg.zkoss.zk.ui.implZKoss (ZK)
NativeInfoRepresents the component information about the native components.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
NavA container is used to display navitems, it should be placed inside a Supported event: onOpen.Classorg.zkoss.zkmax.zulZKoss (ZK)
NavbarA container that usually contains nav elements.Classorg.zkoss.zkmax.zulZKoss (ZK)
NavitemA single choice in a Navbar or Nav element.Classorg.zkoss.zkmax.zulZKoss (ZK)
NavseparatorUsed to create a separator between menu items.Classorg.zkoss.zkmax.zulZKoss (ZK)
NodeInfoRepresent a node in a ZUML metainfo tree.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
NonFellowDecorates Component to denote that the component won't become a fellow of the ID space it belongs.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
NonRootContextJQueryRenderPatchUsed to patch the rendering result of a ZK portlet for Liferay.Classorg.zkoss.zkplus.liferayZKoss (ZK)
ObjectPropertyAccessAn Object proeprty typeSince:8.Classorg.zkoss.zk.ui.sysZKoss (ZK)
OGNLFactoryAn implementation based on OGNL.Classorg.zkoss.zkmax.xel.ognlZKoss (ZK)
OpenEntityManagerInViewListenerListener to init and cleanup the JPA entityManager automatically In WEB-INF/zk.Classorg.zkoss.zkplus.jpaZKoss (ZK)
OpenEventRepresents an event cause by user's opening or closing something at the client.Classorg.zkoss.zk.ui.eventZKoss (ZK)
OpenSessionInViewListenerListener to init and cleanup the hibernate session automatically, implement the Hibernate's "Open Session In View" pattern without JTA support.Classorg.zkoss.zkplus.hibernateZKoss (ZK)
OperationThis interface is for model sharer developer only, you rarely need to use this interface.Interfaceorg.zkoss.zkex.zul.implZKoss (ZK)
OperationExceptionThe operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.Classorg.zkoss.zk.uiZKoss (ZK)
OperationQueueA queue for storing Operation and is thread-safe.Classorg.zkoss.zkex.zul.implZKoss (ZK)
OperationQueueListenerThis class is for model sharer developer only, you rarely need to use this class.Interfaceorg.zkoss.zkex.zul.implZKoss (ZK)
OperationThreadThis class is for model sharer developer only, you rarely need to use this class.Classorg.zkoss.zkex.zul.implZKoss (ZK)
PageA page.Interfaceorg.zkoss.zk.uiZKoss (ZK)
PageActivationListenerUsed to notify an object stored in a page, when the session is going to be deactivated or has been activated.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
PageConfigRepresents the info used to initialize a page.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PageCtrlAddition interface to Page for implementation purpose.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PageDefinition It represents a ZUL page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
PageDefinitionsUtilities to retrieve page definitions.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
PageImplAn implementation of Page and PageCtrl.Classorg.zkoss.zk.ui.implZKoss (ZK)
PageRendererThe page render used to render a page.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PageRenderPatchA patch that is used to process the rendering result of a page.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PageSerializationListenerUsed to notify an object stored in a page, when the page is going to be serialized or has been deserialized.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ParseExceptionException thrown for illegal selector string.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
ParserClassorg.zkoss.zk.ui.metainfoZKoss (ZK)
ParserA parser that parses selector string and generates selector objects.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
PathA representation of a component path.Classorg.zkoss.zk.uiZKoss (ZK)
PerformanceMeterAn application-level listener to measure the performance of the processing of client Note: ZK doesn't fork another low-priority thread to call theInterfaceorg.zkoss.zk.ui.utilZKoss (ZK)
PieChartConfigThe pie chart property lets you control a variety of functional elements on the chart with {link org.Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
PollingServerPushA server-push implementation that is based on client-polling.Classorg.zkoss.zk.ui.implZKoss (ZK)
PortalchildrenThe column of Portallayout.Classorg.zkoss.zkmax.zulZKoss (ZK)
PortallayoutA portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.Classorg.zkoss.zkmax.zulZKoss (ZK)
PortalMoveEventRepresents an event caused by a portal being moved.Classorg.zkoss.zkmax.ui.eventZKoss (ZK)
ProcessPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
PrologAllowed if it is able to generate the specified prolog before its real content.Interfaceorg.zkoss.zk.ui.ext.renderZKoss (ZK)
PropertiesProxyClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
PropertiesRendererA renderer used to render custom properties for particular components.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PropertyInformation about how to initialize a property (a.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
PropertyAccessA property access interface to speed up Java reflection performance.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
PropertyNotFoundExceptionRepresents the a property (a.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ProxyEventUsed to proxy another event.Classorg.zkoss.zk.ui.implZKoss (ZK)
PseudoClassThe model representing a pseudo class in SelectorSince:6.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
PseudoClassDefThe model of pseudo class definitionSince:6.Interfaceorg.zkoss.zk.ui.select.implZKoss (ZK)
PseudoElementThe model representing a pseudo element in SelectorSince:8.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
RadiogroupSelectedItemConverterConvert Radiogroup selected item to radio value and vice versa.Classorg.zkoss.zkplus.databindZKoss (ZK)
RawIdDecorates Component to denote that the UUID (Component.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
Readonly that a component can be set to readonly.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
ReferenceBindingHandlerImplClassorg.zkoss.zkex.bind.implZKoss (ZK)
ReflectionsA collection of reflection utilities.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
Reflections .FieldRunnerInterfaceorg.zkoss.zk.ui.select.impl.ReflectionsZKoss (ZK)
Reflections .MethodRunnerInterfaceorg.zkoss.zk.ui.select.impl.ReflectionsZKoss (ZK)
RendersUtilities to embed ZK component(s) as a native JSF component, a JSP tag, Zimlet or others.Classorg.zkoss.zkplus.embedZKoss (ZK)
Renders .PageRendererA special page renderer that renders a page without generating the HTML tag of the page.Classorg.zkoss.zkplus.embed.RendersZKoss (ZK)
RenderUtilsClassorg.zkoss.zkmax.zul.fusionchart.renderZKoss (ZK)
RenderUtils .DefalutRendererClassorg.zkoss.zkmax.zul.fusionchart.render.RenderUtilsZKoss (ZK)
RequestInfoThe request information used with UiFactory.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
RequestInfoImplAn implementation of RequestInfo.Classorg.zkoss.zk.ui.implZKoss (ZK)
RequestInterceptorUsed to intercept the requests for the ZK Loader and Update Engine.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
RequestOutOfSequenceExceptionIndicates a request is out-of-sequence, and the request shall be ignored.Classorg.zkoss.zk.auZKoss (ZK)
RequestQueueA queue of AuRequest.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
RequestQueueImplAn implementation of RequestQueue behaving as a queue of AuRequest.Classorg.zkoss.zk.ui.implZKoss (ZK)
ResolverMapA Map interface on top of VariableResolver.Classorg.zkoss.zkmax.xel.utilZKoss (ZK)
ResolverProxyA proxy used to access VariableResolver andSince:5.Classorg.zkoss.zkmax.xel.ognlZKoss (ZK)
ResponseHeaderInfoRepresents a setting of a response header.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ResponsiveThemeRegistryA standard implementation of ThemeRegistry, used in ZK EE Used to keep track of a separate list of available tablet themes.Classorg.zkoss.zkmax.themeZKoss (ZK)
RhinoInterpreterRhino-based JavaScript interpreter.Classorg.zkoss.zk.scripting.rhinoZKoss (ZK)
RichletDefines methods that all richlets must implement.Interfaceorg.zkoss.zk.uiZKoss (ZK)
RichletConfigA richlet configuration object used by a richlet container to pass information to a richlet during initialization.Interfaceorg.zkoss.zk.uiZKoss (ZK)
RichletConfigImplAn implementation of RichletConfig.Classorg.zkoss.zk.ui.implZKoss (ZK)
RichletFilterA filter used for ZK Richlet To enable this filter, you can specify the following statement into web.Classorg.zkoss.zk.ui.httpZKoss (ZK)
RowchildrenRowchildren component is used for placing components inside the grid created by rowlayout component.Classorg.zkoss.zkmax.zulZKoss (ZK)
RowlayoutDivide the parent container into a row of equal-width columns separated by spacings.Classorg.zkoss.zkmax.zulZKoss (ZK)
SchedulerA scheduler that is able to schedule a task to execute asynchronously.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ScopeRepresents a scope of attributes.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
ScopeListenerA listener used to listen whether a scope (Scope) is changed.Interfaceorg.zkoss.zk.ui.extZKoss (ZK)
ScopeListenersUtilities to implement Scope.Classorg.zkoss.zk.ui.implZKoss (ZK)
ScopesUtilities to manage the current scope (Scope).Classorg.zkoss.zk.ui.extZKoss (ZK)
ScriptManagerA manager to manage the script of WPD.Interfaceorg.zkoss.zk.ui.httpZKoss (ZK)
ScriptManagerImplThe default implementation of the script manager (ScriptManager).Classorg.zkoss.zk.ui.httpZKoss (ZK)
ScriptManagerImplThe implementation of the script manager (ScriptManager).Classorg.zkoss.zkmax.ui.httpZKoss (ZK)
ScrollEventRepresents an event caused by that user is scrolling or has scrolled at the client.Classorg.zkoss.zk.ui.eventZKoss (ZK)
ScrollEventExtRepresents an event caused by that user is scrolling or has scrolled at the client for Biglistbox component and provides more informationClassorg.zkoss.zkmax.zul.eventZKoss (ZK)
ScrollviewA container that can scroll containing elements on touch devices.Classorg.zkoss.zkmax.zulZKoss (ZK)
SelectboxListModelConverterThe TypeConverter implementation for converting collection to ListModel of a gridSince:6.Classorg.zkoss.zkplus.databindZKoss (ZK)
SelectedComboitemConverterConvert the selected item of combobox to bean.Classorg.zkoss.zkplus.databindZKoss (ZK)
SelectedItemConverterConvert selected item to bean and vice versa.Classorg.zkoss.zkplus.databindZKoss (ZK)
SelectEventRepresents an event cause by user's the list selection is changedAuthor:tomyehSee Also:Serialized FormClassorg.zkoss.zk.ui.eventZKoss (ZK)
SelectEvent .SelectedObjectHandlerInterfaceorg.zkoss.zk.ui.event.SelectEventZKoss (ZK)
SelectionEventRepresents an event cause by user's the active selection which is a highlighted block of text.Classorg.zkoss.zk.ui.eventZKoss (ZK)
SelectorThe model representing a selector.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
Selector .CombinatorClassorg.zkoss.zk.ui.select.impl.SelectorZKoss (ZK)
SelectorComposerA composer analogous to GenericForwardComposer.Classorg.zkoss.zk.ui.selectZKoss (ZK)
SelectorComposer .UtilityHandlerAn interface for SelectorComposer's functionality plug-in.Interfaceorg.zkoss.zk.ui.select.SelectorComposerZKoss (ZK)
SelectorComposer .UtilityHandlerImplDefault skeletal implementation of SelectorComposer.Classorg.zkoss.zk.ui.select.SelectorComposerZKoss (ZK)
SelectorsA collection of selector related utilities.Classorg.zkoss.zk.ui.selectZKoss (ZK)
Selectors .ComposerEventListenerClassorg.zkoss.zk.ui.select.SelectorsZKoss (ZK)
SelectorsExtClassorg.zkoss.zkmax.ui.selectZKoss (ZK)
SelectorsExt .ExtendedUtilityHandlerImplClassorg.zkoss.zkmax.ui.select.SelectorsExtZKoss (ZK)
SEORendererA plugin that an application could add to generate application-specific SEO content.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
SerializableAwareAn extra interface implemented by an interpreter (Interpreter) if it supports serialization.Interfaceorg.zkoss.zk.scriptingZKoss (ZK)
SerializableAware .FilterThe filter used with SerializableAware.Interfaceorg.zkoss.zk.scripting.SerializableAwareZKoss (ZK)
SerializableEventListenerA serializable event listener that will be notified when an event occurs, if it is registered to Component.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
SerializableSessionSerializable Session.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SerializableUiFactoryThe serializable implementation of UiFactory.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SeriesPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
ServerPushRepresents a server-push controller.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
ServerPushEventQueueThe default implementation of the server-push based event queueSince:5.Classorg.zkoss.zk.ui.event.implZKoss (ZK)
Session To get the current session, use Sessions.Interfaceorg.zkoss.zk.uiZKoss (ZK)
SessionActivationListenerUsed to notify an object stored in a session, when the session is going to be deactivated or has been activated.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
SessionCacheThe cache for storing ZK sessions.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
SessionCleanupUsed to clean up a session.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
SessionCtrlAdditional interface of Session for implementation.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
SessionDesktopCacheProviderA implementation of DesktopCacheProvider that stores all desktops from the same session in one desktop cache.Classorg.zkoss.zk.ui.implZKoss (ZK)
SessionInitUsed to initialize a session when it is created.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
SessionResolverUsed with SessionsCtrl.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
SessionResolverImplAn implementation of session resolver (SessionResolver) based on HTTP request.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SessionsUtilities to access Session.Classorg.zkoss.zk.uiZKoss (ZK)
SessionsCtrlAn additional utilities for implementation related to Session.Classorg.zkoss.zk.ui.sysZKoss (ZK)
SessionSerializationListenerUsed to notify an object stored in a session, when the session is going to be serialized or has been deserialized.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ShadowDefinitionImplA shadow element definition.Classorg.zkoss.zk.ui.metainfo.implZKoss (ZK)
ShadowElementA shadow element can allow to have a set of shadow elements to work with a component tree and it can also support with ZK MVVM to dynamically change theInterfaceorg.zkoss.zk.uiZKoss (ZK)
ShadowElementCtrlAn addition interface to ShadowElementSince:8.Interfaceorg.zkoss.zk.uiZKoss (ZK)
ShadowElementsCtrlUtilities for implementing components.Classorg.zkoss.zk.ui.sysZKoss (ZK)
ShadowInfoRepresent a shadow element.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ShowWindowEventListenerThe default listener to show a modal window for login and other things.Classorg.zkoss.zkplus.acegiZKoss (ZK)
SimpleDesktopCacheA simple implementation of DesktopCache.Classorg.zkoss.zk.ui.implZKoss (ZK)
SimpleEvaluatorA simple implementation of Evaluator.Classorg.zkoss.zk.xel.implZKoss (ZK)
SimpleFusionchartEngineClassorg.zkoss.zkmax.zul.fusionchart.implZKoss (ZK)
SimpleListModelSharerSimpleListModelSharer is a simple implementation of ListModelSharer Available in ZK PE and ZK EE.Classorg.zkoss.zkex.zulZKoss (ZK)
SimpleScopeA simple implementation of Scope.Classorg.zkoss.zk.ui.implZKoss (ZK)
SimpleSelectorSequenceThe model representing a sequence of simple selectors.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
SimpleSessionA non-serializable implementation of Session.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SimpleSessionCacheA simple implementation of SessionCache.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SimpleUiFactoryThe default implementation of UiFactory.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SimpleWebAppA servlet-based Web application.Classorg.zkoss.zk.ui.httpZKoss (ZK)
SingleValueCategoryChartConfigThe chartPropery and categoryPropertiesMap property let you control a variety of functional elements on the chart (or a single category) Classorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
SizeEventRepresents an event caused by a component being re-sized.Classorg.zkoss.zk.ui.eventZKoss (ZK)
SortEventRepresents an event that indicates a sorting request to data.Classorg.zkoss.zk.ui.eventZKoss (ZK)
SortEventExtRepresents an event that indicates a sorting request to data for Biglistbox, and provides more information about the column index.Classorg.zkoss.zkmax.zul.eventZKoss (ZK)
SpringTransactionSynchronizationListenerListener to make sure each ZK thread got the same ThreadLocal value of the spring's org.Classorg.zkoss.zkplus.springZKoss (ZK)
SpringUtilSpringUtil, a Spring utility.Classorg.zkoss.zkplus.springZKoss (ZK)
StandardBiMapA general-purpose bimap implementation using any two backing MapAuthor:Kevin Bourrillion, Mike BostockSee Also:Serialized FormClassorg.zkoss.zkmax.bind.extZKoss (ZK)
StandardThemeProviderA standard implementation of ThemeProvider for ZK PE, which works with the Breeze series themesClassorg.zkoss.zkex.themeZKoss (ZK)
StandardThemeProviderA standard implementation of ThemeProvider for ZK EE, which works with the Breeze series themes, and also supports standard-derived tablet themesClassorg.zkoss.zkmax.themeZKoss (ZK)
StandardThemeProviderClassorg.zkoss.zkplus.themeZKoss (ZK)
StaticIdGeneratorUse this generator will generate fixed uuid for each component.Classorg.zkoss.zk.ui.implZKoss (ZK)
StatisticAn implementation of Monitor to accumulate statistic data It has no effect until you specify it in WEB-INF/zk.Classorg.zkoss.zk.ui.utilZKoss (ZK)
StorageA storage interface is used for ZK web application to store application data with a string key and a data type value.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
StringPropertyAccessA String property class.Classorg.zkoss.zk.ui.sysZKoss (ZK)
StubComponentA stub component is a 'degenerated' component that does not maintain the states at the server.Classorg.zkoss.zk.ui.sysZKoss (ZK)
StubEventThe event sent from a stub component (StubComponent.Classorg.zkoss.zk.ui.eventZKoss (ZK)
StubsComponentRepresents a tree of StubComponent that are merged into a single component.Classorg.zkoss.zk.ui.sysZKoss (ZK)
SubscribeAnnotation for subscribing an EventQueue with the annotated method.Classorg.zkoss.zkmax.ui.select.annotationZKoss (ZK)
SuspendNotAllowedExceptionDenotes the current event processing thread cannot be suspended because there are too many suspended threads.Classorg.zkoss.zk.uiZKoss (ZK)
SwipeEventRepresents an event that indicates swipe on a component and provides information about the swipe displacement, duration and direction.Classorg.zkoss.zk.ui.eventZKoss (ZK)
SynchronizedScopeA synchronized scope.Classorg.zkoss.zk.ui.implZKoss (ZK)
TabboxEngineImplAn implementation engine for tabbox with model.Classorg.zkoss.zkmax.zul.implZKoss (ZK)
TabboxSelectedTabConverterConvert Tabbox selected Tab to Tab label and vice versa.Classorg.zkoss.zkplus.databindZKoss (ZK)
TablechildrenThe cell of Tablelayout.Classorg.zkoss.zkmax.zulZKoss (ZK)
TablelayoutTablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified toClassorg.zkoss.zkmax.zulZKoss (ZK)
TabletThemeProviderA Tablet Theme ProviderSince:6.Classorg.zkoss.zkmax.initZKoss (ZK)
TbeditorA component which is similar to ckeditor but is lightweight and efficient.Classorg.zkoss.zkmax.zulZKoss (ZK)
TemplateRepresents a UI template that is used to create components.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
TemplateInfoRepresent a template element.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
TemplateResolverImplThe resolver resolves template and handles template changesSince:6.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
TemplatesUtils for looking up template.Classorg.zkoss.zk.uiZKoss (ZK)
TextInfoClassorg.zkoss.zk.ui.metainfoZKoss (ZK)
ThemeProviderUsed to replace the theme defined in the language definitions (lang.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
ThemeProvider .AideUtilities to help the implementation of ThemeProvider to manipulate the URI such that it is able to use a different URIClassorg.zkoss.zk.ui.util.ThemeProviderZKoss (ZK)
ThemesUtilities for managing standard theme.Classorg.zkoss.zkplus.themeZKoss (ZK)
ThreadLocalListenerListener to make sure servlet thread and ZK event thread got the same ThreadLocal values.Classorg.zkoss.zkplus.utilZKoss (ZK)
ThreadLocalsThreadLocal related utilities.Classorg.zkoss.zkplus.utilZKoss (ZK)
TimepickerA combobox for holding a time (a java.Classorg.zkoss.zkmax.zulZKoss (ZK)
TokenThe model of Selector token.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
Token .TypeClassorg.zkoss.zk.ui.select.impl.TokenZKoss (ZK)
TokenizerA tokenizer of selector string.Classorg.zkoss.zk.ui.select.implZKoss (ZK)
TrackerImplExClassorg.zkoss.zkmax.bind.implZKoss (ZK)
TrackerImplEx .EqualBeansMapExClassorg.zkoss.zkmax.bind.impl.TrackerImplExZKoss (ZK)
TreeBuilderA tree builder for parsing a page to DocumentSince:8.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
TreeBuilderFactoryA tree builder factory to load a parser dynamicallySince:8.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
TrendLinePropertiesListClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
TypeConverterConverter to cast object class between UI Component attribute and backend data bean property.Interfaceorg.zkoss.zkplus.databindZKoss (ZK)
UiEngineUI engine is responsible to process requests from the client, sends the response back to the client with the assistance ofInterfaceorg.zkoss.zk.ui.sysZKoss (ZK)
UiEngineExtensionAn implementation of UiEngineImpl.Classorg.zkoss.zkmax.ui.implZKoss (ZK)
UiEngineImplAn implementation of UiEngine to create and update components.Classorg.zkoss.zk.ui.implZKoss (ZK)
UiEngineImpl .ExtensionAn interface used to extend the UI engine.Interfaceorg.zkoss.zk.ui.impl.UiEngineImplZKoss (ZK)
UiExceptionRepresents a UI-relevant runtime exception.Classorg.zkoss.zk.uiZKoss (ZK)
UiException .AideUtilities to wrap UiException.Classorg.zkoss.zk.ui.UiExceptionZKoss (ZK)
UiFactoryUsed to create Session, Desktop, Page, Component, Composer, and ServerPush.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
UiLifeCycleUsed to intercept the life cycle of UI, such as ComponentSince:3.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
UploadEventRepresents that user has uploaded one or several files from the client to the server.Classorg.zkoss.zk.ui.eventZKoss (ZK)
UploadInfoService and post events if the upload is completed.Classorg.zkoss.zk.au.httpZKoss (ZK)
UploadInfoService .DesktopInitClassorg.zkoss.zk.au.http.UploadInfoServiceZKoss (ZK)
URIEventThe URI update event used with onURIChange to notify that the associated URIClassorg.zkoss.zk.ui.eventZKoss (ZK)
URIInfoRepresents an URI and how to use the URI.Classorg.zkoss.zk.ui.utilZKoss (ZK)
URIInterceptorUsed to intercept the loading of ZUML pages associated with the specified URI.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
UtilsA collection of utilities for this package.Classorg.zkoss.zk.ui.httpZKoss (ZK)
UtilsUtilities to implement ZK.Classorg.zkoss.zk.ui.implZKoss (ZK)
UtilsUtilities to handle the metainfo.Classorg.zkoss.zk.xel.implZKoss (ZK)
UtilsClassorg.zkoss.zkmax.zul.fusionchart.implZKoss (ZK)
ValueExpressionImplExAn extension of ValueExpressionImpl to do a lazy initiating EL expression construction.Classorg.zkoss.zkmax.bind.implZKoss (ZK)
VariableResolverAnnotation for adding variable resolvers to a SelectorComposer.Classorg.zkoss.zk.ui.select.annotationZKoss (ZK)
VariableResolverInfoA definition of the variable resolver (VariableResolver).Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
VariablesInfoThe information about the variables element in the ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
VersionThe ZK version info.Classorg.zkoss.zkZKoss (ZK)
VersionThe version of the ZUL extension.Classorg.zkoss.zkexZKoss (ZK)
VersionThe version of the ZK Performance Maximization Addon.Classorg.zkoss.zkmaxZKoss (ZK)
VersionThe version of the ZK Plus utilities.Classorg.zkoss.zkplusZKoss (ZK)
VisibilityChangeEventThe VisibilityChangeEvent is used to notify current page/tab's visibility state.Classorg.zkoss.zk.ui.eventZKoss (ZK)
VisualizerA part of Execution for visualizing the components whose visual parts are modified.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
VolatilePageA page that does not really exist at the client.Classorg.zkoss.zk.ui.implZKoss (ZK)
WcsExtendletThe extendlet to handle WCS (widget CSS).Classorg.zkoss.zk.ui.httpZKoss (ZK)
WebAppRepresents a Web application.Interfaceorg.zkoss.zk.uiZKoss (ZK)
WebAppCleanupUsed to initialize a ZK application when it about to be destroyed.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
WebAppCtrlAdditional interface of WebApp for implementation.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
WebAppFactoryThe factory used to instantiate the instance of WebApp.Interfaceorg.zkoss.zk.ui.sysZKoss (ZK)
WebAppFactoryImplA web app factory implementation.Classorg.zkoss.zk.ui.sysZKoss (ZK)
WebAppInitUsed to initialize a ZK application when it is created.Interfaceorg.zkoss.zk.ui.utilZKoss (ZK)
WebAppInitThe initialization of zkmax.Classorg.zkoss.zkmax.initZKoss (ZK)
WebAppsUtilities related to the Web application.Classorg.zkoss.zk.uiZKoss (ZK)
WebAppsCtrlAn additional utilities for implementation related to WebApp.Classorg.zkoss.zk.ui.sysZKoss (ZK)
WebManagerA bridge between Web server and ZK.Classorg.zkoss.zk.ui.httpZKoss (ZK)
WebManagerActivationListenerA listener that will be invoked when the Web manager is created (a.Interfaceorg.zkoss.zk.ui.httpZKoss (ZK)
WidgetAttributeRepresents a DOM attribute of the peer widget.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
WidgetDefinitionA widget definition.Interfaceorg.zkoss.zk.ui.metainfoZKoss (ZK)
WidgetDefinitionImplAn implementation of WidgetDefinition.Classorg.zkoss.zk.ui.metainfo.implZKoss (ZK)
WidgetListenerRepresents a client-side event listener for the peer widget.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
WidgetOverrideRepresents a method of the peer widget.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
WireAnnotation for specifying components to wire.Classorg.zkoss.zk.ui.select.annotationZKoss (ZK)
WireVariableAnnotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers.Classorg.zkoss.zk.ui.select.annotationZKoss (ZK)
WpdExtendletThe extendlet to handle WPD (Widget Package Descriptor).Classorg.zkoss.zk.ui.httpZKoss (ZK)
WpdsUtilities to used with WPD files.Classorg.zkoss.zk.ui.httpZKoss (ZK)
WrongValueExceptionDenotes the value passed to a setter (a.Classorg.zkoss.zk.uiZKoss (ZK)
WrongValuesExceptionDenotes an exception that is an aggregation of multiple WrongValueException.Classorg.zkoss.zk.uiZKoss (ZK)
XelELMapperAn EL function mapper that is based on a XEL function mapper.Classorg.zkoss.zkmax.xel.elZKoss (ZK)
XelELMapperAn EL function mapper that is based on a XEL function mapper.Classorg.zkoss.zkmax.xel.el21ZKoss (ZK)
XelELResolverAn EL variable resolver that is based on a XEL variable resolver.Classorg.zkoss.zkmax.xel.elZKoss (ZK)
XelELResolverA simple implementation of ELResolver.Classorg.zkoss.zkmax.xel.el21ZKoss (ZK)
XmlContentRendererAn implementation of ContentRenderer that renders the content as a Xml attribute (i.Classorg.zkoss.zk.ui.sysZKoss (ZK)
XmlTreeBuilderA tree builder for parsing XML formatSince:8.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
XYChartConfigClassorg.zkoss.zkmax.zul.fusionchart.configZKoss (ZK)
XYChartConfig .AxisPropertiesMapClassorg.zkoss.zkmax.zul.fusionchart.config.XYChartConfigZKoss (ZK)
ZIndexEventRepresents an event caused by a component whose z-index is modifiedAuthor:tomyehSee Also:Serialized FormClassorg.zkoss.zk.ui.eventZKoss (ZK)
ZkAccessDeniedHandlerUsed by ExceptionTranslationFilter to handle an AccessDeniedException.Classorg.zkoss.zkplus.acegiZKoss (ZK)
ZkAuthenticationEntryPointThis implementation would forward to onAcegiLogin event and popup a login page.Classorg.zkoss.zkplus.acegiZKoss (ZK)
ZkAuthenticationProcessingFilterThis implementation process zk specific popup login page.Classorg.zkoss.zkplus.acegiZKoss (ZK)
ZkEventExceptionFilterUsed to fire exception in the ZK's event processing queue (Used with MethodSecurityInterceptor).Classorg.zkoss.zkplus.acegiZKoss (ZK)
ZkFnsUtilities for using XEL in ZUL.Classorg.zkoss.zk.fnZKoss (ZK)
ZkInfoRepresents the zk element in a ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ZkTokenBasedRememberMeServicesget rememberme from request's attribute rather than request's parameter.Classorg.zkoss.zkplus.acegiZKoss (ZK)
ZKWebSocketA web socket util classSince:8.Classorg.zkoss.zk.ui.httpZKoss (ZK)
ZScriptRepresents a zscript content.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ZScriptInfoRepresents a zscript element.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
ZScriptInitiatorAn initiator used to evaluate a zscript file.Classorg.zkoss.zk.ui.implZKoss (ZK)
ZumlExtendletThe ZUML resource processor used to parse the ZUML files loaded from the classpath.Classorg.zkoss.zk.ui.httpZKoss (ZK)