- AbortByRemoveDesktop - Class in org.zkoss.zk.ui.impl
-
The aborting reason when the remove-desktop command is received.
- AbortByRemoveDesktop() - Constructor for class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
-
- AbortBySendRedirect - Class in org.zkoss.zk.ui.impl
-
The aborting reason for send-redirect.
- AbortBySendRedirect(String, String) - Constructor for class org.zkoss.zk.ui.impl.AbortBySendRedirect
-
Constructs an aborting reason for send-redirect.
- AbortingReason - Interface in org.zkoss.zk.ui.sys
-
The aborting reason used to abort the current execution.
- abortResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called when the suspended event thread is aborted.
- AbstractComponent - Class in org.zkoss.zk.ui
-
- AbstractComponent() - Constructor for class org.zkoss.zk.ui.AbstractComponent
-
Constructs a component with auto-generated ID.
- AbstractComponent(boolean) - Constructor for class org.zkoss.zk.ui.AbstractComponent
-
Constructs a dummy component that is not associated
with any component definition.
- AbstractComponent.Children - Class in org.zkoss.zk.ui
-
- AbstractComponent.Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
-
- AbstractExecution - Class in org.zkoss.zk.ui.impl
-
- AbstractExecution(Desktop, Page) - Constructor for class org.zkoss.zk.ui.impl.AbstractExecution
-
Constructs an execution.
- AbstractPage - Class in org.zkoss.zk.ui
-
A skeletal implementation of
Page
.
- AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
-
- AbstractUiFactory - Class in org.zkoss.zk.ui.impl
-
- AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- AbstractWebApp - Class in org.zkoss.zk.ui.impl
-
A skeletal implementation of
WebApp
.
- AbstractWebApp() - Constructor for class org.zkoss.zk.ui.impl.AbstractWebApp
-
Constructor.
- accept(String, Object) - Method in interface org.zkoss.zk.scripting.SerializableAware.Filter
-
Whether to accept the specified variable name and its value.
- accept(ComponentMatchCtx, String...) - Method in interface org.zkoss.zk.ui.select.impl.PseudoClassDef
-
Return true if the component qualifies this pseudo class.
- activate() - Method in class org.zkoss.zk.au.AuRequest
-
Activates this request.
- activate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
-
Activates a thread to allow it access the given desktop synchronously.
- activate(Desktop, long) - Static method in class org.zkoss.zk.ui.Executions
-
Activates a thread to allow it access the given desktop synchronously,
or until a certain amount of time has elapsed.
- activate(long) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- activate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- activate(Execution, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Activate the current thread (which must be a server-push thread).
- activate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution such that you can access a component.
- activate(Execution, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution such that you can access a component.
- ACTIVATE_RETRY_ABORT - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
- ACTIVATE_RETRY_DELAY - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A library property to specify the timeout (in milliseconds) to
wait for the activation.
- activateServerPush(long) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- activateServerPush(long) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Activates the current thread for accessing this desktop by the server push.
- ActivationTimeoutException - Exception in org.zkoss.zk.ui
-
Indicates the activation of an execution is taking too long.
- ActivationTimeoutException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(String) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException() - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Object) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- ActivationTimeoutException(int) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
-
- add(Element) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device based on the XML declaration.
- add(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device type.
- add(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device type.
- add(String, String) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Adds an interpreter class.
- add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Adds an interpreter based on the XML declaration.
- add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Adds a component definition to this map.
- add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Adds the event handler for the specified event name.
- add(String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Adds an annotation definition.
- add(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
- Add_ON_ACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
-
- Add_ON_DEACTIVATE - Static variable in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addActivationListener(ServletContext, WebManagerActivationListener) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Register a listener to the specified context such that
it will be invoked if the corresponding
WebManager
is created.
- addAddon(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Adds a language addon.
- addAfterHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addAfterHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds the tags that will be generated inside the head element
and after ZK's default tags.
- addAll(AnnotationMap) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Adds all annotations of the specified map to this map.
- addAll(EventHandlerMap) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Adds all event handlers of the specified map to this map.
- addAnnotation(String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addAnnotation(String, String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Adds an annotation.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an annotation to the specified property of this component
info.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Adds an annotation to the specified property of this component
definition.
- addAnnotation(String, String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds an annotation to the specified property of this component
info.
- addAnnotation(String, Map<String, String[]>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- addAnnotation(String, String, Map<String, String[]>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds an annotation to the specified property of this component.
- addAttribute(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addAuExtension(WebApp, String, AuExtension) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Adds an AU extension and associates it with the specified prefix,
even before
DHtmlUpdateServlet
is started.
- addAuExtension(String, AuExtension) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Adds an AU extension and associates it with the specified prefix.
- addAuResponse(AuResponse) - Method in interface org.zkoss.zk.ui.Execution
-
Adds an asynchronous response (
AuResponse
) which will be
sent to client at the end of the execution.
- addAuResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
-
- addAuResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addBeforeHeadTags(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addBeforeHeadTags(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds the tags that will be generated inside the head element
and before ZK's default tags.
- addByCompoundValue(String, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Adds annotation by specifying the content in the compound format.
- addCallback(String, Callback) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addCallback(String, Callback) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds a callback at component in specific name
- addClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addClassResolver(ClassResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addClassResolver(ClassResolver) - Method in interface org.zkoss.zk.ui.Page
-
Adds a class resolver to this page.
- addClientEvent(Class<? extends Component>, String, int) - Static method in class org.zkoss.zk.ui.AbstractComponent
-
Adds an event that the client might send to the server.
- addClientPackage(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a client (JavaScript) pacakge that is provided by this server.
- addComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Adds a component to this page.
- addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a component definition.
- addComponentDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a component definition belonging to this page definition only.
- addCSSURI(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the URI of a CSS file that is part of this language.
- addCustomAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Adds a custom attribute.
- addDataHandler(DataHandlerInfo) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds client data attribute handler
- addDeclaredNamespace(Namespace) - Method in interface org.zkoss.zk.ui.ext.Native
-
Adds a declared namespace.
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a declared namespace.
- addDeferredZScript(Component, ZScript) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addDeferredZScript(Component, ZScript) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Adds a deferred zscript.
- addDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- addDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Adds a desktop to this session.
- addDisabledThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies what theme URI to be disabled.
- addEachTimeScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the script that shall execute each time before evaluating
zscript.
- addEmbedded(String) - Method in interface org.zkoss.zk.device.Device
-
Adds the content that shall be added to the output generated and
sent to the client, when rending a desktop.
- addEmbedded(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Adds the content that shall be added to the output generated and
sent to the client, when rending a desktop.
- addEmbedded(String) - Method in class org.zkoss.zk.device.GenericDevice
-
- addEpilogChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds an epilog child.
- addErrorPage(String, Class<?>, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds an error page.
- addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an event handler.
- addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds an event handler.
- addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
Adds an event interceptor.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventListener(int, String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addEventListener(int, String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
-
Adds an event listener to specified event name for this component
with the given priority.
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
-
Adds an event listener to specified event name for this component.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
-
Adds an event listener to specified event for all components in
this page.
- addEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Add onXxx event handler defined in controller object to the specified
component.
- addExpressionImport(String, Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds an imported class to the expression factory.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Associates an extension to a language.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Associates an extension to a language.
- addForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component.
- addForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component, specified with a path.
- addForward(String, Component, String, Object) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component with extra event data.
- addForward(String, String, String, Object) - Method in interface org.zkoss.zk.ui.Component
-
Adds a forward condition to forward the event received
by this component to another component of the specified path
with extra event data.
- addForwardInfo(ForwardInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.Components
-
- addForwards(Component, Object, char) - Static method in class org.zkoss.zk.ui.Components
-
- addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Adds forward conditions to myid source component so onXxx source
event received by
myid component can be forwarded to the specified target
component with the target event name onXxx$myid.
- addForwards(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Adds forward conditions to the specified component with a custom separator.
- addFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
-
Adds the function mapper in addition to the current one.
- addFunctionMapperInfo(FunctionMapperInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a definition of FunctionMapper
.
- addHeaderInfo(HeaderInfo, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addImportedClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds an imported class
Like Java, it is used to import a class or a package of classes, so
that it simplifies the use of the apply attribute, the init directive
and others.
- addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- addInitScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the script that shall execute when a page's interpreter
is initialized.
- addInvalidate(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addInvalidate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addInvalidate(Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invalidates the page to cause all of its components to redraw.
- addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invalidates a component to cause redrawing.
- addJavaScript(JavaScript) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a JavaScript
required by this language.
- addJavaScriptModule(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the definition of a JavaScript module to this language.
- addLabelLocation(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the location of a properties file for i18n labels.
- addLanguage(Locator, URL) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Adds a language.
- addListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Adds a listener.
- addListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a listener class.
- addMessageLoader(MessageLoader) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a MessageLoader
- addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Adds a mold.
- addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- addMold(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- addMold(String, String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Adds the mold URI for the specified mold.
- addMoved(Component, Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Called when this component is moved from the specified parent
and/or page to the new page.
- addMoved(Component, Component, Page, Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addMoved(Component, Component, Page, Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called to update (redraw) a component, when a component is moved.
- addOnActivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
Adds a callback method to be executed only once after the execution
activated.
- addOnActivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Adds a callback method to be executed only once after the execution
activated.
- addOnDeactivate(Callback) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
Adds a callback method to be executed only once after the execution
deactivated.
- addOnDeactivate(Callback) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Adds a callback method to be executed only once after the execution
being deactivated (i.e.
- addPage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addPage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Adds a page to this desktop.
- addParameter(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- addPerfRequestId(String) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
-
- addPerfRequestId(String) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Adds a request ID that uniquely identifies a request for
performance measurement
PerformanceMeter
.
- addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a prolog child.
- addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Adds a property initializer.
- addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a property initializer.
- addProperty(String, NativeInfo, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a property initializer based on the native content.
- addProperty(String, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds a property initializer.
- addPseudoClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addPseudoElement(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- addRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addRedrawCallback(Callback<ContentRenderer>) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- addRequests(Collection<AuRequest>) - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
-
- addRequests(Collection<AuRequest>) - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Adds a list of requests to the queue.
- addResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addResponse(String, AuResponse, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addResponse(AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
- addResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response which will be sent to client at the end
of the execution.
- addResponse(String, AuResponse, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response with the given priority.
- addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the give name and value.
- addResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the given name and date-value.
- addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addResponseHeaderInfo(ResponseHeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a response header.
- addRichlet(String, Class<?>, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the definition of a richlet.
- addRichlet(String, String, Map<String, String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the definition of a richlet.
- addRichlet(String, Richlet) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds the richlet.
- addRichletMapping(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a richlet mapping.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Adds a listener to listen whether this scope is changed.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Adds a scope listener.
- addScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- addShadowDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a shadow element definition.
- addShadowRoot(ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addShadowRoot(ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds the given shadow root from this host.
- addShadowRootBefore(ShadowElement, ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addShadowRootBefore(ShadowElement, ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds the given shadow root from this host.
- addSharedEventHandlerMap(EventHandlerMap) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- addSharedEventHandlerMap(EventHandlerMap) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds a map of event handlers which is shared by other components.
- addSmartUpdate(Component, String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addSmartUpdate(Component, String, Object, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addSmartUpdate(Component, String, Object, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Smart-updates a property of the peer widget.
- addSmartUpdate(Component, String, Object, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a smart update that will be executed at the given priority.
- addStyleSheet(StyleSheet) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a StyleSheet
required by this language.
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a tag lib.
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a tag lib.
- addTemplate(String, Template) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Page
-
Adds page scope template
- addTemplateInfo(TemplateInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a template info
The previous src of the same name will be replaced.
- addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds an CSS resource that will be generated for each ZUML desktop.
- addToCollectionField(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Add the item to a collection field of an object.
- addToFirstAsyncUpdate(List<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Adds the responses to the first
Visualizer
if it is
caused by async-update.
- addUuidChanged(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- addUuidChanged(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called before changing the component's UUID.
- addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
- addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- addVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
-
- addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a definition of VariableResolver
.
- addWidgetAttribute(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a custom DOM attribute to the peer widget.
- addWidgetDefinition(WidgetDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a widget definition.
- addWidgetListener(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an event listener for the peer widget.
- addWidgetOverride(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a method or a value to the peer widget.
- addXelMethod(String, String, Function) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a XEL method.
- AFTER_PAGE_ATTACHED - Static variable in class org.zkoss.zk.ui.AbstractComponent
-
- AFTER_PAGE_DETACHED - Static variable in class org.zkoss.zk.ui.AbstractComponent
-
- afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentAttached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is attached to a page.
- afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentDetached(Component, Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is detached from a page.
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after the parent/children relation is changed.
- AfterCompose - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component if it wants to know when ZK loader created it.
- afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
-
Invokes after ZK loader creates this component,
initializes it and composes all its children, if any.
- afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- afterCompose() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Creates the distributed children after apply dynamic properties
- afterCreate(Component[]) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called after the whole component tree has been created by
this engine.
- afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- afterHostChildAdded(Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- afterHostChildAdded(Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child is added to the host.
- afterHostChildRemoved(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- afterHostChildRemoved(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child is removed to the host.
- afterInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- afterInterpret() - Static method in class org.zkoss.zk.ui.ext.Scopes
-
- afterPageAttached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterPageAttached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is attached to a desktop.
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterPageDetached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is detached to a desktop.
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
- afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
-
Called after processing an event.
- afterRedraw() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Called after finishing the redrawing.
- afterRemove(Session, Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called after a desktop is removed.
- afterRenderComponents(Collection<Component>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
Called when this engine renders the given components.
- afterRenderComponents(Collection<Component>) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called when this engine renders the given components.
- afterRenderNewPage(Page) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
- afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called after the suspended event thread is resumed.
- afterService(DesktopRecycle, Desktop) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
-
Called after serving a HTTP request.
- afterService(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called after the request is served.
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterShadowAttached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a shadow is attached to a host.
- afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
- afterShadowDetached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a shadow is detached from a host.
- AfterSizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that resize a component and provides
the new size of the component.
- AfterSizeEvent(String, Component, int, int) - Constructor for class org.zkoss.zk.ui.event.AfterSizeEvent
-
Constructs an AfterSizeEvent.
- afterSuspend(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
-
Called in the servlet thread after the event processing thread has been
suspended.
- afterUpdate(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when an asynchronous updated has been processed.
- afterUpdate(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
-
- AggregationListener - Interface in org.zkoss.zk.ui.util
-
A listener to gather some non-predefined listeners
- AjaxDevice - Class in org.zkoss.zk.device
-
Represents a Web browser with the Ajax support.
- AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
-
- alert(String) - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Shortcut to call Messagebox.show(String).
- alert(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message at the browser.
- alert(String, String, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message at the browser.
- alert(String) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Alt key is pressed.
- Annotation - Interface in org.zkoss.zk.ui.metainfo
-
The common interface extended by all annotation types.
- ANNOTATION_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for annotation.
- AnnotationHelper - Class in org.zkoss.zk.ui.metainfo.impl
-
A helper class used to parse annotations.
- AnnotationHelper() - Constructor for class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
- AnnotationMap - Class in org.zkoss.zk.ui.metainfo
-
- AnnotationMap() - Constructor for class org.zkoss.zk.ui.metainfo.AnnotationMap
-
- APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to append params if both uri and params contain the same
parameter.
- appendChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Appends a child to the end of all children.
- appendChild(Component) - Method in interface org.zkoss.zk.ui.Component
-
Appends a child.
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds a child.
- appendChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Append a child
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- appendChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Adds a child.
- appendEmptySourceMap(int) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Append a empty source map which would be ignored in mapping
- appendSourceMap(SourceMapManager) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Append a source map
- appendSourceMap(String, int, String) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Append a source map by content
- appendText(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the text.
- appendText(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- APPLICATION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the application scope.
- application - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the web application.
- APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
- applicationScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the web application.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Applies the custom attributes.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Applies the custom attributes.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Applies the custom attributes.
- apply(Component) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Applies the variable element against the parent component.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Applies the variable element against the page.
- applyAnnotations(ComponentInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
instance definition.
- applyAnnotations(ShadowInfo, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
instance definition.
- applyAnnotations(ComponentInfo, String, boolean, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
- applyAnnotations(Component, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
component.
- applyAnnotations(AnnotationMap, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Applies the annotations defined in this helper to the specified
annotation map.
- applyAttributes(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Applies the custom attributes defined in this definition
to the specified component.
- applyAttributes(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- applyForward(Component, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Applies the forward condition to the specified component.
- applyProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- applyProperties() - Method in interface org.zkoss.zk.ui.Component
-
Initializes the properties (a.k.a.
- applyProperties(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Applies the properties defined in
this definition to the specified component.
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Applies the event handlers and properties to the specified component.
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- applyProperties(Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Applies the event handlers and properties to the specified component.
- arg - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the arg argument passed to the createComponents method.
- ArithmeticWrongValueException - Exception in org.zkoss.zk.ui
-
For ArithmeticException wrong value wrapper.
- ArithmeticWrongValueException(Component, String, Throwable, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, String, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException() - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object[], Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(String) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- ArithmeticWrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- asShadow(Object) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Assigns the value of this member to the specified component.
- assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
-
Assigns a property.
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
- assign(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetOverride
-
- attachAttributeOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeQuote(boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeValue(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachAttributeValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- attachCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Add combinator to the last simple selector sequence
- attachPseudoClassParameter(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- ATTR_EVENT_QUEUES - Static variable in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
-
The attribute used to store the map of event queues.
- Attribute - Class in org.zkoss.zk.ui.select.impl
-
The model representing an attribute in Selector.
- Attribute(String) - Constructor for class org.zkoss.zk.ui.select.impl.Attribute
-
- Attribute.Operator - Enum in org.zkoss.zk.ui.select.impl
-
- attributeAdded(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be added to
Scope
.
- attributeAdded(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeAdded(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeAdded(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeRemoved(Scope, String) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be removed from
Scope
.
- attributeRemoved(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeReplaced(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be replaced in
Scope
.
- attributeReplaced(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- Attributes - Class in org.zkoss.zk.ui.impl
-
Attributes used internally for implementation only.
- Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
-
- Attributes - Class in org.zkoss.zk.ui.sys
-
Attributes or library properties to customize the behaviors of ZK,
such as page rending, fileupload and so on.
- Attributes() - Constructor for class org.zkoss.zk.ui.sys.Attributes
-
- AttributesInfo - Class in org.zkoss.zk.ui.metainfo
-
- AttributesInfo(NodeInfo, Map<String, String>, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Constructor.
- AttributesInfo(NodeInfo, Map<String, String>, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.AttributesInfo
-
The same as AttributesInfo(parent, attrs, scope, "none", cond).
- AuAlert - Class in org.zkoss.zk.au.out
-
A response to ask client to show an alert.
- AuAlert(String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAlert(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
For the response error use, the next AuRequest will be stopped until the
alert dialog is closed.
- AuAlert(String, String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAlert(String, String, String) - Constructor for class org.zkoss.zk.au.out.AuAlert
-
- AuAppendChild - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML as the last child of
the specified component at the client.
- AuAppendChild(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
-
- AuAppendChild(Page, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuAppendChild
-
- AuBookmark - Class in org.zkoss.zk.au.out
-
A response to ask the client to bookmark the desktop.
- AuBookmark(String) - Constructor for class org.zkoss.zk.au.out.AuBookmark
-
- AuBookmark(String, boolean) - Constructor for class org.zkoss.zk.au.out.AuBookmark
-
- AuClearBusy - Class in org.zkoss.zk.au.out
-
A response to ask the client to clear the busy message.
- AuClearBusy() - Constructor for class org.zkoss.zk.au.out.AuClearBusy
-
Constructs a command to remove a busy message covering the whole browser.
- AuClearBusy(Component) - Constructor for class org.zkoss.zk.au.out.AuClearBusy
-
Constructs a command to remove a busy message covering only the specified component.
- AuClearWrongValue - Class in org.zkoss.zk.au.out
-
A response to ask the client to close the error messages belonging
the specified component, if any.
- AuClearWrongValue(List<? extends Component>) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
- AuClearWrongValue(Component[]) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
- AuClearWrongValue(Component) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
-
Unlike other constructors, the object instantiated by this method
depends on the specified comp.
- AuClientInfo - Class in org.zkoss.zk.au.out
-
A response to ask the browser to send back its information.
- AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response with the specified desktop.
- AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response for all desktops of the same
browser window.
- AuConfirmClose - Class in org.zkoss.zk.au.out
-
A response to ask the client to show a confirm dialog when an user tries
to close the browser window.
- AuConfirmClose(String) - Constructor for class org.zkoss.zk.au.out.AuConfirmClose
-
- AuDecoder - Interface in org.zkoss.zk.au
-
Used to decode the custom format of the AU requests.
- AuDownload - Class in org.zkoss.zk.au.out
-
A response to ask the client to download the specified URI.
- AuDownload(String) - Constructor for class org.zkoss.zk.au.out.AuDownload
-
Constructs with an encoded URL.
- AuDownload(DeferredValue) - Constructor for class org.zkoss.zk.au.out.AuDownload
-
Constructs with a deferred URI.
- AuDropUploader - Class in org.zkoss.zk.au.http
-
The AU extension to upload files with HTML5 feature.
- AuDropUploader() - Constructor for class org.zkoss.zk.au.http.AuDropUploader
-
- AuDynaMediar - Class in org.zkoss.zk.au.http
-
- AuDynaMediar() - Constructor for class org.zkoss.zk.au.http.AuDynaMediar
-
- AuEcho - Class in org.zkoss.zk.au.out
-
A response to ask client to send a dummy request back to the server.
- AuEcho(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response with the specified desktop.
- AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response for each desktop in the same browser
window
- AuEcho(Component, String, String) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response that will cause an event to fire
when the client echoes back.
- AuEcho(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response that will cause an event to fire
when the client echoes back.
- AuEchoGlobal - Class in org.zkoss.zk.au.out
-
A response to ask client to send the specified event for all qualified desktops.
- AuEchoGlobal(String, String, Desktop) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
-
- AuEchoGlobal(String, String, Collection<Desktop>) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
-
- AuExtension - Interface in org.zkoss.zk.au.http
-
An AU service is a small Java program that can be plugged
into
DHtmlUpdateServlet
to extend its functionality.
- AuExtensionRequest - Interface in org.zkoss.zk.au.http
-
Represents a request for an AU extension (
AuExtension
).
- AuFocus - Class in org.zkoss.zk.au.out
-
A response to set focus to the specified component at the client.
- AuFocus(Component) - Constructor for class org.zkoss.zk.au.out.AuFocus
-
- AuHistoryState - Class in org.zkoss.zk.au.out
-
A response to ask the client to push a state to history entry.
- AuHistoryState(boolean, Object, String, String) - Constructor for class org.zkoss.zk.au.out.AuHistoryState
-
- AuInsertAfter - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML after the specified component
at the client.
- AuInsertAfter(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuInsertAfter
-
- AuInsertBefore - Class in org.zkoss.zk.au.out
-
A response to insert an unparsed HTML before the specified component
at the client.
- AuInsertBefore(Component, Collection<String>) - Constructor for class org.zkoss.zk.au.out.AuInsertBefore
-
- AuInvoke - Class in org.zkoss.zk.au.out
-
A response to ask the client to invoke a function.
- AuInvoke(Component, String) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
no argument.
- AuInvoke(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one argument.
- AuInvoke(Component, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one boolean argument.
- AuInvoke(Component, String, int) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one int argument.
- AuInvoke(Component, String, double) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
one double argument.
- AuInvoke(Component, String, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
two arguments.
- AuInvoke(Component, String, Object, Object, Object) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
three arguments.
- AuInvoke(Component, String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call the peer widget's member function with
an array of the given arguments.
- AuInvoke(Component, String, String...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call a client function with variable number of
arguments.
- AuInvoke(String, Object...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call a global function at the client with
the given arguments.
- AuLoadCSS - Class in org.zkoss.zk.au.out
-
Loads a CSS file to client.
- AuLoadCSS(String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
-
Loads a CSS file.
- AuLoadCSS(String, String, String) - Constructor for class org.zkoss.zk.au.out.AuLoadCSS
-
Loads a CSS file.
- AuLoadScript - Class in org.zkoss.zk.au.out
-
Loads a JavaScript file to client and execute it.
- AuLoadScript(String, String, boolean) - Constructor for class org.zkoss.zk.au.out.AuLoadScript
-
Loads a JavaScript file to client and execute it.
- AuLog - Class in org.zkoss.zk.au.out
-
Logs the message to the client.
- AuLog(String) - Constructor for class org.zkoss.zk.au.out.AuLog
-
- AuMoveBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to move the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuMoveBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveBy
-
- AuMoveTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to move the desktop (a.k.a., the browser window)
to specified location (in pixel).
- AuMoveTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuMoveTo
-
- AuNotification - Class in org.zkoss.zk.au.out
-
The au object for notification.
- AuNotification(String, String, Page, Component, String, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at predefined position.
- AuNotification(String, String, Page, Component, int, int, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at given coordinate
- AuObsolete - Class in org.zkoss.zk.au.out
-
A response to denote the desktop might become obsolete.
- AuObsolete(String, String) - Constructor for class org.zkoss.zk.au.out.AuObsolete
-
- AuOuter - Class in org.zkoss.zk.au.out
-
A response to ask client to 'outer' the widgets and all its
descendants of the associate specified component or page.
- AuOuter(Component, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
-
- AuOuter(Page, String) - Constructor for class org.zkoss.zk.au.out.AuOuter
-
- AuPrint - Class in org.zkoss.zk.au.out
-
A response to ask the client to print the desktop (a.k.a., the browser window).
- AuPrint() - Constructor for class org.zkoss.zk.au.out.AuPrint
-
- AuRedirect - Class in org.zkoss.zk.au.http
-
The AU processor to handle the HTTP redirect via status 302.
- AuRedirect() - Constructor for class org.zkoss.zk.au.http.AuRedirect
-
- AuRemove - Class in org.zkoss.zk.au.out
-
A response to remove the specified component at the client.
- AuRemove(Component) - Constructor for class org.zkoss.zk.au.out.AuRemove
-
- AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
-
- AuRemove(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
-
Removes a component by its UUID.
- AuRequest - Class in org.zkoss.zk.au
-
A request sent from the client to the server.
- AuRequest(Desktop, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.au.AuRequest
-
Constructor for a request sent from a component.
- AuRequest(Desktop, String, Map<String, Object>) - Constructor for class org.zkoss.zk.au.AuRequest
-
Constructor for a general request sent from client.
- AuRequests - Class in org.zkoss.zk.au
-
- AuRequests() - Constructor for class org.zkoss.zk.au.AuRequests
-
- AuResizeBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to resize the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuResizeBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeBy
-
- AuResizeTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to resize the desktop (a.k.a., the browser window)
to specified size (in pixel).
- AuResizeTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuResizeTo
-
- AuResizeWidget - Class in org.zkoss.zk.au.out
-
Used to force ZK Client re-calculate the size of the widget at the client.
- AuResizeWidget(Component) - Constructor for class org.zkoss.zk.au.out.AuResizeWidget
-
Constructs a command to to force ZK Client re-calculate the size of
the given widget.
- AuResponse - Class in org.zkoss.zk.au
-
A response sent from the server to the client via
UiEngine
.
- AuResponse(String) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a component-independent response.
- AuResponse(String, Component, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with one or zero data.
- AuResponse(String, Component, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with multiple data.
- AuResponse(String, Page, Object) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with single data.
- AuResponse(String, Page, Object[]) - Constructor for class org.zkoss.zk.au.AuResponse
-
Constructs a response with multiple data.
- AuScript - Class in org.zkoss.zk.au.out
-
A response to ask the client to execute the specified client scripts.
- AuScript(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
-
- AuScript(String) - Constructor for class org.zkoss.zk.au.out.AuScript
-
Constructs a AuScript response that doesn't depend on any component.
- AuScrollBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to scroll the desktop (a.k.a., the browser window)
relatively (in pixels).
- AuScrollBy(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollBy
-
- AuScrollIntoView - Class in org.zkoss.zk.au.out
-
Scrolls the ancestors to make the component visible.
- AuScrollIntoView(Component) - Constructor for class org.zkoss.zk.au.out.AuScrollIntoView
-
Constructor.
- AuScrollTo - Class in org.zkoss.zk.au.out
-
A response to ask the client to scroll the desktop (a.k.a., the browser window)
to specified location (in pixel).
- AuScrollTo(int, int) - Constructor for class org.zkoss.zk.au.out.AuScrollTo
-
- AuSelect - Class in org.zkoss.zk.au.out
-
A response to select a portion of the specified component at the client.
- AuSelect(Component) - Constructor for class org.zkoss.zk.au.out.AuSelect
-
- AuSelect(Component, int, int) - Constructor for class org.zkoss.zk.au.out.AuSelect
-
- AuSendRedirect - Class in org.zkoss.zk.au.out
-
A response to send a temporary redirect response to the client
using the specified redirect location URL.
- AuSendRedirect(String, String) - Constructor for class org.zkoss.zk.au.out.AuSendRedirect
-
- AuService - Interface in org.zkoss.zk.au
-
An AU request service used to handle the AU requests (
AuRequest
).
- AuSetAttribute - Class in org.zkoss.zk.au.out
-
A response to set the attribute of the specified component at the client.
- AuSetAttribute(Component, String, Object) - Constructor for class org.zkoss.zk.au.out.AuSetAttribute
-
Construct an instance for miscellaneous values, such as Boolean,
Integer and so on.
- AuSetTitle - Class in org.zkoss.zk.au.out
-
A response to ask the client to set the title (of window).
- AuSetTitle(String) - Constructor for class org.zkoss.zk.au.out.AuSetTitle
-
- AuShowBusy - Class in org.zkoss.zk.au.out
-
A response to ask the client to show the busy message such that
the user knows the system is busy.
- AuShowBusy(String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
-
Constructs a busy message covering the whole browser.
- AuShowBusy(Component, String) - Constructor for class org.zkoss.zk.au.out.AuShowBusy
-
Constructs a busy message covering only the specified component.
- AuSubmitForm - Class in org.zkoss.zk.au.out
-
A response to ask the client to submit the form with the specified ID,
if any.
- AuSubmitForm(String) - Constructor for class org.zkoss.zk.au.out.AuSubmitForm
-
- AuUploader - Class in org.zkoss.zk.au.http
-
The AU extension to upload files.
- AuUploader() - Constructor for class org.zkoss.zk.au.http.AuUploader
-
- AuUuid - Class in org.zkoss.zk.au.out
-
Rename the UUID.
- AuUuid(Component, String) - Constructor for class org.zkoss.zk.au.out.AuUuid
-
- AuWriter - Interface in org.zkoss.zk.au
-
Represents a writer that is used to send the output back to the client,
when processing
AuRequest
.
- AuWriters - Class in org.zkoss.zk.au
-
Utilities to instantiate an implementation of
AuWriter
.
- AuWriters() - Constructor for class org.zkoss.zk.au.AuWriters
-
- AuWrongValue - Class in org.zkoss.zk.au.out
-
A response to tell the client a component's value is wrong.
- AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
-
- AuWrongValue(String[]) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
-
Constructor for multiple wrong values.
- GenericAutowireComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
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.
- GenericAutowireComposer() - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
The default constructor.
- GenericAutowireComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Constructor with a custom separator.
- GenericAutowireComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Constructors with full control, including separator, whether to
search zscript and xel variables
- GenericComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
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.
- GenericComposer() - Constructor for class org.zkoss.zk.ui.util.GenericComposer
-
- GenericDevice - Class in org.zkoss.zk.device
-
A skeletal implementation of
Device
.
- GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
-
- GenericEventListener<T extends Event> - Class in org.zkoss.zk.ui.event
-
An abstract event listener that you can extend and write intuitive onXxx event
handler methods; this class dispatch event to the implemented onXxx event handler methods
automatically.
- GenericEventListener() - Constructor for class org.zkoss.zk.ui.event.GenericEventListener
-
- GenericForwardComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
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.
- GenericForwardComposer() - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
The default constructor.
- GenericForwardComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
Constructor with a custom separator.
- GenericForwardComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
Constructor with full control.
- GenericInitiator - Class in org.zkoss.zk.ui.util
-
A skeletal implementation that provides does-nothing for all methods,
such that the deriving class needs only to implement the required method.
- GenericInitiator() - Constructor for class org.zkoss.zk.ui.util.GenericInitiator
-
- GenericInterpreter - Class in org.zkoss.zk.scripting.util
-
A skeletal class for implementing a interpreter (
Interpreter
).
- GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
-
- GenericRichlet - Class in org.zkoss.zk.ui
-
Defines a generic richlet.
- GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
-
- get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- get(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Gets the variable from the interpreter.
- get(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Gets the variable from the interpreter's scope associated with
the giving scope.
- get(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
-
- get(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns the component definition of the specified name, or null if not
not found.
- get(Class) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns the component definition of the specified class, or null if not
found.
- get(Component, String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns the first effective event handler of the specified event name,
or null if not available.
- get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Retrieves a ZK session from the cache, or null if the ZK session
is not stored.
- getAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the client-side action (CSA).
- getActivationLock() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getActivationLock() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the lock used to activate an execution.
- getActiveDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active desktops.
- getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active sessions.
- getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active asynchronous updates.
- getAfterHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAfterHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the content that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the tags that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
Converts an AU request to a AfterSizeEvent.
- getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns a readonly list of all event handlers associated
with the specified event name, or null if no handler is associated
with.
- getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all language definitions
regardless of the device type.
- getAnnotatedProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotatedProperties() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only list of the name (String) of properties that
are associated at least one annotation (never null).
- getAnnotatedProperties() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only list of the name of properties that
are associated at least one annotation (never null).
- getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only list of the names (String) of the properties
that are associated with the specified annotation (never null).
- getAnnotatedPropertiesBy(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only list of the names of the properties
that are associated with the specified annotation (never null).
- getAnnotation(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns the annotation associated with the specified
property, or null if not available.
- getAnnotation(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getAnnotation(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the annotation associated with the definition of the specified
property, or null if not available.
- getAnnotationMap() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the annotation map defined in this definition, or null
if no annotation is ever defined.
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the annotation map defined in this info, or null
if no annotation is ever defined.
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the annotation map defined in this info, or null
if no annotation is ever defined.
- getAnnotations(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns the annotations associated with the specified
property.
- getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only collection of all annotations associated with the
the specified property.
- getAnnotations(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the annotations associated with the definition of the specified
property.
- getAnnotations() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only collection of all annotations (
Annotation
)
associated with the specified property.
- getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the apply attribute that is a list of
Composer
class
names or EL expressions returning classes, class names or composer
instances, or null if no apply attribute.
- getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the apply attribute that is a list of
Composer
class
names or EL expressions returning classes, class names or composer
instances, or null if no apply attribute.
- getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAppName() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the application name, never null.
- getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
-
- getArea() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the logical name of the area that the click occurs, or
null if not available.
- getAreaComponent() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the component representing the area that the click occurs,
or null if not associated with any component.
- getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
-
- getArg() - Method in interface org.zkoss.zk.ui.Execution
-
- getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of the specified custom attribute in the specified scope,
or null if not defined.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the value of the specified custom attribute associated with the desktop.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of the specified request attribute.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object (scope).
- getAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object.
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as getAttribute(name).
- getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the first value of the given attribute, or null if not found.
- getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the specified custom attribute in the specified scope.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the specified attribute associated with this page.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Session
-
Returns the value of the specified custom attribute.
- getAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the value of an application-specific attribute, or
null if not found.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the value of the specified custom attribute.
- getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the custom attribute associated with this component,
or the fellow of this component; or null if not found.
- getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the custom attribute associated with this page,
or the fellow of this page; or null if no found.
- getAttributes(int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributes(int) - Method in interface org.zkoss.zk.ui.Component
-
Returns all custom attributes of the specified scope.
- getAttributes() - Method in interface org.zkoss.zk.ui.Component
-
- getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns all custom attributes associated with this desktop.
- getAttributes() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a map of request attributes associated with this session.
- getAttributes() - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns all custom attributes associated with this object (scope).
- getAttributes() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttributes(StringBuffer, Map<String, Object>, Collection<Namespace>) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
-
Generates the attributes for the specified properties
and namespaces.
- getAttributes(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the map of attributes(never null).
- getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
-
Returns all custom attributes of the specified scope.
- getAttributes() - Method in interface org.zkoss.zk.ui.Page
-
Returns all custom attributes associated with this page.
- getAttributes() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getAttributes() - Method in interface org.zkoss.zk.ui.Session
-
Returns a map of custom attributes associated with this session.
- getAttributes() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a map of application-specific attributes.
- getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a map of custom attributes associated with this object.
- getAttributeValues(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns all values of the given attribute, or null if not found.
- getAuDecoder() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAuDecoder() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the AU decoder for this Web application,
or null if not assigned.
- getAuDecoderClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to decode AU requests, or null
if the default shall be used.
- getAuExtension(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the AU extension that is associated the specified prefix.
- getAuExtension(String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the AU extension associated with the specified prefix,
or null if no AU extension associated.
- getAuService() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAuService() - Method in interface org.zkoss.zk.ui.Component
-
Returns an AU service to process the AU request before the component's
default handling.
- getAutag() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAutag() - Method in interface org.zkoss.zk.ui.Component
-
Returns the AU tag for this widget.
- getAutomaticTimeout() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAutomaticTimeout() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns whether to automatically redirect to the timeout URI.
- getAutomaticTimeout() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns whether to automatically redirect to the timeout URI.
- getAutoResendTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout, in milliseconds, for re-sending the AU request when
the server's service unavailable or timeout.
- getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns a set of child components that are available at the client,
or null if ALL available.
- getAverageDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of desktops being created in an hour.
- getAverageSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of sessions being created in an hour.
- getAverageUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of asynchronous updates being created
in an hour.
- getBeforeHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getBeforeHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content that shall be generated inside the head element
and before ZK's default tags (never null).
- getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the content that shall be generated inside the head element
and before ZK's default tags (never null).
- getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the tags that shall be generated inside the head element
and before ZK's default tags (never null).
- getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration begins at,
or null if not specified (and 0 is assumed).
- getBeginIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getBinderAnnotations() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns binder annotations
- getBinderInitAttribute() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns binder init attribute name
- getBookmark() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the current bookmark (never null).
- getBookmark() - Method in class org.zkoss.zk.ui.event.BookmarkEvent
-
Returns the bookmark name (never null).
- getBookmark() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getBookmarkEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.BookmarkEvent
-
Converts an AU request to a bookmark event.
- getBoolean(Map<String, Object>, String) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns whether the specified key is defined.
- getBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the version of the given browser name, or null if the client
is not the given browsers.
- getBrowser() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the name of the browser, or null if not identifiable.
- getBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getBuffer() - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Returns the content being rendered.
- getBuffer() - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Returns the content being rendered.
- getBuild() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the build identifier, such as 2007121316.
- getBuild() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getBuild() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the build identifier, such as 2007121316.
- getBuildStamp() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of language definitions belong to
the specified device type.
- getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the language definition by specifying an extension.
- getBytesUtf8(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getCacheable() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getCacheable() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns if the client can cache the rendered result, or null
to use the device default.
- getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns if the client can cache the rendered result, or null
to use the device default.
- getCallback(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getCallback(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns all of callbacks by specific name
- getCharset(String, InputStream) - Method in interface org.zkoss.zk.ui.util.CharsetFinder
-
Returns the character set for the specified content type,
or null if it is unable to determine one.
- getCheckEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.CheckEvent
-
Converts an AU request to a check event.
- getChildPage() - Method in interface org.zkoss.zk.ui.ext.Includer
-
Returns the child page.
- getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns a live list of children.
- getChildren() - Method in interface org.zkoss.zk.ui.Component
-
Returns a live list of children.
- getChildren() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns a readonly list of children.
- getChildren() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getClass(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getClass(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the class defined in this interpreter, or null if not found.
- getClass(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving class is not supported.
- getClass(Type) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return the Class representing the given Type.
- getClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the handler to retrieve resource from class path,
under /web.
- getClickFilterDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 5.0.0, please use org.zkoss.zul.Button#setAutodisable
instead.
- getClientAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getClientAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of a DOM attribute
- getClientDataAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getClientDataAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of a DOM data attribute
- getClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the URI that is associated with the specified error code,
or null if no URI is associated.
- getClientErrorReloads(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an array of pairs of the error code and URI info of
the specified device and connection (never null).
- getClientEvents() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns a map of event information that the client might send to this component.
- getClientEvents() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a map of event information that the client might send to this component.
- getClientInfoEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Converts an AU request to a client-info event.
- getClientPackages() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the names of the client pages
that are provided by this server
- getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the maximum number of colors the client's screen supports.
- getCombinator(int) - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Return the i-th combinator
- getCombinator() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getCommand() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the command of this request, such as onClick.
- getCommand() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the command of this response (never null).
- getCommand() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the command of the AU request, such as onChange.
- getComponent() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the component that this request is applied for, or null
if it applies to the whole page or a general request.
- getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the component.
- getComponent() - Method in class org.zkoss.zk.ui.Path
-
Returns the component with this path, or null if no such component.
- getComponent(String) - Static method in class org.zkoss.zk.ui.Path
-
Returns the component of the specified path, or null if no such component.
- getComponent(IdSpace, String) - Static method in class org.zkoss.zk.ui.Path
-
Returns the component of the specified path which is related
to the specified ID space, or null if no such component.
- getComponent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the component.
- getComponent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns the component being processed by this thread, or null if idle.
- getComponent() - Method in exception org.zkoss.zk.ui.WrongValueException
-
Returns the component that causes this exception, or null.
- getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
-
- getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
-
- getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentChildIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the child index of the component.
- getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinition(Class<? extends Component>, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the component definition of the specified name, or null
if not found.
- getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the component definition of the specified class, or null
if not found.
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the component definition of the specified name, or null
if not found.
- getComponentDefinition(Class<? extends Component>, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the component definition of the specified class, or null
if not found.
- getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the map of components defined in this language (never null).
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the map of component definition (never null).
- getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
-
Returns the map of component definitions (never null).
- getComponentDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all component definitions in this language.
- getComponentInfo(Component) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Returns the component info associated with the given component, or null
if not available.
- getComponents() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns all components contained in this desktop.
- getComponents() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentSiblingSize() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the count of total siblings of the component, including itself.
- getComposer(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the composer object, or null
if not found.
- getComposer(Page, Object[]) - Static method in class org.zkoss.zk.ui.impl.MultiComposer
-
Returns an instance of composer to represent the specified
array of composers, or null if no composer is specified.
- getComposer(Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the system-level composer or null if none is registered.
- getComposite() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the composite type: "none", "list" or "map".
- getComposite() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Returns the composite type: "none", "list" or "map".
- getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the configuration.
- getContent() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the content of zscript.
- getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the content of zscript.
- getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
-
Returns text/html
- getContentType() - Method in interface org.zkoss.zk.device.Device
-
Returns the default content type (never null).
- getContentType() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content type (after evaluation),
or null to use the device default.
- getContentType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the content type, or null to use the device default.
- getContextPath() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the portion of the request URI that indicates the context of
the current execution.
- getContextPath() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
-
Returns the controller that really implement the
onXxx methods (default to this).
- getCount() - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the number of total alive session.
- getCount() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Retrieves the "count" of the current round of the iteration.
- getCropOwner() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns the owner of the cropping scope.
- getCSSURIs() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of the URIs of CSS files of this language.
- getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the current scope, or null if no scope is allowed.
- getCurrent() - Static method in class org.zkoss.zk.ui.Executions
-
Returns the current execution.
- getCurrent(Page) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the current scope.
- getCurrent() - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the session for the current thread, or null if not available.
- getCurrent(boolean) - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the session for the current thread, or null if not available.
- getCurrent() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the object of this iteration.
- getCurrent() - Static method in class org.zkoss.zk.ui.WebApps
-
Returns this Web application, or null if not available.
- getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
- getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
- getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the current directory (never null).
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Returns the current directory which is used to convert
a relative URI to absolute, or null if not available.
- getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- getCurrentPage(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the page of the give component, or the current page if the
component is null or it doesn't belong to any page.
- getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the current page.
- getCurrentPageDefinition() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getCurrentPageDefinition() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the current page definition, which is pushed when
evaluating a page (from a page definition).
- getData() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the data of this request.
- getData(Component, Object) - Static method in class org.zkoss.zk.au.out.AuEcho
-
Retrieves the data associated with an echo event.
- getData() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the data accompanies with this event, or null if not available.
- getDataHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns all of the client data attribute handlers
- getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the URL where this component definition is declared, or
null if not available.
- getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns a readonly list of the declared namespaces
(Namespace
), or empty if no declared namespace.
- getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the declared namespaces (never null).
- getDefaultMold(Class<? extends Component>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the default mold for the given class.
- getDefaultWidgetClass(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the default widget class, or null if not available.
- getDefaultWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getDefinition() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getDefinition() - Method in interface org.zkoss.zk.ui.Component
-
Returns the component definition of this component (never null).
- getDefinition(String) - Static method in class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
-
Returns the pseudo class definition associated with the given name
- getDefinitionByDeviceType(String, Class) - Static method in class org.zkoss.zk.ui.Components
-
Returns the component definition of the specified class in all
language of the specified device, or null if not found
- getDefinitions() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns a readonly collection of component definitions
(
ComponentDefinition
) defined in this map.
- getDepends() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the component or page that this response depends on.
- getDesktop() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the desktop; never null.
- getDesktop(Session, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the desktop of the specified ID, or null if not found.
- getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getDesktop() - Method in interface org.zkoss.zk.ui.Component
-
Returns the desktop of this component,
or null if this component doesn't belong to any desktop.
- getDesktop() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the desktop associated with this execution.
- getDesktop(Session, ServletRequest, ServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the desktop of the specified request, or null
if not found and autocreate is false, or it has been redirect
or forward to other page.
- getDesktop(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Returns the desktop from the given websocket session.
- getDesktop() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getDesktop() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the desktop.
- getDesktop() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getDesktop() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getDesktop() - Method in interface org.zkoss.zk.ui.Page
-
Returns the desktop that this page belongs to.
- getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the desktop for the specified desktop ID.
- getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the desktop, or null if not created yet.
- getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Returns a desktop cache of the specified session.
- getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Returns the desktop cache, or null if not available.
- getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the desktop cache.
- getDesktopCacheProvider() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getDesktopCacheProvider() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the desktop cache provider.
- getDesktopCacheProviderClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to provide the desktop cache, or null
if default is used.
- getDesktopHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel height of the client's desktop.
- getDesktopId(Object) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns the desktop ID.
- getDesktopIfAny(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getDesktopIfAny(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the desktop for the specified desktop ID, or null if not found.
- getDesktopMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, between client requests
before ZK will invalidate the desktop.
- getDesktopRecycle() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the desktop recycle for this application, or null if not set.
- getDesktopStorage(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Returns a storage in desktop scope from the given websocket session.
- getDesktopWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel width of the client's desktop.
- getDesktopXOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
The the current horizontal pixel location of the top-left corner of
the document in the window.
- getDesktopYOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
The the current vertical pixel location of the top-left corner of
the document in the window.
- getDevice(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified desktop type.
- getDevice() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the device that is associated with this desktop.
- getDevice() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified client.
- getDevicePixelRatio() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Return the current device pixel ratio on tablet/mobile device,
otherwise return 1.0 instead.
- getDeviceType() - Method in exception org.zkoss.zk.device.DeviceNotFoundException
-
Returns the device type that is not found.
- getDeviceType() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the device type that this desktop belongs to.
- getDeviceType() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getDeviceType() - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
Returns the device type for this WpdExtendlet.
- getDeviceType() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDeviceType() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the device type that this definition belongs to.
- getDeviceType() - Method in interface org.zkoss.zk.ui.Session
-
Returns the device type that this session belongs to.
- getDeviceTypes() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all device types.
- getDigest(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Returns a MessageDigest
for the given algorithm
.
- getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a set of the theme URIs that are disabled (never null).
- getDistributedChildren() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getDistributedChildren() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Returns a list of distributed components of the shadow tree, including
its descendant.
- getDistributedIndexInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
-
Returns <!DOCTYPE html>
.
- getDocType() - Method in interface org.zkoss.zk.device.Device
-
Returns the default doc type, or null if no doc type at all.
- getDocType() - Method in class org.zkoss.zk.device.GenericDevice
-
Returns null to indicate not to generate <!DOCTYPE> at all.
- getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the doc type (<!DOCTYPE>) (after evaluation),
or null to use the device default.
- getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the doc type (<!DOCTYPE>),
or null to use the device default.
- getDouble(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the double value of the specified key in the data.
- getDouble(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the double value of the specified key in the data.
- getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns URI for a media that is used to download to the client.
- getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDraggable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the identifier of a draggable type of objects, or "false"
if not draggable (never null nor empty).
- getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
-
- getDropEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DropEvent
-
Converts an AU request to a drop event.
- getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the identifier, or a list of identifiers of a droppable type
of objects, or "false"
if not droppable (never null nor empty).
- getDynamicMediaURI(Component, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns URI for a dynamic generated media associated with a component.
- getDynamicMediaURI(Component, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Returns the property value of the specified name.
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getDynamicTagDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the component definition of the dynamic tag, or null if
this language doesn't support the dynamic tag.
- getEach() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
- getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the each-time scripts of
the specified language, or null if no scripts.
- getEdition() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the edition, such as EE, PE and CE.
- getEdition() - Static method in class org.zkoss.zk.ui.WebApps
-
Returns the edition, such as EE, PE and CE.
- getEmbedded() - Method in interface org.zkoss.zk.device.Device
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded(String) - Method in class org.zkoss.zk.device.Devices
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded() - Method in class org.zkoss.zk.device.GenericDevice
-
- getEnclosingTag() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Returns the name of the enclosing tag for this macro component.
- getEncodedData() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the evaluated result of the associated data of
this response (might be null).
- getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's end position.
- getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration ends at,
or null if not specified (and the last element is assumed).
- getEndIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the epilog children (
NativeInfo
).
- getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the epilog content.
- getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getErrorEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.ErrorEvent
-
Converts an AU request to an error event.
- getErrorPage(String, Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the error page that matches the specified error, or null if not found.
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the evaluator (never null).
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the evaluator of the current execution.
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the evaluator of the current execution.
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the evaluator of the current execution.
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the evaluator based on this language definition (never null).
- getEvaluator() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the evaluator.
- getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getEvaluator() - Method in interface org.zkoss.zk.xel.EvaluatorRef
-
Returns the real evaluator.
- getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the evaluator reference (never null).
- getEvaluatorRef() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the evaluator reference.
- getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.Event
-
Creates an instance of
Event
based on the specified request.
- getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the event.
- getEvent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns the event being processed by this thread, or null if idle.
- getEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the event being served (never null).
- getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the event listener of the specified name, or null
if not found.
- getEventHandlerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventHandlerNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns a readonly collection of event names (String),
or an empty collection if no event name is registered.
- getEventHandlerNames() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a readonly collection of event names (String), or
an empty collection if no event name is registered.
- getEventListener() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getEventListenerMap() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventListenerMap() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the map of event handlers and listeners defined in this component.
- getEventListeners(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventListeners(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns an iterable collection of the event listeners for the given event.
- getEventListeners(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getEventListeners(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns an iterable collection of the event listeners for the given event.
- getEventMethod(Class<?>, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns the method for handling the specified event, or null
if not available.
- getEventMethod() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getEventNames() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns a readonly collection of event names (String), or
an empty collection if no event name is registered.
- getEventTimeWarning() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, to show a warning message
if an event has been processinged longer than it.
- getEventZScript() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getExecution() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the execution, or null if this desktop is not
serving any execution (a.k.a., not locked).
- getExecution() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getExecution() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns the execution that this visualizer is associated with.
- getExecutionInfo() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExecutionInfo() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the information of the event being served, or null
if the execution is not under serving an event.
- getExecutionMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the execution monitor for this application, or null if not set.
- getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the expected type.
- getExpressionFactory() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the expression factory.
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getExpressionFactoryClass() - Method in interface org.zkoss.zk.ui.Page
-
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the implementation of the expression factory that
is used by the whole system, or null if the sytem default is used.
- getExpressionFactoryClass() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the implementation class of the expression factory,
or null to use the default.
- getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the readonly list of extensions that this language definition
is associated with (never null).
- getExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the extra controls that tell ZK how to handle this component
specially.
- getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the client control for this component.
- getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the extra controls that tell ZK how to handle this component
specially.
- getExtraXelVariable(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExtraXelVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExtraXelVariable(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getExtraXelVariable(XelContext, Object, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getFailoverManager() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getFailoverManager() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the failover manager, or null if not available.
- getFailoverManagerClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to handle the failover mechanism,
or null if no custom failover mechanism.
- getFeature(int) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
-
- getFeature(String) - Static method in class org.zkoss.zk.ui.WebApps
-
Returns whether the specified feature is supported.
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellow(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space.
- getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space.
- getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space.
- getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space.
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space, or null
if not found.
- getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space, or null
if not found.
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space, or null
if not found.
- getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space, or null
if not found.
- getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellows() - Method in interface org.zkoss.zk.ui.Component
-
Returns all fellows in the same ID space of this component.
- getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns all fellows in this ID space.
- getFieldValue(Object, Field) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Get field value.
- getFileItemFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to create a file item for fileupload, or null
if the default shall be used.
- getFileRepository() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the directory in which uploaded files will be stored, if stored on disk.
- getFileSizeThreshold() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the threshold at which a temporary file is created as a
buffer, in kilobytes, or a negative value which implies default setting.
- getFirstChild() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFirstChild() - Method in interface org.zkoss.zk.ui.Component
-
Returns the first child component, or null if no child at all.
- getFirstCommand(Object) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns the first command.
- getFirstDayOfWeek() - Static method in class org.zkoss.zk.ui.http.Utils
-
Returns the first day of the week, or -1 if no defined by the application.
- getFirstDayOfWeek(Session) - Static method in class org.zkoss.zk.ui.http.Utils
-
Returns the first day of the week of the given session, or -1 if no defined by the application.
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Generates the first half of the device-dependent content
for the specified tag and properties, and appends it to
the specified string buffer.
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- getFirstInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the first component of its insertion range.
- getFirstInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the first component of its insertion range.
- getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getFirstLine(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the first line to be generated to the output
(after evaluation), or null if nothing to generate.
- getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the first line to be generated to the output,
or null if nothing to generate.
- getFirstPage() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the first page, or null if no page at all (happens when the desktop
has been destroyed)
- getFirstPage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getFirstRoot() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFirstRoot() - Method in interface org.zkoss.zk.ui.Page
-
Returns the first root component.
- getForward() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the forward condition that controls how to forward
an event, that is received by the component created
by this info, to another component.
- getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the URI to forward to, or null if not to forward.
- getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getFromNamespace(Scope, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getFulfill() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the fulfill condition that controls when to create
the child components, or null if the child components
are created at the time when the page is loaded.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
Returns the method.
- getFunction(Scope, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Returns the method of the specified name defined in
this interpreter's scope identified by the specified scope,
or null if not defined.
- getFunction(String, Class[]) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the method of the specified name defined in this interpreter,
or null if not defined.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
Returns the method.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving methods is not supported.
- getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving methods is not supported.
- getFunctionMapper() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getFunctionMapper() - Method in interface org.zkoss.zk.ui.Page
-
Returns the function mapper for resolving XEL functions, or null if
not available.
- getFunctionMapper(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the function mapper, or null if not available.
- getHeader(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of the specified header as a
String
,
or null if not found.
- getHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeaderNames() - Method in interface org.zkoss.zk.ui.Execution
-
Returns all header names this request contains.
- getHeaderNames() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeaders(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns all the values of the specified header as an iterable
String
objects.
- getHeaders(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeight() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
- getHeight() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns the height of the component after re-sized.
- getHeight() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the height.
- getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the helper to generate the output of the native components.
- getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getHflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns horizontal flex hint of this component.
- getHistoryPopStateEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Converts an AU request to a history pop state event.
- getId() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getId() - Method in interface org.zkoss.zk.ui.Component
-
Returns the ID.
- getId() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns ID of this desktop.
- getId() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the ID of the stub component sending the request,
or null if not available.
- getId() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getId() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getId() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the identifier that will be assigned to pages created from
this definition, or null if the identifier shall be generated automatically.
- getId() - Method in interface org.zkoss.zk.ui.Page
-
Returns ID which is unique in the request (never null).
- getId() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page identifier, or null if auto-generation is required.
- getId(String) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
Returns ID of the given UUID, or null if not found or no ID assigned.
- getId(String) - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
- getIdGenerator() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getIdGenerator() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the ID generator, or null if not available.
- getIdGeneratorClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to generate UUID/ID for desktop,
page and components, or null if the default shall be used.
- getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the class name or an expression returning a class instance,
a class name, or a component.
- getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
-
Returns the implementation class of
AuWriter
that
will be used to generate the output to the client.
- getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the class (Class) or the class name (String) that
implements the component.
- getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the value of the implicit variables.
- getImplicit(Page, Component, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(Component, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(Page, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the implicit object.
- getImplicitNames() - Static method in class org.zkoss.zk.ui.Components
-
Returns a readonly collection of the names of the implicit objects.
- getImportedClasses() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a readonly list of the imported class names.
- getImportedClassResolver() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getIndex() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index of the current round of the iteration.
- getInitCrashScript() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns init crash script, if null, use default, see crashmsg.js
- getInitCrashTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns init crash timeout, if -1, use default, which is 60 sec
- getInitiators() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level initiators.
- getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the value of the named context-wide initialization parameter,
or null if the parameter does not exist.
- getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the names of the richlet's initialization parameters as
an iterable String objects (never null).
- getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the names of the context's initialization parameters as
an iterable String objects (never null).
- getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the initial scripts of
the specified language, or null if no script.
- getInnerWidth(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the inner width of an AU request representing the update
of inner width.
- getInputEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.InputEvent
-
Converts an AU request to an input event.
- getInputEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.InputEvent
-
- getInstance() - Static method in class org.zkoss.zk.ui.sys.Registry
-
- getInstance(String, String) - Static method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns an instance of Condition, or null if both ifc and unless
are empty.
- getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection.
- getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection.
- getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Component, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Page, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInt(Map<String, Object>, String, int) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getInt(Map<String, Object>, String, int, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the interpreter of the specified scripting language.
- getItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Returns the value from the given key.
- getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly map of definitions of JavaScript modules,
(String name, String version).
- getJavaScriptPackagesWithMerges() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of the packages that will be merged
by other packages.
- getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all JavaScript
required
by this language.
- getJSONOutput(JSONArray) - Static method in class org.zkoss.zk.au.AuWriters
-
Returns a JSON object representing the output that will be sent
to the client.
- getKey(Class) - Method in class org.zkoss.zk.ui.sys.Registry
-
- getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns the key code.
- getKeyEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.KeyEvent
-
Converts an AU request to a key event.
- getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns what keys were pressed when the component is moved, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns what keys were pressed when the component is resized, or 0 if
none of them was pressed.
- getLabelAttribute() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the label attribute of the label template in the language setting.
- getLabelLocations() - Method in class org.zkoss.zk.ui.util.Configuration
-
- getLanguage() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the scripting language this interpreter is associated with.
- getLanguage() - Method in exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
Returns the language that is not found.
- getLanguage() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the scripting language, or null if the default scripting language
is preferred.
- getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the scripting language, or null if the default scripting language
is preferred.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.GenericRichlet
-
Returns the language definition that this richlet belongs to.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the language definition, or null if it is a temporary definition
belonging to a page.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the language definition that this page is default to be.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Page
-
Returns the language definition that this page belongs to (never null).
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Richlet
-
Returns the default language definition that this richlet belongs to.
- getLastChild() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getLastChild() - Method in interface org.zkoss.zk.ui.Component
-
Returns the last child component, or null if no child at all.
- getLastInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the last component of its insertion range.
- getLastInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the last component of its insertion range.
- getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- getLastResponse(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getLastResponse(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getLastRoot() - Method in interface org.zkoss.zk.ui.Page
-
Returns the last root component.
- getLeft() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns the left of the component after moved.
- getLeft() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the left position.
- getLineCount() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getLinks() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns a list of link
- getListenerIterator(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Component
-
- getListenerIterator(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Page
-
- getListeners() - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Returns a list of all scope listeners (never null).
- getListeners() - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
Returns a ist of all scope listners (never null).
- getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
-
Returns all loaded interpreters.
- getLocalAddr() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) address of the interface on which
the request was received.
- getLocalAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocalAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getLocalAddr() - Method in interface org.zkoss.zk.ui.Session
-
- getLocalName() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the host name of the Internet Protocol (IP) interface
on which the request was received.
- getLocalName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocalName() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getLocalName() - Method in interface org.zkoss.zk.ui.Session
-
- getLocalPort() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) port number of the interface on which
the request was received.
- getLocalPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocation() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the location information of the annotation in the document,
or null if not available.
- getLocator() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getLocator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the locator associated with this page definition.
- getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the locator for the specified context.
- getLocator() - Method in class org.zkoss.zk.ui.metainfo.Parser
-
returns locator for locating resources.
- getLocator() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the locator used to retrieve resources, such as
taglib and zscript files, or null if
RequestInfo.getWebApp()
will be used
as the locator.
- getLong(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getLong(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Instantiates and returns the component definition for the specified condition.
- getMacroURI() - Method in interface org.zkoss.zk.ui.ext.Macro
-
Returns the macro URI.
- getMacroURI() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- getMacroURI() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the macro URI, or null if not a macro.
- getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
-
- getMaximizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Converts an AU request to a maximize event.
- getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
-
Return the time, in seconds, between client requests before
the servlet container will invalidate this session.
- getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed time to process events, in milliseconds.
- getMaxSpareThreads() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of the spare pool for
queuing event processing threads (per Web application).
- getMaxSuspendedThreads() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of suspended event
processing threads (per Web application).
- getMaxUploadSize() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed upload size, in kilobytes, or
a negative value if no limit.
- getMd5Digest() - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Returns an MD5 MessageDigest.
- getMedia() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the serialized media query list which is the value of
MatchMedia annotation.
- getMedia() - Method in class org.zkoss.zk.ui.event.UploadEvent
-
Returns the first media being uploaded, or null if no file
is uploaded.
- getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
-
Retrieve the view in Media
format.
- getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
-
Returns the array of media being uploaded, or null
if the user uploaded no file at all.
- getMergedJavaScriptPackages(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a list of JavaScript packages that are merged the given
package, such as "zk" and "zul.lang".
- getMessage() - Method in class org.zkoss.zk.ui.event.ErrorEvent
-
Returns the error message if this event is caused by a wrong data,
or null if it is to clear message.
- getMessageLoaders() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the message loader for this language.
- getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the MIME type of the specified file, or null if the MIME type
is not known.
- getMinimizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Converts an AU request to a minimize event.
- getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getMold() - Method in interface org.zkoss.zk.ui.Component
-
Returns the mold used to render this component.
- getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns a readonly collection of the names of the mold.
- getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns a collection of the mold names that have the molde URL.
- getMoldURI(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getMoldURI(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns the URI (String) of the template to generate the mold,
or null if not available.
- getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the monitor for this application, or null if not set.
- getMouseEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MouseEvent
-
Converts an AU request to a mouse event.
- getMoveEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MoveEvent
-
Converts an AU request to a move event.
- getName() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the event name.
- getName() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the name of this annotation.
- getName() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns name of this component definition (never null).
- getName() - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
-
Returns the tag name of this header element.
- getName() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getName() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns name of this language.
- getName() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns the name of the property.
- getName() - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns the response header's name.
- getName() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns the name of the template info.
- getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the event name, such as, onClick.
- getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the event name, such as, onClick.
- getName() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
-
- getName() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns the attribute name.
- getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns a readonly collection of the names (String)
of component definitions defined in this map.
- getNamespace(RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Returns the namespace for resource request parameters
- getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the name space.
- getNamespaceParsers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level NamespaceParsers.
- getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Retrieve the native content for a property of the specified component.
- getNativeContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getNativeContext() - Method in interface org.zkoss.zk.ui.WebApp
-
- getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the component definition for the native components.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the native interpreter, or null if not available.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeRequest() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the native request, or null if not available.
- getNativeRequest() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getNativeRequest() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getNativeRequest() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the native request.
- getNativeResponse() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the native response, or null if not available.
- getNativeResponse() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getNativeSession() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getNativeSession() - Method in interface org.zkoss.zk.ui.Session
-
Returns the native session, or null if not available.
- getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getNextInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the next insertion point, it may be a component, a shadow element, or null.
- getNextInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the next insertion point, it may be a component, a shadow element, or null.
- getNextInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the next component before this shadow, if any.
- getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextKey() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the next available key which is unique in the whole cache.
- getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available key which is unique in the whole desktop.
- getNextSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getNextSibling() - Method in interface org.zkoss.zk.ui.Component
-
Returns the next sibling, or null if it is the last child.
- getNextUuid(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextUuid(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextUuid(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available UUID for a page.
- getNextUuid(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available UUID for a component.
- getObjects(Set<T>) - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return selected objects from selected items if possible.
- getOpenEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.OpenEvent
-
Converts an AU request to an open event.
- getOperator() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getOptions() - Method in class org.zkoss.zk.au.AuRequest
-
- getOrientation() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Return the current orientation.
- getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
-
Returns the original event.
- getOrigin() - Method in class org.zkoss.zk.ui.event.FulfillEvent
-
Returns the original event.
- getOverrideKey() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the override key.
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuBookmark
-
Default: zk.bookmark (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearBusy
-
Default: zk.busy (i.e., only one response of this class and
AuShowBusy
will
be sent to the client in an execution for the same component, if any)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearWrongValue
-
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClientInfo
-
Default: zk.clientInfo (i.e., only one response of this class
will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuConfirmClose
-
Default: zk.confirmClose (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuEcho
-
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuFocus
-
Default: zk.focus (i.e., only one response of this class
for the same component will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuObsolete
-
Default: zk.obsolete (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuPrint
-
Default: zk.print (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuResizeWidget
-
Default: zk.resizeWgt (i.e., only one response of this class will
be sent to the client in an execution for the same component)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSelect
-
Default: zk.select (i.e., only one response of this class
for the same component will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSendRedirect
-
Default: zk.redirect (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSetTitle
-
Default: zk.title (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuShowBusy
-
Default: zk.busy (i.e., only one response of this class and
AuClearBusy
will
be sent to the client in an execution for the same component, if any)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuWrongValue
-
- getOwner() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the owner of this interpreter.
- getOwner() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getOwner() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getOwner() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the owner of this page, or null if it is not owned by
any component.
- getOwner() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns the owner component for this execution, or null if
this execution is not owned by any component.
- getPage() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the page that this request is applied for, or null
if this request is a general request -- regardless any page or
component.
- getPage() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPage() - Method in interface org.zkoss.zk.ui.Component
-
Returns the page that this component belongs to, or null if
it doesn't belong to any page.
- getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the page of the specified ID or UUID.
- getPage() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the page owning this event, or null if broadcast.
- getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPage() - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Returns the current page.
- getPage() - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Returns the current page.
- getPage() - Method in class org.zkoss.zk.ui.util.GenericComposer
-
Returns the current page.
- getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the page definition from the page file specified by an URI.
- getPageDefinition(WebApp, String) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the page definition from the page file specified by an URI.
- getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Returns the page definition of the specified path, or null if not found.
- getPageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the page definition, i.e., the root node, or null if not available.
- getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the page definition (always this).
- getPageDefinition(WebApp, Locator, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified path, or null if not
found or failed to parse.
- getPageDefinition(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified path, or null if
not found.
- getPageDefinition() - Method in interface org.zkoss.zk.xel.EvaluatorRef
-
Returns the page definition of this reference, or null if not
available.
- getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content to a page definition.
- getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content, in DOM, to a page definition.
- getPageDefinitionDirectly(Reader, String) - Method in interface org.zkoss.zk.ui.Execution
-
Reads the raw content from a reader and converts it into
a page definition.
- getPageDefinitionDirectly(WebApp, String, String) - Method in class org.zkoss.zk.ui.Executions
-
Converts the specified page content to a page definition.
- getPageDefinitionDirectly(WebApp, Document, String) - Method in class org.zkoss.zk.ui.Executions
-
Converts the specified page content, in DOM, to a page definition.
- getPageDefinitionDirectly(WebApp, Reader, String) - Method in class org.zkoss.zk.ui.Executions
-
Reads the raw content from a reader and converts it into
a page definition.
- getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Document, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getPageDefinitionDirectly(WebApp, Locator, String, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified raw content; never null.
- getPageDefinitionDirectly(WebApp, Locator, Reader, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the raw content from the specified
reader; never null.
- getPageDefinitionDirectly(WebApp, Locator, Document, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified raw content in DOM;
never null.
- getPageDefinitionDirectly(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified reader; never null.
- getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the page of the specified ID or UUID, or null if no such page.
- getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPageRedrawControl(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
Returns the page redraw control.
- getPageRenderer() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the page render for this language.
- getPages() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns a readonly collection of all
Page
in this desktop.
- getPages() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPageX() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the horizontal coordinate of the mouse pointer relative
to the whole document.
- getPageY() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the vertical coordinate of the mouse pointer relative
to the whole document.
- getParameter(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of a request parameter as a String,
or null if the parameter does not exist
- getParameter(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParameter() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- getParameterMap() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a Map of the parameters of this request.
- getParameterMap() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParameters() - Method in interface org.zkoss.zk.ui.util.Template
-
Returns a readonly map of the parameters that are assigned
to the template.
- getParameterValues(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns an array of String objects containing all of the values
the given request parameter has, or null if the parameter does not exist.
- getParameterValues(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParent() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getParent() - Method in interface org.zkoss.zk.ui.Component
-
Returns the parent component, or null if this is the root component.
- getParent() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the parent, or null if it has no parent.
- getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the parent (always null).
- getParent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the parent context
- getParentIdSpace(IdSpace) - Static method in class org.zkoss.zk.ui.Components
-
Returns the parent of the ID space, or null if not found.
- getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Return the parsed expressions of the apply attribute.
- getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getPath() - Method in class org.zkoss.zk.ui.Path
-
Returns the path (after normalized).
- getPath(Component) - Static method in class org.zkoss.zk.ui.Path
-
Returns the path of the specified component.
- getPathInfo() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the path info of the request.
- getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the performance meter for this application, or null if not set.
- getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPosInDouble() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
- getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly set of all preference names.
- getPrevious() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the status of the enclosing forEach statement.
- getPreviousInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the previous insertion point, it may be a component, a shadow element, or null.
- getPreviousInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the previous insertion point, it may be a component, a shadow element, or null.
- getPreviousInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the first component before this shadow, if any.
- getPreviousSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the previous selected items (never null).
- getPreviousSelectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the previous selected items from the target component.
- getPreviousSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the previous selected objects.
- getPreviousSelectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the previous selected objects from the target component.
- getPreviousSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPreviousSibling() - Method in interface org.zkoss.zk.ui.Component
-
Returns the previous sibling, or null if it is the first child.
- getPreviousValue() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the previous value before user's input.
- getPriority() - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Returns the namespace parser's priority, higher is the first.
- getProcessingId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
-
Returns the sequence ID of the request being processed.
- getProcessingPromptDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in milliseconds, before ZK Client Engine shows
a dialog to prompt users that the request is in processing.
- getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the prolog children (
NativeInfo
).
- getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the prolog content.
- getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns a readonly list of properties (
Property
) (never null).
- getProperties() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns a readonly list of properties (
Property
) (never null).
- getPropertiesRenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level properties renders.
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getPropertyAccess(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the corresponding property access object from the given property
name, if any.
- getProxiedEvent() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the proxied event.
- getPseudoClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getPseudoElements() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getQueryString() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the query string that is contained in the request URL after the
path (
Desktop.getRequestPath()
), or null if the URL does not have a query
string.
- getQueryString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the raw content.
- getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the raw content.
- getRawCurrent() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Returns the current session or the current session resolver.
- getRawData() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the associated data of this response in the original
format (might be null).
- getRawScript() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the script passed to the constructor.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns the raw value of the property.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the raw value (text).
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the value passed to the constructor.
- getRawValue() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the raw value.
- getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns the real origin event of a forwarded event.
- getRealPath(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getRealPath(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a String containing the real path for a given virtual path.
- getRealTarget() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the real target.
- getRedrawCallback() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getRedrawCallback() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns the reference item that is the component causing the key event to
be fired.
- getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
- getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the reference item that is the component causing the onSelect
event(select or deselect) to be fired.
- getRemoteAddr() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) address of the client or last
proxy that sent the request.
- getRemoteAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRemoteAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getRemoteAddr() - Method in interface org.zkoss.zk.ui.Session
-
- getRemoteHost() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the fully qualified name of the client or the last proxy
that sent the request.
- getRemoteHost() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRemoteHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getRemoteHost() - Method in interface org.zkoss.zk.ui.Session
-
- getRemoteUser() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the login of the user making this request, if the user has
been authenticated, or null if the user has not been authenticated.
- getRemoteUser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRenderContext(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the render context, or null if not available.
- getRenderdefer() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the number of milliseconds before rendering this component
at the client.
- getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the replaceable text, nor null if it cannot be replaced
with a text.
- getRequest() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the request (never null).
- getRequestData() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the data carried in the request.
- getRequestId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
-
Returns the sequence ID of the new request.
- getRequestId() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getRequestId() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the sequence ID of the current request, or null if not
available.
- getRequestPath() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the path of the request that causes
this desktop to be created, or "" if not available.
- getRequestPath() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getRequestPath() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getRequestPath() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the request path of this page definition, or ""
if not available.
- getRequestPath() - Method in interface org.zkoss.zk.ui.Page
-
Returns the request path of this page, or "" if not available.
- getRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getRequestQueue() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the request queue.
- getResendDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 6.0.0, it is removed without replacement, since
it is rarely applicable and over complicated.
Returns the time, in milliseconds, before ZK Client Engine re-sends
the request to the server.
- getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns a set of readonly reserved words.
- getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a URL to the resource that is mapped to a specified path.
- getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the resource located at the named path as
an InputStream object.
- getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a directory-like listing of all the paths to resources
within the web application whose longest sub-path matches the
supplied path argument.
- getResponse() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the response (never null).
- getResponse() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
-
- getResponse() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
-
- getResponse() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Returns the response representing this aborting reason.
- getResponseCharset() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the charset used to generate the HTTP response
or null to use the container's default.
- getResponseHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getResponseHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a map of response headers (never null).
- getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns a readonly collection of response headers (never null).
- getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns a readonly collection of response headers (never null).
- getResponseId(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getResponseId(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the sequence ID of the response.
- getResponses() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getResponses() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the collection of the AU responses (
AuResponse
)
that shall be generated to the output, or null if not available.
- getRichlet(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getRichlet(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns a richlet for specified request, or null if the richlet is not found..
- getRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an instance of richlet of the specified name, or null
if not found.
- getRichletByPath(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an instance of richlet for the specified path, or
null if not found.
- getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the root of the specified component.
- getRoot() - Method in interface org.zkoss.zk.ui.Component
-
Returns the root of this component.
- getRoot(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the root component of the specified one.
- getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the attributes of the root element declared in this page
(never null).
- getRoots() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getRoots() - Method in interface org.zkoss.zk.ui.Page
-
Returns a readonly list of the root components.
- getScheme() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the name of the scheme used to make this request,
for example, http, https, or ftp.
- getScheme() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the CSS class.
- getScope(String) - Static method in class org.zkoss.zk.ui.Components
-
- getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the scope, or null if it is not associated with a scope.
- getScreenHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel height of the client's screen.
- getScreenWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel width of the client's screen.
- getScript(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the script associated with this event handler.
- getScriptBuffer() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Returns the string buffer for the snippet that shall be generated
after rendering the components.
- getScripts() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns a list of Javascript files or the scripts of the data attribute handler.
- getScrollEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScrollEvent
-
Converts an AU request to a scroll event.
- getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the first half of the device-dependent content
for the specified tag and properties, and appends it to
the specified string buffer.
- getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected items (never null).
- getSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected objects (never null).
- getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text contained in this text.
- getSelectEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectEvent
-
Converts an AU request to a select event.
- getSelectEvent(AuRequest, SelectEvent.SelectedObjectHandler<T>) - Static method in class org.zkoss.zk.ui.event.SelectEvent
-
Converts an AU request to a select event.
- getSelectionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectionEvent
-
Converts an AU request to a selection event.
- getSelectorIndex() - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Return the index of this selector in a multiple selector sequence.
- getSelf() - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Returns the component which applies to this composer.
- getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
-
Returns the self variable.
- getSEORenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level SEO renderer.
- getServerName() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getServerName() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getServerName() - Method in interface org.zkoss.zk.ui.Session
-
- getServerPort() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the server-push controller, or null if it is not enabled
yet.
- getServerPushClass() - Method in interface org.zkoss.zk.device.Device
-
Returns the class that implements the server-push feature
(
ServerPush
) for this device, or null if the default is used.
- getServerPushClass() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the class that implements the server-push feature
(
ServerPush
) for this device, or null if the default is used.
- getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the class name that implements the server push feature.
- getServerPushClass() - Method in class org.zkoss.zk.device.GenericDevice
-
- getServletContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getServletContext() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the servlet context of this application.
- getSession(boolean) - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the session, or null if no session and create
is false.
- getSession() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the session of this desktop.
- getSession() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the session this execution belongs to.
- getSession(boolean) - Method in class org.zkoss.zk.ui.http.SessionResolverImpl
-
- getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the session associated with the specified request request.
- getSession(ServletContext, HttpServletRequest, boolean) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the current HttpSession associated with this request or,
if there is no current session and create is true, returns a new session.
- getSession() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getSession() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getSession() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getSession() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the session, or null if not available.
- getSession(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionResolver
-
Returns the session, or null if no session available and
create
is false.
- getSession(WebApp, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Returns the ZK session associated with the specified native session,
or null if not found.
- getSessionCache() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getSessionCache() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the session cache (never null).
- getSessionCacheClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to store ZK sessions, or null
if the default shall be used.
- getSessionMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of desktop per session.
- getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, between client requests
before ZK will invalidate the session.
- getSessionMaxPushes() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of concurrent server-pushes
per session.
- getSessionMaxRequests() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of concurrent requests
per session.
- getShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinition(String, PageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Instantiates and returns the component definition for the specified condition.
- getShadowDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the map of shadow elements defined in this language (never null).
- getShadowDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all shadow element definitions in this language.
- getShadowFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowFellowIfAny(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the shadow element under this shadow host.
- getShadowHost() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getShadowHost() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Returns the owner component that hosts this shadow element.
- getShadowHostIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getShadowHostIfAny() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Return the shadow host from it or its ancestor, if any.
- getShadowRoots() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowRoots() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a set of shadow elements, if any.
- getShadowVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the shadow variable associated with this component or its parent
component; or null if not found.
- getShadowVariable(Component, String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the shadow variable enclosed with the base component, which
associated with this component or its parent component; or null if not found.
- getShadowVariable0(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSign(Class) - Method in class org.zkoss.zk.ui.sys.Registry
-
- getSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SizeEvent
-
Converts an AU request to a size event.
- getSlideEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SlideEvent
-
Converts an AU request to an slide event.
- getSortEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SortEvent
-
Converts an AU request to a sort event.
- getSourceMapContent() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Generate the source map of this mananger.
- getSourceMapInfoList() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Returns a list of source map info
- getSourceMappingURL() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Returns the source mapping url
- getSourcePath() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
-
Returns the owner of the ID space that this component belongs to.
- getSpecialRendererOutput(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns the split child, or null if not available.
- getSrc(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns the URI to create the template from, or null if not specified.
- getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the start position of the cursor from the input element.
- getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's start position.
- getStartScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to enable (a.k.a., start) the server push.
- getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns when the server (actually, this monitor) started.
- getState() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the state object.
- getStep() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the value of the 'step' attribute for the associated tag,
or null if no 'step' attribute was specified.
- getStopScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStorage() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the storage in a desktop scope.
- getStorage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getStubEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StubEvent
-
Converts an AU request to a stub event.
- getStubonly() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getStubonly() - Method in interface org.zkoss.zk.ui.Component
-
Returns whether this component is stub-only.
- getStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the CSS style.
- getStyle() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getStyle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the CSS style that will be assigned to pages created from
this definition, or null if no style is assigned at the beginning.
- getStyle() - Method in interface org.zkoss.zk.ui.Page
-
Returns the CSS style of this page, or empty if not specified.
- getStyle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page's CSS style, or null if no special CSS style to
assign.
- getStyleSheets() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all StyleSheet
required
by this language.
- getStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns a list of StyleSheet
that shall be generated
to the client for the specified execution.
- getSubBindingAnnotationCount() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSubBindingAnnotationCount() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the count of the component's subtree binding annotation.
- getSubversion(int) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getSubversion(int) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a portion of the version in an integer by specifying its index.
- getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getSuspendedThreads(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- getSuspendedThreads() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns a collection of suspended event processing threads, or empty
if no suspended thread at all.
- getSuspendedThreads(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Returns a collection of suspended event processing threads
belonging to the specified desktop,
or empty if no suspended thread at all.
- getSwipeDirection() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the swipe direction(left/right/up/down) relevant to the
component.
- getSwipeDuration() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the swipe duration(milliseconds) relevant to the component.
- getSwipeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SwipeEvent
-
- getSwipeX() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the horizontal swipe displacement relevant to the component.
- getSwipeY() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the vertical swipe displacement relevant to the component.
- getTabindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the tab order of this component.
- getTabindexInteger() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns null if not set.
- getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Returns the tag name, or null if plain text.
- getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the tag name, or null if no tag name.
- getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the mapper representing the functions defined in
taglib and xel-method.
- getTarget() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the target component that receives this event,
or null if broadcast.
- getTemplate(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getTemplate(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the template of the given name, or null if not available.
- getTemplate(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getTemplate(String) - Method in interface org.zkoss.zk.ui.Page
-
Gets page scope template by name
- getTemplateNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getTemplateNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a readonly set of the names of all templates.
- getTemplatesInfo() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Gets templates info map
- getTemplateURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the theme provider for the current execution,
or null if not available.
- getThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the URI of the CSS resources that will be
generated for each ZUML desktop (never null).
- getThemeURIs(Execution, List<Object>) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Returns a list of the theme's URIs of the specified execution,
or null if no theme shall be generated.
- getThread() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the thread serving the event.
- getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads.
- getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads in processing.
- getTimeoutMessage(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout message for this device, or null if the default
message is preferred.
- getTimeoutURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout URI for this device.
- getTimeZone() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the time zone of the client.
- getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the title that will be assigned to pages created from
this definition, or null if no title is assigned at the beginning.
- getTitle() - Method in interface org.zkoss.zk.ui.Page
-
Returns the title of the desktop this page belongs to
(and evaluate it if it contains an expression).
- getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page title, or null if not available (no title at all).
- getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in milliseconds, before ZK Client Engine shows
the tooltip when a user moves the mouse over particular UI components.
- getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the text as the tooltip.
- getTop() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns the top of the component after moved.
- getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the top position.
- getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of desktops that have been created
since the server started.
- getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of sessions that have been created
since the server started.
- getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of asynchronous updates that have been received
since the server started.
- getTreeBuilderClass() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the tree builder class for this language
- getType() - Method in interface org.zkoss.zk.device.Device
-
Returns the device type.
- getType() - Method in class org.zkoss.zk.device.GenericDevice
-
- getType() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getType() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getType() - Method in class org.zkoss.zk.ui.sys.BooleanPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.IntegerPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.IntPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.ObjectPropertyAccess
-
- getType() - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.StringPropertyAccess
-
- getUiEngine() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getUiEngine() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the UI engine for this Web application (never null).
- getUiEngineClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to handle UI loading and updates,
or null if default is used.
- getUiFactory() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getUiFactory() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the UI factory for this Web application (never null).
- getUiFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to instantiate desktops, pages and components,
or null if default is used.
- getUnavailableMessage() - Method in interface org.zkoss.zk.device.Device
-
Returns the unavailable message that is shown to the client
if the client doesn't support this device.
- getUnavailableMessage() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the unavailable message that is shown to the client
if the client doesn't support this device.
- getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the unavailable message for the specified device type.
- getUnavailableMessage() - Method in class org.zkoss.zk.device.GenericDevice
-
- getUnselectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the unselected items.
- getUnselectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the unselected items from the target component.
- getUnselectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the unselected objects.
- getUnselectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the unselected objects from the target component.
- getUpdateResult(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the result of an AU request representing the update result.
- getUpdateServlet(WebApp) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the update servlet of the specified application, or
null if not loaded yet.
- getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the URI for asynchronous update.
- getUpdateURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getUpdateURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getUpdateURI() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the URI for asynchronous update.
- getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getUpdateURI() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update.
- getUpdateURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update that can be encoded or
not.
- getUploadCharset() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the charset used to encode the uploaded text file
(never null).
- getUploadCharsetFinder() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the finder that is used to decide the character set
for the uploaded text file(s), or null if not available.
- getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
-
Returns the URI (never null).
- getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
-
Returns the URI to forward to.
- getURIEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.URIEvent
-
Converts an AU request to an URI event.
- getUrl() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the URL.
- getUserAgent() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the user-agent header, which indicates what the client is,
or an empty string if not available.
- getUserAgent() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getUserPrincipal() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a java.security.Principal object containing the name of the
current authenticated user.
- getUserPrincipal() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getUtilityHandler() - Static method in class org.zkoss.zk.ui.select.SelectorComposer
-
- getUuid() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the UUID.
- getUuid() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getUuid() - Method in interface org.zkoss.zk.ui.Component
-
Returns UUID (universal unique ID) which is unique in the whole
session.
- getUuid() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the UUID of the stub component sending the request.
- getUuid() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getUuid() - Method in interface org.zkoss.zk.ui.Page
-
Returns UUID (universal unique ID) which is unique in the whole
session.
- getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page's UUID.
- getValue() - Method in interface org.zkoss.zk.au.DeferredValue
-
Returns the value.
- getValue() - Method in exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the value that user input.
- getValue() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
Returns the value of the target component,
when the onOpen event is sent, or null if not applicable.
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Evaluates the value to an Object.
- getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Evaluates the value to an Object.
- getValue(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns the value of the response header.
- getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the value after evaluation (might be null).
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the value after evaluation.
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the value associated with this event handler.
- getValue() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getValue(Component) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Returns the value of a variable defined in this interpreter's
scope identified by the specified scope.
- getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the value of a variable defined in this interpreter.
- getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Retrieve the variable.
- getVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the value of a variable defined in this interpreter's
scope identified by the specified scope.
- getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the variable resolver for this execution, or null if not
available.
- getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the variable resolver, or null if not available.
- getVersion() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the ZK version, such as "1.1.0" and "2.0.0".
- getVersion() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getVersion() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the ZK version, such as "1.1.0" and "2.0.0".
- getVflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Return vertical flex hint of this component.
- getViewport() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getViewport() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the viewport that will be assigned to pages created from
this definition, or "auto" if no viewport is assigned at the beginning.
- getViewport() - Method in interface org.zkoss.zk.ui.Page
-
Return the meta viewport of this page, or "auto" if not specified.
- getViewport() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Return the page's viewport, or "auto" if not specified.
- getVisibilityChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Converts an AU request to a visibility change event.
- getVisibilityState() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Return the current page's visibility state.
- getVisibleChildren(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns a collection of visible children.
- getVisualizer() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getVisualizer() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getVisualizer() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the visualizer associated with this desktop.
- getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getWCSCacheControl(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Returns the number of hours that the specified WCS
(Widget CSS descriptor) file won't be changed.
- getWebApp() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the Web application this desktop belongs to.
- getWebApp() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getWebApp() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application.
- getWebApp(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application of the specified context.
- getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the web application that the richlet belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.Session
-
Returns the Web application that this session belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the Web application; never null.
- getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the Web application that this configuration belongs to,
or null if it is not associated yet.
- getWebApp(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the WebApp that corresponds to a specified URL on the server,
or null if either none exists or the container wishes to restrict
this access..
- getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to represent this Web application,
or null if default is used.
- getWebAppFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to instantiate an instance representing this Web application,
or null if default is used.
- getWebAppIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application of the specified context, or null
if not available.
- getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified context.
- getWebManager(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified
WebApp
.
- getWebManagerIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the give context, or null if not found.
- getWebManagerIfAny(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified
WebApp
,
or null if not found.
- getWidgetAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
- getWidgetAttributeNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetAttributeNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of additions DOM attributes that shall be
generated.
- getWidgetClass() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the widget class (a.k.a., widget type), or null if not defined.
- getWidgetClass() - Method in interface org.zkoss.zk.ui.Component
-
Returns the widget class (a.k.a., the widget type), or null
if not available.
- getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Returns the component class (a.k.a., widget type), "zk.Macro".
- getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Returns the widget class, "zk.Native".
- getWidgetClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getWidgetClass(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
- getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the widget class (might contain EL expressions), or null
if not available.
- getWidgetClass(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getWidgetClass(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the widget class of the given page, or null if the default is used.
- getWidgetClass() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns the widget class (a JavaScript class).
- getWidgetClass() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the widget class of this page, or null to use the device default.
- getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubComponent
-
Returns the widget class, "#stub".
- getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
Returns the widget class, "#stubs".
- getWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the widget of the specified class name.
- getWidgetDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the widget of the specified class name, or null if not found.
- getWidgetListener(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetListener(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the script of the client event, or null if not found.
- getWidgetListenerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetListenerNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of event names (String) that
the listener of the peer widget are assigned, or
an empty collection if none is registered.
- getWidgetOverride(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetOverride(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the script of the method definition to override
widget's method, or null if not found.
- getWidgetOverrideNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetOverrideNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of the property names (String) that
shall be overridden, or an empty collection if none is registered.
- getWidth() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
- getWidth() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns the width of the component after re-sized.
- getWidth() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the width.
- getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
-
Returns all the exceptions (never null).
- getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the horizontal coordinate of the mouse pointer relevant to
the component.
- getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getXelVariable(XelContext, Object, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXelVariable(XelContext, Object, Object, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXMLResourcesLocator() - Static method in class org.zkoss.zk.ui.impl.Utils
-
Returns the XML resources locator to locate
metainfo/zk/config.xml, metainfo/zk/lang.xml, and metainfo/zk/lang-addon.xml
- getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the vertical coordinate of the mouse pointer relevant to
the component.
- getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the ZK Cascading Style class(es) for this component.
- getZIndex() - Method in class org.zkoss.zk.ui.event.ZIndexEvent
-
Returns the z-index of the component after moved.
- getZIndex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the Z index.
- getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the Z index.
- getZIndexEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ZIndexEvent
-
Converts an AU request to a z-index event.
- getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
-
Returns the zscript associated with this event handler.
- getZScript() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the
ZScript
object hold in this info.
- getZScriptClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptClass(String) - Method in interface org.zkoss.zk.ui.Page
-
- getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
-
Returns the function of the specified name by searching
the loaded interpreters.
- getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
-
Returns the function of the specified name by searching
the logical scope of the specified component
in all the loaded interpreters.
- getZScriptLanguage() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptLanguage() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the default scripting language which is assumed when
a zscript element doesn't specify any language.
- getZScriptLanguage() - Method in interface org.zkoss.zk.ui.Page
-
Returns the default scripting language which is assumed when
a zscript element doesn't specify any language.
- getZScriptLanguages() - Static method in class org.zkoss.zk.scripting.Interpreters
-
Returns a set of names of the scripting languages supported by this
installation.
- getZScriptVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptVariable(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptVariable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the variable of the specified name by searching
the loaded interpreters, if any.
- getZScriptVariable(Component, String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the variable of the specified name by searching
the logical scope of the specified component
in all the loaded interpreters, if any.
- GlobalDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
-
A implementation of
DesktopCacheProvider
that stores all
desktops from the same Web application into one desktop cache.
- GlobalDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- GroovyInterpreter - Class in org.zkoss.zk.scripting.groovy
-
Groovy interpreter.
- GroovyInterpreter() - Constructor for class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- GROUP - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents a group of desktops that belongs to the same browser.
- save(byte[]) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Called to encode the last response for repeated request before storing.
- SAVE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
-
- SC_ACTIVATION_TIMEOUT - Static variable in class org.zkoss.zk.au.AuResponse
-
ZK-Error (5502) indicating the request is aborted, because it
is waiting too long for the completion of the previous request.
- SC_OUT_OF_SEQUENCE - Static variable in class org.zkoss.zk.au.AuResponse
-
ZK-Error (5501) indicating the request is out-of-sequence.
- SCALAR - Static variable in class org.zkoss.zk.xel.impl.Utils
-
- schedule(Desktop, EventListener<T>, T) - Static method in class org.zkoss.zk.ui.Executions
-
Schedules a task to run under the server push of the given desktop asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- schedule(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.Scheduler
-
Schedules the task to execute asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Called by the associated desktop to schedule a task to execute
asynchronously.
- scheduledServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- scheduledServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns if there is any scheduled task for server push.
- Scheduler<T extends Event> - Interface in org.zkoss.zk.ui.sys
-
A scheduler that is able to schedule a task to execute asynchronously.
- scheduleServerPush(EventListener<T>, T) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- scheduleServerPush(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Schedules a task to run under the server push of the given desktop asynchronously.
- Scope - Interface in org.zkoss.zk.ui.ext
-
Represents a scope of attributes.
- ScopeListener - Interface in org.zkoss.zk.ui.ext
-
A listener used to listen whether a scope (
Scope
) is changed.
- ScopeListeners - Class in org.zkoss.zk.ui.impl
-
- ScopeListeners(Scope) - Constructor for class org.zkoss.zk.ui.impl.ScopeListeners
-
Constructor.
- Scopes - Class in org.zkoss.zk.ui.ext
-
Utilities to manage the current scope (
Scope
).
- Scopes() - Constructor for class org.zkoss.zk.ui.ext.Scopes
-
- scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
-
Converts an integer to the string representing the scope.
- ScriptManager - Interface in org.zkoss.zk.ui.http
-
A manager to manage the script of WPD.
- ScriptManagerImpl - Class in org.zkoss.zk.ui.http
-
The default implementation of the script manager (
ScriptManager
).
- ScriptManagerImpl() - Constructor for class org.zkoss.zk.ui.http.ScriptManagerImpl
-
- scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the current desktop (a.k.a., browser window) by the specified number of pixels.
- ScrollEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by that user is scrolling or
has scrolled at the client.
- ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, double) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, int, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, double, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- scrollIntoView(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the ancestor elements to make the specified element visible.
- scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the current desktop (a.k.a., browser window) to the specified location (in pixels).
- SelectEvent<T extends Component,E> - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's the list selection is changed
at the client.
- SelectEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, T) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, T, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, Set<T>, Set<T>, Set<E>, Set<E>, Set<E>, T, Object, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event containing the data objects that model
provided.
- SelectEvent.SelectedObjectHandler<T extends Component> - Interface in org.zkoss.zk.ui.event
-
A handle to retrieve selected objects from selected items (components)
if possible.
- SelectionEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's the active selection which is a
highlighted block of text.
- SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
-
Constructs a selection event.
- Selector - Class in org.zkoss.zk.ui.select.impl
-
The model representing a selector.
- Selector(int) - Constructor for class org.zkoss.zk.ui.select.impl.Selector
-
- Selector.Combinator - Enum in org.zkoss.zk.ui.select.impl
-
- SelectorComposer<T extends Component> - Class in org.zkoss.zk.ui.select
-
A composer analogous to GenericForwardComposer.
- SelectorComposer() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer
-
- SelectorComposer.UtilityHandler - Interface in org.zkoss.zk.ui.select
-
An interface for SelectorComposer's functionality plug-in.
- SelectorComposer.UtilityHandlerImpl - Class in org.zkoss.zk.ui.select
-
- SelectorComposer.UtilityHandlerImpl() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- Selectors - Class in org.zkoss.zk.ui.select
-
A collection of selector related utilities.
- Selectors() - Constructor for class org.zkoss.zk.ui.select.Selectors
-
- Selectors.ComposerEventListener - Class in org.zkoss.zk.ui.select
-
- Selectors.ComposerEventListener(Method, Object) - Constructor for class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
-
- self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the applied component itself.
- SEND_REDIRECT - Static variable in class org.zkoss.zk.ui.util.URIInfo
-
Represents send-redirect shall be used to access the URI (
URIInfo.uri
).
- sendClientCommand(Component, String, Object) - Static method in class org.zkoss.zk.ui.util.Clients
-
Send a command to client (afterCommand)
- sendEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the specified component and process it
immediately.
- sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the target specified in the event, and processes it immediately.
- sendEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the target, and processes it immediately.
- sendEvent(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- sendEvent(Component, Event) - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Sends the specified component and event and processes the event
synchronously.
- sendRedirect(String) - Method in interface org.zkoss.zk.ui.Execution
-
Sends a temporary redirect response to the client using the specified
redirect location URL.
- sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Sends a temporary redirect response to the client using the specified
redirect location URL and redirect to the specified browser window.
- sendRedirect(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
-
Send a redirect to the given url in the application the redirect is done
via status 302 by
AuRedirect
if respRedirect is set to true.
- sendRedirect(String) - Static method in class org.zkoss.zk.ui.Executions
-
Sends a temporary redirect response to the client using the specified
redirect location URL by use of the current execution,
Executions.getCurrent()
.
- sendRedirect(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Sends a temporary redirect response to the client using the specified
redirect location URL.
- SEORenderer - Interface in org.zkoss.zk.ui.sys
-
A plugin that an application could add to generate application-specific
SEO content.
- SerializableAware - Interface in org.zkoss.zk.scripting
-
An extra interface implemented by an interpreter (
Interpreter
)
if it supports serialization.
- SerializableAware.Filter - Interface in org.zkoss.zk.scripting
-
- SerializableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
-
- SerializableSession - Class in org.zkoss.zk.ui.http
-
- SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
-
Constructor.
- SerializableSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
-
Constructs a ZK session with either a HTTP session or a Portlet session.
- SerializableUiFactory - Class in org.zkoss.zk.ui.http
-
The serializable implementation of
UiFactory
.
- SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
-
- serveResource(ResourceRequest, ResourceResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Process AJAX request here instead of DHtmlUpdateServlet if the Portal Container support JSR 286.
- ServerPush - Interface in org.zkoss.zk.ui.sys
-
Represents a server-push controller.
- ServerPushEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
-
The default implementation of the server-push based event queue
(
EventQueue
).
- ServerPushEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.au.AuService
-
Handles an AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDropUploader
-
Processes a file uploaded from the client.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.zk.au.http.AuExtension
-
Called by ZK to process the AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuRedirect
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuUploader
-
Processes a file uploaded from the client.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.au.http.UploadInfoService
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Handles an AU request.
- service(Event, Scope) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Processes an AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- service(Page) - Method in interface org.zkoss.zk.ui.Richlet
-
Called by the richlet container to create components when
the specified page is visited and created.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an AU request.
- service(Event, Scope) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an event.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Processes an AU request.
- service(Event, Scope, Component, String) - Method in interface org.zkoss.zk.ui.sys.EventListenerMap
-
Services the event under the given page and scope.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
- SESSION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the sessions cope.
- Session - Interface in org.zkoss.zk.ui
-
A user session.
- session - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the session.
- SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
- SessionActivationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a session, when the session
is going to be deactivated or has been activated.
- SessionCache - Interface in org.zkoss.zk.ui.sys
-
The cache for storing ZK sessions.
- SessionCleanup - Interface in org.zkoss.zk.ui.util
-
Used to clean up a session.
- sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- sessionCreated(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a new session is created.
- sessionCreated(Session) - Method in class org.zkoss.zk.ui.util.Statistic
-
- SessionCtrl - Interface in org.zkoss.zk.ui.sys
-
Additional interface of
Session
for implementation.
- SessionDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
-
A implementation of
DesktopCacheProvider
that stores all desktops
from the same session in one desktop cache.
- SessionDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Called when a session is destroyed.
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Called when the native session of the specified session
has been destroyed
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a session is being destroyed.
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.util.Statistic
-
- sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
-
Notification that the desktop, which owns this device,
has just been activated (a.k.a., deserialized) by the Web container.
- sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
-
- sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- sessionDidActivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
-
- sessionDidActivate(HttpSession) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to post-process a session after
it is read back.
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Notification that the session, which owns this component,
has just been activated (a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Notification that the session has just been activated
(a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Notification that the session has just been activated
(a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Notification that the session, which owns this desktop,
has just been activated (a.k.a., deserialized) by the Web container.
- sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Notification that the session, which owns this page,
has just been activated (a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Notification that the session has just been activated
(a.k.a., deserialized).
- SessionInit - Interface in org.zkoss.zk.ui.util
-
Used to initialize a session when it is created.
- SessionResolver - Interface in org.zkoss.zk.ui.sys
-
- SessionResolverImpl - Class in org.zkoss.zk.ui.http
-
An implementation of session resolver (
SessionResolver
) based on HTTP request.
- SessionResolverImpl(ServletContext, HttpServletRequest) - Constructor for class org.zkoss.zk.ui.http.SessionResolverImpl
-
- Sessions - Class in org.zkoss.zk.ui
-
- Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
-
- sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the session.
- SessionsCtrl - Class in org.zkoss.zk.ui.sys
-
An additional utilities for implementation related to
Session
.
- SessionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.SessionsCtrl
-
- SessionSerializationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a session, when the session
is going to be serialized or has been deserialized.
- sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
-
Notification that the desktop, which owns this device,
is about to be passivated (a.k.a., serialized) by the Web container.
- sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
-
- sessionWillPassivate() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to pre-process a session before writing
the session
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Notification that the session, which owns this component,
is about to be passivated (a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Notification that the session, which owns this desktop,
is about to be passivated (a.k.a., serialized) by the Web container.
- sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Notification that the session, which owns this page,
is about to be passivated (a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to the interpreter.
- set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to the interpreter's scope associated with the
giving scope.
- setAbortingReason(AbortingReason) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- setAbortingReason(AbortingReason) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Aborts the current execution.
- setAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the client-side action (CSA).
- setApply(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the apply attribute that is is a list of
Composer
class
or EL expressions returning classes, class names or composer instances.
- setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the apply attribute that is is a list of
Composer
class
or EL expressions returning classes, class names or composer instances.
- setApply(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Sets the application name.
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
-
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the value of the specified custom attribute associated with the desktop.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
-
Sets the value of the specified request attribute.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Sets (a.k.a., associates) the value for a custom attribute with this object (scope).
- setAttribute(String, Object, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Sets the custom attribute associated with this scope, or the parent
scope.
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as setAttribute(name, value).
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Page
-
Sets the value of the specified custom attribute associated with this page.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Session
-
Sets the value of the specified custom attribute.
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the value of an application-specific attribute.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
-
Sets the value of the specified custom attribute.
- setAuDecoder(AuDecoder) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAuDecoder(AuDecoder) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the AU decoder for this Web application.
- setAuDecoderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to decode AU requests,
or null to use the default.
- setAuService(AuService) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAuService(AuService) - Method in interface org.zkoss.zk.ui.Component
-
Sets an AU service to process the AU request before the component's
default handling.
- setAutag(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAutag(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the AU tag for this widget.
- setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets whether to automatically redirect to the timeout URI.
- setAutomaticTimeout(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets whether to automatically redirect to the timeout URI.
- setAutomaticTimeout(String, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to automatically trigger the timeout at the client.
- setAutoResendTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the timeout, in milliseconds, to re-send the AU request when
the server's service unavailable or timeout.
- setBinderAnnotations(Set<String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set binder annotations
- setBinderInitAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set binder init attribute name
- setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets whether to preserve the blank text.
- setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets a bookmark to this desktop.
- setBookmark(String, boolean) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the bookmark to this desktop.
- setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setBookmark(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setCacheable(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setCacheable(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets if the client can cache the rendered result.
- setCacheable(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets if the client can cache the rendered result.
- setCacheControl(String, int) - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for the response.
- setCacheControl(HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for the response.
- setCacheControl(ServletContext, HttpServletRequest, HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for the response.
- setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the case condition.
- setChildAllowedInTextAs(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets whether the child component is allowed within the element.
- setChildPage(Page) - Method in interface org.zkoss.zk.ui.ext.Includer
-
Sets the child page.
- setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class.
- setClickFilterDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 5.0.0, please use org.zkoss.zul.Button#setAutodisable
instead.
- setClientAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setClientAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes a DOM attribute of the peer widget (at the client).
- setClientDataAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setClientDataAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets a DOM data attribute of the peer widget (at the client).
- setClientErrorReload(String, int, String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the URI to redirect to, when ZK Client Engine receives
an error.
- setCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setComplete(boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setComplete(boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets if the page is a complete page.
- setComplete(boolean) - Method in interface org.zkoss.zk.ui.Page
-
Sets if the page is a complete page.
- setComponentInfo(Component, ComponentInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Sets the component info for the given component.
- setCompress(boolean) - Method in interface org.zkoss.zk.au.AuWriter
-
Sets whether to compress the output with GZIP.
- setCompress(boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- setCompress(boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
- setContent(String) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setContentType(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setContentType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setContentType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the content type.
- setContentType(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the content type.
- setContentType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Sets the content type to the specified execution for the given page.
- setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the content type.
- setCrawlable(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether this Web application is crawlable.
- setCSSCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for the CSS files
of class Web resources.
- setCSSCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for the CSS files
of class Web resources.
- setCSSCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for the CSS files
of class Web resources.
- setCurrent(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
Sets the execution for the current thread.
- setCurrent(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the session for the current thread.
- setCurrent(SessionResolver) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the session for the current thread.
- setCurrent(WebApp) - Static method in class org.zkoss.zk.ui.sys.WebAppsCtrl
-
Sets the Web application for this installation.
- setCurrentDirectory(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the current directory.
- setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the current directory which is used to convert
a relative URI to absolute.
- setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(ShadowInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- setCurrentPage(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setCurrentPage(Page) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the current page.
- setCurrentPageDefinition(PageDefinition) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setCurrentPageDefinition(PageDefinition) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the current page definition.
- setCustomThemeProvider(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
- setCustomThemeRegistry(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to use custom ThemeRegistry
.
- setCustomThemeResolver(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to use custom ThemeResolver
.
- setCWRCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for class Web resources.
- setCWRCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for class Web resources.
- setCWRCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for class Web resources.
- setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to debug JavaScript files.
- setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Parser
-
- setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
-
- setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the URI where this definition is declared.
- setDefaultWidgetClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the default widget class.
- setDefaultWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Sets whether the evaluation of the zscript shall be deferred.
- setDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setDefinition(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition.
- setDefinition(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition by specifying the name.
- setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Sets the desktop to the specified request.
- setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the desktop associated with this execution.
- setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Sets the desktop cache.
- setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the desktop provider for this Web application.
- setDesktopCacheProviderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to provide the desktop cache, or null to
use the default.
- setDesktopMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in seconds, between client requests
before ZK will invalidate the desktop.
- setDesktopRecycle(DesktopRecycle) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the desktop recycler for this application, or null to disable it.
- setDeviceType(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the device type that this desktop belongs to.
- setDeviceType(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setDeviceType(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setDeviceType(String) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Sets the device type that this session belongs to.
- setDirectContent(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Sets whether a component can directly generate HTML tags
to the output.
- setDisabled(boolean) - Method in interface org.zkoss.zk.ui.ext.Disable
-
Sets whether it is disabled.
- setDistributedIndexInfo(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the doc type (<!DOCTYPE>).
- setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the doc type (<!DOCTYPE>).
- setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets "true" or "false" to denote whether a component is draggable,
or an identifier of a draggable type of objects.
- setDroppable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets "true" or "false" to denote whether a component is droppable,
or a list of identifiers of draggable types of objects that could
be dropped to this component.
- setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Sets a property with the specified name and value.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setDynamicTagInfo(String, Set<String>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the definition for the dynamic tag.
- setDynamicValue(boolean) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Sets whether the shadow element contains a dynamic value, if true means the
shadow element cannot be destroyed after evaluated, if false it will detect
its attribute automatically.
- setDynamicValue(boolean) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Sets whether the shadow element contains a dynamic value, if true means the
shadow element cannot be destroyed after evaluated, if false it will detect
its attribute automatically.
- setEnclosingTag(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Sets the the name of the enclosing tag for this macro component.
- setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the epilog content.
- setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the cache that stores the information about event handler methods.
- setEventTimeWarning(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set the time, in seconds, to show a warning message
if an event has been processinged longer than it.
- setExecution(Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setExecution(Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the execution (used to represent a lock).
- setExecutionInfo(ExecutionInfo) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setExecutionInfo(ExecutionInfo) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the information of the event being served, or null if not under
serving an event.
- setExecutionMonitor(ExecutionMonitor) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the execution monitor for this application, or null to disable it.
- setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
-
Sets the expected type.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setExpressionFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the implementation of the expression factory that shall
be used by this page.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Page
-
Sets the implementation of the expression factory that
is used by this page.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the implementation of the expression factory that shall
be used by the whole system.
- setFailoverManager(FailoverManager) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setFailoverManager(FailoverManager) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the failover manager for this Web application.
- setFailoverManagerClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to handle the failover mechanism, or null if
no custom failover mechanism.
- setFieldValue(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Set a value to a field of the object.
- setFileItemFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to create a file item for fileupload,
or null to use the default.
- setFileRepository(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the directory in which uploaded files will be stored, if stored on disk.
- setFileSizeThreshold(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the threshold at which a temporary file is created as a
buffer, in kilobytes.
- setFirstLine(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setFirstLine(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the first line to be generated to the output.
- setFirstLine(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the first line to be generated to the output.
- setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets focus to this element.
- setForward(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the forward condition that controls when to forward
an event receiving by this component to another component.
- setFulfill(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the fulfill condition that controls when to create
the child components.
- setFullComposerOnly(boolean) - Method in class org.zkoss.zk.ui.impl.MultiComposer
-
Sets whether to invoke only the composer that implements
FullComposer
.
- setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the height.
- setHeight0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setHeightDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the height directly without sending back the result
(smart update) to the client
- setHflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets horizontal flex hint of this component.
- setHflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setHflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the hflex directly without sending back the result
(smart update) to the client
- setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setId(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the ID.
- setId(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setId(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setId(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setId(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the identifier that will be assigned to pages created from this
definition.
- setId(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the identifier of this page.
- setId(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the desktop identifier.
- setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the ID generator for this Web application.
- setIdGeneratorClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to generate UUID/ID of desktop,
page and components, or null to use the default.
- setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the if condition.
- setImplementation(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the string that implements the component.
- setImplementationClass(Class) - Static method in class org.zkoss.zk.au.AuWriters
-
Sets the implementation class of
AuWriter
that
will be used to generate the output to the client.
- setImplementationClass(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the class to implements the component.
- setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the class name to implements the component.
- setImplementationClass(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Sets an implicit object.
- setInitCrashScript(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets user customized init crash script
- setInitCrashTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets user customized init crash timeout
- setInlineParent(Component, Component) - Method in interface org.zkoss.zk.ui.ext.Macro
-
Sets the parent to the given one and insert the children of
the inline macro right before the given sibling (beforeSibling).
- setInlineParent(Component, Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setItem(String, T) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Sets a data value with a given key
- setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies whether to keep the desktops across visits.
- setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the component and attribute names used to represent a label.
- setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Sets the scripting language.
- setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Sets the scripting language.
- setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the left position.
- setLeftDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the left directly without sending back the result
(smart update) to the client
- setLineCount(int) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setLocator(Locator) - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- setLocator(Locator) - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Sets the locator used to retrieve resources, such as
taglib and zscript files.
- setMacroTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the macro template.
- setMacroURI(String) - Method in interface org.zkoss.zk.ui.ext.Macro
-
Sets the macro URI.
- setMacroURI(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
-
Specifies the time, in seconds, between client requests before
the servlet container will invalidate this session.
- setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed time to process events, in milliseconds.
- setMaxSpareThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of the spare pool for
queuing the event processing threads (per Web application).
- setMaxSuspendedThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of suspended event
processing threads (per Web application).
- setMaxUploadSize(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed upload size, in kilobytes.
- setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setMold(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the mold to render this component.
- setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the monitor for this application, or null to disable it.
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
-
- setNativeTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the native template.
- setOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the owner of this page.
- setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called before a component redraws itself if the component might
include another page.
- setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setPage(Page) - Method in interface org.zkoss.zk.ui.Component
-
Sets what page this component belongs to.
- setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Changes the page.
- setPageBefore(Page, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setPageBefore(Page, Component) - Method in interface org.zkoss.zk.ui.Component
-
Sets what page this component belongs to, and insert
this component right before the reference component.
- setParent(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setParent(Component) - Method in interface org.zkoss.zk.ui.Component
-
Sets the parent component.
- setParent(Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Changes the parent.
- setParent(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the performance meter for this application, or null to disable it.
- setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the value of the preference.
- setPreferredTimeZone(HttpSession, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets the preferred timezone for the specified session.
- setPreferredTimeZone(ServletContext, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets the preferred timezone for the specified servlet context.
- setPrevInsertion(Component, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in milliseconds, before ZK Client Engine shows
a dialog to prompt users that the request is in processing.
- setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the prolog content.
- setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
-
Sets the prolog content.
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
-
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
-
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setPseudoClassDef(String, PseudoClassDef) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Add or set pseudo class definition.
- setQuoted(boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setRawCurrent(Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the current session or the current session resolver.
- setRawValue(String) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Sets the raw value of the property.
- setRawValue(String) - Method in class org.zkoss.zk.xel.ExValue
-
Sets the raw value.
- setReadonly(boolean) - Method in interface org.zkoss.zk.ui.ext.Readonly
-
Sets whether it is readonly.
- setRenderdefer(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the number of milliseconds before rendering this component
at the client.
- setRenderingResult(String) - Method in interface org.zkoss.zk.ui.ext.Includer
-
- setRepeatUuid(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to use the same UUID sequence for desktops after
rebooting.
- setReplaceableText(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the replaceable text.
- setRequestId(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setRequestId(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the sequence ID of the current request.
- setRequestPath(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the request path of this page definition.
- setResendDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 6.0.0, it is removed without replacement, since
it is rarely applicable and over complicated.
Specifies the time, in milliseconds, before ZK Client Engine re-sends
the request to the server.
Default: -1 (i.e., disabled).
However, if ZK 5.0.3 EE or prior, the default is 9000.
There are many reasons an Ajax request is not received by
the server. With the resending mechanism, ZK ensures the reliable
connection between the client and the server.
See also Bug 1839246
- setResolved(boolean) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the charset used to generate HTTP response.
- setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the give name and value.
- setResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the given name and date-value.
- setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setResponseId(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setResponseId(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the sequence ID of the response.
- setResponses(Collection<AuResponse>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setResponses(Collection<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the collection of the AU responses (
AuResponse
)
that shall be generated to the output.
- setRootAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a root attribute.
- setRootAttributes(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setRootAttributes(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Set the attributes of the root element declared in this page
- setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class.
- setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
-
Sets the self variable.
- setServerPushClass(Class) - Method in interface org.zkoss.zk.device.Device
-
Sets the class that implements the server-push feature
(
ServerPush
) for this device, or null to use the default.
- setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the name of the class that implements the server-push feature.
- setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Sets the class that implements the server-push feature.
- setServerPushClass(Class) - Method in class org.zkoss.zk.device.GenericDevice
-
- setSessionCache(SessionCache) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setSessionCache(SessionCache) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the session cache for this Web application.
- setSessionCacheClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to store ZK sessions,
or null to use the default.
- setSessionMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of desktop
per session.
- setSessionMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in seconds, between client requests
before ZK will invalidate the session.
- setSessionMaxPushes(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of concurrent server-pushes
per session.
- setSessionMaxRequests(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of concurrent requests
per session.
- setShadowHost(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setShadowHost(Component, Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Sets the owner component that hosts this shadow element.
- setShadowInfo(Component, ShadowInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Sets the component info for the given component.
- setShadowTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the shadow template.
- setSourcePath(String) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Sets the split kid.
- setStubonly(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setStubonly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setStubonly(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is stub-only.
- setStubonly(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is stub-only.
- setStyle(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS style.
- setStyle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setStyle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the CSS style that will be assigned to pages created from
this definition, or null if no style is assigned at the beginning.
- setStyle(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the CSS style of this page.
- setSubBindingAnnotationCount(int, AbstractComponent) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the switch condition.
- setTabindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
-
Sets the tag name.
- setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Sets the tag name.
- setTemplate(String, Template) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Component
-
- setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the theme provider for the current execution,
or null if not available.
- setTimeoutMessage(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the timeout message for this device, or null if the default
message is preferred.
- setTimeoutURI(String, String, int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the timeout URI.
- setTimerKeepAlive(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies whether to keep the session alive,
when receiving the onTimer event.
- setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the title that will be assigned to pages created from
this definition, or null if no title is assigned at the beginning.
- setTitle(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the title of the desktop this page belongs to
(it might contain an expression).
- setTooltipDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in milliseconds, before ZK Client Engine shows
the tooltip when a user moves the mouse over particular UI components.
- setTooltiptext(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the text as the tooltip.
- setTop(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the top position.
- setTopDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the top directly without sending back the result
(smart update) to the client
- setType(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setUiEngine(UiEngine) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setUiEngine(UiEngine) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the UI engine for this Web application.
- setUiEngineClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to handle UI loading and updates, or null to
use the default.
- setUiFactory(UiFactory) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setUiFactory(UiFactory) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the UI factory for this Web application.
- setUiFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to instantiate desktops, pages and components, or
null to use the default.
- setUnavailableMessage(String) - Method in interface org.zkoss.zk.device.Device
-
Sets the unavailable message that is shown to the client
if the client doesn't support this device.
- setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the unavailable message for the specified device type.
- setUnavailableMessage(String) - Method in class org.zkoss.zk.device.GenericDevice
-
- setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the unless condition.
- setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets up the internationalization attributes, including locale
and time zone.
- setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets up the internationalization attributes, including locale
and time zone.
- setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
- setUploadCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the charset used to encode the upload text file.
- setUploadCharsetFinder(CharsetFinder) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the finder that is used to decide the character set
for the uploaded text file(s), or null if not available.
- setValue(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setValue(Component, T) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- setVariable(Scope, String, Object) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Sets the value of a variable to this interpreter's scope
identified by the specified scope.
- setVariable(String, Object) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Sets the value of a variable to this interpreter, as if
they are defined in the interpreter.
- setVariable(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to this interpreter.
- setVariable(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the value of a variable to this interpreter's scope
identified by the specified scope.
- setVflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets vertical flexibility hint of this component.
- setVflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setVflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the vflex directly without sending back the result
(smart update) to the client
- setViewport(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setViewport(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the viewport that will be assigned to pages created from
this definition, or "auto" if no viewport is assigned at the beginning.
- setViewport(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the viewport of this page.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is visible.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setVisibleDirectly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Changes the visibility directly without sending any update to the client.
- setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the visualizer associated with is desktop.
- setVoided(boolean) - Method in interface org.zkoss.zk.ui.Execution
-
Sets whether the execution is voided.
- setVoided(boolean) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setWebApp(WebApp) - Method in class org.zkoss.zk.ui.util.Configuration
-
Associates it with a web application.
- setWebAppClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to represent this Web application,
or null to use the default.
- setWebAppFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to instantiate an instance representing this Web application,
or null to use the default.
- setWidgetAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetClass(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the widget class (a.k.a., the widget type).
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the widget class.
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the widget class of the page.
- setWidgetClass(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the widget class of this page.
- setWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetListener(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes an event listener of the peer widget.
- setWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetOverride(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes a method or a property of the peer widget (at the client).
- setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the width.
- setWidth0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setWidthDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the width directly without sending back the result
(smart update) to the client
- setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the ZK Cascading Style class(es) for this component.
- setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the Z index.
- setZindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the Z index.
- setZIndexDirectly(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the z-index directly without sending back the result
(smart update) to the client
- setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the default scripting language which is assumed when
a zscript element doesn't specify any language.
- setZScriptLanguage(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the default scripting language which will be assumed
if a zscript element doesn't specify any language.
- SHADOW_NAME - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The names of ZK shadow components.
- SHADOW_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK shadow components.
- ShadowDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
-
A shadow element definition.
- ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, Class<? extends Component>) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- ShadowElement - Interface in org.zkoss.zk.ui
-
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 - Interface in org.zkoss.zk.ui
-
- ShadowElementsCtrl - Class in org.zkoss.zk.ui.sys
-
Utilities for implementing components.
- ShadowElementsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- ShadowInfo - Class in org.zkoss.zk.ui.metainfo
-
Represent a shadow element.
- ShadowInfo(NodeInfo, ComponentDefinition, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Creates a shadow.
- shallAppend(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns whether to append the response header, rather than replace.
- shallBlock(AuRequest) - Method in interface org.zkoss.zk.ui.ext.Blockable
-
Return true if the request shall be blocked.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Shift key is pressed.
- showBusy(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows the busy message at the browser such that
the user knows the system is busy.
- showBusy(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows the busy message at the browser that covers only the specified
component.
- showNotification(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the center of the browser window.
- showNotification(String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the center of the browser window.
- showNotification(String, Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the right side of the given component.
- showNotification(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the right side of the given component.
- showNotification(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- shrinkRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- sign(WebApp, Class...) - Static method in class org.zkoss.zk.ui.sys.Registry
-
- SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
-
- SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- SimpleEvaluator - Class in org.zkoss.zk.xel.impl
-
- SimpleEvaluator(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
-
- SimpleScope - Class in org.zkoss.zk.ui.impl
-
A simple implementation of
Scope
.
- SimpleScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SimpleScope
-
Constructor.
- SimpleSelectorSequence - Class in org.zkoss.zk.ui.select.impl
-
The model representing a sequence of simple selectors.
- SimpleSelectorSequence() - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- SimpleSelectorSequence(String) - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- SimpleSession - Class in org.zkoss.zk.ui.http
-
A non-serializable implementation of
Session
.
- SimpleSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Constructs a ZK session with a HTTP session.
- SimpleSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Constructs a ZK session with either a HTTP session or a Portlet session.
- SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class,
only if the deriving class implements java.io.Serializable.
- SimpleSessionCache - Class in org.zkoss.zk.ui.http
-
- SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
-
- SimpleUiFactory - Class in org.zkoss.zk.ui.http
-
- SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
-
- SimpleWebApp - Class in org.zkoss.zk.ui.http
-
A servlet-based Web application.
- SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
-
- size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
-
- SizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being re-sized.
- SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
-
Constructs a mouse relevant event.
- skip() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- skip(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- SlideEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's slidedown or slideup
something at the client.
- SlideEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SlideEvent
-
Constructs an onOpen event.
- smartUpdate(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Smart-updates a property of the peer widget associated with
the component, running at the client, with the given value.
- smartUpdate(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Smart-updates a property of the peer widget with the given value
that allows caller to decide whether to append or overwrite.
- smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in int.
- smartUpdate(String, long) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in long.
- smartUpdate(String, byte) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in byte.
- smartUpdate(String, char) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in character.
- smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in boolean.
- smartUpdate(String, float) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in float.
- smartUpdate(String, double) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in double.
- smartUpdate(Component, String, Object, boolean) - Static method in class org.zkoss.zk.ui.Components
-
Adds the smartUpdate command to the specific component.
- smartUpdateWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update an event listener for the
peer widget.
- smartUpdateWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a method or a field of the peer widget.
- sort(List<? extends Component>, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- sort(List<? extends Component>, int, int, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- SortEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that indicates a sorting request to data.
- SortEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SortEvent
-
Constructs a sort event.
- source(String) - Method in class org.zkoss.zk.ui.select.impl.Token
-
- SourceMapInfo - Class in org.zkoss.zk.ui.http
-
- SourceMapInfo(String, int, String) - Constructor for class org.zkoss.zk.ui.http.SourceMapInfo
-
- SourceMapInfo(String, int, String, boolean) - Constructor for class org.zkoss.zk.ui.http.SourceMapInfo
-
- SourceMapManager - Class in org.zkoss.zk.ui.http
-
A source map manager can handle source map info during the wpd file generating.
- SourceMapManager(String, String, String) - Constructor for class org.zkoss.zk.ui.http.SourceMapManager
-
- SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the space owner of the applied component.
- spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the ID space contains the applied component.
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- start(Desktop) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Starts the provider.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Starts the failover manager.
- start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Starts and initializes the server-push controller.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Starts the engine.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Starts this factory.
- startClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response to the client to start the server push.
- startUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- startUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution that will allow developers to update
the state of components.
- StaticIdGenerator - Class in org.zkoss.zk.ui.impl
-
Use this generator will generate fixed uuid for each component.
- StaticIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.StaticIdGenerator
-
- Statistic - Class in org.zkoss.zk.ui.util
-
An implementation of
Monitor
to accumulate statistic data
in memory.
- Statistic() - Constructor for class org.zkoss.zk.ui.util.Statistic
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- stop() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Called when to stop and cleanup this cache.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Stops the provider.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Stops the failover manager.
- stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Stops and cleans up the server-push controller.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Stops the engine.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Stops this factory.
- stopClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response the client to stop the server push.
- stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
-
Stops the propagation for this event.
- Storage - Interface in org.zkoss.zk.ui.sys
-
A storage interface is used for ZK web application to store application data
with a string key and a data type value.
- stretchRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- StringPropertyAccess - Class in org.zkoss.zk.ui.sys
-
A String property class.
- StringPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.StringPropertyAccess
-
- STUB_NATIVE - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A component attribute used to indicate whether to enable the stubbing of
the native components.
- StubComponent - Class in org.zkoss.zk.ui.sys
-
A stub component is a 'degenerated' component that does not maintain
the states at the server.
- StubComponent() - Constructor for class org.zkoss.zk.ui.sys.StubComponent
-
- StubEvent - Class in org.zkoss.zk.ui.event
-
- StubEvent(String, Component, String, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.ui.event.StubEvent
-
Constructs a check-relevant event.
- StubEvent(StubEvent, Component) - Constructor for class org.zkoss.zk.ui.event.StubEvent
-
- StubsComponent - Class in org.zkoss.zk.ui.sys
-
Represents a tree of
StubComponent
that are merged into
a single component.
- StubsComponent() - Constructor for class org.zkoss.zk.ui.sys.StubsComponent
-
- submitForm(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Submits the form with the specified ID.
- submitForm(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Submits the form with the specified form.
- subscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a listener to this queue.
- subscribe(EventListener<T>, EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a synchronous or asynchronous listener to this event queue.
- subscribe(EventListener<T>, boolean) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a synchronous or asynchronous listener to this event queue.
- subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
-
Subscribes annotated methods to the EventQueues.
- subscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- SuspendNotAllowedException - Exception in org.zkoss.zk.ui
-
Denotes the current event processing thread cannot be suspended
because there are too many suspended threads.
- SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SwipeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that indicates swipe on a component and provides
information about the swipe displacement, duration and direction.
- SwipeEvent(String, Component, int, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SwipeEvent
-
- SynchronizedScope - Class in org.zkoss.zk.ui.impl
-
A synchronized scope.
- SynchronizedScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SynchronizedScope
-