All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbortByRemoveDesktop |
The aborting reason when the remove-desktop command is received.
|
| AbortBySendRedirect |
The aborting reason for send-redirect.
|
| AbortingReason |
The aborting reason used to abort the current execution.
|
| AbstractComponent |
|
| AbstractComponent.ForwardInfo |
|
| AbstractComponent.TargetInfo |
|
| AbstractExecution |
|
| AbstractPage |
A skeletal implementation of Page.
|
| AbstractUiFactory |
|
| AbstractWebApp |
A skeletal implementation of WebApp.
|
| ActivationTimeoutException |
Indicates the activation of an execution is taking too long.
|
| AfterCompose |
Implemented by a component if it wants to know when ZK loader created it.
|
| AfterSizeEvent |
Represents an event that resize a component and provides
the new size of the component.
|
| AggregationListener |
A listener to gather some non-predefined listeners
|
| AjaxDevice |
Represents a Web browser with the Ajax support.
|
| Annotation |
The common interface extended by all annotation types.
|
| AnnotationHelper |
A helper class used to parse annotations.
|
| AnnotationMap |
|
| ArithmeticWrongValueException |
For ArithmeticException wrong value wrapper.
|
| Attribute |
The model representing an attribute in Selector.
|
| Attribute.Operator |
|
| Attributes |
Attributes used internally for implementation only.
|
| Attributes |
Attributes or library properties to customize the behaviors of ZK,
such as page rending, fileupload and so on.
|
| AttributesInfo |
|
| AuAlert |
A response to ask client to show an alert.
|
| AuAppendChild |
A response to insert an unparsed HTML as the last child of
the specified component at the client.
|
| AuBookmark |
A response to ask the client to bookmark the desktop.
|
| AuClearBusy |
A response to ask the client to clear the busy message.
|
| AuClearWrongValue |
A response to ask the client to close the error messages belonging
the specified component, if any.
|
| AuClientInfo |
A response to ask the browser to send back its information.
|
| AuConfirmClose |
A response to ask the client to show a confirm dialog when an user tries
to close the browser window.
|
| AuDecoder |
Used to decode the custom format of the AU requests.
|
| AuDownload |
A response to ask the client to download the specified URI.
|
| AuDynaMediar |
|
| AuEcho |
A response to ask client to send a dummy request back to the server.
|
| AuEchoGlobal |
A response to ask client to send the specified event for all qualified desktops.
|
| AuExtension |
An AU service is a small Java program that can be plugged
into DHtmlUpdateServlet to extend its functionality.
|
| AuExtensionRequest |
Represents a request for an AU extension ( AuExtension).
|
| AuFocus |
A response to set focus to the specified component at the client.
|
| AuHistoryState |
A response to ask the client to push a state to history entry.
|
| AuInsertAfter |
A response to insert an unparsed HTML after the specified component
at the client.
|
| AuInsertBefore |
A response to insert an unparsed HTML before the specified component
at the client.
|
| AuInvoke |
A response to ask the client to invoke a function.
|
| AuLoadCSS |
Loads a CSS file to client.
|
| AuLoadScript |
Loads a JavaScript file to client and execute it.
|
| AuLog |
Logs the message to the client.
|
| AuMoveBy |
A response to ask the client to move the desktop (a.k.a., the browser window)
relatively (in pixels).
|
| AuMoveTo |
A response to ask the client to move the desktop (a.k.a., the browser window)
to specified location (in pixel).
|
| AuMultipartUploader |
An AU handler to process multipart content.
|
| AuNotification |
The au object for notification.
|
| AuObsolete |
A response to denote the desktop might become obsolete.
|
| AuOuter |
A response to ask client to 'outer' the widgets and all its
descendants of the associate specified component or page.
|
| AuPrint |
A response to ask the client to print the desktop (a.k.a., the browser window).
|
| AuRedirect |
The AU processor to handle the HTTP redirect via status 302.
|
| AuRemove |
A response to remove the specified component at the client.
|
| AuRequest |
A request sent from the client to the server.
|
| AuRequests |
|
| AuResizeBy |
A response to ask the client to resize the desktop (a.k.a., the browser window)
relatively (in pixels).
|
| AuResizeTo |
A response to ask the client to resize the desktop (a.k.a., the browser window)
to specified size (in pixel).
|
| AuResizeWidget |
Used to force ZK Client re-calculate the size of the widget at the client.
|
| AuResponse |
A response sent from the server to the client via
UiEngine.
|
| AuResponse.JSONComponent |
|
| AuResponse.JSONDate |
|
| AuScript |
A response to ask the client to execute the specified client scripts.
|
| AuScrollBy |
A response to ask the client to scroll the desktop (a.k.a., the browser window)
relatively (in pixels).
|
| AuScrollIntoView |
Scrolls the ancestors to make the component visible.
|
| AuScrollTo |
A response to ask the client to scroll the desktop (a.k.a., the browser window)
to specified location (in pixel).
|
| AuSelect |
A response to select a portion of the specified component at the client.
|
| AuSendRedirect |
A response to send a temporary redirect response to the client
using the specified redirect location URL.
|
| AuService |
An AU request service used to handle the AU requests ( AuRequest).
|
| AuSetAttribute |
A response to set the attribute of the specified component at the client.
|
| AuSetAttributes |
A response to set successive attributes of the specified component at the client.
|
| AuSetTitle |
A response to ask the client to set the title (of window).
|
| AuShowBusy |
A response to ask the client to show the busy message such that
the user knows the system is busy.
|
| AuSubmitForm |
A response to ask the client to submit the form with the specified ID,
if any.
|
| AuSyncErrorbox |
A response to ask the client to sync errorboxes in the desktop
|
| AuUuid |
Rename the UUID.
|
| AuWriter |
Represents a writer that is used to send the output back to the client,
when processing AuRequest.
|
| AuWriters |
Utilities to instantiate an implementation of AuWriter.
|
| AuWrongValue |
A response to tell the client a component's value is wrong.
|
| BasicPseudoClassDefs |
The default set of pseudo classes in Selector.
|
| BeforeCompose |
Implemented by a component if it wants to know when ZK loader created it.
|
| Blockable |
An interface that allows a Component to specify when
to block an AuRequest from client, for security control.
|
| BookmarkEvent |
The bookmark update event used with onBookmarkChange
to notify that user pressed BACK, FORWARD or others
that causes the bookmark changed (but still in the same desktop).
|
| BooleanPropertyAccess |
A Boolean property access class.
|
| BSHInterpreter |
The interpreter that uses BeanShell to interpret zscript codes.
|
| Callback<T> |
A callback interface to execute in some circumstance.
|
| CharSequenceIterator |
A char Iterator implementation for Selector tokenizer.
|
| CharsetFinder |
Represents a class that decides the character set based on the
content type and the real content.
|
| CheckEvent |
Represents an event cause by user's check a state at the client.
|
| ClientInfoEvent |
The onClientInfo event is used to notify the client's information, such
as time zone and screen resolutions.
|
| Clients |
|
| CloneableEventListener<T extends Event> |
|
| Command |
Marker annotation to identify a Command method for Composer
to use.
|
| Component |
An UI component.
|
| ComponentActivationListener |
Used to notify an object stored in a component, when the session
is going to be deactivated or has been activated.
|
| ComponentAnnotation |
|
| ComponentCloneListener |
Used to notify an object stored in a component, when the
component is cloned.
|
| ComponentCtrl |
An addition interface to Component
that is used for implementation or tools.
|
| ComponentDefinition |
A component definition.
|
| ComponentDefinitionImpl |
|
| ComponentDefinitionMap |
A map of component definitions.
|
| ComponentInfo |
Represents a component instance defined in a ZUML page.
|
| ComponentIterator |
An implementation of Iterator<Component> that realizes the selector matching
algorithm.
|
| ComponentLocalProperties |
A collection of utilities that check local properties of Components.
|
| ComponentMatchCtx |
A wrapper of Component, providing a context for selector matching algorithm.
|
| ComponentNotFoundException |
Denotes a component cannot be found.
|
| ComponentRedraws |
|
| Components |
|
| ComponentsCtrl |
Utilities for implementing components.
|
| ComponentSerializationListener |
Used to notify an object stored in a component, when the component
is going to be serialized or has been deserialized.
|
| Composer<T extends Component> |
Represents a composer to initialize a component (or a component of tree)
when ZK loader is composing a component.
|
| ComposerExt<T extends Component> |
An addition interface implemented with Composer to provide
more control.
|
| Composition |
Composition manager that compose the given components into a whole page per
the "insert" components and "define" components annotations.
|
| Condition |
A condition to test with.
|
| ConditionImpl |
An utility to simplify the implementation of Condition.
|
| ConfigParser |
Used to parse WEB-INF/zk.xml, metainfo/zk/zk.xml
and metainfo/zk/config.xml into Configuration.
|
| ConfigParser |
A configuration parser is an application-specific parser
to parse the configurations in zk.xml.
|
| Configuration |
The ZK configuration.
|
| ContentRenderer |
|
| ConventionWires |
Utilities to wire variables by name conventions.
|
| CreateEvent |
Used to notify a window that all its children are created and initialized.
|
| Cropper |
|
| CspProvider |
Used to provide Content Security Policy (CSP) headers and nonces.
|
| CspProviderImpl |
An CspProvider implementation for Csp functions
and applies.
|
| DataHandlerInfo |
|
| DefaultScriptErrorListener |
A Default Event Listener for handling client javascript error
|
| Deferrable |
Used to decorate EventListener to denote whether the event
for the listener can be deferred.
|
| DeferredValue |
|
| DefinitionLoaders |
Utilities to load language definitions.
|
| DefinitionNotFoundException |
Denotes a definition cannot be found.
|
| Desktop |
Represents a desktop.
|
| DesktopActivationListener |
Used to notify an object stored in a desktop, when the session
is going to be deactivated or has been activated.
|
| DesktopCache |
The cache used to store desktops.
|
| DesktopCacheProvider |
|
| DesktopCleanup |
Used to clean up a desktop.
|
| DesktopCtrl |
An addition interface to Desktop
for implementation.
|
| DesktopEventQueue<T extends Event> |
The default implementation of the desktop-scoped event queue ( EventQueue).
|
| DesktopImpl |
|
| DesktopInit |
Used to initialize a desktop when it is created.
|
| DesktopRecycle |
Used to recycle the desktop ( Desktop).
|
| DesktopRecycles |
|
| DesktopRecycles |
|
| DesktopSerializationListener |
Used to notify an object stored in a desktop, when the desktop
is going to be serialized or has been deserialized.
|
| DesktopUnavailableException |
Denotes the desktop being accessed is no longer available.
|
| Device |
Represents a client device.
|
| DeviceConfig |
Used to initialize a device ( Device).
|
| DeviceNotFoundException |
Denotes the interpreter of the requested device type is not found.
|
| Devices |
A manager of devices ( Device).
|
| DHtmlLayoutFilter |
Used to post-process the response into a ZK page.
|
| DHtmlLayoutPortlet |
The portlet used to process the request for a ZUML page.
|
| DHtmlLayoutServlet |
Used to process the request for a ZUML page.
|
| DHtmlResourceServlet |
Used to receive ZK resource from the server
|
| DHtmlUpdateServlet |
Used to receive command from the server and send result back to client.
|
| DigestUtilsHelper |
A helper class for class DigestUtils for md5 encoding, internal use only.
|
| DirectContent |
|
| Disable |
Implemented with Component to indicate
that a component can be disabled.
|
| DiskFileItemFactory |
A factory interface for creating FileItem and Media instances.
|
| DOMExceptionEvent |
Represents an event caused by DOMException at client.
|
| DragControl |
Decorates Component to denote that
the component will control the default drag-and-drop behavior
of its children.
|
| DropEvent |
Represents an event cause by user's dragging and dropping a component.
|
| DspFns |
Utilities to generate ZK related information in DSP pages.
|
| DynamicMedia |
Implemented by the object returned by ComponentCtrl.getExtraCtrl(),
if a component might have viewable parts other than HTML (WML, XAML
or any client language).
|
| DynamicPropertied |
Represents a component that supports a range of properties.
|
| DynamicTag |
Represents a component is used to represent a broad range of tags.
|
| ErrorEvent |
Represents an event cause by user's entering a wrong data
or clearing the last wrong data.
|
| Evaluator |
A ZK specific expression builder that is based on XEL.
|
| EvaluatorRef |
|
| Evaluators |
Utilities of evaluation.
|
| Event |
An event sent to the event handler of a component.
|
| EventHandler |
|
| EventHandlerMap |
|
| EventInterceptor |
The event interceptor used to intercept the processing of events.
|
| EventInterceptors |
|
| EventListener<T extends Event> |
|
| EventListenerMap |
Represents a map of event handlers and listeners.
|
| EventListenerMapCtrl |
An addition interface to EventListenerMap
that is used for implementation or tools.
|
| EventProcessingThread |
Represents an event processing thread.
|
| EventProcessingThreadImpl |
Thread to handle events.
|
| EventProcessor |
|
| EventQueue<T extends Event> |
An event queue.
|
| EventQueueProvider |
Used to instantiate an event queue.
|
| EventQueueProviderImpl |
|
| EventQueues |
Utilities to access the event queue.
|
| Events |
Utilities to handle events.
|
| EventThreadCleanup |
Used to clean the event processing thread.
|
| EventThreadInit |
Used to initialize the event processing thread.
|
| EventThreadResume |
Used to listen after the event processing thread is resumed.
|
| EventThreadSuspend |
Used to listen when the event processing thread is going to suspend.
|
| Execution |
An execution of a client request (e.g., ServletRequest).
|
| ExecutionCarryOver |
A utility to carry over the execution to a server-push thread.
|
| ExecutionCleanup |
Used to clean up an execution.
|
| ExecutionCtrl |
Additional interface to Execution
for implementation.
|
| ExecutionImpl |
An Execution implementation for HTTP request
and response.
|
| ExecutionInfo |
The information about the event being served by the current execution.
|
| ExecutionInit |
Used to initialize an execution when it is created.
|
| ExecutionMonitor |
An application-level listener to know when an execution is activated,
deactivated, or waiting for activation.
|
| ExecutionResolver |
A variable resolver that is based on the specified execution.
|
| Executions |
|
| ExecutionsCtrl |
|
| ExValue |
Used to represent a string value that might contain an expression.
|
| FailoverManager |
Represents a class that is able to handle fail-over in the
application specific way.
|
| ForEach |
Used to denote a collection of elements.
|
| ForEachImpl |
|
| ForEachStatus |
Represents the runtime information of each iteration caused by
ForEach.
|
| ForwardEvent |
Represents the event forwarded by the forward condition.
|
| ForwardInfo |
The forward directive in the ZUML page.
|
| FulfillEvent |
Represents the fulfill condition has been applied.
|
| FullComposer |
A decorative interface used with Composer (and/or ComposerExt)
to indicate that it requires the full control.
|
| FunctionMapperInfo |
A definition of the function mapper (FunctionMapper).
|
| GenericAutowireComposer<T extends Component> |
A skeletal composer that you can extend and write intuitive onXxx
event handler methods with "auto-wired" accessible variable objects such
as implicit objects, components, and external resolvable variables in a ZK
zuml page.
|
| GenericComposer<T extends Component> |
A skeletal composer that you can extend and write intuitive onXxx event handler methods;
this class will registers onXxx events to the supervised component automatically.
|
| GenericDevice |
A skeletal implementation of Device.
|
| GenericEventListener<T extends Event> |
An abstract event listener that you can extend and write intuitive onXxx event
handler methods; this class dispatch event to the implemented onXxx event handler methods
automatically.
|
| GenericForwardComposer<T extends Component> |
A skeletal composer that you can extend and write intuitive onXxx$myid
event handler methods with auto event forwarding and "auto-wired" accessible
variable objects such as embedded objects, components, and external
resolvable variables in a ZK zuml page; this class will add forward
condition to the myid source component and forward source onXxx
event received by the source myid component to the target onXxx$myid event
(as defined in this composer) of the supervised target component; of course
it will also registers onXxx$myid events to the supervised
component and wire all accessible variable objects to this composer by
calling setXxx() method or set xxx field value directly per the variable
name.
|
| GenericInitiator |
A skeletal implementation that provides does-nothing for all methods,
such that the deriving class needs only to implement the required method.
|
| GenericInterpreter |
A skeletal class for implementing a interpreter ( Interpreter).
|
| GenericRichlet |
Defines a generic richlet.
|
| GlobalDesktopCacheProvider |
A implementation of DesktopCacheProvider that stores all
desktops from the same Web application into one desktop cache.
|
| GroovyInterpreter |
Groovy interpreter.
|
| HeaderInfo |
Represents a header element, such as <?
|
| HierarchicalAware |
An extra interface implemented by an interpreter ( Interpreter)
if it supports the hierarchical scopes.
|
| HistoryPopStateEvent |
The history pop state event used with onHistoryPopState
to notify that user pressed BACK, FORWARD or others
that causes the history changed (but still in the same desktop).
|
| HtmlBasedComponent |
A skeletal implementation for HTML based components.
|
| HtmlMacroComponent |
The implementation of a macro component for HTML-based clients.
|
| HtmlNativeComponent |
A component used to represent XML elements that are associated
with the native namespace (http://www.zkoss.org/2005/zk/native).
|
| HtmlNativeComponent.HtmlHelper |
The HTML helper.
|
| HtmlPageRenders |
|
| HtmlPageRenders.RenderContext |
|
| HtmlShadowElement |
A skeleton of shadow element that represents as a shadow tree.
|
| HtmlShadowElement.Direction |
A help class for an insertion direction.
|
| HttpAuWriter |
The writer used to write the output back to the client.
|
| HttpSessionListener |
Used to clean up desktops that a session owns.
|
| HttpSessionListener23 |
The listener works with Servlet 2.3.
|
| I18Ns |
Internationalization utilities.
|
| IdGenerator |
Used to generate UUID of components and pages and ID of desktops.
|
| IdSpace |
Implemented by a component ( Component) and a page
( Page)
to denote that all its descendant and itself forms an independent ID space.
|
| Includer |
Implemented by a component to indicate that
it might include another ZUML page.
|
| Initiator |
Implemented by an initiator that will be invoked if it is specified
in the init directive.
|
| InitiatorExt |
An extra interface that can be implemented with Initiator to
have the better control.
|
| InitiatorInfo |
The init directive in the ZUML page.
|
| InputEvent |
Represents an event cause by user's input something at the client.
|
| IntegerPropertyAccess |
An Integer property class.
|
| Interpreter |
Represents an interpreter that can interpret the scripting codes.
|
| InterpreterNotFoundException |
Denotes the interpreter of the requested scripting language not found.
|
| Interpreters |
|
| IntPropertyAccess |
An int property class.
|
| JRubyInterpreter |
JRuby interpreter.
|
| JsContentRenderer |
An implementation of ContentRenderer that renders
the content as a JavaScript property (i.e., name: 'value').
|
| JSCumulativeContentRenderer |
An implementation of ContentRenderer that renders
the content as a JavaScript property (i.e., name: ['value', 'value1', ..]) cumulatively.
|
| JspFns |
Utilities to generate ZK related information in JSP pages.
|
| JythonInterpreter |
The Python interpreter based on jython.
|
| KeyEvent |
Represents a key pressed by the user.
|
| LanguageDefinition |
A definition of a language, such as xul.
|
| LegacyDesktopIdGenerator |
A legacy sequential desktop ID generator used in ZK before 9.6.0.
|
| Listen |
|
| Macro |
Implemented with Component to represent
a macro component.
|
| MacroDefinition |
The macro component definition.
|
| MaximizeEvent |
Represents an event caused by a component being maximized.
|
| MessageLoader |
The interface for loading messages as String output.
|
| MinimizeEvent |
Represents an event caused by a component being minimized.
|
| Monitor |
A listener to monitor the status of ZK engine.
|
| MouseEvent |
Represents an event cause by mouse activity.
|
| MoveEvent |
Represents an event caused by a component being moved.
|
| MultiComposer<T extends Component> |
To proxy a collection of composers.
|
| MZk |
|
| Names |
Utilities about variable's names.
|
| NamespaceParser |
A namespace parser to handle the different namespace for the attributes
|
| Native |
Implemented with Component to represent
a native component.
|
| Native.Helper |
The helper to generate the output for the native component.
|
| NativeHelpers |
|
| NativeInfo |
Represents the component information about the native components.
|
| NodeInfo |
Represent a node in a ZUML metainfo tree.
|
| NonFellow |
Decorates Component to denote that
the component won't become a fellow of the ID space it belongs.
|
| Notification |
Utilities to send Notification to the client.
|
| ObjectPropertyAccess |
An Object proeprty type
|
| OpenEvent |
Represents an event cause by user's opening or closing
something at the client.
|
| OperationException |
The operation exception is a special UI exception that happens
'reasonably' -- usually caused by user rather than by programming error.
|
| Page |
A page.
|
| PageActivationListener |
Used to notify an object stored in a page, when the session
is going to be deactivated or has been activated.
|
| PageConfig |
Represents the info used to initialize a page.
|
| PageCtrl |
Addition interface to Page for implementation purpose.
|
| PageDefinition |
A page definition.
|
| PageDefinitions |
Utilities to retrieve page definitions.
|
| PageImpl |
|
| PageRenderer |
The page render used to render a page.
|
| PageRenderPatch |
A patch that is used to process the rendering result of a page.
|
| PageSerializationListener |
Used to notify an object stored in a page, when the page
is going to be serialized or has been deserialized.
|
| ParseException |
Exception thrown for illegal selector string.
|
| Parser |
Used to parse the ZUL file
|
| Parser |
A parser that parses selector string and generates selector objects.
|
| Path |
A representation of a component path.
|
| PerformanceMeter |
An application-level listener to measure the performance of the processing of client
requests.
|
| PollingServerPush |
A server-push implementation that is based on client-polling.
|
| PrologAllowed |
|
| PropertiesRenderer |
A renderer used to render custom properties for particular components.
|
| Property |
Information about how to initialize a property (a.k.a., a field of a component).
|
| PropertyAccess<T> |
A property access interface to speed up Java reflection performance.
|
| PropertyNotFoundException |
Represents the a property (a.k.a., a method of a component) is not found.
|
| ProxyEvent |
Used to proxy another event.
|
| PseudoClass |
The model representing a pseudo class in Selector
|
| PseudoClassDef |
The model of pseudo class definition
|
| PseudoElement |
The model representing a pseudo element in Selector
|
| RawId |
|
| Readonly |
Implemented with Component to indicate
that a component can be set to readonly.
|
| Reflections |
A collection of reflection utilities.
|
| Reflections.FieldRunner<A extends java.lang.annotation.Annotation> |
|
| Reflections.MethodRunner<A extends java.lang.annotation.Annotation> |
|
| RequestInfo |
|
| RequestInfoImpl |
|
| RequestInterceptor |
Used to intercept the requests for the ZK Loader and Update Engine.
|
| RequestOutOfSequenceException |
Indicates a request is out-of-sequence, and the request shall be ignored.
|
| RequestQueue |
|
| RequestQueueImpl |
|
| ResponseHeaderInfo |
Represents a setting of a response header.
|
| RhinoInterpreter |
Rhino-based JavaScript interpreter.
|
| Richlet |
Defines methods that all richlets must implement.
|
| RichletConfig |
A richlet configuration object used by a richlet container to pass information
to a richlet during initialization.
|
| RichletConfigImpl |
|
| RichletFilter |
A filter used for ZK Richlet
|
| Scheduler<T extends Event> |
A scheduler that is able to schedule a task to execute asynchronously.
|
| Scope |
Represents a scope of attributes.
|
| ScopeListener |
A listener used to listen whether a scope ( Scope) is changed.
|
| ScopeListeners |
|
| Scopes |
Utilities to manage the current scope ( Scope).
|
| ScriptErrorEvent |
A script error event used with onScriptError
When using Clients.evalJavascript and any javascript error event happened, user can handle the error in the server side.
|
| ScriptManager |
A manager to manage the script of WPD.
|
| ScriptManagerImpl |
The default implementation of the script manager ( ScriptManager).
|
| ScrollEvent |
Represents an event caused by that user is scrolling or
has scrolled at the client.
|
| SelectEvent<T extends Component,E> |
Represents an event cause by user's the list selection is changed
at the client.
|
| SelectEvent.SelectedObjectHandler<T extends Component> |
A handle to retrieve selected objects from selected items (components)
if possible.
|
| SelectionEvent |
Represents an event cause by user's the active selection which is a
highlighted block of text.
|
| Selector |
The model representing a selector.
|
| Selector.Combinator |
|
| SelectorComposer<T extends Component> |
A composer analogous to GenericForwardComposer.
|
| SelectorComposer.UtilityHandler |
An interface for SelectorComposer's functionality plug-in.
|
| SelectorComposer.UtilityHandlerImpl |
|
| Selectors |
A collection of selector related utilities.
|
| Selectors.ComposerEventListener |
|
| SEORenderer |
A plugin that an application could add to generate application-specific
SEO content.
|
| SerializableAware |
An extra interface implemented by an interpreter ( Interpreter)
if it supports serialization.
|
| SerializableAware.Filter |
|
| SerializableEventListener<T extends Event> |
|
| SerializableSession |
|
| SerializableUiFactory |
The serializable implementation of UiFactory.
|
| ServerPush |
Represents a server-push controller.
|
| ServerPushEventQueue<T extends Event> |
The default implementation of the server-push based event queue
( EventQueue).
|
| Session |
A user session.
|
| SessionActivationListener |
Used to notify an object stored in a session, when the session
is going to be deactivated or has been activated.
|
| SessionCache |
The cache for storing ZK sessions.
|
| SessionCleanup |
Used to clean up a session.
|
| SessionCtrl |
Additional interface of Session for implementation.
|
| SessionDesktopCacheProvider |
A implementation of DesktopCacheProvider that stores all desktops
from the same session in one desktop cache.
|
| SessionInit |
Used to initialize a session when it is created.
|
| SessionResolver |
|
| SessionResolverImpl |
An implementation of session resolver ( SessionResolver) based on HTTP request.
|
| Sessions |
|
| SessionsCtrl |
An additional utilities for implementation related to Session.
|
| SessionSerializationListener |
Used to notify an object stored in a session, when the session
is going to be serialized or has been deserialized.
|
| ShadowDefinitionImpl |
A shadow element definition.
|
| ShadowElement |
A 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 the
content of a shadow element.
|
| ShadowElementCtrl |
|
| ShadowElementsCtrl |
Utilities for implementing components.
|
| ShadowInfo |
Represent a shadow element.
|
| SimpleDesktopCache |
|
| SimpleEvaluator |
|
| SimpleScope |
A simple implementation of Scope.
|
| SimpleSelectorSequence |
The model representing a sequence of simple selectors.
|
| SimpleSession |
A non-serializable implementation of Session.
|
| SimpleSessionCache |
|
| SimpleThemeURIModifier |
|
| SimpleUiFactory |
|
| SimpleWebApp |
A servlet-based Web application.
|
| SizeEvent |
Represents an event caused by a component being re-sized.
|
| SlideEvent |
Represents an event cause by user's slidedown or slideup
something at the client.
|
| SortEvent |
Represents an event that indicates a sorting request to data.
|
| StateChangeEvent |
Represents an event that state of component was changed.
|
| StaticIdGenerator |
Use this generator will generate fixed uuid for each component.
|
| Statistic |
An implementation of Monitor to accumulate statistic data
in memory.
|
| Storage |
A storage interface is used for ZK web application to store application data
with a string key and a data type value.
|
| StringPropertyAccess |
A String property class.
|
| StubComponent |
A stub component is a 'degenerated' component that does not maintain
the states at the server.
|
| StubEvent |
|
| StubsComponent |
Represents a tree of StubComponent that are merged into
a single component.
|
| SuspendNotAllowedException |
Denotes the current event processing thread cannot be suspended
because there are too many suspended threads.
|
| SwipeEvent |
Represents an event that indicates swipe on a component and provides
information about the swipe displacement, duration and direction.
|
| SynchronizedScope |
A synchronized scope.
|
| Template |
Represents a UI template that is used to create components.
|
| TemplateCtrl |
An addition interface to Template
that is used for implementation or tools.
|
| TemplateInfo |
Represent a template element.
|
| Templates |
Utils for looking up template.
|
| TextInfo |
Represents a text.
|
| ThemeProvider |
Used to replace the theme defined in the language definitions
(lang.xml and lang-addon.xml), ThemeURIHandler and the configuration
(the theme-uri elements in web.xml).
|
| ThemeProvider.Aide |
Utilities to help the implementation of ThemeProvider
to manipulate the URI such that it is able to use a different URI
for a different theme.
|
| ThemeURIHandler |
Used to add theme uri dynamically without extending any ThemeProvider.
|
| ThemeURIModifier |
ThemeURIModifier is used to restrict developer's operation on the theme uri list.
|
| TimeZoneDataBaseVersionChecker |
Utilities to check whether JDK and moment.js's time zone database version matched.
|
| Token |
The model of Selector token.
|
| Token.Type |
|
| Tokenizer |
A tokenizer of selector string.
|
| TreeBuilder |
A tree builder for parsing a page to Document
|
| TreeBuilderFactory |
A tree builder factory to load a parser dynamically
|
| UiEngine |
UI engine is responsible to process requests from the client,
sends the response back to the client with the assistance of
ExecutionCtrl.
|
| UiEngineExtension |
|
| UiEngineImpl |
An implementation of UiEngine to create and update components.
|
| UiEngineImpl.Extension |
An interface used to extend the UI engine.
|
| UiException |
Represents a UI-relevant runtime exception.
|
| UiException.Aide |
|
| UiFactory |
|
| UiLifeCycle |
Used to intercept the life cycle of UI, such as Component
being attached.
|
| Uploadable |
Implemented with Component to indicate
that a component can be used for file upload.
|
| Uploadable.Error |
Uploading error constants.
|
| UploadEvent |
Represents that user has uploaded one or several files from
the client to the server.
|
| Uploads |
|
| URIEvent |
The URI update event used with onURIChange
to notify that the associated URI
is changed by the user.
|
| URIInfo |
Represents an URI and how to use the URI.
|
| URIInterceptor |
Used to intercept the loading of ZUML pages associated with the specified URI.
|
| Utils |
A collection of utilities for this package.
|
| Utils |
Utilities to implement ZK.
|
| Utils |
Utilities to handle the metainfo.
|
| VariableResolver |
Annotation for adding variable resolvers to a SelectorComposer.
|
| VariableResolverInfo |
A definition of the variable resolver (VariableResolver).
|
| VariablesInfo |
The information about the variables element in the ZUML page.
|
| Version |
|
| VisibilityChangeEvent |
The VisibilityChangeEvent is used to notify current page/tab's visibility
state.
|
| Visualizer |
A part of Execution for visualizing the components whose
visual parts are modified.
|
| VolatilePage |
A page that does not really exist at the client.
|
| WcsExtendlet |
The extendlet to handle WCS (widget CSS).
|
| WebApp |
Represents a Web application.
|
| WebAppCleanup |
Used to initialize a ZK application when it about to be destroyed.
|
| WebAppCtrl |
Additional interface of WebApp for implementation.
|
| WebAppFactory |
The factory used to instantiate the instance of WebApp.
|
| WebAppFactoryImpl |
A web app factory implementation.
|
| WebAppInit |
Used to initialize a ZK application when it is created.
|
| WebApps |
Utilities related to the Web application.
|
| WebAppsCtrl |
An additional utilities for implementation related to WebApp.
|
| WebManager |
A bridge between Web server and ZK.
|
| WebManagerActivationListener |
A listener that will be invoked when the Web manager is created (a.k.a.,
activated).
|
| WidgetAttribute |
Represents a DOM attribute of the peer widget.
|
| WidgetDefinition |
A widget definition.
|
| WidgetDefinitionImpl |
An implementation of WidgetDefinition.
|
| WidgetListener |
Represents a client-side event listener for the peer widget.
|
| WidgetOverride |
Represents a method of the peer widget.
|
| Wire |
Annotation for specifying components to wire.
|
| WireVariable |
Annotation for specifying variables to wire, from XEL, implicit objects, or
custom variable resolvers.
|
| WpdExtendlet |
The extendlet to handle WPD (Widget Package Descriptor).
|
| Wpds |
Utilities to used with WPD files.
|
| WrongValueException |
Denotes the value passed to a setter (a.k.a., mutator) of a component
is wrong.
|
| WrongValuesException |
|
| XmlContentRenderer |
An implementation of ContentRenderer that renders
the content as a Xml attribute (i.e., name="value").
|
| XmlTreeBuilder |
A tree builder for parsing XML format
|
| ZIndexEvent |
Represents an event caused by a component whose z-index is modified
by the client.
|
| ZkFns |
Utilities for using XEL in ZUL.
|
| ZkInfo |
Represents the zk element in a ZUML page.
|
| ZKWebSocket |
A web socket util class
|
| ZKWebSocket.ZKPrinciple |
|
| ZScript |
Represents a zscript content.
|
| ZScriptInfo |
Represents a zscript element.
|
| ZScriptInitiator |
An initiator used to evaluate a zscript file.
|
| ZumlExtendlet |
The ZUML resource processor used to parse the ZUML files
loaded from the classpath.
|