Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.zkoss.zk.ui Classes and Interfaces - 345 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)
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)
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)
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)
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)
BasicPseudoClassDefsThe default set of pseudo classes in Selector.Classorg.zkoss.zk.ui.select.implZKoss (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)
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)
CallbackA callback interface to execute in some circumstance.Interfaceorg.zkoss.zk.ui.utilZKoss (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)
CheckEventRepresents an event cause by user's check a state at the client.Classorg.zkoss.zk.ui.eventZKoss (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)
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)
DataHandlerInfoA data handler info for Configuration to use.Classorg.zkoss.zk.ui.utilZKoss (ZK)
DeferrableUsed to decorate EventListener to denote whether the event for the listener can be deferred.Interfaceorg.zkoss.zk.ui.eventZKoss (ZK)
DefinitionLoadersUtilities to load language definitions.Classorg.zkoss.zk.ui.metainfoZKoss (ZK)
DefinitionNotFoundExceptionDenotes a definition cannot be found.Classorg.zkoss.zk.ui.metainfoZKoss (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)
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)
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)
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)
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)
ErrorEventRepresents an event cause by user's entering a wrong data or clearing the last wrong data.Classorg.zkoss.zk.ui.eventZKoss (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)
EventQueuesUtilities to access the event queue.Classorg.zkoss.zk.ui.eventZKoss (ZK)
EventsUtilities to handle events.Classorg.zkoss.zk.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)
ExecutionsUtilities to access Execution.Classorg.zkoss.zk.uiZKoss (ZK)
ExecutionsCtrlAdditional utilities for Execution.Classorg.zkoss.zk.ui.sysZKoss (ZK)
FailoverManagerRepresents a class that is able to handle fail-over in the application specific way.Interfaceorg.zkoss.zk.ui.sysZKoss (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)
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)
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)
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)
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)
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)
HeaderInfoRepresents a header element, such as and directives on the ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (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)
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)
Includer it might include another ZUML page.Interfaceorg.zkoss.zk.ui.extZKoss (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)
IntPropertyAccessAn int property class.Classorg.zkoss.zk.ui.sysZKoss (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)
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)
ListenAnnotation for specifying Event handling in SelectorComposer.Classorg.zkoss.zk.ui.select.annotationZKoss (ZK)
MacroInterfaceorg.zkoss.zk.ui.extZKoss (ZK)
MacroDefinitionThe macro component definition.Classorg.zkoss.zk.ui.metainfo.implZKoss (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)
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)
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)
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)
ObjectPropertyAccessAn Object proeprty typeSince:8.Classorg.zkoss.zk.ui.sysZKoss (ZK)
OpenEventRepresents an event cause by user's opening or closing something at the client.Classorg.zkoss.zk.ui.eventZKoss (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)
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)
PollingServerPushA server-push implementation that is based on client-polling.Classorg.zkoss.zk.ui.implZKoss (ZK)
PrologAllowed if it is able to generate the specified prolog before its real content.Interfaceorg.zkoss.zk.ui.ext.renderZKoss (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)
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)
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)
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)
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)
ResponseHeaderInfoRepresents a setting of a response header.Classorg.zkoss.zk.ui.metainfoZKoss (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)
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)
ScrollEventRepresents an event caused by that user is scrolling or has scrolled at the client.Classorg.zkoss.zk.ui.eventZKoss (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)
SEORendererA plugin that an application could add to generate application-specific SEO content.Interfaceorg.zkoss.zk.ui.sysZKoss (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)
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)
SimpleDesktopCacheA simple implementation of DesktopCache.Classorg.zkoss.zk.ui.implZKoss (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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
ZIndexEventRepresents an event caused by a component whose z-index is modifiedAuthor:tomyehSee Also:Serialized FormClassorg.zkoss.zk.ui.eventZKoss (ZK)
ZkInfoRepresents the zk element in a ZUML page.Classorg.zkoss.zk.ui.metainfoZKoss (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)