A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - Class in org.zkoss.zhtml
-
The A tag.
- A - Class in org.zkoss.zul
-
The same as HTML A tag.
- A() - Constructor for class org.zkoss.zhtml.A
- A() - Constructor for class org.zkoss.zul.A
- A(String) - Constructor for class org.zkoss.zul.A
- A(String, String) - Constructor for class org.zkoss.zul.A
- AAudio - Class in org.zkoss.sound
-
Represents an audio.
- AAudio(File) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with a file.
- AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
-
Creates an instance of an audio with an input stream.
- AAudio(String) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with a file name.
- AAudio(String, byte[]) - Constructor for class org.zkoss.sound.AAudio
- AAudio(String, InputStream) - Constructor for class org.zkoss.sound.AAudio
-
Creates an instance of an audio with an input stream.
- AAudio(URL) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with an URL.
- Abbr - Class in org.zkoss.zhtml
-
The ABBR tag.
- Abbr() - Constructor for class org.zkoss.zhtml.Abbr
- ABORT - org.zkoss.zul.Messagebox.Button
-
A Abort button.
- ABORT - Static variable in interface org.zkoss.zul.mesg.MZul
- ABORT - Static variable in class org.zkoss.zul.Messagebox
-
A Abort button.
- AbortByRemoveDesktop - Class in org.zkoss.zk.ui.impl
-
The aborting reason when the remove-desktop command is received.
- AbortByRemoveDesktop() - Constructor for class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
- AbortBySendRedirect - Class in org.zkoss.zk.ui.impl
-
The aborting reason for send-redirect.
- AbortBySendRedirect(String, String) - Constructor for class org.zkoss.zk.ui.impl.AbortBySendRedirect
-
Constructs an aborting reason for send-redirect.
- AbortingReason - Interface in org.zkoss.zk.ui.sys
-
The aborting reason used to abort the current execution.
- abortResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called when the suspended event thread is aborted.
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- Absolutechildren - Class in org.zkoss.zul
-
A container component that can contain any other ZK component and can only be contained as direct child of Absolutelayout component.
- Absolutechildren() - Constructor for class org.zkoss.zul.Absolutechildren
- Absolutelayout - Class in org.zkoss.zul
-
An Absolutelayout component can contain absolute positioned multiple absolutechildren components.
- Absolutelayout() - Constructor for class org.zkoss.zul.Absolutelayout
- AbstractAction - Class in org.zkoss.web.servlet.dsp.action
-
A skeletal implementation to simplify the implementation of actions.
- AbstractAction() - Constructor for class org.zkoss.web.servlet.dsp.action.AbstractAction
- AbstractAnnotatedMethodInvoker<T extends java.lang.annotation.Annotation> - Class in org.zkoss.bind.impl
-
To help calling a ViewModel annotated method with binding arguments.
- AbstractAnnotatedMethodInvoker(Class<T>, Map<Class<?>, List<Method>>) - Constructor for class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- AbstractBindingHandler - Class in org.zkoss.bind.impl
-
to help implement BinderImpl
- AbstractBindingHandler() - Constructor for class org.zkoss.bind.impl.AbstractBindingHandler
- AbstractChartModel - Class in org.zkoss.zul
-
A skeletal implementation for
ChartModel
. - AbstractChartModel() - Constructor for class org.zkoss.zul.AbstractChartModel
- AbstractCollectionProxy<E> - Class in org.zkoss.bind.proxy
-
This class provides a skeletal implementation of the Collection
- AbstractCollectionProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.AbstractCollectionProxy
- AbstractComponent - Class in org.zkoss.zk.ui
-
A skeletal implementation of
Component
. - AbstractComponent() - Constructor for class org.zkoss.zk.ui.AbstractComponent
-
Constructs a component with auto-generated ID.
- AbstractComponent(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
-
The default implementation for
AbstractComponent.getChildren()
. - AbstractComponent.ForwardInfo - Class in org.zkoss.zk.ui
- AbstractComponent.TargetInfo - Class in org.zkoss.zk.ui
- AbstractExecution - Class in org.zkoss.zk.ui.impl
-
A skeletal implementation of
Execution
. - AbstractExecution(Desktop, Page) - Constructor for class org.zkoss.zk.ui.impl.AbstractExecution
-
Constructs an execution.
- AbstractExecutionInfoCollector - Class in org.zkoss.bind.sys.debugger.impl
-
abstract implementation
- AbstractExecutionInfoCollector() - Constructor for class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
- AbstractForEachStatus - Class in org.zkoss.bind.impl
-
The Class AbstractForEachStatus.
- AbstractForEachStatus() - Constructor for class org.zkoss.bind.impl.AbstractForEachStatus
- AbstractGroup - Class in org.zkoss.idom.impl
-
A semi-implemented item for group.
- AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
-
Constructor.
- AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
-
The array to hold children.
- AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
-
Stores a 'cached' map of child elements to speed up the access.
- AbstractGroupsModel<D,H,F,E> - Class in org.zkoss.zul
-
A skeletal implementation for
GroupsModel
. - AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
- AbstractGroupsModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractGroupsModel
, by default it assumes all elements are selectable. - AbstractItem - Class in org.zkoss.idom.impl
-
A semi-implemented item for leaf vertices.
- AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
-
Constructor.
- AbstractListModel<E> - Class in org.zkoss.zul
-
A skeletal implementation for
ListModel
andSelectable
- AbstractListModel() - Constructor for class org.zkoss.zul.AbstractListModel
- AbstractListModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractListModel
, by default it assumes all elements are selectable. - AbstractListModelConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
-
The abstract
Converter
implementation for converting collection to ListModel and vice versa. - AbstractListModelConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractListModelConverter
- AbstractLoader<K,V> - Class in org.zkoss.util.resource
-
A skeletal implementation that assumes the source is either URL or File.
- AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
- AbstractPage - Class in org.zkoss.zk.ui
-
A skeletal implementation of
Page
. - AbstractPage() - Constructor for class org.zkoss.zk.ui.AbstractPage
- AbstractRenderer - Class in org.zkoss.bind.impl
-
to handle the common task of resolver a template of a renderer
- AbstractRenderer() - Constructor for class org.zkoss.bind.impl.AbstractRenderer
- AbstractSelectedIndexConverter<C extends Component> - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- AbstractSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
- AbstractSimpleDateTimeConstraint<T extends java.lang.Comparable<? super T>> - Class in org.zkoss.zul
-
A skeleton of simple date/time constraint.
- AbstractSimpleDateTimeConstraint(int) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constraints a constraint.
- AbstractSimpleDateTimeConstraint(int, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constraints a constraint.
- AbstractSimpleDateTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a constraint combining regular expression.
- AbstractSimpleDateTimeConstraint(String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- AbstractSimpleDateTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a regular-expression constraint.
- AbstractTag - Class in org.zkoss.zhtml.impl
-
The raw component used to generate raw HTML elements.
- AbstractTag() - Constructor for class org.zkoss.zhtml.impl.AbstractTag
- AbstractTag(String) - Constructor for class org.zkoss.zhtml.impl.AbstractTag
- AbstractTag.ExtraCtrl - Class in org.zkoss.zhtml.impl
- AbstractTextual - Class in org.zkoss.idom.impl
-
Represents a textual item.
- AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- AbstractTreeModel<E> - Class in org.zkoss.zul
-
A skeletal implementation for
TreeModel
. - AbstractTreeModel(E) - Constructor for class org.zkoss.zul.AbstractTreeModel
-
Creates a
AbstractTreeModel
. - AbstractTreeModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
-
A default selection control implementation for
AbstractTreeModel
, by default it assumes all elements are selectable. - AbstractTreeModel.Path - Class in org.zkoss.zul
-
Represents a tree path.
- AbstractUiFactory - Class in org.zkoss.zk.ui.impl
-
The skeletal implementation of
UiFactory
. - AbstractUiFactory() - Constructor for class org.zkoss.zk.ui.impl.AbstractUiFactory
- AbstractValidator - Class in org.zkoss.bind.validator
-
A abstract validator the handling validation message
- AbstractValidator() - Constructor for class org.zkoss.bind.validator.AbstractValidator
- AbstractValueResolver(ValidationMessages) - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
- 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(A) - Method in interface org.zkoss.stateless.function.CheckedConsumer
- accept(A, B) - Method in interface org.zkoss.stateless.function.CheckedConsumer2
- accept(A, B, C) - Method in interface org.zkoss.stateless.function.CheckedConsumer3
- accept(A, B, C, D) - Method in interface org.zkoss.stateless.function.CheckedConsumer4
- accept(A, B, C, D, E) - Method in interface org.zkoss.stateless.function.CheckedConsumer5
- accept(A, B, C, D, E, F) - Method in interface org.zkoss.stateless.function.CheckedConsumer6
- accept(A, B, C, D, E, F, G) - Method in interface org.zkoss.stateless.function.CheckedConsumer7
- accept(A, B, C, D, E, F, G, H) - Method in interface org.zkoss.stateless.function.CheckedConsumer8
- accept(A, B, C, D, E, F, G, H, I) - Method in interface org.zkoss.stateless.function.CheckedConsumer9
- accept(String, Object) - Method in interface org.zkoss.zk.scripting.SerializableAware.Filter
-
Whether to accept the specified variable name and its value.
- accept(NodeVisitor) - Method in interface org.zkoss.zel.impl.parser.Node
- accept(NodeVisitor) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- accept(ComponentMatchCtx, String...) - Method in interface org.zkoss.zk.ui.select.impl.PseudoClassDef
-
Return true if the component qualifies this pseudo class.
- ACCESS - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the access direction: can be "both", "save", "load"; default to "load" if not found - AccessInfo - Class in org.zkoss.bind.impl
-
Represent an load/save binding expression
- AccessInfo(ExpressionX, ConditionType, String) - Constructor for class org.zkoss.bind.impl.AccessInfo
- ACCORDION - Static variable in interface org.zkoss.stateless.sul.ITabbox
-
Constant for accordion mold attributes of this immutable component.
- Action - Interface in org.zkoss.web.servlet.dsp.action
-
An action that could be used with
InterpreterServlet
. - Action - Annotation Type in org.zkoss.stateless.annotation
-
Annotation for mapping client widget events onto methods in
StatelessComposer
orStatelessRichlet
classes with flexible method signatures. - ActionContext - Interface in org.zkoss.web.servlet.dsp.action
-
Encapsulates a portion of DSP page in an object that can be invoked as many times as needed.
- ActionData - Interface in org.zkoss.stateless.action.data
-
Represents a data type that is caused by an action.
- ActionHandler - Interface in org.zkoss.stateless.util
-
An interface to indicates an action handler functional.
- ActionHandler0 - Interface in org.zkoss.stateless.util
-
Represents an action handler with no arguments.
- ActionHandler1<A> - Interface in org.zkoss.stateless.util
-
Represents an action handler with one argument.
- ActionHandler2<A,B> - Interface in org.zkoss.stateless.util
-
Represents an action handler with two arguments.
- ActionHandler3<A,B,C> - Interface in org.zkoss.stateless.util
-
Represents an action handler with three arguments.
- ActionHandler4<A,B,C,D> - Interface in org.zkoss.stateless.util
-
Represents an action handler with four arguments.
- ActionHandler5<A,B,C,D,E> - Interface in org.zkoss.stateless.util
-
Represents an action handler with five arguments.
- ActionHandler6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.util
-
Represents an action handler with six arguments.
- ActionHandler7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.util
-
Represents an action handler with seven arguments.
- ActionHandler8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.util
-
Represents an action handler with eight arguments.
- ActionHandler9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.util
-
Represents an action handler with nine arguments.
- ActionHelper - Class in org.zkoss.stateless.ui.util
-
A helper class for
Action
- ActionHelper() - Constructor for class org.zkoss.stateless.ui.util.ActionHelper
- ActionParameterResolver - Class in org.zkoss.stateless.ui.util
-
Action handler's parameter resolver.
- ActionParameterResolver() - Constructor for class org.zkoss.stateless.ui.util.ActionParameterResolver
- ActionTarget - Interface in org.zkoss.stateless.action
-
Represents an action target which is used in
ActionVariable
- ActionType - Interface in org.zkoss.stateless.action
-
Action type util interface to wrap a Lambda function or functional interface into a specific
Action
, such asActionType.onClick(OnClick0)
. - ActionType.OnAcrossPage0 - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAcrossPage9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols0 - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustCols9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols0 - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustFrozenCols9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows0 - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAdjustRows9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender0 - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterRender9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize0 - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAfterSize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos0 - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnAnchorPos9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur0 - Interface in org.zkoss.stateless.action
- ActionType.OnBlur1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnBlur9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnBookmarkChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable0 - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCameraUnavailable9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel0 - Interface in org.zkoss.stateless.action
- ActionType.OnCancel1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCancel9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCellClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging0 - Interface in org.zkoss.stateless.action
- ActionType.OnChanging1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnChanging9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck0 - Interface in org.zkoss.stateless.action
- ActionType.OnCheck1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCheck9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll0 - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCheckSelectAll9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnClear0 - Interface in org.zkoss.stateless.action
- ActionType.OnClear1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnClear2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnClear3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnClear4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnClear5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnClear6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnClear7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnClear8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnClear9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo0 - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnClientInfo9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnClose0 - Interface in org.zkoss.stateless.action
- ActionType.OnClose1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnClose2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnClose3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnClose4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnClose5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnClose6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnClose7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnClose8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnClose9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize0 - Interface in org.zkoss.stateless.action
- ActionType.OnColSize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnColSize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate0 - Interface in org.zkoss.stateless.action
- ActionType.OnCreate1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCreate9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop0 - Interface in org.zkoss.stateless.action
- ActionType.OnCrop1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCrop9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey0 - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnCtrlKey9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading0 - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDataLoading9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation0 - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDeferredEvaluation9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle0 - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDesktopRecycle9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect0 - Interface in org.zkoss.stateless.action
- ActionType.OnDetect1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDetect9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize0 - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDivisionSize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDoubleClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop0 - Interface in org.zkoss.stateless.action
- ActionType.OnDrop1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnDrop9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnError0 - Interface in org.zkoss.stateless.action
- ActionType.OnError1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnError2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnError3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnError4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnError5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnError6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnError7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnError8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnError9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus0 - Interface in org.zkoss.stateless.action
- ActionType.OnFocus1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnFocus9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill0 - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnFulfill9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup0 - Interface in org.zkoss.stateless.action
- ActionType.OnGroup1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnGroup9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState0 - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnHistoryPopState9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth0 - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnInnerWidth9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnItemClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed0 - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnLengthLimitExceed9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed0 - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxFileCountExceed9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize0 - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMaximize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed0 - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMaxsizeExceed9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize0 - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMinimize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnModal0 - Interface in org.zkoss.stateless.action
- ActionType.OnModal1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnModal2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnModal3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnModal4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnModal5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnModal6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnModal7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnModal8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnModal9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut0 - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOut9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver0 - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMouseOver9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnMove0 - Interface in org.zkoss.stateless.action
- ActionType.OnMove1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnMove2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnMove3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnMove4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnMove5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnMove6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnMove7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnMove8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnMove9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify0 - Interface in org.zkoss.stateless.action
- ActionType.OnNotify1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnNotify9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnOK0 - Interface in org.zkoss.stateless.action
- ActionType.OnOK1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnOK2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnOK3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnOK4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnOK5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnOK6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnOK7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnOK8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnOK9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen0 - Interface in org.zkoss.stateless.action
- ActionType.OnOpen1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnOpen9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize0 - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnPageSize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging0 - Interface in org.zkoss.stateless.action
- ActionType.OnPaging1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnPaging9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback0 - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnPiggyback9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop0 - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalDrop9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove0 - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnPortalMove9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnRangeValueChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnRender0 - Interface in org.zkoss.stateless.action
- ActionType.OnRender1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnRender2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnRender3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnRender4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnRender5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnRender6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnRender7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnRender8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnRender9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnRightClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate0 - Interface in org.zkoss.stateless.action
- ActionType.OnRotate1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnRotate9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSave0 - Interface in org.zkoss.stateless.action
- ActionType.OnSave1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSave2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSave3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSave4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSave5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSave6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSave7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSave8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSave9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError0 - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScriptError9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll0 - Interface in org.zkoss.stateless.action
- ActionType.OnScroll1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScroll9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling0 - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScrolling9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos0 - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollPos9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX0 - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollX9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY0 - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnScrollY9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch0 - Interface in org.zkoss.stateless.action
- ActionType.OnSearch1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSearch9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching0 - Interface in org.zkoss.stateless.action
- ActionType.OnSearching1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSearching9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect0 - Interface in org.zkoss.stateless.action
- ActionType.OnSelect1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSelect9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection0 - Interface in org.zkoss.stateless.action
- ActionType.OnSelection1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSelection9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel0 - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSelectSubModel9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSize0 - Interface in org.zkoss.stateless.action
- ActionType.OnSize1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSize2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSize3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSize4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSize5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSize6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSize7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSize8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSize9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide0 - Interface in org.zkoss.stateless.action
- ActionType.OnSlide1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSlide9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload0 - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSnapshotUpload9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSort0 - Interface in org.zkoss.stateless.action
- ActionType.OnSort1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSort2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSort3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSort4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSort5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSort6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSort7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSort8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSort9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnStateChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnStub0 - Interface in org.zkoss.stateless.action
- ActionType.OnStub1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnStub2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnStub3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnStub4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnStub5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnStub6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnStub7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnStub8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnStub9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe0 - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnSwipe9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnTargetClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer0 - Interface in org.zkoss.stateless.action
- ActionType.OnTimer1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnTimer9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnTimeZoneChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad0 - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnTopPad9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup0 - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnUngroup9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload0 - Interface in org.zkoss.stateless.action
- ActionType.OnUpload1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnUpload9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnURIChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnUser0 - Interface in org.zkoss.stateless.action
- ActionType.OnUser1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnUser2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnUser3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnUser4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnUser5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnUser6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnUser7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnUser8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnUser9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange0 - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnVisibilityChange9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick0 - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnWeekClick9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex0 - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex1<A> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex2<A,B> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex3<A,B,C> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex4<A,B,C,D> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex5<A,B,C,D,E> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.action
- ActionType.OnZIndex9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.action
- ActionVariable - Annotation Type in org.zkoss.stateless.annotation
-
Annotation which indicates that a method parameter of an
Action
or a field member of a POJO class should be bound to a value ofIComponent
attribute at client if possible. - activate() - Method in class org.zkoss.zk.au.AuRequest
-
Activates this request.
- activate(long) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- activate(long) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Activate the current thread (which must be a server-push thread).
- activate(long) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- activate(long) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- 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(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- 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 class org.zkoss.zk.ui.impl.UiEngineImpl
- 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
-
A library property used with
Attributes.ACTIVATE_RETRY_DELAY
to indicate if the time waiting for activation is longer thanAttributes.ACTIVATE_RETRY_DELAY
, the activation will be aborted and the thread will end. - 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() - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(String) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ActivationTimeoutException(Throwable) - Constructor for exception org.zkoss.zk.ui.ActivationTimeoutException
- ACTIVATOR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- AdaptiveParanamer - Class in org.zkoss.bind.paranamer
-
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
- AdaptiveParanamer() - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
-
Use ParameterReflectionParanamer ahead of BytecodeReadingParanamer
- AdaptiveParanamer(Paranamer...) - Constructor for class org.zkoss.bind.paranamer.AdaptiveParanamer
-
Prioritize a series of Paranamers
- add(int, E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- add(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
- add(int, E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- add(int, E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Adds a step at the end.
- add(int, E) - Method in class org.zkoss.zul.ListModelList
- add(int, String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- add(int, String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
- add(int, StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- add(int, StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.
- add(int, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- add(E) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- add(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- add(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- add(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- add(E) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- add(E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- add(E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Adds a step at the end.
- add(E) - Method in class org.zkoss.zul.ListModelList
- add(E) - Method in class org.zkoss.zul.ListModelSet
-
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- add(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- add(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- add(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- add(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- add(String) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- add(String) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Appends the specified CSS/WCS file uri to the end of the theme uri list.
- add(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device type.
- add(String, String) - Method in class org.zkoss.bind.impl.Path
- add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
-
Adds an evaluator (a.k.a., the expression factory,
ExpressionFactory
). - add(String, String) - 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(String, Map<String, String[]>, Location) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Adds an annotation definition.
- add(String, EventHandler) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Adds the event handler for the specified event name.
- add(Date, TimeZone, int, int) - Static method in class org.zkoss.util.Dates
-
Date Arithmetic function.
- add(StyleSheet) - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- add(StyleSheet) - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Appends the specified CSS/WCS file uri to the end of the theme uri list.
- add(Element) - Static method in class org.zkoss.xel.util.Evaluators
-
Adds an evaluator based on the XML declaration.
- add(Element) - Static method in class org.zkoss.zk.device.Devices
-
Adds a device based on the XML declaration.
- add(Element) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Adds an interpreter based on the XML declaration.
- add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
-
Registers a cleanup.
- add(ELResolver) - Method in class org.zkoss.zel.CompositeELResolver
- add(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Adds a component definition to this map.
- add(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- add(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Adds a child to this node at the end.
- add(T) - Method in class org.zkoss.util.FastReadArray
-
Adds an object.
- add(T) - Method in class org.zkoss.util.IdentityHashSet
- ADD - org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Identifies the addition of one item to the model.
- 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
- addAction(String, ActionHandler) - Method in class org.zkoss.stateless.ui.IStubComponent
- addAction(String, ActionHandler) - Method in class org.zkoss.stateless.ui.util.StatelessEventListenerMap
- addAction(IComponent, String, ActionHandler) - Method in class org.zkoss.stateless.ui.util.VolatileIPage
- 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(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListProxy
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- addAll(Collection<? extends E>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
- addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelSet
-
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
- addAll(Collection<? extends Object>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- addAll(Collection<? extends String>) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- addAll(Collection<T>, Object[]) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements of an array to a collection.
- addAll(Collection<T>, Enumeration<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the enumerator to a collection.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the iterator to a collection.
- addAll(ImportedClassResolver) - Method in class org.zkoss.lang.ImportedClassResolver
-
Adds all imported classes of the given class resolver.
- 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, String, Map<String, String[]>) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addAnnotation(String, String, Map<String, String[]>) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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.
- 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 class org.zkoss.stateless.ui.util.VolatileComponent
- addAssociate(TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
add associated TrackerNode with this node
- addAssociate(TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- addAttribute(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- addAuExtension(String, AuExtension) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Adds an AU extension and associates it with the specified prefix.
- 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. - addAuResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.Execution
-
Adds an asynchronous response (
AuResponse
) with the given key instead ofAuResponse.getOverrideKey()
. - addAuResponse(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- 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(AuResponse) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- addBeanNameResolver(BeanNameResolver) - Method in class org.zkoss.zel.ELManager
- 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.
- addBinding(Map<K, List<V>>, K, V) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- addBinding(Binding) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
add associated Binding with this node
- addBinding(Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- AddBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- AddBindingInfo(String, Component, String, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- addBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- 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.stateless.ui.util.VolatileComponent
- 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
- addChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
- addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
-
Adds a listener to the chart that's notified each time a change to the data model occurs.
- addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init children of a component by an expression, it only execute once
- addChildrenInitBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new children-load-bindings.
- addChildrenLoadBindings(Component, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addClass(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
-
Adds the class that can be retrieved by
TaglibMapper.resolveClass(java.lang.String)
. - 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) package that is provided by this server.
- addCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add a new command binding.
- addCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- AddCommandBindingInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- AddCommandBindingInfo(String, Component, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- 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.
- addCompressExtension(String) - Method in interface org.zkoss.web.util.resource.ExtendletConfig
-
Adds an extension that shall be compressed (unless being disabled by the client).
- addConverter(String, Converter) - Method in class org.zkoss.bind.BindComposer
- addConverter(String, Converter) - Method in class org.zkoss.clientbind.ClientBindComposer
- addCookie(Cookie) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- addCookie(Cookie) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- addCookie(Cookie) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- 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
- addDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- addDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- addDateHeader(String, long) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
-
Adds a namespace to the namespace declaration.
- addDeclaredNamespace(Namespace) - Method in interface org.zkoss.zk.ui.ext.Native
-
Adds a declared namespace.
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a declared namespace.
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.zml.XmlNativeComponent
- 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.
- addDependent(Object, TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Add a dependent node of the field script.
- addDependent(Object, TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- addDependsOn(Component, String[], Binding, Component, String[]) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Add a depends-on tracking between the source property name series and depends-on property name series.
- addDependsOn(Component, String[], Binding, Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- addDependsOnTracking(Binding, List<String>, String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Prepare the dependsOn nodes
- addDependsOnTracking(Binding, List<String>, Component, String, Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Prepare the dependsOn nodes
- addDependsOnTrackings(Method, String, List<String>, Binding, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadChildrenBindingImpl
-
Internal Use Only.
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
Internal Use Only.
- addDependsOnTrackings(List<String>, String, String[]) - Method in class org.zkoss.bind.impl.LoadPropertyBindingImpl
-
Internal Use Only.
- 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.
- ADDED - Static variable in class org.zkoss.zul.event.ChartDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- addELResolver(ELResolver) - Method in class org.zkoss.zel.ELManager
- addELResolver(ELResolver) - Method in class org.zkoss.zel.StandardELContext
- 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) - Method in class org.zkoss.zk.device.GenericDevice
- 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.
- 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.
- addEscapes(String) - Static method in error org.zkoss.zel.impl.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELContext
-
Register an EvaluationListener with this ELContext.
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.ELManager
- addEvaluationListener(EvaluationListener) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- addEventHandler(String, EventHandler) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addEventHandler(String, EventHandler) - Method in class org.zkoss.zk.ui.AbstractComponent
- addEventHandler(String, EventHandler) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Adds an event handler.
- addEventHandler(String, ZScript, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Adds an event handler.
- addEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
Adds an event interceptor.
- addEventListener(int, String, EventListener<? extends Event>) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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 class org.zkoss.stateless.ui.util.VolatileComponent
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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.
- addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zul.Chart
- addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
-
Adds an event listener to specified event for this component.
- addEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Adds a listener to the list that's notified each time a change to the model occurs.
- addEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Add onXxx event handler defined in controller object to the specified component.
- addExpressionImport(String, Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds an imported class to the expression factory.
- addExtendlet(String, Extendlet) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Adds an
Extendlet
(a.k.a., resource processor) to process the resource of the specified extension. - addExtendletContext(ServletContext, String, ExtendletContext) - Static method in class org.zkoss.web.servlet.Servlets
-
Adds an extended context.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.DefinitionLoaders
-
Associates an extension to a language.
- addExtension(String, String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Associates an extension to a language.
- addFilter(String, Class<? extends Filter>) - Method in class org.zkoss.web.portlet.PortletServletContext
- addFilter(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
- addFilter(String, Filter) - Method in class org.zkoss.web.portlet.PortletServletContext
- addFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Adds a filter (
Filter
) to perform filtering task for the resource of the specified extension. - addFont(Font) - Method in class org.zkoss.zul.Captcha
-
Add fonts into fonts list.
- addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in class org.zkoss.bind.impl.BinderImpl
- addFormAssociatedSaveBinding(Component, String, SaveBinding, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components
- addFormInitBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init a component form by expression, it only execute once
- addFormInitBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new form-load-bindings.
- addFormLoadBindings(Component, String, String, String[], String[], Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new form-save-bindings.
- addFormSaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addForward(String, String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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, String, String, Object) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addForward(String, String, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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.
- addForward(String, Component, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addForward(String, Component, String) - 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, Component, String, Object) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- addForward(String, Component, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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.
- addForwardInfo(ForwardInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a forward definition (
ForwardInfo
). - addForwards(Component, Object) - Static method in class org.zkoss.zk.ui.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.
- addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
-
Adds the function that can be retrieved by
TaglibMapper.resolveFunction(java.lang.String, java.lang.String)
. - addFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
- addFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
-
Adds the function mapper in addition to the current one.
- addFunctionMapperInfo(FunctionMapperInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a definition of
FunctionMapper
. - addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add a new global-command binding.
- addGlobalCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
- addGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
-
Adds a listener to the groups that's notified each time a change to the data model occurs.
- addHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- addHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- addHeader(String, String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- addHeaderInfo(HeaderInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a header definition (
HeaderInfo
). - addHeaderInfo(HeaderInfo, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a header definition (
HeaderInfo
). - addIgnoredProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Adds an ignored proxy class type.
- addIgnoredSuperProxyClass(Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Adds an ignored super proxy class type.
- addImportedClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
-
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.
- 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.
- addInfo(ExecutionInfo) - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
-
add an execution information
- addInfo(ExecutionInfo) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
- addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
- addInfo(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
- addInitiatorInfo(InitiatorInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a definition of
Initiator
. - addInitScript(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the script that shall execute when a page's interpreter is initialized.
- addIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- addIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- addIntHeader(String, int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- addInvalidate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- addInvalidate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invalidates a component to cause redrawing.
- addInvalidate(Page) - 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.
- addInvalidMessage(ValidationContext, String) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also set context invalid.
- addInvalidMessage(ValidationContext, String, String) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also sets context invalid.
- addInvalidMessage(ValidationContext, String, String, Object) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add a message to validation context, when you call this method, it also sets context invalid.
- addInvalidMessages(ValidationContext, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addInvalidMessages(ValidationContext, String, String[]) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addInvalidMessages(ValidationContext, String, String[], Object) - Method in class org.zkoss.bind.validator.AbstractValidator
-
add multiple messages to validation context, when you call this method, it also sets the context invalid.
- addItemReference(Component, Component, int, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
- addItemToSelection(Object) - Method in class org.zkoss.stateless.state.IChosenboxController
-
Add an item into selection.
- addItemToSelection(Object) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Add an item into selection.
- addItemToSelection(Listitem) - Method in class org.zkoss.zul.Listbox
-
Selects the given item, without deselecting any other items that are already selected..
- addItemToSelection(Treeitem) - Method in class org.zkoss.zul.Tree
-
Selects the given item, without deselecting any other items that are already selected..
- 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.
- addLinkedHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
- addList(List<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the spcified list.
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- addListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- addListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
-
Adds a listener to the list that's notified each time a change to the data model occurs.
- addListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
-
Adds a listener to the list that's notified each time a change to the data model occurs.
- addListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds a listener class.
- addListener(Class<? extends EventListener>) - Method in class org.zkoss.web.portlet.PortletServletContext
- 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(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- addListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Add a listener to this queue
- addListener(T) - Method in class org.zkoss.web.portlet.PortletServletContext
- addLoadFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.Add a field name for loading from this Form.
- addLoadFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- addMessageLoader(MessageLoader) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a MessageLoader
- addMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- addMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
add validation messages to component
- addMessages(Component, String, String, String[]) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- addMessages(Component, String, String, String[], Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- addMessages(Component, String, String, String[], Object) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
add validation messages to component
- addMessages(Component, String, String, String[], Object) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- addMinorRoute(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorRoute(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with callback.
- addMinorRoutes(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters.
- addMinorRoutes(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback.
- addMinorTransition(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorTransition(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with a callback
- addMinorTransitions(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters
- addMinorTransitions(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback
- addModel(Component, Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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, Component, Page, Page) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- addMoved(Component, Component, Page, Page) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called to update (redraw) a component, when a component is moved.
- addMoved(Component, Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Called when this component is moved from the specified parent and/or page to the new page.
- addMoved(Component, Page, Page) - Method in class org.zkoss.zul.Listitem
- addNotifys(Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- addNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- addNotifys(Set<Property>, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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. do the callback in
ExecutionCtrl.onBeforeDeactivate()
. - addOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
-
Opens the group at the specified index.
- addOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
- addOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- addOpenObject(E) - Method in class org.zkoss.zul.AbstractTreeModel
- addOpenObject(E) - Method in interface org.zkoss.zul.ext.Openable
-
Add the specified object into the collection of opened objects.
- addOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- addOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Adds path to the current open.
- addOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
- addOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Adds paths to the current Open.
- 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.
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- addPagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
- addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
- addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
-
Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
- addPanel(GoldenPanel, int, int, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
- addPanel(GoldenPanel, String, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the specified area GoldenPanel.
- addPanel(GoldenPanel, GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the specified area GoldenPanel.
- addPanelToRoot(GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Adds an GoldenPanel to the region of the GoldenLayout.
- addParameter(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
- addPartialPath(int[]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- addPartialPaths(int[][]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- 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
. - addPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
- addPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Add the
PhaseListener
- addPrologChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Adds a prolog child.
- addProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Add library properties indicated by the specified key.
- addProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Add a library property indicated by the specified key.
- addProperty(String, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Adds a property initializer.
- 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.ComponentInfo
-
Adds a property initializer.
- addProperty(String, String, ConditionImpl) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
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.
- addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
init a component property by a expression, it only execute once
- addPropertyInitBinding(Component, String, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new property-load-bindings.
- addPropertyLoadBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add new property-save-bindings.
- addPropertySaveBindings(Component, String, String, String[], String[], Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- 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.stateless.ui.util.VolatileComponent
- addRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
- addReferenceBinding(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Add a new reference-binding.
- addReferenceBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- addReferenceBinding(Component, String, ReferenceBinding) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- addReferenceBinding(Component, String, ReferenceBinding) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- 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(String, AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- addResponse(String, AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response which will be sent to client at the end of the execution.
- addResponse(String, AuResponse, int) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- addResponse(String, AuResponse, int) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response with the given priority.
- addResponse(AuResponse) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- addResponse(AuResponse) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Adds a response directly by using
AuResponse.getOverrideKey()
as the override key. - addResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the give name and value.
- addResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- addResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a response header with the given name and date-value.
- 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.
- Address - Class in org.zkoss.zhtml
-
The ADDRESS tag.
- Address() - Constructor for class org.zkoss.zhtml.Address
- addReturningClasses(C...) - Method in class org.zkoss.fsm.StateCtx
-
Add an input class for returning to this state
- addReturningClasses(Collection<C>) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple input classes for returning to this state
- addReturningInputs(IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- addReturningInputs(Collection<IN>) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- 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.
- addRoute(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition.
- addRoute(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition with callback.
- addRoutes(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions.
- addRoutes(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback.
- addSaveFieldName(String) - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.Add a field name for saving into this Form.
- addSaveFieldName(String) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- addSaveFormFieldName(Form, String) - Method in class org.zkoss.bind.impl.BinderImpl
- addSaveFormFieldName(Form, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Adds a field name for saving with the given Form.
- addSaveFormFieldName(Form, Set<String>) - Method in class org.zkoss.bind.impl.BinderImpl
- addSaveFormFieldName(Form, Set<String>) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Adds all field names for saving with the given Form.
- addSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Add the CSS class(es) to a component's sclass property if the component doesn't have this cssClass.
- addScopeListener(ScopeListener) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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
- addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- addSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- addSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- addSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- addSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Adds path to the current selection.
- addSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
- addSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Adds paths to the current selection.
- addServlet(String, Class<? extends Servlet>) - Method in class org.zkoss.web.portlet.PortletServletContext
- addServlet(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
- addServlet(String, Servlet) - Method in class org.zkoss.web.portlet.PortletServletContext
- addSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the specified set.
- addShadowDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a shadow element definition.
- addShadowRoot(ShadowElement) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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, 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 class org.zkoss.zk.ui.impl.UiEngineImpl
- 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. - addSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds a tag lib.
- addTaglib(Taglib) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a tag lib.
- 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.
- addTemplateTracking(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- addTemplateTracking(Component, Object, int, int) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
Add template tracking to component
- addTemplateTracking(Component, Component, Object, int, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
- addThemeURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Adds an CSS resource that will be generated for each ZUML desktop.
- addThemeURIHandler(ThemeURIHandler) - Method in class org.zkoss.zk.ui.util.Configuration
-
Add a
ThemeURIHandler
. - 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.
- addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Adds the item to the current group; also attach the locator.
- 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. - addToolbar(String, Toolbar) - Method in class org.zkoss.zul.Panel
-
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
- addToPartial(E) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- addToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Appends a parameter (name=value) to a query string.
- addToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
/** Appends a map of parameters (name=value) to a query string.
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- addToSelection(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- addToSelection(E) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Add the specified object into selection.
- addToSelection(E) - Method in class org.zkoss.zul.AbstractListModel
-
Add the specified object into selection.
- addToSelection(E) - Method in class org.zkoss.zul.AbstractTreeModel
- addToSelection(E) - Method in interface org.zkoss.zul.ext.Selectable
-
Add the specified object into selection.
- addToSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Add the specified object into selection.
- addToSelection(Map.Entry<K, V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- addTracking(List<String>) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- addTracking(Component, String[], Binding) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Add a tracking that associate a binding to a dot series under the specified
Component
- addTracking(Component, String[], Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- addTracking(Component, String[], Binding) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- addTransition(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule
- addTransition(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule with a callback
- addTransitions(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions
- addTransitions(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback
- addTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
- addTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
-
Add a listener to the tree that's notified each time a change to the data model occurs
- addUuidChanged(Component) - 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.
- addValidator(String, Validator) - Method in class org.zkoss.bind.BindComposer
- addValue(int, int, int) - Method in class org.zkoss.zul.WaferMapModel
-
Add a value to the given chip at (x,y) (0-based) of the wafer chip matrix.
- addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYModel
- addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- addValue(Comparable<?>, Number, Number) - Method in interface org.zkoss.zul.XYModel
-
Append an (x,y) into a series.
- addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
- addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- addValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
-
Add an (x,y) into a series at specified index.
- addValue(Comparable<?>, Number, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
- addValue(Comparable<?>, Number, Number, Number) - Method in interface org.zkoss.zul.XYZModel
-
Append an (x,y,z) into a series.
- addValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
- addValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
-
Add an (x,y,z) into a series at the specified index.
- addValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
- addValue(Date, Number, Number, Number, Number, Number) - Method in interface org.zkoss.zul.HiLoModel
-
Append an (date, open, high, low, close, volumn) tuple.
- addValue(Date, Number, Number, Number, Number, Number) - Method in class org.zkoss.zul.SimpleHiLoModel
- addValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
-
Add an (date, open, high, low, close, volumn) tuple at specified index.
- addValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
- addVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Adds a name resolver that will be used to resolve a variable (by
Execution.getVariableResolver()
). - 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
-
Adds a variable resolver that will be used to resolve a variable by
Page.getXelVariable(java.lang.String)
. - addVariableResolverInfo(VariableResolverInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a definition of
VariableResolver
. - addWeakIdentityHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
- 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.
- ADJACENT_SIBLING - org.zkoss.zk.ui.select.impl.Selector.Combinator
- adjustBeginLineColumn(int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adoptNode(Node) - Method in class org.zkoss.idom.Document
- after - org.zkoss.stateless.sul.ISplitlayout.Collapse
-
When the grippy is clicked, the element immediately after the splitter in the same parent is collapsed so that its width or height is 0
- AFTER_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears below the anchor, aligned to the center
- AFTER_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears below the anchor, aligned to the center
- AFTER_CHILD_ADDED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
For after child added callback, use in
ComponentCtrl.addCallback(String, Callback)
- AFTER_CHILD_REMOVED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
For after child removed callback, use in
ComponentCtrl.addCallback(String, Callback)
- AFTER_COMMAND - org.zkoss.bind.sys.ConditionType
- AFTER_END - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears below the anchor, aligned to the right
- AFTER_END - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears below the anchor, aligned to the right
- AFTER_END - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- AFTER_NEXT - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is inserted after the next insertion
- AFTER_PAGE_ATTACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
For page attached callback, use in
ComponentCtrl.addCallback(String, Callback)
- AFTER_PAGE_DETACHED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
For page detached callback, use in
ComponentCtrl.addCallback(String, Callback)
- AFTER_PARENT_CHANGED - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
For after parent changed callback, use in
ComponentCtrl.addCallback(String, Callback)
- AFTER_POINTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears with the top aligned with the bottom of the mouse cursor, with the left side of the component at the horizontal position of the mouse cursor.
- AFTER_POINTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears with the top aligned with the bottom of the mouse cursor, with the left side of the component at the horizontal position of the mouse cursor.
- AFTER_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- AFTER_START - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears below the anchor, aligned to the left
- AFTER_START - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears below the anchor, aligned to the left
- AFTER_START - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- afterBegin - org.zkoss.stateless.ui.UiAgent.Position
-
Just inside the targetComponent, before its first child.
- afterComponentAttached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- 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
-
Invokes
UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)
when a component is attached to a page. - afterComponentAttached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is attached to a page.
- afterComponentDetached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- 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
-
Invokes
UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)
when a component is detached from a page. - afterComponentDetached(Component, Page) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a component is detached from a page.
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- 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
-
Invokes
UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component)
when a component is moved (a.k.a., page changed). - afterComponentMoved(Component, Component, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after the parent/children relation is changed.
- afterCompose() - Method in class org.zkoss.zhtml.Textarea
- afterCompose() - Method in interface org.zkoss.zk.ui.ext.AfterCompose
-
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
- afterCompose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Creates the child components after apply dynamic properties
HtmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object)
. - afterCompose() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Creates the distributed children after apply dynamic properties
- afterCompose() - Method in class org.zkoss.zml.XmlMacroComponent
-
Creates the child components after apply dynamic properties
XmlMacroComponent.setDynamicProperty(java.lang.String, java.lang.Object)
. - afterCompose() - Method in class org.zkoss.zul.Include
- afterCompose() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- AfterCompose - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component if it wants to know when ZK loader created it.
- AfterCompose - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a life-cycle method in View Model. this method will be called after host component composition has been done (AfterCompose).
Only one method could be tagged with this annotation. - afterCreate(Component[]) - Method in class org.zkoss.stateless.ui.UiEngineExtension
- afterCreate(Component[]) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
- afterCreate(Component[]) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called after the whole component tree has been created by this engine.
- afterEnd - org.zkoss.stateless.ui.UiAgent.Position
-
After the targetComponent itself.
- afterEvaluation(ELContext, String) - Method in class org.zkoss.zel.EvaluationListener
-
Fired after the evaluation of the expression.
- afterExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- afterExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Called after
GenericInterpreter.exec(java.lang.String)
,GenericInterpreter.get(java.lang.String)
and many others. - 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.
- afterInsert(Component) - Method in class org.zkoss.zul.Listbox
-
Callback if a list item has been inserted.
- afterInsert(Component) - Method in class org.zkoss.zul.Rows
-
Callback if a child has been inserted.
- afterInterpret() - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Used with
Scopes.beforeInterpret(org.zkoss.zk.ui.ext.Scope)
to clean up implicit variables. - afterInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Called after
GenericInterpreter.exec(java.lang.String)
. - afterPageAttached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterPageAttached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
UiLifeCycle.afterPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop)
when a compnent's parent is changed. - afterPageAttached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is attached to a desktop.
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
UiLifeCycle.afterPageDetached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop)
when a compnent's parent is changed. - afterPageDetached(Page, Desktop) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a page is detached to a desktop.
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
- afterProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
- afterProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event)
registered byConfiguration.addListener(java.lang.Class<?>)
with a class implementingEventInterceptor
. - 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.
- afterRemove(Session, Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
- afterRenderComponents(Collection) - Method in class org.zkoss.stateless.ui.UiEngineExtension
- afterRenderComponents(Collection) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
- 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.
- afterRenderHtml(Execution, Page, Writer, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Ends and cleans up the rendering of a complete ZHTML page.
- afterRenderNewPage(Page) - Method in class org.zkoss.stateless.ui.UiEngineExtension
- afterRenderNewPage(Page) - Method in class org.zkoss.zk.ui.impl.UiEngineExtension
- afterRenderNewPage(Page) - Method in interface org.zkoss.zk.ui.impl.UiEngineImpl.Extension
-
Called after a new page has been redrawn (
PageCtrl.redraw(java.io.Writer)
has been called). - afterRenderTag(Execution, Object) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Ends and cleans up the rendering of a ZHTML tag.
- afterResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called after the suspended event thread is resumed.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- afterService(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called after the request is served.
- afterService(Desktop) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
- afterService(DesktopRecycle, Desktop) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
-
Called after serving a HTTP request.
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
UiLifeCycle.afterShadowAttached(ShadowElement, Component)
when a shadow is attached to a host. - 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.bind.tracker.impl.BindUiLifeCycle
- afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
UiLifeCycle.afterShadowDetached(ShadowElement, Component)
when a shadow is detached from a host. - afterShadowDetached(ShadowElement, Component) - Method in interface org.zkoss.zk.ui.util.UiLifeCycle
-
Called after a shadow is detached from a host.
- AfterSizeData - Class in org.zkoss.stateless.action.data
-
Represents an action that a user resizes a component and provides the new size of the component.
- AfterSizeData() - Constructor for class org.zkoss.stateless.action.data.AfterSizeData
- 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.
- afterSort(Object) - Method in class org.zkoss.zul.AbstractTreeModel
-
A utility that the deriving class can call to restore the states saved by
AbstractTreeModel.beforeSort()
- afterStep(IN, C, E, E) - Method in class org.zkoss.fsm.StateMachine
-
This method is called after executing a step
- 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
- Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
- Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
- Aide() - Constructor for class org.zkoss.web.servlet.dsp.DspException.Aide
- Aide() - Constructor for class org.zkoss.xel.XelException.Aide
- Aide() - Constructor for class org.zkoss.zk.ui.UiException.Aide
- Aide() - Constructor for class org.zkoss.zk.ui.util.ThemeProvider.Aide
- AImage - Class in org.zkoss.image
-
Represents an image.
- AImage(File) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file.
- AImage(String) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file name.
- AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a byte array.
- AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an input stream.
- AImage(URL) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an URL.
- AjaxDevice - Class in org.zkoss.zk.device
-
Represents a Web browser with the Ajax support.
- AjaxDevice() - Constructor for class org.zkoss.zk.device.AjaxDevice
- alert(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) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
- alert(String, String, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message at the browser.
- ALERT - Static variable in class org.zkoss.web.Attributes
-
The attribute name that contains the alert passed from another request
Https.sendRedirect(javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.util.Map, int)
. - ALERT_TYPE - Static variable in class org.zkoss.web.Attributes
-
Denote the type of
Attributes.ALERT
. - allMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- AllocUtil - Class in org.zkoss.bind.impl
-
For ZK-2289, Memory allocation utility.
- AllocUtil() - Constructor for class org.zkoss.bind.impl.AllocUtil
- ALLOW_DIRECT_INCLUDE - Static variable in interface org.zkoss.web.util.resource.Extendlet
-
Used with
Extendlet.getFeature(int)
to indicate the extendlet can be included directly without going thru Web container. - ALT_KEY - Static variable in class org.zkoss.stateless.action.data.ColSizeData
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.stateless.action.data.MoveData
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.stateless.action.data.SelectData
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.stateless.action.data.SizeData
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Alt key is pressed.
- ALT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
-
Indicates whether the Alt key is pressed.
- AMedia - Class in org.zkoss.util.media
-
A media object holding content such PDF, HTML, DOC or XLS content.
- AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and binary data.
- AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and stream data (binary).
- AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and reader data (textual).
- AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and text data.
- AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and URL.
- AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- Anchorchildren - Class in org.zkoss.zul
- Anchorchildren() - Constructor for class org.zkoss.zul.Anchorchildren
-
Deprecated.
- Anchorchildren(String) - Constructor for class org.zkoss.zul.Anchorchildren
-
Deprecated.
- Anchorlayout - Class in org.zkoss.zul
- Anchorlayout() - Constructor for class org.zkoss.zul.Anchorlayout
-
Deprecated.
- Anchornav - Class in org.zkoss.zkmax.zul
-
A anchornav component Anchornav synchronizes the scrolling position on a page or within ZK containers (Div, Window, etc.)
- Anchornav() - Constructor for class org.zkoss.zkmax.zul.Anchornav
- And() - Method in class org.zkoss.zel.impl.parser.ELParser
- AND0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- AND1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- andThen(CheckedConsumer<? super A>) - Method in interface org.zkoss.stateless.function.CheckedConsumer
- andThen(CheckedConsumer2<? super A, ? super B>) - Method in interface org.zkoss.stateless.function.CheckedConsumer2
- andThen(CheckedConsumer3<? super A, ? super B, ? super C>) - Method in interface org.zkoss.stateless.function.CheckedConsumer3
- andThen(CheckedConsumer4<? super A, ? super B, ? super C, ? super D>) - Method in interface org.zkoss.stateless.function.CheckedConsumer4
- andThen(CheckedConsumer5<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in interface org.zkoss.stateless.function.CheckedConsumer5
- andThen(CheckedConsumer6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F>) - Method in interface org.zkoss.stateless.function.CheckedConsumer6
- andThen(CheckedConsumer7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G>) - Method in interface org.zkoss.stateless.function.CheckedConsumer7
- andThen(CheckedConsumer8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H>) - Method in interface org.zkoss.stateless.function.CheckedConsumer8
- andThen(CheckedConsumer9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I>) - Method in interface org.zkoss.stateless.function.CheckedConsumer9
- andThen(CheckedFunction<? super R, ? extends V>) - Method in interface org.zkoss.stateless.function.CheckedFunction
- andThen(CheckedFunction<? super R, ? extends V>) - Method in interface org.zkoss.stateless.function.CheckedFunction2
- andThen(CheckedFunction<? super R, ? extends V>) - Method in interface org.zkoss.stateless.function.CheckedFunction3
- AnnotateBinder - Class in org.zkoss.bind
-
ZK Annotated Binder, it parse the component annotation and handles the binding of components and view model.
- AnnotateBinder() - Constructor for class org.zkoss.bind.AnnotateBinder
-
new a annotate binder with default event queue name and scope
- AnnotateBinder(String, String) - Constructor for class org.zkoss.bind.AnnotateBinder
-
new a binder with event queue name and scope
- AnnotateBinderEx - Class in org.zkoss.zkmax.bind.impl
-
For ZK-2289, much less memory consumption
- AnnotateBinderEx(String, String) - Constructor for class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
- AnnotateBinderHelper - Class in org.zkoss.bind.impl
-
Helper class to parse binding annotations and create bindings.
- AnnotateBinderHelper(Binder) - Constructor for class org.zkoss.bind.impl.AnnotateBinderHelper
- 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
-
A map of annotations used with
ComponentDefinition
andComponentInfo
. - AnnotationMap() - Constructor for class org.zkoss.zk.ui.metainfo.AnnotationMap
- AnnotationUtil - Class in org.zkoss.bind.impl
-
An internal utility to help processing component annotation, for internal using only.
- AnnotationUtil() - Constructor for class org.zkoss.bind.impl.AnnotationUtil
- AnnoWarnInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- AnnoWarnInfo(Component, String, String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
- ANONYMOUS - org.zkoss.stateless.sul.ICropper.Crossorigin
-
CORS requests for this element will have the credentials flag set to 'same-origin'.
- ANONYMOUS - org.zkoss.stateless.sul.IVideo.Crossorigin
-
CORS requests for this element will have the credentials flag set to 'same-origin'.
- any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns true if any element.
- anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
- anyMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
-
Returns the index that is one of delimiters, or the length if none of delimiter is found.
- ApacheELFactory - Class in org.zkoss.zkmax.xel.el
-
An implementation that is based on Apache commons-el: org.apache.commons.el.ExpressionEvaluatorImpl.
- ApacheELFactory - Class in org.zkoss.zkmax.xel.el21
-
An implementation based on org.apache.el.ExpressionFactoryImpl.
- ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el.ApacheELFactory
- ApacheELFactory() - Constructor for class org.zkoss.zkmax.xel.el21.ApacheELFactory
- APP_CONVERTERS - Static variable in class org.zkoss.zkmax.bind.impl.Init
-
Key of application converters, you set it by library-property in application zk.xml.
- APP_VALIDATORS - Static variable in class org.zkoss.zkmax.bind.impl.Init
-
Key of application validators, you set it by library-property in application zk.xml
The format is name=className, different validators are split by comma. - append(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Appends the data after the specific path.
- append(StringBuffer, String, boolean) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer, if
avail
is true. - append(StringBuffer, String, int) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer.
- append(StringBuffer, String, String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Appends an attribute to the string buffer, if
attrValue
is not null. - append(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Appends the data after the specific path.
- APPEND_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
-
Whether to append params if both uri and params contain the same parameter.
- APPEND_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether to append params if both uri and params contain the same parameter.
- APPEND_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to append params if both uri and params contain the same parameter.
- appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
- appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
- appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
- appendChild(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Adds the specified child component as the last child to the current locator.
- appendChild(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
- appendFields(String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- appendItem(String) - Method in class org.zkoss.zul.Combobox
-
Appends an item.
- appendItem(String, String) - Method in class org.zkoss.zul.Listbox
-
Appends an item.
- appendItem(String, String) - Method in class org.zkoss.zul.Radiogroup
-
Appends a radio button.
- appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
-
Appends a style value to the string buffer for HTML/XML (name:"val";).
- appendText(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the text.
- appendText(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
- appendText(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
- application - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the web application.
- APPLICATION - org.zkoss.bind.annotation.ContextType
-
The web application, the type is
WebApp
- APPLICATION - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit applicationScope
- APPLICATION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the application scope.
- APPLICATION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The application scope.
- APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the whole application. - APPLICATION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
Used with
Page.getAttribute(String, int)
and related to denote custom attributes shared by the whole application. - applicationScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the web application.
- apply(A, B) - Method in interface org.zkoss.stateless.function.CheckedFunction2
- apply(A, B, C) - Method in interface org.zkoss.stateless.function.CheckedFunction3
- apply(Component) - 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(Component) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Compose the specified template with the given host.
- apply(Component) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Compose the specified template with the given host.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Applies the custom attributes.
- apply(Page) - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Applies the variable element against the page.
- apply(T) - Method in interface org.zkoss.stateless.function.CheckedFunction
- Apply - Class in org.zkoss.zuti.zul
-
The apply tag allows you to choose which template to be applied.
- Apply() - Constructor for class org.zkoss.zuti.zul.Apply
- 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.
- 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.
- 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
- applyCSS3(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS rule String for the given style name and value.
- 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.stateless.ui.util.VolatileComponent
- applyProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
- applyProperties() - Method in interface org.zkoss.zk.ui.Component
-
Initializes the properties (a.k.a. members) based on what are defined in the component definition.
- 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.
- Area - Class in org.zkoss.zhtml
-
The AREA tag.
- Area - Class in org.zkoss.zul
-
An area of a
Imagemap
. - Area() - Constructor for class org.zkoss.zhtml.Area
- Area() - Constructor for class org.zkoss.zul.Area
- Area(String) - Constructor for class org.zkoss.zul.Area
- AREA - Static variable in class org.zkoss.zul.Chart
- arg - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the arg argument passed to the createComponents method.
- ARG - Static variable in class org.zkoss.web.Attributes
-
The attribute used to pass parameters from the caller that invokes Servlets.include() or Servlets.forward() with
Servlets.PASS_THRU_ATTR
. - argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
- argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
- ArithmeticNode - Class in org.zkoss.zel.impl.parser
- ArithmeticNode(int) - Constructor for class org.zkoss.zel.impl.parser.ArithmeticNode
- ArithmeticWrongValueException - Exception in org.zkoss.zk.ui
-
For ArithmeticException wrong value wrapper.
- ArithmeticWrongValueException() - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(int) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(int, Object) - 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, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(String) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(Component, int) - 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, Object[], Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(Component, String, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArithmeticWrongValueException(Component, String, Throwable, Object) - Constructor for exception org.zkoss.zk.ui.ArithmeticWrongValueException
- ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
- ArrayComparator<E> - Class in org.zkoss.zul
-
Compares the specified element of the array.
- ArrayComparator(int, boolean) - Constructor for class org.zkoss.zul.ArrayComparator
-
The constructor.
- ArrayELResolver - Class in org.zkoss.zel
- ArrayELResolver() - Constructor for class org.zkoss.zel.ArrayELResolver
- ArrayELResolver(boolean) - Constructor for class org.zkoss.zel.ArrayELResolver
- ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
- ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
- ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
- ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
- ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
- ArraysX - Class in org.zkoss.util
-
Utilities for handling arrays.
- ArraysX() - Constructor for class org.zkoss.util.ArraysX
- arrayToString(Object[]) - Static method in class org.zkoss.zul.impl.Utils
-
Converts an array of objects to a string, by concatenating them together and separated with comma.
- ARROW - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Article - Class in org.zkoss.zhtml
-
The ARTICLE tag.
- Article() - Constructor for class org.zkoss.zhtml.Article
- asBoxedList(Object) - Static method in class org.zkoss.util.ArraysX
-
Returns a fixed-size boxed list backed by the specified primitive array.
- ASCENDING - org.zkoss.stateless.sul.IColumn.SortDirection
-
Indicates the ascending sorting.
- ASCENDING - org.zkoss.stateless.sul.IListheader.SortDirection
-
Indicates the ascending sorting.
- ASCENDING - org.zkoss.stateless.sul.ITreecol.SortDirection
-
Indicates the ascending sorting.
- Aside - Class in org.zkoss.zhtml
-
The ASIDE tag.
- Aside() - Constructor for class org.zkoss.zhtml.Aside
- asList(T[]) - Static method in class org.zkoss.util.ArraysX
-
Returns a mutable list.
- asList(T[][]) - Static method in class org.zkoss.util.ArraysX
-
Returns a two dimensional mutable list.
- 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) - 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
- assign(Component, String, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
-
Assigns a property.
- ASSIGN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Assignment() - Method in class org.zkoss.zel.impl.parser.ELParser
- AstAnd - Class in org.zkoss.zel.impl.parser
- AstAnd(int) - Constructor for class org.zkoss.zel.impl.parser.AstAnd
- AstAssign - Class in org.zkoss.zel.impl.parser
- AstAssign(int) - Constructor for class org.zkoss.zel.impl.parser.AstAssign
- AstBracketSuffix - Class in org.zkoss.zel.impl.parser
- AstBracketSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstBracketSuffix
- AstChoice - Class in org.zkoss.zel.impl.parser
- AstChoice(int) - Constructor for class org.zkoss.zel.impl.parser.AstChoice
- AstCompositeExpression - Class in org.zkoss.zel.impl.parser
- AstCompositeExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstCompositeExpression
- AstConcatenation - Class in org.zkoss.zel.impl.parser
- AstConcatenation(int) - Constructor for class org.zkoss.zel.impl.parser.AstConcatenation
- AstDeferredExpression - Class in org.zkoss.zel.impl.parser
- AstDeferredExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDeferredExpression
- AstDiv - Class in org.zkoss.zel.impl.parser
- AstDiv(int) - Constructor for class org.zkoss.zel.impl.parser.AstDiv
- AstDotSuffix - Class in org.zkoss.zel.impl.parser
- AstDotSuffix(int) - Constructor for class org.zkoss.zel.impl.parser.AstDotSuffix
- AstDynamicExpression - Class in org.zkoss.zel.impl.parser
- AstDynamicExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstDynamicExpression
- AstEmpty - Class in org.zkoss.zel.impl.parser
- AstEmpty(int) - Constructor for class org.zkoss.zel.impl.parser.AstEmpty
- AstEqual - Class in org.zkoss.zel.impl.parser
- AstEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstEqual
- AstFalse - Class in org.zkoss.zel.impl.parser
- AstFalse(int) - Constructor for class org.zkoss.zel.impl.parser.AstFalse
- AstFloatingPoint - Class in org.zkoss.zel.impl.parser
- AstFloatingPoint(int) - Constructor for class org.zkoss.zel.impl.parser.AstFloatingPoint
- AstFunction - Class in org.zkoss.zel.impl.parser
- AstFunction(int) - Constructor for class org.zkoss.zel.impl.parser.AstFunction
- AstGreaterThan - Class in org.zkoss.zel.impl.parser
- AstGreaterThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThan
- AstGreaterThanEqual - Class in org.zkoss.zel.impl.parser
- AstGreaterThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstGreaterThanEqual
- AstIdentifier - Class in org.zkoss.zel.impl.parser
- AstIdentifier(int) - Constructor for class org.zkoss.zel.impl.parser.AstIdentifier
- AstInteger - Class in org.zkoss.zel.impl.parser
- AstInteger(int) - Constructor for class org.zkoss.zel.impl.parser.AstInteger
- AstLambdaExpression - Class in org.zkoss.zel.impl.parser
- AstLambdaExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaExpression
- AstLambdaParameters - Class in org.zkoss.zel.impl.parser
- AstLambdaParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstLambdaParameters
- AstLessThan - Class in org.zkoss.zel.impl.parser
- AstLessThan(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThan
- AstLessThanEqual - Class in org.zkoss.zel.impl.parser
- AstLessThanEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstLessThanEqual
- AstListData - Class in org.zkoss.zel.impl.parser
- AstListData(int) - Constructor for class org.zkoss.zel.impl.parser.AstListData
- AstLiteralExpression - Class in org.zkoss.zel.impl.parser
- AstLiteralExpression(int) - Constructor for class org.zkoss.zel.impl.parser.AstLiteralExpression
- AstMapData - Class in org.zkoss.zel.impl.parser
- AstMapData(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapData
- AstMapEntry - Class in org.zkoss.zel.impl.parser
- AstMapEntry(int) - Constructor for class org.zkoss.zel.impl.parser.AstMapEntry
- AstMethodParameters - Class in org.zkoss.zel.impl.parser
- AstMethodParameters(int) - Constructor for class org.zkoss.zel.impl.parser.AstMethodParameters
- AstMinus - Class in org.zkoss.zel.impl.parser
- AstMinus(int) - Constructor for class org.zkoss.zel.impl.parser.AstMinus
- AstMod - Class in org.zkoss.zel.impl.parser
- AstMod(int) - Constructor for class org.zkoss.zel.impl.parser.AstMod
- AstMult - Class in org.zkoss.zel.impl.parser
- AstMult(int) - Constructor for class org.zkoss.zel.impl.parser.AstMult
- AstNegative - Class in org.zkoss.zel.impl.parser
- AstNegative(int) - Constructor for class org.zkoss.zel.impl.parser.AstNegative
- AstNot - Class in org.zkoss.zel.impl.parser
- AstNot(int) - Constructor for class org.zkoss.zel.impl.parser.AstNot
- AstNotEqual - Class in org.zkoss.zel.impl.parser
- AstNotEqual(int) - Constructor for class org.zkoss.zel.impl.parser.AstNotEqual
- AstNull - Class in org.zkoss.zel.impl.parser
- AstNull(int) - Constructor for class org.zkoss.zel.impl.parser.AstNull
- AstOr - Class in org.zkoss.zel.impl.parser
- AstOr(int) - Constructor for class org.zkoss.zel.impl.parser.AstOr
- AstPlus - Class in org.zkoss.zel.impl.parser
- AstPlus(int) - Constructor for class org.zkoss.zel.impl.parser.AstPlus
- AstSemicolon - Class in org.zkoss.zel.impl.parser
- AstSemicolon(int) - Constructor for class org.zkoss.zel.impl.parser.AstSemicolon
- AstSetData - Class in org.zkoss.zel.impl.parser
- AstSetData(int) - Constructor for class org.zkoss.zel.impl.parser.AstSetData
- AstString - Class in org.zkoss.zel.impl.parser
- AstString(int) - Constructor for class org.zkoss.zel.impl.parser.AstString
- AstTrue - Class in org.zkoss.zel.impl.parser
- AstTrue(int) - Constructor for class org.zkoss.zel.impl.parser.AstTrue
- AstValue - Class in org.zkoss.zel.impl.parser
- AstValue(int) - Constructor for class org.zkoss.zel.impl.parser.AstValue
- AstValue.Target - Class in org.zkoss.zel.impl.parser
- ASYNC_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
-
The async context path; set by the servlet container.
- AT_POINTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears with the upper-left aligned with the mouse cursor
- AT_POINTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears with the upper-left aligned with the mouse cursor
- AT_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- 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
- attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Attaches the locator to the item.
- attachPseudoClassParameter(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
-
Generates an attribute for HTML/XML.
- ATTR_CHANGING_SELECTION - Static variable in interface org.zkoss.zul.impl.TabboxEngine
- ATTR_EVENT_QUEUES - Static variable in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
-
The attribute used to store the map of event queues.
- ATTR_ON_INIT_RENDER_POSTED - Static variable in interface org.zkoss.zul.impl.TabboxEngine
- AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
- Attributable - Interface in org.zkoss.idom
-
Represents a class that has attributes.
- Attribute - Class in org.zkoss.idom
-
The iDOM attribute.
- Attribute - Class in org.zkoss.zk.ui.select.impl
-
The model representing an attribute in Selector.
- Attribute() - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute(String) - Constructor for class org.zkoss.zk.ui.select.impl.Attribute
- Attribute(String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute(String, String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute(Namespace, String, String) - Constructor for class org.zkoss.idom.Attribute
-
Constructor.
- Attribute.Operator - Enum in org.zkoss.zk.ui.select.impl
- attributeAdded(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeAdded(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeAdded(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
- attributeAdded(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be added to
Scope
. - attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- attributeRemoved(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeRemoved(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
- attributeRemoved(Scope, String) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be removed from
Scope
. - attributeReplaced(HttpSessionBindingEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- attributeReplaced(ServletRequestAttributeEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener
- attributeReplaced(Scope, String, Object) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when an attribute is going to be replaced in
Scope
. - Attributes - Class in org.zkoss.web
-
Definition of constants used as attributes and parameters across requests.
- Attributes - Class in org.zkoss.zk.ui.impl
-
Attributes used internally for implementation only.
- 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 - Class in org.zkoss.zkmax.au.websocket
-
Attributes used internally for WebSocket connections only.
- Attributes - Class in org.zkoss.zul
-
Common attributes used for implementation.
- Attributes() - Constructor for class org.zkoss.web.Attributes
-
Don't construct it.
- Attributes() - Constructor for class org.zkoss.zk.ui.impl.Attributes
- Attributes() - Constructor for class org.zkoss.zk.ui.sys.Attributes
- Attributes() - Constructor for class org.zkoss.zkmax.au.websocket.Attributes
- Attributes() - Constructor for class org.zkoss.zul.Attributes
- AttributesInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a map of custom attributes of a component definition (
ComponentDefinition
). - AttributesInfo(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).
- AttributesMap - Class in org.zkoss.web.servlet.xel
-
A skeletal implementation for Map to wrap something with enumeration of attributes, which must be String.
- AttributesMap() - Constructor for class org.zkoss.web.servlet.xel.AttributesMap
- AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
- 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
-
Unlike other constructors, the object instantiated by this method depends on the specified comp.
- AuClearWrongValue(Component[]) - Constructor for class org.zkoss.zk.au.out.AuClearWrongValue
- AuClientInfo - Class in org.zkoss.zk.au.out
-
A response to ask the browser to send back its information.
- AuClientInfo() - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response for all desktops of the same browser window.
- AuClientInfo(Desktop) - Constructor for class org.zkoss.zk.au.out.AuClientInfo
-
Constructs a client-info response with the specified desktop.
- 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.
- Audio - Class in org.zkoss.zhtml
-
The AUDIO tag.
- Audio - Class in org.zkoss.zul
-
An audio clip.
- Audio - Interface in org.zkoss.sound
-
Represents an audio.
- Audio() - Constructor for class org.zkoss.zhtml.Audio
- Audio() - Constructor for class org.zkoss.zul.Audio
- Audio(String) - Constructor for class org.zkoss.zul.Audio
- Audio.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - AuDownload - Class in org.zkoss.zk.au.out
-
A response to ask the client to download the specified URI.
- AuDownload(String) - Constructor for class org.zkoss.zk.au.out.AuDownload
-
Constructs with an encoded URL.
- AuDownload(DeferredValue) - Constructor for class org.zkoss.zk.au.out.AuDownload
-
Constructs with a deferred URI.
- AuDownloader - Class in org.zkoss.zkmax.au.http
-
The AU processor to handle the resumable download.
- AuDynaMediar - Class in org.zkoss.zk.au.http
-
The AU processor used to response the content for
DynamicMedia.getMedia(java.lang.String)
- AuDynaMediar() - Constructor for class org.zkoss.zk.au.http.AuDynaMediar
- AuEcho - Class in org.zkoss.zk.au.out
-
A response to ask client to send a dummy request back to the server.
- AuEcho() - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response for each desktop in the same browser window
- 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.
- 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(Desktop) - Constructor for class org.zkoss.zk.au.out.AuEcho
-
Constructs an echo response with the specified desktop.
- 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, Collection<Desktop>) - Constructor for class org.zkoss.zk.au.out.AuEchoGlobal
- AuEchoGlobal(String, String, 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(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.
- 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, 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, 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, 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, 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, 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, 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, String...) - Constructor for class org.zkoss.zk.au.out.AuInvoke
-
Construct AuInvoke to call a client function with variable number of 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.
- AuLoadingbar - Class in org.zkoss.zkmax.au.out
-
The au object for Loadingbar.
- AuLoadingbar(String, Integer, String, Boolean, Integer) - Constructor for class org.zkoss.zkmax.au.out.AuLoadingbar
-
Display a Loadingbar.
- 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
- AuMultipartUploader - Class in org.zkoss.zk.au.http
-
An AU handler to process multipart content.
- AuMultipartUploader() - Constructor for class org.zkoss.zk.au.http.AuMultipartUploader
- AuNotification - Class in org.zkoss.zk.au.out
-
The au object for notification.
- AuNotification(String, String, Page, Component, int, int, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at given coordinate
- AuNotification(String, String, Page, Component, String, int, boolean) - Constructor for class org.zkoss.zk.au.out.AuNotification
-
Shows notification at predefined position.
- 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(String) - Constructor for class org.zkoss.zk.au.out.AuRemove
-
Removes a component by its UUID.
- AuRemove(Page) - Constructor for class org.zkoss.zk.au.out.AuRemove
- 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 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.
- AuResponse.JSONComponent - Class in org.zkoss.zk.au
- AuResponse.JSONDate - Class in org.zkoss.zk.au
- AuScript - Class in org.zkoss.zk.au.out
-
A response to ask the client to execute the specified client scripts.
- AuScript(String) - Constructor for class org.zkoss.zk.au.out.AuScript
-
Constructs a AuScript response that doesn't depend on any component.
- AuScript(Component, String) - Constructor for class org.zkoss.zk.au.out.AuScript
- AuScrollBy - Class in org.zkoss.zk.au.out
-
A response to ask the client to scroll the desktop (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.
- AuSetAttributes - Class in org.zkoss.zk.au.out
-
A response to set successive attributes of the specified component at the client.
- AuSetAttributes(Component, AuSetAttribute...) - Constructor for class org.zkoss.zk.au.out.AuSetAttributes
-
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
- AuSyncErrorbox - Class in org.zkoss.zk.au.out
-
A response to ask the client to sync errorboxes in the desktop
- AuSyncErrorbox() - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
-
A constructor for asking the client to sync the position all the errorboxes to its widget.
- AuSyncErrorbox(Component) - Constructor for class org.zkoss.zk.au.out.AuSyncErrorbox
-
A constructor for asking the client to sync position of a widget and its the errorbox.
- authenticate(HttpServletResponse) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- authenticate(HttpServletResponse) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- authenticate(HttpServletResponse) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- AUTO - org.zkoss.bind.annotation.Scope
-
Search the value from components to page, desktop one bye one...until find a value
- AUTO - Static variable in class org.zkoss.zul.Decimalbox
-
Used with
Decimalbox.setScale(int)
to denote that the scale is decided by what user has entered. - AuToast - Class in org.zkoss.zkmax.au.out
-
The au object for toast.
- AuToast(String, String, String, int, boolean, int) - Constructor for class org.zkoss.zkmax.au.out.AuToast
-
Shows toast at predefined position.
- AutoNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Enable posting NotifyChange when setter method called.
- autoUnsubscribe() - Method in annotation type org.zkoss.zkmax.ui.select.annotation.Subscribe
-
Unsubscribe event-queue automatically when component of composer was detached.
- 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(String[]) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
-
Constructor for multiple wrong values.
- AuWrongValue(Component, String) - Constructor for class org.zkoss.zk.au.out.AuWrongValue
- Auxhead - Class in org.zkoss.zul
-
Used to define a collection of auxiliary headers (
Auxheader
). - Auxhead() - Constructor for class org.zkoss.zul.Auxhead
- Auxheader - Class in org.zkoss.zul
-
An auxiliary header.
- Auxheader() - Constructor for class org.zkoss.zul.Auxheader
- Auxheader(String) - Constructor for class org.zkoss.zul.Auxheader
- Auxheader(String, String) - Constructor for class org.zkoss.zul.Auxheader
- average() - Method in class org.zkoss.zel.impl.stream.Stream
- AVideo - Class in org.zkoss.video
-
Represents a video.
- AVideo(File) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file.
- AVideo(InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- AVideo(String) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file name.
- AVideo(String, byte[]) - Constructor for class org.zkoss.video.AVideo
- AVideo(String, InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- AVideo(URL) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with an URL.
B
- B - Class in org.zkoss.zhtml
-
The B tag.
- B() - Constructor for class org.zkoss.zhtml.B
- B_GET - Static variable in class org.zkoss.lang.Classes
-
Search the get method; not imply B_METHODONLY.
- B_METHOD_ONLY - Static variable in class org.zkoss.lang.Classes
-
Only search for methods; excluding fields.
- B_PUBLIC_ONLY - Static variable in class org.zkoss.lang.Classes
-
Only search for public methods or fields.
- B_SET - Static variable in class org.zkoss.lang.Classes
-
Search the set method; not imply B_METHODONLY.
- back() - Method in class org.zkoss.stateless.state.IStepbarController
-
Activate previous step if possible.
- back() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- back() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Activate previous step if possible.
- back() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Activate previous step if possible.
- backup(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Backup a number of characters.
- Bandbox - Class in org.zkoss.zul
-
A band box.
- Bandbox() - Constructor for class org.zkoss.zul.Bandbox
- Bandbox(String) - Constructor for class org.zkoss.zul.Bandbox
- BANDBOX_SEARCH - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Bandpopup - Class in org.zkoss.zul
-
The popup that belongs to a
Bandbox
instance. - Bandpopup() - Constructor for class org.zkoss.zul.Bandpopup
- BAR - Static variable in class org.zkoss.zul.Chart
- Barcode - Class in org.zkoss.zkmax.zul
-
Represents a barcode
- Barcode() - Constructor for class org.zkoss.zkmax.zul.Barcode
- Barcodescanner - Class in org.zkoss.zkmax.zul
-
A Barcode scanner Only works for Chrome, Firefox and Edge. iOS Safari is supported since 11.
- Barcodescanner() - Constructor for class org.zkoss.zkmax.zul.Barcodescanner
- base - Variable in class org.zkoss.zel.impl.parser.AstValue.Target
- Base - Class in org.zkoss.zhtml
-
The BASE tag.
- Base() - Constructor for class org.zkoss.zhtml.Base
- BASE_PACKAGES - Static variable in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
-
The base packages of Richlet initial config for scanning
RichletMapping
annotation. - BASE64SPACERIMAGE - Static variable in class org.zkoss.image.Images
-
A base64 string to display a spacer image.
- BasicPseudoClassDefs - Class in org.zkoss.zk.ui.select.impl
-
The default set of pseudo classes in Selector.
- BasicPseudoClassDefs() - Constructor for class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
- Bdi - Class in org.zkoss.zhtml
-
The BDI tag.
- Bdi() - Constructor for class org.zkoss.zhtml.Bdi
- Bdo - Class in org.zkoss.zhtml
-
The BDO tag.
- Bdo() - Constructor for class org.zkoss.zhtml.Bdo
- BEAN_METHOD_FILTER - Static variable in class org.zkoss.bind.proxy.BeanProxyHandler
- BEAN_UID - Static variable in class org.zkoss.clientbind.ClientBindComposer
- BeanELResolver - Class in org.zkoss.zel
- BeanELResolver() - Constructor for class org.zkoss.zel.BeanELResolver
- BeanELResolver(boolean) - Constructor for class org.zkoss.zel.BeanELResolver
- BeanNameELResolver - Class in org.zkoss.zel
- BeanNameELResolver(BeanNameResolver) - Constructor for class org.zkoss.zel.BeanNameELResolver
- BeanNameResolver - Class in org.zkoss.zel
-
Base implementation that provides a minimal default implementation that is intended to be extended by application developers.
- BeanNameResolver() - Constructor for class org.zkoss.zel.BeanNameResolver
- BeanProxyHandler<T> - Class in org.zkoss.bind.proxy
-
A bean proxy handler
- BeanProxyHandler(T) - Constructor for class org.zkoss.bind.proxy.BeanProxyHandler
- BeanValidations - Class in org.zkoss.bind.validator
-
A utility class to help jsr 303 validation.
- BeanValidator - Class in org.zkoss.bind.validator
- BeanValidator - Class in org.zkoss.zkmax.bind
- BeanValidator() - Constructor for class org.zkoss.bind.validator.BeanValidator
- BeanValidator() - Constructor for class org.zkoss.zkmax.bind.BeanValidator
- before - org.zkoss.stateless.sul.ISplitlayout.Collapse
-
When the grippy is clicked, the element immediately before the splitter in the same parent is collapsed so that its width or height is 0
- BEFORE_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears above the anchor, aligned to the center
- BEFORE_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears above the anchor, aligned to the center
- BEFORE_COMMAND - org.zkoss.bind.sys.ConditionType
- BEFORE_END - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears above the anchor, aligned to the right
- BEFORE_END - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears above the anchor, aligned to the right
- BEFORE_END - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- BEFORE_PREVIOUS - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is inserted before the previous insertion
- BEFORE_START - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears above the anchor, aligned to the left
- BEFORE_START - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears above the anchor, aligned to the left
- BEFORE_START - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- beforeBegin - org.zkoss.stateless.ui.UiAgent.Position
-
Before the targetComponent itself.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: does nothing.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- beforeChildAdded(Component, Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called before adding a child.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Columnlayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Rangeslider
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Lineitem
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Linelayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Multislider
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Nav
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Navbar
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Organigram
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Portallayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Rowchildren
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Rowlayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Splitlayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Stepbar
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Tablelayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkmax.zul.Video
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Absolutelayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Anchorlayout
-
Deprecated.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Audio
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Auxhead
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Bandbox
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Borderlayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Columns
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobox
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobutton
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Foot
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Grid
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Groupbox
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Imagemap
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Inputgroup
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listbox
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listfoot
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listhead
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listitem
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menu
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menubar
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menupopup
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Panel
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Row
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Rows
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tab
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabbox
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabpanels
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabs
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tree
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treechildren
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treecols
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treefoot
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treeitem
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treerow
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Window
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zuti.zul.Choose
- beforeChildRemoved(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- beforeChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: does nothing.
- beforeChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called before removing a child.
- beforeCompose() - Method in interface org.zkoss.zk.ui.ext.BeforeCompose
-
Called by ZK Loader before it sets any properties, and before creates any child component.
- BeforeCompose - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component if it wants to know when ZK loader created it.
- beforeEnd - org.zkoss.stateless.ui.UiAgent.Position
-
Just inside the targetComponent, after its last child.
- beforeEvaluation(ELContext, String) - Method in class org.zkoss.zel.EvaluationListener
-
Fired before the evaluation of the expression.
- beforeExec() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- beforeExec() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Called before
GenericInterpreter.exec(java.lang.String)
,GenericInterpreter.get(java.lang.String)
and many others. - beforeHostChildAdded(Component, Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- beforeHostChildAdded(Component, Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called before the host adding a child.
- beforeHostChildRemoved(Component, int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- beforeHostChildRemoved(Component, int) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called before the host removing a child.
- beforeHostParentChanged(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- beforeHostParentChanged(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called before the host changing the parent.
- beforeInterpret(Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Called before
GenericInterpreter.exec(java.lang.String)
. - beforeInterpret(Scope) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Prepares implicit variable before calling
Page.interpret(java.lang.String, java.lang.String, org.zkoss.zk.ui.ext.Scope)
. - beforeParentChanged(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- beforeParentChanged(Component) - Method in class org.zkoss.zhtml.Body
- beforeParentChanged(Component) - Method in class org.zkoss.zhtml.Head
- beforeParentChanged(Component) - Method in class org.zkoss.zhtml.Html
- beforeParentChanged(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: If parent is null, execute the @Destroy method if any.
- beforeParentChanged(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- beforeParentChanged(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called before changing the parent.
- beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Columnchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Fisheye
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Lineitem
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Nav
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Navitem
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Portalchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Rowchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Step
- beforeParentChanged(Component) - Method in class org.zkoss.zkmax.zul.Tablechildren
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Absolutechildren
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Anchorchildren
-
Deprecated.
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Area
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxhead
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxheader
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Bandpopup
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Caption
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Column
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Columns
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Comboitem
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Detail
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Foot
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Footer
- beforeParentChanged(Component) - Method in class org.zkoss.zul.LayoutRegion
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listcell
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfoot
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfooter
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listhead
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listheader
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Listitem
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Menu
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Menuitem
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Panelchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Row
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Rows
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Splitter
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Tab
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanel
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanels
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabs
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Track
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecell
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treechildren
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecol
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecols
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefoot
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefooter
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treeitem
- beforeParentChanged(Component) - Method in class org.zkoss.zul.Treerow
- beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.Otherwise
- beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.When
- beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- beforePostEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
- beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
- beforePostEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
registered byConfiguration.addListener(java.lang.Class<?>)
with a class implementingEventInterceptor
. - beforePostEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
-
Called before posting an event (with
Events.postEvent(org.zkoss.zk.ui.event.Event)
). - beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
- beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
- beforeProcessEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
registered byConfiguration.addListener(java.lang.Class<?>)
with a class implementingEventInterceptor
. - beforeProcessEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
-
Called before processing an event.
- beforeRedraw(boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Called before staring the redrawing.
- beforeRemove(Component) - Method in class org.zkoss.zul.Listbox
-
Callback if a list item will be removed (not removed yet).
- beforeRemove(Component) - Method in class org.zkoss.zul.Rows
-
Callback if a child will be removed (not removed yet).
- beforeRemove(Execution, Desktop, int) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called when the client asks the server to remove a desktop because of the user's navigating to other URL or refreshing the page.
- beforeRemove(Execution, Desktop, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
- beforeRender(RequestInfo) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
-
Called before rendering to test if the patch shall be applied.
- beforeRender(RequestInfo) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
It returns an instance of StringWriter if
JQueryRenderPatch.getDelay()
is non-negative, or null if negative (means no patch). - beforeRender(RequestInfo) - Method in class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
- beforeRenderHtml(Execution, Page, Writer) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Prepares for rendering a complete ZHTML page.
- beforeRenderTag(Execution) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Prepares for rendering a ZHTML tag.
- beforeResume(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadResume
-
Called just before the suspended event thread is resumed.
- beforeResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- beforeResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
- beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
- beforeSendEvent(Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
registered byConfiguration.addListener(java.lang.Class<?>)
with a class implementingEventInterceptor
. - beforeSendEvent(Event) - Method in interface org.zkoss.zk.ui.util.EventInterceptor
-
Called before sending an event (with
Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
). - beforeService(Execution, String) - Method in interface org.zkoss.zk.ui.util.DesktopRecycle
-
Called when an user requests the content of a page.
- beforeService(Execution, String) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
- beforeService(DesktopRecycle, ServletContext, Session, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.ui.http.DesktopRecycles
-
Called before serving a HTTP request.
- beforeSort() - Method in class org.zkoss.zul.AbstractTreeModel
-
A utility that the deriving class can call to save the states before sorting the model.
- beforeStep(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
-
This method is called before executing a step
- beforeSuspend(Component, Event, Object) - Method in interface org.zkoss.zk.ui.event.EventThreadSuspend
-
Called before the event processing thread is suspended.
- beforeUpdate(Desktop, List<AuRequest>) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when an asynchronous updated is called (and not yet processed).
- beforeUpdate(Desktop, List<AuRequest>) - Method in class org.zkoss.zk.ui.util.Statistic
- beforeUpdate(CometServerPush.ThreadInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- beforeUpdate(CometServerPush.ThreadInfo) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- beforeWCS(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Called when a WCS (Widget CSS descriptor) file is about to be loaded.
- beforeWCS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
- beforeWidgetCSS(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Called when a WCS (Widget CSS descriptor) file is about to load the CSS file associated with a widget.
- beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkex.theme.StandardThemeProvider
- beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkmax.theme.StandardThemeProvider
- beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
- BEGIN_WITH - org.zkoss.zk.ui.select.impl.Attribute.Operator
- beginColumn - Variable in class org.zkoss.zel.impl.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.zkoss.zel.impl.parser.Token
-
The line number of the first character of this Token.
- beginOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the beginning date of the specified date and TimeZone.
- beginOfMonth() - Static method in class org.zkoss.util.Dates
-
Return the beginning date of this month.
- beginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
- beginOfYear() - Static method in class org.zkoss.util.Dates
-
Return the beginning date of this year.
- beginOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
- BeginToken() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Start.
- beginUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- beginUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates and prepare for asynchronous update
- BidirectionalMap<K,V> - Class in org.zkoss.clientbind.ui.util
-
A bidirectional map is a map that preserves the uniqueness of its values as well as that of its keys.
- BidirectionalMap<K,V> - Class in org.zkoss.stateless.util
-
A bidirectional map is a map that preserves the uniqueness of its values as well as that of its keys.
- BidirectionalMap() - Constructor for class org.zkoss.clientbind.ui.util.BidirectionalMap
- BidirectionalMap() - Constructor for class org.zkoss.stateless.util.BidirectionalMap
- BidirectionalMap(int) - Constructor for class org.zkoss.clientbind.ui.util.BidirectionalMap
- BidirectionalMap(int) - Constructor for class org.zkoss.stateless.util.BidirectionalMap
- BidirectionalMap(int, float) - Constructor for class org.zkoss.clientbind.ui.util.BidirectionalMap
- BidirectionalMap(int, float) - Constructor for class org.zkoss.stateless.util.BidirectionalMap
- BidirectionalMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.clientbind.ui.util.BidirectionalMap
- BidirectionalMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.stateless.util.BidirectionalMap
- BIGDECIMAL - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
- BigDecimalDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- BigDecimals - Class in org.zkoss.math
-
Utilities and constants of big decimals.
- BigDecimals() - Constructor for class org.zkoss.math.BigDecimals
- BIGINTEGER - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
- BigIntegerDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- BigIntegers - Class in org.zkoss.math
-
BigInteger utilities.
- BigIntegers() - Constructor for class org.zkoss.math.BigIntegers
- Biglistbox - Class in org.zkoss.zkmax.zul
-
A component to handle a huge data sets and provides the same and as many as the functionalities of
Listbox
including selection, sorting, keystroke navigation, ROD(rendering-on-demand), and so on. - Biglistbox() - Constructor for class org.zkoss.zkmax.zul.Biglistbox
- BiglistboxSelectedIndexConverter - Class in org.zkoss.zkmax.bind.impl
-
Convert selected index to bean and vice versa.
- BiglistboxSelectedIndexConverter() - Constructor for class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
- BiglistboxSelectedObjectConverter - Class in org.zkoss.zkmax.bind.impl
-
Convert biglistbox selection.
- BiglistboxSelectedObjectConverter() - Constructor for class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
- Binable - Interface in org.zkoss.idom
-
Represent a class that allows any type of objects, not just String.
- Binary - Class in org.zkoss.idom
-
The binary item.
- Binary() - Constructor for class org.zkoss.idom.Binary
-
Constructor.
- Binary(Object) - Constructor for class org.zkoss.idom.Binary
-
Constructor.
- Binary(String) - Constructor for class org.zkoss.idom.Binary
-
Constructor.
- BIND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- BIND_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- BIND_CONTEXT - org.zkoss.bind.annotation.ContextType
-
The current bind context, the type is
BindContext
- BindCascaderRenderer<E> - Class in org.zkoss.zkmax.bind.impl
-
Cascader renderer for binding.
- BindCascaderRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindCascaderRenderer
- BindChildRenderer - Class in org.zkoss.bind.impl
-
to renderer children of component
- BindChildRenderer() - Constructor for class org.zkoss.bind.impl.BindChildRenderer
- BindChosenboxRenderer - Class in org.zkoss.zkmax.bind.impl
-
chosenbox renderer.
- BindChosenboxRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindChosenboxRenderer
- BindComboitemRenderer - Class in org.zkoss.bind.impl
-
comboitem renderer for binding.
- BindComboitemRenderer() - Constructor for class org.zkoss.bind.impl.BindComboitemRenderer
- bindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
-
A convenient method that help you register this event listener to the specified target component.
- BindComposer<T extends Component> - Class in org.zkoss.bind
-
Base composer to apply ZK Bind.
- BindComposer() - Constructor for class org.zkoss.bind.BindComposer
- BindContext - Interface in org.zkoss.bind
-
Binding Context
- BindContextImpl - Class in org.zkoss.bind.impl
-
Implementation of
BindContext
. - BindContextImpl(Binder, Binding, boolean, String, Component, Event) - Constructor for class org.zkoss.bind.impl.BindContextImpl
- BindContextUtil - Class in org.zkoss.bind.impl
-
to help handling BindContext, internal use only,
- BindContextUtil() - Constructor for class org.zkoss.bind.impl.BindContextUtil
- BINDCTX - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- BindELContext - Class in org.zkoss.bind.xel.zel
-
ELContext for Binding.
- BindELContext(XelContext) - Constructor for class org.zkoss.bind.xel.zel.BindELContext
- BindELContextEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindELContext to do a lazy initiating EL expression construction.
- BindELContextEx(XelContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindELContextEx
- BindELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for Binding; handle Form bean.
- BindELResolver(XelContext) - Constructor for class org.zkoss.bind.xel.zel.BindELResolver
- BindELResolverEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindELResolver to do a lazy initiating EL expression construction.
- BindELResolverEx(XelContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindELResolverEx
- Binder - Interface in org.zkoss.bind
-
The Binder that do the data binding things.
- BINDER - org.zkoss.bind.annotation.ContextType
-
The current binder, the type is
Binder
- BINDER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- BINDER - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- BINDER_ATTR - Static variable in class org.zkoss.bind.BindComposer
- BINDER_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- BINDER_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- BINDER_ID - Static variable in class org.zkoss.bind.BindComposer
- BINDER_ID - Static variable in class org.zkoss.clientbind.ClientBindComposer
- BinderCtrl - Interface in org.zkoss.bind.sys
-
An addition interface to
Binder
that is used for implementation or tools. - BinderImpl - Class in org.zkoss.bind.impl
-
Implementation of Binder.
- BinderImpl() - Constructor for class org.zkoss.bind.impl.BinderImpl
- BinderImpl(String, String) - Constructor for class org.zkoss.bind.impl.BinderImpl
- BinderPropertiesRenderer - Class in org.zkoss.bind.impl
-
A BinderPropertiesRenderer is used to add extra properties for client widget.
- BinderPropertiesRenderer - Class in org.zkoss.clientbind
-
The binderPropertiesRenderer is a singleton instance which is used to render client side binding properties.
- BinderPropertiesRenderer() - Constructor for class org.zkoss.bind.impl.BinderPropertiesRenderer
- BinderPropertiesRenderer() - Constructor for class org.zkoss.clientbind.BinderPropertiesRenderer
- BinderUtil - Class in org.zkoss.bind.impl
- BinderUtil() - Constructor for class org.zkoss.bind.impl.BinderUtil
- BinderUtil.UtilContext - Class in org.zkoss.bind.impl
- BindEvaluatorX - Interface in org.zkoss.bind.sys
-
An extension of
Evaluator
to have more control to handle Binding via EL. - BindEvaluatorXImpl - Class in org.zkoss.bind.impl
-
A simple implementation of
BindEvaluatorX
. - BindEvaluatorXImpl(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.bind.impl.BindEvaluatorXImpl
- BindEvaluatorXImplEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindEvaluatorXImpl to do a lazy initiating EL expression construction.
- BindEvaluatorXImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
- BindEvaluatorXImplEx(FunctionMapper) - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
- BindEvaluatorXImplEx(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
- BindEvaluatorXUtil - Class in org.zkoss.bind.impl
-
an internal utility to help doing evaluation.
- BindEvaluatorXUtil() - Constructor for class org.zkoss.bind.impl.BindEvaluatorXUtil
- BindExpressionBuilder - Class in org.zkoss.bind.xel.zel
-
Handle value dot series script for Binding.
- BindExpressionBuilder(String, ELContext) - Constructor for class org.zkoss.bind.xel.zel.BindExpressionBuilder
- BindExpressionBuilderEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindExpressionBuilder to do a lazy initiating EL expression construction.
- BindExpressionBuilderEx(String, ELContext) - Constructor for class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- BindExpressionFactoryImpl - Class in org.zkoss.bind.xel.zel
-
Handle dot series script.
- BindExpressionFactoryImpl() - Constructor for class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
- BindExpressionFactoryImplEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindExpressionFactoryImpl to do a lazy initiating EL expression construction.
- BindExpressionFactoryImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindExpressionFactoryImplEx
- Binding - Interface in org.zkoss.bind.sys
-
A Binding represent a relation between a source object (usually an UI component) and a target object(usually a backing bean).
- BINDING - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- BINDING_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
- BINDING_PARAM_CALL_TYPE - Static variable in class org.zkoss.bind.impl.ParamCall
- BindingAnnotationInfoChecker - Interface in org.zkoss.bind.sys.debugger
-
the checker to check runtime binding annotation and show warn by
BindingExecutionInfoCollector
- BindingExecutionInfoCollector - Interface in org.zkoss.bind.sys.debugger
-
the collector to collect runtime binding execution information
- BindingImpl - Class in org.zkoss.bind.impl
-
Base implementation for implementing a
Binding
- BindingImpl(Binder, Component, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.BindingImpl
- BindingKey - Class in org.zkoss.bind.impl
- BindingKey(Component, String) - Constructor for class org.zkoss.bind.impl.BindingKey
- BindingParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
The value of this parameter is getting from current binding argument. - BindingParams - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
The value of this parameter, which is a Bean object, will be created with properties from the current binding arguments. - BindLineitemRenderer<E> - Class in org.zkoss.zkmax.bind.impl
-
lineitem renderer for binding.
- BindLineitemRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindLineitemRenderer
- BindListitemRenderer - Class in org.zkoss.bind.impl
-
Listitem renderer for binding.
- BindListitemRenderer() - Constructor for class org.zkoss.bind.impl.BindListitemRenderer
- BindOrgitemRenderer - Class in org.zkoss.zkmax.bind.impl
-
Orgitem renderer for binding.
- BindOrgitemRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindOrgitemRenderer
- BindRadioRenderer - Class in org.zkoss.bind.impl
-
radio renderer for binding.
- BindRadioRenderer() - Constructor for class org.zkoss.bind.impl.BindRadioRenderer
- BINDRENDERING - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- BindRowRenderer - Class in org.zkoss.bind.impl
-
Row renderer for binding.
- BindRowRenderer() - Constructor for class org.zkoss.bind.impl.BindRowRenderer
- BindSearchboxRenderer<E> - Class in org.zkoss.zkmax.bind.impl
-
Searchbox renderer for binding.
- BindSearchboxRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindSearchboxRenderer
- BindSelectboxRenderer - Class in org.zkoss.bind.impl
-
selectbox renderer.
- BindSelectboxRenderer() - Constructor for class org.zkoss.bind.impl.BindSelectboxRenderer
- BindStepRenderer<E> - Class in org.zkoss.zkmax.bind.impl
-
Step renderer for binding.
- BindStepRenderer() - Constructor for class org.zkoss.zkmax.bind.impl.BindStepRenderer
- BindTabboxRenderer - Class in org.zkoss.bind.impl
- BindTabboxRenderer() - Constructor for class org.zkoss.bind.impl.BindTabboxRenderer
- BindTreeitemRenderer - Class in org.zkoss.bind.impl
-
Treeitem renderer for binding.
- BindTreeitemRenderer() - Constructor for class org.zkoss.bind.impl.BindTreeitemRenderer
- BindUiLifeCycle - Class in org.zkoss.bind.tracker.impl
-
Track Binding CRUD and dependent tracking management.
- BindUiLifeCycle() - Constructor for class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- BindUiLifeCycle.Extension - Interface in org.zkoss.bind.tracker.impl
-
An interface used to extend the
BindUiLifeCycle
. - BindUiLifeCycleExtension - Class in org.zkoss.zkmax.bind.impl
-
An implementation of
BindUiLifeCycle.Extension
to extendBindUiLifeCycle
It is the default extension if ZK EE is installed. - BindUiLifeCycleExtension() - Constructor for class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
- BindUtils - Class in org.zkoss.bind
-
A utility to help developer using zk bind
- BindUtils() - Constructor for class org.zkoss.bind.BindUtils
- BindXelExpression - Class in org.zkoss.bind.xel
- BindXelExpression(ValueExpression) - Constructor for class org.zkoss.bind.xel.BindXelExpression
- BindXelExpressionEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindXelExpression to do a lazy initiating EL expression construction.
- BindXelExpressionEx(ValueExpression) - Constructor for class org.zkoss.zkmax.bind.impl.BindXelExpressionEx
- BindXelFactory - Class in org.zkoss.bind.xel
-
Xel Factory for Binding.
- BindXelFactory() - Constructor for class org.zkoss.bind.xel.BindXelFactory
- BindXelFactoryEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of BindXelFactory to do a lazy initiating EL expression construction.
- BindXelFactoryEx() - Constructor for class org.zkoss.zkmax.bind.impl.BindXelFactoryEx
- BLANK - org.zkoss.stateless.sul.IA.Target
-
Usually a new tab, but users can configure browsers to open a new window instead.
- Blockable - Interface in org.zkoss.zk.ui.ext
-
An interface that allows a
Component
to specify when to block an AuRequest from client, for security control. - Blockquote - Class in org.zkoss.zhtml
-
The BLOCKQUOTE tag.
- Blockquote() - Constructor for class org.zkoss.zhtml.Blockquote
- Body - Class in org.zkoss.zhtml
-
The BODY tag.
- Body() - Constructor for class org.zkoss.zhtml.Body
- BookmarkData - Class in org.zkoss.stateless.action.data
-
The bookmark update action used with
onBookmarkChange
to notify that user pressed BACK, FORWARD or others that causes the bookmark changed (but still in the same desktop). - BookmarkData(Map) - Constructor for class org.zkoss.stateless.action.data.BookmarkData
- BookmarkEvent - Class in org.zkoss.zk.ui.event
-
The bookmark update event used with
onBookmarkChange
to notify that user pressed BACK, FORWARD or others that causes the bookmark changed (but still in the same desktop). - BookmarkEvent(String, String) - Constructor for class org.zkoss.zk.ui.event.BookmarkEvent
- Boolean() - Method in class org.zkoss.zel.impl.parser.ELParser
- BooleanNode - Class in org.zkoss.zel.impl.parser
- BooleanNode(int) - Constructor for class org.zkoss.zel.impl.parser.BooleanNode
- BooleanPropertyAccess - Class in org.zkoss.zk.ui.sys
-
A Boolean property access class.
- BooleanPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.BooleanPropertyAccess
- Borderlayout - Class in org.zkoss.zul
-
A border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.
- Borderlayout() - Constructor for class org.zkoss.zul.Borderlayout
- BORDERLAYOUT_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- BORDERLAYOUT_CARET_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- BORDERLAYOUT_CARET_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- BORDERLAYOUT_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- borderRadius(String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS border-radius.
- BOTH - org.zkoss.stateless.sul.IMeshElement.PagingPosition
-
Enables both
IMeshElement.PagingPosition.TOP
andIMeshElement.PagingPosition.BOTTOM
positions to display the paging control. - BOTTOM - org.zkoss.stateless.sul.IDrawer.Position
-
The bottom position for the drawer.
- BOTTOM - org.zkoss.stateless.sul.IFisheyebar.Edge
-
The bottom.
- BOTTOM - org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
The bottom valign.
- BOTTOM - org.zkoss.stateless.sul.IMeshElement.PagingPosition
-
Enables only bottom position to display the paging control.
- BOTTOM - org.zkoss.stateless.sul.ITabbox.Orient
-
Bottom orient.
- BOTTOM_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-center
- BOTTOM_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-center
- BOTTOM_LEFT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-left
- BOTTOM_LEFT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-left
- BOTTOM_RIGHT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-right
- BOTTOM_RIGHT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at bottom-right
- box(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS rule string for box model.
- Box - Class in org.zkoss.web.servlet.dsp.action.html
-
Generates a box that has a caption and a border enclosing other tags.
- Box - Class in org.zkoss.zul
-
A box.
- Box() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Box
- Box() - Constructor for class org.zkoss.zul.Box
-
Default: vertical (
Vbox
). - Box(String) - Constructor for class org.zkoss.zul.Box
- Box(String, Component[]) - Constructor for class org.zkoss.zul.Box
-
Constructor a box by assigning an array of children.
- Box(Component[]) - Constructor for class org.zkoss.zul.Box
-
Constructor a box by assigning an array of children.
- box2(String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS rule string for box model with two pair styles.
- box3(String, String, String, String, String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS rule string for box model with three pair styles.
- boxShadow(String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS box-shadow.
- Br - Class in org.zkoss.zhtml
-
The BR tag.
- Br() - Constructor for class org.zkoss.zhtml.Br
- BracketSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
- Bridge - Class in org.zkoss.zkplus.embed
-
Utilities to allow developers to start an execution in foreign Ajax channel.
- Bridge(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Object) - Constructor for class org.zkoss.zkplus.embed.Bridge
-
Constructor.
- BROWSER - org.zkoss.stateless.sul.IDropupload.Detection
-
Browser area
- BSHInterpreter - Class in org.zkoss.zk.scripting.bsh
-
The interpreter that uses BeanShell to interpret zscript codes.
- BSHInterpreter() - Constructor for class org.zkoss.zk.scripting.bsh.BSHInterpreter
- BUBBLE - Static variable in class org.zkoss.zul.Chart
- bufcolumn - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- buffer - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- BufferedResponse - Class in org.zkoss.web.servlet
-
A servlet response that uses another writer or stream as the output.
- bufline - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- bufpos - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Position in buffer.
- build() - Method in class org.zkoss.stateless.state.IAudioController
-
Returns the immutable audio instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.IBiglistboxController
- build() - Method in class org.zkoss.stateless.state.ICameraController
-
Returns the immutable camera instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.ICardlayoutController
-
Returns the immutable cardlayout instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.ICascaderController
- build() - Method in class org.zkoss.stateless.state.IChosenboxController
- build() - Method in class org.zkoss.stateless.state.ICoachmarkController
-
Returns the immutable coachmark instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.IComboboxController
-
Returns the immutable combobox instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.ICropperController
-
Returns the immutable cropper instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.IGridController
- build() - Method in class org.zkoss.stateless.state.ILinelayoutController
- build() - Method in class org.zkoss.stateless.state.IListboxController
- build() - Method in class org.zkoss.stateless.state.IOrganigramController
- build() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the immutable Pdfviewer instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.IRadiogroupController
- build() - Method in class org.zkoss.stateless.state.ISearchboxController
- build() - Method in class org.zkoss.stateless.state.ISelectboxController
- build() - Method in class org.zkoss.stateless.state.ISignatureController
-
Returns the immutable signature instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.IStepbarController
- build() - Method in class org.zkoss.stateless.state.ITabboxController
- build() - Method in interface org.zkoss.stateless.state.ItemController
-
Returns the immutable instance that the controller to build with
- build() - Method in class org.zkoss.stateless.state.ITimerController
-
Returns the immutable timer instance that the controller to build with.
- build() - Method in class org.zkoss.stateless.state.ITreeController
- build() - Method in class org.zkoss.stateless.state.IVideoController
-
Returns the immutable audio instance that the controller to build with.
- build() - Method in interface org.zkoss.stateless.ui.IReplacer
-
Builds a new component tree from each replacement.
- build() - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
- build(File) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a file.
- build(InputStream) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a input stream.
- build(Reader) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a Reader.
- build(String) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a URI string.
- build(URL) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a URL.
- build(InputSource) - Method in class org.zkoss.idom.input.SAXBuilder
-
Build an iDOM tree from a input source.
- build(BuildContext<I>) - Method in interface org.zkoss.stateless.ui.IComponentBuilder
-
Builds an immutable components tree.
- BuildContext<I extends IComponent> - Class in org.zkoss.stateless.ui
-
A build context to hold the necessary meta info when building components.
- Builder() - Constructor for class org.zkoss.stateless.sul.IA.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAbsolutechildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAbsolutelayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAnchornav.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IArea.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAudio.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAuxhead.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IAuxheader.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBandbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBandpopup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBarcode.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBarcodescanner.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBiglistbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IBorderlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IButton.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICalendar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICamera.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICaption.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICardlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICascader.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICell.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICenter.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICheckbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IChosenbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICoachmark.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IColorbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IColumn.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IColumnchildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IColumnlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IColumns.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICombobox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICombobutton.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IComboitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ICropper.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDatebox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDecimalbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDetail.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDiv.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDoublebox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDoublespinner.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDrawer.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IDropupload.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IEast.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFileupload.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFisheye.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFisheyebar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFoot.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFooter.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IFrozen.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGoldenLayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGoldenPanel.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGrid.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGroup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGroupbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IGroupfoot.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IHlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IHtml.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IIframe.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IImage.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IImagemap.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IInputgroup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IIntbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ILabel.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ILineitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ILinelayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListcell.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListfoot.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListfooter.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListgroup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListgroupfoot.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListhead.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListheader.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IListitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ILongbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMenu.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMenubar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMenuitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMenupopup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMenuseparator.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IMultislider.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.INav.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.INavbar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.INavitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.INavseparator.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.INorth.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IOrganigram.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IOrgchildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IOrgitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IOrgnode.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPaging.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPanel.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPanelchildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPdfviewer.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPopup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPortalchildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IPortallayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IProgressmeter.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRadio.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRadiogroup.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRangeslider.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRating.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRow.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRowchildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRowlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IRows.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IScript.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IScrollview.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISearchbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISelectbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISeparator.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISignature.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISlider.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISliderbuttons.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISouth.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISpace.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISpan.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISpinner.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ISplitlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IStep.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IStepbar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IStyle.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITab.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITabbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITablechildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITablelayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITabpanel.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITabpanels.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITabs.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITbeditor.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITextbox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITimebox.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITimepicker.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITimer.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IToolbar.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IToolbarbutton.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITrack.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITree.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreecell.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreechildren.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreecol.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreecols.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreefoot.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreefooter.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreeitem.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.ITreerow.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IVideo.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IVlayout.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IWest.Builder
- Builder() - Constructor for class org.zkoss.stateless.sul.IWindow.Builder
- buildTrackerNode(Object) - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- bundle - Static variable in class org.zkoss.zel.impl.util.MessageFactory
- BUSY_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
-
Indicates whether it can be ignored by the server when the server receives the same requests consecutively.
- Button - Class in org.zkoss.zhtml
-
The BUTTON tag.
- Button - Class in org.zkoss.zul
-
A button.
- Button() - Constructor for class org.zkoss.zhtml.Button
- Button() - Constructor for class org.zkoss.zul.Button
- Button() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
- Button(String) - Constructor for class org.zkoss.zul.Button
- Button(String, String) - Constructor for class org.zkoss.zul.Button
- BUTTON - org.zkoss.stateless.sul.IButtonBase.Type
-
The normal button type.
- BUTTON - Static variable in interface org.zkoss.stateless.sul.IButtonCtrl
- BytecodeReadingParanamer - Class in org.zkoss.bind.paranamer
-
An ASM-based implementation of Paranamer.
- BytecodeReadingParanamer() - Constructor for class org.zkoss.bind.paranamer.BytecodeReadingParanamer
- byValue() - Method in class org.zkoss.zul.ListitemComparator
-
Returns whether to compare the returned value of
Listcell.getValue()
- byValue() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns whether to compare the returned value of
Treeitem.getValue()
C
- Cache<K,V> - Interface in org.zkoss.util
-
Represents a cache.
- CACHE_SIZE - Static variable in interface org.zkoss.stateless.util.ActionHandler
-
The cache size of the method resolver.
- cacheable - Variable in class org.zkoss.util.resource.Loader.Resource
-
Whether the resource shall be cached in
ResourceCache
. - CacheMap<K,V> - Class in org.zkoss.util
-
The cache map.
- CacheMap() - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, float, boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap(int, int, boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap.Value<V> - Class in org.zkoss.util
-
The class to hold key/value.
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Cache save property binding by property string
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.MapProxy
- CachingParanamer - Class in org.zkoss.bind.paranamer
-
Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.
- CachingParanamer(Paranamer) - Constructor for class org.zkoss.bind.paranamer.CachingParanamer
-
Specify a Paranamer instance to delegates to.
- CachingParanamer.WithoutWeakReferences - Class in org.zkoss.bind.paranamer
-
This implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.
- Calendar - Class in org.zkoss.zul
-
A calendar.
- Calendar() - Constructor for class org.zkoss.zul.Calendar
- Calendar(LocalDate) - Constructor for class org.zkoss.zul.Calendar
- Calendar(LocalDateTime) - Constructor for class org.zkoss.zul.Calendar
- Calendar(ZonedDateTime) - Constructor for class org.zkoss.zul.Calendar
- Calendar(Date) - Constructor for class org.zkoss.zul.Calendar
- CALENDAR_ANGLE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- CALENDAR_ANGLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- CALENDAR_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- call() - Method in interface org.zkoss.stateless.util.ActionHandler
-
Invokes this handler with zero arguments.
- call(Object...) - Method in interface org.zkoss.stateless.util.ActionHandler
-
Invokes this handler with the given arguments.
- call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
- call(Object, Method) - Method in class org.zkoss.clientbind.ParamCallEx
- call(Component) - Method in class org.zkoss.bind.callback.DestroyCallback
- call(T) - Method in interface org.zkoss.zk.ui.util.Callback
-
Executes the callback method.
- Callback<T> - Interface in org.zkoss.zk.ui.util
-
A callback interface to execute in some circumstance.
- Camera - Class in org.zkoss.zkmax.zul
-
A camera, use to record video and take snapshot, have a preview screen.
- Camera() - Constructor for class org.zkoss.zkmax.zul.Camera
- cancel() - Method in class org.zkoss.stateless.state.ICropperController
-
To cancel the selected area.
- cancel() - Method in class org.zkoss.zkmax.zul.Cropper
-
To cancel the selected area.
- CANCEL - org.zkoss.zul.Messagebox.Button
-
A Cancel button.
- CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
- CANCEL - Static variable in class org.zkoss.zul.Messagebox
-
A Cancel button.
- canCreateBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- canCreateBean(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Is it permitted to create a bean of the given name?
- CANDLESTICK - Static variable in class org.zkoss.zul.Chart
- canExpunge(int, CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
-
Tests whether certain value is OK to expunge.
- Canvas - Class in org.zkoss.zhtml
-
The CANVAS tag.
- Canvas() - Constructor for class org.zkoss.zhtml.Canvas
- CAP_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- capitalize(String, String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- Captcha - Class in org.zkoss.zul
-
The generic captcha component.
- Captcha() - Constructor for class org.zkoss.zul.Captcha
- CaptchaEngine - Interface in org.zkoss.zul.impl
- Caption - Class in org.zkoss.zhtml
-
The CAPTION tag.
- Caption - Class in org.zkoss.zul
-
A header for a
Groupbox
. - Caption() - Constructor for class org.zkoss.zhtml.Caption
- Caption() - Constructor for class org.zkoss.zul.Caption
- Caption(String) - Constructor for class org.zkoss.zhtml.Caption
- Caption(String) - Constructor for class org.zkoss.zul.Caption
- Caption(String, String) - Constructor for class org.zkoss.zul.Caption
- CAPTIONS - org.zkoss.stateless.sul.ITrack.Kind
-
The track defines translation of dialogue and sound effects (suitable for deaf users)
- Cardlayout - Class in org.zkoss.zkmax.zul
-
A layout allow end user change view like change card.
- Cardlayout() - Constructor for class org.zkoss.zkmax.zul.Cardlayout
- carryOver() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
-
Carry over the info stored in the constructor to the current thread.
- Cascader<E> - Class in org.zkoss.zkmax.zul
-
A Cascader is a dropdown list in tree structure, and it supports TreeModel.
- Cascader() - Constructor for class org.zkoss.zkmax.zul.Cascader
- CASCADER_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- CASCADER_CARET_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- cast(Class) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic class of the given type-less class.
- cast(Object) - Static method in class org.zkoss.lang.Generics
-
Force to cast an object to the given type.
- cast(ThreadLocal) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic thread-local of the given un-typed thread-local.
- cast(Collection) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic collection of the given un-typed collection.
- cast(Enumeration) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic enumeration of the given un-typed enumeration.
- cast(Iterator) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic iterator of the given un-typed iterator.
- cast(List) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic list of the given un-typed list.
- cast(ListIterator) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic list iterator of the given un-typed list iterator.
- cast(Map) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic map of the given un-typed map.
- cast(Set) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic set of the given un-typed set.
- cat(Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates two objects.
- cat3(Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates three objects.
- cat4(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates four objects.
- cat5(Object, Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates five objects.
- CategoryModel - Interface in org.zkoss.zul
-
A catetory chart data model.
- CBN_ADJACENT_SIBLING - org.zkoss.zk.ui.select.impl.Token.Type
- CBN_CHILD - org.zkoss.zk.ui.select.impl.Token.Type
- CBN_GENERAL_SIBLING - org.zkoss.zk.ui.select.impl.Token.Type
- CData - Class in org.zkoss.idom
-
The iDOM CDATA.
- CData() - Constructor for class org.zkoss.idom.CData
-
Constructor.
- CData(String) - Constructor for class org.zkoss.idom.CData
-
Constructor.
- CDIUtil - Class in org.zkoss.zkplus.cdi
-
Some generic utility for use with CDI.
- CDIUtil() - Constructor for class org.zkoss.zkplus.cdi.CDIUtil
- CE_BUSY_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returned by
ComponentCtrl.getClientEvents()
to indicate the event can be ignored by the server when the server is busy. - CE_DUPLICATE_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returned by
ComponentCtrl.getClientEvents()
to indicate the event can be ignored by the server when the server receives the same AU requests but not processed yet. - CE_IMPORTANT - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returned by
ComponentCtrl.getClientEvents()
to indicate the event is important and the client must send it back even if no listener is registered. - CE_NON_DEFERRABLE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returned by
ComponentCtrl.getClientEvents()
to indicate the event is no deferrable, i.e., the event has to be sent back immediately. - CE_REPEAT_IGNORE - Static variable in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returned by
ComponentCtrl.getClientEvents()
to indicate the event an be ignored by the server when the server receives consecutive AU requests. - cease(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Stops the thread.
- ceaseSilently(String) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Stops the thread silently.
- ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- ceaseSuspendedThread(Desktop, EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Ceases the specified event thread.
- ceaseSuspendedThread(EventProcessingThread, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- ceaseSuspendedThread(EventProcessingThread, String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Ceases the specified event thread.
- Cell - Class in org.zkoss.zul
- Cell() - Constructor for class org.zkoss.zul.Cell
- CellClickData - Class in org.zkoss.stateless.action.data
-
Represents an event that indicates a clicking on a cell data for a matrix data component like
IBiglistbox
, and provides more information about the row index and the column index. - CellClickData() - Constructor for class org.zkoss.stateless.action.data.CellClickData
- CellClickEvent - Class in org.zkoss.zkmax.zul.event
-
Represents an event that indicates a clicking on a cell data for a matrix data component like
Biglistbox
, and provides more information about the row index and the column index. - CellClickEvent(String, Component, int, int, int, int, int, int, int) - Constructor for class org.zkoss.zkmax.zul.event.CellClickEvent
- CellClickEvent(String, Component, String, int, int, int) - Constructor for class org.zkoss.zkmax.zul.event.CellClickEvent
- Center - Class in org.zkoss.zul
-
A center region of a borderlayout.
- Center() - Constructor for class org.zkoss.zul.Center
- CENTER - org.zkoss.stateless.sul.IFisheyebar.Edge
-
The center.
- CENTER - Static variable in class org.zkoss.zul.Borderlayout
-
The center layout constraint (middle of container).
- CHANGE_CONTEXT - org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Identifies one context change in the model.
- CHANGE_DATA - org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Identifies one data change in the model.
- CHANGED - Static variable in class org.zkoss.zul.event.ChartDataEvent
-
Identifies one or more changes in the lists contents.
- changeSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- changeSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- CHAPTERS - org.zkoss.stateless.sul.ITrack.Kind
-
The track defines chapter titles (suitable for navigating the media resource)
- characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
- CharSequenceIterator - Class in org.zkoss.zk.ui.select.impl
-
A char Iterator implementation for Selector tokenizer.
- CharSequenceIterator(CharSequence) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- CharSequenceIterator(CharSequence, int) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- CharSequenceIterator(CharSequence, int, int) - Constructor for class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- CharsetFilter - Class in org.zkoss.web.servlet
-
The filter to correct character encoding and to prepare Locale for the current request.
- CharsetFilter() - Constructor for class org.zkoss.web.servlet.CharsetFilter
- CharsetFinder - Interface in org.zkoss.zk.ui.util
-
Represents a class that decides the character set based on the content type and the real content.
- Charsets - Class in org.zkoss.web.servlet
-
Utilities to handle characters
- Charsets() - Constructor for class org.zkoss.web.servlet.Charsets
- charsetSetup(Session, HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.AuDynaMediar
- charsetSetup(Session, HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.zk.au.http.AuExtension
-
Sets the charset of the response.
- Chart - Class in org.zkoss.zul
-
The generic chart component.
- Chart() - Constructor for class org.zkoss.zul.Chart
- ChartAreaListener - Interface in org.zkoss.zul.event
-
Identifies area inside a chart that can be customized.
- ChartDataEvent - Class in org.zkoss.zul.event
-
Defines an event that encapsulates changes to a chart's data model.
- ChartDataEvent(ChartModel, int, Comparable, Comparable, int, int, Object) - Constructor for class org.zkoss.zul.event.ChartDataEvent
- ChartDataListener - Interface in org.zkoss.zul.event
-
Defines the methods used in listener when the content of
ChartModel
is changed. - ChartEngine - Interface in org.zkoss.zul.impl
-
Chart engine is an engine that do the real chart rendering.
- ChartModel - Interface in org.zkoss.zul
-
Chart Model is used to hold the data model for the chart.
- checkAlign(String, String...) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkArgument(boolean) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- checkArgument(boolean, Object) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- checkArgument(boolean, String, Object...) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether an attribute's name is valid.
- checkBeforeSetRows() - Method in class org.zkoss.zul.impl.MeshElement
-
Internal check if there is any use of vflex and height before setRows
- checkBeforeSetRows() - Method in class org.zkoss.zul.Textbox
-
Internal check if there is any use of vflex and height before setRows
- checkBinder(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
-
check binder annotation
- checkBinder(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- checkBinding(Binder, Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
-
check binding annotation
- checkBinding(Binder, Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- Checkbox - Class in org.zkoss.zul
-
A checkbox.
- Checkbox() - Constructor for class org.zkoss.zul.Checkbox
- Checkbox(String) - Constructor for class org.zkoss.zul.Checkbox
- Checkbox(String, String) - Constructor for class org.zkoss.zul.Checkbox
- Checkbox.State - Enum in org.zkoss.zul
-
This class is the return state for getState()
- checkCData(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a CDATA is valid.
- checkCharacterData(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a text is valid.
- checkCommentData(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a comment data is valid.
- CheckData - Class in org.zkoss.stateless.action.data
-
Represents an action cause by user's check a state at the client.
- CHECKED - org.zkoss.zul.Checkbox.State
- CheckedConsumer<A> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts single argument and returns no result.
- CheckedConsumer2<A,B> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts two arguments and returns no result.
- CheckedConsumer3<A,B,C> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts three arguments and returns no result.
- CheckedConsumer4<A,B,C,D> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts four arguments and returns no result.
- CheckedConsumer5<A,B,C,D,E> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts five arguments and returns no result.
- CheckedConsumer6<A,B,C,D,E,F> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts six arguments and returns no result.
- CheckedConsumer7<A,B,C,D,E,F,G> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts seven arguments and returns no result.
- CheckedConsumer8<A,B,C,D,E,F,G,H> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts eight arguments and returns no result.
- CheckedConsumer9<A,B,C,D,E,F,G,H,I> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts eight arguments and returns no result.
- CheckedFunction<T,R> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts single argument and returns single result.
- CheckedFunction2<A,B,R> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts two arguments and returns single result.
- CheckedFunction3<A,B,C,R> - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts three arguments and returns single result.
- CheckedRunnable - Interface in org.zkoss.stateless.function
-
Represents an operation that accepts no arguments and returns no result.
- checkElementName(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether an element's name is valid.
- CheckEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's check a state at the client.
- CheckEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.CheckEvent
-
Constructs a check-relevant event.
- CheckEvent(String, Component, Boolean) - Constructor for class org.zkoss.zk.ui.event.CheckEvent
-
Constructs a check-relevant event.
- checkHflex() - Method in interface org.zkoss.stateless.sul.IListitemBase
- checkHflex(String) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkInit() - Method in class org.zkoss.bind.impl.BinderImpl
- checkMode(String, String...) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkNamespacePrefix(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether the prefix of a namespace is valid.
- checkNamespaceURI(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether the URI of a namespace is valid.
- checkOrient() - Method in interface org.zkoss.stateless.sul.IButtonBase
- checkOrient(String) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkOrient(String, String...) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a processing instruction target is valid.
- checkState(boolean) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- checkState(boolean, Object) - Static method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- Checksums - Class in org.zkoss.util
-
Checksum relevant utilities.
- Checksums() - Constructor for class org.zkoss.util.Checksums
- checkText(String) - Method in class org.zkoss.idom.Binary
- checkText(String) - Method in class org.zkoss.idom.CData
- checkText(String) - Method in class org.zkoss.idom.Comment
- checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
-
Checks whether the text is valid.
- checkUpdateURI(String, String) - Static method in class org.zkoss.zk.ui.http.Utils
-
Checks the update URI.
- checkUserError() - Method in class org.zkoss.zul.impl.InputElement
-
Checks whether user entered a wrong value (and not correct it yet).
- checkUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Checks if the given UUID is valid.
- checkValidationMessages(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
-
check validation message annotation
- checkValidationMessages(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- checkValue(double) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkValue(int) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkValue(String, String, String...) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkVersion(URL, Document) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
-
Checks and returns whether the loaded document's version is correct.
- checkVersion(URL, Document, boolean) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
-
Checks and returns whether the loaded document's version is correct.
- checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns whether the loaded document's version is correct.
- checkViewModel(Component) - Method in interface org.zkoss.bind.sys.debugger.BindingAnnotationInfoChecker
-
check view model annotation
- checkViewModel(Component) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- checkWidth() - Method in interface org.zkoss.stateless.sul.IListitemBase
- checkWidth(String) - Static method in class org.zkoss.stateless.ui.util.IComponentChecker
- checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a name is valid.
- child(int) - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the first locator that is the nth child of the locator.
- child(int) - Method in class org.zkoss.stateless.ui.Self
- CHILD - org.zkoss.zk.ui.select.impl.Selector.Combinator
- ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
- ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
- children - Variable in class org.zkoss.zel.impl.parser.SimpleNode
- Children() - Constructor for class org.zkoss.zk.ui.AbstractComponent.Children
- Children() - Constructor for class org.zkoss.zul.Listbox.Children
- Children() - Constructor for class org.zkoss.zul.Rows.Children
- CHILDREN_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- CHILDREN_ATTR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CHILDREN_ATTR - Static variable in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- CHILDREN_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- CHILDREN_BINDING_MODEL - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CHILDREN_BINDING_MODEL_LISTENER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CHILDREN_BINDING_RENDERED_COMPONENTS - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CHILDREN_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- CHILDREN_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- CHILDREN_KEY - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- CHILDREN_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- CHILDREN_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- ChildrenBinding - Interface in org.zkoss.bind.sys
-
A binding tells how to deal with Load children of a source object (usually an UI component) and a property of a target object(usually a backing bean).
- ChildrenBindingConverter - Class in org.zkoss.bind.converter.sys
-
To converter items to List
- ChildrenBindingConverter() - Constructor for class org.zkoss.bind.converter.sys.ChildrenBindingConverter
- ChildrenBindingImpl - Class in org.zkoss.bind.impl
-
A base implementation of
ChildrenBinding
. - ChildrenBindingImpl(Binder, Component, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.ChildrenBindingImpl
- ChildrenBindingListDataListener - Class in org.zkoss.bind.impl
-
listen the model data onChange event (support list model in children binding)
- ChildrenBindingListDataListener(Component, BindContext, Converter<?, ListModel<?>, Component>) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListDataListener
- ChildrenBindingListModelDataEvent - Class in org.zkoss.bind.impl
-
serializable event in children binding (support list model in children binding)
- ChildrenBindingListModelDataEvent(ListDataEvent) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListModelDataEvent
- ChildrenBindingListModelDataEvent(ListModel<?>, int, int, int) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListModelDataEvent
- childrenToContent(Component) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Converts the children of the give component into a string-typed content, or null if no children at all.
- Choice() - Method in class org.zkoss.zel.impl.parser.ELParser
- Choose - Class in org.zkoss.web.servlet.dsp.action
-
Provides the context for mutually exclusive conditional execution.
- Choose - Class in org.zkoss.zuti.zul
-
The choose tag works like a Java switch statement in that it lets you choose between a number of alternatives.
- Choose() - Constructor for class org.zkoss.web.servlet.dsp.action.Choose
- Choose() - Constructor for class org.zkoss.zuti.zul.Choose
- Chosenbox - Class in org.zkoss.zkmax.zul
-
A component that similar to Combobox but handle the multi-selection and the select order.
- Chosenbox() - Constructor for class org.zkoss.zkmax.zul.Chosenbox
- CHOSENBOX_CREATE_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
- CHOSENBOX_PLUS_SQUARE - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- CHOSENBOX_SELECTION - Static variable in interface org.zkoss.zul.mesg.MZul
- CHOSENBOX_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Chosenbox.ExtraCtrl - Class in org.zkoss.zkmax.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - ChosenboxModelConverter - Class in org.zkoss.zkmax.bind.impl
-
The
Converter
implementation of the Chosenbox for converting collection to ListModel and vice versa. - ChosenboxModelConverter() - Constructor for class org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
- CIRCLE - org.zkoss.stateless.sul.IArea.Shape
-
Treat the
coords
format as a circle. - Cite - Class in org.zkoss.zhtml
-
The CITE tag.
- Cite() - Constructor for class org.zkoss.zhtml.Cite
- CLASS_NOT_COMPATIABLE - Static variable in interface org.zkoss.mesg.MCommon
- classes - Variable in class org.zkoss.xel.taglib.TaglibDefinition
-
A map of classes.
- Classes - Class in org.zkoss.lang
-
Utilities to handle java.lang.Class
- Classes() - Constructor for class org.zkoss.lang.Classes
- Classes.MethodInfo - Class in org.zkoss.lang
-
The method info class used for
Classes.parseMethod(String signature)
. - ClassLocator - Class in org.zkoss.util.resource
-
The locator searches the current thread's context class loader, and then this class's class loader.
- ClassLocator() - Constructor for class org.zkoss.util.resource.ClassLocator
- ClassReflect - Class in org.zkoss.xel.zel
-
The implementation for using ZEL.
- ClassReflect - Interface in org.zkoss.zel.impl.util
-
The implementation of
ClassUtil
. - ClassReflect() - Constructor for class org.zkoss.xel.zel.ClassReflect
- ClassResolver - Interface in org.zkoss.lang
-
A resolver that can resolve the class of the given name.
- ClassUtil - Class in org.zkoss.zel.impl.util
-
Class related utilities.
- ClassUtil() - Constructor for class org.zkoss.zel.impl.util.ClassUtil
- ClassWebResource - Class in org.zkoss.web.util.resource
-
Used to access resources located in class path and under /web.
- cleanInternalListener() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Clean up internal listener, it will be called when components changing model.
- cleanup() - Static method in class org.zkoss.util.Cleanups
-
Invokes all cleanups registered with
Cleanups.add(org.zkoss.util.Cleanups.Cleanup)
. - cleanup() - Method in interface org.zkoss.util.Cleanups.Cleanup
-
Cleanups the thread local variables.
- cleanup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Cleanup this process after processing the event by calling
EventProcessor.process()
. - cleanup() - Method in class org.zkoss.zk.ui.impl.ExecutionCarryOver
-
Cleans up the info carried from onPiggyback to the current thread.
- cleanup(ServletRequest, Object) - Static method in class org.zkoss.web.servlet.Charsets
-
Cleans up what has been set in
Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)
. - cleanup(ServletRequest, Object) - Static method in class org.zkoss.zk.ui.http.I18Ns
- cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- cleanup(Component, Event, List<Throwable>) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
-
Cleans up the event processing thread.
- cleanup(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopCleanup
-
called when a desktop is about to be destroyed.
- cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.cluster.ClusterSessionPatch
- cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
- cleanup(Execution, Execution, List<Throwable>) - Method in interface org.zkoss.zk.ui.util.ExecutionCleanup
-
called when an execution is about to be destroyed.
- cleanup(Session) - Method in interface org.zkoss.zk.ui.util.SessionCleanup
-
called when a session is about to be destroyed.
- cleanup(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppCleanup
-
called when a ZK application is about to be destroyed.
- cleanup(WebApp) - Method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
- Cleanups - Class in org.zkoss.util
-
Utilities to clean up resources when the application is stopping.
- Cleanups() - Constructor for class org.zkoss.util.Cleanups
- Cleanups.Cleanup - Interface in org.zkoss.util
-
The interface to implement for each cleanup.
- clear() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clear() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- clear() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- clear() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- clear() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- clear() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- clear() - Method in class org.zkoss.bind.proxy.MapProxy
- clear() - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
- clear() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clear() - Method in class org.zkoss.stateless.state.IBiglistboxController
- clear() - Method in class org.zkoss.stateless.state.ICascaderController
- clear() - Method in class org.zkoss.stateless.state.IChosenboxController
- clear() - Method in class org.zkoss.stateless.state.IComboboxController
- clear() - Method in class org.zkoss.stateless.state.IGridController
- clear() - Method in class org.zkoss.stateless.state.ILinelayoutController
- clear() - Method in class org.zkoss.stateless.state.IListboxController
- clear() - Method in class org.zkoss.stateless.state.IOrganigramController
- clear() - Method in class org.zkoss.stateless.state.IRadiogroupController
- clear() - Method in class org.zkoss.stateless.state.ISearchboxController
- clear() - Method in class org.zkoss.stateless.state.ISelectboxController
- clear() - Method in class org.zkoss.stateless.state.ISignatureController
-
Clears the signature.
- clear() - Method in class org.zkoss.stateless.state.IStepbarController
- clear() - Method in class org.zkoss.stateless.state.ITabboxController
- clear() - Method in interface org.zkoss.stateless.state.ItemController
-
Clears all the rendered data.
- clear() - Method in class org.zkoss.stateless.state.ITreeController
- clear() - Method in class org.zkoss.stateless.util.BidirectionalMap
- clear() - Method in interface org.zkoss.util.Cache
-
Clears all objects being cached.
- clear() - Method in class org.zkoss.util.CacheMap
- clear() - Method in class org.zkoss.util.FastReadArray
-
Removes all of the elements for this array.
- clear() - Method in class org.zkoss.util.FastReadCache
- clear() - Method in class org.zkoss.util.IdentityHashSet
- clear() - Method in class org.zkoss.util.MultiCache
- clear() - Method in class org.zkoss.util.resource.ResourceCache
-
It is OK to clear up all cached resources if you don't want to cache it.
- clear() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Clears the annotations defined in this helper.
- clear() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- clear() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- clear() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- clear() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- clear() - Method in class org.zkoss.zkmax.zul.Organigram
-
Clears all child Orgitems (
Orgitem
. - clear() - Method in class org.zkoss.zkmax.zul.Signature
-
Clear the signature.
- clear() - Method in interface org.zkoss.zul.CategoryModel
-
clear the model.
- clear() - Method in class org.zkoss.zul.DialModel
-
clear the model.
- clear() - Method in interface org.zkoss.zul.HiLoModel
-
clear this model.
- clear() - Method in class org.zkoss.zul.ListModelList
- clear() - Method in class org.zkoss.zul.ListModelMap
- clear() - Method in class org.zkoss.zul.ListModelSet
- clear() - Method in class org.zkoss.zul.Rows.Children
- clear() - Method in class org.zkoss.zul.SimpleCategoryModel
- clear() - Method in class org.zkoss.zul.SimpleHiLoModel
- clear() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- clear() - Method in class org.zkoss.zul.SimpleXYModel
- clear() - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
clear the model.
- clear() - Method in class org.zkoss.zul.Tree
-
Clears all child tree items (
Treeitem
. - clear() - Method in class org.zkoss.zul.WaferMapModel
-
clear the model.
- clear() - Method in interface org.zkoss.zul.XYModel
-
clear this model.
- clearAllMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearAllMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear all validation message
- clearAllMessages() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clearBusy() - Static method in class org.zkoss.zk.ui.util.Clients
-
Cleans the busy message at the browser.
- clearBusy(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Clears the busy message at the browser that covers only the specified component.
- clearCachedFormBeans() - Method in class org.zkoss.clientbind.ClientBindComposer
- clearChildren() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- clearDynamicProperties() - Method in class org.zkoss.zul.Include
-
Removes all dynamic properties.
- clearErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
-
Clears the error message.
- clearErrorMessage(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Clears the error message.
- clearKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of a special message key
- clearKeyMessages(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clearKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component and a special message key
- clearKeyMessages(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clearMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component
- clearMessages(Component) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clearMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component
- clearMessages(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- clearNodeScope(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- clearOpen() - Method in class org.zkoss.zul.AbstractTreeModel
- clearOpen() - Method in interface org.zkoss.zul.ext.Openable
-
Clear all open status.
- clearOpen() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Empties the current open path.
- clearPartial() - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- clearPerfRequestIds() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
- clearPerfRequestIds() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Clears all request IDs that were added by
RequestQueue.addPerfRequestId(java.lang.String)
for performance measurement. - clearPseudoClassDefs() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Clear all custom pseudo class definitions.
- clearSelectedTab() - Method in class org.zkoss.zul.Tabbox
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- clearSelection() - Method in class org.zkoss.stateless.state.IChosenboxController
-
Clear all selected objects.
- clearSelection() - Method in class org.zkoss.stateless.state.ISearchboxController
-
Clears the selection.
- clearSelection() - Method in class org.zkoss.stateless.state.ISelectboxController
-
Clears the selection.
- clearSelection() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Clear all selected objects.
- clearSelection() - Method in class org.zkoss.zkmax.zul.Navbar
-
Clears the selection.
- clearSelection() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Clears the selection.
- clearSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Change the selection to the empty set.
- clearSelection() - Method in class org.zkoss.zul.AbstractListModel
-
Change the selection to the empty set.
- clearSelection() - Method in class org.zkoss.zul.AbstractTreeModel
- clearSelection() - Method in interface org.zkoss.zul.ext.Selectable
-
Change the selection to the empty set.
- clearSelection() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Empties the current selection.
- clearSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Change the selection to the empty set.
- clearSelection() - Method in class org.zkoss.zul.Listbox
-
Clears the selection.
- clearSelection() - Method in class org.zkoss.zul.Tree
-
Clears the selection.
- clearSmartUpdate(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- clearSmartUpdate(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Clears all existing smart updates that belong to the given component.
- clearValidationMessages(Binder, Component, String) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- clearWrongValue(List<Component>) - Static method in class org.zkoss.zk.ui.util.Clients
-
Closes the error message of the specified components, if any, at the browser.
- clearWrongValue(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Closes the error message of the specified component, if any, at the browser.
- clearWrongValue(Component[]) - Static method in class org.zkoss.zk.ui.util.Clients
-
Closes the error message of the specified components, if any, at the browser.
- ClickEvent(String, Component, Messagebox.Button) - Constructor for class org.zkoss.zul.Messagebox.ClickEvent
- CLIENT_ATTRIBUTE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK client attributes.
- CLIENT_ATTRIBUTE_PREFIX_NAME - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The name for the prefix of ZK client attributes.
- CLIENT_ATTRIBUTE_PREFIX_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for the prefix of ZK client attributes.
- CLIENT_BINDINGS - Static variable in class org.zkoss.clientbind.ClientBindComposer
- CLIENT_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CLIENT_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK client (a.k.a., widget).
- CLIENT_ROD - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A component or page attribute to indicate if the client ROD (render-on-demand) shall be applied.
- CLIENT_SCRIPT_ERROR_LISTENER_CLASS - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A library property to specify the class used to handle client script error
- CLIENT_UPLOAD_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- ClientBindComposer<T extends Component> - Class in org.zkoss.clientbind
- ClientBindComposer() - Constructor for class org.zkoss.clientbind.ClientBindComposer
- ClientBindComposer(boolean) - Constructor for class org.zkoss.clientbind.ClientBindComposer
- ClientBinder - Interface in org.zkoss.clientbind
-
A client binder interface
- ClientBinderCommandParser - Class in org.zkoss.bind.impl
-
A client binder command parser for @command and @global-command
- ClientBinderCommandParser() - Constructor for class org.zkoss.bind.impl.ClientBinderCommandParser
- ClientBinderPhaseListener - Class in org.zkoss.bind.impl
-
A client command binding phase listener.
- ClientBinderPhaseListener() - Constructor for class org.zkoss.bind.impl.ClientBinderPhaseListener
- ClientBinderResolver - Class in org.zkoss.clientbind
-
A EL resolver for client binder to resolve oid to Bean and uuid to Component, if possible.
- ClientBinderResolver(Component, BindEvaluatorX) - Constructor for class org.zkoss.clientbind.ClientBinderResolver
- ClientConstraint - Interface in org.zkoss.zul
-
Addition interface implemented with
Constraint
to handle the validation at the client. - ClientInfoData - Class in org.zkoss.stateless.action.data
-
The onClientInfo action is used to notify the client's information, such as time zone and screen resolutions.
- ClientInfoData(Map) - Constructor for class org.zkoss.stateless.action.data.ClientInfoData
- ClientInfoEvent - Class in org.zkoss.zk.ui.event
-
The onClientInfo event is used to notify the client's information, such as time zone and screen resolutions.
- ClientInfoEvent(String, int, int, int, int, int, int, int, int, double, String, String, boolean, String) - Constructor for class org.zkoss.zk.ui.event.ClientInfoEvent
-
Constructs an event to hold the client-info.
- Clients - Class in org.zkoss.zk.ui.util
-
Utilities to send
AuResponse
to the client. - Clients() - Constructor for class org.zkoss.zk.ui.util.Clients
- ClientSaveFormBindingImpl - Class in org.zkoss.clientbind
-
Client save form binding implementation.
- ClientSaveFormBindingImpl(ClientBinder, Component, String, Property, String, Map<String, Object>, Map, String) - Constructor for class org.zkoss.clientbind.ClientSaveFormBindingImpl
- ClientSavePropertyBindingImpl - Class in org.zkoss.clientbind
-
Client save property binding implementation.
- ClientSavePropertyBindingImpl(ClientBinder, Component, String, Property, String, Map<String, Object>, Set<Property>) - Constructor for class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- clone() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- clone() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- clone() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- clone() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- clone() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- clone() - Method in class org.zkoss.html.StyleSheet
- clone() - Method in class org.zkoss.idom.Attribute
- clone() - Method in class org.zkoss.idom.Element
- clone() - Method in class org.zkoss.idom.impl.AbstractGroup
- clone() - Method in class org.zkoss.idom.impl.AbstractItem
-
Clones this object (a deep cloning not including contents contained in Textual nodes).
- clone() - Method in interface org.zkoss.idom.Item
-
Clones this item.
- clone() - Method in class org.zkoss.idom.Namespace
- clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
- clone() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- clone() - Method in class org.zkoss.util.CacheMap
- clone() - Method in class org.zkoss.util.CacheMap.Value
- clone() - Method in class org.zkoss.util.FastReadArray
- clone() - Method in class org.zkoss.util.IdentityHashSet
- clone() - Method in class org.zkoss.util.MultiCache
- clone() - Method in class org.zkoss.xel.util.TaglibMapper
- clone() - Method in class org.zkoss.zhtml.impl.AbstractTag
- clone() - Method in class org.zkoss.zk.ui.AbstractComponent
- clone() - Method in interface org.zkoss.zk.ui.Component
-
Clones the component.
- clone() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
- clone() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- clone() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- clone() - Method in class org.zkoss.zk.ui.impl.EventInterceptors
- clone() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Clones this annotation map.
- clone() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Clones this component definition.
- clone() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
- clone() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Clones this event handler map.
- clone() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- clone() - Method in class org.zkoss.zkmax.zul.Cascader
- clone() - Method in class org.zkoss.zkmax.zul.Chosenbox
- clone() - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- clone() - Method in class org.zkoss.zkmax.zul.Organigram
- clone() - Method in class org.zkoss.zkmax.zul.Orgitem
- clone() - Method in class org.zkoss.zkmax.zul.Searchbox
- clone() - Method in class org.zkoss.zml.XmlMacroComponent
- clone() - Method in class org.zkoss.zul.AbstractChartModel
- clone() - Method in class org.zkoss.zul.AbstractGroupsModel
- clone() - Method in class org.zkoss.zul.AbstractListModel
- clone() - Method in class org.zkoss.zul.AbstractTreeModel
- clone() - Method in class org.zkoss.zul.Borderlayout
- clone() - Method in class org.zkoss.zul.Button
- clone() - Method in class org.zkoss.zul.Cell
- clone() - Method in class org.zkoss.zul.Chart
- clone() - Method in class org.zkoss.zul.Column
- clone() - Method in class org.zkoss.zul.Combobox
- clone() - Method in class org.zkoss.zul.Comboitem
- clone() - Method in class org.zkoss.zul.DefaultTreeModel
- clone() - Method in class org.zkoss.zul.DefaultTreeNode
- clone() - Method in class org.zkoss.zul.DialModel
- clone() - Method in class org.zkoss.zul.GanttModel
- clone() - Method in class org.zkoss.zul.Grid
- clone() - Method in class org.zkoss.zul.Group
- clone() - Method in class org.zkoss.zul.Groupbox
- clone() - Method in class org.zkoss.zul.GroupsModelArray
- clone() - Method in class org.zkoss.zul.impl.GroupsListModel
- clone() - Method in class org.zkoss.zul.impl.InputElement
- clone() - Method in class org.zkoss.zul.impl.LabelImageElement
- clone() - Method in class org.zkoss.zul.impl.XulElement
- clone() - Method in class org.zkoss.zul.Label
- clone() - Method in class org.zkoss.zul.LayoutRegion
- clone() - Method in class org.zkoss.zul.Listbox
- clone() - Method in class org.zkoss.zul.Listcell
- clone() - Method in class org.zkoss.zul.Listgroup
- clone() - Method in class org.zkoss.zul.Listheader
- clone() - Method in class org.zkoss.zul.Listitem
- clone() - Method in class org.zkoss.zul.ListModelArray
- clone() - Method in class org.zkoss.zul.ListModelList
- clone() - Method in class org.zkoss.zul.ListModelMap
- clone() - Method in class org.zkoss.zul.ListModelSet
- clone() - Method in class org.zkoss.zul.Menu
- clone() - Method in class org.zkoss.zul.Menuitem
- clone() - Method in class org.zkoss.zul.Panel
- clone() - Method in class org.zkoss.zul.Radio
- clone() - Method in class org.zkoss.zul.Radiogroup
- clone() - Method in class org.zkoss.zul.Row
- clone() - Method in class org.zkoss.zul.Rows
- clone() - Method in class org.zkoss.zul.Selectbox
- clone() - Method in class org.zkoss.zul.SimpleCategoryModel
- clone() - Method in class org.zkoss.zul.SimpleGroupsModel
- clone() - Method in class org.zkoss.zul.SimpleHiLoModel
- clone() - Method in class org.zkoss.zul.SimpleListModel
- clone() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- clone() - Method in class org.zkoss.zul.SimpleXYModel
- clone() - Method in class org.zkoss.zul.Tab
- clone() - Method in class org.zkoss.zul.Tabbox
- clone() - Method in class org.zkoss.zul.Textbox
- clone() - Method in class org.zkoss.zul.Tree
- clone() - Method in class org.zkoss.zul.Treecell
- clone() - Method in class org.zkoss.zul.Treecol
- clone() - Method in class org.zkoss.zul.Treeitem
- clone() - Method in interface org.zkoss.zul.TreeNode
-
Clones the tree node.
- clone() - Method in class org.zkoss.zul.WaferMapModel
- clone() - Method in class org.zkoss.zul.Window
- clone() - Method in class org.zkoss.zuti.zul.Apply
- clone() - Method in class org.zkoss.zuti.zul.Choose
- clone() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- clone(Object) - Static method in class org.zkoss.lang.Objects
-
Clones the specified object.
- clone(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
Clones this scope.
- clone(LanguageDefinition, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Clones this definition and assigns with the specified language definition and name.
- clone(LanguageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- CloneableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
-
A cloneable event listener that will be notified when an event occurs, if it is registered to
Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>)
. - cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
- close() - Method in class org.zkoss.io.NullReader
- close() - Method in class org.zkoss.io.NullWriter
- close() - Method in class org.zkoss.io.RepeatableInputStream
-
Closes the current access, and the next call of
RepeatableInputStream.close()
re-opens the buffered input stream. - close() - Method in class org.zkoss.io.RepeatableReader
-
Closes the current access, and the next call of
RepeatableReader.read(char[], int, int)
re-opens the buffered reader. - close() - Method in class org.zkoss.io.WriterOutputStream
- close() - Method in class org.zkoss.stateless.state.ICoachmarkController
-
Closes the coachmark.
- close() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
- close() - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Closes the event queue.
- close() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- close() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
- close() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- close() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Closes the coachmark.
- close() - Method in class org.zkoss.zkmax.zul.Drawer
-
Closes the drawer.
- close() - Method in class org.zkoss.zkplus.embed.Bridge
-
Closes the execution such that other requests targeting the same desktop can be processed.
- close() - Method in class org.zkoss.zul.Bandbox
-
Closes the child if it was dropped down.
- close() - Method in class org.zkoss.zul.Combobox
-
Closes the list of combo items (
Comboitem
if it was dropped down. - close() - Method in class org.zkoss.zul.Combobutton
-
Closes the child if it was dropped down.
- close() - Method in class org.zkoss.zul.Datebox
-
Closes the calendar if it was dropped down.
- close() - Method in class org.zkoss.zul.Popup
-
Closes this popup at the client.
- close() - Method in class org.zkoss.zul.Tab
-
Closes this tab and the linked tabpanel.
- close(InputStream) - Static method in class org.zkoss.io.Files
-
Close an input stream without throwing an exception.
- close(OutputStream) - Static method in class org.zkoss.io.Files
-
Close an output stream without throwing an exception.
- close(Reader) - Static method in class org.zkoss.io.Files
-
Close a reader without throwing an exception.
- close(Writer) - Static method in class org.zkoss.io.Files
-
Close a writer without throwing an exception.
- close(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
-
Closes the writer and flush the result to client.
- close(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
- close(Object, Object) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- CLOSE_BRACKET - org.zkoss.zk.ui.select.impl.Token.Type
- CLOSE_PAREN - org.zkoss.zk.ui.select.impl.Token.Type
- closeEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Closes the EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
- closeEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Closes the EntityManager of the EntityManagerFactory of the specified puName;
- closeNodeScope(Node, boolean) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- closeNodeScope(Node, int) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- closest(Class<? extends IComponent>) - Method in interface org.zkoss.stateless.ui.Locator
-
Traverses the locator and its parents until it finds a widget that matches the provided selector iClass.
- closest(Class<? extends IComponent>) - Method in class org.zkoss.stateless.ui.Self
- closeUpdate(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- closeUpdate(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Deactivates the execution and cleans up.
- CLOUD_MODE - Static variable in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
-
The cloud mode flag of Richlet initial config for destroying desktop per request.
- CloudBasedIdGenerator - Class in org.zkoss.stateless.ui.http
-
A cloud based ID generator to avoid duplication uuid issue in a cloud mode.
- CloudBasedIdGenerator(IdGenerator) - Constructor for class org.zkoss.stateless.ui.http.CloudBasedIdGenerator
- ClusterSessionPatch - Class in org.zkoss.zkplus.cluster
-
This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).
- ClusterSessionPatch() - Constructor for class org.zkoss.zkplus.cluster.ClusterSessionPatch
- Coachmark - Class in org.zkoss.zkmax.zul
-
A coachmark component.
- Coachmark() - Constructor for class org.zkoss.zkmax.zul.Coachmark
- COACHMARK_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- coalesce(boolean) - Method in interface org.zkoss.idom.Group
-
Coalesces children if they are siblings with the same type instances of Textual, Textual.isCoalesceable returns true.
- coalesce(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
- Code - Class in org.zkoss.zhtml
-
The CODE tag.
- Code() - Constructor for class org.zkoss.zhtml.Code
- coerce(Class<?>, Object) - Static method in class org.zkoss.lang.Classes
-
Converts an object to the specified class.
- coerce(Class<?>, Object, boolean) - Static method in class org.zkoss.lang.Classes
-
Converts to the specified type.
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- coerce(Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- COERCE_NULL_TO_NULL - Static variable in class org.zkoss.zel.impl.lang.ELSupport
-
EL 2.2 by spec. should coerce "null" value to 0 number, 0 character, "" String, false boolean.
- COERCE_TO_ZERO - Static variable in class org.zkoss.zel.impl.lang.ELSupport
- coerceFromString(String) - Method in class org.zkoss.zkmax.zul.Timepicker
- coerceFromString(String) - Method in class org.zkoss.zul.Datebox
- coerceFromString(String) - Method in class org.zkoss.zul.Decimalbox
- coerceFromString(String) - Method in class org.zkoss.zul.Doublebox
- coerceFromString(String) - Method in class org.zkoss.zul.Doublespinner
- coerceFromString(String) - Method in class org.zkoss.zul.impl.InputElement
-
Coerces the value passed to
InputElement.setText(java.lang.String)
. - coerceFromString(String) - Method in class org.zkoss.zul.Intbox
- coerceFromString(String) - Method in class org.zkoss.zul.Longbox
- coerceFromString(String) - Method in class org.zkoss.zul.Spinner
- coerceFromString(String) - Method in class org.zkoss.zul.Textbox
-
Coerces the value passed to
Textbox.setValue(java.lang.String)
. - coerceFromString(String) - Method in class org.zkoss.zul.Timebox
- coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
Convert a
ListModel
to Set, Map, List, or ListModel (itself). - coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedDateConverter
-
Convert String to Date.
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedNumberConverter
-
Convert String to Number.
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormattedTimeConverter
-
Convert String to Date.
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.ObjectBooleanConverter
-
Given an object value and return whether it is a "true" object.
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ChildrenBindingConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ErrorMessageConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeModelConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.UriConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.clientbind.GsonConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.GsonConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.JacksonConverter
- coerceToBean(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
- coerceToBean(String, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
-
Convert String to Temporal.
- coerceToBean(U, C, BindContext) - Method in interface org.zkoss.bind.Converter
-
Coerces a value to bean value to save to a bean
- coerceToBeanProp(Object, String, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- coerceToBoolean(Object, boolean) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Convert an object to Boolean.
- coerceToDateTime(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Coerce an object to an instance of java.util.Date
- coerceToEnum(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToNumber(Number, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToNumber(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToNumber(String, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToString(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Coerce an object to a string.
- coerceToString(Object) - Method in class org.zkoss.zkmax.zul.Timepicker
- coerceToString(Object) - Method in class org.zkoss.zul.Combobox
- coerceToString(Object) - Method in class org.zkoss.zul.Datebox
- coerceToString(Object) - Method in class org.zkoss.zul.Decimalbox
- coerceToString(Object) - Method in class org.zkoss.zul.Doublebox
- coerceToString(Object) - Method in class org.zkoss.zul.Doublespinner
- coerceToString(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Coerces the value passed to
InputElement.setText(java.lang.String)
. - coerceToString(Object) - Method in class org.zkoss.zul.Intbox
- coerceToString(Object) - Method in class org.zkoss.zul.Longbox
- coerceToString(Object) - Method in class org.zkoss.zul.Spinner
- coerceToString(Object) - Method in class org.zkoss.zul.Textbox
-
Coerces the value passed to
Textbox.setValue(java.lang.String)
. - coerceToString(Object) - Method in class org.zkoss.zul.Timebox
- coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
-
Coerce the supplied object to the requested type.
- coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- coerceToType(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToTypeForSetValue(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- coerceToUi(B, C, BindContext) - Method in interface org.zkoss.bind.Converter
-
Coerces a value to another value to load to a component
- coerceToUi(Object) - Method in class org.zkoss.zuti.zul.ForEachConverter
- coerceToUi(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
Convert a Set, Map, List, Object[], Enum, or other kind of ListModel to associated
ListModel
. - coerceToUi(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedDateConverter
-
Convert Date to String.
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormatedNumberConverter
-
Convert Number to String.
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.FormattedTimeConverter
-
Convert Date to String.
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.ObjectBooleanConverter
-
Given a Boolean value and return associated "true" object if true; or "false" object if null or false
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ChildrenBindingConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ErrorMessageConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeModelConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.UriConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.GsonConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedIndexConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.BiglistboxSelectedObjectConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
- coerceToUi(Object, Component, BindContext) - Method in class org.zkoss.zkmax.bind.JacksonConverter
- coerceToUi(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
- coerceToUi(T, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
-
Convert Temporal to String.
- Col - Class in org.zkoss.zhtml
-
The COL tag.
- Col() - Constructor for class org.zkoss.zhtml.Col
- Colgroup - Class in org.zkoss.zhtml
-
The COLGROUP tag.
- Colgroup() - Constructor for class org.zkoss.zhtml.Colgroup
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- collectCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Collect all of collect cached save property bindings
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.MapProxy
- CollectionEnumeration(Collection<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
- CollectionEnumeration(Iterator<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
- CollectionsX - Class in org.zkoss.util
-
The collection related utilities.
- CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
- CollectionsX.ArrayCollection<E> - Class in org.zkoss.util
-
An readonly collection on top of an array.
- CollectionsX.ArrayEnumeration<E> - Class in org.zkoss.util
-
An enumeration on top of an array.
- CollectionsX.ArrayIterator<E> - Class in org.zkoss.util
-
An iterator on top of an array.
- CollectionsX.ArrayList<E> - Class in org.zkoss.util
-
An readonly list on top of an array.
- CollectionsX.ArrayListIterator<E> - Class in org.zkoss.util
- CollectionsX.CollectionEnumeration<E> - Class in org.zkoss.util
-
An enumeration on top of a collection or iterator.
- CollectionsX.EnumerationIterator<E> - Class in org.zkoss.util
-
An iterator that iterates thru an Enumeration.
- CollectionsX.OneCollection<E> - Class in org.zkoss.util
-
A collection that contains only one element.
- CollectionsX.OneEnumeration<E> - Class in org.zkoss.util
-
An enumeration that enumerates one element.
- CollectionsX.OneIterator<E> - Class in org.zkoss.util
-
An iterator that iterates one element.
- CollectionTemplate - Class in org.zkoss.zuti.zul
-
A utility to let developers to apply shadow elements in Java class.
- CollectionTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.CollectionTemplate
-
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when template or host is changed.
- CollectionTemplateResolver<T> - Interface in org.zkoss.zuti.zul
-
Resolver for
Template
, and is only used inCollectionTemplate
- COLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Color - Class in org.zkoss.web.fn
-
Simple container for color components, using rgba, all in 0-255 range
- Color(int, int, int) - Constructor for class org.zkoss.web.fn.Color
-
All color channel should be in 0-255 range, alpha will default to 255 if not given
- Color(int, int, int, int) - Constructor for class org.zkoss.web.fn.Color
-
All color channel should be in 0-255 range
- Colorbox - Class in org.zkoss.zkex.zul
-
A Colorbox used to retrieve an input that the user can select a color.
- Colorbox() - Constructor for class org.zkoss.zkex.zul.Colorbox
- COLORBOX_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- COLORBOX_COLOR_B - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_FIELD - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_G - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_HEX - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_PALETTE - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_PICKER - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_R - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_SPECTRUM_BAR - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_CURRENT_COLOR - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_HUE - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_PALETTE_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_PICKER_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_SATURATION - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_SELECT_COLOR_BUTTON - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORPICKER_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- ColSizeData - Class in org.zkoss.stateless.action.data
-
Used to notify that the width of a column is changed.
- ColSizeEvent - Class in org.zkoss.zul.event
-
Used to notify that the width of a column is changed.
- ColSizeEvent(String, Component, int, Component, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
-
Constructs an instance of
ColSizeEvent
. - ColSizeEvent(String, Component, int, Component, String[], int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
-
Constructs an instance of
ColSizeEvent
that provide width of all columns. - ColSizeEvent(String, Component, int, Component, String, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
-
Constructs an instance of
ColSizeEvent
. - column - org.zkoss.stateless.sul.IPortallayout.MaximizedMode
-
To maximize the panel to the column size of the portalchildren which it belongs to.
- column - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- Column - Class in org.zkoss.zul
-
A single column in a
Columns
element. - Column() - Constructor for class org.zkoss.zul.Column
- Column(String) - Constructor for class org.zkoss.zul.Column
- Column(String, String) - Constructor for class org.zkoss.zul.Column
- Column(String, String, String) - Constructor for class org.zkoss.zul.Column
- COLUMN_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- COLUMN_SORT_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- COLUMN_SORT_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Columnchildren - Class in org.zkoss.zkex.zul
-
The column of Columnlayout.
- Columnchildren() - Constructor for class org.zkoss.zkex.zul.Columnchildren
- Columnlayout - Class in org.zkoss.zkex.zul
-
A columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.
Use Columnlayout need assign width (either present or pixel) on every Columnchildren, or we cannot make sure about layout look. - Columnlayout() - Constructor for class org.zkoss.zkex.zul.Columnlayout
- Columns - Class in org.zkoss.zul
-
Defines the columns of a grid.
- Columns() - Constructor for class org.zkoss.zul.Columns
- COMBINATION - Static variable in class org.zkoss.zul.Chart
- combine(Collection<M>, Collection<M>) - Static method in class org.zkoss.util.DualCollection
-
Returns a collection by combining two collections.
- combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
-
Returns a function mapper by combining two function mappers.
- Combobox - Class in org.zkoss.zul
-
A combobox.
- Combobox() - Constructor for class org.zkoss.zul.Combobox
- Combobox(String) - Constructor for class org.zkoss.zul.Combobox
- COMBOBOX_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Combobox.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - ComboboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the combobox for converting collection to ListModel and vice versa. - ComboboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxModelConverter
- ComboboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- ComboboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
- ComboboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert combobox selected comboitem to bean and vice versa.
- ComboboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
- Combobutton - Class in org.zkoss.zul
-
A combo button.
- Combobutton() - Constructor for class org.zkoss.zul.Combobutton
- Combobutton(String) - Constructor for class org.zkoss.zul.Combobutton
- COMBOBUTTON_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Comboitem - Class in org.zkoss.zul
-
An item of a combo box.
- Comboitem() - Constructor for class org.zkoss.zul.Comboitem
- Comboitem(String) - Constructor for class org.zkoss.zul.Comboitem
- Comboitem(String, String) - Constructor for class org.zkoss.zul.Comboitem
- ComboitemRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in a
Combobox
. - ComboitemRendererExt - Interface in org.zkoss.zul
-
Provides additional control to
ComboitemRenderer
. - CometAsyncServlet - Class in org.zkoss.zkmax.ui.comet
-
The synchronous servlet for supporting comet.
- CometAsyncServlet() - Constructor for class org.zkoss.zkmax.ui.comet.CometAsyncServlet
- CometServerPush - Class in org.zkoss.zkex.ui.comet
-
A server-push implementation that is based on comet.
- CometServerPush - Class in org.zkoss.zkmax.ui.comet
-
ZK Comet that supports Servlet 3 asynchronous processing.
- CometServerPush() - Constructor for class org.zkoss.zkex.ui.comet.CometServerPush
- CometServerPush() - Constructor for class org.zkoss.zkmax.ui.comet.CometServerPush
-
The default constructor.
- CometServerPush(boolean) - Constructor for class org.zkoss.zkmax.ui.comet.CometServerPush
- CometServerPush.AsyncInfo - Interface in org.zkoss.zkex.ui.comet
-
The interface for implementing asynchronous processing.
- CometServerPush.ThreadInfo - Class in org.zkoss.zkex.ui.comet
-
The info of a server-push thread.
- COMMA - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Command - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a Command method.
- Command - Annotation Type in org.zkoss.zk.ui.annotation
-
Marker annotation to identify a Command method for
Composer
to use. - COMMAND - org.zkoss.bind.Phase
-
command phase.
- COMMAND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- COMMAND_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
- COMMAND_EVENT - Static variable in class org.zkoss.clientbind.ClientBindComposer
- COMMAND_FAIL_VALIDATE - Static variable in interface org.zkoss.bind.Binder
-
Indicates the doing command is failure with some validation errors.
- COMMAND_NAME - org.zkoss.bind.annotation.ContextType
-
The command name
- COMMAND_SUCCESS - Static variable in interface org.zkoss.bind.Binder
-
Indicates the doing command is successful.
- COMMAND_TRACKING_ARGUMENTS - Static variable in class org.zkoss.clientbind.ClientBindComposer
- COMMAND_TRACKING_ARGUMENTS_CHANGES - Static variable in class org.zkoss.clientbind.ClientBindComposer
- CommandBinding - Interface in org.zkoss.bind.sys
-
A binding tells which command to call(usually used with UI event).
- CommandBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of CommandBinding.
- CommandBindingImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.CommandBindingImpl
- CommandInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- CommandInfo(String, Component, String, String, String, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
- Comment - Class in org.zkoss.idom
-
The iDOM Comment.
- Comment() - Constructor for class org.zkoss.idom.Comment
-
Constructor.
- Comment(String) - Constructor for class org.zkoss.idom.Comment
-
Constructor.
- CommonException - Exception in org.zkoss.lang
-
The most fundamental non-runtime exception of Potix classes.
- CommonException() - Constructor for exception org.zkoss.lang.CommonException
- CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
Constructs an CommonException by use of an error code.
- CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
- CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
Constructs an CommonException by specifying message directly.
- CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
- CommonFns - Class in org.zkoss.xel.fn
-
Common functions used with EL.
- CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
- comodifiableIterator(Collection<E>) - Static method in class org.zkoss.util.CollectionsX
-
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
- comodifiableIterator(Collection<F>, Converter<F, T>) - Static method in class org.zkoss.util.CollectionsX
-
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
- Comparables - Class in org.zkoss.lang
-
Utilities regarding Comparable type objects.
- Comparables() - Constructor for class org.zkoss.lang.Comparables
- compare(E, E) - Method in class org.zkoss.zul.ArrayComparator
- compare(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- compare(Object, Object) - Method in class org.zkoss.zul.FieldComparator
- compare(Object, Object) - Method in class org.zkoss.zul.ListitemComparator
- compare(Object, Object) - Method in class org.zkoss.zul.RowComparator
- compare(Object, Object) - Method in class org.zkoss.zul.TreeitemComparator
- compare(T, T) - Method in class org.zkoss.util.IdentityComparator
- Compare() - Method in class org.zkoss.zel.impl.parser.ELParser
- compareDocumentPosition(Node) - Method in class org.zkoss.idom.impl.AbstractItem
- compareGroup(D, D) - Method in interface org.zkoss.zul.GroupComparator
-
Compares if the two arguments is in the same group.
- compareTo(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
- compareTo(MutableInteger) - Method in class org.zkoss.lang.MutableInteger
-
Compares two
MutableInteger
objects numerically. - compareTo(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
-
Compares two version.
- complete() - Method in class org.zkoss.zhtml.impl.TagRenderContext
-
Completes the rendering by returning what are generated by
TagRenderContext.renderBegin(org.zkoss.zk.ui.Component, java.util.Map, java.lang.String, boolean)
andTagRenderContext.renderEnd(org.zkoss.zk.ui.Component)
(never return null). - complete() - Method in interface org.zkoss.zk.au.AuWriter
-
Indicates the writing has been completed.
- complete() - Method in class org.zkoss.zk.au.http.HttpAuWriter
- complete() - Method in interface org.zkoss.zkex.ui.comet.CometServerPush.AsyncInfo
-
Called to complete the request.
- complete() - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- complete(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadCleanup
-
Called in the serlvet thread to clean up.
- complete(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- complete(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- Component - Interface in org.zkoss.zk.ui
-
An UI component.
- COMPONENT - org.zkoss.bind.annotation.ContextType
-
The current component, the type is subclass of the
Component
- COMPONENT - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit componentScope
- COMPONENT_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes private to a component is searched. - ComponentActivationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a component, when the session is going to be deactivated or has been activated.
- ComponentAnnotation - Annotation Type in org.zkoss.zk.ui.annotation
-
Annotation for specifying ZK component's annotations (
ComponentCtrl.getAnnotations(java.lang.String, java.lang.String)
). - ComponentCloneListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a component, when the component is cloned.
- ComponentCtrl - Interface in org.zkoss.zk.ui.sys
-
An addition interface to
Component
that is used for implementation or tools. - ComponentDefinition - Interface in org.zkoss.zk.ui.metainfo
-
A component definition.
- ComponentDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
-
An implementation of
ComponentDefinition
. - ComponentDefinitionImpl(LanguageDefinition, PageDefinition, String, Class<? extends Component>) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Constructs a native component, i.e., a component implemented by a Java class.
- ComponentDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Constructs a native component, i.e., a component implemented by a Java class.
- ComponentDefinitionMap - Class in org.zkoss.zk.ui.metainfo
-
A map of component definitions.
- ComponentDefinitionMap(boolean) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Constructor.
- ComponentInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a component instance defined in a ZUML page.
- ComponentInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Constructs the information about how to create component.
- ComponentIterator - Class in org.zkoss.zk.ui.select.impl
-
An implementation of Iterator<Component> that realizes the selector matching algorithm.
- ComponentIterator(Component, String) - Constructor for class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Create an iterator which selects from all the descendants of a given component, including itself.
- ComponentIterator(Page, String) - Constructor for class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Create an iterator which selects from all the components in the page.
- ComponentLocalProperties - Class in org.zkoss.zk.ui.select.impl
-
A collection of utilities that check local properties of Components.
- ComponentLocalProperties() - Constructor for class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
- ComponentMatchCtx - Class in org.zkoss.zk.ui.select.impl
-
A wrapper of Component, providing a context for selector matching algorithm.
- ComponentNotFoundException - Exception in org.zkoss.zk.ui
-
Denotes a component cannot be found.
- ComponentNotFoundException() - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.ComponentNotFoundException
- ComponentRedraws - Class in org.zkoss.zk.ui.sys
-
Utilities to implement
ComponentCtrl.redraw(java.io.Writer)
. - Components - Class in org.zkoss.zk.ui
-
Utilities to access
Component
. - Components() - Constructor for class org.zkoss.zk.ui.Components
- componentScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the applied component.
- ComponentsCtrl - Class in org.zkoss.zk.ui.sys
-
Utilities for implementing components.
- ComponentsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ComponentsCtrl
- ComponentSerializationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a component, when the component is going to be serialized or has been deserialized.
- componentToPath(Component, Component) - Static method in class org.zkoss.zk.ui.Components
-
Converts a component to a path (relevant to another component).
- compose() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Composes the macro component.
- compose() - Method in class org.zkoss.zml.XmlMacroComponent
-
Composes the macro component.
- compose(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Composes the shadow element.
- compose(Component) - Method in class org.zkoss.zuti.zul.Apply
-
Composes from template name and then template uri, if any.
- compose(Component) - Method in class org.zkoss.zuti.zul.Choose
- compose(Component) - Method in class org.zkoss.zuti.zul.ForEach
- compose(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- Composer<T extends Component> - Interface in org.zkoss.zk.ui.util
-
Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
- ComposerEventListener(Method, Object) - Constructor for class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
- ComposerExt<T extends Component> - Interface in org.zkoss.zk.ui.util
-
An addition interface implemented with
Composer
to provide more control. - CompositeELResolver - Class in org.zkoss.zel
- CompositeELResolver() - Constructor for class org.zkoss.zel.CompositeELResolver
- CompositeExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
- CompositeValidator - Class in org.zkoss.bind.validator
-
A composite validator that contains multiple validators and forward the validation to them.
- CompositeValidator(List<Validator>) - Constructor for class org.zkoss.bind.validator.CompositeValidator
- CompositeValidator(Validator...) - Constructor for class org.zkoss.bind.validator.CompositeValidator
- Composition - Class in org.zkoss.zk.ui.util
-
Composition manager that compose the given components into a whole page per the "insert" components and "define" components annotations.
- Composition() - Constructor for class org.zkoss.zk.ui.util.Composition
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
- concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
-
Concatenates the two specified array.
- concat(T[], T[]) - Static method in class org.zkoss.util.ArraysX
-
Concatenates the two specified generic array.
- CONCAT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Concatenation() - Method in class org.zkoss.zel.impl.parser.ELParser
- ConcurrentCache<K,V> - Class in org.zkoss.zel.impl.util
- ConcurrentCache(int) - Constructor for class org.zkoss.zel.impl.util.ConcurrentCache
- Condition - Interface in org.zkoss.zk.ui.util
-
A condition to test with.
- ConditionImpl - Class in org.zkoss.zk.ui.util
-
An utility to simplify the implementation of
Condition
. - ConditionImpl(String, String) - Constructor for class org.zkoss.zk.ui.util.ConditionImpl
-
Construct.
- ConditionType - Enum in org.zkoss.bind.sys
-
this enum represent the load/save condition type
- CONFIG - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
- ConfigParser - Class in org.zkoss.zk.ui.sys
-
Used to parse WEB-INF/zk.xml, metainfo/zk/zk.xml and metainfo/zk/config.xml into
Configuration
. - ConfigParser - Interface in org.zkoss.zk.ui.util
-
A configuration parser is an application-specific parser to parse the configurations in zk.xml.
- ConfigParser() - Constructor for class org.zkoss.zk.ui.sys.ConfigParser
- Configuration - Class in org.zkoss.zk.ui.util
-
The ZK configuration.
- Configuration() - Constructor for class org.zkoss.zk.ui.util.Configuration
-
Constructor.
- configureContextClassLoader() - Static method in class org.zkoss.lang.Classes
-
Sets the customized context ClassLoader name by the library property of
org.zkoss.lang.contextClassLoader.class
. - confirmClose(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Asks the browser to confirm users whether to close the browser window.
- CONNECTION_UUID_PARAM - Static variable in class org.zkoss.zk.ui.http.ZKWebSocket
- Constraint - Interface in org.zkoss.zul
-
A constraint.
- Constrainted - Interface in org.zkoss.zul.ext
-
Decorates a component that its value is constrainted by
Constraint
. - CONTAIN - org.zkoss.zk.ui.select.impl.Attribute.Operator
- ContainerFactory - Interface in org.zkoss.json.parser
-
Container factory for creating containers for JSON object and JSON array.
- contains(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- contains(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- contains(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- contains(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- contains(Object) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- contains(Object) - Method in class org.zkoss.util.IdentityHashSet
- contains(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- contains(Object) - Method in class org.zkoss.zul.ListModelList
- contains(Object) - Method in class org.zkoss.zul.ListModelSet
- contains(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- contains(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- contains(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- contains(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- contains(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Tests whether a variable is defined in this interpreter.
- contains(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns whether the specified component exists.
- contains(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- contains(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Tests whether a variable is defined in the interpreter's scope associated with the specified scope.
- containsAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- containsAll(Collection<?>) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- containsAll(Collection<?>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
- containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
- containsAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- containsHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- containsHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- containsHeader(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- containsKey(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- containsKey(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- containsKey(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- containsKey(Object) - Method in interface org.zkoss.util.Cache
-
Returns whether the specified key is stored.
- containsKey(Object) - Method in class org.zkoss.util.CacheMap
- containsKey(Object) - Method in class org.zkoss.util.FastReadCache
- containsKey(Object) - Method in class org.zkoss.util.FilterMap
- containsKey(Object) - Method in class org.zkoss.util.MultiCache
- containsKey(Object) - Method in class org.zkoss.web.servlet.xel.ParameterMap
- containsKey(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
- containsKey(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- containsKey(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- containsKey(Object) - Method in class org.zkoss.zul.ListModelMap
- containsKeyWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
-
Tests if the given key exists without trying to expunge for more memory.
- containsMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Tests whether a class contains the specified method.
- containsQuery(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Tests whether a parameter exists in the query string.
- containsResponseHeader(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether the named response header has already been set.
- containsResponseHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- containsValue(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- containsValue(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- containsValue(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- containsValue(Object) - Method in class org.zkoss.util.CacheMap
- containsValue(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- containsValue(Object) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- containsValue(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns false, no matter any variable is defined.
- containsValue(Object) - Method in class org.zkoss.zul.ListModelMap
- containsVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Tests whether the variable is defined in this interpreter.
- containsVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Tests whether the variable exists.
- containsVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
-
Tests whether a variable defined in this interpreter.
- containsVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Tests whether the variable exists by using the specified name as a reference to identify the interpreter's scope.
- CONTENT_TYPE - Static variable in class org.zkoss.zk.au.AuWriters
-
The content type of the output.
- ContentLoader - Class in org.zkoss.util.resource
-
A
Loader
that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assuming UTF-8). - ContentLoader() - Constructor for class org.zkoss.util.resource.ContentLoader
- ContentRenderer - Interface in org.zkoss.zk.ui.sys
-
Used with
AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)
to generate the component content that will be sent to the client. - CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies one or more changes in the contents of a particular group.
- CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies one or more changes in the lists contents.
- CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies changing contents of nodes.
- ContentTag - Class in org.zkoss.zhtml.impl
-
Represents a tag that shall generate the child elements directly.
- ContentTag(String) - Constructor for class org.zkoss.zhtml.impl.ContentTag
- ContentTag(String, String) - Constructor for class org.zkoss.zhtml.impl.ContentTag
- ContentTypes - Class in org.zkoss.util.media
-
Utilities relevant to content types.
- ContentTypes() - Constructor for class org.zkoss.util.media.ContentTypes
- ContextClassLoaderFactory - Interface in org.zkoss.lang
-
An interface to provide a pluggable context class loader, which is used for
Classes.getContextClassLoader(Class)
andClasses.getContextClassLoaderForName(String)
- contextCreated(ELContextEvent) - Method in interface org.zkoss.zel.ELContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- contextInitialized(ServletContextEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
- ContextParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- ContextType - Enum in org.zkoss.bind.annotation
-
To define the context object type for
ContextParam
- contirbuteCommandObject(Binder, CommandBinding, Event) - Method in interface org.zkoss.bind.impl.ImplicitObjectContributor
- contirbuteCommandObject(Binder, CommandBinding, Event) - Method in class org.zkoss.bind.impl.ImplicitObjectContributorImpl
- ConventionWires - Class in org.zkoss.zk.ui.util
-
Utilities to wire variables by name conventions.
- ConventionWires() - Constructor for class org.zkoss.zk.ui.util.ConventionWires
- convert(F) - Method in interface org.zkoss.util.Converter
- convert(Object, Class<? extends T>) - Static method in class org.zkoss.clientbind.ui.util.ObjectMappers
-
Converts any given data into the given type if possible.
- convert(Object, Class<? extends T>) - Static method in class org.zkoss.stateless.ui.util.ObjectMappers
-
Converts any given data into the given type if possible.
- convert(ClientBindComposer, Object, ParameterizedType) - Static method in class org.zkoss.clientbind.ui.util.ObjectMappers
- convert(Pair<Class<?>, Object>) - Method in class org.zkoss.zkmax.ui.GsonConverter
- convert(Pair<Class<?>, Object>) - Method in class org.zkoss.zkmax.ui.JacksonConverter
- Converter<U,B,C extends Component> - Interface in org.zkoss.bind
-
Generic binding conversion interface.
- Converter<F,T> - Interface in org.zkoss.util
-
A converter used to convert a value to another.
- CONVERTER - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the system converter for special properties. e.g. - CONVERTER_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- CONVERTER_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
- convertToItems(Desktop, List<String>) - Static method in class org.zkoss.zk.au.AuRequests
-
Converts the data of the specified request to a set of Component.
- convertToType(Object, Class<?>) - Method in class org.zkoss.zel.ELContext
-
Coerce the supplied object to the requested type.
- convertToType(Object, Class<?>) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.CompositeELResolver
- convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.ELResolver
-
Converts the given object to the given type.
- convertToType(ELContext, Object, Class<?>) - Method in class org.zkoss.zel.TypeConverter
- CookieParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- CookieThemeResolver - Class in org.zkoss.zul.theme
-
A standard implementation of ThemeResolver Retrieves and stores theme names via cookie ZK CE/PE/EE
- CookieThemeResolver() - Constructor for class org.zkoss.zul.theme.CookieThemeResolver
- copy(File, File, int) - Static method in class org.zkoss.io.Files
-
Copies a file or a directory into another.
- copy(File, InputStream) - Static method in class org.zkoss.io.Files
-
Copies an input stream into a file (the original content, if any, are erased).
- copy(File, Reader, String) - Static method in class org.zkoss.io.Files
-
Copies a reader into a file (the original content, if any, are erased).
- copy(OutputStream, InputStream) - Static method in class org.zkoss.io.Files
-
Copies an input stream to a output stream.
- copy(Writer, Reader) - Static method in class org.zkoss.io.Files
-
Copies a reader into a writer.
- correctFieldName(String) - Static method in class org.zkoss.lang.Classes
-
Corrects a string to a valid Java name.
- correctSeparator(String) - Static method in class org.zkoss.io.Files
-
Corrects the separator from '/' to the system dependent one.
- count() - Method in class org.zkoss.zel.impl.stream.Stream
- CP_OVERWRITE - Static variable in class org.zkoss.io.Files
-
Overwrites the destination file.
- CP_PRESERVE - Static variable in class org.zkoss.io.Files
-
Preserves the last modified time and other attributes if possible.
- CP_SKIP_SVN - Static variable in class org.zkoss.io.Files
-
Skips the SVN related files.
- CP_UPDATE - Static variable in class org.zkoss.io.Files
-
Copy only when the source is newer or when the destination is missing.
- crawlable - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
-
Indicates whether to generate crawlable content.
- creatArrayContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
- create() - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
- create() - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
- create(Binding, String, Class<?>, ConditionType, String, boolean) - Static method in class org.zkoss.bind.impl.AccessInfo
- create(Component, Component, VariableResolver, Composer) - Method in interface org.zkoss.zk.ui.util.Template
-
Creates the components defined in this template.
- createAttribute(String) - Method in class org.zkoss.idom.Document
- createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
- createBindingExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- createCDATASection(String) - Method in class org.zkoss.idom.Document
- createComment(String) - Method in class org.zkoss.idom.Document
- createComponents(String, Map<?, ?>) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Creates
IComponent
s fromComponent
s that don't belong to any page from a page file specified by an URI. - createComponents(String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that don't belong to any page from a page file specified by an URI.
- createComponents(String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from a page file specified by an URI.
- createComponents(String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components from a page file specified by an URI.
- createComponents(String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.
- createComponents(String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(String, Component, Component, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from a page file specified by an URI with a custom variable resolver and inserts before a particular component.
- createComponents(String, Component, Component, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(String, Page, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that belong to the given page from a page file specified by an URI.
- createComponents(String, Page, VariableResolver, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that belong to the given page from a page file specified by an URI.
- createComponents(String, Page, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(Execution, PageDefinition, Page, Component, Component, VariableResolver, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- createComponents(Execution, PageDefinition, Page, Component, Component, VariableResolver, Map<?, ?>) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Creates components from the specified page and definition.
- createComponents(PageDefinition, Map<?, ?>) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Creates
IComponent
s fromComponent
s that don't belong to any page from the specified page definition. - createComponents(PageDefinition, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that don't belong to any page from the specified page definition.
- createComponents(PageDefinition, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(PageDefinition, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the specified page definition.
- createComponents(PageDefinition, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components based on the specified page definition.
- createComponents(PageDefinition, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(PageDefinition, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the specified page definition with a custom variable resolver and inserts before a particular component.
- createComponents(PageDefinition, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponents(WebApp, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that don't belong to any page from a page file specified by an URI.
- createComponents(WebApp, PageDefinition, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that don't belong to any page from the specified page definition.
- createComponentsDirectly(Reader, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that don't belong to any page from the raw content read from the specified reader.
- createComponentsDirectly(Reader, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content read from the specified reader.
- createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components from the raw content read from the specified reader.
- createComponentsDirectly(Reader, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(Reader, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content read from the specified reader with a custom variable resolver and inserts before a particular component.
- createComponentsDirectly(Reader, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(String, String, Map<?, ?>) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Creates
IComponent
s fromComponent
s that don't belong to any page from the raw content specified by a string. - createComponentsDirectly(String, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that don't belong to any page from the raw content specified by a string.
- createComponentsDirectly(String, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(String, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content specified by a string.
- createComponentsDirectly(String, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components from the raw content specified by a string.
- createComponentsDirectly(String, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(String, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content specified by a string with a custom variable resolver and inserts before a particular component.
- createComponentsDirectly(String, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(Document, String, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components that don't belong to any page from the raw content specified by a DOM tree.
- createComponentsDirectly(Document, String, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(Document, String, Component, Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content specified by a DOM tree.
- createComponentsDirectly(Document, String, Component, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components from the raw content specified by a DOM tree.
- createComponentsDirectly(Document, String, Component, Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(Document, String, Component, Component, VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Creates components from the raw content specified by a DOM tree with a custom variable resolver and inserts before a particular component.
- createComponentsDirectly(Document, String, Component, Component, VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- createComponentsDirectly(WebApp, Reader, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that don't belong to any page from the raw content read from the specified reader.
- createComponentsDirectly(WebApp, String, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that don't belong to any page from the raw content specified by a string.
- createComponentsDirectly(WebApp, Document, String, Map<?, ?>) - Static method in class org.zkoss.zk.ui.Executions
-
Creates components that don't belong to any page from the raw content specified by a DOM tree.
- createDefaultAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
- createDocumentFragment() - Method in class org.zkoss.idom.Document
- createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
- createElement(String) - Method in class org.zkoss.idom.Document
- createElementNS(String, String) - Method in class org.zkoss.idom.Document
- createEntityReference(String) - Method in class org.zkoss.idom.Document
- createEntrySet() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
Generates a
Set
for use byForwardingMap.entrySet()
. - createEvaluator(FunctionMapper) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- CreateEvent - Class in org.zkoss.zk.ui.event
-
Used to notify a window that all its children are created and initialized.
- CreateEvent(String, Component, Map<?, ?>) - Constructor for class org.zkoss.zk.ui.event.CreateEvent
- createFilter(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
- createFormProxy(T, Class<?>) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Creates a proxy form object from the given origin object, if any.
- createFormProxy(T, Class<?>, Class[]) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Creates a proxy form object from the given origin object, if any.
- createGetterObjectMapper(ClientBindComposer) - Static method in class org.zkoss.clientbind.ui.util.ObjectMappers
- createGroupFoot(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
-
create group foot Object, default implementation return null, which means no foot .
- createGroupHead(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
-
create group head Object, default implementation return first element of groupdata.
- createGroupOpen(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
-
create group open status, default implementation return true, which means open the group.
- createItem(String, String, boolean, String, int, File) - Method in interface org.zkoss.zk.ui.sys.DiskFileItemFactory
-
Create a new
FileItem
instance from the supplied parameters and any local factory configuration. - createKeySet() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
Generates a
Set
for use byForwardingMap.keySet()
. - createListener(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
- createLoadingbar() - Static method in class org.zkoss.zkmax.ui.util.Loadingbar
-
Create a LoadingbarControl with a generate ID.
- createLoadingbar(String) - Static method in class org.zkoss.zkmax.ui.util.Loadingbar
-
Create a LoadingbarControl with a custom ID.
- createMedia(FileItem, String, String, boolean) - Method in interface org.zkoss.zk.ui.sys.DiskFileItemFactory
-
Create a new
Media
instance from from the supplied parameters and any local factory configuration. - createMethodExpression(Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.ExpressionFactory
-
Create a new method expression instance.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- createNode(String) - Static method in class org.zkoss.zel.impl.lang.ExpressionBuilder
- createObjectContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
- createParamCall(BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
- createProxyIfAny(T) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Creates a proxy object from the given origin object, if any.
- createProxyIfAny(T, Annotation[]) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Creates a proxy object from the given origin object, if any.
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- createServlet(Class<T>) - Method in class org.zkoss.web.portlet.PortletServletContext
- createTextNode(String) - Method in class org.zkoss.idom.Document
- createValueExpression(Class<?>) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
- createValueExpression(Class<?>) - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
- createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
-
Create a new value expression.
- createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- createValues() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
Generates a
Collection
for use byForwardingMap.values()
. - createViewModelProxy(T) - Static method in class org.zkoss.zkmax.bind.proxy.ProxyHelperEx
-
Creates a proxy object from view model.
- createViewModelProxyIfEnabled(Object) - Method in class org.zkoss.bind.AnnotateBinder
-
Internal use only
- createViewModelProxyIfEnabled(Object) - Method in class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
- createWSHandshakeRequest(ServletRequest) - Method in class org.zkoss.zkmax.au.websocket.WebSocketFilter
- crop() - Method in class org.zkoss.stateless.state.ICropperController
-
Request cropper JavaScript widget to crop the selected area and send it back to the server.
- crop() - Method in class org.zkoss.zkmax.zul.Cropper
-
Request cropper JavaScript widget to crop the selected area and send it back to the server.
- Cropper - Class in org.zkoss.zkmax.zul
-
An image cropper that can select a range to get the cropped result.
- Cropper - Interface in org.zkoss.zk.ui.ext.render
-
Implemented by the object returned by
ComponentCtrl.getExtraCtrl()
if not all of the children of a component are available at the client. - Cropper() - Constructor for class org.zkoss.zkmax.zul.Cropper
- Cropper.ExtraCtrl - Class in org.zkoss.zkmax.zul
- CSS_FLEX_AUTO_DISABLED_COUNT - Static variable in class org.zkoss.zul.impl.MeshElement
- CTRL_KEY - Static variable in class org.zkoss.stateless.action.data.ColSizeData
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.stateless.action.data.MoveData
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.stateless.action.data.SelectData
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.stateless.action.data.SizeData
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Ctrl key is pressed.
- CTRL_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
-
Indicates whether the Ctrl key is pressed.
- curChar - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
- CURRENT - Static variable in interface org.zkoss.zul.mesg.MZul
- CURRENT_DESCRIPTION - Static variable in interface org.zkoss.zul.mesg.MZul
- CURRENT_INDEX_RESOLVER_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- currentToken - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
This is the last token that has been consumed successfully.
- CustomConstraint - Interface in org.zkoss.zul
-
Additional interface implemented with
Constraint
to denote a constraint supports a custom way to display the error message.
D
- d2j(Date) - Static method in class org.zkoss.json.JSONs
-
Marshalls a Date object to a string, such that it can be add to
JSONArray
orJSONObject
(a.k.a., JSON-ize). - Data - Class in org.zkoss.zhtml
-
The DATA tag.
- Data() - Constructor for class org.zkoss.zhtml.Data
- DataHandlerInfo - Class in org.zkoss.zk.ui.util
-
A data handler info for
Configuration
to use. - DataHandlerInfo(String, List<Pair<String, String>>, boolean, List<Map<String, String>>) - Constructor for class org.zkoss.zk.ui.util.DataHandlerInfo
-
Construct the data handler info
- Datalist - Class in org.zkoss.zhtml
-
The DATALIST tag.
- Datalist() - Constructor for class org.zkoss.zhtml.Datalist
- DataLoader - Interface in org.zkoss.zul.impl
- DataLoadingData - Class in org.zkoss.stateless.action.data
-
Represent
Events.ON_DATA_LOADING
action. - DataLoadingData() - Constructor for class org.zkoss.stateless.action.data.DataLoadingData
- DataLoadingData() - Constructor for class org.zkoss.stateless.state.IListboxController.DataLoadingData
- DataLoadingEvent - Class in org.zkoss.zul.event
-
Represent onDataLoading event.
- DataLoadingEvent(String, Component, int, int) - Constructor for class org.zkoss.zul.event.DataLoadingEvent
- DATE_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
- Datebox - Class in org.zkoss.zul
-
An edit box for holding a date.
- Datebox() - Constructor for class org.zkoss.zul.Datebox
- Datebox(LocalDate) - Constructor for class org.zkoss.zul.Datebox
-
Constructor with a given date.
- Datebox(LocalDateTime) - Constructor for class org.zkoss.zul.Datebox
-
Constructor with a given date.
- Datebox(LocalTime) - Constructor for class org.zkoss.zul.Datebox
-
Constructor with a given date.
- Datebox(ZonedDateTime) - Constructor for class org.zkoss.zul.Datebox
-
Constructor with a given date.
- Datebox(Date) - Constructor for class org.zkoss.zul.Datebox
-
Constructor with a given date.
- DATEBOX_CALENDAR - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Datebox.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - DateFormatInfo - Interface in org.zkoss.text
-
The format information for date/time.
- DateFormats - Class in org.zkoss.text
-
DateFormat relevant utilities.
- DateFormats() - Constructor for class org.zkoss.text.DateFormats
- Dates - Class in org.zkoss.util
-
Utilities for java.util.Date
- Dates() - Constructor for class org.zkoss.util.Dates
- DateTimeFormatInputElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for date/time type input box.
- DateTimeFormatInputElement() - Constructor for class org.zkoss.zul.impl.DateTimeFormatInputElement
- DAY - Static variable in class org.zkoss.zul.Chart
- dayMonthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Get the day of month of a date.
- Dd - Class in org.zkoss.zhtml
-
The DD tag.
- Dd() - Constructor for class org.zkoss.zhtml.Dd
- deactivate(boolean) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- deactivate(boolean) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Deactivates the current thread (which must be a server-push thread).
- deactivate(boolean) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- deactivate(boolean) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- deactivate(UiAgent) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
Deactivate the given UiAgent
- deactivate(Desktop) - Static method in class org.zkoss.zk.ui.Executions
-
Deactivates a thread that has invoked
Executions.activate(org.zkoss.zk.ui.Desktop)
successfully. - deactivate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- deactivate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Deactivates an execution, such that other threads could activate and access components.
- deactivateServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- deactivateServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Deactivates the thread that has invoked
DesktopCtrl.activateServerPush(long)
successfully. - DebuggerFactory - Class in org.zkoss.bind.sys.debugger
-
The factory to provide
DebuggerFactory
instance. - DebuggerFactory() - Constructor for class org.zkoss.bind.sys.debugger.DebuggerFactory
- debugStream - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Debug output.
- DECIMAL - Static variable in class org.zkoss.zul.Slider
-
Represent decimal slider.
- Decimalbox - Class in org.zkoss.zul
-
An edit box for holding BigDecimal.
- Decimalbox() - Constructor for class org.zkoss.zul.Decimalbox
- Decimalbox(BigDecimal) - Constructor for class org.zkoss.zul.Decimalbox
- declareRoles(String...) - Method in class org.zkoss.web.portlet.PortletServletContext
- decode(Object, Desktop) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns a list of
AuRequest
by decoding the request. - decodeHex(char[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
- decodeHexString(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts a String into an array of bytes.
- decodeSurrogatePair(char, char) - Static method in class org.zkoss.idom.Verifier
-
This is a utility function to decode a non-BMP UTF-16 surrogate pair.
- decodeURI(String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
-
Decodes the injected URI and returns a two-element array.
- decorate(ProxyObject) - Method in interface org.zkoss.bind.proxy.ProxyHelper.ProxyDecorator
- Default - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify default value of a parameter of a method.
- DEFAULT - org.zkoss.stateless.sul.IToolbarbutton.Mode
-
The default mode
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IA
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAnchornav
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IArea
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAudio
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAuxhead
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IAuxheader
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBandbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBandpopup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBarcode
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBarcodescanner
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBiglistbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IBorderlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IButton
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICalendar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICamera
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICaption
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICardlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICascader
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICell
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICenter
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICheckbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IChosenbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICoachmark
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IColorbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IColumn
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IColumnchildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IColumnlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IColumns
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICombobox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICombobutton
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IComboitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ICropper
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDatebox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDecimalbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDetail
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDiv
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDoublebox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDoublespinner
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDrawer
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IDropupload
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IEast
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFileupload
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFisheye
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFisheyebar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFoot
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFooter
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IFrozen
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGoldenLayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGoldenPanel
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGrid
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGroup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGroupbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IGroupfoot
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IHlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IHtml
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IIframe
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IImage
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IImagemap
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IInputgroup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IIntbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ILabel
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ILineitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ILinelayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListcell
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListfoot
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListfooter
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListgroup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListgroupfoot
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListhead
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListheader
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IListitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ILongbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMenu
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMenubar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMenuitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMenupopup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMenuseparator
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IMultislider
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.INav
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.INavbar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.INavitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.INavseparator
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.INorth
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IOrganigram
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IOrgchildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IOrgitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IOrgnode
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPaging
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPanel
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPanelchildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPdfviewer
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPopup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPortalchildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IPortallayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IProgressmeter
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRadio
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRadiogroup
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRangeslider
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRating
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRow
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRowchildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRowlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IRows
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IScript
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IScrollview
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISearchbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISelectbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISeparator
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISignature
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISlider
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISliderbuttons
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISouth
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISpace
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISpan
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISpinner
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ISplitlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IStep
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IStepbar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IStyle
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITab
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITabbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITablechildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITablelayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITabpanel
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITabpanels
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITabs
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITbeditor
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITextbox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITimebox
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITimepicker
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITimer
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IToolbar
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IToolbarbutton
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITrack
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITree
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreecell
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreechildren
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreecol
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreecols
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreefoot
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreefooter
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreeitem
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.ITreerow
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IVideo
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IVlayout
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IWest
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.stateless.sul.IWindow
-
Constant for default attributes of this immutable component.
- DEFAULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Lexical state.
- DEFAULT_COLS_VALUE - Static variable in interface org.zkoss.stateless.sul.ITimebox
-
Constant for default cols for timebox auto sizing
- DEFAULT_DISPLAY - Static variable in class org.zkoss.web.theme.StandardTheme
-
Name used to display the default theme
- DEFAULT_FORMAT - Static variable in class org.zkoss.zul.Datebox
- DEFAULT_FORMAT - Static variable in class org.zkoss.zul.Timebox
- DEFAULT_LIFETIME - Static variable in interface org.zkoss.util.Cache
-
The default minimal lifetime, unit=milliseconds.
- DEFAULT_MAX_SIZE - Static variable in interface org.zkoss.util.Cache
-
The default maximal allowed size.
- DEFAULT_NAME - Static variable in class org.zkoss.web.theme.StandardTheme
-
Name used to identify the default theme
- DEFAULT_NUM_COLUMNS - Static variable in class org.zkoss.zkmax.zul.Rowlayout
- DEFAULT_ORIGIN - Static variable in class org.zkoss.web.theme.StandardTheme
-
Origin of the default theme.
- DEFAULT_PRIORITY - Static variable in class org.zkoss.web.theme.StandardTheme
-
Priority of the default theme
- DEFAULT_QUEUE_NAME - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
Default queue name of a binder to share the bean notification and global commands
- DEFAULT_QUEUE_SCOPE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
Default queue scope of a binder to share the bean notification and global commands
- DEFAULT_SPACING - Static variable in class org.zkoss.zkmax.zul.Rowlayout
- DEFAULT_TABLET_CSS - Static variable in class org.zkoss.zkmax.theme.TabletThemeURIHandler
-
Default tablet-enhanced theme css file (ZK EE only)
- DEFAULT_THROTTLE_MILLIS - Static variable in class org.zkoss.zul.Tree
- DEFAULT_VALUES - Static variable in interface org.zkoss.stateless.util.ActionHandler
-
The default values of Java primitive types, primitive Objects, Collection, and Map.
- DEFAULT_WCS - Static variable in class org.zkoss.zul.theme.StandardThemeProvider
-
Default theme css file
- DefaultAnnotationInfoChecker - Class in org.zkoss.bind.sys.debugger.impl
- DefaultBinder - Class in org.zkoss.bind
-
ZK default Binder, use this class if you want to new a binder and control components though
Binder
API. - DefaultBinder() - Constructor for class org.zkoss.bind.DefaultBinder
-
new a binder with default event queue name and scope
- DefaultBinder(String, String) - Constructor for class org.zkoss.bind.DefaultBinder
-
new a binder with event queue name and scope
- DefaultClientBinder - Class in org.zkoss.clientbind
- DefaultClientBinder() - Constructor for class org.zkoss.clientbind.DefaultClientBinder
- DefaultClientBinder(String, String) - Constructor for class org.zkoss.clientbind.DefaultClientBinder
- DefaultCommand - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a default command method.
- DefaultDebuggerFactory - Class in org.zkoss.bind.sys.debugger.impl
-
The default implementation of
DebuggerFactory
it is execution scope implementation and provides client-log and system-out implementation - DefaultDebuggerFactory() - Constructor for class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- DefaultExecutionInfoCollector - Class in org.zkoss.bind.sys.debugger.impl
- DefaultExecutionInfoCollector() - Constructor for class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
- DefaultGlobalCommand - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a global command method.
- DefaultIDOMFactory - Class in org.zkoss.idom.input
-
The default iDOM factory.
- DefaultIDOMFactory() - Constructor for class org.zkoss.idom.input.DefaultIDOMFactory
-
Constructor.
- defaultIfEmpty(String, String) - Static method in class org.zkoss.lang.Strings
-
Returns the passed value, or the default value if it is empty.
- DefaultJSONBindingParamConverter - Class in org.zkoss.bind.converter.sys
-
A default JSON binding parameter converter
- DefaultJSONBindingParamConverter() - Constructor for class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
- defaultResolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
The default entity resolver.
- DefaultScriptErrorListener - Class in org.zkoss.zk.ui.script
-
A Default Event Listener for handling client javascript error
- DefaultScriptErrorListener() - Constructor for class org.zkoss.zk.ui.script.DefaultScriptErrorListener
- DefaultSelectionControl(AbstractGroupsModel<?, ?, ?, E>) - Constructor for class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
- DefaultSelectionControl(AbstractListModel<E>) - Constructor for class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
- DefaultSelectionControl(AbstractTreeModel<E>) - Constructor for class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
- DefaultStepModel<E> - Class in org.zkoss.zkmax.zul
-
A simple step data model that uses
Step
to represent a stepbar. - DefaultStepModel() - Constructor for class org.zkoss.zkmax.zul.DefaultStepModel
- DefaultStepModel(ListModelList<E>) - Constructor for class org.zkoss.zkmax.zul.DefaultStepModel
- DefaultTreeModel<E> - Class in org.zkoss.zul
-
A simple tree data model that uses
TreeNode
to represent a tree. - DefaultTreeModel(TreeNode<E>) - Constructor for class org.zkoss.zul.DefaultTreeModel
-
Creates a tree with the specified note as the root.
- DefaultTreeModel(TreeNode<E>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeModel
-
Creates a tree with the specified note as the root.
- DefaultTreeNode<E> - Class in org.zkoss.zul
-
A general-purpose node in a tree data structure.
- DefaultTreeNode(E) - Constructor for class org.zkoss.zul.DefaultTreeNode
-
Creates a leaf node, i.e., it won't allow any children.
- DefaultTreeNode(E, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
-
Creates a leaf node, i.e., it won't allow any children.
- DefaultTreeNode(E, Collection<? extends TreeNode<E>>) - Constructor for class org.zkoss.zul.DefaultTreeNode
-
Creates a branch (non-leaf) node.
- DefaultTreeNode(E, Collection<? extends TreeNode<E>>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
-
Creates a branch (non-leaf) node.
- DefaultTreeNode(E, TreeNode<E>[]) - Constructor for class org.zkoss.zul.DefaultTreeNode
-
Creates a branch (non-leaf) node.
- DefaultTreeNode.TreeNodeChildrenList - Class in org.zkoss.zul
- DefaultTreeSelectionControlEx<E> - Class in org.zkoss.zkmax.zul.impl
-
An extension of
AbstractTreeModel.DefaultSelectionControl
, by default it assumes all elements are selectable. - DefaultTreeSelectionControlEx(AbstractTreeModel<E>) - Constructor for class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- DefaultTristateTreeModel<E> - Class in org.zkoss.zkmax.zul
-
A simple tristate tree data model that uses
TreeNode
to represent a tree. - DefaultTristateTreeModel(TreeNode<E>) - Constructor for class org.zkoss.zkmax.zul.DefaultTristateTreeModel
-
Creates a tristate tree with the specified note as the root.
- DefaultTristateTreeModel(TreeNode<E>, boolean) - Constructor for class org.zkoss.zkmax.zul.DefaultTristateTreeModel
-
Creates a tristate tree with the specified note as the root.
- DefaultTristateTreeModel.Path - Class in org.zkoss.zkmax.zul
- DefaultViewModelAnnotationResolver - Class in org.zkoss.bind.impl
-
A default view model annotation resolver
- DefaultViewModelAnnotationResolver() - Constructor for class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
- Deferrable - Interface in org.zkoss.zk.ui.event
-
Used to decorate
EventListener
to denote whether the event for the listener can be deferred. - DEFERRED_PROPERTIES - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A component attribute used to store a map of properties (
Property
) which have deferred expressions. - DeferredExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
- DeferredRedraw(Collection<? extends Component>) - Constructor for class org.zkoss.zul.impl.ListboxDataLoader.DeferredRedraw
- DeferredRedraw(Locator, Collection<? extends IListitemBase>) - Constructor for class org.zkoss.stateless.state.IListboxController.DeferredRedraw
- DeferredValidator - Class in org.zkoss.bind.validator
-
A deferred validator that defers the initialization of the real validator, a validator needs 3-party jar files could still be installed if user doesn't provide it (ex, BeanValidator of JSR 303).
- DeferredValidator(Class<Validator>) - Constructor for class org.zkoss.bind.validator.DeferredValidator
- DeferredValidator(String) - Constructor for class org.zkoss.bind.validator.DeferredValidator
- DeferredValue - Interface in org.zkoss.zk.au
-
Used with
AbstractComponent.smartUpdate(java.lang.String, java.lang.Object)
to represent the value of a smart update that shall be evaluated only in the rendering phase (rather than in the event processing phase). - defineBean(String, Object) - Method in class org.zkoss.zel.ELManager
- defineBean(String, Object) - Method in class org.zkoss.zel.ELProcessor
- defineFunction(String, String, Method) - Method in class org.zkoss.zel.ELProcessor
-
Map a method to a function name.
- defineFunction(String, String, String, String) - Method in class org.zkoss.zel.ELProcessor
- DefinitionLoaders - Class in org.zkoss.zk.ui.metainfo
-
Utilities to load language definitions.
- DefinitionLoaders() - Constructor for class org.zkoss.zk.ui.metainfo.DefinitionLoaders
- DefinitionNotFoundException - Exception in org.zkoss.zk.ui.metainfo
-
Denotes a definition cannot be found.
- DefinitionNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- DefinitionNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.DefinitionNotFoundException
- Del - Class in org.zkoss.zhtml
-
The DEL tag.
- Del() - Constructor for class org.zkoss.zhtml.Del
- delegate() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- delegate() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- delegate() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- DelegatingVariableResolver - Class in org.zkoss.zkplus.cdi
-
Generic CDI EL named managed bean resolver.
- DelegatingVariableResolver - Class in org.zkoss.zkplus.seasar
-
DelegatingVariableResolver, a seasar2 bean variable resolver.
- DelegatingVariableResolver - Class in org.zkoss.zkplus.spring
-
DelegatingVariableResolver for resolving Spring beans, Spring Security variables and Spring Webflow variables.
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.spring.DelegatingVariableResolver
- DELETE - Static variable in class org.zkoss.stateless.action.data.KeyData
- DELETE - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- deleteAll(File) - Static method in class org.zkoss.io.Files
-
Deletes all files under the specified path.
- deleteData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
- deletePanels(String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Deletes the GoldenPanels of this name.
- denoteSessionTimeout(WebApp, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Denote HTTP 410 Session timeout response
- DEPENDS_ON_COMP - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- DependsOn - Annotation Type in org.zkoss.bind.annotation
-
Specify variable dependency.
- dependsOnMap - Variable in class org.zkoss.clientbind.ClientBindComposer
- deregister(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
-
Remove a theme from web application's use
- deregister(Theme) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Removes a desktop or a tablet theme from registry
- deregister(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Remove a theme from the list of available desktop themes
- DESCENDANT - org.zkoss.zk.ui.select.impl.Selector.Combinator
- DESCENDING - org.zkoss.stateless.sul.IColumn.SortDirection
-
Indicates the descending sorting.
- DESCENDING - org.zkoss.stateless.sul.IListheader.SortDirection
-
Indicates the descending sorting.
- DESCENDING - org.zkoss.stateless.sul.ITreecol.SortDirection
-
Indicates the descending sorting.
- DESCRIPTIONS - org.zkoss.stateless.sul.ITrack.Kind
-
The track defines a textual description of the video content (suitable for blind users)
- desktop - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the desktop.
- Desktop - Interface in org.zkoss.zk.ui
-
Represents a desktop.
- DESKTOP - org.zkoss.bind.annotation.ContextType
-
The desktop of the current component, the type is
Desktop
- DESKTOP - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit desktopScope
- DESKTOP - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the desktop scope.
- DESKTOP_ID_PARAM - Static variable in class org.zkoss.zk.ui.http.ZKWebSocket
- DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the same desktop. - DESKTOP_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
Used with
Page.getAttribute(String, int)
and related to denote custom attributes shared by the same desktop. - DesktopActivationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a desktop, when the session is going to be deactivated or has been activated.
- DesktopCache - Interface in org.zkoss.zk.ui.sys
-
The cache used to store desktops.
- DesktopCacheProvider - Interface in org.zkoss.zk.ui.sys
-
Used to retrieve a desktop cache (
DesktopCache
). - DesktopCleanup - Interface in org.zkoss.zk.ui.util
-
Used to clean up a desktop.
- desktopCreated(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a desktop is created.
- desktopCreated(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
- DesktopCtrl - Interface in org.zkoss.zk.ui.sys
-
An addition interface to
Desktop
for implementation. - desktopDestroy(Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when a desktop is destroyed.
- desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called when a desktop is being removed.
- desktopDestroyed(Desktop) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a desktop is being destroyed.
- desktopDestroyed(Desktop) - Method in class org.zkoss.zk.ui.util.Statistic
- DesktopEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
-
The default implementation of the desktop-scoped event queue (
EventQueue
). - DesktopEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- DesktopImpl - Class in org.zkoss.zk.ui.impl
-
The implementation of
Desktop
. - DesktopImpl(WebApp, String, String, String, Object) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
- DesktopImpl(WebApp, String, String, String, String, Object) - Constructor for class org.zkoss.zk.ui.impl.DesktopImpl
- DesktopInit - Interface in org.zkoss.zk.ui.util
-
Used to initialize a desktop when it is created.
- DesktopInit() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
- DesktopRecycle - Class in org.zkoss.zkmax.ui.util
-
Used to recycle the desktop if possible.
- DesktopRecycle - Interface in org.zkoss.zk.ui.util
-
Used to recycle the desktop (
Desktop
). - DesktopRecycle() - Constructor for class org.zkoss.zkmax.ui.util.DesktopRecycle
- DesktopRecycles - Class in org.zkoss.zk.ui.http
-
Utilities to handle
DesktopRecycle
. - DesktopRecycles - Class in org.zkoss.zk.ui.impl
-
Utilities to handle
DesktopRecycle
. - DesktopRecycles() - Constructor for class org.zkoss.zk.ui.http.DesktopRecycles
- DesktopRecycles() - Constructor for class org.zkoss.zk.ui.impl.DesktopRecycles
- desktopScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the desktop.
- DesktopSerializationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.
- DesktopThemeRegistry - Class in org.zkoss.zul.theme
-
A standard implementation of ThemeRegistry, used in ZK CE/PE Used to keep track of a list of available desktop themes to apply
- DesktopThemeRegistry() - Constructor for class org.zkoss.zul.theme.DesktopThemeRegistry
-
Initialize the registry with the default theme (a.k.a Breeze).
- DesktopUnavailableException - Exception in org.zkoss.zk.ui
-
Denotes the desktop being accessed is no longer available.
- DesktopUnavailableException() - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int, Object) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(String) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- DesktopUnavailableException(Throwable) - Constructor for exception org.zkoss.zk.ui.DesktopUnavailableException
- destroy() - Method in interface org.zkoss.stateless.ui.StatelessRichlet
- destroy() - Method in class org.zkoss.web.servlet.CharsetFilter
- destroy() - Method in class org.zkoss.web.servlet.GenericFilter
-
Called by the web container to indicate to a filter that it is being taken out of service.
- destroy() - Method in class org.zkoss.zk.au.http.AuDynaMediar
- destroy() - Method in interface org.zkoss.zk.au.http.AuExtension
-
Destroys the AU extension.
- destroy() - Method in class org.zkoss.zk.au.http.AuRedirect
- destroy() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- destroy() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- destroy() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- destroy() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Called when the interpreter is about to be destroyed.
- destroy() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- destroy() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
- destroy() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- destroy() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Reset the owner (
GenericInterpreter.getOwner()
) to null. - destroy() - Method in class org.zkoss.zk.ui.AbstractPage
- destroy() - Method in class org.zkoss.zk.ui.GenericRichlet
-
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
- destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
- destroy() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
- destroy() - Method in class org.zkoss.zk.ui.http.RichletFilter
- destroy() - Method in class org.zkoss.zk.ui.http.WebManager
- destroy() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- destroy() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- destroy() - Method in class org.zkoss.zk.ui.impl.PageImpl
- destroy() - Method in interface org.zkoss.zk.ui.Richlet
-
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service.
- destroy() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called when the desktop is about to be destroyed.
- destroy() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Called when this page is about to be destroyed.
- destroy() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Destroys this Web application.
- destroy() - Method in class org.zkoss.zkmax.au.http.AuDownloader
- destroy() - Method in class org.zkoss.zkmax.au.websocket.WebSocketFilter
- destroy(Component, Object) - Method in interface org.zkoss.bind.Binder
-
Destroys the binder with a root component and viewModel object.
- destroy(Component, Object) - Method in class org.zkoss.bind.impl.BinderImpl
- destroy(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
- destroy(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Destroys the session cache
- Destroy - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a destroy method.
- DestroyCallback - Class in org.zkoss.bind.callback
-
A callback to invoke the destroy method in zkbind.
- DestroyCallback() - Constructor for class org.zkoss.bind.callback.DestroyCallback
- destroyIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- destroyIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Internal use
- destroyWith(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
-
Terminate a OperationThread which is stored in desktop and clear it.
- detach() - Method in class org.zkoss.idom.Attribute
-
Detach the attribute from its owner, if any.
- detach() - Method in class org.zkoss.idom.impl.AbstractItem
- detach() - Method in interface org.zkoss.idom.Item
-
Detach this item from its parent.
- detach() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- detach() - Method in class org.zkoss.zk.ui.AbstractComponent
- detach() - Method in interface org.zkoss.zk.ui.Component
-
Detaches this component such that it won't belong to any page.
- detach() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Removes the relation points between shadow host and this shadow element.
- detach() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Detach the relation points between the shadow host and this shadow element.
- detach() - Method in class org.zkoss.zul.Include
- detach() - Method in class org.zkoss.zuti.zul.Choose
- detach() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.ListitemRendererExt
-
Returned by
ListitemRendererExt.getControls()
to indicate that the list cells added byListitemRendererExt.newListcell(org.zkoss.zul.Listitem)
must be detached before callingListitemRenderer.render(org.zkoss.zul.Listitem, T, int)
. - DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.RowRendererExt
-
Returned by
RowRendererExt.getControls()
to indicate that the list cells added byRowRendererExt.newCell(org.zkoss.zul.Row)
must be detached before callingRowRenderer.render(org.zkoss.zul.Row, T, int)
. - detachChildren() - Method in interface org.zkoss.idom.Group
-
Detaches all children and returns them in a list.
- detachChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
- Detail - Class in org.zkoss.zul
-
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
- Detail() - Constructor for class org.zkoss.zul.Detail
- DETAIL_ANGLE_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- DETAIL_ANGLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- DETAILED_DESCRIPTION - Static variable in interface org.zkoss.zul.mesg.MZul
- Details - Class in org.zkoss.zhtml
-
The DETAILS tag.
- Details() - Constructor for class org.zkoss.zhtml.Details
- DetectData - Class in org.zkoss.stateless.action.data
-
Represents an event that a result is detected by component.
- DetectData() - Constructor for class org.zkoss.stateless.action.data.DetectData
- DetectEvent - Class in org.zkoss.zkmax.zul.event
-
Represents an event that a result is detected by component.
- DetectEvent(String, Component, Object) - Constructor for class org.zkoss.zkmax.zul.event.DetectEvent
- detroyRichlets() - Method in class org.zkoss.zk.ui.util.Configuration
-
Destroys all richlets.
- Device - Interface in org.zkoss.zk.device
-
Represents a client device.
- DeviceConfig - Interface in org.zkoss.zk.device
-
Used to initialize a device (
Device
). - DeviceNotFoundException - Exception in org.zkoss.zk.device
-
Denotes the interpreter of the requested device type is not found.
- DeviceNotFoundException(String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, String) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- DeviceNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.device.DeviceNotFoundException
- Devices - Class in org.zkoss.zk.device
-
A manager of devices (
Device
). - Dfn - Class in org.zkoss.zhtml
-
The DFN tag.
- Dfn() - Constructor for class org.zkoss.zhtml.Dfn
- DHtmlLayoutFilter - Class in org.zkoss.zk.ui.http
-
Used to post-process the response into a ZK page.
- DHtmlLayoutFilter() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutFilter
- DHtmlLayoutPortlet - Class in org.zkoss.zk.ui.http
-
The portlet used to process the request for a ZUML page.
- DHtmlLayoutPortlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
- DHtmlLayoutServlet - Class in org.zkoss.zk.ui.http
-
Used to process the request for a ZUML page.
- DHtmlLayoutServlet() - Constructor for class org.zkoss.zk.ui.http.DHtmlLayoutServlet
- DHtmlResourceServlet - Class in org.zkoss.zk.au.http
-
Used to receive ZK resource from the server
- DHtmlResourceServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlResourceServlet
- DHtmlUpdateServlet - Class in org.zkoss.zk.au.http
-
Used to receive command from the server and send result back to client.
- DHtmlUpdateServlet() - Constructor for class org.zkoss.zk.au.http.DHtmlUpdateServlet
- DIAL - Static variable in class org.zkoss.zul.Chart
- DialChartDataEvent - Class in org.zkoss.zul.event
-
A dial chart data event to handle the property changed.
- DialChartDataEvent(ChartModel, int, String, Object) - Constructor for class org.zkoss.zul.event.DialChartDataEvent
- DialModel - Class in org.zkoss.zul
-
A data model to be used with dial chart.
- DialModel() - Constructor for class org.zkoss.zul.DialModel
- DialModelRange - Class in org.zkoss.zul
-
Color range to be marked in
DialModelScale
. - DialModelScale - Class in org.zkoss.zul
-
A set of information of a scale in a Dial chart.
- Dialog - Class in org.zkoss.zhtml
-
The dialog tag
- Dialog() - Constructor for class org.zkoss.zhtml.Dialog
- didActivate(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component)
for the specified object. - didActivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentActivationListener.didActivate(org.zkoss.zk.ui.Component)
for each object in the collection. - didActivate(Component) - Method in class org.zkoss.bind.BindComposer
- didActivate(Component) - Method in class org.zkoss.clientbind.ClientBindComposer
- didActivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- didActivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
-
Called when a session has just been activated (and its value has been deserialized).
- didActivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
- didActivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
-
Called when a session has just been activated (and its value has been deserialized).
- didActivate(WebManager) - Method in interface org.zkoss.zk.ui.http.WebManagerActivationListener
-
Called after WebManager is created.
- didActivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
-
Called when a session has just been activated (and its value has been deserialized).
- didActivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
-
Called when a session has just been activated.
- didDeserialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentSerializationListener.didDeserialize(org.zkoss.zk.ui.Component)
for the specified object. - didDeserialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentSerializationListener.didDeserialize(org.zkoss.zk.ui.Component)
for each object in the collection. - didDeserialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
-
Called when a component has de-serialized this object back.
- didDeserialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
-
Called when a desktop has de-serialized this object back.
- didDeserialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
-
Called when a page has de-serialized this object back.
- DigestUtilsHelper - Class in org.zkoss.zk.ui.sys
-
A helper class for class DigestUtils for md5 encoding, internal use only.
- DigestUtilsHelper() - Constructor for class org.zkoss.zk.ui.sys.DigestUtilsHelper
- DIGIT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- DirectContent - Interface in org.zkoss.zk.ui.ext.render
-
Implemented by the object returned by
ComponentCtrl.getExtraCtrl()
if the component is able to generate the content directly. - disable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Disables this visualizer.
- Disable - Interface in org.zkoss.zk.ui.ext
-
Implemented with
Component
to indicate that a component can be disabled. - DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identified the state that Component's client update to be disabled
- DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identified the state that Component's client update to be disabled
- DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identified the state that Component's client update to be disabled
- DISABLE_METHOD_CACHE - Static variable in class org.zkoss.bind.impl.BinderImpl
- disable_tracing() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Disable tracing.
- disableBindingAnnotation() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- disableBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
- disableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
- disableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
- disableBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Set to disable the component with binding annotation.
- disableClientUpdate(boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- disableClientUpdate(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- disableClientUpdate(boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets whether to disable the update of the client widgets of this component and its descendants.
- disableClientUpdate(Component, boolean) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- disableClientUpdate(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Sets whether to disable the update of the client widget.
- disableHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
- DiskFileItemFactory - Interface in org.zkoss.zk.ui.sys
-
A factory interface for creating
FileItem
andMedia
instances. - DispatcherRichletFilter - Class in org.zkoss.stateless.ui.http
-
Dispatches Http requests to
StatelessRichlet
mapping handlers - DispatcherRichletFilter() - Constructor for class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- distinct() - Method in class org.zkoss.zel.impl.stream.Stream
- Div - Class in org.zkoss.zhtml
-
The DIV tag.
- Div - Class in org.zkoss.zul
-
The same as HTML DIV tag.
- Div() - Constructor for class org.zkoss.zhtml.Div
- Div() - Constructor for class org.zkoss.zul.Div
- DIV0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- DIV1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- divide(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- divide(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- DivisionSizeData - Class in org.zkoss.stateless.action.data
-
Represents an event that indicates two inner size of
ISplitlayout
. - DivisionSizeData() - Constructor for class org.zkoss.stateless.action.data.DivisionSizeData
- DivisionSizeEvent - Class in org.zkoss.zkmax.zul.event
-
Represents an event that indicates two inner size of splitlayout.
- DivisionSizeEvent(String, Component, boolean, int[]) - Constructor for class org.zkoss.zkmax.zul.event.DivisionSizeEvent
- Dl - Class in org.zkoss.zhtml
-
The DL tag.
- Dl() - Constructor for class org.zkoss.zhtml.Dl
- doAfterCompose(Component) - Method in interface org.zkoss.stateless.ui.StatelessComposer
-
Marks as final implementation for subclass; Instead, implements
IComponentBuilder.build(BuildContext)
for building an immutables components tree to the given view if any. - doAfterCompose(Page) - Method in class org.zkoss.zk.ui.util.GenericInitiator
-
It is used only for backward compatibility.
- doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.Composition
- doAfterCompose(Page, Component[]) - Method in class org.zkoss.zk.ui.util.GenericInitiator
- doAfterCompose(Page, Component[]) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
-
Called after all components are created (a.k.a., composed), and before any event is processed.
- doAfterCompose(T) - Method in class org.zkoss.bind.BindComposer
- doAfterCompose(T) - Method in class org.zkoss.clientbind.ClientBindComposer
- doAfterCompose(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
- doAfterCompose(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- doAfterCompose(T) - Method in interface org.zkoss.zk.ui.util.Composer
-
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
- doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Auto wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
- doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
-
Registers onXxx events to the supervised component; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
- doAfterCompose(T) - Method in class org.zkoss.zk.ui.util.GenericForwardComposer
-
Auto forward events and wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
- doAnchorPos(RequestData) - Method in class org.zkoss.stateless.state.IListboxController
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.bind.BindComposer
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.clientbind.ClientBindComposer
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.MultiComposer
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- doBeforeCompose(Page, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.util.ComposerExt
-
Invokes before composing a component.
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.util.GenericComposer
- doBeforeComposeChildren(Component) - Method in class org.zkoss.bind.BindComposer
- doBeforeComposeChildren(T) - Method in class org.zkoss.clientbind.ClientBindComposer
- doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.impl.MultiComposer
- doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- doBeforeComposeChildren(T) - Method in interface org.zkoss.zk.ui.util.ComposerExt
-
Invokes after the component is instantiated and initialized, but before composing any child.
- doBeforeComposeChildren(T) - Method in class org.zkoss.zk.ui.util.GenericComposer
- doBeforeComposeChildren0(T, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- doCatch(Throwable) - Method in class org.zkoss.bind.BindComposer
- doCatch(Throwable) - Method in class org.zkoss.clientbind.ClientBindComposer
- doCatch(Throwable) - Method in class org.zkoss.zk.ui.impl.MultiComposer
- doCatch(Throwable) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.ComposerExt
-
Called when an exception occurs when composing the component.
- doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.Composition
- doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericComposer
- doCatch(Throwable) - Method in class org.zkoss.zk.ui.util.GenericInitiator
-
Does nothing but returns false so the exception will be thrown.
- doCatch(Throwable) - Method in interface org.zkoss.zk.ui.util.InitiatorExt
-
Called when an exception occurs during the evaluation of the page.
- doCatch(Throwable) - Method in interface org.zkoss.zul.RendererCtrl
-
Called if any exception occurs when rendering items.
- docheck0() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- doCheckTrackingMap(ClientBindComposer) - Method in class org.zkoss.clientbind.ParamCallEx
- doConvertCoerceToBean(Object, Component, String, Map<String, Object>) - Method in class org.zkoss.clientbind.ClientBindComposer
- DocType - Class in org.zkoss.idom
-
The iDOM DocType.
- DocType() - Constructor for class org.zkoss.idom.DocType
-
Constructor.
- DocType(String) - Constructor for class org.zkoss.idom.DocType
-
Constructor.
- DocType(String, String) - Constructor for class org.zkoss.idom.DocType
-
Constructor.
- DocType(String, String, String) - Constructor for class org.zkoss.idom.DocType
-
Constructor.
- document - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
-
The content of the resource.
- Document - Class in org.zkoss.idom
-
Represents Document which is also W3C/DOM's document, i.e., org.w3c.dom.Document.
- Document() - Constructor for class org.zkoss.idom.Document
-
Constructor.
- Document(Element) - Constructor for class org.zkoss.idom.Document
-
Constructor.
- Document(Element, DocType) - Constructor for class org.zkoss.idom.Document
-
Constructor.
- Document.ChildArray - Class in org.zkoss.idom
- doDataChange(ListDataEvent) - Method in class org.zkoss.stateless.state.ITabboxController
- doDataChange(Tabbox, ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
- doDataChange(Tabbox, ListDataEvent) - Method in interface org.zkoss.zul.impl.TabboxEngine
- doDebug(String) - Method in class org.zkoss.fsm.StateMachine
-
Manually send a debug message
- doEmbedded() - Method in class org.zkoss.zul.Window
-
Makes this window as embedded with other components (Default).
- doExecute(Component, String, Map<String, Object>, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- doFilter(HttpServletRequest, HttpServletResponse) - Method in interface org.zkoss.web.util.resource.FilterChain
- doFilter(HttpServletRequest, HttpServletResponse, String, FilterChain) - Method in interface org.zkoss.web.util.resource.Filter
-
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.web.servlet.CharsetFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zk.ui.http.RichletFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.zkoss.zkmax.au.websocket.WebSocketFilter
- doFinally() - Method in class org.zkoss.bind.BindComposer
- doFinally() - Method in class org.zkoss.clientbind.ClientBindComposer
- doFinally() - Method in class org.zkoss.zk.ui.impl.MultiComposer
- doFinally() - Method in class org.zkoss.zk.ui.select.SelectorComposer
- doFinally() - Method in interface org.zkoss.zk.ui.util.ComposerExt
-
Called after the component has been composed completely.
- doFinally() - Method in class org.zkoss.zk.ui.util.Composition
- doFinally() - Method in class org.zkoss.zk.ui.util.GenericComposer
- doFinally() - Method in class org.zkoss.zk.ui.util.GenericInitiator
- doFinally() - Method in interface org.zkoss.zk.ui.util.InitiatorExt
-
Do the cleanup after the page has been evaluated.
- doFinally() - Method in interface org.zkoss.zul.RendererCtrl
-
Invoked after all rendering are done successfully or an exception occurs.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.ui.http.EmbeddedServlet
- doGroupsDataChange(GroupsDataEvent) - Method in interface org.zkoss.zul.impl.DataLoader
-
Handle event when GroupsDataEvent is fired from owner component.
- doGroupsDataChange(GroupsDataEvent) - Method in class org.zkoss.zul.impl.GridDataLoader
- doGroupsDataChange(GroupsDataEvent) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
updates the status of the changed group.
- doHighlighted() - Method in class org.zkoss.zul.Window
-
Makes this window as highlighted.
- doInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a list of all
Initiator
and invokes itsInitiator.doInit(org.zkoss.zk.ui.Page, java.util.Map<java.lang.String, java.lang.Object>)
before returning. - doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.impl.ZScriptInitiator
- doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.Composition
- doInit(Page, Map<String, Object>) - Method in class org.zkoss.zk.ui.util.GenericInitiator
- doInit(Page, Map<String, Object>) - Method in interface org.zkoss.zk.ui.util.Initiator
-
Does the initializes before the page is evaluated.
- doInitRenderer(Tabbox) - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
- doInitRenderer(Tabbox) - Method in interface org.zkoss.zul.impl.TabboxEngine
- doListDataChange(ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- doListDataChange(ListDataEvent) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- doListDataChange(ListDataEvent) - Method in interface org.zkoss.zul.impl.DataLoader
-
Handle event when ListDataEvent is fired from owner component.
- doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.GridDataLoader
- doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.ListboxDataLoader
- doLoadAfter(Component, String, BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- doLoadBefore(Component, String, BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- DOMException - Exception in org.zkoss.idom
-
Denotes an operation is not supported.
- DOMException(short) - Constructor for exception org.zkoss.idom.DOMException
- DOMException(short, String) - Constructor for exception org.zkoss.idom.DOMException
- DOMException(short, String, Locator) - Constructor for exception org.zkoss.idom.DOMException
- DOMException(short, Locator) - Constructor for exception org.zkoss.idom.DOMException
- DOMExceptionData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by DOMException at client.
- DOMExceptionData() - Constructor for class org.zkoss.stateless.action.data.DOMExceptionData
- DOMExceptionEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by DOMException at client.
- DOMExceptionEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.DOMExceptionEvent
- DOMImplementation - Class in org.zkoss.idom.impl
-
The iDOM's implementation of DOMImplementation.
- DOMImplementation() - Constructor for class org.zkoss.idom.impl.DOMImplementation
- doModal() - Method in class org.zkoss.zul.Window
-
Makes this window as a modal dialog.
- Done() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reset buffer when finished.
- doOverlapped() - Method in class org.zkoss.zul.Window
-
Makes this window as overlapped with other components.
- doPaging(PagingData) - Method in class org.zkoss.stateless.state.IListboxController
- doPopup() - Method in class org.zkoss.zul.Window
-
Makes this window as popup, which is overlapped with other component and auto-hidden when user clicks outside of the window.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
- doPostPhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- doPrePhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- doReject(IN) - Method in class org.zkoss.fsm.StateMachine
-
Reject a character
- doResume() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Resumes this thread and returns only if the execution (being suspended by
EventProcessingThreadImpl.doSuspend(java.lang.Object)
) completes. - doSaveAfter(Component, String, Event, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- doSaveBefore(Component, String, Event, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- doScrollPos(RequestData) - Method in class org.zkoss.stateless.state.IListboxController
- doSelect(RequestData) - Method in class org.zkoss.stateless.state.IListboxController
- doSort(SortData) - Method in class org.zkoss.stateless.state.IListboxController
- doSuspend(Object) - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Suspends the current thread and Waits until
EventProcessingThreadImpl.doResume()
is called. - DOT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- doTopPad(RequestData) - Method in class org.zkoss.stateless.state.IListboxController
- doTry() - Method in interface org.zkoss.zul.RendererCtrl
-
Called before rendering any item.
- DotSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
- DOUBLE - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
- DOUBLE_QUOTE - org.zkoss.zk.ui.select.impl.Token.Type
- Doublebox - Class in org.zkoss.zul
-
An edit box for holding an float point value (double).
- Doublebox() - Constructor for class org.zkoss.zul.Doublebox
- Doublebox(double) - Constructor for class org.zkoss.zul.Doublebox
- Doublebox(Double) - Constructor for class org.zkoss.zul.Doublebox
- DoubleDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- Doublespinner - Class in org.zkoss.zul
-
An edit box for holding a constrained double.
- Doublespinner() - Constructor for class org.zkoss.zul.Doublespinner
- Doublespinner(double) - Constructor for class org.zkoss.zul.Doublespinner
- DOUBLESPINNER_ANGLE_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- DOUBLESPINNER_ANGLE_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- doubleValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in double.
- doubleValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in double.
- doubleValue() - Method in class org.zkoss.zul.Doublespinner
-
Returns the value in double.
- doValidate(Map<String, Object>, Map<String, Object>, Object, Component, String, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- doValidate(Component, String, Event, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- doValidate(Component, SaveFormBinding, boolean) - Method in interface org.zkoss.clientbind.ClientBinder
- doValidate(Component, SavePropertyBinding, boolean) - Method in interface org.zkoss.clientbind.ClientBinder
- doView(RenderRequest, RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
- DOWN - Static variable in class org.zkoss.stateless.action.data.KeyData
- DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- DragControl - Interface in org.zkoss.zk.ui.ext
-
Decorates
Component
to denote that the component will control the default drag-and-drop behavior of its children. - drawChart(Object) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
- drawChart(Object) - Method in interface org.zkoss.zul.impl.ChartEngine
-
Draw the chart and render into image format as an byte array.
- Drawer - Class in org.zkoss.zkmax.zul
-
A drawer.
- Drawer() - Constructor for class org.zkoss.zkmax.zul.Drawer
- DRAWER_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- drawText(Graphics2D, Captcha) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- DRIVE_SEPARATOR_CHAR - Static variable in class org.zkoss.io.Files
-
The separator representing the drive in a path.
- DropData - Class in org.zkoss.stateless.action.data
-
Represents an action cause by user's dragging and dropping a component.
- DropData() - Constructor for class org.zkoss.stateless.action.data.DropData
- DropEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's dragging and dropping a component.
- DropEvent(String, Component, Component, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.DropEvent
-
Constructs a drop event.
- droppedTo(GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- droppedToRoot(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- Dropupload - Class in org.zkoss.zkmax.zul
-
A component can handle drag files into it, and upload files to server.
- Dropupload() - Constructor for class org.zkoss.zkmax.zul.Dropupload
- DropuploadNativeConverter - Class in org.zkoss.zkmax.bind.impl
-
converter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)
- DropuploadNativeConverter() - Constructor for class org.zkoss.zkmax.bind.impl.DropuploadNativeConverter
- DSP_ACTION_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ACTION_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ATTRIBUTE_INVALID_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ATTRIBUTE_NOT_FOUND - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ATTRIBUTE_VALUE_QUOTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_ATTRIBUTE_VALUE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_COMMENT_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_EXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_NESTED_ACTION_NOT_ALLOWED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_TAGLIB_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_UNEXPECT_CHARACTER - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_UNKNOWN_ACTION - Static variable in interface org.zkoss.web.mesg.MWeb
- DSP_UNKNOWN_ATTRIBUTE_VALUE - Static variable in interface org.zkoss.web.mesg.MWeb
- DspContext - Interface in org.zkoss.web.servlet.dsp
- DspException - Exception in org.zkoss.web.servlet.dsp
-
Represents a DSP exception.
- DspException() - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int, Object) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int, Object[]) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int, Object[], Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int, Object, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(int, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(String) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(String, Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException(Throwable) - Constructor for exception org.zkoss.web.servlet.dsp.DspException
- DspException.Aide - Class in org.zkoss.web.servlet.dsp
-
Utilities.
- DspExtendlet - Class in org.zkoss.web.util.resource
-
The DSP resource processor (
Extendlet
) used to parse DSP files loaded from the classpath. - DspExtendlet() - Constructor for class org.zkoss.web.util.resource.DspExtendlet
- DspFns - Class in org.zkoss.zk.fn
-
Utilities to generate ZK related information in DSP pages.
- DspFns() - Constructor for class org.zkoss.zk.fn.DspFns
- Dt - Class in org.zkoss.zhtml
-
The DT tag.
- Dt() - Constructor for class org.zkoss.zhtml.Dt
- DualCollection<T> - Class in org.zkoss.util
-
A combination of two collections into a collection.
- DualCollection(Collection<T>, Collection<T>) - Constructor for class org.zkoss.util.DualCollection
-
Constructor.
- DualFunctionMapper - Class in org.zkoss.xel.util
-
Combine two function mappers into one function mapper.
- DualFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class org.zkoss.xel.util.DualFunctionMapper
-
Constructor.
- dummy(Object) - Static method in class org.zkoss.lang.Threads
-
A dummy function that is used to avoid compiler from optimizing statements around it.
- DUMMY - Static variable in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Represents a dummy definition.
- DUMMY_EXPRESSION - Static variable in class org.zkoss.xel.Expressions
-
An dummy expression that does nothing.
- dump() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- dumpLess() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- dumpTree(PrintStream, Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Print a readable tree of the specified group to the specified stream.
- dumpTree(PrintWriter, Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Print a readable tree of the specified group to the specified writer.
- dumpTree(Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Print a readable tree of the specified group to System.out.
- duplicate() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Duplicates the specified component info but retaining the same but virtual parent-child relationship.
- duplicate(Object) - Static method in class org.zkoss.util.ArraysX
-
Duplicates the specified array.
- duplicate(Object, int, int) - Static method in class org.zkoss.util.ArraysX
-
Duplicates the specified array.
- duplicate(T[]) - Static method in class org.zkoss.util.ArraysX
-
Duplicates the specified generic array.
- duplicate(T[], int, int) - Static method in class org.zkoss.util.ArraysX
-
Duplicates the specified generic array.
- DUPLICATE_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
-
Indicates whether it can be ignored by the server when the server receives the same requests consecutively.
- DYNAMIC_READER - Static variable in class org.zkoss.util.media.AMedia
-
Used if you want to implement a media whose reader is created dynamically each time
AMedia.getReaderData()
is called. - DYNAMIC_STREAM - Static variable in class org.zkoss.sound.AAudio
-
Used if you want to implement a media whose input stream is created dynamically each time
AAudio.getStreamData()
is called. - DYNAMIC_STREAM - Static variable in class org.zkoss.util.media.AMedia
-
Used if you want to implement a media whose input stream is created dynamically each time
AMedia.getStreamData()
is called. - DYNAMIC_STREAM - Static variable in class org.zkoss.video.AVideo
-
Used if you want to implement a media whose input stream is created dynamically each time
AVideo.getStreamData()
is called. - DynamicExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
- DynamicMedia - Interface in org.zkoss.zk.ui.ext.render
-
Implemented by the object returned by
ComponentCtrl.getExtraCtrl()
, if a component might have viewable parts other than HTML (WML, XAML or any client language). - DynamicPropertied - Interface in org.zkoss.zk.ui.ext
-
Represents a component that supports a range of properties.
- DynamicPropertiedELResolver - Class in org.zkoss.bind.xel.zel
-
A resolver to resolve value base on BeanELResolver and DynamicPropertied.
- DynamicPropertiedELResolver() - Constructor for class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- DynamicTag - Interface in org.zkoss.zk.ui.ext
-
Represents a component is used to represent a broad range of tags.
E
- EACH_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- EACH_ATTR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- EACH_STATUS_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- EACH_STATUS_VAR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- EACH_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- EACH_VAR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- East - Class in org.zkoss.zul
-
An east region of a border layout.
- East() - Constructor for class org.zkoss.zul.East
- EAST - Static variable in class org.zkoss.zul.Borderlayout
-
The east layout constraint (right side of container).
- eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Eliminates single and double quotations to avoid JavaScript injection.
- ECHO_DATA - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A desktop attribute used to store a map of data associated with the echo event (
Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)
). - echoEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Echos an event.
- echoEvent(String, Component, String) - Static method in class org.zkoss.zk.ui.event.Events
-
Echos an event.
- echoEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Echos an event.
- EL_NOT_TERMINATED - Static variable in interface org.zkoss.web.mesg.MWeb
- ELArithmetic - Class in org.zkoss.zel.impl.lang
-
A helper class of Arithmetic defined by the EL Specification
- ELArithmetic() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic
- ELArithmetic.BigDecimalDelegate - Class in org.zkoss.zel.impl.lang
- ELArithmetic.BigIntegerDelegate - Class in org.zkoss.zel.impl.lang
- ELArithmetic.DoubleDelegate - Class in org.zkoss.zel.impl.lang
- ELArithmetic.LongDelegate - Class in org.zkoss.zel.impl.lang
- ELClass - Class in org.zkoss.zel
- ELClass(Class<?>) - Constructor for class org.zkoss.zel.ELClass
- ELContext - Class in org.zkoss.zel
- ELContext() - Constructor for class org.zkoss.zel.ELContext
- ELContextEvent - Class in org.zkoss.zel
- ELContextEvent(ELContext) - Constructor for class org.zkoss.zel.ELContextEvent
- ELContextListener - Interface in org.zkoss.zel
- element() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Get an operation from queue, doesn't remove it.
- Element - Class in org.zkoss.idom
-
The iDOM element.
- Element() - Constructor for class org.zkoss.idom.Element
-
Constructor.
- Element(String) - Constructor for class org.zkoss.idom.Element
-
Constructor without a namespace (i.e.,
Namespace.NO_NAMESPACE
). - Element(String, String) - Constructor for class org.zkoss.idom.Element
-
Constructor.
- Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
-
Constructor.
- ELEMENT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is an element of a group.
- ELEMENT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
Indicates the data is an element of a group.
- Element.AttrArray - Class in org.zkoss.idom
- Element.AttrMap - Class in org.zkoss.idom
- elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
- ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
- ELException - Exception in org.zkoss.zel
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with no detail message
- ELException(String) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the given cause
- ELFactory - Class in org.zkoss.xel.el
-
An implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
- ELFactory - Class in org.zkoss.xel.zel
-
An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
- ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
- ELFactory() - Constructor for class org.zkoss.xel.zel.ELFactory
- ELManager - Class in org.zkoss.zel
- ELManager() - Constructor for class org.zkoss.zel.ELManager
- ELParser - Class in org.zkoss.zel.impl.parser
- ELParser(InputStream) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor.
- ELParser(ELParserTokenManager) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with generated Token Manager.
- ELParserConstants - Interface in org.zkoss.zel.impl.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in org.zkoss.zel.impl.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in org.zkoss.zel.impl.parser
- ELProcessor - Class in org.zkoss.zel
- ELProcessor() - Constructor for class org.zkoss.zel.ELProcessor
- ELResolver - Class in org.zkoss.zel
- ELResolver() - Constructor for class org.zkoss.zel.ELResolver
- ELSupport - Class in org.zkoss.zel.impl.lang
-
A helper class that implements the EL Specification
- ELSupport() - Constructor for class org.zkoss.zel.impl.lang.ELSupport
- ELXelExpression - Class in org.zkoss.xel.zel
-
An XEL Expression that is based on ZEL ValueExpression.
- ELXelExpression - Class in org.zkoss.zkmax.xel.el
-
A XEL expression that is based on a EL expression.
- ELXelExpression(Expression, String, FunctionMapper, Class) - Constructor for class org.zkoss.zkmax.xel.el.ELXelExpression
- ELXelExpression(ValueExpression) - Constructor for class org.zkoss.xel.zel.ELXelExpression
- ELXelExpression.ValueReferenceImpl - Class in org.zkoss.xel.zel
- Em - Class in org.zkoss.zhtml
-
The EM tag.
- Em() - Constructor for class org.zkoss.zhtml.Em
- EMAIL - org.zkoss.stateless.sul.ITextboxBase.Type
-
Used for textbox that should contain an email.
- Embed - Class in org.zkoss.zhtml
-
The EMBED tag.
- Embed() - Constructor for class org.zkoss.zhtml.Embed
- EMBEDDED - org.zkoss.stateless.sul.IWindow.Mode
-
Embeds the window as normal component.
- EMBEDDED - org.zkoss.zul.Window.Mode
-
Embeds the window as normal component.
- EMBEDDED - Static variable in class org.zkoss.zul.Window
-
Embeds the window as normal component.
- EmbeddedDesktopInit - Class in org.zkoss.zkmax.init
-
A embedded desktop info check
- EmbeddedDesktopInit() - Constructor for class org.zkoss.zkmax.init.EmbeddedDesktopInit
- EmbeddedPageRenderer - Class in org.zkoss.zkmax.zul.impl
-
The page render for embedded ZUL pages.
- EmbeddedPageRenderer(String, String) - Constructor for class org.zkoss.zkmax.zul.impl.EmbeddedPageRenderer
- EmbeddedServlet - Class in org.zkoss.zkmax.ui.http
- EmbeddedServlet() - Constructor for class org.zkoss.zkmax.ui.http.EmbeddedServlet
- EMPTY - Static variable in class org.zkoss.lang.Strings
- EMPTY - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
-
Empty enumeration.
- EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
-
Empty iterator.
- EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
-
An empty function mapper, i.e., it has no function defined at all.
- EMPTY_NAMES - Static variable in interface org.zkoss.bind.paranamer.Paranamer
- EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
-
The empty node list.
- EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
- EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.zul.mesg.MZul
- EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
-
An empty variable resolver, i.e., it has no variable defined at all.
- EmptyCacheMap<K,V> - Class in org.zkoss.util
-
An empty cache map.
- EmptyCacheMap() - Constructor for class org.zkoss.util.EmptyCacheMap
- emptyEnumeration() - Static method in class org.zkoss.util.CollectionsX
-
Returns a generic empty enumeration.
- emptyIterable() - Static method in class org.zkoss.util.CollectionsX
-
Returns an empty iterable object.
- emptyIterator() - Static method in class org.zkoss.util.CollectionsX
-
Returns a generic empty iterator.
- EmptyNamedNodeMap - Class in org.zkoss.idom.impl
-
An empty NamedNodeMap.
- EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
- enable() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Enables this visualizer.
- ENABLE - org.zkoss.stateless.sul.IGrid.Autosort
-
Enables the auto-sort facility.
- ENABLE - org.zkoss.stateless.sul.IListbox.Autosort
-
Enables the auto-sort facility.
- ENABLE - org.zkoss.stateless.sul.ITree.Autosort
-
Enables the auto-sort facility.
- ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identified the state that Component's client update to be enabled
- ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identified the state that Component's client update to be enabled
- ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identified the state that Component's client update to be enabled
- ENABLE_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
- enable_tracing() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Enable tracing.
- enableBindingAnnotation() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- enableBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
- enableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
- enableBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
- enableBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Set to enable the component with binding annotation.
- enableEventThread(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.as of release 10.0.0. (not recommended to use in production)
- enableHistoryState(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether history state handle is enabled.
- enableHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
- enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
-
Sets whether to output the doc type.
- enableServerPush(boolean) - Method in interface org.zkoss.zk.ui.Desktop
-
Enables or disables the server-push feature.
- enableServerPush(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- enableServerPush(boolean, Serializable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- enableServerPush(boolean, Serializable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Enable/Disable serverpush using reference counting, so that multiple enablers can use the same serverpush and deregister whenever they want.
- enableServerPush(ServerPush) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- enableServerPush(ServerPush) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Enables the server-push feature with the specified server-push controller.
- enableSourceMap(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether source map is enabled.
- enableZScript(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether zscript is allowed.
- encode(int) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string, faster and shorter than Long.toHexString.
- encode(long) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string, faster and shorter than Long.toHexString.
- encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Encodes an AWT image into a byte array in a particular format.
- encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
- encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
- encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string buffer, faster and shorter than Integer.toHexString.
- encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string buffer, faster and shorter than Long.toHexString.
- encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
-
Encodes an AWT image into a ZK image.
- encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
-
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
- encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value such that it could be used as XML attribute.
- encodeCharacter(char[], Character) - Static method in class org.zkoss.html.HTMLs
-
Encodes the JavaScript content for XSS vulnerabilities, the implementation is referred from owasp-esapi-java
- encodeHex(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHexString(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeId(StringBuffer, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns an ID representing the specified number The ID consists of 0-9, a-z and _.
- encodeJavaScript(String) - Static method in class org.zkoss.html.HTMLs
-
Encodes the JavaScript content for XSS vulnerabilities, the implementation is referred from owasp-esapi-java
- encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- encodeRedirectURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- encodeRedirectURL(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- encodeRedirectURL(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the encoded URL for send redirect.
- encodeRedirectURL(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
-
Encodes an URL such that it can be used with HttpServletResponse.sendRedirect.
- Encodes - Class in org.zkoss.web.servlet.http
-
Encoding utilities for servlets.
- Encodes() - Constructor for class org.zkoss.web.servlet.http.Encodes
- Encodes.URLEncoder - Interface in org.zkoss.web.servlet.http
-
The URL encoder used to encode URL by including the session ID, and servlet context path.
- encodeText(String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value such that it could be enclosed by an XML element.
- encodeText(StringBuffer, String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value and appends it to a string buffer, such that it could be enclosed by an XML element.
- encodeText(StringBuffer, String, int, int) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value of the specified range, and appends it to a string buffer, such that it could be enclosed by an XML element.
- encodeThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
-
Encodes a URL with theme key injected.
- encodeToURL(String) - Static method in class org.zkoss.zk.ui.Executions
-
Encodes the specified URL into an instance of
URL
. - encodeURI(String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Does the HTTP encoding for the URI location.
- encodeURIComponent(String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Does the HTTP encoding for an URI query parameter.
- encodeUrl(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
Deprecated.
- encodeUrl(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
Deprecated.
- encodeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
-
Encodes a URL.
- encodeURL(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- encodeURL(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Encodes the specified URI.
- encodeURL(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Returns the encoded URL.
- encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
- encodeURL(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- encodeURL(String) - Method in interface org.zkoss.zk.ui.Execution
-
Encodes an URL.
- encodeURL(String) - Static method in class org.zkoss.zk.ui.Executions
-
Encodes the specified URL.
- encodeURL(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- encodeURL(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- encodeURL(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Encodes an URL.
- encodeURL(ServletContext, ServletRequest, ServletResponse, String, Encodes.URLEncoder) - Method in interface org.zkoss.web.servlet.http.Encodes.URLEncoder
-
Encodes the specified URL by including the session ID and the servlet context path, if necessary.
- encodeURL(ServletRequest, ServletResponse, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the encoded URL.
- END - Static variable in class org.zkoss.stateless.action.data.KeyData
- END - Static variable in class org.zkoss.stateless.state.IAudioController
- END - Static variable in class org.zkoss.stateless.state.IVideoController
- END - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- END - Static variable in class org.zkoss.zkmax.zul.Video
-
Represent the end state
- END - Static variable in class org.zkoss.zul.Audio
-
Represent the end state
- END_AFTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the right of the anchor, aligned to the bottom
- END_AFTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the right of the anchor, aligned to the bottom
- END_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- END_BEFORE - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the right of the anchor, aligned to the top
- END_BEFORE - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the right of the anchor, aligned to the top
- END_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- END_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the right of the anchor, aligned to the middle
- END_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the right of the anchor, aligned to the middle
- END_WITH - org.zkoss.zk.ui.select.impl.Attribute.Operator
- endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
- endColumn - Variable in class org.zkoss.zel.impl.parser.Token
-
The column number of the last character of this Token.
- endDocument() - Method in class org.zkoss.idom.input.SAXHandler
- endDTD() - Method in class org.zkoss.idom.input.SAXHandler
- endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
- endLine - Variable in class org.zkoss.zel.impl.parser.Token
-
The line number of the last character of this Token.
- endModal(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Called only internally.
- endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the last millisecond date of the specified date and TimeZone.
- endOfMonth() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this month.
- endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
- endOfYear() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this year.
- endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
- endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
- endsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Tests if this string ends with the specified suffix.
- endUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- endUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Executes posted events, deactivate and ends the asynchronous update.
- enterLambdaScope(Map<String, Object>) - Method in class org.zkoss.zel.ELContext
-
Called when starting to evaluate a lambda expression so that the arguments are available to the EL context during evaluation.
- enterLambdaScope(Map<String, Object>) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- EntityReference - Class in org.zkoss.idom
-
The iDOM entity reference.
- EntityReference() - Constructor for class org.zkoss.idom.EntityReference
-
Constructor.
- EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
-
Constructor.
- EntryIter() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
- entrySet() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- entrySet() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- entrySet() - Method in class org.zkoss.bind.proxy.MapProxy
- entrySet() - Method in class org.zkoss.util.CacheMap
- entrySet() - Method in class org.zkoss.util.EmptyCacheMap
- entrySet() - Method in class org.zkoss.util.FilterMap
- entrySet() - Method in class org.zkoss.web.servlet.xel.AttributesMap
- entrySet() - Method in class org.zkoss.web.servlet.xel.ParameterMap
- entrySet() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- entrySet() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- entrySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns an empty set, no matter any variable is defined.
- entrySet() - Method in class org.zkoss.zul.ListModelMap
- EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
- EOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
End of File.
- eol - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
The end of line string for this machine.
- EQ0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- EQUAL - org.zkoss.zk.ui.select.impl.Attribute.Operator
- EqualBeansMap() - Constructor for class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- EqualBeansMapEx() - Constructor for class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
- Equality() - Method in class org.zkoss.zel.impl.parser.ELParser
- equals(Object) - Method in class org.zkoss.bind.impl.BindingKey
- equals(Object) - Method in class org.zkoss.bind.impl.PropertyImpl
- equals(Object) - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- equals(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- equals(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- equals(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- equals(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- equals(Object) - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
- equals(Object) - Method in class org.zkoss.html.JavaScript
- equals(Object) - Method in class org.zkoss.html.StyleSheet
- equals(Object) - Method in class org.zkoss.idom.impl.AbstractItem
-
Overriding this method is prohibited.
- equals(Object) - Method in class org.zkoss.idom.Namespace
-
Note: equals() is based on URI only.
- equals(Object) - Method in class org.zkoss.json.JavaScriptValue
- equals(Object) - Method in class org.zkoss.lang.MutableInteger
- equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
- equals(Object) - Method in class org.zkoss.stateless.ui.Self
- equals(Object) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- equals(Object) - Method in class org.zkoss.stateless.util.BidirectionalMap
- equals(Object) - Method in class org.zkoss.util.CacheMap
- equals(Object) - Method in class org.zkoss.util.FastReadArray
- equals(Object) - Method in class org.zkoss.util.FilterMap
- equals(Object) - Method in class org.zkoss.util.Maps.SerializableEntry
- equals(Object) - Method in class org.zkoss.util.Pair
- equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
- equals(Object) - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
- equals(Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
- equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- equals(Object) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- equals(Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- equals(Object) - Method in class org.zkoss.web.util.resource.ServletContextLocator
- equals(Object) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
- equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
- equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
- equals(Object) - Method in class org.zkoss.zel.Expression
- equals(Object) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression
. - equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- equals(Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- equals(Object) - Method in class org.zkoss.zk.au.AuRequest
- equals(Object) - Method in class org.zkoss.zk.au.AuResponse
- equals(Object) - Method in class org.zkoss.zk.ui.Path
- equals(Object) - Method in class org.zkoss.zk.xel.ExValue
- equals(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- equals(Object) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
- equals(Object) - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
- equals(Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- equals(Object) - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
- equals(Object) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- equals(Object) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
- equals(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
- equals(Object) - Method in class org.zkoss.zul.ArrayComparator
- equals(Object) - Method in class org.zkoss.zul.FieldComparator
- equals(Object) - Method in class org.zkoss.zul.GroupsModelArray
- equals(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
- equals(Object) - Method in class org.zkoss.zul.ListitemComparator
- equals(Object) - Method in class org.zkoss.zul.ListModelArray
- equals(Object) - Method in class org.zkoss.zul.ListModelList
- equals(Object) - Method in class org.zkoss.zul.ListModelMap
- equals(Object) - Method in class org.zkoss.zul.ListModelSet
- equals(Object) - Method in class org.zkoss.zul.RowComparator
- equals(Object) - Method in class org.zkoss.zul.TreeitemComparator
- equals(Object) - Method in class org.zkoss.zul.WaferMapModel.IntPair
- equals(Object, Object) - Static method in class org.zkoss.lang.Objects
-
Tests whether two objects are equals.
- equals(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Compare two objects for equality, after coercing to the same type if appropriate.
- equals(ValueExpressionLiteral) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
-
Tests whether two namespace are the same in both prefix and namespace URI.
- error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
- ERROR - Static variable in class org.zkoss.zul.Messagebox
-
A symbol consisting of a white X in a circle with a red background.
- ERROR_EXCEPTION - Static variable in class org.zkoss.web.Attributes
-
The attribute to hold the exception, if any.
- ERROR_UNEXPECTED_CHAR - Static variable in exception org.zkoss.json.parser.ParseException
- ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.zkoss.json.parser.ParseException
- ERROR_UNEXPECTED_TOKEN - Static variable in exception org.zkoss.json.parser.ParseException
- ErrorData - Class in org.zkoss.stateless.action.data
-
Represents an action cause by user's entering a wrong data or clearing the last wrong data.
- ErrorData() - Constructor for class org.zkoss.stateless.action.data.ErrorData
- ErrorEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's entering a wrong data or clearing the last wrong data.
- ErrorEvent(String, Component, String, Object, String) - Constructor for class org.zkoss.zk.ui.event.ErrorEvent
-
Constructs an error-relevant event.
- ErrorMessageConverter - Class in org.zkoss.bind.converter.sys
-
A internal converter that shows a error message on any component.
- ErrorMessageConverter() - Constructor for class org.zkoss.bind.converter.sys.ErrorMessageConverter
- escape(StringBuffer, CharSequence, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a. quote) the special characters with backslash and appends it the specified string buffer.
- escape(StringBuilder, CharSequence, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a. quote) the special characters with backslash and appends it the specified string buffer.
- escape(String, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a, quote) the special characters with backslash.
- ESCAPE_JAVASCRIPT - Static variable in class org.zkoss.lang.Strings
-
Used with
Strings.escape(java.lang.String, java.lang.String)
to escape a string in JavaScript. - escapeJavaScript(String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a. quote) the special characters with backslash.
- escapeXML(char) - Static method in class org.zkoss.xml.XMLs
-
Escapes a character into a string if it is a special XML character, returns null if not a special character.
- escapeXML(String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a string that special characters are quoted to be compatible with HTML/XML.
- eval(String) - Method in class org.zkoss.zel.ELProcessor
- eval(BindEvaluatorX, Component, String, Class<T>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- eval(BindEvaluatorX, Component, String, Class<T>, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- evalArgs(BindEvaluatorX, Component, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- evalArgs(BindEvaluatorX, Component, Map<String, Object>, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- evalCSSFlex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Get whether css flex is enabled or not
- evalCSSFlex() - Method in class org.zkoss.zkmax.zul.GoldenPanel
- evalCSSFlex() - Method in class org.zkoss.zkmax.zul.Tablechildren
- evalCSSFlex() - Method in class org.zkoss.zkmax.zul.Tablelayout
- evalCSSFlex() - Method in class org.zkoss.zul.Box
- evalCSSFlex() - Method in class org.zkoss.zul.Cell
- evalCSSFlex() - Method in class org.zkoss.zul.impl.HeaderElement
- evalCSSFlex() - Method in class org.zkoss.zul.impl.HeadersElement
- evalCSSFlex() - Method in class org.zkoss.zul.impl.MeshElement
- evalExpression(Component, String) - Method in class org.zkoss.clientbind.ClientBindComposer
- evalJavaScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Asks the browser to evaluate the specified JavaScript.
- evalProperties(Map<String, Object>, Page, Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Evaluates and retrieves properties to the specified map.
- evalProperties(Map<String, Object>, Page, Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- evalProperties(Map<String, Object>, Page, Component, boolean) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Evaluates and retrieves properties to the specified map from
ComponentDefinition
(andComponentInfo
). - evaluate(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
-
Evaluates an expression that was previously prepared.
- evaluate(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
- evaluate(XelContext) - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
- evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
- evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
- evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
- evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
- evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
- evaluate(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
- evaluate(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
-
Evaluates an expression.
- evaluate(XelContext, String, Class<?>) - Static method in class org.zkoss.xel.Expressions
-
Evaluates an expression.
- evaluate(Component, String, Class) - Static method in class org.zkoss.zk.ui.Executions
-
Evaluates the specified expression by use of the current context (
Executions.getCurrent()
). - evaluate(Component, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
-
Evaluates the specified expression with ${link #getVariableResolver} and
Page.getFunctionMapper()
of the page of the specified component. - evaluate(Component, String, Class<?>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- evaluate(Component, Expression) - Method in class org.zkoss.clientbind.ClientBinderResolver
- evaluate(Component, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
-
Evaluates the expression.
- evaluate(Component, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
- evaluate(Page, String, Class) - Static method in class org.zkoss.zk.ui.Executions
-
Evaluates the specified expression with the resolver of the current execution (
Executions.getCurrent()
). - evaluate(Page, String, Class<?>) - Method in interface org.zkoss.zk.ui.Execution
-
Evaluates the specified expression with ${link #getVariableResolver} and
Page.getFunctionMapper()
of the specified page. - evaluate(Page, String, Class<?>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- evaluate(Page, Expression) - Method in class org.zkoss.clientbind.ClientBinderResolver
- evaluate(Page, Expression) - Method in interface org.zkoss.zk.xel.Evaluator
-
Evaluates the expression.
- evaluate(Page, Expression) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
- evaluate(Evaluator, Component, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
-
Evaluates the specified expression (which might or might not contain ${ or #{).
- evaluate(Evaluator, Page, String, Class<?>) - Static method in class org.zkoss.zk.xel.Evaluators
-
Evaluates the specified expression (which might or might not contain ${ or #{}).
- evaluateComposite(Evaluator, Component, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
-
Evaluates the composite expression parsed by
Utils.parseComposite(java.lang.String, java.lang.Class, int)
against a component. - evaluateComposite(Evaluator, Page, Object) - Static method in class org.zkoss.zk.xel.impl.Utils
-
Evaluates the composite expression parsed by
Utils.parseComposite(java.lang.String, java.lang.Class, int)
against a page. - evaluateTemplate(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- evaluateTemplate(Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- evaluateTemplate(Component, Object, int, int, String) - Method in class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
- EvaluationContext - Class in org.zkoss.zel.impl.lang
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.zkoss.zel.impl.lang.EvaluationContext
- EvaluationListener - Class in org.zkoss.zel
- EvaluationListener() - Constructor for class org.zkoss.zel.EvaluationListener
- Evaluator - Interface in org.zkoss.zk.xel
-
A ZK specific expression builder that is based on XEL.
- EvaluatorRef - Interface in org.zkoss.zk.xel
-
A reference to
Evaluator
. - Evaluators - Class in org.zkoss.xel.util
-
It maps a name with an evaluator implementation.
- Evaluators - Class in org.zkoss.zk.xel
-
Utilities of evaluation.
- Evaluators() - Constructor for class org.zkoss.zk.xel.Evaluators
- event - Variable in enum org.zkoss.zul.Messagebox.Button
-
The event name associated with this button type.
- Event - Class in org.zkoss.zk.ui.event
-
An event sent to the event handler of a component.
- Event(String) - Constructor for class org.zkoss.zk.ui.event.Event
-
Constructs a simple event without target.
- Event(String, Component) - Constructor for class org.zkoss.zk.ui.event.Event
-
Constructs a simple event.
- Event(String, Component, Object) - Constructor for class org.zkoss.zk.ui.event.Event
-
Constructs a simple event.
- eventComplete(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when the processing of the given event completes.
- EventHandler - Class in org.zkoss.zk.ui.metainfo
-
An event handler of a component definition (
ComponentDefinition
). - EventHandler(ZScript) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
- EventHandler(EvaluatorRef, ZScript, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.EventHandler
- EventHandlerMap - Class in org.zkoss.zk.ui.metainfo
-
A map of instances of
EventHandler
. - EventHandlerMap() - Constructor for class org.zkoss.zk.ui.metainfo.EventHandlerMap
- EventInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- EventInfo(Component, String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.EventInfo
- EventInterceptor - Interface in org.zkoss.zk.ui.util
-
The event interceptor used to intercept the processing of events.
- EventInterceptors - Class in org.zkoss.zk.ui.impl
-
Utilities used to handle
EventInterceptor
. - EventInterceptors() - Constructor for class org.zkoss.zk.ui.impl.EventInterceptors
- EventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
-
An event listener that will be notified when an event occurs, if it is registered to
Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>)
. - EventListenerMap - Interface in org.zkoss.zk.ui.sys
-
Represents a map of event handlers and listeners.
- EventListenerMapCtrl - Interface in org.zkoss.zk.ui.sys
-
An addition interface to
EventListenerMap
that is used for implementation or tools. - eventName() - Method in annotation type org.zkoss.zkmax.ui.select.annotation.Subscribe
-
Event name
- EventProcessingThread - Interface in org.zkoss.zk.ui.sys
-
Represents an event processing thread.
- EventProcessingThreadImpl - Class in org.zkoss.zk.ui.impl
-
Thread to handle events.
- EventProcessingThreadImpl() - Constructor for class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- EventProcessor - Class in org.zkoss.zk.ui.impl
-
A utility class that simplify the implementation of
EventProcessingThread
. - EventProcessor(Desktop, Component, Event) - Constructor for class org.zkoss.zk.ui.impl.EventProcessor
- EventQueue<T extends Event> - Interface in org.zkoss.zk.ui.event
-
An event queue.
- EventQueueProvider - Interface in org.zkoss.zk.ui.event.impl
-
Used to instantiate an event queue.
- EventQueueProviderImpl - Class in org.zkoss.zk.ui.event.impl
-
A simple implementation of
EventQueueProvider
. - EventQueueProviderImpl - Class in org.zkoss.zkmax.ui.event.impl
-
Enhance the default implementation to support
EventQueues.GROUP
. - EventQueueProviderImpl() - Constructor for class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- EventQueueProviderImpl() - Constructor for class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
- EventQueues - Class in org.zkoss.zk.ui.event
-
Utilities to access the event queue.
- EventQueues() - Constructor for class org.zkoss.zk.ui.event.EventQueues
- eventResume(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when the processing of the given event resumes.
- Events - Class in org.zkoss.zk.ui.event
-
Utilities to handle events.
- Events - Class in org.zkoss.zkex.ui.event
-
Utilities to access events for ZkEx.
- Events - Class in org.zkoss.zkmax.ui.event
-
Utilities to access events for ZkMax.
- Events() - Constructor for class org.zkoss.zkex.ui.event.Events
- Events() - Constructor for class org.zkoss.zkmax.ui.event.Events
- eventStart(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when the processing of the given event starts.
- eventSuspend(Event) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when the processing of the given event suspends.
- EventThreadCleanup - Interface in org.zkoss.zk.ui.event
-
Used to clean the event processing thread.
- EventThreadInit - Interface in org.zkoss.zk.ui.event
-
Used to initialize the event processing thread.
- EventThreadResume - Interface in org.zkoss.zk.ui.event
-
Used to listen after the event processing thread is resumed.
- EventThreadSuspend - Interface in org.zkoss.zk.ui.event
-
Used to listen when the event processing thread is going to suspend.
- Exceptions - Class in org.zkoss.lang
-
Utilities for Exceptions.
- Exceptions() - Constructor for class org.zkoss.lang.Exceptions
- EXCLAMATION - Static variable in class org.zkoss.zul.Messagebox
-
A symbol consisting of an exclamation point in a triangle with a yellow background
- exec(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- exec(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- exec(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- exec(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
- exec(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- exec(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Executes the specified script.
- execNewPage(Execution, PageDefinition, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- execNewPage(Execution, PageDefinition, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Creates components specified in the given page definition.
- execNewPage(Execution, Richlet, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- execNewPage(Execution, Richlet, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Invoke
Richlet.service(org.zkoss.zk.ui.Page)
, when a new page is creates upon visiting a richlet. - execRecover(Execution, FailoverManager) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- execRecover(Execution, FailoverManager) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Executes the recovering.
- execUpdate(Execution, List<AuRequest>, AuWriter) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- execUpdate(Execution, List<AuRequest>, AuWriter) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Executes an asynchronous update to a component (or page).
- execute() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
- execute() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
- execute() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Called to process this aborting reason.
- execute(BindContext) - Method in class org.zkoss.bind.impl.CommandBindingImpl
- execute(BindContext) - Method in interface org.zkoss.bind.sys.CommandBinding
-
Call the command associated with this binding.
- execute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
-
Execute the operation.
TheOperationThread
will activate desktop first, then call this method, and then call deactivate. - EXECUTE - org.zkoss.bind.Phase
-
command execution phase.
- EXECUTE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- EXECUTE_GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- execution - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the current execution.
- Execution - Interface in org.zkoss.zk.ui
-
An execution of a client request (e.g., ServletRequest).
- EXECUTION - org.zkoss.bind.annotation.ContextType
-
The current execution, the type is
Execution
- EXECUTION - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit executionScope
- EXECUTION_PROXY - Static variable in class org.zkoss.zk.ui.Components
-
Execution Proxy
- executionAbort(Execution, Desktop, Throwable) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when the activation of the given execution is aborted.
- executionActivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when an execution is activated.
- ExecutionArgParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- ExecutionCarryOver - Class in org.zkoss.zk.ui.impl
-
A utility to carry over the execution to a server-push thread.
- ExecutionCarryOver(Desktop) - Constructor for class org.zkoss.zk.ui.impl.ExecutionCarryOver
- ExecutionCleanup - Interface in org.zkoss.zk.ui.util
-
Used to clean up an execution.
- ExecutionCtrl - Interface in org.zkoss.zk.ui.sys
-
Additional interface to
Execution
for implementation. - executionDeactivate(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when an activated execution completes and is deactivated.
- ExecutionImpl - Class in org.zkoss.zk.ui.http
-
An
Execution
implementation for HTTP request and response. - ExecutionImpl(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Page) - Constructor for class org.zkoss.zk.ui.http.ExecutionImpl
-
Constructs an execution for the given HTTP request.
- ExecutionInfo - Interface in org.zkoss.bind.sys.debugger
-
the base interface of ExecutionInfo
- ExecutionInfo - Interface in org.zkoss.zk.ui.sys
-
The information about the event being served by the current execution.
- ExecutionInfoBase - Class in org.zkoss.bind.sys.debugger.impl.info
- ExecutionInfoBase(String, String, Component, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- ExecutionInit - Interface in org.zkoss.zk.ui.util
-
Used to initialize an execution when it is created.
- ExecutionMonitor - Interface in org.zkoss.zk.ui.util
-
An application-level listener to know when an execution is activated, deactivated, or waiting for activation.
- ExecutionParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- ExecutionResolver - Class in org.zkoss.zk.xel.impl
-
A variable resolver that is based on the specified execution.
- ExecutionResolver(Execution, VariableResolver) - Constructor for class org.zkoss.zk.xel.impl.ExecutionResolver
-
Constructs a resolver with a parent and a page.
- Executions - Class in org.zkoss.zk.ui
-
Utilities to access
Execution
. - Executions() - Constructor for class org.zkoss.zk.ui.Executions
- ExecutionsCtrl - Class in org.zkoss.zk.ui.sys
-
Additional utilities for
Execution
. - ExecutionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ExecutionsCtrl
- executionWait(Execution, Desktop) - Method in interface org.zkoss.zk.ui.util.ExecutionMonitor
-
Called when an execution fails to activate and then being waiting for activation.
- exists(String) - Static method in class org.zkoss.xel.util.Evaluators
-
Tests whether the evaluator (a.k.a., the expression factory) for the specified evaluator name exists.
- exists(String) - Static method in class org.zkoss.zk.device.Devices
-
Tests whether the device for the specified type exists.
- exists(String) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Tests whether the interpreter for the specified language name exists.
- exists(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Tests if the specified event queue has been created in the current desktop.
- exists(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the specified language exists.
- exists(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Tests if the specified event queue has been created.
- existsByThread(String) - Static method in class org.zkoss.lang.Classes
-
Returns whether the specified class exists for the current thread's context class loader.
- exitLambdaScope() - Method in class org.zkoss.zel.ELContext
-
Called after evaluating a lambda expression to signal that the arguments are no longer required.
- exitLambdaScope() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- ExpandBuff(boolean) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
- Expectable - Interface in org.zkoss.lang
-
A special interface to denote an exception is expectable -- it means the exception is not caused by programming error.
- expectedTokenSequences - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
- EXPONENT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- expression - Variable in class org.zkoss.zel.impl.lang.ExpressionBuilder
- Expression - Class in org.zkoss.zel
- Expression - Interface in org.zkoss.xel
-
Represent a prepared (a.k.a., compiled) expression.
- Expression() - Constructor for class org.zkoss.zel.Expression
- Expression() - Method in class org.zkoss.zel.impl.parser.ELParser
- ExpressionBuilder - Class in org.zkoss.zel.impl.lang
- ExpressionBuilder(String, ELContext) - Constructor for class org.zkoss.zel.impl.lang.ExpressionBuilder
- ExpressionFactory - Class in org.zkoss.zel
- ExpressionFactory - Interface in org.zkoss.xel
-
Used to prepare expressions (
Expression
). - ExpressionFactory() - Constructor for class org.zkoss.zel.ExpressionFactory
- ExpressionFactoryImpl - Class in org.zkoss.zel.impl
- ExpressionFactoryImpl() - Constructor for class org.zkoss.zel.impl.ExpressionFactoryImpl
- ExpressionFragment - Class in org.zkoss.zkmax.xel.util
-
Represents an expression fragment of an expression.
- Expressions - Class in org.zkoss.xel
-
Utilities to use XEL.
- Expressions() - Constructor for class org.zkoss.xel.Expressions
- ExpressionX - Interface in org.zkoss.xel
-
An extension of
Expression
to have more control to handle Expression Language EL 2.2 specs. - expunge() - Method in class org.zkoss.util.CacheMap
-
Enforces to expunge items that exceeds the maximal allowed number or lifetime.
- EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
-
Returns by
CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>)
to denote the searching of the next mapping shall continue. - EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
-
Returns by
CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>)
to denote it shall not be expunged. - EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
-
Returns by
CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>)
to denote the searching of the next mapping shall stop. - EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
-
Returns by
CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>)
to denote it shall be expunged. - ExtendedUtilityHandlerImpl() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
- Extendlet - Interface in org.zkoss.web.util.resource
-
A plugin of
ClassWebResource
to process particular content. - ExtendletConfig - Interface in org.zkoss.web.util.resource
-
The configuration information used to initialize an Extendlet (a.k.a., a resource processor).
- ExtendletContext - Interface in org.zkoss.web.util.resource
-
This interface defines an extended context that
Servlets.getRequestDispatcher(javax.servlet.ServletContext, javax.servlet.ServletRequest, java.lang.String, java.util.Map, int)
will try to resolve. - ExtendletDspContext - Class in org.zkoss.web.servlet.dsp
-
Extendlet-based DSP context.
- ExtendletDspContext(ExtendletContext, HttpServletRequest, HttpServletResponse, String, Writer) - Constructor for class org.zkoss.web.servlet.dsp.ExtendletDspContext
- ExtendletLoader<V> - Class in org.zkoss.web.util.resource
-
A skeletal implementation of the loader used to implement an extendlet.
- ExtendletLoader() - Constructor for class org.zkoss.web.util.resource.ExtendletLoader
- externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- ExtraCtrl() - Constructor for class org.zkoss.zhtml.impl.AbstractTag.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zhtml.Text.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zhtml.Zkhead.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Pdfviewer.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkmax.zul.Chosenbox.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkmax.zul.Cropper.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkmax.zul.Lineitem.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkmax.zul.Video.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Audio.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Combobox.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Datebox.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Grid.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Iframe.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Image.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Listbox.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Listitem.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Row.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Rows.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Selectbox.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zul.Treechildren.ExtraCtrl
- ExValue - Class in org.zkoss.zk.xel
-
Used to represent a string value that might contain an expression.
- ExValue(String, Class) - Constructor for class org.zkoss.zk.xel.ExValue
-
Constructor.
F
- F1 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F1 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F10 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F10 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F11 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F11 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F12 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F12 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F2 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F2 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F3 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F3 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F4 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F4 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F5 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F5 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F6 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F6 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F7 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F7 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F8 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F8 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- F9 - Static variable in class org.zkoss.stateless.action.data.KeyData
- F9 - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- FacadeHttpServletRequest - Class in org.zkoss.zkmax.ui.http
-
A facade request object to avoid holding a recycled request instance.
- FacadeHttpServletRequest(HttpServletRequest) - Constructor for class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- FacadeHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- FacadeInvoker - Class in org.zkoss.lang.reflect
-
The facade invocation handler.
- FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
- FacadeNodeList - Class in org.zkoss.idom.impl
-
The NodeList which is a facade of another java List.
- FacadeNodeList(List) - Constructor for class org.zkoss.idom.impl.FacadeNodeList
-
Constructor.
- FACTORY_CLASS_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
- FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
- FailoverManager - Interface in org.zkoss.zk.ui.sys
-
Represents a class that is able to handle fail-over in the application specific way.
- failToExecute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
-
Notify when 1.any Exception occurs when execute 2.thread is terminate by
OperationThread.terminate()
3.desktop is not longer available - FALSE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- FastReadArray<T> - Class in org.zkoss.util
-
An array of objects that are fast to read but a bit slower to add and remove.
- FastReadArray(Class<?>) - Constructor for class org.zkoss.util.FastReadArray
-
Constructs an array of the specified class.
- FastReadCache<K,V> - Class in org.zkoss.util
-
A
CacheMap
that the possibility to have cache hit is much more than not. - FastReadCache() - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- FastReadCache(int, int) - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- FastReadCache(int, int, short) - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
- FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
-
Used with
ExpressionFactory.isSupported(int)
to know whether the factory supportsFunctionMapperExt.resolveClass(java.lang.String)
- FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
-
Used with
ExpressionFactory.isSupported(int)
to know whether the factory supportsFunctionMapper.resolveFunction(java.lang.String, java.lang.String)
- FETCH_BEAN_DATA_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- field() - Method in annotation type org.zkoss.stateless.annotation.ActionVariable
-
The field name of the
IComponent
. - FieldComparator - Class in org.zkoss.zul
-
Based on the the given field names to compare the field value of the object that is passed in
FieldComparator.compare(java.lang.Object, java.lang.Object)
method. - FieldComparator(String, boolean) - Constructor for class org.zkoss.zul.FieldComparator
-
Compares with the fields per the given "ORDER BY" clause.
- FieldComparator(String, boolean, boolean) - Constructor for class org.zkoss.zul.FieldComparator
-
Compares with the fields per the given "ORDER BY" clause.
- Fields - Class in org.zkoss.lang.reflect
-
Utilities to access fields.
- Fields() - Constructor for class org.zkoss.lang.reflect.Fields
- Fieldset - Class in org.zkoss.zhtml
-
The FIELDSET tag.
- Fieldset() - Constructor for class org.zkoss.zhtml.Fieldset
- Figcaption - Class in org.zkoss.zhtml
-
The FIGCAPTION tag.
- Figcaption() - Constructor for class org.zkoss.zhtml.Figcaption
- Figure - Class in org.zkoss.zhtml
-
The FIGURE tag.
- Figure() - Constructor for class org.zkoss.zhtml.Figure
- file - Variable in class org.zkoss.util.resource.Locators.URLLocation
- FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
- FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
- FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
- FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
- FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
- FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
- FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
- FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
- FileData - Class in org.zkoss.stateless.action.data
-
Represents file data from an action
- FileData(Map) - Constructor for class org.zkoss.stateless.action.data.FileData
- Filedownload - Class in org.zkoss.zhtml
-
File download utilities.
- Filedownload - Class in org.zkoss.zkmax.zul
-
More filedownload utilities, such as resumable filedownload.
- Filedownload - Class in org.zkoss.zul
-
File download utilities.
- Filedownload() - Constructor for class org.zkoss.zhtml.Filedownload
- Filedownload() - Constructor for class org.zkoss.zkmax.zul.Filedownload
- Filedownload() - Constructor for class org.zkoss.zul.Filedownload
- FiledownloadListener - Interface in org.zkoss.zkmax.zul
-
The listener used with
Filedownload.saveResumable(java.io.File, java.lang.String, java.lang.String)
to reject a download if the user tried to resume it in unacceptable situation. - filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
- FileReader - Class in org.zkoss.io
-
Convenience class for reading character files.
- FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the FileDescriptor to read from.
- FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the File instance to read from.
- FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the name of the file to read from.
- Files - Class in org.zkoss.io
-
File related utilities.
- Files() - Constructor for class org.zkoss.io.Files
- Fileupload - Class in org.zkoss.zhtml
-
A fileupload dialog used to let user upload a file.
- Fileupload - Class in org.zkoss.zul
-
A fileupload dialog used to let user upload a file.
- Fileupload() - Constructor for class org.zkoss.zhtml.Fileupload
- Fileupload() - Constructor for class org.zkoss.zul.Fileupload
- Fileupload(String) - Constructor for class org.zkoss.zul.Fileupload
- Fileupload(String, String) - Constructor for class org.zkoss.zul.Fileupload
- FileuploadDlg - Class in org.zkoss.zul.impl
-
Used with
Fileupload
to implement the upload feature. - FileuploadDlg() - Constructor for class org.zkoss.zul.impl.FileuploadDlg
- FileWriter - Class in org.zkoss.io
-
Convenience class for writing character files.
- FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object associated with a file descriptor.
- FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a file name.
- FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
- FillBuff() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
- filter(Object, V) - Method in interface org.zkoss.util.FilterMap.Filter
-
Called to filter a value.
- filter(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- Filter - Interface in org.zkoss.web.util.resource
-
A filter is an object that performs filtering task on a request to
Extendlet
. - FILTER_INCLUDE - Static variable in class org.zkoss.web.util.resource.ClassWebResource
-
Indicates that the filter is applicable if the request is dispatched due to the inclusion.
- FILTER_REQUEST - Static variable in class org.zkoss.web.util.resource.ClassWebResource
-
Indicates that the filter is applicable if the request comes directly from the client.
- FilterChain - Interface in org.zkoss.web.util.resource
-
A
FilterChain
is an object provided by ZK to the developer giving a view into the invocation chain of a filtered request. - FilterConfig - Interface in org.zkoss.web.util.resource
-
A filter configuration object used by a servlet container to pass information to a filter during initialization.
- FilterMap<K,V> - Class in org.zkoss.util
-
A map that allows the value to be evaluated before returning (so called filtering).
- FilterMap(Map<K, V>, FilterMap.Filter<V>) - Constructor for class org.zkoss.util.FilterMap
- FilterMap.Filter<V> - Interface in org.zkoss.util
-
Filters the given value (to evaluate when the value is retrieved).
- filterOutShadows(Component[]) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
Returns the component array filter out shadows if any.
- filterOutShadows(Component, Component[]) - Method in class org.zkoss.bind.impl.AbstractRenderer
- finalize() - Method in class org.zkoss.io.RepeatableReader
- find(Class<? extends IComponent>) - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the first locator that is a descendant of the locator on which it is invoked that matches the specified class.
- find(Class<? extends IComponent>) - Method in class org.zkoss.stateless.ui.Self
- find(String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns a list of Components that match the selector (from the first page of current Desktop).
- find(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns a list of Components that match the selector.
- find(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns a list of Components that match the selector.
- FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
-
Indicates the namespace argument is a prefix rather than URI.
- FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching is based on regular expression (upon the name argument).
- FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
-
Indicates the name argument is a tag name rather than local name.
- FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching is case insensitive.
- FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching looks for all descendants.
- findAttribute(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Finds the attribute from page, request, session to application scope
- findById(IComponent, String) - Static method in class org.zkoss.stateless.ui.ISelectors
-
Returns the icomponent that seeking from the root icomponent to match its id.
- findCause(Throwable, Class<?>) - Static method in class org.zkoss.lang.Exceptions
-
Finds the causes of an exception, ex, to see whether any of them is the given type.
- findChild(Class<? extends IComponent>) - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the first locator that is a direct child of the locator on which it is invoked that matches the specified class.
- findChild(Class<? extends IComponent>) - Method in class org.zkoss.stateless.ui.Self
- findConverter(Component, String) - Method in class org.zkoss.clientbind.ClientBindComposer
- findElement(List, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
- findFirst() - Method in class org.zkoss.zel.impl.stream.Stream
- FINE_NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
-
Represents our fine number precision.
- FINE_NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
-
Represents our fine number scale.
- finish() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
- finish() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
- finish() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Called after all processing is done, and just before deactivating the execution.
- finish() - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Finish the Loadingbar.
- finishUpdate(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- finishUpdate(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Finishes the update and returns the result in an array of JSON object.
- finishUpdate(Object, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- finishUpdate(Object, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Finishes the update and returns the result in an array of JSON object.
- fireChartChange() - Method in class org.zkoss.zul.GanttModel.GanttTask
- fireEvent(int, int[], int, int) - Method in class org.zkoss.zul.AbstractTreeModel
-
Fires a
TreeDataEvent
for all registered listener - fireEvent(int, int[], int, int, int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
Has the same functionality with
AbstractTreeModel.fireEvent(int, int[], int, int)
, while this is used for node removal only - fireEvent(int, int[], int, int, int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
-
Has the same functionality with
AbstractTreeModel.fireEvent(int, int[], int, int)
, while this is used for node removal only - fireEvent(int, int, int) - Method in class org.zkoss.zul.AbstractListModel
-
Fires a
ListDataEvent
for all registered listener (thruAbstractListModel.addListDataListener(org.zkoss.zul.event.ListDataListener)
. - fireEvent(int, int, int, int) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Fires a
GroupsDataEvent
for all registered listener (thruAbstractGroupsModel.addGroupsDataListener(org.zkoss.zul.event.GroupsDataListener)
. - fireEvent(int, Comparable<?>, Comparable<?>, int, int, Object) - Method in class org.zkoss.zul.AbstractChartModel
-
Fires a
ChartDataEvent
for all registered listener (thruAbstractChartModel.addChartDataListener(org.zkoss.zul.event.ChartDataListener)
. - fireEvent(int, String, Object) - Method in class org.zkoss.zul.DialModel
-
Fire the chart data event with the given property key.
- fireEvent(NavigationLevel<T>, NavigationEvent.Type, NavigationNode<T>) - Method in class org.zkoss.zuti.zul.NavigationModel
- fireNotifyChanges(Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- fireNotifyChanges(Binder, Set<Property>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- fireOpenChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
Fires a
TreeDataEvent
for all registered listener when open status has changed. - fireSelectionChanged(int[]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- fireSelectionChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
Fires a
TreeDataEvent
for all registered listener when selection status has changed. - fireSelectionEvent(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Selectable's implementor use only.
- fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractListModel
-
Selectable's implementor use only.
- fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelArray
- fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelList
- fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelSet
- fireSelectionEvent(E) - Method in class org.zkoss.zul.SimpleListModel
- fireSelectionEvent(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
- fireTristateSelectionChanged(int[]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- FIRST - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is the same as the first insertion
- FIRST - Static variable in interface org.zkoss.zul.mesg.MZul
- FIRST_CHILD - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target first child.
- firstChild() - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the first child of the locator on which it is invoked that matches the specified class.
- firstChild() - Method in class org.zkoss.stateless.ui.Self
- firstPage() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Goes to the first page.
- firstPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the first page.
- Fisheye - Class in org.zkoss.zkex.zul
-
A fisheye item.
- Fisheye() - Constructor for class org.zkoss.zkex.zul.Fisheye
- Fisheye(String, String) - Constructor for class org.zkoss.zkex.zul.Fisheye
- Fisheyebar - Class in org.zkoss.zkex.zul
-
A fisheye bar is a bar of
Fisheye
that is a menu similar to the fish eye menu on the Mac OS. - Fisheyebar() - Constructor for class org.zkoss.zkex.zul.Fisheyebar
- FIT_PAGE_HEIGHT - org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
Fits to page height.
- FIT_PAGE_WIDTH - org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
Fits to page width.
- fixConstraint() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- fixConstraint() - Method in class org.zkoss.zul.SimpleDateConstraint
- fixConstraint() - Method in class org.zkoss.zul.SimpleLocalDateConstraint
- fixConstraint() - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- flatMap(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- FLOATING_POINT_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- FloatingPoint() - Method in class org.zkoss.zel.impl.parser.ELParser
- flush() - Method in class org.zkoss.io.NullWriter
- flush() - Method in class org.zkoss.io.WriterOutputStream
- flush() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
- flush(Object, Object, boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Flush the result of responses to client.
- flushBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- flushBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- flushBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
- flushBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
- fnMapper - Variable in class org.zkoss.zel.impl.lang.ExpressionBuilder
- focus() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets focus to this element.
- focus(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Focus the first matching component (HtmlBasedComponent) by using selector Note: The Selector will locate the components in the first page of current Desktop.
- focus(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Focus the component (HtmlBasedComponent)
- FOLDER - org.zkoss.web.theme.StandardTheme.ThemeOrigin
- Foot - Class in org.zkoss.zul
- Foot() - Constructor for class org.zkoss.zul.Foot
- Footer - Class in org.zkoss.zhtml
-
The FOOTER tag.
- Footer - Class in org.zkoss.zul
-
A column of the footer of a grid (
Grid
). - Footer() - Constructor for class org.zkoss.zhtml.Footer
- Footer() - Constructor for class org.zkoss.zul.Footer
- Footer(String) - Constructor for class org.zkoss.zul.Footer
- Footer(String, String) - Constructor for class org.zkoss.zul.Footer
- FooterElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for a footer.
- FooterElement() - Constructor for class org.zkoss.zul.impl.FooterElement
- FooterElement(String) - Constructor for class org.zkoss.zul.impl.FooterElement
- FooterElement(String, String) - Constructor for class org.zkoss.zul.impl.FooterElement
- forcePut(K, V) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- forEach(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- ForEach - Class in org.zkoss.web.servlet.dsp.action
-
Iterators thru a collection/array of items.
- ForEach - Class in org.zkoss.zuti.zul
-
The basic iteration tag, accepting many different collection types and supporting sub-setting and other functionality like JSTL's forEach
- ForEach - Interface in org.zkoss.zk.ui.util
-
Used to denote a collection of elements.
- ForEach() - Constructor for class org.zkoss.web.servlet.dsp.action.ForEach
- ForEach() - Constructor for class org.zkoss.zuti.zul.ForEach
- ForEachConverter - Class in org.zkoss.zuti.zul
-
convert items in ForEach to ArrayList
- ForEachConverter() - Constructor for class org.zkoss.zuti.zul.ForEachConverter
- ForEachDiffer - Class in org.zkoss.zuti.zul.differ
-
A diffing utility for ForEach shadow element to do component tree diffing.
- ForEachImpl - Class in org.zkoss.zk.ui.util
-
An implementation of
ForEach
. - ForEachImpl(EvaluatorRef, Component, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachImpl(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachImpl(EvaluatorRef, Component, ExValue[], ExValue, ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachImpl(EvaluatorRef, Page, String, String, String) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachImpl(EvaluatorRef, Page, ExValue[], ExValue, ExValue, ExValue) - Constructor for class org.zkoss.zk.ui.util.ForEachImpl
-
Constructor.
- ForEachListDataListener - Class in org.zkoss.zuti.zul
-
listen the model data onChange event (support list model in ForEach)
- ForEachListDataListener(ForEach, Component) - Constructor for class org.zkoss.zuti.zul.ForEachListDataListener
- ForEachListModelDataEvent - Class in org.zkoss.zuti.zul
-
serializable event in children binding (support list model in children binding)
- ForEachListModelDataEvent(ListDataEvent) - Constructor for class org.zkoss.zuti.zul.ForEachListModelDataEvent
- ForEachListModelDataEvent(ListModel<?>, int, int, int) - Constructor for class org.zkoss.zuti.zul.ForEachListModelDataEvent
- ForEachRenderer - Class in org.zkoss.zuti.zul
-
Render data in ForEach items
- ForEachRenderer() - Constructor for class org.zkoss.zuti.zul.ForEachRenderer
- ForEachStatus - Interface in org.zkoss.zk.ui.util
-
Represents the runtime information of each iteration caused by
ForEach
. - forFields(Class<?>, Class<A>, Reflections.FieldRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Traverse through all fields with a certain annotation in a class and it super classes.
- Form - Class in org.zkoss.zhtml
-
The FORM tag.
- Form - Interface in org.zkoss.bind
-
Virtual Bean that associated with a form.
- Form() - Constructor for class org.zkoss.zhtml.Form
- FORM - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
- FORM_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- FORM_ATTR - Static variable in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- FORM_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- FORM_ID - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- FORM_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- FORM_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- FORM_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- FORM_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- FORM_METHOD_FILTER - Static variable in class org.zkoss.bind.proxy.FormProxyHandler
- FORM_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- FORM_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- FORM_SAVE_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
-
Formats the specified object into a string.
- format(String) - Method in interface org.zkoss.util.resource.Location
-
Formats the given message by prefixing with the location information.
- format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer and
Locales.getCurrent()
. - format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer.
- format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of
Locales.getCurrent()
. - format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
- format(String, String, String, int, int) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, SourceLocator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, Locator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, Locator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
-
Formats a Date object based on the current Locale and the default date format (
DateFormat.DEFAULT
. - format(Element) - Static method in class org.zkoss.idom.util.IDOMs
-
Formats the specified element for better readability by adding white spaces.
- formatByName(String, Map<String, ?>) - Static method in class org.zkoss.text.MessageFormats
-
Formats a pattern by substituting names with values found in the giving map, by use of
Locales.getCurrent()
. - formatByName(String, Map<String, ?>, Locale) - Static method in class org.zkoss.text.MessageFormats
-
Formats a pattern by substituting names, enclosing with {}, with values found in the giving map.
- formatDate(Date, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a Date into a date/time string.
- formatDate(Date, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a Date into a date/time string.
- FormatedDateConverter - Class in org.zkoss.bind.converter
-
Converter to convert String to Date.
- FormatedDateConverter() - Constructor for class org.zkoss.bind.converter.FormatedDateConverter
- FormatedNumberConverter - Class in org.zkoss.bind.converter
-
Converter to convert String to Number.
- FormatedNumberConverter() - Constructor for class org.zkoss.bind.converter.FormatedNumberConverter
- FormatInputElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for an input box with format.
- FormatInputElement() - Constructor for class org.zkoss.zul.impl.FormatInputElement
- formatLocationMessage(String, Object) - Static method in class org.zkoss.bind.impl.MiscUtil
- formatLocationMessage(String, Location) - Static method in class org.zkoss.bind.impl.MiscUtil
- formatLocationMessage(String, Component) - Static method in class org.zkoss.bind.impl.MiscUtil
- formatLocationMessage(String, Annotation) - Static method in class org.zkoss.bind.impl.MiscUtil
- formatNumber(Object, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a number (Integer, BigDecimal...) into a string.
- formatNumber(Object, String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Formats a number (Integer, BigDecimal...) into a string.
- formatNumber(Object, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a number (Integer, BigDecimal...) into a string.
- formatStackTrace(StringBuffer, Throwable, String) - Static method in class org.zkoss.lang.Exceptions
-
Formats the stack trace and appends it to the specified string buffer.
- formatStackTrace(StringBuffer, Throwable, String, int) - Static method in class org.zkoss.lang.Exceptions
-
Formats the stack trace and appends it to the specified string buffer, but only display at most maxcnt lines.
- formatStackTrace(Throwable, String) - Static method in class org.zkoss.lang.Exceptions
-
Formats the stack trace and returns the result.
- FormattedTemporalConverter<T extends java.time.temporal.TemporalAccessor> - Class in org.zkoss.bind.converter.sys
-
Converter to convert String to Temporal object.
- FormattedTemporalConverter(TemporalQuery<T>) - Constructor for class org.zkoss.bind.converter.sys.FormattedTemporalConverter
-
Construct with a parseTo method.
- FormattedTimeConverter - Class in org.zkoss.bind.converter
-
Converter to convert String to Time (Date Object).
- FormattedTimeConverter() - Constructor for class org.zkoss.bind.converter.FormattedTimeConverter
- FormBeanValidator - Class in org.zkoss.zkmax.bind
- FormBeanValidator() - Constructor for class org.zkoss.zkmax.bind.FormBeanValidator
- FormBinding - Interface in org.zkoss.bind.sys
-
A binding tells how to deal with Load and Save between a form and a bean.
- FormBindingImpl - Class in org.zkoss.bind.impl
-
Base implementation of
FormBinding
. - FormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.FormBindingImpl
- FormELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for
FormLegacy
. - FormELResolver() - Constructor for class org.zkoss.bind.xel.zel.FormELResolver
- forMethods(Class<?>, Class<A>, Reflections.MethodRunner<A>) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Traverse through all methods with a certain annotation in a class, including ones inherited from its super class.
- FormFieldCleaner - Interface in org.zkoss.bind.proxy
-
A helper interface for form filed data to clean up.
- FormImpl - Class in org.zkoss.bind.impl
-
Deprecated.As of release 9.5.0, please use
Form
- FormImpl() - Constructor for class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- FormLegacy - Interface in org.zkoss.bind
-
Deprecated.As of release 9.5.0, please use
Form
- FormLegacyExt - Interface in org.zkoss.bind
-
Deprecated.As of release 9.5.0, please use
Form
- FormProxyHandler<T> - Class in org.zkoss.bind.proxy
-
A form proxy handler
- FormProxyHandler(T) - Constructor for class org.zkoss.bind.proxy.FormProxyHandler
- FormProxyObject - Interface in org.zkoss.bind.proxy
-
The interface implemented by proxy classes.
- FormStatus - Interface in org.zkoss.bind
-
Represents the runtime information of the
Form
- forName(String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
- forNameByThread(String) - Static method in class org.zkoss.lang.Classes
-
Returns the Class object of the specified class name, using the current thread's context class loader and the class will be initialized by default.
- forNameByThread(String) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
Returns the Class object of the specified class name, using the current thread's context class loader.
- forNameByThread(String, boolean) - Static method in class org.zkoss.lang.Classes
-
Returns the Class object of the specified class name, using the current thread's context class loader.
- forNamePrimitive(String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
- forward(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
-
Forwards to another page.
- forward(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- forward(String) - Method in interface org.zkoss.zk.ui.Execution
-
A shortcut of forward(null, page, null, 0).
- forward(String) - Static method in class org.zkoss.zk.ui.Executions
-
A shortcut of Executions.getCurrent().forward(page).
- forward(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- forward(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
- forward(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
-
A shortcut of forward(request, response, uri, null, 0).
- forward(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Forward to the specified URI.
- forward(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
- forward(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
-
Forward to the specified page.
- forward(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
-
Forward to the specified page with parameters.
- FORWARD_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
-
The original context path that forwards this page; set by the servlet container.
- FORWARD_PATH_INFO - Static variable in class org.zkoss.web.Attributes
-
The original servlet path that forwards this page; set by the servlet container.
- FORWARD_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
-
The original servlet path that forwards this page; set by the servlet container.
- FORWARD_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
-
The original request URI that forwards this page; set by the servlet container.
- FORWARD_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
-
The original servlet path that forwards this page; set by the servlet container.
- ForwardEvent - Class in org.zkoss.zk.ui.event
-
Represents the event forwarded by the forward condition.
- ForwardEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
-
Constructs a forward event.
- ForwardEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.ForwardEvent
-
Constructs a forward event.
- ForwardInfo - Class in org.zkoss.zk.ui.metainfo
-
The forward directive in the ZUML page.
- ForwardInfo(String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ForwardInfo
- ForwardingCollection<E> - Class in org.zkoss.zkmax.bind.ext
-
A collection which forwards all its method calls to another collection.
- ForwardingCollection() - Constructor for class org.zkoss.zkmax.bind.ext.ForwardingCollection
- ForwardingMap<K,V> - Class in org.zkoss.zkmax.bind.ext
-
A map which forwards all its method calls to another map.
- ForwardingMap() - Constructor for class org.zkoss.zkmax.bind.ext.ForwardingMap
- Fragment - Class in org.zkoss.zkmax.zul
-
A component that let developers combine native HTML elements with ZK data binding syntax to make the static page to be dynamic.
- Fragment() - Constructor for class org.zkoss.zkmax.zul.Fragment
- Framable - Interface in org.zkoss.zul.ext
-
Indicates a component that can be built-in collapsible, closable, maximizable, and minimizable behavior, along with a variety of pre-built tool buttons that can be wired up to provide other customized behavior.
- FRAME_BG_ALPHA - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- FRAME_BG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- FRAME_BG_COLOR_1 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- FRAME_BG_COLOR_2 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- FRAME_FG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- from() - Method in annotation type org.zkoss.stateless.annotation.Action
-
Finding the queried target(s) of matching the
Action.from()
with the givenAction.type()
to bind to this action. - from(Colorbox) - Static method in interface org.zkoss.stateless.sul.IColorboxCtrl
- from(Columnchildren) - Static method in interface org.zkoss.stateless.sul.IColumnchildrenCtrl
- from(Columnlayout) - Static method in interface org.zkoss.stateless.sul.IColumnlayoutCtrl
- from(Fisheye) - Static method in interface org.zkoss.stateless.sul.IFisheyeCtrl
- from(Fisheyebar) - Static method in interface org.zkoss.stateless.sul.IFisheyebarCtrl
- from(Pdfviewer) - Static method in interface org.zkoss.stateless.sul.IPdfviewerCtrl
- from(Rangeslider) - Static method in interface org.zkoss.stateless.sul.IRangesliderCtrl
- from(Sliderbuttons) - Static method in interface org.zkoss.stateless.sul.ISliderbuttonsCtrl
- from(Anchornav) - Static method in interface org.zkoss.stateless.sul.IAnchornavCtrl
- from(Barcode) - Static method in interface org.zkoss.stateless.sul.IBarcodeCtrl
- from(Barcodescanner) - Static method in interface org.zkoss.stateless.sul.IBarcodescannerCtrl
- from(Biglistbox) - Static method in interface org.zkoss.stateless.sul.IBiglistboxCtrl
- from(Camera) - Static method in interface org.zkoss.stateless.sul.ICameraCtrl
- from(Cardlayout) - Static method in interface org.zkoss.stateless.sul.ICardlayoutCtrl
- from(Cascader) - Static method in interface org.zkoss.stateless.sul.ICascaderCtrl
- from(Chosenbox) - Static method in interface org.zkoss.stateless.sul.IChosenboxCtrl
- from(Coachmark) - Static method in interface org.zkoss.stateless.sul.ICoachmarkCtrl
- from(Cropper) - Static method in interface org.zkoss.stateless.sul.ICropperCtrl
- from(Drawer) - Static method in interface org.zkoss.stateless.sul.IDrawerCtrl
- from(Dropupload) - Static method in interface org.zkoss.stateless.sul.IDropuploadCtrl
- from(GoldenLayout) - Static method in interface org.zkoss.stateless.sul.IGoldenLayoutCtrl
- from(GoldenPanel) - Static method in interface org.zkoss.stateless.sul.IGoldenPanelCtrl
- from(Lineitem) - Static method in interface org.zkoss.stateless.sul.IILineitemCtrl
- from(Lineitem) - Static method in interface org.zkoss.stateless.sul.ILineitemCtrl
- from(Linelayout) - Static method in interface org.zkoss.stateless.sul.ILinelayoutCtrl
- from(Multislider) - Static method in interface org.zkoss.stateless.sul.IMultisliderCtrl
- from(Nav) - Static method in interface org.zkoss.stateless.sul.INavCtrl
- from(Navbar) - Static method in interface org.zkoss.stateless.sul.INavbarCtrl
- from(Navitem) - Static method in interface org.zkoss.stateless.sul.INavitemCtrl
- from(Navseparator) - Static method in interface org.zkoss.stateless.sul.INavseparatorCtrl
- from(Organigram) - Static method in interface org.zkoss.stateless.sul.IOrganigramCtrl
- from(Orgchildren) - Static method in interface org.zkoss.stateless.sul.IOrgchildrenCtrl
- from(Orgitem) - Static method in interface org.zkoss.stateless.sul.IOrgitemCtrl
- from(Orgnode) - Static method in interface org.zkoss.stateless.sul.IOrgnodeCtrl
- from(Portalchildren) - Static method in interface org.zkoss.stateless.sul.IPortalchildrenCtrl
- from(Portallayout) - Static method in interface org.zkoss.stateless.sul.IPortallayoutCtrl
- from(Rowchildren) - Static method in interface org.zkoss.stateless.sul.IRowchildrenCtrl
- from(Rowlayout) - Static method in interface org.zkoss.stateless.sul.IRowlayoutCtrl
- from(Scrollview) - Static method in interface org.zkoss.stateless.sul.IScrollviewCtrl
- from(Searchbox) - Static method in interface org.zkoss.stateless.sul.ISearchboxCtrl
- from(Signature) - Static method in interface org.zkoss.stateless.sul.ISignatureCtrl
- from(Splitlayout) - Static method in interface org.zkoss.stateless.sul.ISplitlayoutCtrl
- from(Step) - Static method in interface org.zkoss.stateless.sul.IStepCtrl
- from(Stepbar) - Static method in interface org.zkoss.stateless.sul.IStepbarCtrl
- from(Tablechildren) - Static method in interface org.zkoss.stateless.sul.ITablechildrenCtrl
- from(Tablelayout) - Static method in interface org.zkoss.stateless.sul.ITablelayoutCtrl
- from(Tbeditor) - Static method in interface org.zkoss.stateless.sul.ITbeditorCtrl
- from(Timepicker) - Static method in interface org.zkoss.stateless.sul.ITimepickerCtrl
- from(Video) - Static method in interface org.zkoss.stateless.sul.IVideoCtrl
- from(A) - Static method in interface org.zkoss.stateless.sul.IACtrl
- from(Absolutechildren) - Static method in interface org.zkoss.stateless.sul.IAbsolutechildrenCtrl
- from(Absolutelayout) - Static method in interface org.zkoss.stateless.sul.IAbsolutelayoutCtrl
- from(Area) - Static method in interface org.zkoss.stateless.sul.IAreaCtrl
- from(Audio) - Static method in interface org.zkoss.stateless.sul.IAudioCtrl
- from(Auxhead) - Static method in interface org.zkoss.stateless.sul.IAuxheadCtrl
- from(Auxheader) - Static method in interface org.zkoss.stateless.sul.IAuxheaderCtrl
- from(Bandbox) - Static method in interface org.zkoss.stateless.sul.IBandboxCtrl
- from(Bandpopup) - Static method in interface org.zkoss.stateless.sul.IBandpopupCtrl
- from(Borderlayout) - Static method in interface org.zkoss.stateless.sul.IBorderlayoutCtrl
- from(Button) - Static method in interface org.zkoss.stateless.sul.IButtonCtrl
- from(Calendar) - Static method in interface org.zkoss.stateless.sul.ICalendarCtrl
- from(Caption) - Static method in interface org.zkoss.stateless.sul.ICaptionCtrl
- from(Cell) - Static method in interface org.zkoss.stateless.sul.ICellCtrl
- from(Center) - Static method in interface org.zkoss.stateless.sul.ICenterCtrl
- from(Checkbox) - Static method in interface org.zkoss.stateless.sul.ICheckboxCtrl
- from(Column) - Static method in interface org.zkoss.stateless.sul.IColumnCtrl
- from(Columns) - Static method in interface org.zkoss.stateless.sul.IColumnsCtrl
- from(Combobox) - Static method in interface org.zkoss.stateless.sul.IComboboxCtrl
- from(Combobutton) - Static method in interface org.zkoss.stateless.sul.ICombobuttonCtrl
- from(Comboitem) - Static method in interface org.zkoss.stateless.sul.IComboitemCtrl
- from(Datebox) - Static method in interface org.zkoss.stateless.sul.IDateboxCtrl
- from(Decimalbox) - Static method in interface org.zkoss.stateless.sul.IDecimalboxCtrl
- from(Detail) - Static method in interface org.zkoss.stateless.sul.IDetailCtrl
- from(Div) - Static method in interface org.zkoss.stateless.sul.IDivCtrl
- from(Doublebox) - Static method in interface org.zkoss.stateless.sul.IDoubleboxCtrl
- from(Doublespinner) - Static method in interface org.zkoss.stateless.sul.IDoublespinnerCtrl
- from(East) - Static method in interface org.zkoss.stateless.sul.IEastCtrl
- from(Fileupload) - Static method in interface org.zkoss.stateless.sul.IFileuploadCtrl
- from(Foot) - Static method in interface org.zkoss.stateless.sul.IFootCtrl
- from(Footer) - Static method in interface org.zkoss.stateless.sul.IFooterCtrl
- from(Frozen) - Static method in interface org.zkoss.stateless.sul.IFrozenCtrl
- from(Grid) - Static method in interface org.zkoss.stateless.sul.IGridCtrl
- from(Group) - Static method in interface org.zkoss.stateless.sul.IGroupCtrl
- from(Groupbox) - Static method in interface org.zkoss.stateless.sul.IGroupboxCtrl
- from(Groupfoot) - Static method in interface org.zkoss.stateless.sul.IGroupfootCtrl
- from(Hlayout) - Static method in interface org.zkoss.stateless.sul.IHlayoutCtrl
- from(Html) - Static method in interface org.zkoss.stateless.sul.IHtmlCtrl
- from(Iframe) - Static method in interface org.zkoss.stateless.sul.IIframeCtrl
- from(Image) - Static method in interface org.zkoss.stateless.sul.IImageCtrl
- from(Imagemap) - Static method in interface org.zkoss.stateless.sul.IImagemapCtrl
- from(Inputgroup) - Static method in interface org.zkoss.stateless.sul.IInputgroupCtrl
- from(Intbox) - Static method in interface org.zkoss.stateless.sul.IIntboxCtrl
- from(Label) - Static method in interface org.zkoss.stateless.sul.ILabelCtrl
- from(Listbox) - Static method in interface org.zkoss.stateless.sul.IListboxCtrl
- from(Listcell) - Static method in interface org.zkoss.stateless.sul.IListcellCtrl
- from(Listfoot) - Static method in interface org.zkoss.stateless.sul.IListfootCtrl
- from(Listfooter) - Static method in interface org.zkoss.stateless.sul.IListfooterCtrl
- from(Listgroup) - Static method in interface org.zkoss.stateless.sul.IListgroupCtrl
- from(Listgroupfoot) - Static method in interface org.zkoss.stateless.sul.IListgroupfootCtrl
- from(Listhead) - Static method in interface org.zkoss.stateless.sul.IListheadCtrl
- from(Listheader) - Static method in interface org.zkoss.stateless.sul.IListheaderCtrl
- from(Listitem) - Static method in interface org.zkoss.stateless.sul.IListitemCtrl
- from(Longbox) - Static method in interface org.zkoss.stateless.sul.ILongboxCtrl
- from(Menu) - Static method in interface org.zkoss.stateless.sul.IMenuCtrl
- from(Menubar) - Static method in interface org.zkoss.stateless.sul.IMenubarCtrl
- from(Menuitem) - Static method in interface org.zkoss.stateless.sul.IMenuitemCtrl
- from(Menupopup) - Static method in interface org.zkoss.stateless.sul.IMenupopupCtrl
- from(Menuseparator) - Static method in interface org.zkoss.stateless.sul.IMenuseparatorCtrl
- from(North) - Static method in interface org.zkoss.stateless.sul.INorthCtrl
- from(Paging) - Static method in interface org.zkoss.stateless.sul.IPagingCtrl
- from(Panel) - Static method in interface org.zkoss.stateless.sul.IPanelCtrl
- from(Panelchildren) - Static method in interface org.zkoss.stateless.sul.IPanelchildrenCtrl
- from(Popup) - Static method in interface org.zkoss.stateless.sul.IPopupCtrl
- from(Progressmeter) - Static method in interface org.zkoss.stateless.sul.IProgressmeterCtrl
- from(Radio) - Static method in interface org.zkoss.stateless.sul.IRadioCtrl
- from(Radiogroup) - Static method in interface org.zkoss.stateless.sul.IRadiogroupCtrl
- from(Rating) - Static method in interface org.zkoss.stateless.sul.IRatingCtrl
- from(Row) - Static method in interface org.zkoss.stateless.sul.IRowCtrl
- from(Rows) - Static method in interface org.zkoss.stateless.sul.IRowsCtrl
- from(Script) - Static method in interface org.zkoss.stateless.sul.IScriptCtrl
- from(Selectbox) - Static method in interface org.zkoss.stateless.sul.ISelectboxCtrl
- from(Separator) - Static method in interface org.zkoss.stateless.sul.ISeparatorCtrl
- from(Slider) - Static method in interface org.zkoss.stateless.sul.ISliderCtrl
- from(South) - Static method in interface org.zkoss.stateless.sul.ISouthCtrl
- from(Space) - Static method in interface org.zkoss.stateless.sul.ISpaceCtrl
- from(Span) - Static method in interface org.zkoss.stateless.sul.ISpanCtrl
- from(Spinner) - Static method in interface org.zkoss.stateless.sul.ISpinnerCtrl
- from(Style) - Static method in interface org.zkoss.stateless.sul.IStyleCtrl
- from(Tab) - Static method in interface org.zkoss.stateless.sul.ITabCtrl
- from(Tabbox) - Static method in interface org.zkoss.stateless.sul.ITabboxCtrl
- from(Tabpanel) - Static method in interface org.zkoss.stateless.sul.ITabpanelCtrl
- from(Tabpanels) - Static method in interface org.zkoss.stateless.sul.ITabpanelsCtrl
- from(Tabs) - Static method in interface org.zkoss.stateless.sul.ITabsCtrl
- from(Textbox) - Static method in interface org.zkoss.stateless.sul.ITextboxCtrl
- from(Timebox) - Static method in interface org.zkoss.stateless.sul.ITimeboxCtrl
- from(Timer) - Static method in interface org.zkoss.stateless.sul.ITimerCtrl
- from(Toolbar) - Static method in interface org.zkoss.stateless.sul.IToolbarCtrl
- from(Toolbarbutton) - Static method in interface org.zkoss.stateless.sul.IToolbarbuttonCtrl
- from(Track) - Static method in interface org.zkoss.stateless.sul.ITrackCtrl
- from(Tree) - Static method in interface org.zkoss.stateless.sul.ITreeCtrl
- from(Treecell) - Static method in interface org.zkoss.stateless.sul.ITreecellCtrl
- from(Treechildren) - Static method in interface org.zkoss.stateless.sul.ITreechildrenCtrl
- from(Treecol) - Static method in interface org.zkoss.stateless.sul.ITreecolCtrl
- from(Treecols) - Static method in interface org.zkoss.stateless.sul.ITreecolsCtrl
- from(Treefoot) - Static method in interface org.zkoss.stateless.sul.ITreefootCtrl
- from(Treefooter) - Static method in interface org.zkoss.stateless.sul.ITreefooterCtrl
- from(Treeitem) - Static method in interface org.zkoss.stateless.sul.ITreeitemCtrl
- from(Treerow) - Static method in interface org.zkoss.stateless.sul.ITreerowCtrl
- from(Vlayout) - Static method in interface org.zkoss.stateless.sul.IVlayoutCtrl
- from(West) - Static method in interface org.zkoss.stateless.sul.IWestCtrl
- from(Window) - Static method in interface org.zkoss.stateless.sul.IWindowCtrl
- Frozen - Class in org.zkoss.zul
-
A frozen component to represent a frozen column or row in grid, like MS Excel.
- Frozen() - Constructor for class org.zkoss.zul.Frozen
- FulfillEvent - Class in org.zkoss.zk.ui.event
-
Represents the fulfill condition has been applied.
- FulfillEvent(String, Component, Event) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
-
Constructs a fulfill event.
- FulfillEvent(String, Component, Event, Object) - Constructor for class org.zkoss.zk.ui.event.FulfillEvent
-
Constructs a fulfill event.
- FullComposer - Interface in org.zkoss.zk.ui.util
-
A decorative interface used with
Composer
(and/orComposerExt
) to indicate that it requires the full control. - function - Variable in class org.zkoss.xel.taglib.FunctionDefinition
-
Method's function.
- Function - Interface in org.zkoss.xel
-
Represents a XEL function.
- Function() - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- Function(String, String, Method) - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- Function() - Method in class org.zkoss.zel.impl.parser.ELParser
- FunctionDefinition - Class in org.zkoss.xel.taglib
-
Represents a function defined in a taglib.
- FunctionDefinition(String, String, Function) - Constructor for class org.zkoss.xel.taglib.FunctionDefinition
- FunctionMapper - Class in org.zkoss.zel
- FunctionMapper - Interface in org.zkoss.xel
-
Used to customize the way to map between the XEL function names and the
Function
methods. - FunctionMapper() - Constructor for class org.zkoss.zel.FunctionMapper
- FunctionMapperExt - Interface in org.zkoss.xel
-
Implemented with
FunctionMapper
to resolve the class. - FunctionMapperFactory - Class in org.zkoss.zel.impl.lang
- FunctionMapperFactory(FunctionMapper) - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperFactory
- FunctionMapperImpl - Class in org.zkoss.zel.impl.lang
- FunctionMapperImpl() - Constructor for class org.zkoss.zel.impl.lang.FunctionMapperImpl
- FunctionMapperImpl.Function - Class in org.zkoss.zel.impl.lang
- FunctionMapperInfo - Class in org.zkoss.zk.ui.metainfo
-
A definition of the function mapper (
FunctionMapper
). - FunctionMapperInfo(Class<? extends FunctionMapper>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Constructs with a class.
- FunctionMapperInfo(Class<? extends FunctionMapper>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Constructs with a class.
- FunctionMapperInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Constructs with a class name.
- FunctionMapperInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Constructs with a class name.
- FunctionMapperInfo(FunctionMapper) - Constructor for class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Constructs with an initiator that will be reuse each time
FunctionMapperInfo.newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
is called. - functions - Variable in class org.zkoss.xel.taglib.TaglibDefinition
-
A map of functions.
- functions - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl
- FUNCTIONSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- FUNNEL - Static variable in class org.zkoss.zul.Chart
- FusionInvoker - Class in org.zkoss.lang.reflect
-
The fusion invocation handler.
- FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker
-
Use
FusionInvoker.newInstance(Object[])
instead.
G
- GANTT - Static variable in class org.zkoss.zul.Chart
- GanttModel - Class in org.zkoss.zul
-
A data model for Gantt chart.
- GanttModel() - Constructor for class org.zkoss.zul.GanttModel
- GanttModel.GanttTask - Class in org.zkoss.zul
-
A Task in an operation series; a helper class used in
GanttModel
. - GanttTask(String, Date, Date, double) - Constructor for class org.zkoss.zul.GanttModel.GanttTask
- GE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GENERAL_SIBLING - org.zkoss.zk.ui.select.impl.Selector.Combinator
- generate(Object) - Static method in class org.zkoss.stateless.util.Oid
- generate(Object, String) - Static method in class org.zkoss.stateless.util.Oid
- generate(Media) - Static method in class org.zkoss.stateless.sul.IMediaBase.JSObjectUrl
- generateCaptcha(Object) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- generateCaptcha(Object) - Method in interface org.zkoss.zul.impl.CaptchaEngine
-
Per the given data, generate the distortion Captcha image into a byte array.
- generateParseException() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Generate ParseException.
- generateURI(String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Generates URI by appending the parameters.
- generateURI(String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Generates URI by appending the parameters.
- GenericAutowireComposer<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
- GenericFilter - Class in org.zkoss.web.servlet
-
A generic class to help implementing servlet filter.
- GenericFilter() - Constructor for class org.zkoss.web.servlet.GenericFilter
- GenericForwardComposer<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
- Generics - Class in org.zkoss.lang
-
Utilities to handle generic types, such as converting a non-type object to a generic type without warning.
- Generics() - Constructor for class org.zkoss.lang.Generics
- genGroupName(IRadiogroup) - Static method in interface org.zkoss.stateless.sul.IRadiogroupCtrl
- get() - Method in class org.zkoss.zel.impl.stream.Optional
- get() - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the default message and title, and let user upload a file.
- get(boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the default message and title, and let user upload a file.
- get(int) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- get(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- get(int) - Method in class org.zkoss.bind.proxy.ListProxy
- get(int) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the specified code without formating arguments.
- get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
- get(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- get(int) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the default message and title.
- get(int) - Method in class org.zkoss.zul.ListModelArray
-
Get the value of this ListModelArray at specified index.
- get(int) - Method in class org.zkoss.zul.ListModelList
- get(int[]) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns the target icomponent by its given path if matched.
- get(int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the default message and title.
- get(int, Object) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the locale of current user with ONE format-argument.
- get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the locale of current user.
- get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the specified code.
- get(int, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the default message and title.
- 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(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- get(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- get(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- get(Object) - Method in interface org.zkoss.util.Cache
-
Returns the object of the specified key, or null if not found.
- get(Object) - Method in class org.zkoss.util.CacheMap
- get(Object) - Method in class org.zkoss.util.FastReadCache
- get(Object) - Method in class org.zkoss.util.FilterMap
- get(Object) - Method in class org.zkoss.util.MultiCache
- get(Object) - Method in class org.zkoss.util.resource.ResourceCache
-
Returns the resource, or null if not found.
- get(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
- get(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
- get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Retrieves a ZK session from the cache, or null if the ZK session is not stored.
- get(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- get(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- get(Object) - Method in class org.zkoss.zul.ListModelMap
- get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
-
Returns the value of the specified public field or public method in the object.
- get(String) - Static method in class org.zkoss.bind.impl.SystemConverters
- get(String) - Static method in class org.zkoss.bind.impl.SystemValidators
- get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Get the element with name.
- get(String) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns the target icomponent by its given id if matched.
- get(String) - Static method in class org.zkoss.zel.impl.util.MessageFactory
- get(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(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(String, Object...) - Static method in class org.zkoss.zel.impl.util.MessageFactory
- get(String, String) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the specified message and title, and let user upload a file.
- get(String, String, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the specified message and title, and let user upload a file.
- get(String, String, int) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the specified message and title.
- get(String, String, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the specified message, title and options.
- get(String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the specified message, title and options.
- get(Map<String, Object>, String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
The implementation of all public get methods.
- get(Map<String, Object>, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the specified message, title and options.
- get(Map<String, Object>, String, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the specified message, title and options.
- get(K) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
- get(ResourceCache<V>, ServletContext, String, Object) - Static method in class org.zkoss.web.util.resource.ResourceCaches
-
Loads, parses and returns the resource of the specified URI, or null if not found.
- get(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(EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the default message and title.
- get(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- 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.
- get2DigitYearStart() - Static method in class org.zkoss.zk.ui.http.Utils
-
Returns the start year only for the format using "yy" pattern, change the parse result in the 100 years span after that year. 2DigitYearStart should not be negative.
- getAbbr() - Method in class org.zkoss.zhtml.Th
-
Returns the abbr of this tag.
- getAccept() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the acceptable file types.
- getAccept() - Method in class org.zkoss.zhtml.Input
-
Returns the accept of this input tag.
- getAccept() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return acceptable file types.
- getAcceptcharset() - Method in class org.zkoss.zhtml.Form
-
Returns the accept-charset of this form tag.
- getAccessFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for Form access purpose.
- getAccessibleObject(Class<?>, String, Class<?>[], int) - Static method in class org.zkoss.lang.Classes
-
Gets the specified accessible object, either a method or a field, by searching the specified name.
- getAccesskey() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the accesskey of this tag.
- getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
-
Returns the last access time.
- getAction() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the
ActionHandler
if any. - getAction() - Method in class org.zkoss.zhtml.Form
-
Returns the action of this form tag.
- getAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Deprecated.As of release 10.0.0, using
HtmlBasedComponent.setClientAction(String)
instead. - getActions() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns all the
ActionHandler
s if any. - 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.
- getActiveIndex() - Method in class org.zkoss.stateless.state.IStepbarController
-
Return the index of the active step.
- getActiveIndex() - Method in interface org.zkoss.stateless.sul.IStepbar
-
Return the index of the active step.
- getActiveIndex() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- getActiveIndex() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Return the index of the active step.
- getActiveIndex() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Return the index of the active step.
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getActivePage() - Method in class org.zkoss.stateless.action.data.PagingData
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the active page (starting from 0).
- getActivePage() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getActivePage() - Method in class org.zkoss.zul.AbstractListModel
- getActivePage() - Method in class org.zkoss.zul.AbstractTreeModel
- getActivePage() - Method in class org.zkoss.zul.event.PagingEvent
-
Returns the active page (starting from 0).
- getActivePage() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.zul.Paging
- getActivePage() - Method in class org.zkoss.zul.Tree
- getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active sessions.
- getActiveStep() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- getActiveStep() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Return the active step.
- getActiveStep() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Return the active step.
- getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active asynchronous updates.
- getAffectedPath() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the path of removed node
- getAffectedPaths() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the paths of removed nodes, if any.
- getAfterHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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).
- 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).
- getAfterSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
Converts an AU request to a AfterSizeEvent.
- getAlign() - Method in interface org.zkoss.stateless.sul.ICell
-
Returns the horizontal alignment.
- getAlign() - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns the horizontal alignment of this footer.
- getAlign() - Method in interface org.zkoss.stateless.sul.IHeaderElement
-
Returns the horizontal alignment of this column.
- getAlign() - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns the horizontal alignment of the whole row.
- getAlign() - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the alignment of any children added to this toolbar.
- getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the horizontal alignment.
- getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the alignment.
- getAlign() - Method in class org.zkoss.zul.Box
-
Returns the alignment of cells of a box in the 'opposite' direction (null, start, center, end).
- getAlign() - Method in class org.zkoss.zul.Cell
-
Returns the horizontal alignment.
- getAlign() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns the horizontal alignment of this footer.
- getAlign() - Method in class org.zkoss.zul.impl.HeaderElement
-
Returns the horizontal alignment of this column.
- getAlign() - Method in class org.zkoss.zul.Row
-
Returns the horizontal alignment of the whole row.
- getAlign() - Method in class org.zkoss.zul.Tabs
-
Returns the alignment of tab.
- getAlign() - Method in class org.zkoss.zul.Toolbar
-
Returns the alignment of any children added to this toolbar.
- getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all language definitions regardless of the device type.
- getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Get a readonly list of all elements with name.
- getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns a readonly list of all event handlers associated with the specified event name, or null if no handler is associated with.
- getAllIComponents() - Method in class org.zkoss.stateless.ui.util.VolatileIPage
- getAllInterfaces(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Returns all interfaces that are implemented by the specified class.
- getAllNodes() - Method in class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- getAllow() - Method in class org.zkoss.zhtml.Iframe
-
Returns the allow of this tag.
- getAllowfullscreen() - Method in class org.zkoss.zhtml.Iframe
-
Returns the allowfullscreen of this tag.
- getAllSeries() - Method in class org.zkoss.zul.GanttModel
-
Return all series of this GanttModel.
- getAllTrackerNodes() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getAlpha() - Method in class org.zkoss.web.fn.Color
- getAlt() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the alt.
- getAlt() - Method in class org.zkoss.zhtml.Area
-
Returns the alt of this area tag.
- getAlt() - Method in class org.zkoss.zhtml.Img
-
Returns the alt of this img tag.
- getAlt() - Method in class org.zkoss.zhtml.Input
-
Returns the alt of this input tag.
- getAncestor(int[]) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns all the ancestor from top to bottom for the given path.
- getAncestor(IComponent) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns all the ancestor from top to bottom for the given ichild.
- getAnchor() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the anchor of dropupload.
- getAnchor() - Method in class org.zkoss.zul.Anchorchildren
-
Deprecated.Returns the anchor setting.
- getAnchorId() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Return the anchor of dropupload.
- getAnchorUuid(String) - Static method in interface org.zkoss.stateless.sul.IDropuploadCtrl
- getAngleArc() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the degree of arc of the knob slider.
- getAngleArc() - Method in class org.zkoss.zul.Slider
-
Returns the degree of arc of the knob slider.
- getAnnotatedParameterName(Class<? extends Annotation>, String, Supplier<String>) - Method in class org.zkoss.bind.impl.ParamCall
- getAnnotatedParameterName(Class<? extends Annotation>, String, Supplier<String>) - Method in class org.zkoss.clientbind.ParamCallEx
- getAnnotatedProperties() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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(Class, Class<T>) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
- getAnnotation(Class, Class<T>) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get the specific annotation from the class
- getAnnotation(Class, Class<T>) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get the specific annotation from the class
- getAnnotation(Method, Class<T>) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
- getAnnotation(Method, Class<T>) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get the specific annotation from the method
- getAnnotation(Method, Class<T>) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get the specific annotation from the method
- getAnnotation(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAnnotation(String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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, 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.
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- 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() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAnnotations(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only collection of all annotations (
Annotation
) associated with the specified property. - getAnnotations(String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAnnotations(String, 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, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the annotations associated with the definition of the specified property.
- getAnyField(Class<?>, String) - Static method in class org.zkoss.lang.Classes
-
Gets the specified field by searching all fields including any access control and any base class.
- getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets the specified method by searching all methods including any access control and any base class.
- getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring application context.
- getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the apply attribute that is a list of
Composer
class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute. - getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the apply attribute that is a list of
Composer
class names or EL expressions returning classes, class names or composer instances, or null if no apply attribute. - getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- getAppName() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the application name, never null.
- getArea() - Method in class org.zkoss.stateless.action.data.DropData
- getArea() - Method in class org.zkoss.stateless.action.data.MouseData
-
Returns the logical name of the area that the click occurs, or null if not available.
- getArea() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Return the area of this GoldenPanel.
- getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
-
Inherited from
MouseEvent
, but not applicable toDropEvent
. - 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.
- getArea() - Method in class org.zkoss.zkmax.zul.GoldenPanel
- 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.
- getAreaListener() - Method in class org.zkoss.zul.Chart
-
Returns the renderer to render each area, or null if the default renderer is used.
- getAreas() - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Return the area of this GoldenPanel.
- getAreas() - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Gets the current areas template as String.
- getAreasMatrix() - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getAreasNames() - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
-
Returns arg (
Execution.getArg()
) when the component is created. - getArg() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the parameters (aka., arg) if
Execution.pushArg(java.util.Map<?, ?>)
is called recently, or an empty map if not available. - getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- getArgs() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global-command args.
- getArgs() - Method in class org.zkoss.bind.impl.BindingImpl
- getArgs() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Null is returned by default.
- getArgs() - Method in interface org.zkoss.bind.sys.Binding
-
Returns an argument
<tags, object>
pairs map(read only). - getArgs() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getArgs() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getAspectRatio() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the aspect ratio of the cropped area.
- getAspectRatio() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the aspect ratio of the cropped area.
- getAssociate(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getAssociate(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first associated component from the given key, if any.
- getAssociate(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getAssociatedNode(Treeitem, Tree) - Method in class org.zkoss.zul.Tree
-
Return a node which is an associated Treeitem ti in a Tree tree
- getAssociates() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associate nodes of this node.
- getAssociates() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getAssociates(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getAssociates(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all associated components from the given key, if any.
- getAssociates(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getAsyncContext() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getAsyncContext() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getAsyncContext() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getAttachEdge() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the attach edge.
- getAttachEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the attach edge.
- getAttr() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getAttribute(Object) - Method in interface org.zkoss.bind.BindContext
-
Returns value of the given key in this Bind Context.
- getAttribute(Object) - Method in class org.zkoss.bind.impl.BindContextImpl
- getAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
- getAttribute(String) - Method in class org.zkoss.idom.Element
- getAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
- getAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
- getAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
- getAttribute(String) - Method in interface org.zkoss.xel.XelContext
-
Returns the value of the specified attribute, or null if not available.
- getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the custom attribute associated with this component, i.e.,
Component.COMPONENT_SCOPE
. - getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the value of the specified custom attribute associated with the desktop.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of the specified request attribute.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object (scope).
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
- 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) - 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.
- getAttribute(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- getAttribute(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getAttribute(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- getAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object.
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
- 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, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as getAttribute(name).
- getAttribute(String, int) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the attribute of the specified scope.
- getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
- getAttribute(String, 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, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the specified custom attribute in the specified scope.
- getAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
-
Gets the index of the attribute with the giving local name.
- getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
- getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the index of the first attribute that matches the specified criteria.
- getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
- getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
-
Gets the attribute with the tag name.
- getAttributeItem(String) - Method in class org.zkoss.idom.Element
- getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the first attribute that matches the specified criteria.
- getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
- getAttributeItems() - Method in interface org.zkoss.idom.Attributable
-
Returns all attributes of this object.
- getAttributeItems() - Method in class org.zkoss.idom.Element
- getAttributeNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
- getAttributeNames() - Method in class org.zkoss.web.portlet.PortletServletContext
- getAttributeNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getAttributeNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getAttributeNames() - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- getAttributeNames() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getAttributeNode(String) - Method in class org.zkoss.idom.Element
- getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
- getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
- getAttributeOrFellow(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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() - Method in interface org.zkoss.bind.BindContext
-
Returns a copy of all attributes in this Bind context.
- getAttributes() - Method in class org.zkoss.bind.impl.BindContextImpl
- getAttributes() - Method in class org.zkoss.idom.Element
- getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
- getAttributes() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAttributes() - Method in class org.zkoss.xel.util.SimpleXelContext
- getAttributes() - Method in class org.zkoss.xel.util.XelContextProxy
- getAttributes() - Method in interface org.zkoss.xel.XelContext
-
Returns all attributes
- getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
- getAttributes() - Method in interface org.zkoss.zk.ui.Component
-
Returns all custom attributes associated with this component, i.e.,
Component.COMPONENT_SCOPE
. - getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns all custom attributes associated with this desktop.
- getAttributes() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a map of request attributes associated with this session.
- getAttributes() - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns all custom attributes associated with this object (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() - 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() - 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.
- getAttributes(int) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getAttributes(int) - 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(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
-
Returns all custom attributes of the specified scope.
- 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(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets a list of attributes of the specified criteria.
- getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
- getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
-
Returns the value of the attribute of the specified tag name, or null if not specified.
- getAttributeValue(String) - Method in class org.zkoss.idom.Element
- getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the value of the first attribute that matches the giving criteria, or null if not found.
- getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
- getAttributeValues(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns all values of the given attribute, or null if not found.
- getAttrs() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the internal attributes if any.
- 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(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.
- getAuExtension(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the AU extension that is associated the specified prefix.
- getAuService() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- getAuthType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getAuthType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getAuthType() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getAutocomplete() - Method in class org.zkoss.zhtml.Input
-
Returns the autocomplete of this input tag.
- getAutodisable() - Method in interface org.zkoss.stateless.sul.IA
-
Returns a list of component IDs that shall be disabled when the user clicks this anchor.
- getAutodisable() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a list of component IDs that shall be disabled when the user clicks this button.
- getAutodisable() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a list of component IDs that shall be disabled when the user clicks this component.
- getAutodisable() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a list of component IDs that shall be disabled when the user clicks this menuitem.
- getAutodisable() - Method in class org.zkoss.zul.A
-
Returns a list of component IDs that shall be disabled when the user clicks this anchor.
- getAutodisable() - Method in class org.zkoss.zul.Button
-
Returns a list of component IDs that shall be disabled when the user clicks this button.
- getAutodisable() - Method in class org.zkoss.zul.Checkbox
-
Returns a list of component IDs that shall be disabled when the user clicks this checkbox.
- getAutodisable() - Method in class org.zkoss.zul.Menuitem
-
Returns a list of component IDs that shall be disabled when the user clicks this menuitem.
- 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.
- getAutosort() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns whether to sort all items when model or sort direction be changed.
- getAutosort() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether to sort all items when model or sort direction be changed.
- getAutosort() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether to sort all items when model or sort direction be changed.
- getAuxhead() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the auxhead child.
- getAuxhead() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the auxhead child.
- getAuxhead() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the
IAuxhead
component, if any. - getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns a set of child components that are available at the client, or null if ALL available.
- getAvailableAtClient() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- getAvailableAtClient() - Method in class org.zkoss.zul.impl.GridDataLoader
- getAvailableAtClient() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client.
- getAvailableAtClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- getAvailableAtClient() - Method in class org.zkoss.zul.Rows.ExtraCtrl
- getAvailableAtClient() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
- getAvailableAtClient(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- getAvailableAtClient(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client with more control.
- getAvailableAtClient(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
- getAvailableAtClient(int, int, boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at the client within the given range.
- 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.
- getBackgroundColor() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the background color of the signature pad.
- getBackgroundColor() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the background color of the signature pad.
- getBackgroundImage() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the background image URI of signature pad.
- getBackgroundImage() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the background image URI of signature pad.
- getBackSpace() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the spacing with the next lineitem.
- getBackSpace() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the spacing with the next lineitem.
- getBadgeText() - Method in interface org.zkoss.stateless.sul.INav
-
Returns the badge text of the nav
- getBadgeText() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns the badge text of the nav
- getBadgeText() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns the badge text of the nav
- getBadgeText() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the badge text of the navitem
- getBarWidth() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the width of single bar (only for 1D barcode).
- getBarWidth() - Method in class org.zkoss.zkmax.zul.Barcode
-
Returns the width of single bar (only for 1D barcode).
- getBase() - Method in class org.zkoss.bind.impl.PropertyImpl
- getBase() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- getBase() - Method in interface org.zkoss.bind.Property
-
Returns the base object of this property.
- getBase() - Method in class org.zkoss.bind.PropertyChangeEvent
-
Gets the base object
- getBase() - Method in interface org.zkoss.xel.ValueReference
-
Returns the base model.
- getBase() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
- getBase() - Method in class org.zkoss.zel.ValueReference
- getBaseExpression(BindEvaluatorX) - Method in class org.zkoss.bind.impl.FormBindingImpl
- getBasePropertyIfFromCollection() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
Internal use only, only for collections
- getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
- getBean() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated bean of this TrackerNode.
- getBean() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- getBean(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Returns the named bean.
- getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name.
- getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name and class.
- getBeanClass(ValidationContext, Object) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Get the bean class of the base object.
- getBeanManager() - Static method in class org.zkoss.zkplus.cdi.CDIUtil
-
Returns the CDI BeanManager.
- getBeanUid(Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- getBeforeHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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).
- 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).
- getBegin() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- getBegin() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the index of the item at which the iteration begins.
- getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).
- getBegin() - Method in class org.zkoss.zuti.zul.ForEach
- getBeginColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginDate() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Returns the beginning date, or null if there is no constraint of the beginning date.
- getBeginIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
- getBeginLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning line number.
- getBgAlpha() - Method in class org.zkoss.zul.Chart
-
Get the background alpha (transparency, 0 ~ 255, opaque).
- getBgColor() - Method in class org.zkoss.zul.Captcha
-
Get the background color of the captcha box (in string as #RRGGBB).
- getBgColor() - Method in class org.zkoss.zul.Chart
-
Get the background color of the chart (in string as #RRGGBB).
- getBgRGB() - Method in class org.zkoss.zul.Captcha
-
Get the background color in int array (0: red, 1: green, 2:blue).
- getBgRGB() - Method in class org.zkoss.zul.Chart
-
Get the background color in int array (0: red, 1: green, 2:blue).
- getBindContext() - Method in class org.zkoss.bind.impl.ParamCall
- getBindContext() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getBindContext() - Method in interface org.zkoss.bind.ValidationContext
- getBindContext() - Method in class org.zkoss.bind.xel.zel.BindELContext
- getBinder() - Method in class org.zkoss.bind.BindComposer
- getBinder() - Method in interface org.zkoss.bind.BindContext
-
Returns associated Binder of this Bind context.
- getBinder() - Method in class org.zkoss.bind.impl.BindContextImpl
- getBinder() - Method in class org.zkoss.bind.impl.BindingImpl
- getBinder() - Method in class org.zkoss.bind.impl.ParamCall
- getBinder() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
- getBinder() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getBinder() - Method in interface org.zkoss.bind.sys.Binding
-
Returns the owner binder of this binding.
- getBinder() - Method in class org.zkoss.clientbind.ClientBindComposer
- getBinder() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getBinder() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getBinder(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- getBinder(Component, boolean) - Static method in class org.zkoss.bind.impl.BinderUtil
- 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
- getBinding() - Method in interface org.zkoss.bind.BindContext
-
Returns associated Binding of this Bind context.
- getBinding() - Method in class org.zkoss.bind.impl.BindContextImpl
- getBinding() - Method in class org.zkoss.bind.xel.zel.BindELContext
- getBinding() - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- getBindingAnnotationInfoChecker() - Method in class org.zkoss.bind.impl.BinderImpl
- getBindingAnnotationInfoChecker() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get binding annotation info checker
- getBindingArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns binding arg value of the given key in this Bind Context.
- getBindingArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
- getBindingArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
- getBindingExecutionInfoCollector() - Method in class org.zkoss.bind.impl.BinderImpl
- getBindingExecutionInfoCollector() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get binding execution info collector
- getBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associated Bindings.
- getBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
- getBlue() - Method in class org.zkoss.web.fn.Color
- getBookmark() - Method in class org.zkoss.stateless.action.data.BookmarkData
-
Returns the bookmark name (never null).
- 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.
- getBorder() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns the border.
- getBorder() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the border.
- getBorder() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the border.
- getBorder() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.Panel
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.Window
-
Returns the border.
- getBottomToolbar() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the bottom toolbar of this component.
- getBottomToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the bottom toolbar of this panel.
- getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the first few lines of the stack trace.
- getBrowser() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the name of the browser, or null if not identifiable.
- getBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getBrowser(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the name of the browser, or null if not identifiable.
- 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(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the version of the given browser name, or null if the client is not the given browsers.
- getBrowser(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the name of the browser, or null if not identifiable.
- getBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the version of the given browser name, or null if the client is not the given browsers.
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
- 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.
- getBufferSize() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getBufferSize() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- 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
- getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified base name, locale, and the default locator,
Locators.getDefault()
. - getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified base name, locale, and the default locator,
Locators.getDefault()
. - getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified base name, locale, and locator.
- getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified base name, locale, and locator.
- getButton() - Method in class org.zkoss.zul.Messagebox.ClickEvent
-
Returns the button being clicked.
- getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
-
Returns the value of the specified public field or public method of the object.
- getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of language definitions belong to the specified device type.
- getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the language definition by specifying an extension.
- getByFallback(Collection<Locale>, Locale) - Static method in class org.zkoss.util.Locales
-
Returns any occurrence of the specified Locale or any its fallback in the value collection, or null if not found.
- getByteData() - Method in class org.zkoss.image.AImage
- getByteData() - Method in class org.zkoss.sound.AAudio
- getByteData() - Method in class org.zkoss.util.media.AMedia
- getByteData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in byte array.
- getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
- getByteData() - Method in class org.zkoss.video.AVideo
- 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.
- getCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- getCache() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- 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.
- getCachedFormBeanById(String) - Method in class org.zkoss.clientbind.ClientBindComposer
- getCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getCallback(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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
- getCapRadius() - Method in class org.zkoss.zul.DialModel
-
Return the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
- getCaptchaEngine() - Method in class org.zkoss.zul.Captcha
-
Get the captcha engine.
- getCaption() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the caption child of this groupbox.
- getCaption() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the caption of this panel.
- getCaption() - Method in interface org.zkoss.stateless.sul.ITab
-
Returns the caption of this tab.
- getCaption() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the caption of this window.
- getCaption() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the caption.
- getCaption() - Method in class org.zkoss.zul.Groupbox
-
Returns the caption of this groupbox.
- getCaption() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the caption of this region.
- getCaption() - Method in class org.zkoss.zul.Panel
-
Returns the caption of this panel.
- getCaption() - Method in class org.zkoss.zul.Tab
-
Returns the caption of this tab.
- getCaption() - Method in class org.zkoss.zul.Window
-
Returns the caption of this window.
- getCapture() - Method in class org.zkoss.zhtml.Input
-
Returns the capture of this tag.
- getCategories() - Method in interface org.zkoss.zul.CategoryModel
-
Get categories of a specified series as a collection.
- getCategories() - Method in class org.zkoss.zul.SimpleCategoryModel
- getCategories() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- getCategories() - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get categories as a collection.
- getCategory() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the category of the chart data model.
- getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a category of the specified index;
- getCategory(int) - Method in class org.zkoss.zul.SimpleCategoryModel
- getCategory(int) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- getCategory(int) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get category of the specified index (0 based).
- getCategoryIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the category index, if any.
- getCause() - Method in exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
- getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the cause of the given throwable.
- getCell(int, int) - Method in class org.zkoss.zul.Grid
-
Returns the specified cell, or null if not available.
- getCellAt(RowT, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the cell from the specified index.
- getCellClickEvent(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.CellClickEvent
- getCenter() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the center child.
- getCenter() - Method in class org.zkoss.zul.Borderlayout
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getCharacterEncoding() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getCharacterEncoding() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getCharset() - Method in class org.zkoss.html.JavaScript
-
Returns the charset, or null if
JavaScript.getContent()
is not null. - getCharset() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns the character encoding of the source.
- getCharset() - Method in interface org.zkoss.util.resource.LabelLocator2
-
Returns the encoding charset, or null if it is the same as the system default.
- getCharset() - Method in class org.zkoss.zhtml.Meta
-
Returns the charset of this meta tag.
- getCharset() - Method in class org.zkoss.zhtml.Script
-
Returns the charset of this script tag.
- getCharset() - Method in class org.zkoss.zul.Script
-
Returns the character encoding of the source.
- 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.
- getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns how often to check (unit=milliseconds).
- getCheckPeriod() - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the check period, or -1 if the content is never changed.
- getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
-
Returns the checksum character of the specified val.
- getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
-
Returns the checksum character of the specified val.
- getChild() - Method in interface org.zkoss.stateless.sul.ISingleChildable
- getChild() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the child navigation level if any.
- getChild(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- getChild(int[]) - Method in interface org.zkoss.zul.TreeModel
-
Returns the child at the given path where the path indicates the child is placed in the whole tree.
- getChild(int, int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the child value of the specified group at the specified index.
- getChild(int, int) - Method in class org.zkoss.zul.GroupsModelArray
- getChild(int, int) - Method in class org.zkoss.zul.SimpleGroupsModel
- getChild(E, int) - Method in interface org.zkoss.zul.TreeModel
-
Returns the child of the given parent at the given index where the index indicates in the parent's child array.
- getChild(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeModel
- getChildAt(int) - Method in class org.zkoss.zul.DefaultTreeNode
- getChildAt(int) - Method in interface org.zkoss.zul.TreeNode
-
Returns the child
TreeNode
at indexchildIndex
. - getChildByNode(Object) - Method in class org.zkoss.zul.Tree
-
Return the Tree or Treeitem component by a given associated node in model, or null if the treeitem is not instantiated (i.e., rendered) yet.
- getChildByPath(int[]) - Method in class org.zkoss.zul.Tree
-
Return the Tree or Treeitem component by a path, or null if corresponding Treeitem is not instantiated (i.e., rendered) yet.
- getChildCount() - Method in class org.zkoss.zul.DefaultTreeNode
- getChildCount() - Method in interface org.zkoss.zul.TreeNode
-
Returns the number of children
TreeNode
s this node contains. - getChildCount(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the number of children of the specified group.
- getChildCount(int) - Method in class org.zkoss.zul.GroupsModelArray
- getChildCount(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- getChildCount(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the number of children of the given parent.
- getChildCount(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
- getChildPage() - Method in interface org.zkoss.zk.ui.ext.Includer
-
Returns the child page.
- getChildPage() - Method in class org.zkoss.zul.Include
- getChildren() - Method in interface org.zkoss.idom.Group
-
Gets all children.
- getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
- getChildren() - Method in interface org.zkoss.stateless.sul.IChildable
-
Returns the children of this component.
- getChildren() - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the children of this component.
- getChildren() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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
- getChildren() - Method in class org.zkoss.zul.DefaultTreeNode
- getChildren() - Method in class org.zkoss.zul.Listbox
- getChildren() - Method in class org.zkoss.zul.Rows
- getChildren() - Method in interface org.zkoss.zul.TreeNode
-
Return children of the receiver
- getChildrenNodes(E) - Method in class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- getCite() - Method in class org.zkoss.zhtml.Blockquote
-
Returns the cite of this blockquote tag.
- getCite() - Method in class org.zkoss.zhtml.Del
-
Returns the cite of this del tag.
- getCite() - Method in class org.zkoss.zhtml.Ins
-
Returns the cite of this ins tag.
- getCite() - Method in class org.zkoss.zhtml.Q
-
Returns the cite of this q tag.
- getClass(IN) - Method in class org.zkoss.fsm.StateMachine
-
Determines the class for an input character.
- getClass(Type) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return the Class representing the given Type.
- 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.
- getClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- getClassLoader() - Method in class org.zkoss.web.portlet.PortletServletContext
- getClassNames() - Method in interface org.zkoss.xel.FunctionMapperExt
-
Returns a readonly collection of the logic names of the class (never null).
- getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
- getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
- getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
- getClassResolver() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getClassResource(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the URL of the resource of the specified URI by searching only the class path (with
ClassWebResource.PATH_PREFIX
). - getClassResourceAsStream(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the resource in a stream of the specified URI by searching only the class path (with
ClassWebResource.PATH_PREFIX
). - getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the handler to retrieve resource from class path, under /web.
- getClearLabel() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the label on clear button.
- getClearLabel() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the label on clear button.
- getClientAction() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the client-side action (CSA).
- getClientAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the client-side action (CSA).
- getClientAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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
- getClientAttributes() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the client DOM attributes.
- getClientConstraint() - Method in interface org.zkoss.zul.ClientConstraint
-
Returns the JavaScript snippet that will be evaluated at client to return a validator, or null if no client constraint is supported.
- getClientConstraint() - Method in class org.zkoss.zul.SimpleConstraint
- getClientDataAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- getClientIdentifier() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the client identifier, or null if no such plugin.
- 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
- getClientPackages() - Method in interface org.zkoss.zul.ClientConstraint
-
Returns a list of packages separated by comma that ZK client engine has to load before evaluating
ClientConstraint.getClientConstraint()
. - getClientPackages() - Method in class org.zkoss.zul.SimpleConstraint
-
Default: null (since it depends on zul.inp which is loaded for all input widgets).
- getClose(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get close value of a specified data index.
- getClose(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
- getCloseMethod(Class<?>, String, Class<?>[]) - Method in class org.zkoss.xel.zel.ClassReflect
-
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
- getCloseMethod(Class<?>, String, Class<?>[]) - Method in interface org.zkoss.zel.impl.util.ClassReflect
-
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
- getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
- getCloseMethodBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Like
Classes.getCloseMethod(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[])
to get a 'close' method, but it look for subclass of the argument (instead of superclass). - getCloseMethods(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Returns all close methods that match the specified condition, or a zero-length array if none is found.
- getCloseMethodsBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Like
Classes.getCloseMethods(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[])
to get all 'close' methods, but it look for subclass of the argument (instead of superclass). - getClosePopupOnTimezoneChange() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether to auto close the datebox popup after changing the timezone.
- getClosePopupOnTimezoneChange() - Method in class org.zkoss.zul.Datebox
-
Returns whether to auto close the datebox popup after changing the timezone.
- getCmargins() - Method in interface org.zkoss.stateless.sul.IEast
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmargins() - Method in interface org.zkoss.stateless.sul.INorth
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmargins() - Method in interface org.zkoss.stateless.sul.ISouth
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmargins() - Method in interface org.zkoss.stateless.sul.IWest
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmdArgs() - Method in class org.zkoss.zkmax.zul.Fragment
-
Internal Use Only
- getCode() - Method in exception org.zkoss.lang.CommonException
- getCode() - Method in exception org.zkoss.lang.SystemException
- getCode() - Method in interface org.zkoss.mesg.Messageable
-
Gets the message code.
- getColIndex() - Method in class org.zkoss.stateless.action.data.ColSizeData
-
Return the column index of the first column whose width is changed.
- getColIndex() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Return the column index of the first column whose width is changed.
- getCollapse() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns which side of the splitter is collapsed when its grippy is clicked.
- getCollapse() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns which side of the splitter is collapsed when its grippy is clicked.
- getCollapse() - Method in class org.zkoss.zul.Splitter
-
Returns which side of the splitter is collapsed when its grippy is clicked.
- getColor() - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the color (in string as
#RRGGBB
). - getColor() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the color.
- getColor() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color (in string as #RRGGBB).
- getColorDepth() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Returns the maximum number of colors the client's screen supports.
- getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the maximum number of colors the client's screen supports.
- getCols() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the number of columns within the viewport.
- getCols() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the cols which determines the visible width, in characters.
- getCols() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the cols which determines the visible width, in characters.
- getCols() - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns the cols which determines the visible width, in characters.
- getCols() - Method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the cols which determines the visible width, in characters.
- getCols() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the cols which determines the visible width, in characters.
- getCols() - Method in class org.zkoss.zhtml.Textarea
-
Returns the cols of this textarea tag.
- getCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the number of columns within the viewport.
- getCols() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the cols.
- getColSizeEvent(AuRequest) - Static method in class org.zkoss.zul.event.ColSizeEvent
-
Converts an AU request to a size event.
- getColspan() - Method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns number of columns to span this header.
- getColspan() - Method in interface org.zkoss.stateless.sul.ICell
-
Returns number of columns to span.
- getColspan() - Method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns number of columns to occupy
- getColspan() - Method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns number of columns to span this header.
- getColspan() - Method in class org.zkoss.zhtml.Td
-
Returns the colspan of this td tag.
- getColspan() - Method in class org.zkoss.zhtml.Th
-
Returns the colspan of this th tag.
- getColspan() - Method in class org.zkoss.zkmax.zul.Rowchildren
-
Number of columns to occupy
- getColspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Returns number of columns to span this header.
- getColspan() - Method in class org.zkoss.zul.Auxheader
-
Returns number of columns to span this header.
- getColspan() - Method in class org.zkoss.zul.Cell
-
Returns number of columns to span.
- getColumn() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column whose width is changed.
- getColumn() - Method in class org.zkoss.zul.Footer
-
Returns the column that is in the same column as this footer, or null if not available.
- getColumn() - Method in class org.zkoss.zul.RowComparator
-
Returns the column that this comparator is associated with, or null if not available.
- getColumnComparator(int) - Method in interface org.zkoss.zkmax.zul.MatrixComparatorProvider
-
Returns the specified comparator from the given column index.
- getColumnIndex() - Method in class org.zkoss.stateless.action.data.CellClickData
-
Returns the column index.
- getColumnIndex() - Method in class org.zkoss.stateless.action.data.SortExtData
-
Returns the column index
- getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the column index.
- getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
-
Returns the column index
- getColumnIndex() - Method in class org.zkoss.zul.Footer
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listcell
-
Returns the column index of this cell, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listfooter
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listheader
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treecell
-
Returns the column index of this cell, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treecol
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treefooter
-
Returns the column index, starting from 0.
- getColumnNumber() - Method in interface org.zkoss.util.resource.Location
-
Return the column number in the document, or -1 if not available.
- getColumns() - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the number of columns to freeze.
- getColumns() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the columns.
- getColumns() - Method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns number of rows to span this header.
- getColumns() - Method in class org.zkoss.zkmax.zul.Tablelayout
-
Returns number of rows to span this header.
- getColumns() - Method in class org.zkoss.zul.Frozen
-
Returns the number of columns to freeze.
- getColumns() - Method in class org.zkoss.zul.Grid
-
Returns the columns.
- getColumnSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the length of the columns
- getColumnsSize() - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getColWidth() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the width of the single column
- getColWidth() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the width of the single column
- getCombinator() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- getCombinator(int) - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Return the i-th combinator
- getCommand() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global command name
- getCommand() - Method in class org.zkoss.bind.impl.CommandBindingImpl
- getCommand() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getCommand() - Method in interface org.zkoss.bind.ValidationContext
-
get the command that trigger the validation
- 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.
- getCommandArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns command arg value of the given key in this Bind Context.
- getCommandArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
- getCommandArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
- getCommandName() - Method in interface org.zkoss.bind.BindContext
-
Returns associated command name of this Bind Context; null if not involved.
- getCommandName() - Method in class org.zkoss.bind.impl.AccessInfo
- getCommandName() - Method in class org.zkoss.bind.impl.BindContextImpl
- getCommandName() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- getCommandName() - Method in class org.zkoss.bind.impl.FormBindingImpl
- getCommandName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getCommandName() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the associated command name of this binding; null if not speicified.
- getCommandName() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getCommandName() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getCommandString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
- getCommandString() - Method in interface org.zkoss.bind.sys.CommandBinding
-
Returns the command expression in string.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
Always returns
String.class
. - getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.TypeConverter
- getComparator() - Static method in class org.zkoss.web.theme.StandardTheme
-
Defines the ordering of standard themes.
- getCompleteContext(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the complete context path, including protocol, server, ports, and context.
- getCompleteServerName(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the complete server name, including protocol, server, and ports.
- getComponent() - Method in interface org.zkoss.bind.BindContext
-
Returns the associated component context.
- getComponent() - Method in class org.zkoss.bind.impl.BindContextImpl
- getComponent() - Method in class org.zkoss.bind.impl.BindingImpl
- getComponent() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getComponent() - Method in interface org.zkoss.bind.sys.Binding
-
Returns the associated component of this binding.
- getComponent() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the component of this info
- getComponent() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- getComponent() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getComponent() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- 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() - 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.
- 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.
- getComponentById(Component, String) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the component of the specified ID or UUID.
- getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the component of the specified UUID (
Component.getUuid()
). - getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the component of the specified UUID (
Component.getUuid()
), or null if not found. - getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getComponentChildIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the child index of the component.
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified class. - getComponentDefinition(Class<? extends Component>, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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.
- getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the component definition of the specified class, or null if not found.
- getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified name. - getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the component definition of the specified name, or null if not found.
- getComponentDefinitionIfAny(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified class, or null if not found. - getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified name, or null if not found. - getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the map of components defined in this language (never null).
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the map of component definition (never null).
- getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
-
Returns the map of component definitions (never null).
- 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.
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
- getComponentModel(Chosenbox) - Method in class org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
- getComponentModel(Searchbox) - Method in class org.zkoss.zkmax.bind.impl.SearchboxModelConverter
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxModelConverter
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
- getComponentModel(Grid) - Method in class org.zkoss.bind.converter.sys.GridModelConverter
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupModelConverter
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxModelConverter
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxModelConverter
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
- 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) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the system-level composer or null if none is registered.
- 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.
- 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".
- getCompress() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
- getConditionType() - Method in class org.zkoss.bind.impl.AccessInfo
- getConditionType() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- getConditionType() - Method in class org.zkoss.bind.impl.FormBindingImpl
- getConditionType() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getConditionType() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the condition type of this binding
- getConditionType() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getConditionType() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getConfig() - Method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns the current configuration of the tbeditor
- getConfig() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Returns the current configuration
- getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the configuration.
- getConnectionUuid() - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
- getConsistencyBufferSize() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the consistency buffer size (used in 1D barcode).
- getConsistencyBufferSize() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the consistency buffer size (used in 1D barcode).
- getConsistencyThreshold() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the consistency threshold (used in 1D barcode).
- getConsistencyThreshold() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the consistency threshold (used in 1D barcode).
- getConstraint() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the client constraint to validate the value entered by a user. if any.
- getConstraint() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the client constraint to validate the value entered by a user. if any.
- getConstraint() - Method in class org.zkoss.zul.Calendar
- getConstraint() - Method in interface org.zkoss.zul.ext.Constrainted
-
Returns the constraint, or null if no constraint at all.
- getConstraint() - Method in class org.zkoss.zul.impl.InputElement
- getConstraints() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the constraints.
- getConstraints() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the constraints.
- getConstraints() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the constraints.
- getConstraints() - Method in class org.zkoss.zkmax.zul.Camera
-
Returns the constraints.
- getConstraintsString() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the constraints in JSON String format.
- getConstraintsString() - Method in class org.zkoss.zkmax.zul.Camera
-
Returns the constraints in JSON String format.
- getConstraintString() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the raw constraint string value if any.
- getContent() - Method in class org.zkoss.html.JavaScript
-
Returns the JavaScript codes, or null if
JavaScript.getSrc()
is not null. - getContent() - Method in class org.zkoss.html.StyleSheet
-
Returns the style sheets, or null if
StyleSheet.getHref()
is not null. - getContent() - Method in class org.zkoss.idom.Element
-
Gets the content of this element.
- getContent() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns the content set by
IAudio.withContent(org.zkoss.sound.Audio)
. - getContent() - Method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the content set by
ICropper.withContent(org.zkoss.image.Image)
. - getContent() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the content of component, it will be shown depend on detection setting.
- getContent() - Method in interface org.zkoss.stateless.sul.IHtml
-
Returns the embedded content (i.e., HTML tags).
- getContent() - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns the content set by
IImageBase.withContent(org.zkoss.image.Image)
. - getContent() - Method in interface org.zkoss.stateless.sul.IMenu
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns the content of the script element.
- getContent() - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns the content of the style element.
- getContent() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the content set by
IVideo.withContent(org.zkoss.video.Video)
. - getContent() - Method in class org.zkoss.zhtml.impl.ContentTag
-
Returns the content.
- getContent() - Method in class org.zkoss.zhtml.Meta
-
Returns the content of this meta tag.
- getContent() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the content set by
Pdfviewer.setContent(org.zkoss.util.media.Media)
. - getContent() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the content set by
Cropper.setContent(org.zkoss.image.Image)
. - getContent() - Method in class org.zkoss.zkmax.zul.Dropupload
- getContent() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in class org.zkoss.zkmax.zul.Video
-
Note: it won't fetch what is set thru by
Video.setSrc(java.lang.String)
. - getContent() - Method in class org.zkoss.zul.Audio
-
Returns the content set by
Audio.setContent(org.zkoss.sound.Audio)
. - getContent() - Method in class org.zkoss.zul.Comboitem
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in class org.zkoss.zul.Html
-
Returns the embedded content (i.e., HTML tags).
- getContent() - Method in class org.zkoss.zul.Iframe
-
Returns the content set by
Iframe.setContent(org.zkoss.util.media.Media)
. - getContent() - Method in class org.zkoss.zul.Image
-
Returns the content set by
Image.setContent(org.zkoss.image.Image)
. - getContent() - Method in class org.zkoss.zul.Menu
-
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
- getContent() - Method in class org.zkoss.zul.Script
-
Returns the content of the script element.
- getContent() - Method in class org.zkoss.zul.Style
-
Returns the content of the style element.
- getContent(String) - Method in class org.zkoss.idom.Element
-
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.
- getContent(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.
- getContentLength() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getContentLength() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getContentLength() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getContentLengthLong() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getContentLengthLong() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getContentSclass() - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns the style class used for the content block.
- getContentSclass() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the style class used for the content block of the groupbox.
- getContentSclass() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the style class used for the content block.
- getContentSclass() - Method in class org.zkoss.zul.Detail
-
Returns the style class used for the content block.
- getContentSclass() - Method in class org.zkoss.zul.Groupbox
-
Returns the style class used for the content block of the groupbox.
- getContentSclass() - Method in class org.zkoss.zul.Window
-
Returns the style class used for the content block.
- getContentStyle() - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns the CSS style for the content block of the window.
- getContentStyle() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the CSS style for the content block of the groupbox.
- getContentStyle() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the CSS style for the content block of the window.
- getContentStyle() - Method in class org.zkoss.zul.Detail
-
Returns the CSS style for the content block of the window.
- getContentStyle() - Method in class org.zkoss.zul.Groupbox
-
Returns the CSS style for the content block of the groupbox.
- getContentStyle() - Method in class org.zkoss.zul.Window
-
Returns the CSS style for the content block of the window.
- getContentType() - Method in class org.zkoss.image.AImage
- getContentType() - Method in class org.zkoss.sound.AAudio
- getContentType() - Method in class org.zkoss.util.media.AMedia
- getContentType() - Method in interface org.zkoss.util.media.Media
-
Returns the content type, e.g., "image/jpeg", or null if not available.
- getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
- getContentType() - Method in class org.zkoss.video.AVideo
- getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getContentType() - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Returns the content type.
- 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() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the content type, or null to use the device default.
- getContentType() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getContentType() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getContentType() - Method in class org.zkoss.zml.device.XmlDevice
- getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns the content type of the specified format, such as "html" and "pdf", or null if not found (or format is null).
- getContentType(String) - Static method in class org.zkoss.web.servlet.dsp.Interpreter
-
Returns the content type by specifying a path, or null if no content type is available or path is null.
- getContentType(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
- getContentType(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
return the content type for specific type For example , xls => "application/vnd.ms-excel";
- getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content type (after evaluation), or null to use the device default.
- getContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- getContext() - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns the
ID
of thepopup
that should appear when the user right-clicks on the element (a.k.a., context menu). - getContext() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should appear when the user right-clicks on the element (a.k.a., context menu). - getContext() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the context of this level if any.
- getContext(Class) - Method in class org.zkoss.zel.ELContext
-
Obtain the context object for the given key.
- getContext(Class) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getContext(Class) - Method in class org.zkoss.zel.StandardELContext
- getContext(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getContext(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
-
Returns an OGNL context for the specified XEL context.
- getContextClassLoader(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Method in class org.zkoss.xel.zel.ClassReflect
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Method in interface org.zkoss.zel.impl.util.ClassReflect
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
Returns the context ClassLoader for the reference class.
- getContextClassLoaderForName(String) - Static method in class org.zkoss.lang.Classes
-
Returns the context ClassLoader for the given class name
- getContextClassLoaderForName(String) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
-
Returns the context ClassLoader for a class name.
- getContextPath() - Method in class org.zkoss.web.portlet.PortletServletContext
- getContextPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getContextPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getContextPath() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getContextPaths() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns a list of context paths (e.g., "/abc") that this application has.
- getContextURI() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the context uri from the current execution.
- getContextURI() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getContinuous() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Deprecated.As release of ZK 10.0, please use
Barcodescanner.isContinuous()
- getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
-
Returns the controller that really implement the onXxx methods (default to this).
- getControls() - Method in class org.zkoss.zhtml.Audio
-
Returns the controls of this audio tag.
- getControls() - Method in class org.zkoss.zhtml.Video
-
Returns the controls of this video tag.
- getControls() - Method in interface org.zkoss.zul.ListitemRendererExt
-
Returns how a listbox shall render the live data.
- getControls() - Method in interface org.zkoss.zul.RowRendererExt
-
Returns how a grid shall render the live data.
- getConverter() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- getConverter() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getConverter() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the associated _converter with this binding.
- getConverter() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getConverter() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getConverter(String) - Method in class org.zkoss.bind.BindComposer
- getConverter(String) - Method in interface org.zkoss.bind.Binder
-
Returns the _converter of the given _converter name.
- getConverter(String) - Method in class org.zkoss.bind.impl.BinderImpl
- getConverterArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns converter arg value of the given key in this Bind Context.
- getConverterArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
- getConverterArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
- getConverterArgs() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getConverterArgs() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns an argument
<tags, object>
pairs map for converter. - getConverterArgs() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getConverterArgs() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getCookies() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getCookies() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getCookies() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getCookieValue(HttpServletRequest, String) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the value of the specified cookie, or null if not found.
- getCoords() - Method in interface org.zkoss.stateless.sul.IArea
-
Returns the coordination of this area.
- getCoords() - Method in class org.zkoss.zhtml.Area
-
Returns the coords of this area tag.
- getCoords() - Method in class org.zkoss.zul.Area
-
Returns the coordination of this area.
- getCount() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- 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.
- getCreateMessage() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the creating message of this component.
- getCreateMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the create message of this component.
- getCreationTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
- getCropOwner() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns the owner of the cropping scope.
- getCropOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
- getCropOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getCropOwner() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- getCropOwner() - Method in class org.zkoss.zul.Rows.ExtraCtrl
- getCropOwner() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
- getCroppedFormat() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the cropped image format, e.g.,
"image/png"
,"image/jpeg"
. - getCroppedFormat() - Method in class org.zkoss.zkmax.zul.Cropper
-
Get the cropped image format, e.g., image/png, image/jpeg.
- getCroppedImage() - Method in class org.zkoss.stateless.state.ICropperController
-
Returns the cropped image as an
AImage
. - getCroppedImage() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the cropped image as an
AImage
. - getCrossorigin() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the crossorigin of the img of this cropper, could be
"anonymous"
,"use-credentials"
ornull
. - getCrossorigin() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the crossorigin of this video tag, could be "anonymous", "use-credentials" or null.
- getCrossorigin() - Method in class org.zkoss.zhtml.Img
-
Returns the crossorigin of this img tag.
- getCrossorigin() - Method in class org.zkoss.zhtml.Link
-
Returns the crossorigin of this link tag.
- getCrossorigin() - Method in class org.zkoss.zhtml.Script
-
Returns the crossorigin of this tag.
- getCrossorigin() - Method in class org.zkoss.zhtml.Video
-
Returns the crossorigin of this video tag.
- getCrossorigin() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the crossorigin of this video tag, could be "anonymous", "use-credentials" or null.
- getCrossOrigin() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the crossOrigin of the img of this cropper, could be "anonymous", "use-credentials" or null.
- getCSSURIs() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of the URIs of CSS files of this language.
- getCtrlKeys() - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns what keystrokes to intercept when a user presses the
key
on the component. - getCtrlKeys() - Method in class org.zkoss.zul.impl.XulElement
-
Returns what keystrokes to intercept.
- getCurpos() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the current position of the slider.
- getCurpos() - Method in class org.zkoss.zul.Slider
-
Returns the current position of the slider.
- getCurposInDouble() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the double value of slider's current position.
- getCurposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's current position.
- getCurrent() - Static method in interface org.zkoss.stateless.ui.UiAgent
-
Returns the current UiAgent if any.
- getCurrent() - Static method in class org.zkoss.util.Locales
-
Returns the current locale; never null.
- getCurrent() - Static method in class org.zkoss.util.TimeZones
-
Returns the current time zone; never null.
- getCurrent() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
-
Returns the current page context if this thread is evaluating a page, or null if not.
- getCurrent() - 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() - 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.
- getCurrent() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
-
Returns the current navigation data.
- getCurrent() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the data associated with the current key if any.
- getCurrent(boolean) - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the session for the current thread, or null if not available.
- getCurrent(Page) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the current scope.
- getCurrentContext() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current EL context.
- getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
Returns the current
ExecutionCtrl
. - getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Returns the current
SessionCtrl
. - getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the current directory (never null).
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Returns the current directory which is used to convert a relative URI to absolute, or null if not available.
- getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns the current component info
ComponentInfo
, definition (ComponentDefinition
or null, which is used only byUiEngine
to communicate withAbstractComponent
. - getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
Returns the current shadow element, which is used only by
UiEngine
to communicate withHtmlShadowElement
. - getCurrentKey() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the current key.
- getCurrentLocation() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- getCurrentLocationMessage() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- getCurrentOut() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current output.
- getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the current page.
- 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.
- 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).
- getCurrentRequest() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet request, or null if not available.
- getCurrentResponse() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet response, or null if not available.
- getCurrentServletContext() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet context, or null if not available.
- getCurrentState() - Method in class org.zkoss.fsm.StateMachine
-
Return the current state
- getCurrentTheme() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme name
- getCurrentTheme() - Static method in class org.zkoss.zul.theme.Themes
-
Returns the current theme name
- getData() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Returns the data
- getData() - Method in class org.zkoss.idom.impl.AbstractTextual
- getData() - Method in class org.zkoss.idom.ProcessingInstruction
- getData() - Method in class org.zkoss.stateless.action.data.RequestData
-
Returns the request data if any.
- getData() - Method in class org.zkoss.zhtml.Object
-
Returns the data of this object tag.
- getData() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the data of this request.
- getData() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
- getData() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the data accompanies with this event, or null if not available.
- getData() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the data of the event, by default returning an integer array of column index and row index.
- getData() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
Returns the data of the event, by default returning the same as
ScrollEventExt.getY()
- getData() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
-
Returns the data of the event, by default returning the same as
SortEventExt.getColumnIndex()
- getData() - Method in class org.zkoss.zul.DefaultTreeNode
- getData() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns customer data.
- getData() - Method in interface org.zkoss.zul.TreeNode
-
Returns the application-specific data of this node.
- getData(Component, Object) - Static method in class org.zkoss.zk.au.out.AuEcho
-
Retrieves the data associated with an echo event.
- getDataConnection() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Data Connection.
- getDataConverter() - Method in class org.zkoss.zuti.zul.ForEach
- getDataCount() - Method in interface org.zkoss.zul.HiLoModel
-
Get data count.
- getDataCount() - Method in class org.zkoss.zul.SimpleHiLoModel
- getDataCount(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
- getDataCount(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
-
Get data count of a specified series.
- getDataHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns all of the client data attribute handlers
- getDataInfo(int) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns the group info of given index
- getDataLoadingEvent(AuRequest, int) - Static method in class org.zkoss.zul.event.DataLoadingEvent
-
Converts an AU request to a data loading event.
- getDatasource() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports DataSource.
- getDate(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get date of a specified data index.
- getDate(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getDateFormat() - Method in class org.zkoss.zul.Chart
-
Returns the date format used by date related Chart.
- getDateFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the date format of the given style and locale, or null if the default one shall be used.
- getDateFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current date format; never null.
- getDateFormat(String) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the date format of the time only,
- getDateFormat(String) - Method in class org.zkoss.zul.Datebox
-
Returns the date format of the specified format
- getDateFormat(String) - Method in class org.zkoss.zul.Timebox
-
Returns the date format of the time only,
- getDateHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getDateHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getDateHeader(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getDatetime() - Method in class org.zkoss.zhtml.Del
-
Returns the datetime of this del tag.
- getDatetime() - Method in class org.zkoss.zhtml.Ins
-
Returns the datetime of this ins tag.
- getDatetime() - Method in class org.zkoss.zhtml.Time
-
Returns the datetime of this time tag.
- getDateTimeFormat(int, int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the date/time format of the given style and locale, or null if the default one shall be used.
- getDateTimeFormat(int, int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current date/time format; never null.
- getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the URL where this component definition is declared, or null if not available.
- getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
-
Returns namespace declared on this element.
- getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns a readonly list of the declared namespaces (
Namespace
), or empty if no declared namespace. - getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the declared namespaces (never null).
- getDeclaredNamespaces() - Method in class org.zkoss.zml.XmlNativeComponent
- getDecoding() - Method in class org.zkoss.zhtml.Img
-
Returns the decoding of this tag.
- getDefault() - Static method in class org.zkoss.util.resource.Locators
-
Returns the default resource locator which is an instance of
ClassLocator
. - getDefault() - Method in class org.zkoss.zhtml.Track
-
Returns the default of this track tag.
- getDefaultCmargins() - Method in class org.zkoss.zul.Center
-
Returns the default collapsed margin ([3, 3, 3, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.East
-
Returns the default collapsed margin ([0, 3, 3, 0]).
- getDefaultCmargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the default collapsed margin.
- getDefaultCmargins() - Method in class org.zkoss.zul.North
-
Returns the default collapsed margin ([3, 0, 0, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.South
-
Returns the default collapsed margin ([3, 0, 0, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.West
-
Returns the default collapsed margin ([0, 3, 3, 0]).
- getDefaultDateTime() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the default datetime if the value is empty.
- getDefaultDateTime() - Method in class org.zkoss.zul.Datebox
-
Returns the default datetime if the value is empty.
- getDefaultFonts() - Method in class org.zkoss.zul.Captcha
-
Gets the default font list.
- getDefaultFormat() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the default format, which is used when constructing a timepicker.
- getDefaultFormat() - Method in class org.zkoss.zul.Datebox
-
Returns the default format, which is used when constructing a datebox, or when
Datebox.setFormat(java.lang.String)
is called with null or empty. - getDefaultFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Return a default format for the number input element when the locale is specified.
- getDefaultFormat() - Method in class org.zkoss.zul.Timebox
-
Returns the default format, which is used when constructing a timebox.
- getDefaultLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns the default locale, either
NumberInputElement.getLocale()
orLocales.getCurrent()
(never null). - getDefaultMold(Class) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
- getDefaultMold(Class<? extends Component>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the default mold for the given class.
- getDefaultSessionTrackingModes() - Method in class org.zkoss.web.portlet.PortletServletContext
- getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the URL associated with the specified taglib URI, or null if not found.
- getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
-
Returns the default value of a primitive class, or null if it is not a primitive class.
- 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.stateless.ui.util.VolatileComponent
- 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. - getDelay() - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns the delay, the number of milliseconds between successive action events.
- getDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Returns the number of milliseconds to wait before replacing with the correct content.
- getDelay() - Method in class org.zkoss.zul.Timer
-
Returns the delay, the number of milliseconds between successive action events.
- getDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns the associated TrackerNode of the associated field script of this tracker node.
- getDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all dependent nodes of this node.
- getDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getDependents(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associated TrackerNodes of the associated field script of this tracker node.
- getDependents(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
- getDependentXMLResources(String, String, String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
-
Returns a list of resources (
XMLResourcesLocator.Resource
) after resolving the dependence. - getDepends() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the component or page that this response depends on.
- getDescription() - Method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the description (never null).
- getDescription() - Method in class org.zkoss.zul.Comboitem
-
Returns the description (never null).
- getDescription() - Method in class org.zkoss.zul.GanttModel.GanttTask
- getDesktop() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the desktop; never null.
- getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
- getDesktop() - Method in interface org.zkoss.zk.ui.Component
-
Returns the desktop of this component, or null if this component doesn't belong to any desktop.
- getDesktop() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the desktop associated with this execution.
- 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() - Method in interface org.zkoss.zk.ui.Page
-
Returns the desktop that this page belongs to.
- getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the desktop, or null if not created yet.
- getDesktop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the desktop that this server push belongs to (never null).
- getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
- getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the desktop for the specified desktop ID.
- getDesktop(ServletContext, HttpServletRequest, String) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Returns the desktop of the given desktop ID, or null if not found.
- getDesktop(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Returns the desktop from the given websocket session.
- getDesktop(Session, String) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- 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(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.
- getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
- getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Returns the desktop cache, or null if not available.
- 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(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.stateless.action.data.ClientInfoData
-
Returns the pixel height of the client's desktop.
- 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.stateless.action.data.ClientInfoData
-
Returns the pixel width of the client's desktop.
- 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.stateless.action.data.ClientInfoData
-
The the current horizontal pixel location of the top-left corner of the document in the window.
- 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.stateless.action.data.ClientInfoData
-
The the current vertical 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.
- getDestination(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns the destination state upon meeting the character or the class.
- getDetail(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the request detail information.
- getDetailChild() - Method in interface org.zkoss.stateless.sul.IRow
-
Returns the child detail component.
- getDetailChild() - Method in class org.zkoss.zul.Row
-
Returns the child detail component.
- getDetection() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Return the detection area setting.
- getDetection() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the detection area setting.
- 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
- getDevice(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified desktop type.
- getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified client.
- getDevicePixelRatio() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Return the current device pixel ratio on tablet/mobile device, otherwise return 1.0 instead.
- 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 givenalgorithm
. - getDir() - Method in interface org.zkoss.stateless.sul.IA
-
Returns the
direction
. - getDir() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns the direction.
- getDir() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the dir of this tag.
- getDir() - Method in class org.zkoss.zul.A
-
Returns the direction.
- getDir() - Method in class org.zkoss.zul.Button
-
Returns the direction.
- getDirectDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all direct dependent nodes of this node.
- getDirectDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getDirectory() - Method in class org.zkoss.util.resource.ClassLocator
-
Always returns null.
- getDirectory() - Method in interface org.zkoss.util.resource.Locator
-
Returns the directory used to resolve the relative path, or null if relative path is not allowed.
- getDirectory() - Method in class org.zkoss.web.util.resource.ServletContextLocator
- getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getDirname() - Method in class org.zkoss.zhtml.Input
-
Returns the dirname of this input tag.
- getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a set of the theme URIs that are disabled (never null).
- getDispatcherType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getDispatcherType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getDispatcherType() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getDisplayedTimeZones() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a list of the time zones that will be displayed at the client and allow user to select.
- getDisplayedTimeZones() - Method in class org.zkoss.zul.Datebox
-
Returns a list of the time zones that will be displayed at the client and allow user to select.
- getDisplayName() - Method in class org.zkoss.web.theme.StandardTheme
- getDisplayName(String) - Static method in class org.zkoss.zul.theme.Themes
-
Return the display name (human name) of the theme
- getDisplayValue() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the visibility of the value of barcode component (only for 1D barcode).
- getDisplayValue() - Method in class org.zkoss.zkmax.zul.Barcode
-
Returns the visibility of the value of barcode component (only for 1D barcode).
- 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(Component) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
Returns the current distributed index info, which is used only by
HtmlShadowElement
. - getDivisionSizeEvent(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
- getDoctype() - Method in class org.zkoss.idom.Document
- getDocType() - Method in class org.zkoss.idom.Document
-
Gets the document type.
- getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
-
Returns
<!
- getDocType() - Method in interface org.zkoss.zk.device.Device
-
Returns the default doc type, or null if no doc type at all.
- getDocType() - Method in class org.zkoss.zk.device.GenericDevice
-
Returns null to indicate not to generate <!
- getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the doc type (<!
- getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the doc type (<!
- getDocument() - Method in class org.zkoss.idom.Attribute
-
Gets the document that owns this attribute.
- getDocument() - Method in class org.zkoss.idom.impl.AbstractItem
- getDocument() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the document being created.
- getDocument() - Method in interface org.zkoss.idom.Item
-
Gets the document that owns this item.
- getDocumentElement() - Method in class org.zkoss.idom.Document
- getDocumentURI() - Method in class org.zkoss.idom.Document
- getDomConfig() - Method in class org.zkoss.idom.Document
- getDOMExceptionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DOMExceptionEvent
-
Creates an instance of
DOMExceptionEvent
based on the specified request. - 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.
- getDownload() - Method in class org.zkoss.zhtml.A
-
Returns the download of this a tag.
- getDownload() - Method in class org.zkoss.zhtml.Area
-
Returns the download of this area tag.
- getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the media that is associated with
Desktop.getDownloadMediaURI(org.zkoss.util.media.Media, java.lang.String)
, or null if not found. - getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns URI for a media that is used to download to the client.
- getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getDownloadURI(File, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDownloadURI(String, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDownloadURI(URL, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDraggable() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- getDraggable() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the identifier of a draggable type of objects, or
"false"
if not draggable (never null nor empty). - 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.stateless.action.data.DropData
-
Returns the component locator being dragged and drop to
Self
. - getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
-
Returns the component being dragged and drop to
Event.getTarget()
. - getDragged() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the panel being dragged.
- getDragged() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the panel being dragged.
- getDraggedColumnIndex() - Method in class org.zkoss.stateless.action.data.PortalDropData
-
Returns the index of the column which dragged happened.
- getDraggedColumnIndex() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the index of the column which dragged happened.
- getDraggedIndex() - Method in class org.zkoss.stateless.action.data.DropData
-
Returns its
getIndex()
(if any) or the child index of the dragged component from its parent. - getDraggedIndex() - Method in class org.zkoss.stateless.action.data.PortalDropData
-
Returns the dragged index.
- getDraggedIndex() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the dragged index.
- getDropdown() - Method in class org.zkoss.zul.Bandbox
-
Returns the dropdown window belonging to this band box.
- getDropdown() - Method in class org.zkoss.zul.Combobutton
-
Returns the dropdown window belonging to this combo button.
- getDropEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DropEvent
-
Converts an AU request to a drop event.
- getDroppable() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- getDroppable() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the identifier, or a list of identifiers (split by a comma
","
) of a droppable type of objects, or"false"
if not droppable (never null nor empty). - 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).
- getDroppedColumnIndex() - Method in class org.zkoss.stateless.action.data.PortalDropData
-
Returns the index of the column which dropped happened.
- getDroppedColumnIndex() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the index of the column which dropped happened.
- getDroppedIndex() - Method in class org.zkoss.stateless.action.data.DropData
-
Returns its
getIndex()
(if any) or the child index of the dropped component from its parent. - getDroppedIndex() - Method in class org.zkoss.stateless.action.data.PortalDropData
-
Returns the dropped index.
- getDroppedIndex() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the dropped index.
- getDroppedIndex() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the dropped index.
- getDynamicAttrs() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- getDynamicKeys() - Method in class org.zkoss.zuti.zul.Choose
- getDynamicMediaURI(AbstractComponent, int, String, String) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the encoded URL for the dynamic generated content, or empty the component doesn't belong to any desktop.
- 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
- getDynamicProperties() - Method in class org.zkoss.zhtml.impl.AbstractTag
- getDynamicProperties() - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Returns all available dynamic properties.
- getDynamicProperties() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- getDynamicProperties() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getDynamicProperties() - Method in class org.zkoss.zkmax.zul.Fragment
- getDynamicProperties() - Method in class org.zkoss.zml.XmlMacroComponent
- getDynamicProperties() - Method in class org.zkoss.zml.XmlNativeComponent
- getDynamicProperties() - Method in class org.zkoss.zul.Include
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.Apply
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.CollectionTemplate
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.ShadowTemplate
- getDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the dynamic property, or null if not found.
- getDynamicProperty(String) - Method in class org.zkoss.zhtml.Textarea
- getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Returns the property value of the specified name.
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getDynamicProperty(String) - Method in class org.zkoss.zkmax.zul.Fragment
- getDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
- getDynamicProperty(String) - Method in class org.zkoss.zml.XmlNativeComponent
- getDynamicProperty(String) - Method in class org.zkoss.zul.Include
-
Returns the parameter associated with the specified name, or null if not found.
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.Apply
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
- 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 class org.zkoss.bind.impl.AbstractForEachStatus
- getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the each-time scripts of the specified language, or null if no scripts.
- getEast() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the east child.
- getEast() - Method in class org.zkoss.zul.Borderlayout
- 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.
- getEffectiveMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
- getEffectiveMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
- getEffectiveSessionTrackingModes() - Method in class org.zkoss.web.portlet.PortletServletContext
- getELContext() - Method in class org.zkoss.zel.ELContextEvent
- getELContext() - Method in class org.zkoss.zel.ELManager
- getELContext() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getElement(String) - Method in interface org.zkoss.idom.Group
-
Gets the first Element-type child with the tag name.
- getElement(String) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElement(String, String, int) - Method in interface org.zkoss.idom.Group
-
Gets the first Element-type child that matches the giving criteria.
- getElement(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getElementAt(int) - Method in class org.zkoss.zul.impl.GroupsListModel
- getElementAt(int) - Method in interface org.zkoss.zul.ListModel
-
Returns the value at the specified index.
- getElementAt(int) - Method in class org.zkoss.zul.ListModelArray
- getElementAt(int) - Method in class org.zkoss.zul.ListModelList
- getElementAt(int) - Method in class org.zkoss.zul.ListModelMap
-
Returns the entry (Map.Entry) at the specified index.
- getElementAt(int) - Method in class org.zkoss.zul.ListModelSet
- getElementAt(int) - Method in class org.zkoss.zul.SimpleListModel
- getElementById(String) - Method in class org.zkoss.idom.Document
- getElementIndex(int, String) - Method in interface org.zkoss.idom.Group
-
Gets the index of the first Element-type child with the specified name.
- getElementIndex(int, String) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElementIndex(int, String, String, int) - Method in interface org.zkoss.idom.Group
-
Gets the index of the Element-type first child that match the specified criteria.
- getElementIndex(int, String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElementNames() - Method in interface org.zkoss.idom.Group
-
Returns a readonly set of names of element children.
- getElementNames() - Method in class org.zkoss.idom.impl.AbstractGroup
- getElements() - Method in interface org.zkoss.idom.Group
-
Returns a cloned copy of all element children
- getElements() - Method in class org.zkoss.idom.impl.AbstractGroup
- getElements(String) - Method in interface org.zkoss.idom.Group
-
Gets a readonly list of children with the tag name.
- getElements(String) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElements(String, String, int) - Method in interface org.zkoss.idom.Group
-
Gets a readonly list of Element-type children that match the giving criteria.
- getElements(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElementsByTagName(String) - Method in class org.zkoss.idom.Document
-
Gets elements that matches the tag name.
- getElementsByTagName(String) - Method in class org.zkoss.idom.Element
- getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Document
-
Gets elements that matches the tag name and namespace.
- getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Element
- getElementValue(String, boolean) - Method in interface org.zkoss.idom.Group
-
Gets the text of the first Element-type child with the tag name, with a trimming option.
- getElementValue(String, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
- getElementValue(String, String, int, boolean) - Method in interface org.zkoss.idom.Group
-
Gets the value of the first Element-type child that matches the giving criteria, with a trimming option.
- getElementValue(String, String, int, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
- getELManager() - Method in class org.zkoss.zel.ELProcessor
- getELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getELResolver() - Method in class org.zkoss.xel.zel.XelELContext
- getELResolver() - Method in class org.zkoss.xel.zel.XelELResolver
- getELResolver() - Method in class org.zkoss.zel.ELContext
- getELResolver() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getELResolver() - Method in class org.zkoss.zel.StandardELContext
- getELResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
- 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() - Method in class org.zkoss.zk.device.GenericDevice
- 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.
- getEmptyMessage() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the emptyMessage of the input of this component.
- getEmptyMessage() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the message to display when there are no items
- getEmptyMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the emptyMessage of the input of this component.
- getEmptyMessage() - Method in class org.zkoss.zul.Grid
-
Returns the message to display when there are no items
- getEmptyMessage() - Method in class org.zkoss.zul.Listbox
-
Returns the message to display when there are no items
- getEmptySearchMessage() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the empty search message if any.
- getEmptySearchMessage() - Method in class org.zkoss.zul.Combobox
-
Returns the empty search message if any.
- getEnable() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Deprecated.As of release 10.0.0, replaced with
Barcodescanner.isEnable()
- getEnclosingTag() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Returns the name of the enclosing tag for this macro component.
- getEnclosingTag() - Method in class org.zkoss.zul.Include
-
Returns the name of the enclosing tag.
- getEncodedData() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the evaluated result of the associated data of this response (might be null).
- getEncodedData() - Method in class org.zkoss.zk.au.out.AuSetAttributes
- getEncodedSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
- getEncodedSrc() - Method in class org.zkoss.zul.Iframe
-
Returns the encoded src (
Iframe.getSrc()
). - getEncodedSrc(IAudio) - Static method in interface org.zkoss.stateless.sul.IAudioCtrl
- getEncodedSrc(ICropper) - Static method in interface org.zkoss.stateless.sul.ICropperCtrl
- getEncodedSrc(IImageBase) - Static method in interface org.zkoss.stateless.sul.IImageCtrl
- getEncodedSrc(ILineitem) - Static method in interface org.zkoss.stateless.sul.ILineitemCtrl
- getEncodedSrc(ISignature) - Static method in interface org.zkoss.stateless.sul.ISignatureCtrl
- getEncodedSrc(IVideo) - Static method in interface org.zkoss.stateless.sul.IVideoCtrl
- getEncodedSrcURL(String) - Static method in interface org.zkoss.stateless.sul.IScriptCtrl
- getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Returns the class of the image encoder for the specified format, or null if not specified yet.
- getEncodeURLPrefix() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the prefix used to encoding the URL, or null if no prefix.
- getEnctype() - Method in class org.zkoss.zhtml.Form
-
Returns the enctype of this form tag.
- getEnd() - Method in class org.zkoss.stateless.action.data.SelectionData
-
Returns the selected text's end position.
- getEnd() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the index of the item at which the iteration ends (inclusive).
- getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's end position.
- getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration ends at, or null if not specified (and the last element is assumed).
- getEnd() - Method in class org.zkoss.zul.GanttModel.GanttTask
- getEnd() - Method in class org.zkoss.zuti.zul.ForEach
- getEndColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end column number.
- getEndDate() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Returns the ending date, or null if there is no constraint of the ending date.
- getEndIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
- getEndLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end line number.
- getEndValue() - Method in class org.zkoss.stateless.action.data.RangeValueChangeData
-
Returns the end value of this sliderbuttons.
- getEndValue() - Method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the end value of this rangeslider.
- getEndValue() - Method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns the end value of this sliderbuttons.
- getEndValue() - Method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Returns the end value of this sliderbuttons.
- getEndValue() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the end value of this rangeslider.
- getEndValue() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Returns the end value of this sliderbuttons.
- getEngine() - Method in class org.zkoss.zul.Chart
-
Returns the implementation chart engine.
- getEngine() - Method in class org.zkoss.zul.Tabbox
-
Returns the implementation tabbox engine.
- getEntities() - Method in class org.zkoss.idom.DocType
- getEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
- getEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns or create an EntityManager for the specified persistence unit name.
- getEntityManagerFactory() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the default EntityManagerFactory as defined in zk.xml.
- getEntityManagerFactory(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the EntityManagerFactory for the specified persistence unit name.
- getEntityManagerFactory(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create the EntityManagerFactory for the specified persistence unit and defined properties.
- getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the org.xml.sax.EntityResolver.
- getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the org.xml.sax.EntityResolver.
- getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager for the specified persistence unit name and defined properties.
- getEntrySet() - Method in class org.zkoss.zul.WaferMapModel
-
Internal Use Only.
- getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the epilog children (
NativeInfo
). - getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the epilog content.
- getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getEpilogContent() - Method in class org.zkoss.zml.XmlNativeComponent
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getEqualBeans(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
- getErrorAcceptance() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the error acceptance (used in 1D barcode).
- getErrorAcceptance() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the error acceptance (used in 1D barcode).
- getErrorboxIconSclass() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the class name of the custom style applied to the errorbox icon of this component.
- getErrorboxIconSclass() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the class name of the custom style applied to the errorbox icon of this component.
- getErrorboxSclass() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the class name of the custom style applied to the errorbox of this component.
- getErrorboxSclass() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the class name of the custom style applied to the errorbox of this component.
- getErrorEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.ErrorEvent
-
Converts an AU request to an error event.
- getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the org.xml.sax.ErrorHandler.
- getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the org.xml.sax.ErrorHandler.
- getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
-
Get the error event handler in effect for the transformation.
- getErrorMessage() - Method in class org.zkoss.stateless.action.data.DOMExceptionData
-
Returns a message or description associated with the given error name.
- getErrorMessage() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the error message that is set by
IInputElement.withErrorMessage(String)
- getErrorMessage() - Method in class org.zkoss.zk.ui.event.DOMExceptionEvent
-
Returns a message or description associated with the given error name.
- getErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the error message that is caused when user entered invalid value, or null if no error at all.
- getErrorMessage(Component) - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the custom error message that shall be shown if an error occurs, or null if no custom error message specified.
- getErrorName() - Method in class org.zkoss.stateless.action.data.DOMExceptionData
-
Returns the error name, to see common error names, please refer to https://developer.mozilla.org/en-US/docs/Web/API/DOMException#Error_names
- getErrorName() - Method in class org.zkoss.zk.ui.event.DOMExceptionEvent
-
Returns the error name, to see common error names, please refer to https://developer.mozilla.org/en-US/docs/Web/API/DOMException#Error_names
- 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.
- getErrorType() - Method in exception org.zkoss.json.parser.ParseException
- getEscapeXML() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to escape XML.
- getEvaluationListeners() - Method in class org.zkoss.zel.ELContext
-
Obtain the list of registered EvaluationListeners.
- getEvaluationListeners() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- 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.
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
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(Component, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the evaluator (never null).
- getEvaluator(Page, 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
- getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
-
Returns the implementation for the specified evaluator name.
- getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.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
- getEvaluatorX() - Method in interface org.zkoss.bind.Binder
-
Returns the
BindEvaluatorX
used by this Binder. - getEvaluatorX() - Method in class org.zkoss.bind.impl.BinderImpl
- getEvaluatorX() - Method in class org.zkoss.clientbind.ClientBindComposer
- getEvent() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
- 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).
- getEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.Event
-
Creates an instance of
Event
based on the specified request. - getEventHandler(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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
-
Returns the listener that serves the event, or null if it is served by a method (
ExecutionInfo.getEventMethod()
), or a zscript (ExecutionInfo.getEventZScript()
). - getEventListenerMap() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the method that serves the event, or null if it is served by a listener (
ExecutionInfo.getEventListener()
), or a zscript (ExecutionInfo.getEventZScript()
). - 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.
- getEventName() - Method in class org.zkoss.bind.impl.CommandBindingImpl
- getEventNames() - Method in class org.zkoss.stateless.ui.util.StatelessEventListenerMap
- 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.
- getEventNames() - Method in interface org.zkoss.zk.ui.sys.EventListenerMapCtrl
-
Returns all event names of this map.
- getEventQueue() - Method in class org.zkoss.bind.impl.BinderImpl
- getEventQueue() - Method in interface org.zkoss.clientbind.ClientBinder
- 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
-
Returns the zscript that serves the event, or null if it is served by a listener (
ExecutionInfo.getEventListener()
), or a method (ExecutionInfo.getEventMethod()
). - getExclude() - Method in class org.zkoss.zul.Captcha
-
Get exclude characters.
- getExecution() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the execution, or null if this desktop is not 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.
- getExecution() - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- getExecution() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the execution.
- 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.
- getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Get the collector, the sub-class have to consider the thread-safe issue when implementing.
- getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- 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.zel.impl.ValueExpressionImpl
- getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- getExpectedType() - Method in class org.zkoss.zel.ValueExpression
- getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the expected type.
- getExportName() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the export file name for the download if any, the full name will be exportName + "." + format.
- getExpression() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getExpression() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
-
Returns the expression.
- getExpressionFactory() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the expression factory (never null).
- getExpressionFactory() - Static method in class org.zkoss.zel.ELManager
- getExpressionFactory() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the expression factory.
- getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
-
Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the implementation of the expression factory that is used by this page, or null if
Configuration.getExpressionFactoryClass()
is used. - getExpressionFactoryClass() - Method in interface org.zkoss.zk.ui.Page
-
Returns the implementation of the expression factory that is used by this page, or null if
Configuration.getExpressionFactoryClass()
is used. - getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the implementation of the expression factory that is used by the whole system, or null if the system 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.
- getExpressionString() - Method in class org.zkoss.bind.impl.PropertyExpression
- getExpressionString() - Method in interface org.zkoss.xel.ExpressionX
-
Returns the expression in String form.
- getExpressionString() - Method in class org.zkoss.xel.zel.ELXelExpression
- getExpressionString() - Method in class org.zkoss.zel.Expression
- getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Returns the original String used to create this
Expression
, unmodified. - getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- getExpressionString(ExpressionX) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- getExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the Extendlet (a.k.a., resource processor) of the specified extension, or null if not associated.
- getExtendlet(String, boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the Extendlet (aka., resource processor) of the specified extension, or null if not associated.
- getExtendletContext() - Method in interface org.zkoss.web.util.resource.ExtendletConfig
-
Returns the Extendlet context.
- getExtendletContext() - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the extendlet context.
- getExtendletContext() - Method in interface org.zkoss.web.util.resource.FilterConfig
-
Returns the Extendlet context.
- getExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the extended context of the specified name.
- getExtension(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
- getExtension(String, boolean) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the file/path extension of the specified path (excluding dot), or null if no extension at all.
- getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the readonly list of extensions that this language definition is associated with (never null).
- getExtraCtrl() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getExtraCtrl() - Method in class org.zkoss.zhtml.impl.AbstractTag
- getExtraCtrl() - Method in class org.zkoss.zhtml.Text
- getExtraCtrl() - Method in class org.zkoss.zhtml.Zkhead
- 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.
- getExtraCtrl() - Method in class org.zkoss.zkex.zul.Jasperreport
- getExtraCtrl() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getExtraCtrl() - Method in class org.zkoss.zkmax.zul.Chosenbox
- getExtraCtrl() - Method in class org.zkoss.zkmax.zul.Cropper
- getExtraCtrl() - Method in class org.zkoss.zkmax.zul.Lineitem
- getExtraCtrl() - Method in class org.zkoss.zkmax.zul.Video
- getExtraCtrl() - Method in class org.zkoss.zul.Audio
- getExtraCtrl() - Method in class org.zkoss.zul.Combobox
- getExtraCtrl() - Method in class org.zkoss.zul.Datebox
- getExtraCtrl() - Method in class org.zkoss.zul.Grid
- getExtraCtrl() - Method in class org.zkoss.zul.Iframe
- getExtraCtrl() - Method in class org.zkoss.zul.Image
- getExtraCtrl() - Method in class org.zkoss.zul.impl.LabelImageElement
- getExtraCtrl() - Method in class org.zkoss.zul.Listbox
- getExtraCtrl() - Method in class org.zkoss.zul.Listitem
- getExtraCtrl() - Method in class org.zkoss.zul.Row
- getExtraCtrl() - Method in class org.zkoss.zul.Rows
- getExtraCtrl() - Method in class org.zkoss.zul.Selectbox
- getExtraCtrl() - Method in class org.zkoss.zul.Treechildren
- getExtraHeaders() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getExtraLocator() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the extra locator, or null if not available.
- getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the extra message, or null if no extra.
- getExtraXelVariable(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- getExtraXelVariable(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the object, if any, defined in any variable resolver added by
Execution.addVariableResolver(org.zkoss.xel.VariableResolver)
. - getExtraXelVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- getExtraXelVariable(XelContext, Object, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the object, if any, defined in any variable resolver added by
Execution.addVariableResolver(org.zkoss.xel.VariableResolver)
. - 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.web.util.resource.DspExtendlet
- getFeature(int) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Returns if the specified feature is supported.
- 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.
- getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
- getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
Always returns
null
. - getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.TypeConverter
- getFellow(String) - Method in class org.zkoss.stateless.ui.IStubsComponent
- getFellow(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
- getFellow(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space.
- getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space.
- getFellow(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
The same as
AbstractPage.getFellow(String)
. - 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, 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.stateless.ui.IStubsComponent
- getFellowIfAny(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space, or null if not found.
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space, or null if not found.
- getFellowIfAny(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
The same as
AbstractPage.getFellowIfAny(String)
. - 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, 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.stateless.ui.util.VolatileComponent
- getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
- getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
- getFellows() - Method in interface org.zkoss.zk.ui.Component
-
Returns all fellows in the same ID space of this component.
- getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns all fellows in this ID space.
- getFgAlpha() - Method in class org.zkoss.zul.Chart
-
Get the foreground alpha (transparency, 0 ~ 255, opaque).
- getField(String) - Method in interface org.zkoss.bind.FormLegacy
-
Deprecated.Returns the associated value of the specified field name.
- getField(String) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getFieldExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
- getFieldExpression(BindEvaluatorX, String) - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the field expression from the given field.
- getFieldExpression(BindEvaluatorX, String) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getFieldName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getFieldName() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the field name of the source object.
- getFieldName() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getFieldName() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getFieldNameIfAny() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- getFieldNames() - Method in interface org.zkoss.bind.FormLegacy
-
Deprecated.Returns all field names that this FormLegacy bean is care about for both read and load.
- getFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getFieldNamesIfAny() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- getFieldScript() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated field script of this TrackerNode.
- getFieldScript() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getFieldValue(Object, Field) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Get field value.
- getFieldValue(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getFieldValue(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first field value from the given key, if any.
- getFieldValue(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getFieldValue(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getFieldValue(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first field value from the given key and component, if any.
- getFieldValue(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getFieldValues(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getFieldValues(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all field values from the given key, if any.
- getFieldValues(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getFieldValues(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getFieldValues(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all field values from the given key and component, if any.
- getFieldValues(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- 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.
- getFilterName() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns the filter's name.
- getFilterRegistration(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getFilterRegistrations() - Method in class org.zkoss.web.portlet.PortletServletContext
- getFilters(String, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns an array of the filters (
Filter
) of the specified extension, or null if not associated. - getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
- getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
- getFirstChild() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the first child element, or null if no child element at all.
- getFirstHalf(StringBuffer, String, Map<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
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
- 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.ShadowElement
-
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() - 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.
- 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.
- 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.
- getFirstScale() - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the scale of space occupied by the first area.
- getFirstScale() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the scale of space occupied by the first area.
- getFlags() - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the constraint flags, i.e., a combination of
SimpleConstraint.NO_POSITIVE
,SimpleConstraint.NO_NEGATIVE
,SimpleConstraint.STRICT
and others. - getFloatingPoint() - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
- getFont(int) - Method in class org.zkoss.zul.Captcha
-
Get nth Font.
- getFontColor() - Method in class org.zkoss.zul.Captcha
-
Gets font color.
- getFontRGB() - Method in class org.zkoss.zul.Captcha
-
Get the font color in int array (0: red, 1: green, 2:blue).
- getFonts() - Method in class org.zkoss.zul.Captcha
-
Gets fonts list, default provide two fonts.
- getFontSize() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the fontSize of barcode (only for 1D barcode).
- getFontSize() - Method in class org.zkoss.zkmax.zul.Barcode
-
Returns the fontSize of barcode (only for 1D barcode).
- getFoot() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the foot.
- getFoot() - Method in class org.zkoss.zul.Grid
-
Returns the foot.
- getFootToolbar() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the foot toolbar of this component.
- getFootToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the foot toolbar of this panel.
- getFor() - Method in class org.zkoss.zhtml.Label
-
Returns the for of this label tag.
- getFor() - Method in class org.zkoss.zhtml.Output
-
Returns the for of this output tag.
- getForm() - Method in class org.zkoss.zhtml.Button
-
Returns the form of this button tag.
- getForm() - Method in class org.zkoss.zhtml.Fieldset
-
Returns the form of this tag.
- getForm() - Method in class org.zkoss.zhtml.Input
-
Returns the form of this tag.
- getForm() - Method in class org.zkoss.zhtml.Meter
-
Returns the form of this meter tag.
- getForm() - Method in class org.zkoss.zhtml.Object
-
Returns the form of this tag.
- getForm() - Method in class org.zkoss.zhtml.Output
-
Returns the form of this output tag.
- getForm() - Method in class org.zkoss.zhtml.Select
-
Returns the form of this tag.
- getForm(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
- getForm(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Get the form of the component
- getFormaction() - Method in class org.zkoss.zhtml.Button
-
Returns the formaction of this button tag.
- getFormaction() - Method in class org.zkoss.zhtml.Input
-
Returns the formaction of this tag.
- getFormAssociatedSaveBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
- getFormAssociatedSaveBindings(Component) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Get associated save bindings of a form in a component
- getFormat() - Method in class org.zkoss.image.AImage
- getFormat() - Method in class org.zkoss.sound.AAudio
- getFormat() - Method in interface org.zkoss.stateless.sul.IFormatInputElement
-
Returns the format of the input component.
- getFormat() - Method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the format of the timebox.
- getFormat() - Method in class org.zkoss.util.media.AMedia
- getFormat() - Method in interface org.zkoss.util.media.Media
-
Returns the format name, e.g., "jpeg", or null if not available.
- getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
- getFormat() - Method in class org.zkoss.video.AVideo
- getFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
-
Returns the format of the input component.
- getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns the format of the specified content type, or null if not found.
- getFormat(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
- getFormat(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
Return the file extension name.
- getFormatter() - Static method in class org.zkoss.mesg.Messages
-
Returns the formatter used by
Messages.get(int, Object[], Locale)
, or null if not set. - getFormBean() - Method in class org.zkoss.bind.impl.FormBindingImpl
- getFormBean() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the implicit form associated with this form binding.
- getFormBean() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getFormBean(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getFormenctype() - Method in class org.zkoss.zhtml.Button
-
Returns the formenctype of this button tag.
- getFormenctype() - Method in class org.zkoss.zhtml.Input
-
Returns the formenctype of this tag.
- getFormExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
- getFormExpression(BindEvaluatorX, String) - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the form expression from the given field.
- getFormExpression(BindEvaluatorX, String) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getFormId() - Method in class org.zkoss.bind.impl.FormBindingImpl
- getFormId() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the associated form id of this Binding.
- getFormId() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getFormmethod() - Method in class org.zkoss.zhtml.Button
-
Returns the formmethod of this tag.
- getFormmethod() - Method in class org.zkoss.zhtml.Input
-
Returns the formmethod of this tag.
- getFormnovalidate() - Method in class org.zkoss.zhtml.Button
-
Returns the formnovalidate of this tag.
- getFormnovalidate() - Method in class org.zkoss.zhtml.Input
-
Returns the formnovalidate of this tag.
- getFormStatus() - Method in interface org.zkoss.bind.Form
-
Returns the status object of this form
- getFormStatus() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getFormtarget() - Method in class org.zkoss.zhtml.Button
-
Returns the formtarget of this tag.
- getFormtarget() - Method in class org.zkoss.zhtml.Input
-
Returns the formtarget of this tag.
- 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.
- getForwards() - Method in class org.zkoss.zk.ui.AbstractComponent
- getForwards() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the forwards info if any.
- getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the URI to forward to, or null if not to forward.
- getFrameBgAlpha() - Method in class org.zkoss.zul.DialModel
-
Get the background alpha of the dial frame (transparency, 0 ~ 255, opacue).
- getFrameBgColor() - Method in class org.zkoss.zul.DialModel
-
Get the background color of the dial frame (in string as #RRGGBB).
- getFrameBgColor1() - Method in class org.zkoss.zul.DialModel
-
Get the 1st background color of the dial frame (in string as #RRGGBB) for gradient starting color.
- getFrameBgColor2() - Method in class org.zkoss.zul.DialModel
-
Get the 2nd background color of the dial frame (in string as #RRGGBB) for gradient ending color.
- getFrameBgRGB() - Method in class org.zkoss.zul.DialModel
-
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
- getFrameBgRGB1() - Method in class org.zkoss.zul.DialModel
-
Get the 1st background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient starting color.
- getFrameBgRGB2() - Method in class org.zkoss.zul.DialModel
-
Get the 2nd background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient ending color.
- getFrameFgColor() - Method in class org.zkoss.zul.DialModel
-
Get the foreground color of the dial frame (in string as #RRGGBB).
- getFrameFgRGB() - Method in class org.zkoss.zul.DialModel
-
Get the foreground color of the dial frame in int array (0: red, 1: green, 2:blue).
- getFrom() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the portalchildren from the dragged panel.
- getFrom() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the portalchildren from the dragged panel.
- getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the variable through scopes and variable resolvers, or
GenericInterpreter.UNDEFINED
if the variable not defined. - getFromNamespace(Scope, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the variable through the specified scopes and variable resolvers, or
GenericInterpreter.UNDEFINED
if the variable is not defined. - getFrontSpace() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the spacing with the previous lineitem.
- getFrontSpace() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the spacing with the previous lineitem.
- getFrozen() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the frozen child.
- getFrozen() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the frozen child.
- getFrozen() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a
IFrozen
component to enable a frozen column or row facility. - getFrozen() - Method in class org.zkoss.zul.Grid
-
Returns the frozen child.
- getFrozen() - Method in class org.zkoss.zul.Listbox
-
Returns the frozen child.
- getFrozen() - Method in class org.zkoss.zul.Tree
-
Returns the frozen child.
- getFrozenCols() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the size of the frozen columns.
- getFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the size of the frozen columns.
- 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(String, Class[]) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
Returns the method.
- 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.bsh.BSHInterpreter
- getFunction(Scope, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
-
Returns the method of the specified name defined in this interpreter's scope identified by the specified scope, or null if not defined.
- 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.xel.util.SimpleXelContext
- getFunctionMapper() - Method in class org.zkoss.xel.util.XelContextProxy
- getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
-
Returns the function mapper, or null if not available.
- getFunctionMapper() - Method in class org.zkoss.xel.zel.XelELContext
- getFunctionMapper() - Method in class org.zkoss.zel.ELContext
- getFunctionMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getFunctionMapper() - Method in class org.zkoss.zel.StandardELContext
- 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.
- getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Collection<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib
, imports and functions, or null if nothing is loaded. - getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib
and imports, or null if nothing is loaded. - getFunctionMapper(Collection<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib
, or null if nothing is loaded. - getFunctionMapper(List<Taglib>, Map<String, Class<?>>, List<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib
, imports and functions, or null if nothing is loaded. - getFunctionMapper(List<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib
and imports, or null if nothing is loaded. - getFunctionMapper(List<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib
, or null if nothing is loaded. - getGanttTaskTooltip(Date, Date, Number) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
-
Returns data tooltiptext of the GanttTask.
- getGeneral() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getGradientDirection() - Method in class org.zkoss.zul.DialModel
-
Returns the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
- getGreen() - Method in class org.zkoss.web.fn.Color
- getGrid() - Method in class org.zkoss.zul.Column
-
Returns the grid that contains this column.
- getGrid() - Method in class org.zkoss.zul.Columns
-
Returns the grid that it belongs to.
- getGrid() - Method in class org.zkoss.zul.Foot
-
Returns the grid that it belongs to.
- getGrid() - Method in class org.zkoss.zul.Footer
-
Returns the grid that this belongs to.
- getGrid() - Method in class org.zkoss.zul.Row
-
Returns the grid that contains this row.
- getGrid() - Method in class org.zkoss.zul.Rows
-
Returns the grid that contains this rows.
- getGroup() - Method in class org.zkoss.zul.Group
- getGroup() - Method in class org.zkoss.zul.Row
-
Returns the group that this row belongs to, or null.
- getGroup(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the group value at the specified index.
- getGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
- getGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Returns the data representing the group.
- getGroupCount() - Method in interface org.zkoss.zul.GroupsModel
-
Returns the number of groups.
- getGroupCount() - Method in class org.zkoss.zul.GroupsModelArray
- getGroupCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of listgroup
- getGroupCount() - Method in class org.zkoss.zul.Rows
-
Returns the number of groups.
- getGroupCount() - Method in class org.zkoss.zul.SimpleGroupsModel
- getGroupfoot() - Method in class org.zkoss.zul.Group
-
Returns the Groupfoot, if any.
- getGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the foot value of the specified group, or null if the specified group does not have any foot.
- getGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
- getGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- getGroupfootIndex() - Method in class org.zkoss.zul.Group
-
Returns the index of Groupfoot
- getGroupIndex() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the index of the group.
- getGroupIndex() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
Returns the index of this group
- getGroupIndex() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
- getGroupOffset(int) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns the offset from 0 that a group in this ListModel.
- getGroups() - Method in class org.zkoss.zul.Listbox
-
Returns a list of all
Listgroup
. - getGroups() - Method in class org.zkoss.zul.Rows
-
Returns a list of all
Group
. - getGroupsInfos() - Method in class org.zkoss.zul.impl.GroupsListModel
- getGroupsModel() - Method in class org.zkoss.zul.Grid
-
Returns the groups model associated with this grid, or null if this grid is associated with a
ListModel
or not associated with any list data model. - getGroupsModel() - Method in class org.zkoss.zul.impl.GroupsListModel
- getGroupsModel() - Method in class org.zkoss.zul.Listbox
-
Returns the groups model associated with this list box, or null if this list box is associated with a
ListModel
or not associated with any list data model. - getGroupsRenderer() - Method in class org.zkoss.stateless.state.IGridController
-
Returns the groups renderer.
- getGroupsRenderer() - Method in class org.zkoss.stateless.state.IListboxController
-
Returns the groups renderer.
- getH() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the height of the crop area in pixel.
- getH() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the height of the crop area in pixel.
- getHeadAt(int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the head from the specified index.
- getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- 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
- getHeader(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- getHeader(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getHeader(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getHeaderAt(HeadT, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the header from the specified index.
- getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- 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
- getHeaderNames() - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- getHeaderNames() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getHeaderNames() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getHeaders() - Method in class org.zkoss.zhtml.Td
-
Returns the headers of this td tag.
- getHeaders() - Method in class org.zkoss.zhtml.Th
-
Returns the headers of this th tag.
- getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- 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
- getHeaders(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- getHeaders(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getHeaders(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getHeads() - Method in class org.zkoss.zul.Grid
-
Returns a collection of heads, including
Grid.getColumns()
and auxiliary heads (Auxhead
) (never null). - getHeads() - Method in class org.zkoss.zul.Listbox
-
Returns a collection of heads, including
Listbox.getListhead()
and auxiliary heads (Auxhead
) (never null). - getHeads() - Method in class org.zkoss.zul.Tree
-
Returns a collection of heads, including
Tree.getTreecols()
and auxiliary heads (Auxhead
) (never null). - getHeadSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the length of the heads
- getHeight() - Method in class org.zkoss.image.AImage
-
Returns the height.
- getHeight() - Method in interface org.zkoss.image.Image
-
Returns the height.
- getHeight() - Method in class org.zkoss.stateless.action.data.AfterSizeData
- getHeight() - Method in class org.zkoss.stateless.action.data.MaximizeData
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.stateless.action.data.MinimizeData
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.stateless.action.data.SizeData
-
Returns the height of the component after re-sized.
- getHeight() - Method in interface org.zkoss.stateless.sul.ICenter
- getHeight() - Method in interface org.zkoss.stateless.sul.IFisheye
- getHeight() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- getHeight() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the height of the component.
- getHeight() - Method in interface org.zkoss.stateless.sul.IListhead
- getHeight() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the height.
- getHeight() - Method in class org.zkoss.zhtml.Canvas
-
Returns the height of this canvas tag.
- getHeight() - Method in class org.zkoss.zhtml.Embed
-
Returns the height of this embed tag.
- getHeight() - Method in class org.zkoss.zhtml.Iframe
-
Returns the height of this iframe tag.
- getHeight() - Method in class org.zkoss.zhtml.Img
-
Returns the height of this img tag.
- getHeight() - Method in class org.zkoss.zhtml.Input
-
Returns the height of this input tag.
- getHeight() - Method in class org.zkoss.zhtml.Object
-
Returns the height of this object tag.
- getHeight() - Method in class org.zkoss.zhtml.Source
-
Returns the height of this tag.
- getHeight() - Method in class org.zkoss.zhtml.Video
-
Returns the height of this video tag.
- 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.
- getHeight() - Method in class org.zkoss.zul.Grid.ExtraCtrl
- getHeight() - Method in interface org.zkoss.zul.impl.Padding
-
Returns the padding height in px.
- getHeight() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- getHeights() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the heights.
- getHeights() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the heights.
- getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the helper to generate the output of the native components.
- getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getHelper() - Method in class org.zkoss.zml.XmlNativeComponent
- getHflex() - Method in interface org.zkoss.stateless.sul.IColumns
- getHflex() - Method in interface org.zkoss.stateless.sul.IFoot
- getHflex() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Return horizontal flex hint of this component.
- getHflex() - Method in interface org.zkoss.stateless.sul.IListcell
- getHflex() - Method in interface org.zkoss.stateless.sul.IListfoot
- getHflex() - Method in interface org.zkoss.stateless.sul.IListhead
- getHflex() - Method in interface org.zkoss.stateless.sul.IOrgchildren
- getHflex() - Method in interface org.zkoss.stateless.sul.IRow
- getHflex() - Method in interface org.zkoss.stateless.sul.IRowlayout
- getHflex() - Method in interface org.zkoss.stateless.sul.IRows
- getHflex() - Method in interface org.zkoss.stateless.sul.ITreecell
- getHflex() - Method in interface org.zkoss.stateless.sul.ITreecols
- getHflex() - Method in interface org.zkoss.stateless.sul.ITreefoot
- getHflex() - Method in interface org.zkoss.stateless.sul.ITreeitem
- getHflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns horizontal flex hint of this component.
- getHflex() - Method in class org.zkoss.zul.Panelchildren
- getHigh() - Method in class org.zkoss.zhtml.Meter
-
Returns the high of this meter tag.
- getHigh(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get High value of a specified data index.
- getHigh(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getHistoryPopStateEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Converts an AU request to a history pop state event.
- getHover() - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns the URI of the hover image.
- getHover() - Method in class org.zkoss.zul.Image
-
Returns the URI of the hover image.
- getHoverImage() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the URI of the hover image.
- getHoverImage() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the URI of the hover image.
- getHoverImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the content of the hover image set by
LabelImageElement.setHoverImageContent(Image)
orLabelImageElement.setHoverImageContent(RenderedImage)
. - getHref() - Method in class org.zkoss.html.StyleSheet
-
Returns the href that contains the style sheets, or null if
StyleSheet.getContent()
is not null. - getHref() - Method in interface org.zkoss.stateless.sul.IA
-
Returns the URI that the hyperlink points to.
- getHref() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns the href that the browser shall jump to, if a user clicks this button.
- getHref() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the href that the browser shall jump to, if a user clicks this button.
- getHref() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns the href.
- getHref() - Method in class org.zkoss.zhtml.A
-
Returns the href of this a tag.
- getHref() - Method in class org.zkoss.zhtml.Area
-
Returns the href of this area tag.
- getHref() - Method in class org.zkoss.zhtml.Base
-
Returns the href of this base tag.
- getHref() - Method in class org.zkoss.zhtml.Link
-
Returns the href of this link tag.
- getHref() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the href.
- getHref() - Method in class org.zkoss.zul.A
-
Returns the href that the browser shall jump to, if an user clicks this button.
- getHref() - Method in class org.zkoss.zul.Button
-
Returns the href that the browser shall jump to, if a user clicks this button.
- getHref() - Method in class org.zkoss.zul.Menuitem
-
Returns the href.
- getHreflang() - Method in class org.zkoss.zhtml.A
-
Returns the hreflang of this a tag.
- getHreflang() - Method in class org.zkoss.zhtml.Link
-
Returns the hreflang of this link tag.
- getHspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the hspace.
- getHttpequiv() - Method in class org.zkoss.zhtml.Meta
-
Returns the http-equiv of this meta tag.
- getHttpServletRequest(RenderRequest) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Returns the HTTP servlet request associated with the render request, or null if not found.
- getHttpServletRequest(ResourceRequest) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Returns the HTTP servlet request associated with the render request, or null if not found.
- getIconSclass() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the iconSclass name of this Bandbox.
- getIconSclass() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the iconSclass name of this Combobox.
- getIconSclass() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the icon font CSS class name.
- getIconSclass() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns the iconSclass name of this rating.
- getIconSclass() - Method in interface org.zkoss.stateless.sul.IStep
-
Returns the icon font
- getIconSclass() - Method in class org.zkoss.zkmax.zul.Step
-
Returns the icon font
- getIconSclass() - Method in class org.zkoss.zul.Bandbox
-
Returns the iconSclass name of this Bandbox.
- getIconSclass() - Method in class org.zkoss.zul.Combobox
-
Returns the iconSclass name of this Combobox.
- getIconSclass() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the icon font
- getIconSclass() - Method in class org.zkoss.zul.Rating
-
Returns the iconSclass name of this rating.
- getIconSclasses() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the icon font CSS class name String array.
- getIconSclasses() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the icon font String array
- getIconTooltip() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the iconTooltip font.
- getIconTooltip() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the iconTooltip content
- getIconTooltips() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the iconTooltip font String array.
- getIconTooltips() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the iconTooltip content String array
- getId() - Method in interface org.zkoss.stateless.sul.ICoachmark
- getId() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the ID.
- getId() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getId() - Method in class org.zkoss.web.portlet.PortletHttpSession
- getId() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the id attribute.
- getId() - Method in class org.zkoss.zk.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() - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Get the Loadingbar id.
- 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.
- getIDOMFactory() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the iDOM factory.
- getIDOMFactory() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the iDOM factory.
- getIf() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns the if condition.
- getIf() - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns If expression.
- getImage() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns the image URI.
- getImage() - Method in interface org.zkoss.stateless.sul.IListitemBase
- getImage() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the image of the first
IOrgnode
it contains. - getImage() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the image of the first
ITreecell
it contains. - getImage() - Method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the image of the first
ITreecell
it contains, or null if no such treecell. - getImage() - Method in interface org.zkoss.zel.impl.parser.Node
- getImage() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- getImage() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the image of the
Orgnode
it contains. - getImage() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the image URI.
- getImage() - Method in class org.zkoss.zul.Listitem
-
Returns the image of the
Listcell
it contains. - getImage() - Method in class org.zkoss.zul.Treeitem
-
Returns the image of the
Treecell
it contains. - getImage() - Method in class org.zkoss.zul.Treerow
-
Returns the image of the
Treecell
it contains, or null if no such cell. - GetImage() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token literal value.
- getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the image content set by
LabelImageElement.setImageContent(Image)
orLabelImageElement.setImageContent(RenderedImage)
. - getImagesizes() - Method in class org.zkoss.zhtml.Link
-
Returns the imagesizes of this tag.
- getImagesrcset() - Method in class org.zkoss.zhtml.Link
-
Returns the imagesrcset of this tag.
- getImgTag() - Method in class org.zkoss.zul.Group
-
Returns the HTML IMG tag for the image part, or null if no image is assigned.
- getImplementation() - Method in class org.zkoss.idom.Document
- getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the class name or an expression returning a class instance, a class name, or a component.
- getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
-
Returns the implementation class of
AuWriter
that will be used to generate the output to the client. - getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the class (Class) or the class name (String) that implements the component.
- getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the value of the implicit variables.
- getImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the implicit object.
- 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(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.
- getImplicitNames() - Static method in class org.zkoss.zk.ui.Components
-
Returns a readonly collection of the names of the implicit objects.
- getImplicitResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getImplicitResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
- getImportedClasses() - Method in class org.zkoss.lang.ImportedClassResolver
-
Returns a readonly list of the imported class.
- 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
-
Returns the class resolver represented by
PageDefinition.getImportedClasses()
. - getImportHandler() - Method in class org.zkoss.zel.ELContext
-
Obtain the ImportHandler for this ELContext, creating one if necessary.
- getImportHandler() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getIndex() - Method in interface org.zkoss.stateless.sul.IListitemBase
- getIndex() - Method in interface org.zkoss.stateless.sul.IRowBase
-
Return the index of this item
- getIndex() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Return the index of this item
- getIndex() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
-
Retrieves the index of the current round of the iteration (0-based).
- getIndex() - Method in 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.
- getIndex() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Return the index of this item.
- getIndex() - Method in class org.zkoss.zkmax.zul.Step
-
Returns the index of step in the stepbar.
- getIndex() - Method in class org.zkoss.zul.ArrayComparator
-
Returns the index of the element.
- getIndex() - Method in class org.zkoss.zul.Comboitem
-
Returns the index of this Comboitem.
- getIndex() - Method in class org.zkoss.zul.DialModelScale
- getIndex() - Method in class org.zkoss.zul.Listitem
-
Returns the index of this item (a.k.a., the order in the listbox).
- getIndex() - Method in class org.zkoss.zul.Row
-
Returns the index of the specified row.
- getIndex() - Method in class org.zkoss.zul.Tab
-
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
- getIndex() - Method in class org.zkoss.zul.Tabpanel
-
Returns the index of this panel, or -1 if it doesn't belong to any tabpanels.
- getIndex() - Method in class org.zkoss.zul.Treeitem
-
return the index of this item
- getIndex(ShadowElement, Component, Map<Component, Integer>) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
- getIndex(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- getIndex(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Returns the index of
node
in this node's children. - getIndex0() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the lower index of the change range.
- getIndex0() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the lower index of the change range.
- getIndex1() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the upper index of the change range.
- getIndex1() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the upper index of the change range.
- getIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- getIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Internal use
- getIndexFrom() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the lower index of the change range
- getIndexOfChild(E, E) - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the index of child in parent.
- getIndexOfChild(E, E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the index of the given child in the given parent.
- getIndexOfChild(TreeNode<E>, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- getIndexOfItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Returns the index of the specified item, or -1 if not found.
- getIndexTo() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the upper index of the change range
- 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
- getInitFunctionMap() - Method in class org.zkoss.zel.ExpressionFactory
- 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.stateless.ui.SerializableRichletConfig
- getInitParameter(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getInitParameter(String) - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the value of the named context-wide initialization parameter, or null if the parameter does not exist.
- getInitParameterNames() - Method in class org.zkoss.stateless.ui.SerializableRichletConfig
- getInitParameterNames() - Method in class org.zkoss.web.portlet.PortletServletContext
- getInitParameterNames() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
- getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
- getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the names of the richlet's initialization parameters as an 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.
- getInnerArray() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getInnerArray() - Method in class org.zkoss.zul.ListModelArray
-
Get the inner real Object[].
- getInnerCacheHashCode(Object) - Method in class org.zkoss.util.MultiCache
-
Returns an integer used to identify the instance of inner caches to use.
- getInnerList() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getInnerList() - Method in class org.zkoss.zul.ListModelList
-
Get the inner real List.
- getInnerMap() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getInnerMap() - Method in class org.zkoss.zul.ListModelMap
-
Get the inner real Map.
- getInnerRadius() - Method in class org.zkoss.zul.DialModelRange
-
Return the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
- getInnerSet() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getInnerSet() - Method in class org.zkoss.zul.ListModelSet
-
Get the inner real set.
- getInnerWidth() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the inner width of this component.
- getInnerWidth() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the inner width of this component.
- getInnerWidth() - Method in class org.zkoss.zul.Grid
-
Returns the inner width of this component.
- getInnerWidth() - Method in class org.zkoss.zul.Listbox
-
Returns the inner width of this component.
- getInnerWidth() - Method in class org.zkoss.zul.Tree
-
Returns the inner width of this component.
- 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.
- getInput() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
- getInputAttributes() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the additional attributes which is set by
IInputElement.withInputAttributes(Map)
- getInputAttributes() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the additional attributes which is set by
setInputAttributes(Map<String, String> inputAttributes)
. - getInputEncoding() - Method in class org.zkoss.idom.Document
- getInputEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.InputEvent
-
Converts an AU request to an input event.
- getInputmode() - Method in class org.zkoss.zhtml.Input
-
Returns the inputmode of this input tag.
- getInputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getInputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getInputStream() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Thread safe method to get the factory instance
- getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of a file that can be read repeatedly.
- getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
- getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file that can be read repeatedly.
- getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream that can be read repeatedly, or null if the given input stream is null.
- getInstance(OutputStream) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
-
Returns a facade of the specified stream.
- getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader that can be read repeatedly, or null if the given reader is null.
- getInstance(Writer, String) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
-
Returns a facade of the specified writer.
- getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of a file that can be read repeatedly.
- getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
- getInstance(String) - Static method in class org.zkoss.zul.SimpleConstraint
-
Parses a list of constraints from a string to an integer representing a combination of
SimpleConstraint.NO_POSITIVE
and other flags. - getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file that can be read repeatedly.
- getInstance(String, 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(URL) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of the resource of the given URL that can be read repeatedly.
- getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read the resource of the specified URL, encoded in UTF-8.
- getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read the resource of the specified URL.
- getInstance(PortletContext) - Static method in class org.zkoss.web.portlet.PortletServletContext
-
Returns an instance of ServletContext that representing the specified portlet context.
- getInstance(PortletRequestDispatcher) - Static method in class org.zkoss.web.portlet.PortletServletDispatcher
-
Returns a facade instance for the specified dispatcher.
- getInstance(PortletSession) - Static method in class org.zkoss.web.portlet.PortletHttpSession
- getInstance(RenderRequest) - Static method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getInstance(RenderResponse) - Static method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getInstance(ResourceRequest) - Static method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getInstance(ResourceResponse) - Static method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getInstance(HttpServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
- getInstance(HttpServletResponse, Writer) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
- getInstance(RequestDispatcher) - Static method in class org.zkoss.web.portlet.ServletPortletDispatcher
-
Returns a facade instance for the specified dispatcher.
- getInstance(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the instance (singleton in the whole app) for handling resources located in class path.
- getInstance(ServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.BufferedResponse
-
Returns a buffered response with a output stream, if stream is not null; or the original response if stream is null.
- getInstance(ServletResponse, Writer) - Static method in class org.zkoss.web.servlet.BufferedResponse
-
Returns a buffered response with a writer, if writer is not null; or the original response if writer is null.
- getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
-
Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.
- getInstance(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, 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, 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, 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, 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, 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.
- getInstant() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns
true
ifonChange
action is sent as soon as user types in the input component. - getInstant() - Method in class org.zkoss.zul.impl.InputElement
-
Returns true if onChange event is sent as soon as user types in the input component.
- 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.
- getIntAttribute(Component, String, int, boolean) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the number if the given attribute is defined in a component or in library property.
- getInteger() - Method in class org.zkoss.zel.impl.parser.AstInteger
- getIntegrity() - Method in class org.zkoss.zhtml.Link
-
Returns the integrity of this tag.
- getIntegrity() - Method in class org.zkoss.zhtml.Script
-
Returns the integrity of this tag.
- getInternalSubset() - Method in class org.zkoss.idom.DocType
-
Gets the data for the internal subset.
- getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the interpreter of the specified scripting language.
- getInterval() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the scan interval of the barcode scanner.
- getInterval() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the interval time used to generate the options in Timepicker
- getInterval() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the scan interval of the barcode scanner.
- getInterval() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the interval time used to generate the options in Timepicker
- getIntHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getIntHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getIntHeader(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getIntHeight() - Method in class org.zkoss.zul.Captcha
-
Get the captcha int height in pixel; to be used by the derived subclass.
- getIntHeight() - Method in class org.zkoss.zul.Chart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getIntPref(String) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Retrieve the integer preference by the given key.
- getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
-
Parses the property value to an integer.
- getIntWidth() - Method in class org.zkoss.zul.Captcha
-
Get the captcha int width in pixel; to be used by the derived subclass.
- getIntWidth() - Method in class org.zkoss.zul.Chart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Returns the value from the given key.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Combobox
-
Returns the item at the specified index.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Listbox
-
Returns the item at the specified index.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Radiogroup
-
Returns the radio button at the specified index.
- getItemConverter() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns the converter that generates the label text shown in the cascader from selected items, or null to use the default implementation.
- getItemConverter() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the converter that generates the label text shown in the searchbox from selected items, or null to use the default implementation.
- getItemCount() - Method in interface org.zkoss.stateless.sul.IOrgchildren
- getItemCount() - Method in interface org.zkoss.stateless.sul.ITreechildren
-
Returns the number of child
ITreeitem
including all descendants. - getItemCount() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the number of child
Orgitem
. - getItemCount() - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Returns the number of child
Orgitem
including all descendants. - getItemCount() - Method in class org.zkoss.zul.Combobox
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Group
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Listgroup
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Radiogroup
-
Returns the number of radio buttons in this group.
- getItemCount() - Method in class org.zkoss.zul.Tree
-
Returns the number of child
Treeitem
. - getItemCount() - Method in class org.zkoss.zul.Treechildren
-
Returns the number of child
Treeitem
including all descendants. - getItemHeight() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the item height of
IFisheye
. - getItemHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item height of
Fisheye
. - getItemIterator() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the item iterator in this level.
- getItemMaxHeight() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the item maximal height of
IFisheye
. - getItemMaxHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item maximal height of
Fisheye
. - getItemMaxWidth() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the item maximal width of
IFisheye
. - getItemMaxWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item maximal width of
Fisheye
. - getItemPadding() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the item padding of
IFisheye
. - getItemPadding() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item padding of
Fisheye
. - getItemRenderer() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zul.Combobox
-
Returns the renderer to render each row, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zul.Listbox
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zul.Selectbox
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItemRenderer() - Method in class org.zkoss.zul.Tree
-
Returns the renderer to render each item, or null if the default renderer is used.
- getItems() - Method in interface org.zkoss.stateless.sul.IOrgchildren
- getItems() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a readonly list of all descending
ITreeitem
(children's children and so on). - getItems() - Method in interface org.zkoss.stateless.sul.ITreechildren
-
Returns a readonly list of all descending
ITreeitem
(children's children and so on). - getItems() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the attribute items.
- getItems() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns a readonly list of all descending
Orgitem
(children's children and so on). - getItems() - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Returns a readonly list of all descending
Orgitem
(children's children and so on). - getItems() - Method in class org.zkoss.zul.Combobox
-
Returns a 'live' list of all
Comboitem
. - getItems() - Method in class org.zkoss.zul.event.RenderEvent
-
Returns the (readonly) collection of items to render (never null).
- getItems() - Method in class org.zkoss.zul.Group
-
Returns a list of all
Row
are grouped by this group. - getItems() - Method in class org.zkoss.zul.Listbox
-
Returns a live list of all
Listitem
. - getItems() - Method in class org.zkoss.zul.Listgroup
-
Returns a list of all
Listitem
are grouped by this listgroup. - getItems() - Method in class org.zkoss.zul.Radiogroup
-
Returns a readonly list of
Radio
. - getItems() - Method in class org.zkoss.zul.Tree
-
Returns a readonly list of all descending
Treeitem
(children's children and so on). - getItems() - Method in class org.zkoss.zul.Treechildren
-
Returns a readonly list of all descending
Treeitem
(children's children and so on). - getItems() - Method in class org.zkoss.zuti.zul.ForEach
- getItems() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the list of items in this level.
- getItemWidth() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the item width of
IFisheye
. - getItemWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item width of
Fisheye
. - getJasperreporteExporterFactory() - Method in class org.zkoss.zkex.zul.Jasperreport
- 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. - getJRExporter(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
- getJRExporter(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
Currently Supported type list.
- 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.
- getJspConfigDescriptor() - Method in class org.zkoss.web.portlet.PortletServletContext
- getKey() - Method in class org.zkoss.util.Maps.SerializableEntry
- getKey() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
-
Returns the current navigation key.
- getKey(V) - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
-
Returns the key from the given value.
- getKey(V) - Method in class org.zkoss.stateless.util.BidirectionalMap
-
Returns the key from the given value.
- getKeyCode() - Method in class org.zkoss.stateless.action.data.KeyData
-
Returns the key code.
- 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.
- getKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of a special key
- getKeyMessages(String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of component and a special key
- getKeyMessages(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getKeys() - Method in class org.zkoss.stateless.action.data.ColSizeData
-
Returns what keys were pressed when the column is resized, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.stateless.action.data.MouseData
-
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.stateless.action.data.MoveData
-
Returns what keys were pressed when the component is moved, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.stateless.action.data.SelectData
-
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.stateless.action.data.SizeData
-
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.web.servlet.xel.ParameterMap
- getKeys() - Method in class org.zkoss.web.servlet.xel.RequestScope
- getKeys() - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Returns an enumeration of keys.
- getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns what keys were pressed when the component is moved, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.
- getKeys() - Method in interface org.zkoss.zul.CategoryModel
-
Get (series, category) pairs of this chart data model.
- getKeys() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns what keys were pressed when the column is resized, or 0 if none of them was pressed.
- getKeys() - Method in class org.zkoss.zul.SimpleCategoryModel
- getKind() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns what kind of track it is.
- getKind() - Method in class org.zkoss.zhtml.Track
-
Returns the kind of this track tag.
- getKind() - Method in class org.zkoss.zul.Track
-
Returns what kind of track it is.
- getKlass() - Method in class org.zkoss.zel.ELClass
- getLabel() - Method in interface org.zkoss.stateless.sul.IGroup
-
Returns the value of the
ILabel
it contains, or null if no such cell. - getLabel() - Method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the label of the first
ILabel
it contains. - getLabel() - Method in interface org.zkoss.stateless.sul.ILabelElement
-
Returns the
label
(never null). - getLabel() - Method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the label of the first
IListcell
it contains. - getLabel() - Method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the label of the first
IListcell
it contains. - getLabel() - Method in interface org.zkoss.stateless.sul.IListitem
-
Returns the label of the first
IListcell
it contains. - getLabel() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the label of the
IOrgnode
it contains, or null if no such node. - getLabel() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a readable description of this track.
- getLabel() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the label of the first
ITreecell
it contains. - getLabel() - Method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the label of the first
ITreecell
it contains, or null if no such treecell. - getLabel() - Method in class org.zkoss.zhtml.Menu
-
Returns the label of this menu tag.
- getLabel() - Method in class org.zkoss.zhtml.Optgroup
-
Returns the label of this optgroup tag.
- getLabel() - Method in class org.zkoss.zhtml.Option
-
Returns the label of this option tag.
- getLabel() - Method in class org.zkoss.zhtml.Track
-
Returns the label of this track tag.
- getLabel() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the label of the
Orgnode
it contains, or null if no such node. - getLabel() - Method in class org.zkoss.zul.Group
-
Returns the value of the
Label
it contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Groupfoot
-
Returns the value of the
Label
it contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.impl.LabelElement
-
Returns the label (never null).
- getLabel() - Method in class org.zkoss.zul.Listgroupfoot
-
Returns the value of the
Label
it contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Listitem
-
Returns the label of the
Listcell
it contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Track
-
Returns a readable description of this track.
- getLabel() - Method in class org.zkoss.zul.Treeitem
-
Returns the label of the
Treecell
it contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Treerow
-
Returns the label of the first
Treecell
it contains, or null if no such cell. - getLabel(String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns the label of the specified key for the current locale, or null if not found.
- getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns the label of the specified key for the current locale, or null if not found.
- getLabel(String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based on the current Locale, or null if no found.
- getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the label or message of the specified key.
- getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it with the specified argument, or null if not found.
- getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the label of the specified key and formats it with the specified argument, or null if not found.
- getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based on the current Locale, or the default value if no found.
- getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it with the specified argument, or the default value if not found.
- getLabel(Locale, String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns the label of the specified key for the specified locale, or null if not found.
- getLabel(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns the label of the specified key for the specified locale, or null if not found.
- getLabelAttribute() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the label attribute of the label template in the language setting.
- getLabelEdge() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the label edge.
- getLabelEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the label edge.
- getLabelLocations() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an array of the locations of properties files registered by
Configuration.addLabelLocation(java.lang.String)
. - getLambdaArgument(String) - Method in class org.zkoss.zel.ELContext
-
Obtain the value of the lambda argument with the given name.
- getLambdaArgument(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getLandingState(IN, C) - Method in class org.zkoss.fsm.StateMachine
-
Determines the initial state upon meeting the input character and class
- getLang() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the lang of this tag.
- 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 interface org.zkoss.stateless.ui.StatelessRichlet
- 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
-
Returns the language definition that
ComponentInfo.getComponentDefinition()
belongs to, or null if the component definition is temporary. - getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the language definition that this page is default to be.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the language definition that
ShadowInfo.getComponentDefinition()
belongs to, or null if the component definition is temporary. - 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.
- getLastAccessedTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
- getLastChild() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.ShadowElement
-
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(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the last modified time.
- getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlResourceServlet
- getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- getLastModified(K) - Method in class org.zkoss.util.resource.AbstractLoader
- getLastModified(K) - Method in interface org.zkoss.util.resource.Loader
-
Returns the last modified time, or -1 if reload is required or not exists.
- getLastModified(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
- getLastResponse(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getLastResponse(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the response for the last request, or null if no response yet, or the specified request ID doesn't match the last one (passed to
DesktopCtrl.responseSent(java.lang.String, java.lang.Object)
). - getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
- getLastRoot() - Method in interface org.zkoss.zk.ui.Page
-
Returns the last root component.
- getLastScale() - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the scale of space occupied by the last area.
- getLastScale() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the scale of space occupied by the last area.
- getLeft() - Method in class org.zkoss.stateless.action.data.MaximizeData
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.stateless.action.data.MinimizeData
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.stateless.action.data.MoveData
-
Returns the left of the component after moved.
- getLeft() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the left position of the
positioned
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.
- getLegendFont() - Method in class org.zkoss.zul.Chart
-
Returns the legend font of this chart.
- getLength() - Method in class org.zkoss.idom.Element.AttrMap
- getLength() - Method in class org.zkoss.idom.impl.AbstractTextual
- getLength() - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- getLength() - Method in class org.zkoss.idom.impl.FacadeNodeList
- getLength() - Method in class org.zkoss.zul.Captcha
-
Get length of the autogenerated text value; default to 5.
- getLengthLimit() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the maximum record length limit, unit is "seconds".
- getLengthLimit() - Method in class org.zkoss.zkmax.zul.Camera
-
Get the maximum record length limit, unit is "seconds".
- getLevel() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the level this item is.
- getLevel() - Method in class org.zkoss.zul.Treecell
-
Returns the level this cell is.
- getLevel() - Method in class org.zkoss.zul.Treeitem
-
Returns the level this cell is.
- getLevel() - Method in class org.zkoss.zul.Treerow
-
Returns the level this cell is.
- getLevel() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
-
Returns the level that fires this event.
- getLevel() - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Gets the level number.
- getLifeCycleHandlingSet(boolean) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
- getLifetime() - Method in interface org.zkoss.util.Cache
-
Returns the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.util.CacheMap
-
Gets the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.util.EmptyCacheMap
- getLifetime() - Method in class org.zkoss.util.FastReadCache
- getLifetime() - Method in class org.zkoss.util.MultiCache
- getLimit() - Method in class org.zkoss.stateless.action.data.DataLoadingData
-
Returns the limit of the data chunk to be loaded.
- getLimit() - Method in class org.zkoss.stateless.state.IListboxController.DataLoadingData
- getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- getLimit() - Method in class org.zkoss.zul.event.DataLoadingEvent
-
Returns the limit of the data chunk to be loaded.
- getLimit() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the required visible limit size of the current loaded data chunk to be shown on the screen.
- getLimit() - Method in class org.zkoss.zul.impl.GridDataLoader
- getLimit() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getLimitTimeOffer() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns a token to represent a limit-time offer.
- getLineitemRenderer() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the renderer to render each item, or null if the default renderer is used.
- getLineNumber() - Method in interface org.zkoss.util.resource.Location
-
Return the line number in the document, or -1 if not available.
- getLineNumber() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the line number of this action.
- getLineStyle() - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the CSS style for the line.
- getLineStyle() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the CSS style for the line.
- getLinkedPanel() - Method in class org.zkoss.zul.Tab
-
Returns the panel associated with this tab.
- getLinkedTab() - Method in class org.zkoss.zul.Tabpanel
-
Returns the tab associated with this tab panel.
- getLinkedTreechildren() - Method in class org.zkoss.zul.Treerow
-
Returns the
Treechildren
associated with thisTreerow
. - getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
-
Returns the
Treerow
that is associated with this treechildren, or null if no such treerow. - getLinks() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns a list of link
- getList() - Method in class org.zkoss.zhtml.Input
-
Returns the list of this input tag.
- getListbox() - Method in class org.zkoss.zul.Listcell
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listfoot
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listfooter
-
Returns the listbox that this belongs to.
- getListbox() - Method in class org.zkoss.zul.Listhead
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listheader
-
Returns the listbox that this belongs to.
- getListbox() - Method in class org.zkoss.zul.Listitem
-
Returns the list box that it belongs to.
- getListDataListeners() - Method in class org.zkoss.zul.AbstractListModel
- getListDataListeners() - Method in interface org.zkoss.zul.ListModel
-
Returns all listeners.
- getListenerIterator(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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 list of all scope listeners (never null).
- getListfoot() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the foot.
- getListfoot() - Method in class org.zkoss.zul.Listbox
-
Returns
Listfoot
belonging to this listbox, or null if no list footers at all. - getListfoot() - Method in class org.zkoss.zul.Listgroup
-
Returns the Listfoot, if any.
- getListgroup() - Method in class org.zkoss.zul.Listgroup
- getListgroup() - Method in class org.zkoss.zul.Listitem
-
Returns the listgroup that this item belongs to, or null.
- getListgroupfootIndex() - Method in class org.zkoss.zul.Listgroup
-
Returns the index of Listgroupfoot
- getListhead() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the listhead.
- getListhead() - Method in class org.zkoss.zul.Listbox
-
Returns
Listhead
belonging to this listbox, or null if no list headers at all. - getListheader() - Method in class org.zkoss.zul.Listcell
-
Returns the list header that is in the same column as this cell, or null if not available.
- getListheader() - Method in class org.zkoss.zul.Listfooter
-
Returns the list header that is in the same column as this footer, or null if not available.
- getListheader() - Method in class org.zkoss.zul.ListitemComparator
-
Returns the listheader that this comparator is associated with, or null if not available.
- getListModel() - Method in class org.zkoss.zul.Grid
-
Returns the list model associated with this grid, or null if this grid is associated with a
GroupsModel
or not associated with any list data model. - getListModel() - Method in class org.zkoss.zul.Listbox
-
Returns the list model associated with this list box, or null if this list box is associated with a
GroupsModel
or not associated with any list data model. - getLoadBindingDebugInfo(String, Object...) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- getLoadBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated LoadBindings except ReferenceBindings.
- getLoadBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Returns all bindings that associated with the specified property.
- getLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
-
Returns all loaded interpreters.
- getLoader() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns the loader.
- getLoadFieldNames() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.Returns all field names that this Form bean is care about for loading value from the real bean.
- getLoadFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getLoading() - Method in class org.zkoss.zhtml.Iframe
-
Returns the loading of this tag.
- getLoading() - Method in class org.zkoss.zhtml.Img
-
Returns the loading of this tag.
- getLoadPromptBindings(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
- getLoadPromptBindings(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get all load prompt binding of the component and attribute
- getLocalAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getLocalAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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.zkmax.ui.http.FacadeHttpServletRequest
- getLocale() - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the locale associated with this number input component
- getLocale() - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns the locale associated with this number input component
- getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns the locale of the bundle, or null if it is the default.
- getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getLocale() - Method in class org.zkoss.zel.ELContext
- getLocale() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getLocale() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file locale.
- getLocale() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- getLocale() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getLocale() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the locale associated with this component, or null if
Locales.getCurrent()
is preferred. - getLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns the locale associated with this number input element, or null if
Locales.getCurrent()
is preferred. - getLocale(String) - Static method in class org.zkoss.util.Locales
-
Converts a string that consists of language, country and variant to a locale.
- getLocale(String, char) - Static method in class org.zkoss.util.Locales
-
Converts a string that consists of language, country and variant to a locale.
- getLocale(Locale) - Static method in class org.zkoss.util.Locales
-
Converts a Locale to one of them being used before.
- getLocales() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getLocales() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getLocales() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getLocalFormatInfo() - Static method in class org.zkoss.text.DateFormats
-
Returns the info of date/time format for the current thread, or null if not set.
- getLocalizedFormat() - Method in class org.zkoss.zul.Datebox
-
Returns the localized format, which is used when constructing a datebox.
- getLocalName() - Method in class org.zkoss.idom.Attribute
- getLocalName() - Method in class org.zkoss.idom.Element
- getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
- getLocalName() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the local name of this item.
- getLocalName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getLocalName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getLocalName() - Method in class org.zkoss.zel.impl.parser.AstFunction
- 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.zkmax.ui.http.FacadeHttpServletRequest
- getLocalPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getLocalPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getLocalPort() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- 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.
- getLocation() - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Returns the location x0, x1, y0, y1 in the GoldenLayout areas layout matrix of this GoldenPanel.
- getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
- getLocator() - Method in interface org.zkoss.idom.Item
-
Gets the locator of this item.
- getLocator() - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Returns the locator for loading resources, such as taglib.
- getLocator() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getLocator() - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the locator of this context used to locate resources.
- 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() - 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. - getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the locator for the specified context.
- getLockForScopeIfAny(Scope) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns a consistent lock for a given scope, if available.
- 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.
- getLookupComponentFormIdCache() - Method in class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
-
Internal implementation use only.
- getLow() - Method in class org.zkoss.zhtml.Meter
-
Returns the low of this meter tag.
- getLow(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get Low value of a specified data index.
- getLow(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getLowerBound() - Method in class org.zkoss.zul.DialModelRange
-
Returns the lower bound in scale of this colored range.
- 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
- getMacroURI() - Method in class org.zkoss.zml.XmlMacroComponent
- getMajorTickInterval() - Method in class org.zkoss.zul.DialModelScale
-
Returns the interval between major tick (in lower bound and upper bound).
- getMajorVersion() - Static method in class org.zkoss.lang.JVMs
-
Returns the major version.
- getMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
- getMargins() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns the margins, which is a list of numbers separated by comma.
- getMargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the margins, which is a list of numbers separated by comma.
- getMarks() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns the marks information map of the component.
- getMarks() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns marks information map of the rangeslider.
- getMarkScale() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns mark scale of the component.
- getMarkScale() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns mark scale of the rangeslider.
- getMatchMediaValue() - Method in class org.zkoss.bind.impl.BinderImpl
- getMatchMediaValue() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns an unmodifiable Map containing all the MatchMedia annotation values of this binder.
- getMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the matrix renderer.
- getMax() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns the maximum value of the component.
- getMax() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns the max rating of this rating component.
- getMax() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the maximum time used to generate the options in Timepicker, or null if the default maximum time is used.
- getMax() - Method in class org.zkoss.zhtml.Input
-
Returns the max of this input tag.
- getMax() - Method in class org.zkoss.zhtml.Meter
-
Returns the max of this meter tag.
- getMax() - Method in class org.zkoss.zhtml.Progress
-
Returns the max of this progress tag.
- getMax() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the maximum value of the rangeslider.
- getMax() - Method in class org.zkoss.zkmax.zul.Multislider
-
Returns the maximum value of the multislider.
- getMax() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the maximum time used to generate the options in Timepicker, or null if the default maximum time is used.
- getMax() - Method in class org.zkoss.zul.Rating
-
Returns the max rating of this rating component.
- getMax() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Returns the maximum value.
- getMax() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Returns the maximum value.
- getMaxFileCount() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the maximum number of files user can upload at once, when number of upload files exceed the maxFileCount, nothing will be uploaded and onMaxFileCountExceed action will be triggered, developer can listen to onMaxFileCountExceed and get the number of upload files by calling
Event.getData()
- getMaxFileCount() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Get the maximum number of files user can upload at once, when number of upload files exceed the maxFileCount, nothing will be uploaded and onMaxFileCountExceed event will be triggered, developer can listen to onMaxFileCountExceed and get the number of upload files by calling
Event.getData()
Default: -1 - getMaxHeight() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the maximum height of the selected crop area.
- getMaxHeight() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the maximum height of the selected crop area.
- getMaximizedMode() - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the mode of the maximized panel.
- getMaximizedMode() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the mode of the maximized panel.
- 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.web.portlet.PortletHttpSession
- getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
- getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
-
Return the time, in seconds, between client requests before the servlet container will invalidate this session.
- getMaxInLocalTime() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the maximum time used to generate the options in Timepicker, or null if the default maximum time is used.
- getMaxlength() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the maxlength.
- getMaxlength() - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns the maximal length of the label.
- getMaxlength() - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns the maxlength of bytes to output.
- getMaxlength() - Method in class org.zkoss.zhtml.Input
-
Returns the maxlength of this input tag.
- getMaxlength() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the maxlength.
- getMaxlength() - Method in class org.zkoss.zul.Label
-
Returns the maximal length of the label.
- getMaxlength() - Method in class org.zkoss.zul.Listbox
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Listcell
-
Returns the maximal length for this cell.
- getMaxlength() - Method in class org.zkoss.zul.Listheader
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Listitem
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Treecell
-
Returns the maximal length for this cell, which is decided by the corresponding
Treecell.getTreecol()
'sTreecol.getMaxlength()
. - getMaxlength() - Method in class org.zkoss.zul.Treecol
-
Returns the maximal length of each item's label.
- getMaxNumberInSubModel(int) - Method in class org.zkoss.zul.SimpleListModel
-
Returns the maximal allowed number of matched items in the sub-model returned by
SimpleListModel.getSubModel(java.lang.Object, int)
. - getMaxpos() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the value of slider's maximum position.
- getMaxpos() - Method in class org.zkoss.zul.Slider
-
Returns the maximum position of the slider.
- getMaxposInDouble() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the double value of slider's maximum position.
- getMaxposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's maximum position.
- getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed time to process events, in milliseconds.
- getMaxsize() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the max size setting of upload video and snapshot, unit is "KB".
- getMaxsize() - Method in interface org.zkoss.stateless.sul.ICenter
- getMaxsize() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the max size setting of upload file, unit is "KB".
- getMaxsize() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns the maximum size of the resizing component.
- getMaxsize() - Method in class org.zkoss.zkmax.zul.Camera
-
Get the max size setting of upload video and snapshot, unit is "KB".
- getMaxsize() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Get the max size setting of upload file, unit is "KB".
- getMaxsize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the maximum size of the resizing element.
- getMaxSize() - Method in interface org.zkoss.util.Cache
-
Returns the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.util.CacheMap
-
Gets the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.util.EmptyCacheMap
- getMaxSize() - Method in class org.zkoss.util.FastReadCache
- getMaxSize() - Method in class org.zkoss.util.MultiCache
- 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.
- getMaxWidth() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the maximum width of the selected crop area.
- getMaxWidth() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the maximum width of the selected crop area.
- getMd5Digest() - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Returns an MD5 MessageDigest.
- getMedia() - Method in class org.zkoss.html.StyleSheet
-
Returns the media, or null if not available.
- getMedia() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Returns the serialized media query list which is the value of MatchMedia annotation.
- getMedia() - Method in class org.zkoss.stateless.action.data.FileData
-
return the media if any.
- getMedia() - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns the media dependencies for this style sheet.
- getMedia() - Method in class org.zkoss.zhtml.A
-
Returns the media of this a tag.
- getMedia() - Method in class org.zkoss.zhtml.Area
-
Returns the media of this area tag.
- getMedia() - Method in class org.zkoss.zhtml.Link
-
Returns the media of this link tag.
- getMedia() - Method in class org.zkoss.zhtml.Source
-
Returns the media of this source tag.
- getMedia() - Method in class org.zkoss.zhtml.Style
-
Returns the media of this style tag.
- 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() - Method in class org.zkoss.zul.Style
-
Returns the media dependencies for this style sheet.
- getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
-
Retrieve the view in
Media
format. - getMedia(String) - Method in class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zkex.zul.Pdfviewer.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zkmax.zul.Cropper.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zkmax.zul.Lineitem.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zkmax.zul.Video.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zul.Audio.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zul.Iframe.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zul.Image.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
- getMedias() - Method in class org.zkoss.stateless.action.data.FileData
-
return the medias if any.
- getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
-
Returns the array of media being uploaded, or null if the user uploaded no file at all.
- getMenupopup() - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns the ID of the Menupopup (
IMenupopup
) that should appear when the user clicks on the element. - getMenupopup() - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns the ID of the Menupopup (
IMenupopup
) that should appear when the user clicks on the element. - getMenupopup() - Method in class org.zkoss.zul.Columns
-
Returns the ID of the Menupopup (
Menupopup
) that should appear when the user clicks on the element. - getMenupopup() - Method in class org.zkoss.zul.Listhead
-
Returns the ID of the Menupopup (
Menupopup
) that should appear when the user clicks on the element. - getMenupopup() - Method in class org.zkoss.zul.Menu
-
Returns the
Menupopup
it owns, or null if not available. - 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.stateless.action.data.ErrorData
-
Returns the error message if this event is caused by a wrong data, or null if it is to clear message.
- getMessage() - Method in error org.zkoss.zel.impl.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- 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.
- getMessage() - Method in class org.zkoss.zk.ui.event.ScriptErrorEvent
- getMessage(int) - Static method in class org.zkoss.lang.Exceptions
-
Gets the message for an exception without format-argument.
- getMessage(int, Object) - Static method in class org.zkoss.lang.Exceptions
-
Gets the message for an exception with one format-argument.
- getMessage(int, Object[]) - Static method in class org.zkoss.lang.Exceptions
-
Gets the message for an exception's getMessage method.
- getMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns a message of the exception.
- getMessageLoaders() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the message loader for this language.
- getMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get all validation messages
- getMessages() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component
- getMessages(Component) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component and special attribute
- getMessages(Component, String) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- getMeta() - Method in interface org.zkoss.zk.ui.util.TemplateCtrl
-
Returns a meta information about the Template element.
- getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
-
Returns the method being encapsulated.
- getMethod() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getMethod() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getMethod() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- getMethod() - Method in class org.zkoss.zhtml.Form
-
Returns the method of this form tag.
- getMethod() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getMethod(Object, Object, Class<?>[], Object[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Returns a method based on the criteria.
- getMethodByObject(Class<?>, String, Object[]) - Static method in class org.zkoss.lang.Classes
-
Gets one of the close method by specifying the arguments, rather than the argument types.
- getMethodBySignature(Class<?>, String, Collection<String>) - Static method in class org.zkoss.lang.Classes
-
Gets the method based on the signature.
- getMethodBySignature(Class<?>, String, Collection<String>, ClassResolver) - Static method in class org.zkoss.lang.Classes
-
Gets the method based on the signature with a class resolver.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.MethodExpression
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.zkoss.zel.impl.parser.AstValue
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.zkoss.zel.impl.parser.Node
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- getMethodInPublic(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets the method that is declared in a public class/interface.
- getMimeType(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the MIME type of the specified file, or null if the MIME type is not known.
- getMin() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns the minimum value of the component.
- getMin() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the minimum time used to generate the options in Timepicker, or null if the default minimum time is used.(00:00:00 AM)
- getMin() - Method in class org.zkoss.zhtml.Input
-
Returns the min of this input tag.
- getMin() - Method in class org.zkoss.zhtml.Meter
-
Returns the min of this meter tag.
- getMin() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the minimum value of the rangeslider.
- getMin() - Method in class org.zkoss.zkmax.zul.Multislider
-
Returns the minimum value of the multislider.
- getMin() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the minimum time used to generate the options in Timepicker, or null if the default minimum time is used.(00:00:00 AM)
- getMin() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Returns the minimum value.
- getMin() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Returns the minimum value.
- getMinheight() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the minimum height.
- getMinheight() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the minimum height.
- getMinheight() - Method in class org.zkoss.zul.Panel
-
Returns the minimum height.
- getMinheight() - Method in class org.zkoss.zul.Window
-
Returns the minimum height.
- getMinHeight() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the minimum height of the selected crop area.
- getMinHeight() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the minimum height of the selected crop area.
- getMinHeights() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the minimum heights.
- getMinHeights() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the minimum heights.
- getMinimizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Converts an AU request to a minimize event.
- getMinInLocalTime() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the minimum time used to generate the options in Timepicker, or null if the default minimum time is used.(00:00:00 AM)
- getMinlength() - Method in class org.zkoss.zhtml.Input
-
Returns the minlength of this tag.
- getMinorTickCount() - Method in class org.zkoss.zul.DialModelScale
-
returns the number of minor ticks between major tick.
- getMinorVersion() - Static method in class org.zkoss.lang.JVMs
-
Returns the minor version.
- getMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
- getMinpos() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the minimum position of the slider.
- getMinpos() - Method in class org.zkoss.zul.Slider
-
Returns the minimum position of the slider.
- getMinposInDouble() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the double value of slider's minimum position.
- getMinposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's minimum position.
- getMinsize() - Method in interface org.zkoss.stateless.sul.ICenter
- getMinsize() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns the minimum size of the resizing component.
- getMinsize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the minimum size of the resizing element.
- getMinwidth() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the minimum width.
- getMinwidth() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the minimum width.
- getMinwidth() - Method in class org.zkoss.zul.Panel
-
Returns the minimum width.
- getMinwidth() - Method in class org.zkoss.zul.Window
-
Returns the minimum width.
- getMinWidth() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the minimum width of the selected crop area.
- getMinWidth() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the minimum width of the selected crop area.
- getMinWidths() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the minimum widths.
- getMinWidths() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the minimum widths.
- getMode() - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the current mode.
- getMode() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the current mode.
- getMode() - Method in class org.zkoss.zul.Include
-
Returns the inclusion mode.
- getMode() - Method in class org.zkoss.zul.Toolbarbutton
- getMode() - Method in class org.zkoss.zul.Window
-
Returns the current mode.
- getModel() - Method in class org.zkoss.bind.impl.IndirectBinding
- getModel() - Method in class org.zkoss.stateless.state.IBiglistboxController
- getModel() - Method in class org.zkoss.stateless.state.ICascaderController
- getModel() - Method in class org.zkoss.stateless.state.IChosenboxController
- getModel() - Method in class org.zkoss.stateless.state.IComboboxController
-
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
- getModel() - Method in class org.zkoss.stateless.state.IGridController
- getModel() - Method in class org.zkoss.stateless.state.ILinelayoutController
- getModel() - Method in class org.zkoss.stateless.state.IListboxController
- getModel() - Method in class org.zkoss.stateless.state.IOrganigramController
- getModel() - Method in class org.zkoss.stateless.state.IRadiogroupController
- getModel() - Method in class org.zkoss.stateless.state.ISearchboxController
- getModel() - Method in class org.zkoss.stateless.state.ISelectboxController
- getModel() - Method in class org.zkoss.stateless.state.IStepbarController
- getModel() - Method in class org.zkoss.stateless.state.ITabboxController
- getModel() - Method in interface org.zkoss.stateless.state.ItemController
-
Returns the model, which is set through by
ItemController.setModel(Object)
, or null. - getModel() - Method in class org.zkoss.stateless.state.ITreeController
- getModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the matrix model.
- getModel() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns the model associated with this cascader, or null if this cascader is not associated with any tree data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the model associated with this chosenbox, or null if this chosenbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the model associated with this linelayout, or null if this linelayout is not associated with any list data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the tree model associated with this Organigram, or null if this Organigram is not associated with any tree data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the model associated with this searchbox, or null if this searchbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Returns the step model associated with this stepbar, or null if this stepbar is not associated with any step model.
- getModel() - Method in class org.zkoss.zul.Chart
-
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
- getModel() - Method in class org.zkoss.zul.Combobox
-
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.DefaultTreeNode
- getModel() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the chart model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the list model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the list model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the tree model that fires this event.
- getModel() - Method in class org.zkoss.zul.Grid
-
Returns the model associated with this grid, or null if this grid is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Listbox
-
Returns the model associated with this list box, or null if this list box is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Radiogroup
-
Returns the list model associated with this radiogroup, or null if this radiogroup is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Selectbox
-
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Tabbox
-
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Tree
-
Returns the list model associated with this tree, or null if this tree is not associated with any tree data model.
- getModel() - Method in interface org.zkoss.zul.TreeNode
-
Returns the tree model it belongs to.
- getModel() - Method in class org.zkoss.zuti.zul.CollectionTemplate
- getModel() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
-
Returns the model that fires this event.
- getModelName(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- getModeType() - Method in class org.zkoss.zul.Window
-
Returns the current mode.
- getMold() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the mold used to render this component.
- getMold() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- getMold() - Method in class org.zkoss.zul.Listitem
- 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 enum org.zkoss.bind.annotation.Scope
-
the zk implicit scope name
- getName() - Method in class org.zkoss.idom.Attribute
- getName() - Method in class org.zkoss.idom.Binary
- getName() - Method in class org.zkoss.idom.CData
- getName() - Method in class org.zkoss.idom.Comment
- getName() - Method in class org.zkoss.idom.DocType
-
Gets the element name being constrained.
- getName() - Method in class org.zkoss.idom.Document
- getName() - Method in class org.zkoss.idom.Element
-
Gets the tag name of the element -- the name with prefix.
- getName() - Method in class org.zkoss.idom.EntityReference
- getName() - Method in interface org.zkoss.idom.Item
-
Gets the name of the item.
- getName() - Method in class org.zkoss.idom.ProcessingInstruction
- getName() - Method in class org.zkoss.idom.Text
- getName() - Method in class org.zkoss.image.AImage
- getName() - Method in class org.zkoss.sound.AAudio
- getName() - Method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns the name of the component to be associated with other scrollable containers.
- getName() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the name of this component.
- getName() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns the name of this component.
- getName() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the name of this component.
- getName() - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns the frame name.
- getName() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the name of this component.
- getName() - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the name of this group of radio buttons.
- getName() - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the name of this component.
- getName() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the name of this component.
- getName() - Method in class org.zkoss.util.media.AMedia
- getName() - Method in interface org.zkoss.util.media.Media
-
Returns the name (usually filename) of this media, or null if not available.
- getName() - Method in class org.zkoss.util.media.RepeatableMedia
- getName() - Method in class org.zkoss.video.AVideo
- getName() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
-
Returns the name of the browser.
- getName() - Method in class org.zkoss.web.theme.Theme
- getName() - Method in class org.zkoss.zel.MethodInfo
- getName() - Method in class org.zkoss.zhtml.Button
-
Returns the name of this button tag.
- getName() - Method in class org.zkoss.zhtml.Fieldset
-
Returns the name of this fieldset tag.
- getName() - Method in class org.zkoss.zhtml.Form
-
Returns the name of this form tag.
- getName() - Method in class org.zkoss.zhtml.Iframe
-
Returns the name of this iframe tag.
- getName() - Method in class org.zkoss.zhtml.Input
-
Returns the name of this input tag.
- getName() - Method in class org.zkoss.zhtml.Map
-
Returns the name of this map tag.
- getName() - Method in class org.zkoss.zhtml.Meta
-
Returns the name of this meta tag.
- getName() - Method in class org.zkoss.zhtml.Object
-
Returns the name of this object tag.
- getName() - Method in class org.zkoss.zhtml.Output
-
Returns the name of this output tag.
- getName() - Method in class org.zkoss.zhtml.Select
-
Returns the name of this select tag.
- getName() - Method in class org.zkoss.zhtml.Slot
-
Returns the name of this tag.
- getName() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the event name.
- getName() - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
- 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.
- getName() - Method in class org.zkoss.zkmax.zul.Anchornav
-
Returns the name.
- getName() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Calendar
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Checkbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Iframe
-
Returns the frame name.
- getName() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Listbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Radio
-
Returns the name of this radio button.
- getName() - Method in class org.zkoss.zul.Radiogroup
-
Returns the name of this group of radio buttons.
- getName() - Method in class org.zkoss.zul.Selectbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Slider
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Tree
-
Returns the name of this component.
- getNamedDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
- getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
- getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns a readonly collection of the names (String) of component definitions defined in this map.
- getNamespace() - Method in class org.zkoss.idom.Attribute
- getNamespace() - Method in class org.zkoss.idom.Element
- getNamespace() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the namespace.
- getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the name space.
- getNamespace(String) - Method in class org.zkoss.idom.Element
-
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.
- getNamespace(RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Returns the namespace for resource request parameters
- getNamespaceParsers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level NamespaceParsers.
- getNamespaceURI() - Method in class org.zkoss.idom.Attribute
- getNamespaceURI() - Method in class org.zkoss.idom.Element
- getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
- getNativeContent(Component, List<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.
- 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.
- getNavbar() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns the navigation bar that it belongs to.
- getNavbar() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the navigation bar that it belongs to.
- getNbsp() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to generate if the content is empty.
- getNcols() - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns number of columns to divide the row into
- getNcols() - Method in class org.zkoss.zkmax.zul.Rowlayout
-
Number of columns to divide the row into
- getNeedleColor() - Method in class org.zkoss.zul.DialModelScale
-
Get the needle color of this scale(in string as #RRGGBB).
- getNeedleRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
- getNeedleRGB() - Method in class org.zkoss.zul.DialModelScale
-
Get the needle color of this scale in int array (0: red, 1: green, 2:blue).
- getNeedleType() - Method in class org.zkoss.zul.DialModelScale
-
Returns the needle type of this scale ("pointer" or "pin")
- getNext() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Returns next coachmark id of this coachmark.
- getNextCoachmark() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Returns next coachmark of this coachmark.
- getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the next event queued by
Execution.postEvent(org.zkoss.zk.ui.event.Event)
, or null if no event queued. - 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.ShadowElement
-
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 interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available key which is unique in the whole desktop.
- getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
- getNextSibling() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Get the next Token.
- getNextUuid(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getNextUuid(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available UUID for a component.
- getNextUuid(Page) - 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.
- getNodeName() - Method in class org.zkoss.idom.Binary
- getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
- getNodeType() - Method in class org.zkoss.idom.Attribute
- getNodeType() - Method in class org.zkoss.idom.Binary
- getNodeType() - Method in class org.zkoss.idom.CData
- getNodeType() - Method in class org.zkoss.idom.Comment
- getNodeType() - Method in class org.zkoss.idom.DocType
- getNodeType() - Method in class org.zkoss.idom.Document
- getNodeType() - Method in class org.zkoss.idom.Element
- getNodeType() - Method in class org.zkoss.idom.EntityReference
- getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
- getNodeType() - Method in class org.zkoss.idom.Text
- getNodeValue() - Method in class org.zkoss.idom.Element
-
Always null.
- getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
- getNonce() - Method in class org.zkoss.zhtml.Script
-
Returns the nonce of this tag.
- getNonselectableTags() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
- getNonselectableTags() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
- getNonselectableTags() - Method in class org.zkoss.zul.Listbox
-
Returns a list of HTML tag names that shall not cause the list item being selected if they are clicked.
- getNonselectableTags() - Method in class org.zkoss.zul.Tree
-
Returns a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
- getNonSystemProperties(Component) - Static method in class org.zkoss.bind.impl.AnnotationUtil
- getNoResultsText() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the no-result text of this component.
- getNoResultsText() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the no-result text of this component.
- getNormalPath(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the normal path; that is, will elminate the double dots ".."
- getNorth() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the north child.
- getNorth() - Method in class org.zkoss.zul.Borderlayout
- getNotation(String) - Static method in class org.zkoss.lang.Primitives
-
Returns the notation of a primitive class, or ((char)0) if it is not a primitive class.
- getNotations() - Method in class org.zkoss.idom.DocType
- getNote() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the note of this info
- getNote() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- getNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- getNotifys(BindContext) - Static method in class org.zkoss.bind.impl.AbstractBindingHandler
- getNotifys(BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- getObjects(Set<T>) - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return selected objects from selected items if possible.
- getOddRowSclass() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in class org.zkoss.zul.Grid
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in class org.zkoss.zul.Listbox
-
Returns the style class for the odd rows.
- getOfflineRecoverEvent(AuRequest, Object) - Static method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
- getOffset() - Method in class org.zkoss.stateless.action.data.DataLoadingData
-
Returns the offset of the data chunk to be loaded.
- getOffset() - Method in class org.zkoss.stateless.state.IListboxController.DataLoadingData
- getOffset() - Method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns number of columns to skip ahead
- getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- getOffset() - Method in class org.zkoss.zkmax.zul.Rowchildren
-
Number of columns to skip ahead
- getOffset() - Method in class org.zkoss.zul.event.DataLoadingEvent
-
Returns the offset of the data chunk to be loaded.
- getOffset() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
The offset of an element in a group.
- getOffset() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the requested visible offset of the current loaded data chunk.
- getOffset() - Method in class org.zkoss.zul.impl.GridDataLoader
- getOffset() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
- getOffset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getOnclick() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the onclick.
- getOnDataChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getOnDirtyChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getOpen() - Method in interface org.zkoss.stateless.sul.IPopupBase
-
Returns the open options that passed from
IPopupBase.withOpen(OpenOptionBuilder)
- getOpen(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get Open value of a specified data index.
- getOpen(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getOpenCount() - Method in class org.zkoss.zul.AbstractTreeModel
- getOpenCount() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the number of paths that are opened.
- getOpenEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.OpenEvent
-
Converts an AU request to an open event.
- getOpenObjects() - Method in class org.zkoss.zul.AbstractTreeModel
- getOpenObjects() - Method in interface org.zkoss.zul.ext.Openable
-
Returns the objects that are opened.
- getOpenPath() - Method in class org.zkoss.zul.AbstractTreeModel
- getOpenPath() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the first path in the open.
- getOpenPaths() - Method in class org.zkoss.zul.AbstractTreeModel
- getOpenPaths() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the paths in the open.
- getOperator() - Method in class org.zkoss.zk.ui.select.impl.Attribute
- getOptimum() - Method in class org.zkoss.zhtml.Meter
-
Returns the optimum of this meter tag.
- getOptions() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the options, a combination of
AuRequest.BUSY_IGNORE
,AuRequest.DUPLICATE_IGNORE
andAuRequest.REPEAT_IGNORE
. - getOrCreateTrackerNode(Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getOrCreateTrackerNode(Component, String[]) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- getOrderBy() - Method in class org.zkoss.zul.FieldComparator
-
Returns the order-by clause.
- getOrganigram() - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Returns the
Organigram
instance containing this element. - getOrganigram() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the Organigram owning this item.
- getOrgchildren() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the Orgchildren that this Orgitem owns, or null if doesn't have any child.
- getOrgchildren() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the Orgchildren that this Organigram owns.
- getOrgchildren() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the Orgchildren that this Orgitem owns, or null if doesn't have any child.
- getOrgnode() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the Orgnode that this Orgitem owns, or null if doesn't have any child.
- getOrgnode() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the Orgnode that this Orgitem owns, or null if doesn't have any child.
- getOrient() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the layout dividing orientation.
- getOrient() - Method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IScrollview
-
Returns current orient (horizontal or vertical).
- getOrient() - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ISpace
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the orient.
- getOrient() - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the orientation of
Fisheye
. - getOrient() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getOrient() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Scrollview
-
Returns current orient (horizontal or vertical).
- getOrient() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Box
-
Returns the orient (the same as
AbstractComponent.getMold()
). - getOrient() - Method in class org.zkoss.zul.Button
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Chart
-
Get the chart orientation (vertical or horizontal)
- getOrient() - Method in class org.zkoss.zul.Inputgroup
-
Returns the orientation.
- getOrient() - Method in class org.zkoss.zul.Menubar
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Radiogroup
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Rating
-
Returns the orientation of this rating component.
- getOrient() - Method in class org.zkoss.zul.Separator
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Slider
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Splitter
-
Returns the orientation of the splitter.
- getOrient() - Method in class org.zkoss.zul.Tabbox
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Toolbar
-
Returns the orient.
- getOrientation() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Return the current orientation.
- getOrientation() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Return the current orientation.
- getOrigin() - Method in interface org.zkoss.bind.FormStatus
-
Returns the origin object of the form object
- getOrigin() - Method in class org.zkoss.util.FilterMap
-
Returns the original map being filtered.
- getOrigin() - Method in class org.zkoss.web.theme.StandardTheme
- 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.
- getOriginalMethod(Object, Method) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
- getOriginalMethod(Object, Method) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get original method (if proxied)
- getOriginalMethod(Object, Method) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get original method (if proxied)
- getOriginClass() - Method in interface org.zkoss.bind.proxy.ViewModelProxyObject
- getOriginContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the original context path regardless of being forwarded or not.
- getOriginFullRequest(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the request uri + query string.
- getOriginFullServlet(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the servlet path + path info + query string.
- getOriginObject() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- getOriginObject() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Returns the origin object.
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getOriginObject() - Method in class org.zkoss.bind.proxy.MapProxy
- getOriginObject() - Method in interface org.zkoss.bind.proxy.ViewModelProxyObject
- getOriginObject(T) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- getOriginObject(T) - Method in interface org.zkoss.bind.proxy.ProxyTargetHandler
-
Get the corresponding origin data object.
- getOriginPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the path info regardless of being forwarded or not.
- getOriginQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the query string regardless of being forwarded or not.
- getOriginRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the request URI regardless of being forwarded or not.
- getOriginServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the original servlet path regardless of being forwarded or not.
- getOut() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the current output.
- getOut() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getOut() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the writer, never null.
- getOuterRadius() - Method in class org.zkoss.zul.DialModelRange
-
Return the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
- getOutputName() - Method in class org.zkoss.zel.impl.parser.AstFunction
- getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
-
Get a copy of the output properties for the transformation.
- getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
-
Get an output property that is in effect for the transformation.
- getOutputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getOutputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getOutputStream() - Method in class org.zkoss.web.servlet.BufferedResponse
- getOutputStream() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
- getOverflowPopupIconSclass() - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the overflow sclass name of overflow popup icon of this toolbar.
- getOverflowPopupIconSclass() - Method in class org.zkoss.zul.Toolbar
-
Returns the overflow sclass name of overflow popup icon of this toolbar.
- 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
-
Default: "zk.wrongValue" if
AuResponse.getDepends()
is not null, or null ifAuResponse.getDepends()
is null - 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
-
Default: "zk.echo" if
AuResponse.getDepends()
is null (desktop level), null ifAuResponse.getDepends()
is not null (component level). - 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
-
Default: "zk.wrongValue" if
AuResponse.getDepends()
is not null (component-level), or null ifAuResponse.getDepends()
is null (desktop level) - getOwner() - Method in class org.zkoss.idom.Attribute
-
Gets the item that owns this attribute.
- getOwner() - Method in class org.zkoss.stateless.ui.BuildContext
-
Returns the owner component of the build context, if any.
- getOwner() - Method in class org.zkoss.stateless.ui.IStubComponent
-
Returns the immutable component.
- getOwner() - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- 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.
- getOwner() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the associated owner component of this DataLoader.
- getOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
- getOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getOwnerDocument() - Method in class org.zkoss.idom.Attribute
- getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
- getOwnerElement() - Method in class org.zkoss.idom.Attribute
- getPack() - Method in class org.zkoss.zul.Box
-
Returns the pack alignment of cells of this box (start, center, end) plus an indication stretch option.
- getPackages() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns the list of packages to load before evaluating the script defined in
IScript.getContent()
. - getPackages() - Method in class org.zkoss.zul.Script
-
Returns the list of packages to load before evaluating the script defined in
Script.getContent()
. - getPacket() - Method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
-
Returns the packet map that users can store something for recovery.
- getPage() - Method in class org.zkoss.web.servlet.dsp.action.Include
-
Returns the page (URI).
- getPage() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the page that this request is applied for, or null if this 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() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the page owning this event, or null if broadcast.
- 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.
- getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the page of the specified ID or UUID.
- getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getPageable() - Method in class org.zkoss.zul.event.PageSizeEvent
-
Returns the pageable controller.
- getPageable() - Method in class org.zkoss.zul.event.PagingEvent
-
Returns the pageable controller.
- getPageContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the page context.
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getPageCount() - Method in class org.zkoss.stateless.action.data.PagingData
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the number of pages.
- getPageCount() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getPageCount() - Method in class org.zkoss.zul.AbstractListModel
- getPageCount() - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the number of pages.
- getPageCount() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.zul.Paging
- 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() - Method in interface org.zkoss.zk.xel.EvaluatorRef
-
Returns the page definition of this reference, or null if not available.
- getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the page definition from the page file specified by an URI.
- getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Returns the page definition of the specified path, or null if not found.
- getPageDefinition(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(WebApp, String) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the page definition from the page file specified by an URI.
- 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.
- 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(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content to a page definition.
- getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content, in DOM, to a page definition.
- getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified reader; never null.
- 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, 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 class org.zkoss.zk.ui.impl.AbstractUiFactory
- getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified content; never null.
- 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(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, 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, 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, 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.
- 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
- getPageIncrement() - Method in class org.zkoss.stateless.action.data.PagingData
-
Returns the number of page anchors shall appear at the client.
- getPageIncrement() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the number of page anchors shall appear at the client.
- getPageIncrement() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the amount that the value of
ISlider.getCurpos()
changes by when the tray of the scroll bar is clicked. - getPageIncrement() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns the number of page anchors shall appear at the client.
- getPageIncrement() - Method in class org.zkoss.zul.Paging
- getPageIncrement() - Method in class org.zkoss.zul.Slider
-
Returns the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked. - getPageIncrementInDouble() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the amount that the value of
ISlider.getCurpos()
changes by when the tray of the scroll bar is clicked. - getPageIncrementInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked. - 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
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getPageSize() - Method in class org.zkoss.stateless.action.data.PageSizeData
-
Returns the page size.
- getPageSize() - Method in class org.zkoss.stateless.action.data.PagingData
-
Returns the number of items per page.
- getPageSize() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the number of items per page.
- getPageSize() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the number of items per page.
- getPageSize() - Method in class org.zkoss.zul.AbstractListModel
- getPageSize() - Method in class org.zkoss.zul.AbstractTreeModel
- getPageSize() - Method in class org.zkoss.zul.event.PageSizeEvent
-
Returns the page size.
- getPageSize() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the number of items per page.
- getPageSize() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the page size, a.k.a., the number rows per page.
- getPageSize() - Method in class org.zkoss.zul.Paging
- getPageSize() - Method in class org.zkoss.zul.Tree
-
Returns the page size, a.k.a., the number items per page.
- getPageX() - Method in class org.zkoss.stateless.action.data.MouseData
-
Returns the horizontal coordinate of the mouse pointer relative to the whole document.
- 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.stateless.action.data.MouseData
-
Returns the vertical 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.
- getPaginal() - Method in class org.zkoss.zul.Grid
-
Returns the paging controller, or null if not available.
- getPaginal() - Method in class org.zkoss.zul.Listbox
-
Returns the paging controller, or null if not available.
- getPaginal() - Method in class org.zkoss.zul.Tree
-
Returns the paging controller, or null if not available.
- getPagingChild() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns the instance of the
IPaging
- getPagingChild() - Method in class org.zkoss.zul.Grid
-
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by
Grid.setPaginal(org.zkoss.zul.ext.Paginal)
. - getPagingChild() - Method in class org.zkoss.zul.Listbox
-
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by
Listbox.setPaginal(org.zkoss.zul.ext.Paginal)
. - getPagingChild() - Method in class org.zkoss.zul.Tree
-
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by
Tree.setPaginal(org.zkoss.zul.ext.Paginal)
. - getPagingEvent(AuRequest) - Static method in class org.zkoss.zul.event.PagingEvent
-
Converts an AU request to a render event.
- getPagingPosition() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns how to position the paging of mesh component at the client screen.
- getPagingPosition() - Method in interface org.zkoss.zul.ext.Paginated
-
Returns the paging position if the component contains a paging component.
- getPagingPosition() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns how to position the paging of mesh element at the client screen.
- getPaneAlpha() - Method in class org.zkoss.zul.Chart
-
Get the pane alpha (transparency, 0 ~ 255, opacue).
- getPaneColor() - Method in class org.zkoss.zul.Chart
-
Get the pane color of the chart (in string as #RRGGBB).
- getPanel(int, int) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getPanel(int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the specified panel, or null if not available.
- getPanel(String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getPanelchildren() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the panelchildren of this component.
- getPanelchildren() - Method in class org.zkoss.zul.Panel
-
Returns the panelchildren of this panel.
- getPanels(int, int) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Get the panels on the specified location.
- getPanels(String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Get the GoldenPanels of the specified area name.
- getPanels(String, Iterable<? extends IGoldenPanel<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IGoldenLayoutCtrl
- getPanelSpacing() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the spacing between
ITabpanel
. - getPanelSpacing() - Method in class org.zkoss.zul.Tabbox
-
Returns the spacing between
Tabpanel
. - getPaneRGB() - Method in class org.zkoss.zul.Chart
-
Get the pane color in int array (0: red, 1: green, 2:blue).
- getParameter() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
- getParameter(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getParameter(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler
-
Returns the parameter count for this action handler.
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler0
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler1
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler2
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler3
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler4
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler5
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler6
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler7
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler8
- getParameterCount() - Method in interface org.zkoss.stateless.util.ActionHandler9
- getParameterMap() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getParameterMap() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getParameterMap() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getParameterNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getParameterNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getParameterNames() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getParameters() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns a readonly map of the parameters that are assigned to the template.
- getParameters() - Method in interface org.zkoss.zk.ui.util.Template
-
Returns a readonly map of the parameters that are assigned to the template.
- getParameters() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Parameters.
- getParameters(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
- getParameterTypes() - Method in interface org.zkoss.xel.Function
-
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
- getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
- getParameterValues(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getParameterValues(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getParameterValues(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getParamTypes() - Method in class org.zkoss.zel.MethodInfo
- getParent() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getParent() - Method in class org.zkoss.idom.impl.AbstractItem
- getParent() - Method in interface org.zkoss.idom.Item
-
Gets the parent item.
- getParent() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getParent() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the parent action, or null if no parent at all.
- getParent() - Method in class org.zkoss.xel.util.SimpleMapper
-
Returns the parent mapper, or null if no parent.
- getParent() - Method in class org.zkoss.xel.util.SimpleResolver
-
Returns the parent, or null if no parent at all.
- getParent() - Method in 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
- getParent() - Method in class org.zkoss.zul.DefaultTreeNode
- getParent() - Method in interface org.zkoss.zul.TreeNode
-
Returns the parent
TreeNode
of this node. - getParent(IComponent) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns the target parent.
- getParentIdSpace(IdSpace) - Static method in class org.zkoss.zk.ui.Components
-
Returns the parent of the ID space, or null if not found.
- getParentItem() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the parent Orgitem, or null if this item is already the top level of the Organigram.
- getParentItem() - Method in class org.zkoss.zul.Treeitem
-
Returns the parent tree item, or null if this item is already the top level of the tree.
- getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
- getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Return the parsed expressions of the apply attribute.
- getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getParser() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the SAX parser.
- getPart(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getPart(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getPart(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getPartialPath() - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- getPartialPaths() - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- getPartials() - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- getPartials() - Method in interface org.zkoss.zul.ext.TristateModel
-
Returns the current partial selection.
- getParts() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getParts() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getParts() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getPath() - Method in interface org.zkoss.util.resource.Location
-
Returns the path of the document, or null if not available.
- getPath() - Method in class org.zkoss.zk.ui.Path
-
Returns the path (after normalized).
- getPath() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the path of the affected node.
- getPath(E) - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the path from the specified child.
- getPath(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the path from the given child, where the path indicates the child is placed in the whole tree.
- getPath(IComponent) - Method in interface org.zkoss.stateless.ui.ISelector
-
Returns the target path.
- getPath(Component) - Static method in class org.zkoss.zk.ui.Path
-
Returns the path of the specified component.
- getPath(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
-
Returns the path from the child, where the path indicates the child is placed in the whole tree.
- getPathInfo() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getPathInfo() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getPathInfo() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the path info of the request.
- getPathInfo() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getPathTranslated() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getPathTranslated() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getPathTranslated() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getPattern() - Method in class org.zkoss.zhtml.Input
-
Returns the pattern of this input tag.
- getPenColor() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the pen color of the signature pad.
- getPenColor() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the pen color of the signature pad.
- getPenSize() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the pen size of the signature pad.
- getPenSize() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the pen size of the signature pad.
- getPercent() - Method in class org.zkoss.zul.GanttModel.GanttTask
- getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the performance meter for this application, or null if not set.
- getPeriod() - Method in class org.zkoss.zul.Chart
-
Returns the period used in Time Series Chart.
- getPhaseListener() - Method in class org.zkoss.bind.impl.BinderImpl
- getPhaseListeners() - Method in class org.zkoss.bind.impl.BinderImpl
- getPhaseListeners() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get the first
PhaseListener
- getPing() - Method in class org.zkoss.zhtml.A
-
Returns the ping of this a tag.
- getPing() - Method in class org.zkoss.zhtml.Area
-
Returns the ping of this a tag.
- getPlaceholder() - Method in interface org.zkoss.stateless.sul.ICascader
-
Returns the placeholder text.
- getPlaceholder() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a short hint that describes the expected value of an input component
- getPlaceholder() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns the placeholder text.
- getPlaceholder() - Method in class org.zkoss.zhtml.Input
-
Returns the placeholder of this input tag.
- getPlaceholder() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns the placeholder text.
- getPlaceholder() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the placeholder text.
- getPlaceholder() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the placeholder text
- getPlaybackRate() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the video play speed.
- getPlaybackRate() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the video play speed.
- getPointIconSclass() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the iconSclass name of this point.
- getPointIconSclass() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the iconSclass name of this point.
- getPointImageContent() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the content set by
ILineitem.withPointImageContent(org.zkoss.image.Image)
. - getPointImageContent() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the source content of the point image.
- getPointImageSrc() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the source URI of the point image.
- getPointImageSrc() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the source URI of the point image.
- getPointStyle() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the CSS style for the point.
- getPointStyle() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns the CSS style for the point.
- getPopup() - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns the
ID
of thepopup
that should appear when the user clicks on the component. - getPopup() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should appear when the user clicks on the element. - getPopupWidth() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the width of the popup of this component
- getPopupWidth() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the width of the popup of this component
- getPopupWidth() - Method in class org.zkoss.zul.Bandbox
- getPopupWidth() - Method in class org.zkoss.zul.Combobox
- getPortalDropEvent(AuRequest) - Static method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Converts an AU request to a portal-drop event.
- getPortalMoveEvent(AuRequest) - Static method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Converts an AU request to a portal-move event.
- getPortletSess() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Returns the portlet session being wrapped by this object.
- getPos() - Method in class org.zkoss.stateless.action.data.ScrollData
-
Returns the position.
- getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPosInDouble() - Method in class org.zkoss.stateless.action.data.ScrollData
-
Returns the position.
- getPosInDouble() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPosition() - Method in class org.zkoss.json.parser.JSONParser
- getPosition() - Method in exception org.zkoss.json.parser.ParseException
- getPosition() - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the position of this coachmark.
- getPosition() - Method in interface org.zkoss.stateless.sul.IDatebox
- getPosition() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the position of this drawer.
- getPosition() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns how to position the window at the client screen.
- getPosition() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Returns the position of this coachmark.
- getPosition() - Method in class org.zkoss.zkmax.zul.Drawer
-
Returns the position of this drawer.
- getPosition() - Method in class org.zkoss.zul.Center
-
Returns
Borderlayout.CENTER
. - getPosition() - Method in class org.zkoss.zul.Datebox
- getPosition() - Method in class org.zkoss.zul.East
-
Returns
Borderlayout.EAST
. - getPosition() - Method in class org.zkoss.zul.LayoutRegion
-
Returns this regions position (north/south/east/west/center).
- getPosition() - Method in class org.zkoss.zul.North
-
Returns
Borderlayout.NORTH
. - getPosition() - Method in class org.zkoss.zul.South
-
Returns
Borderlayout.SOUTH
. - getPosition() - Method in class org.zkoss.zul.West
-
Returns
Borderlayout.WEST
. - getPosition() - Method in class org.zkoss.zul.Window
-
Returns how to position the window at the client screen.
- getPosition(Panel) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns an int array[col, row] that indicates the specified panel located within this portal layout.
- getPoster() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the image source, if didn't set the image, return null.
- getPoster() - Method in class org.zkoss.zhtml.Video
-
Returns the poster of this video tag.
- getPoster() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the image source, if didn't set the image, return null.
- getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the value of the preference defined in zk.xml, or by
Configuration.setPreference(java.lang.String, java.lang.String)
. - getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly set of all preference names.
- getPreferredLocale(HttpSession, ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the preferred locale of the specified request.
- getPreferredLocale(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the preferred locale of the specified request.
- getPrefix() - Method in class org.zkoss.idom.Attribute
- getPrefix() - Method in class org.zkoss.idom.Element
- getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
- getPrefix() - Method in class org.zkoss.idom.Namespace
-
Gets the prefix mapped to this Namespace.
- getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
-
Returns the prefix.
- getPrefix() - Method in class org.zkoss.zel.impl.parser.AstFunction
- getPreload() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns whether and how the audio should be loaded.
- getPreload() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether and how the video should be loaded.
- getPreload() - Method in class org.zkoss.zhtml.Audio
-
Returns the preload of this audio tag.
- getPreload() - Method in class org.zkoss.zhtml.Video
-
Returns the preload of this video tag.
- getPreload() - Method in class org.zkoss.zkmax.zul.Video
-
Returns "none" or "metadata" or "auto" or null
- getPreload() - Method in class org.zkoss.zul.Audio
-
Returns whether and how the audio should be loaded.
- getPreloadSize() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the number of items to preload when receiving the rendering request from the client.
- getPreloadSize() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the number of items to preload when receiving the rendering request from the client.
- getPrevious() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- 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.ShadowElement
-
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.idom.impl.AbstractItem
- getPreviousSibling() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.action.data.InputData
-
Returns the previous value before user's input.
- getPreviousValue() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the previous value before user's input.
- getPreviousWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the previous column width
- getPreviousWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the previous column width of the specified column index.
- getPriority() - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- getPriority() - Method in class org.zkoss.web.theme.StandardTheme
- getPriority() - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Returns the namespace parser's priority, higher is the first.
- getPriority(String) - Static method in class org.zkoss.zul.theme.Themes
-
Return the priority of the given theme
- 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.
- getProgressing() - Method in class org.zkoss.zul.Include
-
Returns whether to show the
MZul.PLEASE_WAIT
message before a long operation. - getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the prolog children (
NativeInfo
). - getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the prolog content.
- getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- getPrologContent() - Method in class org.zkoss.zml.XmlNativeComponent
- getProperties() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getProperties() - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties that need to be validated.
- getProperties() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns a map of all properties, (String key , String value).
- getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns a readonly list of properties (
Property
) (never null). - getProperties() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns a readonly list of properties (
Property
) (never null). - getProperties(Object) - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getProperties(Object) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by a base object.
- getProperties(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getProperties(String) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by the property name.
- getProperties(String) - Static method in class org.zkoss.lang.Library
-
Returns the library properties indicated by the specified key.
- getPropertiesRenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level properties renders.
- getProperty() - Method in class org.zkoss.bind.impl.AccessInfo
- getProperty() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getProperty() - Method in class org.zkoss.bind.impl.PropertyImpl
- getProperty() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getProperty() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- getProperty() - Method in interface org.zkoss.bind.Property
-
Returns the name of this property.
- getProperty() - Method in class org.zkoss.bind.PropertyChangeEvent
-
Gets the property
- getProperty() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getProperty() - Method in interface org.zkoss.bind.sys.PropertyBinding
- getProperty() - Method in interface org.zkoss.bind.ValidationContext
-
get the main property that need to be validated.
- getProperty() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getProperty() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getProperty() - Method in interface org.zkoss.xel.ValueReference
-
Returns the property of the base model.
- getProperty() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
- getProperty() - Method in class org.zkoss.zel.ValueReference
- getProperty(String) - Static method in class org.zkoss.lang.Library
-
Returns the library property indicated by the specified key.
- getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns the property for the given key from this resource bundle or one of its parents.
- getProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Returns the library property indicated by the specified key.
- getPropertyAccess(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getPropertyAccess(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
- getPropertyAccess(String) - Method in class org.zkoss.zhtml.Text
- 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.
- getPropertyAccess(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
- getPropertyAccess(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- getPropertyAccess(String) - Method in class org.zkoss.zul.Box
- getPropertyAccess(String) - Method in class org.zkoss.zul.Combobox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Datebox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Decimalbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Doublebox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Grid
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.FormatInputElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.InputElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelImageElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.NumberInputElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.XulElement
- getPropertyAccess(String) - Method in class org.zkoss.zul.Intbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Label
- getPropertyAccess(String) - Method in class org.zkoss.zul.Listbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Listitem
- getPropertyAccess(String) - Method in class org.zkoss.zul.Longbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Rating
- getPropertyAccess(String) - Method in class org.zkoss.zul.Row
- getPropertyAccess(String) - Method in class org.zkoss.zul.Textbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Timebox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Tree
- getPropertyAccess(String) - Method in class org.zkoss.zul.Treeitem
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.Apply
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.ForEach
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.If
- getPropertyKey() - Method in class org.zkoss.zul.event.DialChartDataEvent
-
Return the key of the property.
- getPropertyMap(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
- getPropertyString() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- getPropertyString() - Method in class org.zkoss.bind.impl.FormBindingImpl
- getPropertyString() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Null is returned by default.
- getPropertyString() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- getPropertyString() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- getPropertyString() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Returns the reference expression script of this binding.
- getPropertyString() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getPropertyString() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getPropNameMapping() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
get property, tracker node mapping map
- getPropNameMapping() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getProtocol() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getProtocol() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getProtocol() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getProxiedEvent() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the proxied event.
- getProxy(Desktop) - Method in interface org.zkoss.zkex.zul.ListModelSharer
-
Get a proxy which is to be used in listbox or grid of a desktop.
- getProxy(Desktop) - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
-
Get a proxy which is to be used in listbox or grid of a desktop.
- getProxyCount() - Method in interface org.zkoss.zkex.zul.ListModelSharer
-
Get the count of created proxy.
- getProxyCount() - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
-
Get the count of created proxy.
- getPseudoClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- getPseudoElements() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- getPublicId() - Method in class org.zkoss.idom.DocType
-
Gets the public ID of an externally referenced DTD, or an empty String if none is referenced.
- getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Return the quality of the image encoding.
- getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
-
Returns the quality of the image encoding.
- getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
-
Always return 1.0 since no quality degrade.
- getQueryString() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getQueryString() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getQueryString() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getQueue(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
-
Get the
OperationQueue
of OperationThread, It is check is there any OperationThread exist in desktop. - getQueueName() - Method in class org.zkoss.bind.impl.BinderImpl
- getQueueName() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns the queue name of this binder
- getQueueScope() - Method in class org.zkoss.bind.impl.BinderImpl
- getQueueScope() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns the queue scope of this binder
- getRadiogroup() - Method in interface org.zkoss.stateless.sul.IRadio
-
Returns the id of the
IRadiogroup
that groups this radio - getRadiogroup() - Method in class org.zkoss.zul.Radio
-
Returns
Radiogroup
that this radio button belongs to. - getRadioRenderer() - Method in class org.zkoss.zul.Radiogroup
-
Returns the renderer to render each radio, or null if the default renderer is used.
- getRange(int) - Method in class org.zkoss.zul.DialModelScale
-
Returns the color range of the specified index.
- getRangeColor() - Method in class org.zkoss.zul.DialModelRange
-
Get the background color of the dial frame (in string as #RRGGBB).
- getRangeRGB() - Method in class org.zkoss.zul.DialModelRange
-
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
- getRangeValueChangeEvent(AuRequest) - Static method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Converts an AU request to a RangeValueChangeEvent.
- getRating() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns the rating.
- getRating() - Method in class org.zkoss.zul.Rating
-
Returns the rating.
- 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).
- getRawOrderBy() - Method in class org.zkoss.zul.FieldComparator
-
Returns the original order-by clause passed to the constructor.
- getRawScript() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the script passed to the constructor.
- getRawText() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the text directly without checking whether any error message not yet fixed.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns the raw value of the property.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the raw value (text).
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the value passed to the constructor.
- getRawValue() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the raw value.
- getRawValue() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the raw value directly with checking whether any error message not yet fixed.
- getRawValue() - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the raw value
- getReader() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getReader() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getReader() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getReaderData() - Method in class org.zkoss.image.AImage
-
Always throws
IllegalStateException
. - getReaderData() - Method in class org.zkoss.sound.AAudio
-
Not supported.
- getReaderData() - Method in class org.zkoss.util.media.AMedia
-
Returns the reader of this media to retrieve the data.
- getReaderData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in Reader.
- getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
- getReaderData() - Method in class org.zkoss.video.AVideo
-
Not supported.
- getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Unveils the real cause.
- getRealFormat() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the real format, i.e., the combination of the format patterns, such as hh:mm.
- getRealFormat() - Method in class org.zkoss.zul.Datebox
-
Returns the real format, i.e., the combination of the format patterns, such as yyyy-MM-dd.
- getRealFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
-
Returns the real format.
- getRealFormat() - Method in class org.zkoss.zul.Timebox
-
Returns the real format, i.e., the combination of the format patterns, such as hh:mm.
- getRealMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Return the real matrix renderer, if
Biglistbox.getMatrixRenderer()
is null, the default implementation is assumed. - getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns the real origin event of a forwarded event.
- getRealPath(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getRealPath(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the real path for the specified path.
- 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.
- getRealPath(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRealRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
- getRealRenderer() - Method in interface org.zkoss.zul.impl.DataLoader
-
Return the renderer to do rendering.
- getRealRenderer() - Method in class org.zkoss.zul.impl.GridDataLoader
- getRealRenderer() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getRealRenderer() - Method in class org.zkoss.zul.Selectbox
- getRealTarget() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the real target.
- getRealUpload(Component, String) - Static method in class org.zkoss.zk.ui.ext.Uploads
-
Gets the real upload setting for client.
- getRecordFormat() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the record video format, e.g.,
"video/webm"
,"video/mp4"
, and"video/ogg"
. - getRecordFormat() - Method in class org.zkoss.zkmax.zul.Camera
-
Get the record video format, e.g., video/webm, video/mp4, video/ogg.
- getRed() - Method in class org.zkoss.web.fn.Color
- getRedrawCallback() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getRedrawCallback() - Method in class org.zkoss.zk.ui.AbstractComponent
- getReference() - Method in class org.zkoss.stateless.action.data.OpenData
-
Returns the reference that causes
Self
to be opened. - getReference() - Method in class org.zkoss.stateless.action.data.SelectData
-
Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
- getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns the reference item that is the component causing the key event to be fired.
- getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
Returns the reference that causes
Event.getTarget()
to be opened. - getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
- getReferenceBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated ReferenceBindings.
- getReferenceBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getReferenceIndex() - Method in class org.zkoss.stateless.action.data.SortData
-
Returns the reference index.
- getReferencePath() - Method in class org.zkoss.stateless.action.data.OpenData
-
Returns the reference path if any.
- getReferencePath() - Method in class org.zkoss.stateless.action.data.SelectData
-
Returns the reference item path that is the component causing the onSelect event(select or deselect) to be fired, such as
ITree
Note: if not multiple, theSelectData.getReferencePath()
is the same with the first item ofSelectData.getSelectionPaths()
. - getReferrerpolicy() - Method in class org.zkoss.zhtml.A
-
Returns the referrerpolicy of this a tag.
- getReferrerpolicy() - Method in class org.zkoss.zhtml.Area
-
Returns the referrerpolicy of this a tag.
- getReferrerpolicy() - Method in class org.zkoss.zhtml.Iframe
-
Returns the referrerpolicy of this tag.
- getReferrerpolicy() - Method in class org.zkoss.zhtml.Img
-
Returns the referrerpolicy of this tag.
- getReferrerpolicy() - Method in class org.zkoss.zhtml.Script
-
Returns the referrerpolicy of this tag.
- getRel() - Method in class org.zkoss.zhtml.A
-
Returns the rel of this a tag.
- getRel() - Method in class org.zkoss.zhtml.Area
-
Returns the rel of this area tag.
- getRel() - Method in class org.zkoss.zhtml.Form
-
Returns the rel of this tag.
- getRel() - Method in class org.zkoss.zhtml.Link
-
Returns the rel of this link tag.
- getRemoteAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRemoteAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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.zkmax.ui.http.FacadeHttpServletRequest
- getRemoteHost() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRemoteHost() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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.zkmax.ui.http.FacadeHttpServletRequest
- getRemotePort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRemotePort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getRemotePort() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRemoteUser() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRemoteUser() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getRemoteUser() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRenderContext(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the render context, or null if not available.
- getRenderdefer() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the number of milliseconds before rendering this component at the client.
- getRenderdefer() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the number of milliseconds before rendering this component at the client.
- getRenderer() - Method in class org.zkoss.stateless.state.IBiglistboxController
- getRenderer() - Method in class org.zkoss.stateless.state.ICascaderController
- getRenderer() - Method in class org.zkoss.stateless.state.IChosenboxController
- getRenderer() - Method in class org.zkoss.stateless.state.IComboboxController
-
Returns the renderer to render each row, or null if the default renderer is used.
- getRenderer() - Method in class org.zkoss.stateless.state.IGridController
- getRenderer() - Method in class org.zkoss.stateless.state.ILinelayoutController
- getRenderer() - Method in class org.zkoss.stateless.state.IListboxController
- getRenderer() - Method in class org.zkoss.stateless.state.IOrganigramController
- getRenderer() - Method in class org.zkoss.stateless.state.IRadiogroupController
- getRenderer() - Method in class org.zkoss.stateless.state.ISearchboxController
- getRenderer() - Method in class org.zkoss.stateless.state.ISelectboxController
- getRenderer() - Method in class org.zkoss.stateless.state.IStepbarController
- getRenderer() - Method in class org.zkoss.stateless.state.ITabboxController
- getRenderer() - Method in interface org.zkoss.stateless.state.ItemController
-
Returns the renderer, which is set through by
ItemController.setRenderer(CheckedFunction2)
, or a default one which is depended on implementation. - getRenderer() - Method in class org.zkoss.stateless.state.ITreeController
- getRenderer(String) - Method in class org.zkoss.bind.impl.BinderImpl
- getRenderEvent(AuRequest) - Static method in class org.zkoss.zul.event.RenderEvent
-
Converts an AU request to a render event.
- getRenderRequest() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the replaceable text, nor null if it cannot be replaced with a text.
- getReport() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns a AMedia contains report's byte stream.
- getRequest() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getRequest() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current request.
- getRequest() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the request, or null if not available.
- getRequest() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the request.
- 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.
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getRequestDispatcher(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
- getRequestDispatcher(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRequestDispatcher(PortletContext, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the request dispatch of the specified URI.
- getRequestDispatcher(ServletContext, ServletRequest, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the request dispatch of the specified URI.
- getRequestedSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRequestedSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getRequestedSessionId() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- 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.
- getRequestURI() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRequestURI() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getRequestURI() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRequestURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getRequestURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getRequestURL() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required attribute value.
- getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required element.
- getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required element value.
- getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based on the current locale.
- getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it with the specified argument, or null if not found.
- getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns a set of readonly reserved words.
- getResetBooleanValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default boolean value. i.e. false
- getResetByteValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default byte value. i.e. 0
- getResetCharValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default char value. i.e
- getResetDoubleValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default double value. i.e. 0.0d
- getResetEmptyStringValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the empty string.
- getResetFloatValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default float value. i.e. 0.0f
- getResetIntValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default int value. i.e. 0
- getResetLongValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default long value. i.e. 0L
- getResetNullValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the null value
- getResetShortValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default short value. i.e. 0
- getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
- getResource(String) - Method in interface org.zkoss.util.resource.Locator
-
Finds the resource with the given name.
- getResource(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getResource(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the URL of the resource of the specified URI by searching the extra locator, if any, and then the class path (with
ClassWebResource.PATH_PREFIX
). - getResource(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the URL of the specified URI, or null if not found.
- getResource(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
- getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a URL to the resource that is mapped to a specified path.
- getResource(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the resource of the specified uri.
- getResource(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the resource of the specified uri.
- getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
- getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
-
Returns an input stream for reading the specified resource.
- getResourceAsStream(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the resource in a stream of the specified URI by searching the extra locator, if any, and then, the class path (with
ClassWebResource.PATH_PREFIX
). - getResourceAsStream(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the resource of the specified URI as input stream, or null if not found.
- getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
- getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the resource located at the named path as an InputStream object.
- getResourceAsStream(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the resource stream of the specified uri.
- getResourceAsStream(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the resource stream of the specified uri.
- getResourcePaths(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
- getResourceRequest() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
- getResources(String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
-
Returns an enumeration of resources.
- getResourceURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getResourceURI() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the URI for ZK resource
- getResourceURI() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for ZK resource.
- getResourceURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getResourceURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for ZK resource that can be encoded or not.
- getResourceURI(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the URI for ZK resource.
- getResourceURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getResponse() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getResponse() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current response.
- getResponse() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the response, or null if not available.
- getResponse() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the response.
- getResponse() - Method in 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() - 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).
- getResponseHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a map 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. - getResult() - Method in class org.zkoss.stateless.action.data.DetectData
-
Returns the detected result.
- getResult() - Method in class org.zkoss.zkmax.zul.event.DetectEvent
-
Returns the detected result.
- getResult() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the result in the JavaScript.
- getResult() - Method in class org.zkoss.zul.impl.FileuploadDlg
-
Returns the result.
- getResult() - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Returns the result which is the button being pressed.
- getReturnType() - Method in interface org.zkoss.xel.Function
-
Returns a Class object that represents the formal return type of the method represented by this Method object.
- getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
- getReturnType() - Method in class org.zkoss.zel.MethodInfo
- getRGB() - Method in class org.zkoss.web.fn.Color
- getRGB() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color in int
- 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.
- 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..
- 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.
- getRightColumns() - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the number of right columns to freeze.
- getRightColumns() - Method in class org.zkoss.zul.Frozen
-
Returns the number of right columns to freeze.
- getRoot() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the root of the specified component.
- getRoot() - Method in interface org.zkoss.zk.ui.Component
-
Returns the root of this component.
- getRoot() - Method in class org.zkoss.zul.AbstractTreeModel
-
Return the root of the tree model.
- getRoot() - Method in interface org.zkoss.zul.TreeModel
-
Returns the root of the tree.
- getRoot() - Method in class org.zkoss.zuti.zul.NavigationModel
-
Gets the first navigation level.
- getRoot(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
-
Returns the root object.
- 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() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the attributes of the root element declared in this page (never null).
- getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Converts the header definitions (added by
PageDefinition.setRootAttribute(java.lang.String, java.lang.String)
) to the attributes of the root element. - getRootElement() - Method in class org.zkoss.idom.Document
-
Gets the root element.
- getRootParent() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns the root parent when being called in
ComponentCtrl.onPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Page)
andComponentCtrl.onPageDetached(org.zkoss.zk.ui.Page)
- 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.
- getRotation() - Method in class org.zkoss.stateless.action.data.RotationData
-
Gets the current rotation.
- getRotation() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the rotation angle.
- getRotation() - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the rotation angle.
- getRotation() - Method in class org.zkoss.zkex.ui.event.RotationEvent
-
Gets the current rotation.
- getRotation() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the rotation angle.
- getRotationEvent(AuRequest) - Static method in class org.zkoss.zkex.ui.event.RotationEvent
-
Converts an AU request to a rotation event.
- getRoundingMode() - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns the rounding mode.
- getRoundingMode() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns the rounding mode.
- getRowHeight() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the height of the single row.
- getRowHeight() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the height of the single row.
- getRowIndex() - Method in class org.zkoss.stateless.action.data.CellClickData
-
Returns the row index
- getRowIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the row index
- getRowRenderer() - Method in class org.zkoss.zul.Grid
-
Returns the renderer to render each row, or null if the default renderer is used.
- getRows() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the rows' size of the viewport.
- getRows() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the rows.
- getRows() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the number of the rows to display at screen.
- getRows() - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns the rows.
- getRows() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the number of the rows to display at screen.
- getRows() - Method in class org.zkoss.zhtml.Textarea
-
Returns the rows of this textarea tag.
- getRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the rows' size of the viewport.
- getRows() - Method in class org.zkoss.zul.Frozen
-
Returns the number of rows to freeze.
- getRows() - Method in class org.zkoss.zul.Grid
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Listbox
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Textbox
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Tree
-
Returns the rows.
- getRowspan() - Method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns number of rows to span this header.
- getRowspan() - Method in interface org.zkoss.stateless.sul.ICell
-
Returns number of rows to span.
- getRowspan() - Method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns number of rows to span this header.
- getRowspan() - Method in class org.zkoss.zhtml.Td
-
Returns the rowspan of this td tag.
- getRowspan() - Method in class org.zkoss.zhtml.Th
-
Returns the rowspan of this th tag.
- getRowspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Returns number of rows to span this header.
- getRowspan() - Method in class org.zkoss.zul.Auxheader
-
Returns number of rows to span this header.
- getRowspan() - Method in class org.zkoss.zul.Cell
-
Returns number of rows to span.
- getRowsSize() - Method in class org.zkoss.zkmax.zul.GoldenLayout
- getSandbox() - Method in class org.zkoss.zhtml.Iframe
-
Returns the sandbox of this iframe tag.
- getSaveBindingDebugInfo(String, Object...) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- getSaveFieldNames() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.Returns all those field name that this Form bean is care about for saving value into the real bean.
- getSaveFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getSaveFormFieldNames(Form) - Method in class org.zkoss.bind.impl.BinderImpl
- getSaveFormFieldNames(Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns all field names for saving with the given Form.
- getSaveLabel() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the label on save button.
- getSaveLabel() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the label on save button.
- getSaveType() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the type for saving signature image.
- getSaveType() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the type for saving signature image.
- getScale() - Method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the scale for the decimal number storing in this component, or
Decimalbox.AUTO
if the scale is decided automatically (based on what user has entered). - getScale() - Method in class org.zkoss.zul.Decimalbox
-
Returns the scale for the decimal number storing in this component, or
Decimalbox.AUTO
if the scale is decided automatically (based on what user has entered). - getScale(int) - Method in class org.zkoss.zul.DialModel
-
Returns the
DialModelScale
of the specified index. - getScaleExtent() - Method in class org.zkoss.zul.DialModelScale
-
Returns angles in degree extended from the starting angle (counter clockwise is positive).
- getScaleInput() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the scale ratio of the input in knob mold.
- getScaleInput() - Method in class org.zkoss.zul.Slider
-
Returns the scale ratio of the input in knob mold.
- getScaleLowerBound() - Method in class org.zkoss.zul.DialModelScale
-
Returns the scale's lower bound.
- getScaleStartAngle() - Method in class org.zkoss.zul.DialModelScale
-
Returns starting angle in degree associated to the sclae's lower bound (0 degree point to east, counter-clockwise is positive).
- getScaleUpperBound() - Method in class org.zkoss.zul.DialModelScale
-
Returns the scale's upper bound.
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
- getScheme() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getScheme() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getScheme() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getSclass() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the CSS class(es).
- getSclass() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the style class.
- getSclass() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the CSS class.
- getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the CSS class(es).
- getSclass() - Method in class org.zkoss.zul.Row
-
Returns the style class.
- getScope() - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Returns the scope.
- getScope() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the scope.
- getScope() - Method in class org.zkoss.zhtml.Th
-
Returns the scope of this th tag.
- getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the scope, or null if it is not associated with a scope.
- getScope(String) - Static method in class org.zkoss.zk.ui.Components
-
Converts a string to an integer that can be used to access
Component.getAttribute(String, int)
- getScreenHeight() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Returns the pixel height of the client's screen.
- 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.stateless.action.data.ClientInfoData
-
Returns the pixel width 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.
- getScriptErrorEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScriptErrorEvent
-
Converts an AU request to a script error event.
- getScriptManager() - Method in class org.zkoss.zk.ui.http.WpdExtendlet
- 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.
- getScrollEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.ScrollEventExt
- getScrolling() - Method in interface org.zkoss.stateless.sul.IIframe
-
Return the scroll bars.
- getScrolling() - Method in class org.zkoss.zul.Iframe
-
Return the scroll bars.
- getSearchMessage() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns the placeholder message of the search text field, or null to use the default message.
- getSearchMessage() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the placeholder message of the search text field, or null to use the default message.
- getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the first half of the device-dependent content for the specified tag and properties, and appends it to the specified string buffer.
- getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
- getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
- getSegmentedLabels() - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns a map of segmented labels for the current locale (never null).
- getSegmentedLabels() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns a map of segmented labels for the current locale (never null).
- getSegmentedLabels() - Static method in class org.zkoss.util.resource.Labels
-
Returns the label or a map of labels associated with the key.
- getSegmentedLabels(Locale) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns a map of segmented labels for the specified locale (never null).
- getSegmentedLabels(Locale) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns a map of segmented labels for the specified locale (never null).
- getSelectableModel() - Method in class org.zkoss.zul.Tabbox
- getSelectedCount() - Method in class org.zkoss.stateless.state.ISearchboxController
-
Returns the number of items being selected.
- getSelectedCount() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the number of items being selected.
- getSelectedCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of items being selected.
- getSelectedCount() - Method in class org.zkoss.zul.Tree
-
Returns the number of items being selected.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.IBiglistboxController
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.stateless.state.ICardlayoutController
-
Returns the index of the component in viewport.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.IChosenboxController
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.stateless.state.IComboboxController
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.IListboxController
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.IRadiogroupController
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.ISelectboxController
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.stateless.state.ITabboxController
-
Returns the selected index.
- getSelectedIndex() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Return the index of the component in view port.
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Combobox
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.zul.Listbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Radiogroup
-
Returns the index of the selected radio button (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Selectbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected index.
- getSelectedItem() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns the selected item, or null if no item is selected.
- getSelectedItem() - Method in class org.zkoss.zul.Combobox
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zul.Listbox
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zul.Radiogroup
-
Returns the selected radio button.
- getSelectedItem() - Method in class org.zkoss.zul.Tree
-
Returns the selected item.
- getSelectedItems() - Method in class org.zkoss.stateless.action.data.SelectData
-
Returns the selected items (never null).
- getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected items (never null).
- getSelectedItems() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns all selected items.
- getSelectedItems() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns all selected items.
- getSelectedItems() - Method in class org.zkoss.zul.Listbox
-
Returns all selected items.
- getSelectedItems() - Method in class org.zkoss.zul.Tree
-
Returns all selected items.
- getSelectedObject() - Method in class org.zkoss.stateless.state.IBiglistboxController
-
Returns the selected object or null.
- getSelectedObject() - Method in class org.zkoss.stateless.state.ICascaderController
-
Returns the selected object.
- getSelectedObject() - Method in class org.zkoss.stateless.state.IComboboxController
-
Returns the data object which is selected or null.
- getSelectedObject() - Method in class org.zkoss.stateless.state.IListboxController
-
Returns the data object which is selected or null.
- getSelectedObject() - Method in class org.zkoss.stateless.state.IOrganigramController
-
Returns the selected object.
- getSelectedObject() - Method in class org.zkoss.stateless.state.IRadiogroupController
-
Returns the data object which is selected or null.
- getSelectedObject() - Method in class org.zkoss.stateless.state.ISearchboxController
-
Returns the selected item, or null if no item is selected.
- getSelectedObject() - Method in class org.zkoss.stateless.state.ISelectboxController
-
Returns the selected item, or null if no item is selected.
- getSelectedObject() - Method in class org.zkoss.stateless.state.ITabboxController
-
Returns the data object which is selected or null.
- getSelectedObject() - Method in class org.zkoss.stateless.state.ITreeController
-
Returns the selected object.
- getSelectedObject() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the selected object.
- getSelectedObjects() - Method in class org.zkoss.stateless.state.ICascaderController
-
Returns all selected items.
- getSelectedObjects() - Method in class org.zkoss.stateless.state.IChosenboxController
-
Returns the selected objects.
- getSelectedObjects() - Method in class org.zkoss.stateless.state.ISearchboxController
-
Returns the selected objects.
- getSelectedObjects() - Method in class org.zkoss.stateless.state.ISelectboxController
-
Returns all selected items, or an empty set if no item is selected.
- getSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected objects (never null).
- getSelectedObjects() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the selected objects.
- getSelectedPanel() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected tab panel.
- getSelectedTab() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected tab.
- getSelectedText() - Method in class org.zkoss.stateless.action.data.SelectionData
-
Returns the selected text contained in this text.
- 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.
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.AbstractListModel
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.AbstractTreeModel
- getSelection() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getSelectionControl() - Method in class org.zkoss.zul.AbstractGroupsModel
- getSelectionControl() - Method in class org.zkoss.zul.AbstractListModel
- getSelectionControl() - Method in class org.zkoss.zul.AbstractTreeModel
- getSelectionControl() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns the selection control for the selection model, if any.
- getSelectionControl() - Method in class org.zkoss.zul.impl.GroupsListModel
- getSelectionCount() - Method in class org.zkoss.zul.AbstractTreeModel
- getSelectionCount() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the number of paths that are selected.
- getSelectiondirection() - Method in class org.zkoss.zhtml.Input
-
Returns the selectiondirection of this input tag.
- getSelectionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectionEvent
-
Converts an AU request to a selection event.
- getSelectionPath() - Method in class org.zkoss.zul.AbstractTreeModel
- getSelectionPath() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the first path in the selection.
- getSelectionPaths() - Method in class org.zkoss.stateless.action.data.SelectData
-
Returns the selected paths of
ITree
(never null). - getSelectionPaths() - Method in class org.zkoss.zul.AbstractTreeModel
- getSelectionPaths() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the paths in the selection.
- getSelectLevel() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the level that a user can select.
- getSelectLevel() - Method in class org.zkoss.zul.Datebox
-
Returns the level that a user can select.
- 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.bind.impl.SimpleBindXelContext
- 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.
- getSeltype() - Method in class org.zkoss.zul.Listbox
-
Returns the seltype.
- getSeltype() - Method in class org.zkoss.zul.Tree
-
Returns the seltype.
- getSEORenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level SEO renderer.
- getSeparator() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the separate chars of this component.
- getSeparator() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the separate chars of this component.
- getSeries() - Method in interface org.zkoss.zul.CategoryModel
-
Get all series as a collection.
- getSeries() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the series of the chart data model.
- getSeries() - Method in interface org.zkoss.zul.HiLoModel
-
Get the only series.
- getSeries() - Method in class org.zkoss.zul.SimpleCategoryModel
- getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
- getSeries() - Method in class org.zkoss.zul.SimpleXYModel
- getSeries() - Method in interface org.zkoss.zul.XYModel
-
Get all series as a collection.
- getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a series of the specified index;
- getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
- getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
- getSeries(int) - Method in interface org.zkoss.zul.XYModel
-
Get a series of the specified index;
- getSeriesIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the series index, if any.
- getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
- getServerInfo() - Method in class org.zkoss.web.portlet.PortletServletContext
- getServerName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getServerName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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.zkmax.ui.http.FacadeHttpServletRequest
- getServerPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getServerPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getServerPort() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- 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() - Method in class org.zkoss.zk.device.GenericDevice
- getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the class name that implements the server push feature.
- getServlet(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletConfig() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The Servlet configuration.
- getServletContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
- getServletContext() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getServletContext() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getServletContext() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getServletContext() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns the servlet context in which this filter is running.
- getServletContext() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The Servlet context.
- getServletContext() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the request, or null if not available.
- getServletContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the context.
- getServletContext() - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the servlet context.
- getServletContext() - Method in class org.zkoss.web.util.resource.ServletContextLocator
-
Returns the servlet context.
- getServletContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getServletContext() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the servlet context of this application.
- getServletContext() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getServletContextName() - Method in class org.zkoss.web.portlet.PortletServletContext
- getServletNames() - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getServletPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getServletPath() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getServletRegistration(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- getServletRegistrations() - Method in class org.zkoss.web.portlet.PortletServletContext
- getServlets() - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletURI(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the servlet uri of the request.
- getSession() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getSession() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getSession() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current session.
- getSession() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the session of this desktop.
- getSession() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the session this execution belongs to.
- 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() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- getSession(boolean) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getSession(boolean) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- getSession(boolean) - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the session, or null if no session and
create
is false. - getSession(boolean) - Method in class org.zkoss.zk.ui.http.SessionResolverImpl
- 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(boolean) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- 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(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.
- getSessionContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getSessionCookieConfig() - Method in class org.zkoss.web.portlet.PortletServletContext
- 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.
- getSetter(Class<?>, String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Get an array of setter methods by a specific propertyName.
- getShadowDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified class. - getShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified name. - getShadowDefinition(String, PageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Instantiates and returns the component definition for the specified condition.
- getShadowDefinitionIfAny(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified class, or null if not found. - getShadowDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns
ComponentDefinition
of the specified name, or null if not found. - 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.stateless.ui.util.VolatileComponent
- 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.
- getShadowHost() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Return the current shadow host.
- getShadowHost() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Return the current shadow host.
- 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.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- getShadowVariable(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 class org.zkoss.stateless.ui.util.VolatileComponent
- getShadowVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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
- getShape() - Method in interface org.zkoss.stateless.sul.IArea
-
Returns the shape of this area.
- getShape() - Method in class org.zkoss.zhtml.Area
-
Returns the shape of this area tag.
- getShape() - Method in class org.zkoss.zul.Area
-
Returns the shape of this area.
- getShowTodayLink() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns whether enable to show the link that jump to today in day view
- getShowTodayLink() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether enable to show the link that jump to today in day view
- getShowTodayLink() - Method in class org.zkoss.zul.Calendar
-
Returns whether enable to show the link that jump to today in day view
- getShowTodayLink() - Method in class org.zkoss.zul.Datebox
-
Returns whether enable to show the link that jump to today in day view
- getSize() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getSize() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getSize() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getSize() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getSize() - Method in interface org.zkoss.stateless.sul.IEast
-
Returns the size of this region.
- getSize() - Method in interface org.zkoss.stateless.sul.INorth
-
Returns the size of this region.
- getSize() - Method in interface org.zkoss.stateless.sul.ISouth
-
Returns the size of this region.
- getSize() - Method in interface org.zkoss.stateless.sul.IWest
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zhtml.Input
-
Returns the size of this input tag.
- getSize() - Method in class org.zkoss.zhtml.Select
-
Returns the size of this select tag.
- getSize() - Method in class org.zkoss.zul.Center
-
The size can't be returned in this component.
- getSize() - Method in class org.zkoss.zul.East
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.impl.GroupsListModel
- getSize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the size of this region.
- getSize() - Method in interface org.zkoss.zul.ListModel
-
Returns the length of the list.
- getSize() - Method in class org.zkoss.zul.ListModelArray
- getSize() - Method in class org.zkoss.zul.ListModelList
- getSize() - Method in class org.zkoss.zul.ListModelMap
- getSize() - Method in class org.zkoss.zul.ListModelSet
- getSize() - Method in class org.zkoss.zul.North
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.SimpleListModel
- getSize() - Method in class org.zkoss.zul.South
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.West
-
Returns the size of this region.
- getSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SizeEvent
-
Converts an AU request to a size event.
- getSizes() - Method in class org.zkoss.stateless.action.data.DivisionSizeData
-
Returns the sizes.
- getSizes() - Method in class org.zkoss.zhtml.Img
-
Returns the sizes of this tag.
- getSizes() - Method in class org.zkoss.zhtml.Link
-
Returns the sizes of this link tag.
- getSizes() - Method in class org.zkoss.zhtml.Source
-
Returns the sizes of this source tag.
- getSizes() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
- getSizesArray() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
- getSlideEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SlideEvent
-
Converts an AU request to an slide event.
- getSlidingtext() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the sliding text.
- getSlidingtext() - Method in class org.zkoss.zul.Slider
-
Returns the sliding text.
- getSnapshotFormat() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the snapshot image format, e.g., image/png, image/jpeg.
- getSnapshotFormat() - Method in class org.zkoss.zkmax.zul.Camera
-
Get the snapshot image format, e.g., image/png, image/jpeg.
- getSortableModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the sortable model, if any.
- getSortAscending() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the ascending sorter provider, or null if not available.
- getSortAscending() - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the ascending sorter provider, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Column
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Listheader
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Treecol
-
Returns the ascending sorter, or null if not available.
- getSortDescending() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the descending sorter provider, or null if not available.
- getSortDescending() - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the descending sorter provider, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Column
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Listheader
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Treecol
-
Returns the descending sorter, or null if not available.
- getSortDirection() - Method in class org.zkoss.stateless.action.data.SortData
-
Returns the sort direction.
- getSortDirection() - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns the sort direction.
- getSortDirection() - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns the sort direction.
- getSortDirection() - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the sort direction.
- getSortDirection() - Method in class org.zkoss.zul.Column
-
Returns the sort direction.
- getSortDirection() - Method in class org.zkoss.zul.Listheader
-
Returns the sort direction.
- getSortDirection() - Method in class org.zkoss.zul.Treecol
-
Returns the sort direction.
- getSortDirection(Comparator<D>) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- getSortDirection(Comparator<D>) - Method in class org.zkoss.zul.GroupsModelArray
- getSortDirection(Comparator<D>) - Method in class org.zkoss.zul.SimpleGroupsModel
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelArray
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelList
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelSet
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.SimpleListModel
- getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.zul.ListModelMap
- getSortDirection(Comparator<TreeNode<E>>) - Method in class org.zkoss.zul.DefaultTreeModel
- getSortDirection(Comparator<T>) - Method in interface org.zkoss.zul.ext.Sortable
-
Returns the sort direction of this model for the given comparator.
- getSortEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SortEvent
-
Converts an AU request to a sort event.
- getSortEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.SortEventExt
- getSouth() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the south child.
- getSouth() - Method in class org.zkoss.zul.Borderlayout
- getSpace() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the space between chips, default to 1.
- getSpaceOwner() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
- getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
-
Returns the owner of the ID space that this component belongs to.
- getSpacing() - Method in interface org.zkoss.stateless.sul.ILayout
-
Returns the spacing between adjacent children, or null if the default spacing is used.
- getSpacing() - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns spacing between columns should be given as a ratio to the column width.
- getSpacing() - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns the spacing.
- getSpacing() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the spacing.
- getSpacing() - Method in class org.zkoss.zkmax.zul.Rowlayout
-
Spacing between columns should be given as a ratio to the column width.
- getSpacing() - Method in class org.zkoss.zul.Box
-
Returns the spacing between adjacent children, or null if the default spacing is used.
- getSpacing() - Method in class org.zkoss.zul.Layout
-
Returns the spacing between adjacent children, or null if the default spacing is used.
- getSpacing() - Method in class org.zkoss.zul.Separator
-
Returns the spacing.
- getSpan() - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns number of columns to span this footer.
- getSpan() - Method in interface org.zkoss.stateless.sul.IListcell
-
Returns number of columns to span this cell.
- getSpan() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Return column span hint of this component.
- getSpan() - Method in interface org.zkoss.stateless.sul.ITreecell
-
Returns number of columns to span this cell.
- getSpan() - Method in class org.zkoss.zhtml.Col
-
Returns the span of this col tag.
- getSpan() - Method in class org.zkoss.zhtml.Colgroup
-
Returns the span of this colgroup tag.
- getSpan() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns number of columns to span this footer.
- getSpan() - Method in class org.zkoss.zul.impl.MeshElement
-
Return column span hint of this component.
- getSpan() - Method in class org.zkoss.zul.Listcell
-
Returns number of columns to span this cell.
- getSpan() - Method in class org.zkoss.zul.Treecell
-
Returns number of columns to span this cell.
- getSpecial(String) - Static method in class org.zkoss.idom.Namespace
-
Returns the special namespace if prefix is special, or null if not.
- getSpecialRendererOutput(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- getSpecified() - Method in class org.zkoss.idom.Attribute
- getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns the split child, or null if not available.
- getSrc() - Method in class org.zkoss.html.JavaScript
-
Returns the URI of the file containing the JavaScript codes, or null if
JavaScript.getContent()
is not null. - getSrc() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns the src.
- getSrc() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the source URI of the image.
- getSrc() - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns the source URI.
- getSrc() - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns the source URI of the image.
- getSrc() - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the source URI of the PDF file.
- getSrc() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns the URI of the source that contains the script codes.
- getSrc() - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns the URI of an external style sheet.
- getSrc() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns the source address of this track.
- getSrc() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the src.
- getSrc() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the src (URL).
- getSrc() - Method in class org.zkoss.zhtml.Audio
-
Returns the src of this audio tag.
- getSrc() - Method in class org.zkoss.zhtml.Embed
-
Returns the src of this embed tag.
- getSrc() - Method in class org.zkoss.zhtml.Iframe
-
Returns the src of this iframe tag.
- getSrc() - Method in class org.zkoss.zhtml.Img
-
Returns the src of this img tag.
- getSrc() - Method in class org.zkoss.zhtml.Input
-
Returns the src of this input tag.
- getSrc() - Method in class org.zkoss.zhtml.Script
-
Returns the src of this script tag.
- getSrc() - Method in class org.zkoss.zhtml.Source
-
Returns the src of this source tag.
- getSrc() - Method in class org.zkoss.zhtml.Track
-
Returns the src of this track tag.
- getSrc() - Method in class org.zkoss.zhtml.Video
-
Returns the src of this video tag.
- getSrc() - Method in interface org.zkoss.zk.ui.util.TemplateCtrl
-
Returns the template src source, if any.
- getSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the source (jasper file).
- getSrc() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the source URI of the PDF file.
- getSrc() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the source URI of the image.
- getSrc() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the video source as List.
- getSrc() - Method in class org.zkoss.zul.Audio
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Iframe
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Image
-
Returns the source URI of the image.
- getSrc() - Method in class org.zkoss.zul.Include
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Script
-
Returns the URI of the source that contains the script codes.
- getSrc() - Method in class org.zkoss.zul.Style
-
Returns the URI of an external style sheet.
- getSrc() - Method in class org.zkoss.zul.Track
-
Returns the source address of this track.
- getSrc(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns the URI to create the template from, or null if not specified.
- getSrcdoc() - Method in class org.zkoss.zhtml.Iframe
-
Returns the srcdoc of this iframe tag.
- getSrclang() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns the language of the source.
- getSrclang() - Method in class org.zkoss.zhtml.Track
-
Returns the srclang of this track tag.
- getSrclang() - Method in class org.zkoss.zul.Track
-
Returns the language of the source.
- getSrcset() - Method in class org.zkoss.zhtml.Img
-
Returns the srcset of this tag.
- getSrcset() - Method in class org.zkoss.zhtml.Source
-
Returns the srcset of this source tag.
- getStack() - Method in class org.zkoss.zk.ui.event.ScriptErrorEvent
- getStart() - Method in class org.zkoss.stateless.action.data.InputData
-
Returns the start position of the cursor from the input element.
- getStart() - Method in class org.zkoss.stateless.action.data.SelectionData
-
Returns the selected text's start position.
- getStart() - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the start position of the scrollbar.
- getStart() - Method in class org.zkoss.zhtml.Ol
-
Returns the start of this ol tag.
- getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the start position of the cursor from the input element.
- getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's start position.
- getStart() - Method in class org.zkoss.zul.Frozen
-
Returns the start position of the scrollbar.
- getStart() - Method in class org.zkoss.zul.GanttModel.GanttTask
- getStartScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to enable (a.k.a., start) the server push.
- getStartScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the JavaScript codes to enable (a.k.a., start) the server push.
- getStartScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- getStartScript(String) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns when the server (actually, this monitor) started.
- getStartValue() - Method in class org.zkoss.stateless.action.data.RangeValueChangeData
-
Returns the start value of this sliderbuttons.
- getStartValue() - Method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the start value of this rangeslider.
- getStartValue() - Method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns the start value of this sliderbuttons.
- getStartValue() - Method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Returns the start value of this sliderbuttons.
- getStartValue() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the start value of this rangeslider.
- getStartValue() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Returns the start value of this sliderbuttons.
- getState() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
- getState() - Method in class org.zkoss.stateless.action.data.CheckData
-
Returns the nullable state is changed.
- getState() - Method in class org.zkoss.stateless.action.data.HistoryPopStateData
-
Returns the state object.
- getState() - Method in class org.zkoss.stateless.action.data.StateChangeData
-
Returns the current state that has been changed.
- getState() - Method in class org.zkoss.zk.ui.event.CheckEvent
-
Returns the nullable state is changed.
- getState() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the state object.
- getState() - Method in class org.zkoss.zk.ui.event.StateChangeEvent
-
Returns the current state that has been changed.
- getState() - Method in class org.zkoss.zul.Checkbox
-
Returns the current state according to isIndeterminate() and isChecked().
- getState(E) - Method in class org.zkoss.fsm.StateMachine
-
Get the state by token.
- getState(E, boolean) - Method in class org.zkoss.fsm.StateMachine
-
Get the state by token.
- getStateChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StateChangeEvent
-
Returns the event of StateChangeEvent with the given request.
- getStatus() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.
- getStatus() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getStatus() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getStatus() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getStep() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- getStep() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
- getStep() - Method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the step of doublespinner
- getStep() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns the step of the component.
- getStep() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the step of slider
- getStep() - Method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the step of spinner
- getStep() - Method in class org.zkoss.zhtml.Input
-
Returns the step of this input tag.
- 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.
- getStep() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the step of rangeslider.
- getStep() - Method in class org.zkoss.zul.Doublespinner
-
Return the step of double spinner
- getStep() - Method in class org.zkoss.zul.Slider
-
Returns the step of slider
- getStep() - Method in class org.zkoss.zul.Spinner
-
Returns the step of spinner
- getStep() - Method in class org.zkoss.zuti.zul.ForEach
- getStepbar() - Method in class org.zkoss.zkmax.zul.Step
-
Returns the stepbar that contains this step.
- getStepInDouble() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the step of slider
- getStepInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the step of slider
- getStepRenderer() - Method in class org.zkoss.zkmax.zul.Stepbar
- getSteps() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- getSteps() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Returns the steps in this stepbar.
- getSteps() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Returns the step list model.
- getStopScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStopScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStopScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- 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
- getStreamData() - Method in class org.zkoss.image.AImage
-
Return a
ByteArrayInputStream
that contains data ofAImage.getByteData()
. - getStreamData() - Method in class org.zkoss.sound.AAudio
-
Returns the data in the input stream.
- getStreamData() - Method in class org.zkoss.util.media.AMedia
-
Returns the input stream of this media.
- getStreamData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in InputStream.
- getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
-
Returns the repeatable input stream, if the original input stream is not null.
- getStreamData() - Method in class org.zkoss.video.AVideo
-
Returns the data in the input stream.
- getStreamELResolver() - Method in class org.zkoss.zel.ExpressionFactory
- getStreamELResolver() - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- getStrictErrorChecking() - Method in class org.zkoss.idom.Document
- getString() - Method in class org.zkoss.zel.impl.parser.AstString
- getStringData() - Method in class org.zkoss.image.AImage
-
Always throws
IllegalStateException
. - getStringData() - Method in class org.zkoss.sound.AAudio
-
Always throws IllegalStateException.
- getStringData() - Method in class org.zkoss.util.media.AMedia
- getStringData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in string.
- getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
- getStringData() - Method in class org.zkoss.video.AVideo
-
Always throws IllegalStateException.
- getStrokeWidth() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the stroke width of the knob slider.
- getStrokeWidth() - Method in class org.zkoss.zul.Slider
-
Returns the stroke width of the knob slider.
- 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.stateless.ui.IStubComponent
- getStubonly() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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 interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the CSS style.
- getStyle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the style.
- getStyle() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the CSS style.
- getStyle() - Method in 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.stateless.ui.util.VolatileComponent
- 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.
- getSubModel(Object, int) - Method in interface org.zkoss.zul.ListSubModel
-
Returns the subset of list model data that the subset data is extract from combobox's list model data.
- getSubModel(Object, int) - Method in class org.zkoss.zul.SimpleListModel
-
Returns the subset of the list model data that matches the specified value.
- getSubstyleIndex(String, String) - Static method in class org.zkoss.html.HTMLs
-
Returns the position of the specified substyle, or -1 if not found.
- getSubstyleValue(String, int) - Static method in class org.zkoss.html.HTMLs
-
Returns the value starting at the specified index (never null).
- getSubtasks() - Method in class org.zkoss.zul.GanttModel.GanttTask
- getSubtype() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- 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.
- getSubversion(String, int) - Static method in class org.zkoss.util.Utils
-
Returns a portion of the specified version in an integer, or 0 if no such portion exists.
- GetSuffix(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get the suffix.
- getSuperClasses(Class<?>, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Searches thru each element of the specified array of classes, and returns classes that are super-classes (or equal) of the specified class.
- getSuperELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getSuperELResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
- getSuppressedErrors() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Return the suppressed errors setting.
- getSuppressedErrors() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the suppressed errors setting.
- getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- 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 class org.zkoss.zk.ui.impl.UiEngineImpl
- 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.stateless.action.data.SwipeData
-
Returns the swipe direction(left/right/up/down) relevant to the component.
- 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.stateless.action.data.SwipeData
-
Returns the swipe duration(milliseconds) 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.stateless.action.data.SwipeData
-
Returns the horizontal swipe displacement relevant to the component.
- 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.stateless.action.data.SwipeData
-
Returns the vertical 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.
- getSystemAnnotation(ComponentCtrl, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
- getSystemId() - Method in class org.zkoss.idom.DocType
-
Gets the system ID of an externally referenced DTD, or an empty String if none is referenced.
- getSystemPhaseListeners() - Static method in class org.zkoss.bind.init.ZKBinderPhaseListeners
-
Returns all of the system phase listeners
- getSystemProxyTargetHandlers() - Static method in class org.zkoss.bind.proxy.ZKProxyTargetHandlers
-
Returns all of the system proxy target handlers
- getTabbox() - Method in class org.zkoss.zul.Tab
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabpanel
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabpanels
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabs
-
Returns the tabbox owns this component.
- getTabboxRenderer() - Method in class org.zkoss.zul.Tabbox
-
Returns the renderer to render each tab and tabpanel, or null if the default renderer is used.
- getTabindex() - Method in interface org.zkoss.stateless.sul.IArea
-
Returns
null
if not set. - getTabindex() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the tab order of this component.
- getTabindex() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the tabindex of this tag.
- getTabindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the tab order of this component.
- getTabindexInteger() - Method in class org.zkoss.zhtml.Text
-
Returns null if not set.
- getTabindexInteger() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns null if not set.
- getTabindexInteger() - Method in class org.zkoss.zul.Area
-
Returns null if not set.
- getTabpanelRenderer() - Method in class org.zkoss.stateless.state.ITabboxController
-
Returns the tabpanel renderer.
- getTabpanels() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the tabpanels that this tabbox owns.
- getTabpanels() - Method in class org.zkoss.zul.Tabbox
-
Returns the tabpanels that this tabbox owns.
- getTabs() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the tabs that this tabbox owns.
- getTabs() - Method in class org.zkoss.zul.Tabbox
-
Returns the tabs that this tabbox owns.
- getTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
- getTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the tag name.
- getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Returns the tag name, or null if plain text.
- getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the tag name, or null if no tag name.
- getTag() - Method in class org.zkoss.zml.XmlNativeComponent
-
Returns the tag name, or null if plain text.
- getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the mapper representing the functions defined in taglib and xel-method.
- getTagName() - Method in class org.zkoss.idom.Attribute
- getTagName() - Method in class org.zkoss.idom.Element
- getTagName() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the tag name of this item.
- getTagRenderContext(Execution) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Returns the render context, or null if not available.
- getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
- getTarget() - Method in interface org.zkoss.stateless.sul.IA
-
Returns the target frame or window.
- getTarget() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns the target frame or window.
- getTarget() - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the target id of this coachmark.
- getTarget() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the target frame or window.
- getTarget() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zhtml.A
-
Returns the target of this a tag.
- getTarget() - Method in class org.zkoss.zhtml.Area
-
Returns the target of this area tag.
- getTarget() - Method in class org.zkoss.zhtml.Base
-
Returns the target of this base tag.
- getTarget() - Method in class org.zkoss.zhtml.Form
-
Returns the target of this form tag.
- getTarget() - Method in class org.zkoss.zk.ui.AbstractComponent.TargetInfo
- getTarget() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the target component that receives this event, or null if broadcast.
- getTarget() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Returns the target id of this coachmark.
- getTarget() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.A
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.Button
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.Menuitem
-
Returns the target frame or window.
- getTargetNode() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- getTargets() - Method in class org.zkoss.zk.ui.AbstractComponent.ForwardInfo
- getTargetValue() - Method in class org.zkoss.zul.Doublespinner
- getTargetValue() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the value in the targeting type.
- getTargetValue() - Method in class org.zkoss.zul.Spinner
- getTargetValueAndReset() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- getTasks(Comparable<?>) - Method in class org.zkoss.zul.GanttModel
- getTemplate() - Static method in class org.zkoss.zul.Fileupload
-
Returns the template used to create the upload modal dialog.
- getTemplate() - Static method in class org.zkoss.zul.Messagebox
-
Returns the template used to create the message dialog.
- getTemplate() - Method in class org.zkoss.zuti.zul.Apply
-
Returns the template name
- getTemplate() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Returns the template name
- getTemplate() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Returns the template name
- getTemplate(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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
- getTemplateArgs() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
- getTemplateNames() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- getTemplateResolver(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
- getTemplateResolver(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get the template resolver that sets by
Binder.setTemplate(Component, String, String, java.util.Map)
- 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
- getTemplateURI() - Method in class org.zkoss.zuti.zul.Apply
- getTemplateURI() - Method in class org.zkoss.zuti.zul.CollectionTemplate
- getTemplateURI() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Gets the template uri.
- GETTER_METHOD_FILTER - Static variable in class org.zkoss.stateless.ui.util.GetterMethodHandlerForC2I
- GetterMethodHandlerForC2I - Class in org.zkoss.stateless.ui.util
-
A getter method handle for
Component
toIComponent
. - GetterMethodHandlerForC2I(Component) - Constructor for class org.zkoss.stateless.ui.util.GetterMethodHandlerForC2I
- getTest() - Method in class org.zkoss.web.servlet.dsp.action.If
-
Returns the test result.
- getTest() - Method in class org.zkoss.web.servlet.dsp.action.When
-
Returns the test result.
- getTest() - Method in class org.zkoss.zuti.zul.If
- getText() - Method in class org.zkoss.idom.Attribute
- getText() - Method in class org.zkoss.idom.Binary
-
Gets the text representation of the value.
- getText() - Method in class org.zkoss.idom.Element
-
Returns the concatenation of
Textual
children; never null. - getText() - Method in class org.zkoss.idom.impl.AbstractItem
- getText() - Method in class org.zkoss.idom.impl.AbstractTextual
- getText() - Method in interface org.zkoss.idom.Item
- getText() - Method in class org.zkoss.idom.ProcessingInstruction
- getText() - Method in class org.zkoss.zul.DialModelScale
-
Returns the text annotation of this scale.
- getText() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the value in the String format.
- getText(boolean) - Method in class org.zkoss.idom.Element
-
Returns the concatenation of
Textual
children; never null. - getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
- getTextFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the text annotation font.
- getTextRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the text annotation.
- getTextRelevantStyle(String) - Static method in class org.zkoss.html.HTMLs
-
Retrieves text relevant CSS styles.
- getTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
-
Returns the theme identified by themeName
- getTheme(String) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Returns the registered device-specific theme; null if not found in registry
- getTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Returns the desktop theme with the given name
- getTheme(HttpServletRequest) - Method in interface org.zkoss.web.theme.ThemeResolver
-
Resolve the current intended theme name via the given request.
- getTheme(HttpServletRequest) - Method in class org.zkoss.zul.theme.CookieThemeResolver
-
Retrieves theme name from Cookie
- getTheme(Execution) - Static method in class org.zkoss.zul.theme.Themes
-
Returns the theme specified using the current theme resolution strategy Default strategy is to use cookies
- getThemeFileSuffix() - Static method in class org.zkoss.zul.theme.StandardThemeProvider
- getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the theme provider for the current execution, or null if not available.
- getThemeRegistry() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme registry
- getThemeResolver() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme resolver
- getThemes() - Method in interface org.zkoss.web.theme.ThemeRegistry
- getThemes() - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Returns the available themes, responsive to the users' device
- getThemes() - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Returns a list of currently registered desktop themes
- getThemes() - Static method in class org.zkoss.zul.theme.Themes
-
Returns an array of registered theme names
- getThemeURIHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a list of
ThemeURIHandler
. - 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.
- getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zul.theme.StandardThemeProvider
- getThisContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the context path of this page.
- getThisPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the path info of this page.
- getThisQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the query string of this page.
- getThisRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the request URI of this page.
- getThisServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the servlet path of this page.
- getThread() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the thread serving the event.
- getThreadLocal() - Static method in class org.zkoss.util.Locales
-
Returns the locale defined by
Locales.setThreadLocal(java.util.Locale)
. - getThreadLocal() - Static method in class org.zkoss.util.TimeZones
-
Returns the time zone defined by
TimeZones.setThreadLocal(java.util.TimeZone)
. - getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads.
- getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads in processing.
- getThrottleMillis() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the millisecond of scrolling throttling in Tree render on-demand (ROD).
- getTickColor() - Method in class org.zkoss.zul.DialModelScale
-
Get the tick color of this scale(in string as #RRGGBB).
- getTickFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the tick label font.
- getTickLabelOffset() - Method in class org.zkoss.zul.DialModelScale
-
Returns the radius offset in percentage(0 ~ 1) between the tick and tick label.
- getTickRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the tick label.
- getTickRGB() - Method in class org.zkoss.zul.DialModelScale
-
Get the tick color of this scale in int array (0: red, 1: green, 2:blue).
- getTimeFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the time format of the given style and locale, or null if the default one shall be used.
- getTimeFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current time format; never null.
- 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 interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the time zone that this component belongs to, or null if the default time zone is used.
- getTimeZone() - Method in class org.zkoss.zul.Chart
-
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
- getTimeZone() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the time zone that this component belongs to, or null if the default time zone is used.
- getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
-
Returns the time by specifying the offset in minutes.
- getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
-
Returns the timezone offset.
- getTitle() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the title of this drawer.
- getTitle() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the title on the tab of the GoldenPanel.
- getTitle() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the title.
- getTitle() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns the title.
- getTitle() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the title.
- getTitle() - Method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the title of this portalchildren.
- getTitle() - Method in interface org.zkoss.stateless.sul.IStep
-
Returns the title.
- getTitle() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the title.
- getTitle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the title.
- getTitle() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the title of this tag.
- getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
- getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
- getTitle() - Method in interface org.zkoss.zk.ui.Page
-
Returns the title of the desktop this page belongs to (and evaluate it if it contains an expression).
- getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page title, or null if not available (no title at all).
- getTitle() - Method in class org.zkoss.zkmax.zul.Drawer
-
Returns the title of this drawer.
- getTitle() - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Returns the title on the tab of the GoldenPanel.
- getTitle() - Method in class org.zkoss.zkmax.zul.Portalchildren
-
Returns the title of this portalchildren.
- getTitle() - Method in class org.zkoss.zkmax.zul.Step
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Chart
-
Get the chart's title.
- getTitle() - Method in interface org.zkoss.zul.ext.Framable
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Groupbox
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Panel
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Window
-
Returns the title.
- getTitleFont() - Method in class org.zkoss.zul.Chart
-
Returns the title font of this chart.
- getTo() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns the portalchildren where the dragged panel drops to.
- getTo() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the portalchildren where the dragged panel drops to.
- getTodayLinkLabel() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the label of the link that jump to today in day view
- getTodayLinkLabel() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the label of the link that jump to today in day view
- getTodayLinkLabel() - Method in class org.zkoss.zul.Calendar
-
Returns the label of the link that jump to today in day view
- getTodayLinkLabel() - Method in class org.zkoss.zul.Datebox
-
Returns the label of the link that jump to today in day view
- getToken(int) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the specific Token.
- getToolbar() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the auxiliary toolbar that this tabbox owns.
- getToolbar() - Method in class org.zkoss.zul.Tabbox
-
Returns the auxiliary toolbar that this tabbox owns.
- getTooltip() - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns the ID of the popup (
IPopup
) that should be used as a tooltip window when the mouse hovers over the component for a moment. - getTooltip() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should be used as a tooltip window when the mouse hovers over the element for a moment. - getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in milliseconds, before ZK Client Engine shows the tooltip when a user moves the mouse over particular UI components.
- getTooltiptext() - Method in interface org.zkoss.stateless.sul.IArea
-
Returns the text as the tooltip.
- getTooltiptext() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the text of the tooltip which belongs to this component.
- getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the text as the tooltip.
- getTooltiptext() - Method in class org.zkoss.zul.Area
-
Returns the text as the tooltip.
- getTop() - Method in class org.zkoss.stateless.action.data.MaximizeData
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.stateless.action.data.MinimizeData
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.stateless.action.data.MoveData
-
Returns the top of the component after moved.
- getTop() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the top position of the
positioned
component. - getTop() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns the top of the component after moved.
- getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the top position.
- getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
-
Returns the top group, or null if not available.
- getTopmostInterface(Class<?>, Class<?>) - Static method in class org.zkoss.lang.Classes
-
Gets the topmost interface of the specified class or interface that implements or extends the specified interface.
- getTopToolbar() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the top toolbar of this component.
- getTopToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the top toolbar of this panel.
- getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of desktops that have been created since the server started.
- getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of sessions that have been created since the server started.
- getTotalSize() - Method in class org.zkoss.stateless.action.data.PagingData
-
Returns the total number of items.
- getTotalSize() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the total number of items.
- getTotalSize() - Method in class org.zkoss.zul.AbstractListModel
- getTotalSize() - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the total number of items.
- getTotalSize() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns the total number of items.
- getTotalSize() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the total size of the data.
- getTotalSize() - Method in class org.zkoss.zul.impl.GridDataLoader
- getTotalSize() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- getTotalSize() - Method in interface org.zkoss.zul.PageableModel
-
Returns the total number of items.
- getTotalSize() - Method in class org.zkoss.zul.Paging
- getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of asynchronous updates that have been received since the server started.
- getTrackBasePath() - Method in class org.zkoss.bind.impl.Path
-
Returns the base path of this dot series path for tracking purpose.
- getTracker() - Method in class org.zkoss.bind.impl.BinderImpl
- getTracker() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns associated dependency tracker of this binder.
- getTrackerNodePerComponentScript(Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getTrackFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for tracking purpose.
- getTrackFieldsList() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a List of field names.
- getTrackProperty() - Method in class org.zkoss.bind.impl.Path
-
Returns the last field name of this dot series path for tracking purpose.
- getTransformer() - Method in class org.zkoss.idom.transform.Transformer
-
Returns the JAXP transformer encapsulated by this object.
- getTree() - Method in class org.zkoss.zul.Treecell
-
Return the tree that owns this cell.
- getTree() - Method in class org.zkoss.zul.Treechildren
-
Returns the
Tree
instance containing this element. - getTree() - Method in class org.zkoss.zul.Treecol
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treecols
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treefoot
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treefooter
-
Returns the tree that this belongs to.
- getTree() - Method in class org.zkoss.zul.Treeitem
-
Returns the tree owning this item.
- getTree() - Method in class org.zkoss.zul.Treerow
-
Returns the
Tree
instance containing this element. - getTreeBuilderClass() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the tree builder class for this language
- getTreechildren() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the root
ITreechildren
, which contains all tree items in a hierarchical set of rows of components. - getTreechildren() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the treechildren that this tree item owns, or null if doesn't have any child.
- getTreechildren() - Method in class org.zkoss.zul.Tree
-
Returns the treechildren that this tree owns (might null).
- getTreechildren() - Method in class org.zkoss.zul.Treeitem
-
Returns the treechildren that this tree item owns, or null if doesn't have any child.
- getTreecol() - Method in class org.zkoss.zul.Treecell
-
Returns the tree column associated with this cell, or null if not available.
- getTreecol() - Method in class org.zkoss.zul.Treefooter
-
Returns the tree header that is in the same column as this footer, or null if not available.
- getTreecol() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns the Treecol that this comparator is associated with, or null if not available.
- getTreecols() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the
ITreecols
component, if any. - getTreecols() - Method in class org.zkoss.zul.Tree
-
Returns the treecols that this tree owns (might null).
- getTreeDataListeners() - Method in class org.zkoss.zul.AbstractTreeModel
- getTreeDataListeners() - Method in interface org.zkoss.zul.TreeModel
-
Returns all listeners.
- getTreefoot() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the
ITreefoot
component, if any. - getTreefoot() - Method in class org.zkoss.zul.Tree
-
Returns the treefoot that this tree owns (might null).
- getTreerow() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the treerow that this tree item owns (might null).
- getTreerow() - Method in class org.zkoss.zul.Treeitem
-
Returns the treerow that this tree item owns (might null).
- getTriggerEvent() - Method in interface org.zkoss.bind.BindContext
-
Returns associated event that trigger the associated command; null if not involved.
- getTriggerEvent() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the trigger event.
- getTriggerEvent() - Method in class org.zkoss.bind.impl.BindContextImpl
- getType() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the type of this info
- getType() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- getType() - Method in class org.zkoss.html.StyleSheet
-
Returns the type.
- getType() - Method in class org.zkoss.stateless.action.data.DetectData
-
Returns the detected type.
- getType() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the encoded and decoded type of this component.
- getType() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the types which the barcode scanner is dealing with.
- getType() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns the button type.
- getType() - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns the type.
- getType() - Method in class org.zkoss.zhtml.A
-
Returns the type of this a tag.
- getType() - Method in class org.zkoss.zhtml.Button
-
Returns the type of this button tag.
- getType() - Method in class org.zkoss.zhtml.Embed
-
Returns the type of this embed tag.
- getType() - Method in class org.zkoss.zhtml.Input
-
Returns the type of this input tag.
- getType() - Method in class org.zkoss.zhtml.Link
-
Returns the type of this link tag.
- getType() - Method in class org.zkoss.zhtml.Menu
-
Returns the type of this menu tag.
- getType() - Method in class org.zkoss.zhtml.Object
-
Returns the type of this object tag.
- getType() - Method in class org.zkoss.zhtml.Ol
-
Returns the type of this ol tag.
- getType() - Method in class org.zkoss.zhtml.Script
-
Returns the type of this script tag.
- getType() - Method in class org.zkoss.zhtml.Source
-
Returns the type of this source tag.
- 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
- getType() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file type.
- getType() - Method in class org.zkoss.zkmax.zul.Barcode
-
Returns the encoded and decoded type of this component.
- getType() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the types which the barcode scanner is dealing with.
- getType() - Method in class org.zkoss.zkmax.zul.event.DetectEvent
-
Returns the detected type.
- getType() - Method in class org.zkoss.zul.Button
-
Returns the button type.
- getType() - Method in class org.zkoss.zul.Chart
-
Get the chart's type.
- getType() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the event type: CHANGED, ADDED, REMOVED.
- getType() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the event type.
- getType() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the event type.
- getType() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the event type.
- getType() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
The type of the data.
- getType() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
- getType() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the type.
- getType() - Method in class org.zkoss.zul.Textbox
-
Returns the type.
- getType() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
-
Returns the event type.
- getType(int) - Static method in class org.zkoss.mesg.Messages
-
Gets the message type of the specified code.
- getType(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- getType(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- getType(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result type of the specified expression.
- getType(BindContext, Component, ExpressionX) - Method in class org.zkoss.clientbind.ClientBinderResolver
- getType(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- getType(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns the result type of this expression.
- getType(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- getType(ELContext) - Method in class org.zkoss.zel.ValueExpression
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.ArithmeticNode
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAssign
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstConcatenation
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstListData
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMapData
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSemicolon
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSetData
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.BooleanNode
- getType(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- 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() - Method in class org.zkoss.zk.device.GenericDevice
- getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the unavailable message for the specified device type.
- getUndoLabel() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the label on undo button.
- getUndoLabel() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the label on undo button.
- getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
- getUnless() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns the unless condition.
- getUnless() - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns Unless expression.
- 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() - 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() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update.
- getUpdateURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- getUpdateURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update that can be encoded or not.
- getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the URI for asynchronous update.
- getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getUpload() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns non-null if this component is used for file upload, or null otherwise.
- getUpload() - Method in interface org.zkoss.stateless.sul.IFileupload
- getUpload() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns non-null if this component is used for file upload, or null otherwise.
- getUpload() - Method in interface org.zkoss.zk.ui.ext.Uploadable
-
Returns non-null if this component is used for file upload, or null otherwise.
- getUpload() - Method in class org.zkoss.zul.Button
- getUpload() - Method in class org.zkoss.zul.Menuitem
- 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.
- getUploadEvent(String, Component, AuRequest) - Static method in class org.zkoss.zk.ui.event.UploadEvent
-
Creates an instance of
UploadEvent
based on the event name and component, theUploadEvent
contains the upload media(s) from user. - getUpperBound() - Method in class org.zkoss.zul.DialModelRange
-
Returns the upper bound in scale of this colored range.
- getURI() - Method in class org.zkoss.idom.Namespace
-
Gets the namespace URI for this Namespace.
- getURI() - Method in class org.zkoss.stateless.action.data.URIData
-
Returns the URI (never null).
- getURI() - Method in class org.zkoss.xel.taglib.Taglib
-
Returns the uri.
- getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
-
Returns the URI (never null).
- getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
-
Returns the URI to forward to.
- getURI(Desktop) - Static method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns the request URI of the desktop.
- getURICharset() - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the charset used to encode URI and query string.
- getURIEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.URIEvent
-
Converts an AU request to an URI event.
- getURIs() - Method in class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- getURIs() - Method in interface org.zkoss.zk.ui.util.ThemeURIModifier
-
Returns a read-only list of theme uri which present the current status of the CSS/WCS files list.
- getUrl() - Method in class org.zkoss.stateless.action.data.HistoryPopStateData
-
Returns the URL.
- getUrl() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the URL.
- getUsemap() - Method in class org.zkoss.zhtml.Img
-
Returns the usemap of this img tag.
- getUsemap() - Method in class org.zkoss.zhtml.Object
-
Returns the usemap of this object tag.
- 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
- getUserAgent(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the user-agent header, which indicates what the client is, or an empty string if not available.
- getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
- getUserPrincipal() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- getUserPrincipal() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- 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
- getUserPrincipal() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- 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.
- getUuidExpr(String) - Static method in interface org.zkoss.stateless.sul.ICoachmarkCtrl
- getValidate(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidate(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- getValidate(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
-
Returns
Property
to be validated. - getValidate(BindContext) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getValidate(BindContext) - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getValidates(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidates(BindContext) - Method in interface org.zkoss.bind.sys.SaveFormBinding
-
Returns
Property
s to be validated, includes the member field of the form - getValidates(BindContext) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.bind.validator.BeanValidator
-
Get the bean class of the base object and property to validate.
- getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.zkmax.bind.BeanValidator
-
Get the bean class of the base object and property to validate.
- getValidationMessages() - Method in class org.zkoss.bind.impl.BinderImpl
- getValidationMessages() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Get the
ValidationMessages
- getValidator() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidator() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- getValidator() - Method in interface org.zkoss.bind.sys.SaveBinding
-
return
Validator
to do validation - getValidator() - Static method in class org.zkoss.bind.validator.BeanValidations
- getValidator() - Method in class org.zkoss.bind.validator.BeanValidator
- getValidator() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getValidator() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getValidator() - Method in class org.zkoss.zkmax.bind.FormBeanValidator
- getValidator(String) - Method in class org.zkoss.bind.BindComposer
- getValidator(String) - Method in interface org.zkoss.bind.Binder
-
Returns the _validator of the given _validator name.
- getValidator(String) - Method in class org.zkoss.bind.impl.BinderImpl
- getValidatorArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns validator arg value of the given key in this Bind Context.
- getValidatorArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
- getValidatorArg(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
- getValidatorArg(String) - Method in interface org.zkoss.bind.ValidationContext
-
Returns validator arg value of the given key This is a shortcut of
getBindContext().getValidatorArg()
- getValidatorArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
- getValidatorArgs() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidatorArgs() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- getValidatorArgs() - Method in interface org.zkoss.bind.sys.SaveBinding
-
Returns an argument
<tags, object>
pairs map for validator. - getValidatorArgs() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- getValidatorArgs() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- getValign() - Method in interface org.zkoss.stateless.sul.ICell
-
Returns the vertical alignment.
- getValign() - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns the vertical alignment of this footer.
- getValign() - Method in interface org.zkoss.stateless.sul.IHeaderElement
-
Returns the vertical alignment of this grid.
- getValign() - Method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the vertical-align property used for the inner children.
- getValign() - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns the vertical alignment of the whole row.
- getValign() - Method in class org.zkoss.zul.Cell
-
Returns the vertical alignment.
- getValign() - Method in class org.zkoss.zul.Hlayout
-
Returns the vertical-align property used for the inner children.
- getValign() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns the vertical alignment of this footer.
- getValign() - Method in class org.zkoss.zul.impl.HeaderElement
-
Returns the vertical alignment of this grid.
- getValign() - Method in class org.zkoss.zul.Row
-
Returns the vertical alignment of the whole row.
- getValue() - Method in class org.zkoss.bind.impl.PropertyImpl
- getValue() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- getValue() - Method in interface org.zkoss.bind.Property
-
Returns the value object of this property.
- getValue() - Method in class org.zkoss.idom.Attribute
-
Gets the value of this attribute.
- getValue() - Method in interface org.zkoss.idom.Binable
-
Gets the value of a item that accepts any type as its value.
- getValue() - Method in class org.zkoss.idom.Binary
- getValue() - Method in class org.zkoss.stateless.action.data.InputData
-
Returns the value that user input.
- getValue() - Method in class org.zkoss.stateless.action.data.OpenData
-
Returns the value of the target component, when the onOpen event is sent, or null if not applicable.
- getValue() - Method in class org.zkoss.stateless.state.IListboxController.DeferredRedraw
- getValue() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the value of the barcode image.
- getValue() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the value that is assigned to this component, never null.
- getValue() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns the value.
- getValue() - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the value of color
- getValue() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns the value of the input component.
- getValue() - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns the value.
- getValue() - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the current value of the progress meter.
- getValue() - Method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns editor's content with html format
- getValue() - Method in class org.zkoss.util.CacheMap.Value
-
Returns the value.
- getValue() - Method in class org.zkoss.util.Maps.SerializableEntry
- getValue() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns the value.
- getValue() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the attribute value.
- getValue() - Method in class org.zkoss.zel.impl.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.zkoss.zhtml.Button
-
Returns the value of this button tag.
- getValue() - Method in class org.zkoss.zhtml.Data
-
Returns the value of this data tag.
- getValue() - Method in class org.zkoss.zhtml.Input
-
Returns the value of this input.
- getValue() - Method in class org.zkoss.zhtml.Li
-
Returns the value of this li tag.
- getValue() - Method in class org.zkoss.zhtml.Meter
-
Returns the value of this meter tag.
- getValue() - Method in class org.zkoss.zhtml.Option
-
Returns the value of this option tag.
- getValue() - Method in class org.zkoss.zhtml.Progress
-
Returns the value of this progress tag.
- getValue() - Method in class org.zkoss.zhtml.Text
-
Returns the value.
- 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() - Method in class org.zkoss.zk.ui.select.impl.Attribute
- getValue() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the value of color
- getValue() - Method in class org.zkoss.zkmax.zul.Barcode
-
Returns the value of the barcode image.
- getValue() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the value.
- getValue() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Returns editor's content with html format
- getValue() - Method in class org.zkoss.zul.Calendar
-
Returns the value that is assigned to this component, never null.
- getValue() - Method in class org.zkoss.zul.Captcha
-
Returns the text value of this captcha.
- getValue() - Method in class org.zkoss.zul.Checkbox
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Column
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Columns
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Comboitem
-
Returns the value associated with this combo item.
- getValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value (in BigDecimal), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.DialModelScale
-
Get the value
- getValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value (in Double), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Doublespinner
-
Returns the value (in Double), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the value (in Date), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.impl.ListboxDataLoader.DeferredRedraw
- getValue() - Method in class org.zkoss.zul.Intbox
-
Returns the value (in Integer), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Label
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listcell
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listhead
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listheader
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listitem
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Longbox
-
Returns the value (in Long), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Menuitem
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Progressmeter
-
Returns the current value of the progress meter.
- getValue() - Method in class org.zkoss.zul.Row
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Spinner
-
Returns the value (in Integer), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Tab
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Textbox
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Treeitem
-
Returns the value.
- getValue(int) - Method in class org.zkoss.zul.DialModel
-
Get value of the scale per the specified index.
- getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the value of the given chip at (x,y) of the wafer matrix.
- getValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- getValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get value of the specified category.
- getValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
-
Get value of the specified series and category.
- getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
- getValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
- getValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
- getValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Returns the value associated with the specified key.
- getValue(String, Class<?>) - Method in class org.zkoss.zel.ELProcessor
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- getValue(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- getValue(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Sets the specified value to the property resolved from the specified expression.
- getValue(BindContext, Component, ExpressionX) - Method in class org.zkoss.clientbind.ClientBinderResolver
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.IndirectBinding
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- getValue(BindELContext) - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Returns the referenced value.
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- getValue(ELContext) - Method in class org.zkoss.zel.ValueExpression
- getValue(ELContext) - Method in class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
- getValue(ELContext, Object, int) - Method in interface org.zkoss.bind.xel.zel.ValidationMessagesELResolver.ValueResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAnd
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAssign
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstBracketSuffix
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstConcatenation
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDiv
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEqual
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFalse
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThan
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThanEqual
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLambdaExpression
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThan
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThanEqual
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstListData
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMapData
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMinus
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMod
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMult
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNotEqual
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstOr
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstPlus
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSemicolon
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSetData
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstTrue
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
- getValue(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Evaluates the value to an Object.
- 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(Component) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
- 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.Property
-
Evaluates the value to an Object.
- getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the value after evaluation (might be null).
- getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getValueAngle() - Method in class org.zkoss.zul.DialModelScale
-
Return the angle to place the value (counter clockwise is positive).
- getValueFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the value font.
- getValueInLocalDate() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the value (in LocalDate) that is assigned to this component, never null.
- getValueInLocalDate() - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the value (in LocalDate), might be null unless a constraint stops it.
- getValueInLocalDate() - Method in class org.zkoss.zul.Calendar
-
Returns the value (in LocalDate) that is assigned to this component, never null.
- getValueInLocalDate() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the value (in LocalDate), might be null unless a constraint stops it.
- getValueInLocalDateTime() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the value (in LocalDateTime) that is assigned to this component, never null.
- getValueInLocalDateTime() - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the value (in LocalDateTime), might be null unless a constraint stops it.
- getValueInLocalDateTime() - Method in class org.zkoss.zul.Calendar
-
Returns the value (in LocalDateTime) that is assigned to this component, never null.
- getValueInLocalDateTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the value (in LocalDateTime), might be null unless a constraint stops it.
- getValueInLocalTime() - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the value (in LocalTime), might be null unless a constraint stops it.
- getValueInLocalTime() - Method in class org.zkoss.zul.Calendar
-
Returns the value (in LocalTime) that is assigned to this component, never null.
- getValueInLocalTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the value (in LocalTime), might be null unless a constraint stops it.
- getValueInZonedDateTime() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the value (in ZonedDateTime) that is assigned to this component, never null.
- getValueInZonedDateTime() - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns the value (in ZonedDateTime).
- getValueInZonedDateTime() - Method in class org.zkoss.zul.Calendar
-
Returns the value (in ZonedDateTime) that is assigned to this component, never null.
- getValueInZonedDateTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Returns the value (in ZonedDateTime), might be null unless a constraint stops it.
- getValueNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getValueRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the value.
- getValueReference(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- getValueReference(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result reference of the specified expression.
- getValueReference(BindContext, Component, ExpressionX) - Method in class org.zkoss.clientbind.ClientBinderResolver
- getValueReference(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- getValueReference(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns the target bean and field name of this expression.
- getValueReference(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
- getValueReference(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- getValueReference(ELContext) - Method in class org.zkoss.zel.ValueExpression
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
- getValueReference(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the variable name used to iterate thru items.
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Returns the attribute name.
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the attribute name.
- getVar() - Method in class org.zkoss.zuti.zul.ForEach
- 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 interface org.zkoss.zk.scripting.HierarchicalAware
-
Returns the value of a variable defined in this interpreter's scope identified by the specified scope.
- 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.
- getVariableMapper() - Method in class org.zkoss.xel.zel.XelELContext
- getVariableMapper() - Method in class org.zkoss.zel.ELContext
- getVariableMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- getVariableMapper() - Method in class org.zkoss.zel.StandardELContext
- getVariableResolver() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current variable resolver.
- getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the variable resolver.
- getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
- getVariableResolver() - Method in class org.zkoss.xel.util.XelContextProxy
- getVariableResolver() - Method in interface org.zkoss.xel.XelContext
-
Returns the variable resolver, or null if not available.
- getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the variable resolver for this execution, or null if not available.
- getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the variable resolver, or null if not available.
- getVarStatus() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the variable name used to hold the current iteration status, an instance of
LoopStatus
. - getVarStatus() - Method in class org.zkoss.zuti.zul.ForEach
- getVersion() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
-
Returns the version of the browser.
- 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 interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Return vertical flex hint of this component.
- getVflex() - Method in interface org.zkoss.stateless.sul.IListhead
- getVflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Return vertical flex hint of this component.
- getVflex() - Method in class org.zkoss.zul.Panelchildren
- getView() - Method in interface org.zkoss.bind.Binder
-
Returns associated root component of this binder.
- getView() - Method in class org.zkoss.bind.impl.BinderImpl
- getViewerClass() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the custom upload viewer class name.
- getViewerClass() - Method in class org.zkoss.zkmax.zul.Dropupload
- getViewModel() - Method in class org.zkoss.bind.BindComposer
- getViewModel() - Method in interface org.zkoss.bind.Binder
-
Returns associated ViewModel of this binder.
- getViewModel() - Method in class org.zkoss.bind.impl.BinderImpl
- getViewModel() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
- getViewModel() - Method in class org.zkoss.clientbind.ClientBindComposer
- getViewModelClass() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- getViewModelClass() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
- getViewModelClass(Object) - Static method in class org.zkoss.bind.BindUtils
- getViewModelName() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
- 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.
- getVirtualServerName() - Method in class org.zkoss.web.portlet.PortletServletContext
- 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.stateless.action.data.VisibilityChangeData
-
Return the current page's visibility state.
- 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.
- getVisibleItemCount() - Method in class org.zkoss.zkmax.zul.Organigram
-
Returns the number of visible descendant
Orgitem
. - getVisibleItemCount() - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Returns the number of visible descendant
Orgitem
. - getVisibleItemCount() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns the number of visible descendant
Orgchildren
. - getVisibleItemCount() - Method in class org.zkoss.zul.Group
-
Returns the number of visible descendant
Row
. - getVisibleItemCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of visible descendant
Listitem
. - getVisibleItemCount() - Method in class org.zkoss.zul.Listgroup
-
Returns the number of visible descendant
Listitem
. - getVisibleItemCount() - Method in class org.zkoss.zul.Rows
-
Returns the number of visible descendant
Row
. - getVisibleItemCount() - Method in class org.zkoss.zul.Treechildren
-
Returns the number of visible descendant
Treeitem
. - getVisibleItemCount() - Method in class org.zkoss.zul.Treeitem
-
Returns the number of visible descendant
Treechildren
. - getVisibleRows() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the visible rows.
- getVisibleRows() - Method in class org.zkoss.zul.Grid
-
Returns the visible rows.
- 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
-
Returns the
Visualizer
for this execution. - getVm() - Method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
-
Returns the VM.
- getVolume() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the volume of video.
- getVolume() - Method in class org.zkoss.zhtml.Audio
-
Returns the volume of this audio tag.
- getVolume() - Method in class org.zkoss.zhtml.Meter
-
Returns the volume of this meter tag.
- getVolume() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the volume of video.
- getVolume(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get volume value of a specified data index.
- getVolume(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- getVspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the vspace.
- getW() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the width of the crop area in pixel.
- getW() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the width of the crop area in pixel.
- 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.
- getWCSCacheControl(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
- getWebApp() - Method in class org.zkoss.stateless.ui.SerializableRichletConfig
- 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() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application.
- getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
- getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the web application that the richlet belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.Session
-
Returns the Web application that this session belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the Web application; never null.
- getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the Web application that this configuration belongs to, or null if it is not associated yet.
- getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- 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..
- getWebApp(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application of the specified context.
- 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. - getWebSocketUrl() - Static method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
-
Returns websocket url.
- getWest() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the west child.
- getWest() - Method in class org.zkoss.zul.Borderlayout
- getWhich() - Method in class org.zkoss.stateless.action.data.MouseData
- getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
- getWidgetAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getWidgetAttributeNames() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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 interface org.zkoss.stateless.sul.IA
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IArea
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAuxhead
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBandpopup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IButton
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICaption
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICascader
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICell
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICenter
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICheckbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the client widget class which belongs to this component.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDiv
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IEast
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFisheye
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFoot
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFooter
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGroup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IHtml
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IImage
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListcell
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListfoot
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IListitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMenu
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMenupopup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMenuseparator
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.INav
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.INavseparator
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.INorth
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IOrganigram
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IOrgchildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPanelchildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPopup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRadio
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRow
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IRows
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IScrollview
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISeparator
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISouth
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISpace
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISpan
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IStep
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITab
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITabpanel
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITabpanels
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITabs
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreechildren
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreecols
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreefoot
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IVlayout
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IWest
-
Returns the client widget class.
- getWidgetClass() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns the client widget class.
- getWidgetClass() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- getWidgetClass() - Method in class org.zkoss.stateless.ui.VolatileIStubsComponent
- getWidgetClass() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the widget class, "zhtml.Widget".
- getWidgetClass() - Method in class org.zkoss.zhtml.impl.ContentTag
-
Returns the widget class, "zhtml.Content".
- getWidgetClass() - Method in class org.zkoss.zhtml.Input
-
Returns the widget class, "zhtml.Input".
- getWidgetClass() - Method in class org.zkoss.zhtml.Select
-
Returns the widget class, "zhtml.Input".
- getWidgetClass() - Method in class org.zkoss.zhtml.Text
-
Returns the widget class, "zhtml.Text".
- getWidgetClass() - Method in class org.zkoss.zhtml.Textarea
-
Returns the widget class, "zhtml.Input".
- 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() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the widget class (might contain EL expressions), or null if not available.
- getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
- 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".
- getWidgetClass(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the widget class associated with specified mold, or the default widget class (
ComponentDefinition.getWidgetClass(org.zkoss.zk.ui.Component, java.lang.String)
) if not available. - getWidgetClass(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- 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.
- 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.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- getWidgetListeners() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the client widget listeners.
- getWidgetOverride(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- getWidgetOverrides() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns the mapping of the script and the function definition to override widget's methods and attributes, or null.
- getWidth() - Method in class org.zkoss.image.AImage
-
Returns the width.
- getWidth() - Method in interface org.zkoss.image.Image
-
Returns the width.
- getWidth() - Method in class org.zkoss.stateless.action.data.AfterSizeData
- getWidth() - Method in class org.zkoss.stateless.action.data.ColSizeData
-
Returns the column width
- getWidth() - Method in class org.zkoss.stateless.action.data.MaximizeData
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.stateless.action.data.MinimizeData
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.stateless.action.data.SizeData
-
Returns the width of the component after re-sized.
- getWidth() - Method in interface org.zkoss.stateless.sul.ICenter
- getWidth() - Method in interface org.zkoss.stateless.sul.IColumns
- getWidth() - Method in interface org.zkoss.stateless.sul.IFisheye
- getWidth() - Method in interface org.zkoss.stateless.sul.IFoot
- getWidth() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- getWidth() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the width of the component.
- getWidth() - Method in interface org.zkoss.stateless.sul.IListcell
- getWidth() - Method in interface org.zkoss.stateless.sul.IListfoot
- getWidth() - Method in interface org.zkoss.stateless.sul.IListhead
- getWidth() - Method in interface org.zkoss.stateless.sul.IOrgchildren
- getWidth() - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the width.
- getWidth() - Method in interface org.zkoss.stateless.sul.IRow
- getWidth() - Method in interface org.zkoss.stateless.sul.IRowlayout
- getWidth() - Method in interface org.zkoss.stateless.sul.IRows
- getWidth() - Method in interface org.zkoss.stateless.sul.ITreecell
- getWidth() - Method in interface org.zkoss.stateless.sul.ITreecols
- getWidth() - Method in interface org.zkoss.stateless.sul.ITreefoot
- getWidth() - Method in interface org.zkoss.stateless.sul.ITreeitem
- getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the width.
- getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the width.
- getWidth() - Method in class org.zkoss.zhtml.Canvas
-
Returns the width of this canvas tag.
- getWidth() - Method in class org.zkoss.zhtml.Embed
-
Returns the width of this embed tag.
- getWidth() - Method in class org.zkoss.zhtml.Iframe
-
Returns the width of this iframe tag.
- getWidth() - Method in class org.zkoss.zhtml.Img
-
Returns the width of this img tag.
- getWidth() - Method in class org.zkoss.zhtml.Input
-
Returns the width of this input tag.
- getWidth() - Method in class org.zkoss.zhtml.Object
-
Returns the width of this object tag.
- getWidth() - Method in class org.zkoss.zhtml.Source
-
Returns the width of this tag.
- getWidth() - Method in class org.zkoss.zhtml.Video
-
Returns the width of this video tag.
- 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.
- getWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column width
- getWidth() - Method in class org.zkoss.zul.Tabs
- getWidth() - Method in class org.zkoss.zul.Treecell
-
Returns the width which the same as
Treecell.getTreecol()
's width. - getWidth(int) - Method in class org.zkoss.stateless.action.data.ColSizeData
-
Returns the column width of the specified column index.
- getWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column width of the specified column index.
- getWidths() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the widths.
- getWidths() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the widths.
- getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
-
Returns the value without trying to expunge for more memory.
- getWrap() - Method in class org.zkoss.zhtml.Textarea
-
Returns the wrap of this textarea tag.
- getWriter() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- getWriter() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- getWriter() - Method in class org.zkoss.web.servlet.BufferedResponse
- getWriter() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
- getWrongValueExceptions() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
-
Returns all the exceptions (never null).
- getX() - Method in class org.zkoss.stateless.action.data.MouseData
-
Returns the horizontal coordinate of the mouse pointer relevant to the component.
- getX() - Method in class org.zkoss.stateless.action.data.ScrollExtData
-
Returns the axis-X position for the scrolling
- getX() - Method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the current
x
position within parent container component - getX() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the left position of the crop area relates to the left edge of the child image in pixel.
- getX() - Method in class org.zkoss.util.Pair
-
Returns the first value of the pair.
- getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the horizontal coordinate of the mouse pointer relevant to the component.
- getX() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the left position of the crop area relates to the left edge of the child image in pixel.
- getX() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
Returns the axis-X position for the scrolling
- getX() - Method in class org.zkoss.zul.Absolutechildren
-
Returns the current "x" position within parent container component
- getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
- getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
- getX(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- getX(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Get X value of a specified series and data index.
- getXAxis() - Method in class org.zkoss.zul.Chart
-
Get the label in xAxis.
- getXAxisFont() - Method in class org.zkoss.zul.Chart
-
Returns the label font of x axis of this chart.
- getXAxisTickFont() - Method in class org.zkoss.zul.Chart
-
Returns the tick number font of x axis of this chart.
- getXelContext() - Method in class org.zkoss.xel.zel.XelELContext
- getXelContext() - Method in class org.zkoss.xel.zel.XelELResolver
- getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXelVariable(XelContext, Object, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- getXelVariable(XelContext, Object, Object, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXmlEncoding() - Method in class org.zkoss.idom.Document
- getXmlns() - Method in class org.zkoss.zhtml.Html
-
Returns the xmlns of this html tag.
- 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
- getXmlStandalone() - Method in class org.zkoss.idom.Document
- getXmlVersion() - Method in class org.zkoss.idom.Document
- getXsize() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the x size of the wafer matrix.
- getXsl() - Method in class org.zkoss.zml.Transformer
-
Returns the XSL (Extensible Stylesheet Language), or null if not available.
- getY() - Method in class org.zkoss.stateless.action.data.MouseData
-
Returns the vertical coordinate of the mouse pointer relevant to the component.
- getY() - Method in class org.zkoss.stateless.action.data.ScrollExtData
-
Returns the axis-Y position for the scrolling
- getY() - Method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the current
y
position within parent container component - getY() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns the top position of the crop area relates to the top edge of the child image in pixel.
- getY() - Method in class org.zkoss.util.Pair
-
Returns the second value of the pair.
- getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the vertical coordinate of the mouse pointer relevant to the component.
- getY() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns the top position of the crop area relates to the top edge of the child image in pixel.
- getY() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
Returns the axis-Y position for the scrolling
- getY() - Method in class org.zkoss.zul.Absolutechildren
-
Returns current "y" position within parent container component
- getY() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
- getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
- getY(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- getY(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Get Y value of a specified series and data index.
- getYAxis() - Method in class org.zkoss.zul.Chart
-
Get the label in yAxis.
- getYAxisFont() - Method in class org.zkoss.zul.Chart
-
Returns the label font of y axis of this chart.
- getYAxisTickFont() - Method in class org.zkoss.zul.Chart
-
Returns the tick number font of y axis of this chart.
- getYsize() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the y size of the wafer matrix.
- getZ(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
- getZ(Comparable<?>, int) - Method in interface org.zkoss.zul.XYZModel
-
Get Z value of a specified series and data index.
- getZclass() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the ZK Cascading Style class for this component.
- getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the ZK Cascading Style class for this component.
- getZclass() - Method in class org.zkoss.zkex.zul.Colorbox
- getZclass() - Method in class org.zkoss.zkex.zul.Columnchildren
- getZclass() - Method in class org.zkoss.zkex.zul.Columnlayout
- getZclass() - Method in class org.zkoss.zkex.zul.Fisheye
- getZclass() - Method in class org.zkoss.zkex.zul.Fisheyebar
- getZclass() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getZclass() - Method in class org.zkoss.zkex.zul.Rangeslider
-
The default zclass is "z-rangeslider"
- getZclass() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
The default zclass is "z-sliderbuttons"
- getZclass() - Method in class org.zkoss.zkmax.zul.Anchornav
-
The default zclass is "z-anchornav"
- getZclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
The default zclass is "z-biglistbox"
- getZclass() - Method in class org.zkoss.zkmax.zul.Cascader
- getZclass() - Method in class org.zkoss.zkmax.zul.Chosenbox
- getZclass() - Method in class org.zkoss.zkmax.zul.Drawer
- getZclass() - Method in class org.zkoss.zkmax.zul.Linelayout
- getZclass() - Method in class org.zkoss.zkmax.zul.Multislider
-
The default zclass is "z-multislider"
- getZclass() - Method in class org.zkoss.zkmax.zul.Nav
- getZclass() - Method in class org.zkoss.zkmax.zul.Navbar
- getZclass() - Method in class org.zkoss.zkmax.zul.Navitem
- getZclass() - Method in class org.zkoss.zkmax.zul.Navseparator
- getZclass() - Method in class org.zkoss.zkmax.zul.Organigram
- getZclass() - Method in class org.zkoss.zkmax.zul.Orgchildren
- getZclass() - Method in class org.zkoss.zkmax.zul.Orgitem
- getZclass() - Method in class org.zkoss.zkmax.zul.Orgnode
- getZclass() - Method in class org.zkoss.zkmax.zul.Portalchildren
- getZclass() - Method in class org.zkoss.zkmax.zul.Portallayout
- getZclass() - Method in class org.zkoss.zkmax.zul.Scrollview
-
The default zclass is "z-scrollview"
- getZclass() - Method in class org.zkoss.zkmax.zul.Searchbox
- getZclass() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
The default zclass is "z-splitlayout"
- getZclass() - Method in class org.zkoss.zkmax.zul.Step
- getZclass() - Method in class org.zkoss.zkmax.zul.Stepbar
- getZclass() - Method in class org.zkoss.zkmax.zul.Tablechildren
- getZclass() - Method in class org.zkoss.zkmax.zul.Tablelayout
- getZclass() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
The default zclass is "z-tbeditor"
- getZclass() - Method in class org.zkoss.zkmax.zul.Timepicker
- getZclass() - Method in class org.zkoss.zul.A
- getZclass() - Method in class org.zkoss.zul.Absolutechildren
- getZclass() - Method in class org.zkoss.zul.Absolutelayout
-
The default zclass is "z-absolutelayout"
- getZclass() - Method in class org.zkoss.zul.Anchorchildren
-
Deprecated.
- getZclass() - Method in class org.zkoss.zul.Anchorlayout
-
Deprecated.
- getZclass() - Method in class org.zkoss.zul.Auxhead
- getZclass() - Method in class org.zkoss.zul.Auxheader
- getZclass() - Method in class org.zkoss.zul.Bandbox
- getZclass() - Method in class org.zkoss.zul.Bandpopup
- getZclass() - Method in class org.zkoss.zul.Borderlayout
- getZclass() - Method in class org.zkoss.zul.Box
- getZclass() - Method in class org.zkoss.zul.Button
- getZclass() - Method in class org.zkoss.zul.Calendar
- getZclass() - Method in class org.zkoss.zul.Caption
- getZclass() - Method in class org.zkoss.zul.Cell
- getZclass() - Method in class org.zkoss.zul.Center
- getZclass() - Method in class org.zkoss.zul.Checkbox
-
Returns the Style of checkbox label
- getZclass() - Method in class org.zkoss.zul.Column
- getZclass() - Method in class org.zkoss.zul.Columns
- getZclass() - Method in class org.zkoss.zul.Combobox
- getZclass() - Method in class org.zkoss.zul.Combobutton
- getZclass() - Method in class org.zkoss.zul.Comboitem
- getZclass() - Method in class org.zkoss.zul.Datebox
- getZclass() - Method in class org.zkoss.zul.Decimalbox
- getZclass() - Method in class org.zkoss.zul.Detail
- getZclass() - Method in class org.zkoss.zul.Doublebox
- getZclass() - Method in class org.zkoss.zul.Doublespinner
- getZclass() - Method in class org.zkoss.zul.Foot
- getZclass() - Method in class org.zkoss.zul.Footer
- getZclass() - Method in class org.zkoss.zul.Frozen
- getZclass() - Method in class org.zkoss.zul.Grid
- getZclass() - Method in class org.zkoss.zul.Group
- getZclass() - Method in class org.zkoss.zul.Groupbox
- getZclass() - Method in class org.zkoss.zul.Groupfoot
- getZclass() - Method in class org.zkoss.zul.Hlayout
- getZclass() - Method in class org.zkoss.zul.Intbox
- getZclass() - Method in class org.zkoss.zul.Label
- getZclass() - Method in class org.zkoss.zul.LayoutRegion
- getZclass() - Method in class org.zkoss.zul.Listbox
- getZclass() - Method in class org.zkoss.zul.Listcell
- getZclass() - Method in class org.zkoss.zul.Listfoot
- getZclass() - Method in class org.zkoss.zul.Listfooter
- getZclass() - Method in class org.zkoss.zul.Listgroup
- getZclass() - Method in class org.zkoss.zul.Listgroupfoot
- getZclass() - Method in class org.zkoss.zul.Listhead
- getZclass() - Method in class org.zkoss.zul.Listheader
- getZclass() - Method in class org.zkoss.zul.Listitem
- getZclass() - Method in class org.zkoss.zul.Longbox
- getZclass() - Method in class org.zkoss.zul.Menu
- getZclass() - Method in class org.zkoss.zul.Menubar
- getZclass() - Method in class org.zkoss.zul.Menuitem
- getZclass() - Method in class org.zkoss.zul.Menupopup
- getZclass() - Method in class org.zkoss.zul.Menuseparator
- getZclass() - Method in class org.zkoss.zul.Paging
- getZclass() - Method in class org.zkoss.zul.Panel
- getZclass() - Method in class org.zkoss.zul.Panelchildren
- getZclass() - Method in class org.zkoss.zul.Popup
- getZclass() - Method in class org.zkoss.zul.Progressmeter
- getZclass() - Method in class org.zkoss.zul.Radio
-
Returns the Style of radio label
- getZclass() - Method in class org.zkoss.zul.Row
- getZclass() - Method in class org.zkoss.zul.Rows
- getZclass() - Method in class org.zkoss.zul.Selectbox
- getZclass() - Method in class org.zkoss.zul.Separator
- getZclass() - Method in class org.zkoss.zul.Slider
- getZclass() - Method in class org.zkoss.zul.Spinner
- getZclass() - Method in class org.zkoss.zul.Splitter
- getZclass() - Method in class org.zkoss.zul.Tab
- getZclass() - Method in class org.zkoss.zul.Tabbox
- getZclass() - Method in class org.zkoss.zul.Tabpanel
-
Returns the style class.
- getZclass() - Method in class org.zkoss.zul.Tabpanels
-
Returns the style class.
- getZclass() - Method in class org.zkoss.zul.Tabs
- getZclass() - Method in class org.zkoss.zul.Textbox
- getZclass() - Method in class org.zkoss.zul.Timebox
- getZclass() - Method in class org.zkoss.zul.Toolbar
- getZclass() - Method in class org.zkoss.zul.Toolbarbutton
- getZclass() - Method in class org.zkoss.zul.Track
- getZclass() - Method in class org.zkoss.zul.Tree
- getZclass() - Method in class org.zkoss.zul.Treecell
- getZclass() - Method in class org.zkoss.zul.Treechildren
- getZclass() - Method in class org.zkoss.zul.Treecol
- getZclass() - Method in class org.zkoss.zul.Treecols
- getZclass() - Method in class org.zkoss.zul.Treefoot
- getZclass() - Method in class org.zkoss.zul.Treefooter
- getZclass() - Method in class org.zkoss.zul.Treerow
- getZclass() - Method in class org.zkoss.zul.Vlayout
- getZclass() - Method in class org.zkoss.zul.Window
- getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the Z index.
- getZIndex() - Method in class org.zkoss.stateless.action.data.ZIndexData
-
Returns the z-index of the component after moved.
- getZIndex() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the stack order of a positioned 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.
- getZIndexEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ZIndexEvent
-
Converts an AU request to a z-index event.
- getZKChildren() - Method in interface org.zkoss.stateless.ui.util.ZKChildrenCtrl
- getZoneId() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Returns the time-zone ID of the client.
- getZoneId() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the time-zone ID of the client.
- getZoneId() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- getZoom() - Method in class org.zkoss.stateless.action.data.ZoomData
-
Returns the current zoom level.
- getZoom() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the zoom level.
- getZoom() - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the zoom level.
- getZoom() - Method in class org.zkoss.zkex.ui.event.ZoomEvent
-
Gets the current zoom level.
- getZoom() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the zoom level.
- getZoomEvent(AuRequest) - Static method in class org.zkoss.zkex.ui.event.ZoomEvent
-
Converts an AU request to a zoom event.
- getZoomMode() - Method in class org.zkoss.stateless.action.data.ZoomData
-
Returns the current zoom level.
- getZoomMode() - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the zoom mode.
- 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
-
Returns the class of the specified name by searching the classes defined in the loaded interpreters (
Page.getLoadedInterpreters()
). - getZScriptFunction(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 class org.zkoss.zk.ui.impl.PageImpl
- 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(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 class org.zkoss.zk.ui.impl.PageImpl
- 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.
- GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- GLOBAL_COMMAND - org.zkoss.bind.Phase
-
global command phase.
- GLOBAL_COMMAND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- GlobalCommand - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a Global Command method.
- GlobalCommandEvent - Class in org.zkoss.bind
-
The global-command event
- GlobalCommandEvent(Component, String, Map<String, Object>) - Constructor for class org.zkoss.bind.GlobalCommandEvent
- GlobalCommandEvent(Component, String, Map<String, Object>, Event) - Constructor for class org.zkoss.bind.GlobalCommandEvent
- 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
- GoldenLayout - Class in org.zkoss.zkmax.zul
-
A docker type layout component.
- GoldenLayout() - Constructor for class org.zkoss.zkmax.zul.GoldenLayout
- GoldenPanel - Class in org.zkoss.zkmax.zul
-
A GoldenPanel component.
- GoldenPanel() - Constructor for class org.zkoss.zkmax.zul.GoldenPanel
- GoldenPanel(String) - Constructor for class org.zkoss.zkmax.zul.GoldenPanel
- gradient(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific of browser CSS color gradient rules String.
- GRADIENT_DIRECTION - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- gradients(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a set of cross-browser CSS color gradient rules String.
- gradValue(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific CSS color gradient value only.
- Grid - Class in org.zkoss.zul
-
A grid is an element that contains both rows and columns elements.
- Grid() - Constructor for class org.zkoss.zul.Grid
- GRID_ASC - Static variable in interface org.zkoss.zul.mesg.MZul
- GRID_COLUMNS - Static variable in interface org.zkoss.zul.mesg.MZul
- GRID_DESC - Static variable in interface org.zkoss.zul.mesg.MZul
- GRID_GROUP - Static variable in interface org.zkoss.zul.mesg.MZul
- GRID_OTHER - Static variable in interface org.zkoss.zul.mesg.MZul
- GRID_UNGROUP - Static variable in interface org.zkoss.zul.mesg.MZul
- Grid.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - GridDataLoader - Class in org.zkoss.zul.impl
-
Generic
Grid
data loader. - GridDataLoader() - Constructor for class org.zkoss.zul.impl.GridDataLoader
- GridModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the grid for converting collection to ListModel and vice versa. - GridModelConverter() - Constructor for class org.zkoss.bind.converter.sys.GridModelConverter
- GroovyInterpreter - Class in org.zkoss.zk.scripting.groovy
-
Groovy interpreter.
- GroovyInterpreter() - Constructor for class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- group(boolean) - Method in class org.zkoss.zul.Column
-
Groups and sorts the rows (
Row
) based onColumn.getSortAscending()
. - group(boolean) - Method in class org.zkoss.zul.Listheader
-
Groups and sorts the items (
Listitem
) based onListheader.getSortAscending()
. - group(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
-
Groups and sorts the data by the specified column.
- group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
- group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Do nothing in default implementation, however developer can override it to re-group by manipulating
SimpleGroupsModel._data
,SimpleGroupsModel._heads
,SimpleGroupsModel._foots
- Group - Class in org.zkoss.zul
-
Adds the ability for single level grouping to the Grid.
- Group - Interface in org.zkoss.idom
-
Represents an item might have children.
- Group() - Constructor for class org.zkoss.zul.Group
- Group(String) - Constructor for class org.zkoss.zul.Group
- Group(String, T) - Constructor for class org.zkoss.zul.Group
- GROUP - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents a group of desktops that belongs to the same browser.
- GROUP - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group (a.k.a., the head of the group).
- GROUP - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
Indicates the data is a group (a.k.a., the head of the group).
- GROUP_ANGLE_DOWN_GROUP_OPEN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- GROUP_ANGLE_RIGHT_GROUP_CLOSE - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- GROUP_OPEN_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- Groupbox - Class in org.zkoss.zul
-
Groups a set of child elements to have a visual effect.
- Groupbox() - Constructor for class org.zkoss.zul.Groupbox
- GroupComparator<D> - Interface in org.zkoss.zul
-
A comparison function used to compare the group order of two objects, and the order of them in the group if they belongs to the same group.
- GroupEventQueue<T extends Event> - Class in org.zkoss.zkmax.ui.event.impl
-
The implementation of the group-scoped event queue.
- GroupEventQueue() - Constructor for class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- Groupfoot - Class in org.zkoss.zul
-
Groupfoot serves as a summary row of group.
- Groupfoot() - Constructor for class org.zkoss.zul.Groupfoot
- Groupfoot(String) - Constructor for class org.zkoss.zul.Groupfoot
- Groupfoot(String, T) - Constructor for class org.zkoss.zul.Groupfoot
- GROUPFOOT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group foot.
- GROUPFOOT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
Indicates the data is a group foot.
- GroupingInfo - Interface in org.zkoss.zul.ext
-
Represents the runtime information of each iteration caused by
GroupsModel
- GroupRendererExt - Interface in org.zkoss.zul
- GROUPS_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- GROUPS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies one or more changes in the groups contents.
- GROUPS_OPENED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the Group opened.
- GROUPS_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- GROUPS_RESET - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the Group is reset.
- GroupsDataEvent - Class in org.zkoss.zul.event
-
Defines an event that encapsulates changes to a list of groups.
- GroupsDataEvent(GroupsModel, int, int, int, int) - Constructor for class org.zkoss.zul.event.GroupsDataEvent
-
Constructor.
- GroupsDataListener - Interface in org.zkoss.zul.event
-
Defines the methods used to listener when the content of
GroupsModel
is changed. - GroupsListModel<D,G,F> - Class in org.zkoss.zul.impl
-
Encapsulates
GroupsModel
as an instance ofListModel
such that it is easier to handle byListbox
andGroup
. - GroupsListModel(GroupsModel<D, G, F>) - Constructor for class org.zkoss.zul.impl.GroupsListModel
- GroupsListModel.GroupDataInfo - Class in org.zkoss.zul.impl
-
The group information returned by
GroupsListModel.getDataInfo(int)
. - GroupsModel<D,H,F> - Interface in org.zkoss.zul
- GroupsModelArray<D,H,F,E> - Class in org.zkoss.zul
-
An array implementation of
GroupsModel
. - GroupsModelArray(D[], Comparator<D>) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsModelArray(D[], Comparator<D>, int) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsModelArray(D[], Comparator<D>, int, boolean) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsSelectableModel<E> - Interface in org.zkoss.zul.ext
-
Indicate a groups model that supports selection.
- GroupsSortableModel<D> - Interface in org.zkoss.zul.ext
-
An extra interface that can be implemented with
GroupsModel
to control the sorting and grouping of the data model. - GsonConverter - Class in org.zkoss.clientbind
-
A Gson converter for Binding Parameter
- GsonConverter - Class in org.zkoss.zkmax.bind
-
A Gson converter for Binding Parameter
- GsonConverter - Class in org.zkoss.zkmax.ui
-
A Gson converter for Service Parameter
- GsonConverter() - Constructor for class org.zkoss.clientbind.GsonConverter
- GsonConverter() - Constructor for class org.zkoss.zkmax.bind.GsonConverter
- GsonConverter() - Constructor for class org.zkoss.zkmax.ui.GsonConverter
- GT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- gzip(HttpServletRequest, HttpServletResponse, InputStream, byte[]) - Static method in class org.zkoss.web.servlet.http.Https
-
Compresses the content into an byte array, or null if the browser doesn't support the compression (accept-encoding).
H
- H1 - Class in org.zkoss.zhtml
-
The H1 tag.
- H1() - Constructor for class org.zkoss.zhtml.H1
- H2 - Class in org.zkoss.zhtml
-
The H2 tag.
- H2() - Constructor for class org.zkoss.zhtml.H2
- H3 - Class in org.zkoss.zhtml
-
The H3 tag.
- H3() - Constructor for class org.zkoss.zhtml.H3
- H4 - Class in org.zkoss.zhtml
-
The H4 tag.
- H4() - Constructor for class org.zkoss.zhtml.H4
- H5 - Class in org.zkoss.zhtml
-
The H5 tag.
- H5() - Constructor for class org.zkoss.zhtml.H5
- H6 - Class in org.zkoss.zhtml
-
The H6 tag.
- H6() - Constructor for class org.zkoss.zhtml.H6
- handleComponentAttached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- handleComponentDetached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- handleConstraintViolation(ValidationContext, String, Set<ConstraintViolation<?>>) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Handle hibernate ConstraintViolation.
- handleConstraintViolation(ValidationContext, Set<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Handle hibernate ConstraintViolation. by default, it add to invalid messages.
- handleException(Execution, Throwable) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
-
Default exception handler.
- handleMissingLabel(Object) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Handles the missing label.
- handleModel(Map<String, Object>, Component, String, Map<String, String[]>) - Method in class org.zkoss.clientbind.ClientBindComposer
- handleNotifyChange(Binder, BindContext, Object, Method, ParamCall, Set<Property>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- handleOtherButtonsValues(Sliderbuttons) - Method in class org.zkoss.zkex.zul.Rangeslider
- handleOtherButtonsValues(Sliderbuttons) - Method in class org.zkoss.zkmax.zul.Multislider
- handleTexts(ValidationMessages, int) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- handleWrappedModel(BindContext, C, ListModel<?>) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
post processing the wrapped model. default return original one
- handleWrappedModel(BindContext, Searchbox, ListModel<?>) - Method in class org.zkoss.zkmax.bind.impl.SearchboxModelConverter
- handleWrappedModel(BindContext, Listbox, ListModel<?>) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
- hasAction(IComponent) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
- hasAnnotatedMethod(Binder) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- hasAttribute(String) - Method in class org.zkoss.idom.Element
- hasAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
- hasAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
- hasAttribute(String) - Method in interface org.zkoss.xel.XelContext
-
Returns if the attribute is available.
- hasAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns if the custom attribute is associate with this component.
- hasAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns if a custom attribute is associated with this object (scope).
- hasAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
- hasAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
- hasAttribute(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns if an attribute exists.
- hasAttribute(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns if a custom attribute is associated with this object.
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as hasAttribute(name).
- hasAttribute(String, int) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
-
Returns if the custom attribute is associate with this component.
- hasAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
-
Returns if an attribute exists.
- hasAttributeNS(String, String) - Method in class org.zkoss.idom.Element
- hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns if a custom attribute is associated with this component, or the fellow of this component.
- hasAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns if a custom attribute is associated with this page, or a fellow of this page.
- hasAttributes() - Method in class org.zkoss.idom.Element
- hasAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
- hasBindingAnnotation() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
- hasBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
- hasBindingAnnotation() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
- hasBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns whether the component itself has binding annotation or not.
- hasCallBack(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns if a callback function
Callback.call(Object data)
is registered. - hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
- hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
- hasComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the specified component is defined.
- hasContent(String) - Method in class org.zkoss.idom.Element
-
Tests whether the child element with the giving path exists.
- hasContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- hasDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
- hasDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Returns whether a dynamic property is defined.
- hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- hasDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- hasDynamicProperty(String) - Method in class org.zkoss.zkmax.zul.Fragment
- hasDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
- hasDynamicProperty(String) - Method in class org.zkoss.zml.XmlNativeComponent
- hasDynamicProperty(String) - Method in class org.zkoss.zul.Include
-
Returns whether a dynamic property is defined.
- hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.Apply
- hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
- hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
- hasElement() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Check is there any operation in queue.
- hasFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
- hasFellow(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
- hasFellow(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns whether a fellow exists in the same ID space of this component.
- hasFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns whether there is a fellow named with the specified component ID.
- hasFellow(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- hasFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
The same as
AbstractPage.hasFellow(String)
. - hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns whether there is a fellow named with the specified component ID in the same ID space as this component.
- hasFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns whether there is a fellow named with the specified component ID.
- hasFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
-
Returns if the specified function mapper has been registered
- hasGroup() - Method in class org.zkoss.zul.Listbox
-
Returns whether listgroup exists.
- hasGroup() - Method in class org.zkoss.zul.Rows
-
Returns whether Group exists.
- hasGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns if the specified group has a foot value.
- hasGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
- hasGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- hashCode() - Method in class org.zkoss.bind.impl.BindingKey
- hashCode() - Method in class org.zkoss.bind.impl.PropertyImpl
- hashCode() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- hashCode() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- hashCode() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- hashCode() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- hashCode() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- hashCode() - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
- hashCode() - Method in class org.zkoss.html.JavaScript
- hashCode() - Method in class org.zkoss.html.StyleSheet
- hashCode() - Method in class org.zkoss.idom.impl.AbstractItem
-
Overriding this method is prohibited.
- hashCode() - Method in class org.zkoss.idom.Namespace
-
Note: hashCode() is based on URI only.
- hashCode() - Method in class org.zkoss.json.JavaScriptValue
- hashCode() - Method in class org.zkoss.lang.MutableInteger
- hashCode() - Method in class org.zkoss.lang.reflect.SerializableMethod
- hashCode() - Method in class org.zkoss.stateless.ui.Self
- hashCode() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hashCode() - Method in class org.zkoss.stateless.util.BidirectionalMap
- hashCode() - Method in class org.zkoss.util.CacheMap
- hashCode() - Method in class org.zkoss.util.FastReadArray
- hashCode() - Method in class org.zkoss.util.FilterMap
- hashCode() - Method in class org.zkoss.util.Maps.SerializableEntry
- hashCode() - Method in class org.zkoss.util.Pair
- hashCode() - Method in class org.zkoss.util.resource.ClassLocator
- hashCode() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
- hashCode() - Method in class org.zkoss.web.portlet.PortletHttpSession
- hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- hashCode() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- hashCode() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- hashCode() - Method in class org.zkoss.web.util.resource.ServletContextLocator
- hashCode() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
- hashCode() - Method in class org.zkoss.xel.taglib.Taglib
- hashCode() - Method in class org.zkoss.xel.util.TaglibMapper
- hashCode() - Method in class org.zkoss.zel.Expression
- hashCode() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- hashCode() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Returns the hash code for this
Expression
. - hashCode() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- hashCode() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- hashCode() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- hashCode() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- hashCode() - Method in class org.zkoss.zk.au.AuRequest
- hashCode() - Method in class org.zkoss.zk.au.AuResponse
- hashCode() - Method in class org.zkoss.zk.ui.Path
- hashCode() - Method in class org.zkoss.zk.xel.ExValue
- hashCode() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- hashCode() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
- hashCode() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
- hashCode() - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- hashCode() - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
- hashCode() - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- hashCode() - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
- hashCode() - Method in class org.zkoss.zul.AbstractTreeModel.Path
- hashCode() - Method in class org.zkoss.zul.ArrayComparator
- hashCode() - Method in class org.zkoss.zul.FieldComparator
- hashCode() - Method in class org.zkoss.zul.GroupsModelArray
- hashCode() - Method in class org.zkoss.zul.impl.GroupsListModel
- hashCode() - Method in class org.zkoss.zul.ListitemComparator
- hashCode() - Method in class org.zkoss.zul.ListModelArray
- hashCode() - Method in class org.zkoss.zul.ListModelList
- hashCode() - Method in class org.zkoss.zul.ListModelMap
- hashCode() - Method in class org.zkoss.zul.ListModelSet
- hashCode() - Method in class org.zkoss.zul.RowComparator
- hashCode() - Method in class org.zkoss.zul.TreeitemComparator
- hashCode() - Method in class org.zkoss.zul.WaferMapModel.IntPair
- hashCode(boolean[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array of boolean.
- hashCode(byte[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array of bytes.
- hashCode(byte[], int) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array of bytes up to the specified length.
- hashCode(char[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array.
- hashCode(int[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array.
- hashCode(long[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array.
- hashCode(short[]) - Static method in class org.zkoss.lang.Objects
-
Generates hash codes for an array.
- hashCode(Object) - Static method in class org.zkoss.lang.Objects
-
Returns the object's hash code, or zero if null.
- hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether the specified mold exists.
- hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- hasMold(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
- hasMold(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns whether the mold URI exists for the given mold.
- hasMoreElements() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
- hasMoreElements() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
- hasMoreElements() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
- hasNext() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
- hasNext() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
- hasNext() - Method in class org.zkoss.util.CollectionsX.OneIterator
- hasNext() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
- hasNext() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- hasNext() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Return true if it has next component.
- hasPage(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns whether a page exists.
- hasPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- hasPrevious() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- hasSetup(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
-
Returns whether the specified request has been set up, i.e.,
Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)
is called - hasShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the specified shadow element is defined.
- hasSubBindingAnnotation() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- hasSubBindingAnnotation() - Method in class org.zkoss.zk.ui.AbstractComponent
- hasSubBindingAnnotation() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns whether the component and its children have binding annotation or not.
- hasSuspendedThread() - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- hasSuspendedThread() - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Returns if any suspended event processing thread in the whole system.
- hasTag(String) - Method in class org.zkoss.zhtml.Raw
- hasTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
-
Returns whether the specified tag is allowed.
- hasTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- hasTag(String) - Method in class org.zkoss.zml.XmlNativeComponent
- hasTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
-
Determine if a theme is registered
- hasTheme(String) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Checks if a certain theme is registered.
- hasTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Check if a dekstop theme with the given name is available to use
- hasTheme(String) - Static method in class org.zkoss.zul.theme.Themes
-
Returns true if the theme is registered
- hasValidator() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- hasValidator() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- hasValidator() - Method in interface org.zkoss.bind.sys.SaveBinding
-
Returns whether to do validation. which means, if true, than getValidator should not return null
- hasValidator() - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- hasValidator() - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- hasValidator(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
- hasValidator(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
is there a validator on the attribute of component
- hasVariableResolver(Class<? extends VariableResolver>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns if any instance of the give class has been registered.
- hasVariableResolver(Class<? extends VariableResolver>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Returns if the specified variable resolved has been registered
- hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- hasVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
- hasVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
-
Returns if the specified variable resolver has been registered
- hasWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the specified widget is defined.
- Hbox - Class in org.zkoss.zul
-
A hbox.
- Hbox() - Constructor for class org.zkoss.zul.Hbox
- Hbox(Component[]) - Constructor for class org.zkoss.zul.Hbox
-
Constructor a horizontal box by assigning an array of children.
- Head - Class in org.zkoss.zhtml
-
The HEAD tag.
- Head() - Constructor for class org.zkoss.zhtml.Head
- Header - Class in org.zkoss.zhtml
-
The HEADER tag.
- Header() - Constructor for class org.zkoss.zhtml.Header
- HeaderElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for a header.
- HeaderElement() - Constructor for class org.zkoss.zul.impl.HeaderElement
- HeaderElement(String) - Constructor for class org.zkoss.zul.impl.HeaderElement
- HeaderElement(String, String) - Constructor for class org.zkoss.zul.impl.HeaderElement
- HeaderInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a header element, such as <?
- HeaderInfo(String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.HeaderInfo
-
Constructor.
- HeaderParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- HeadersElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for headers, the parent of a group of
HeaderElement
. - HeadersElement() - Constructor for class org.zkoss.zul.impl.HeadersElement
- Hgroup - Class in org.zkoss.zhtml
-
The hgroup tag represents a heading and related content.
- Hgroup() - Constructor for class org.zkoss.zhtml.Hgroup
- HierarchicalAware - Interface in org.zkoss.zk.scripting
-
An extra interface implemented by an interpreter (
Interpreter
) if it supports the hierarchical scopes. - HIGHLIGHTED - org.zkoss.stateless.sul.IWindow.Mode
-
Makes the window as highlighted.
- HIGHLIGHTED - org.zkoss.zul.Window.Mode
-
Makes the window as highlighted.
- HIGHLIGHTED - Static variable in class org.zkoss.zul.Window
-
Makes the window as highlighted.
- HIGHLOW - Static variable in class org.zkoss.zul.Chart
- HiLoModel - Interface in org.zkoss.zul
-
A HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.
- HISTOGRAM - Static variable in class org.zkoss.zul.Chart
- HistoryPopState - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a HistoryPopState method in View Model.
- HistoryPopStateData - Class in org.zkoss.stateless.action.data
-
The history pop state action used with
onHistoryPopState
to notify that user pressed BACK, FORWARD or others that causes the history changed (but still in the same desktop). - HistoryPopStateData() - Constructor for class org.zkoss.stateless.action.data.HistoryPopStateData
- HistoryPopStateEvent - Class in org.zkoss.zk.ui.event
-
The history pop state event used with
onHistoryPopState
to notify that user pressed BACK, FORWARD or others that causes the history changed (but still in the same desktop). - HistoryPopStateEvent(String, Object) - Constructor for class org.zkoss.zk.ui.event.HistoryPopStateEvent
- HistoryPopStateEvent(String, Object, String) - Constructor for class org.zkoss.zk.ui.event.HistoryPopStateEvent
- Hlayout - Class in org.zkoss.zul
-
A horizontal layout
- Hlayout() - Constructor for class org.zkoss.zul.Hlayout
- HOME - Static variable in class org.zkoss.stateless.action.data.KeyData
- HOME - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- HORIZONTAL - org.zkoss.stateless.sul.IButtonBase.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.ICardlayout.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IFisheyebar.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IGoldenLayout.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IInputgroup.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.ILinelayout.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IMenubar.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.INavbar.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IPortallayout.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IRadiogroup.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IRangesliderBase.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IRating.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IScrollview.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.ISeparatorBase.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.ISlider.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.ISplitlayout.Orient
-
The horizontal orient.
- HORIZONTAL - org.zkoss.stateless.sul.IToolbar.Orient
-
The horizontal orient.
- HORIZONTAL - Static variable in interface org.zkoss.stateless.sul.IButtonCtrl
- HOUR - Static variable in class org.zkoss.zul.Chart
- Hr - Class in org.zkoss.zhtml
-
The HR tag.
- Hr() - Constructor for class org.zkoss.zhtml.Hr
- Html - Class in org.zkoss.zhtml
-
The HTML tag.
- Html - Class in org.zkoss.zul
-
A component used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
- Html() - Constructor for class org.zkoss.zhtml.Html
- Html() - Constructor for class org.zkoss.zul.Html
-
Constructs a
Html
component to embed HTML tags. - Html(String) - Constructor for class org.zkoss.zul.Html
-
Constructs a
Html
component to embed HTML tags with the specified content. - HtmlBasedComponent - Class in org.zkoss.zk.ui
-
A skeletal implementation for HTML based components.
- HtmlBasedComponent() - Constructor for class org.zkoss.zk.ui.HtmlBasedComponent
- HtmlBasedComponent.ExtraCtrl - Class in org.zkoss.zk.ui
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - HtmlHelper() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
- HtmlMacroComponent - Class in org.zkoss.zk.ui
-
The implementation of a macro component for HTML-based clients.
- HtmlMacroComponent() - Constructor for class org.zkoss.zk.ui.HtmlMacroComponent
- HtmlNativeComponent - Class in org.zkoss.zk.ui
-
A component used to represent XML elements that are associated with the native namespace (http://www.zkoss.org/2005/zk/native).
- HtmlNativeComponent() - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
-
Constructs a
HtmlNativeComponent
component. - HtmlNativeComponent(String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
-
Constructs a
HtmlNativeComponent
component with the specified tag name. - HtmlNativeComponent(String, String, String) - Constructor for class org.zkoss.zk.ui.HtmlNativeComponent
-
Constructs a
HtmlNativeComponent
component with the specified prolog and epilog. - HtmlNativeComponent.ExtraCtrl - Class in org.zkoss.zk.ui
- HtmlNativeComponent.HtmlHelper - Class in org.zkoss.zk.ui
-
The HTML helper.
- HtmlPageRenders - Class in org.zkoss.zk.ui.sys
-
Utilities for implementing HTML-based
PageRenderer
. - HtmlPageRenders() - Constructor for class org.zkoss.zk.ui.sys.HtmlPageRenders
- HtmlPageRenders.RenderContext - Class in org.zkoss.zk.ui.sys
-
The render context which consists of two writers (
HtmlPageRenders.RenderContext.temp
andHtmlPageRenders.RenderContext.perm
. - HTMLs - Class in org.zkoss.html
-
Utilities for HTML attributes and styles.
- HTMLs() - Constructor for class org.zkoss.html.HTMLs
- HtmlShadowElement - Class in org.zkoss.zk.ui
-
A skeleton of shadow element that represents as a shadow tree.
- HtmlShadowElement() - Constructor for class org.zkoss.zk.ui.HtmlShadowElement
- HtmlShadowElement.Direction - Enum in org.zkoss.zk.ui
-
A help class for an insertion direction.
- HtmlTemplateRenders - Class in org.zkoss.clientbind.ui.sys
- HtmlTemplateRenders() - Constructor for class org.zkoss.clientbind.ui.sys.HtmlTemplateRenders
- HtmlTreeBuilder - Class in org.zkoss.zhtml.impl
-
A HTML tree builder for parsing a content of a page into a idom tree.
- HtmlTreeBuilder() - Constructor for class org.zkoss.zhtml.impl.HtmlTreeBuilder
- HttpAuWriter - Class in org.zkoss.zk.au.http
-
The writer used to write the output back to the client.
- HttpAuWriter() - Constructor for class org.zkoss.zk.au.http.HttpAuWriter
- HttpBufferedResponse - Class in org.zkoss.web.servlet.http
-
A servlet response that uses another writer or stream as the output.
- Https - Class in org.zkoss.web.servlet.http
-
The Servlet-related utilities.
- Https() - Constructor for class org.zkoss.web.servlet.http.Https
- HttpSessionListener - Class in org.zkoss.zk.ui.http
-
Used to clean up desktops that a session owns.
- HttpSessionListener() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener
- HttpSessionListener23 - Class in org.zkoss.zk.ui.http
-
The listener works with Servlet 2.3.
- HttpSessionListener23() - Constructor for class org.zkoss.zk.ui.http.HttpSessionListener23
I
- I - Class in org.zkoss.zhtml
-
The I tag.
- I() - Constructor for class org.zkoss.zhtml.I
- I18Ns - Class in org.zkoss.zk.ui.http
-
Internationalization utilities.
- I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
- IA<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
A
component - IA.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IA
. - IA.Direction - Enum in org.zkoss.stateless.sul
-
Insert Adjacent
direction
forIA.withDir(Direction)
- IA.Target - Enum in org.zkoss.stateless.sul
-
Insert Adjacent
target
forIA.withTarget(Target)
} - IA.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IA
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAbsolutechildren<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Absolutechildren
component - IAbsolutechildren.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAbsolutechildren
. - IAbsolutechildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAbsolutechildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAbsolutechildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IAbsolutechildren
that is used for implementation or tools. - IAbsolutelayout - Interface in org.zkoss.stateless.sul
-
Immutable
Absolutelayout
component - IAbsolutelayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAbsolutelayout
. - IAbsolutelayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAbsolutelayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAbsolutelayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IAbsolutelayout
that is used for implementation or tools. - IACtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IA
that is used for implementation or tools. - IAnchornav<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Anchornav
component - IAnchornav.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAnchornav
. - IAnchornav.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAnchornav
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAnchornavCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IAnchornav
that is used for implementation or tools. - IAnyGroup<I extends IComponent> - Interface in org.zkoss.stateless.sul
-
An interface to represent the implementation can be added into any group.
- IArea - Interface in org.zkoss.stateless.sul
-
Immutable
Area
component - IArea.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IArea
. - IArea.Shape - Enum in org.zkoss.stateless.sul
-
Insert Adjacent
direction
forIArea.withShape(Shape)
} - IArea.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IArea
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAreaCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IArea
that is used for implementation or tools. - IAudio - Interface in org.zkoss.stateless.sul
-
Immutable
Audio
component - IAudio.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAudio
. - IAudio.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAudio
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAudioController - Class in org.zkoss.stateless.state
-
An
IAudio
controller to control play, stop, pause, and some status with the given audio instance. - IAudioCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IAudio
that is used for implementation or tools. - IAuxhead - Interface in org.zkoss.stateless.sul
-
Immutable
Auxhead
component - IAuxhead.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAuxhead
. - IAuxhead.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAuxhead
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAuxheadCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
Auxhead
that is used for implementation or tools. - IAuxheader<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Auxheader
component - IAuxheader.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IAuxheader
. - IAuxheader.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IAuxheader
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IAuxheaderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IAuxheader
that is used for implementation or tools. - IBandbox - Interface in org.zkoss.stateless.sul
-
Immutable
Bandbox
component. - IBandbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBandbox
. - IBandbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBandbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBandboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBandbox
that is used for implementation or tools. - IBandpopup<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Bandpopup
component - IBandpopup.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBandpopup
. - IBandpopup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBandpopup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBandpopupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBandpopup
that is used for implementation or tools. - IBarcode - Interface in org.zkoss.stateless.sul
-
Immutable
Barcode
component - IBarcode.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBarcode
. - IBarcode.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBarcode
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBarcodeCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBarcode
that is used for implementation or tools. - IBarcodescanner - Interface in org.zkoss.stateless.sul
-
Immutable
Barcodescanner
component - IBarcodescanner.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBarcodescanner
. - IBarcodescanner.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBarcodescanner
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBarcodescannerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBarcodescanner
that is used for implementation or tools. - IBiglistbox - Interface in org.zkoss.stateless.sul
-
Immutable
Biglistbox
component - IBiglistbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBiglistbox
. - IBiglistbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBiglistbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBiglistboxController<Row,Head,Cell,Header> - Class in org.zkoss.stateless.state
-
An
IBiglistbox
controller to control any operation on the given model. - IBiglistboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBiglistbox
that is used for implementation or tools. - IBorderlayout - Interface in org.zkoss.stateless.sul
-
Immutable
Borderlayout
component - IBorderlayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IBorderlayout
. - IBorderlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IBorderlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IBorderlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IBorderlayout
that is used for implementation or tools. - IButton - Interface in org.zkoss.stateless.sul
-
Immutable
Button
component - IButton.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IButton
. - IButton.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IButton
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IButtonBase<I extends IButtonBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Button
base component - IButtonBase.Direction - Enum in org.zkoss.stateless.sul
-
Specifies the direction to layout image with
IButtonBase.withDir(Direction)
- IButtonBase.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient with
IButtonBase.withOrient(Orient)
- IButtonBase.Type - Enum in org.zkoss.stateless.sul
-
Specifies the type with
IButtonBase.withType(Type)
- IButtonCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IButton
that is used for implementation or tools. - ICalendar - Interface in org.zkoss.stateless.sul
-
Immutable
Calendar
component - ICalendar.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICalendar
. - ICalendar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICalendar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICalendarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICalendar
that is used for implementation or tools. - ICamera - Interface in org.zkoss.stateless.sul
-
Immutable
Camera
component - ICamera.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICamera
. - ICamera.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICamera
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICameraController - Class in org.zkoss.stateless.state
-
An
ICamera
controller to control start, stop, pause, and some status with the given camera instance. - ICameraCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICamera
that is used for implementation or tools. - ICaption<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Caption
component. - ICaption.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICaption
. - ICaption.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICaption
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICaptionCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICaption
that is used for implementation or tools. - ICardlayout<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Cardlayout
component - ICardlayout.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICardlayout
. - ICardlayout.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
ICardlayout
component - ICardlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICardlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICardlayoutController - Class in org.zkoss.stateless.state
-
An
ICardlayout
controller to control card navigation. - ICardlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICardlayout
that is used for implementation or tools. - ICascader - Interface in org.zkoss.stateless.sul
-
Immutable
Cascader
component - ICascader.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICascader
. - ICascader.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICascader
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICascaderController<Data> - Class in org.zkoss.stateless.state
-
An
ICascader
controller to control any operation on the given model. - ICascaderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICascader
that is used for implementation or tools. - ICell<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Cell
component - ICell.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICell
. - ICell.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICell
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICellCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICell
that is used for implementation or tools. - ICenter<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Center
component - ICenter.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICenter
. - ICenter.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICenter
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICenterCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICenter
that is used for implementation or tools. - ICheckbox - Interface in org.zkoss.stateless.sul
-
Immutable
Checkbox
component - ICheckbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICheckbox
. - ICheckbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICheckbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICheckboxBase<I extends ICheckboxBase> - Interface in org.zkoss.stateless.sul
-
Immutable
ICheckbox
base component. - ICheckboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICheckbox
that is used for implementation or tools. - IChildable<R,I extends IComponent> - Interface in org.zkoss.stateless.sul
-
An interface to indicate any child is allowed for
IComponent
. - IChildrenOfInputgroup<I extends IChildrenOfInputgroup> - Interface in org.zkoss.stateless.sul
-
An interface to indicate child is allowed for
IInputgroup
- IChildrenOfMenupopup<I extends IChildrenOfMenupopup> - Interface in org.zkoss.stateless.sul
-
An interface to indicate child is allowed for
IMenupopup
. - IChildrenOfNavbar<I extends IChildrenOfNavbar> - Interface in org.zkoss.stateless.sul
-
An interface to indicate child is allowed for
INav
. - IChildrenOfPanel<I extends IChildrenOfPanel> - Interface in org.zkoss.stateless.sul
-
An interface to indicate child is allowed for
IPanel
. - IChildrenOfTab<I extends IChildrenOfTab> - Interface in org.zkoss.stateless.sul
-
An interface to indicate child is allowed for
ITab
. - IChosenbox - Interface in org.zkoss.stateless.sul
-
Immutable
Chosenbox
component - IChosenbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IChosenbox
. - IChosenbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IChosenbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IChosenboxController<Data> - Class in org.zkoss.stateless.state
-
An
IChosenbox
controller to control any operation on the given model. - IChosenboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IChosenbox
that is used for implementation or tools. - ICoachmark<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Coachmark
component - ICoachmark.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICoachmark
. - ICoachmark.Position - Enum in org.zkoss.stateless.sul
-
Specify a popup's position when attaching to a component.
- ICoachmark.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICoachmark
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICoachmarkController - Class in org.zkoss.stateless.state
-
An
ICoachmark
controller to navigate the given coachmark to go next and control some status. - ICoachmarkCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICoachmark
that is used for implementation or tools. - IColorbox - Interface in org.zkoss.stateless.sul
-
Immutable
Colorbox
component - IColorbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IColorbox
. - IColorbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IColorbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IColorboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IColorbox
that is used for implementation or tools. - IColumn<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Column
component - IColumn.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IColumn
. - IColumn.SortDirection - Enum in org.zkoss.stateless.sul
-
Sets the sort direction.
- IColumn.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IColumn
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IColumnchildren<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Columnchildren
component - IColumnchildren.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IColumnchildren
. - IColumnchildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IColumnchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IColumnchildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IColumnchildren
that is used for implementation or tools. - IColumnCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IColumn
that is used for implementation or tools. - IColumnlayout - Interface in org.zkoss.stateless.sul
-
Immutable
Columnlayout
component - IColumnlayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IColumnlayout
. - IColumnlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IColumnlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IColumnlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IColumnlayout
that is used for implementation or tools. - IColumns - Interface in org.zkoss.stateless.sul
-
Immutable
Columns
component - IColumns.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IColumns
. - IColumns.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IColumns
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IColumnsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IColumns
that is used for implementation or tools. - ICombobox - Interface in org.zkoss.stateless.sul
-
Immutable
Combobox
component - ICombobox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICombobox
. - ICombobox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICombobox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IComboboxController<Data> - Class in org.zkoss.stateless.state
-
An
ICombobox
controller to control any operation on the given model. - IComboboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICombobox
that is used for implementation or tools. - ICombobutton - Interface in org.zkoss.stateless.sul
-
Immutable
Combobutton
component - ICombobutton.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICombobutton
. - ICombobutton.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICombobutton
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICombobuttonCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICombobutton
that is used for implementation or tools. - IComboitem - Interface in org.zkoss.stateless.sul
-
Immutable
Comboitem
component - IComboitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IComboitem
. - IComboitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IComboitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IComboitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IComboitem
that is used for implementation or tools. - IComponent<R extends IComponent> - Interface in org.zkoss.stateless.sul
-
Immutable
Component
interface. - IComponentBuilder<I extends IComponent> - Interface in org.zkoss.stateless.ui
-
An immutable component builder interface to build a component tree to the given view.
- IComponentChecker - Class in org.zkoss.stateless.ui.util
-
An IComponent check utils.
- IComponentChecker() - Constructor for class org.zkoss.stateless.ui.util.IComponentChecker
- IComponentCtrl - Class in org.zkoss.stateless.sul
-
An addition interface to
IComponent
that is used for implementation or tools. - IComponentCtrl() - Constructor for class org.zkoss.stateless.sul.IComponentCtrl
- IComposite<R,I extends IComponent> - Interface in org.zkoss.stateless.sul
-
An addition interface to
IChildable
andISingleChildable
to retrieve allIComponent
s which belong to the implementation class. - ICON_SCLASS - Static variable in class org.zkoss.zul.Bandbox
- ICON_SCLASS - Static variable in class org.zkoss.zul.Combobox
- ICropper - Interface in org.zkoss.stateless.sul
-
Immutable
Cropper
component - ICropper.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ICropper
. - ICropper.Crossorigin - Enum in org.zkoss.stateless.sul
-
Specifies the crossorigin setting with
ICropper.withCrossorigin(Crossorigin)
- ICropper.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ICropper
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ICropperController - Class in org.zkoss.stateless.state
-
An
ICropper
controller to control the cropper, sizing, moving, and crops. - ICropperCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ICropper
that is used for implementation or tools. - id - Variable in class org.zkoss.zel.impl.parser.SimpleNode
- id - Variable in enum org.zkoss.zul.Messagebox.Button
-
The unique ID to represent this button type.
- ID_ANNO - Static variable in class org.zkoss.bind.BindComposer
- ID_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- ID_ANNO - Static variable in class org.zkoss.clientbind.ClientBindComposer
- IDatebox - Interface in org.zkoss.stateless.sul
-
Immutable
Datebox
component - IDatebox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDatebox
. - IDatebox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDatebox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDateboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDatebox
that is used for implementation or tools. - IDateTimeFormatInputElement<I extends IDateTimeFormatInputElement> - Interface in org.zkoss.stateless.sul
-
Immutable
DateTimeFormatInputElement
component. - IDecimalbox - Interface in org.zkoss.stateless.sul
-
Immutable
Decimalbox
component. - IDecimalbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDecimalbox
. - IDecimalbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDecimalbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDecimalboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDecimalbox
that is used for implementation or tools. - Identifier() - Method in class org.zkoss.zel.impl.parser.ELParser
- IDENTIFIER - org.zkoss.zk.ui.select.impl.Token.Type
- IDENTIFIER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- IdentityComparator<T> - Class in org.zkoss.util
-
The comparator uses == and System.identifyHashCode to compare two objects.
- IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
- IdentityHashSet<T> - Class in org.zkoss.util
-
Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
- IdentityHashSet() - Constructor for class org.zkoss.util.IdentityHashSet
-
Constructs a new, empty set; the backing IdentityHashMap instance has default capacity (32).
- IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
-
Constructs a new, empty set with the specified expected maximum size.
- IdentityHashSet(Collection<T>) - Constructor for class org.zkoss.util.IdentityHashSet
-
Constructs a new set containing the elements in the specified collection.
- IDetail<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Detail
component - IDetail.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDetail
. - IDetail.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDetail
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDetailChild<I extends IDetailChild> - Interface in org.zkoss.stateless.sul
-
An interface to indicate a Detail component which its implementation is EE only.
- IDetailCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDetail
that is used for implementation or tools. - IdGenerator - Interface in org.zkoss.zk.ui.sys
-
Used to generate UUID of components and pages and ID of desktops.
- IDisable<I extends IComponent> - Interface in org.zkoss.stateless.sul
-
Immutable
Disable
interface - IDiv<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Div
component. - IDiv.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDiv
. - IDiv.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDiv
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDivCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDiv
that is used for implementation or tools. - IDOMFactory - Interface in org.zkoss.idom.input
-
A DOM factory.
- IDOMs - Class in org.zkoss.idom.util
-
The iDOM relevant utilities.
- IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
- IDoublebox - Interface in org.zkoss.stateless.sul
-
Immutable
Doublebox
component. - IDoublebox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDoublebox
. - IDoublebox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDoublebox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDoubleboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDoublebox
that is used for implementation or tools. - IDoublespinner - Interface in org.zkoss.stateless.sul
-
Immutable
Doublespinner
component. - IDoublespinner.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDoublespinner
. - IDoublespinner.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDoublespinner
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDoublespinnerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDoublespinner
that is used for implementation or tools. - IDrawer<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Drawer
component. - IDrawer.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDrawer
. - IDrawer.Position - Enum in org.zkoss.stateless.sul
-
Specifies the position to the drawer component.
- IDrawer.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDrawer
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDrawerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDrawer
that is used for implementation or tools. - IDropupload - Interface in org.zkoss.stateless.sul
-
Immutable
Dropupload
component - IDropupload.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IDropupload
. - IDropupload.Detection - Enum in org.zkoss.stateless.sul
-
Specifies the detection with
IDropupload.withDetection(Detection)
- IDropupload.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IDropupload
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IDropuploadCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IDropupload
that is used for implementation or tools. - Idspace - Class in org.zkoss.zul
-
Just like DIV tag but implements IdSpace.
- Idspace() - Constructor for class org.zkoss.zul.Idspace
- IdSpace - Interface in org.zkoss.zk.ui
- idSpaceChanged(Scope, IdSpace) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when the ID space of this scope has been changed.
- IEast<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
East
component - IEast.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IEast
. - IEast.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IEast
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IEastCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IEast
that is used for implementation or tools. - If - Class in org.zkoss.web.servlet.dsp.action
-
Tests whether an condition is true and render the child only if the condition is true.
- If - Class in org.zkoss.zuti.zul
-
The conditional execution of its body according to the value of the test attribute
- If() - Constructor for class org.zkoss.web.servlet.dsp.action.If
- If() - Constructor for class org.zkoss.zuti.zul.If
- IFileupload - Interface in org.zkoss.stateless.sul
-
Immutable
Fileupload
component - IFileupload.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFileupload
. - IFileupload.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFileupload
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFileuploadCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFileupload
that is used for implementation or tools. - IFisheye - Interface in org.zkoss.stateless.sul
-
Immutable
Fisheye
component. - IFisheye.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFisheye
. - IFisheye.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFisheye
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFisheyebar - Interface in org.zkoss.stateless.sul
-
Immutable
Fisheyebar
component - IFisheyebar.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFisheyebar
. - IFisheyebar.Edge - Enum in org.zkoss.stateless.sul
-
Specifies the attach edge of
IFisheyebar
component - IFisheyebar.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IFisheyebar
component - IFisheyebar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFisheyebar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFisheyebarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFisheyebar
that is used for implementation or tools. - IFisheyeCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFisheye
that is used for implementation or tools. - IFoot - Interface in org.zkoss.stateless.sul
-
Immutable
Foot
component - IFoot.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFoot
. - IFoot.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFoot
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFootCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFoot
that is used for implementation or tools. - IFooter<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Footer
component - IFooter.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFooter
. - IFooter.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFooter
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFooterCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFooter
that is used for implementation or tools. - IFooterElement<I extends IFooterElement> - Interface in org.zkoss.stateless.sul
-
A skeletal implementation for a footer.
- IFormatInputElement<I extends IFormatInputElement,ValueType> - Interface in org.zkoss.stateless.sul
-
Immutable
FormatInputElement
interface. - ifPresent(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Optional
- Iframe - Class in org.zkoss.zhtml
-
The IFRAME tag.
- Iframe - Class in org.zkoss.zul
-
Includes an inline frame.
- Iframe() - Constructor for class org.zkoss.zhtml.Iframe
- Iframe() - Constructor for class org.zkoss.zul.Iframe
- Iframe(String) - Constructor for class org.zkoss.zul.Iframe
- Iframe.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - IFrozen<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Frozen
component - IFrozen.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IFrozen
. - IFrozen.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IFrozen
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IFrozenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IFrozen
that is used for implementation or tools. - ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
- IGNORE - org.zkoss.zul.Messagebox.Button
-
A IGNORE button.
- IGNORE - Static variable in interface org.zkoss.zul.mesg.MZul
- IGNORE - Static variable in class org.zkoss.zul.Messagebox
-
A IGNORE button.
- IGNORE_CHANGE - org.zkoss.stateless.sul.IGrid.Autosort
-
Ignores to sort when the
ListDataEvent
is sent. - IGNORE_CHANGE - org.zkoss.stateless.sul.IListbox.Autosort
-
Ignores to sort when the
ListDataEvent
is sent. - IGNORE_CHANGE - org.zkoss.stateless.sul.ITree.Autosort
-
Ignores to sort when the
TreeDataEvent
is sent. - IGNORE_FIRST_LIST_ID - Static variable in class org.zkoss.clientbind.ui.util.ObjectMappers
- IGNORE_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
-
Whether to ignore params if both uri and params contain the same parameter.
- IGNORE_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether to ignore params if both uri and params contain the same parameter.
- IGNORE_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to ignore params if both uri and params contain the same parameter.
- IGNORE_REF_VALUE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- IGNORE_TRACKER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- IGNORED_VALUE - Static variable in interface org.zkoss.bind.Converter
-
Indicates the returned value should be ignored to load to a component or save to a bean, It is useful for writing a converter to manipulate component directly when loading or saving Note :
If you want to returnConverter.IGNORED_VALUE
in the converter method, then you need to set U or B to Object. - ignoreTracker() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.FormBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitChildrenBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitFormBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitPropertyBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- ignoreTracker() - Method in class org.zkoss.bind.xel.zel.BindELContext
- IGoldenLayout - Interface in org.zkoss.stateless.sul
-
Immutable
GoldenLayout
component - IGoldenLayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGoldenLayout
. - IGoldenLayout.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IGoldenLayout
component - IGoldenLayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGoldenLayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGoldenLayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGoldenLayout
that is used for implementation or tools. - IGoldenPanel<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
GoldenPanel
component - IGoldenPanel.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGoldenPanel
. - IGoldenPanel.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGoldenPanel
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGoldenPanelCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGoldenPanel
that is used for implementation or tools. - IGrid - Interface in org.zkoss.stateless.sul
-
Immutable
Grid
component - IGrid.Autosort - Enum in org.zkoss.stateless.sul
-
Specifies whether to sort the model when the following cases: With
ListModel
case andIColumn.withSortDirection(String)
is set.IColumn.withSortDirection(String)
is called. Model receivesListDataEvent
andIColumn.withSortDirection(String)
is set. If you want to ignore sorting when receiving ListDataEvent, you can specify the value asIGrid.Autosort.IGNORE_CHANGE
. - IGrid.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGrid
. - IGrid.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGrid
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGridComposite<I extends IGridComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoIGrid
. - IGridController<Data,Row extends IRowBase> - Class in org.zkoss.stateless.state
-
An
IGrid
controller to control any operation on the given model. - IGridCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGrid
that is used for implementation or tools. - IGroup<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Group
component - IGroup.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGroup
. - IGroup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGroup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGroupbox<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Groupbox
component. - IGroupbox.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGroupbox
. - IGroupbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGroupbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGroupboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGroupbox
that is used for implementation or tools. - IGroupChild<I extends IGroupChild> - Interface in org.zkoss.stateless.sul
-
An interface to indicate a Group component which its implementation is PE and EE only.
- IGroupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGroup
that is used for implementation or tools. - IGroupfoot<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Groupfoot
component - IGroupfoot.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IGroupfoot
. - IGroupfoot.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IGroupfoot
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IGroupfootChild<I extends IGroupfootChild> - Interface in org.zkoss.stateless.sul
-
An interface to indicate a Groupfoot component which its implementation is PE and EE only.
- IGroupfootCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IGroupfoot
that is used for implementation or tools. - IHeaderElement<I extends IHeaderElement> - Interface in org.zkoss.stateless.sul
-
Immutable
HeaderElement
interface - IHeadersElement<I extends IHeadersElement> - Interface in org.zkoss.stateless.sul
-
A skeletal implementation for headers, the parent of a group of
IHeaderElement
. - IHlayout<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Hlayout
component - IHlayout.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IHlayout
. - IHlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IHlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IHlayout.VerticalAlign - Enum in org.zkoss.stateless.sul
-
Specifies the vertical-align to
IHlayout
- IHlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IHlayout
that is used for implementation or tools. - IHtml - Interface in org.zkoss.stateless.sul
-
Immutable
Html
component - IHtml.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IHtml
. - IHtml.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IHtml
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IHtmlBasedComponent<I extends IHtmlBasedComponent> - Interface in org.zkoss.stateless.sul
-
Immutable
HtmlBasedComponent
interface. - IHtmlCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IHtml
that is used for implementation or tools. - IIframe - Interface in org.zkoss.stateless.sul
-
Immutable
Iframe
component - IIframe.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IIframe
. - IIframe.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IIframe
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IIframeCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IIframe
that is used for implementation or tools. - IILineitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ILineitem
that is used for implementation or tools. - IImage - Interface in org.zkoss.stateless.sul
-
Immutable
Image
component - IImage.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IImage
. - IImage.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IImage
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IImageBase<I extends IImageBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Image
base component. - IImageCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IImage
that is used for implementation or tools. - IImagemap - Interface in org.zkoss.stateless.sul
-
Immutable
Imagemap
component - IImagemap.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IImagemap
. - IImagemap.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IImagemap
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IImagemapCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IImagemap
that is used for implementation or tools. - IInputElement<I extends IInputElement,ValueType> - Interface in org.zkoss.stateless.sul
-
Immutable
InputElement
interface. - IInputgroup - Interface in org.zkoss.stateless.sul
-
Immutable
Inputgroup
component - IInputgroup.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IInputgroup
. - IInputgroup.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IInputgroup
component - IInputgroup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IInputgroup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IInputgroupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IInputgroup
that is used for implementation or tools. - IIntbox - Interface in org.zkoss.stateless.sul
-
Immutable
Intbox
component - IIntbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IIntbox
. - IIntbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IIntbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IIntboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IIntbox
that is used for implementation or tools. - ILabel - Interface in org.zkoss.stateless.sul
-
Immutable
Label
component - ILabel.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ILabel
. - ILabel.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ILabel
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ILabelCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ILabel
that is used for implementation or tools. - ILabelElement<I extends ILabelElement> - Interface in org.zkoss.stateless.sul
-
Immutable
LabelElement
interface - ILabelImageElement<I extends ILabelImageElement> - Interface in org.zkoss.stateless.sul
-
Immutable
LabelImageElement
interface - ILayout<I extends ILayout> - Interface in org.zkoss.stateless.sul
-
Immutable
Layout
interface. - ILayoutRegion<I extends ILayoutRegion> - Interface in org.zkoss.stateless.sul
-
Immutable
LayoutRegion
interface - ILayoutRegion.Border - Enum in org.zkoss.stateless.sul
-
Specifies the border to
ILayoutRegion
component. - ILineitem<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Lineitem
component - ILineitem.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ILineitem
. - ILineitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ILineitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ILineitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ILineitem
that is used for implementation or tools. - ILinelayout - Interface in org.zkoss.stateless.sul
-
Immutable
Linelayout
component - ILinelayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ILinelayout
. - ILinelayout.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
ICardlayout
component - ILinelayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ILinelayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ILinelayoutController<Data> - Class in org.zkoss.stateless.state
-
An
ILinelayout
controller to control any operation on the given model. - ILinelayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ILinelayout
that is used for implementation or tools. - IListbox - Interface in org.zkoss.stateless.sul
-
Immutable
Listbox
component - IListbox.Autosort - Enum in org.zkoss.stateless.sul
-
Specifies whether to sort the model when the following cases: With
ListModel
case andIListheader.withSortDirection(String)
is set.IListheader.withSortDirection(String)
is called. Model receivesListDataEvent
andIListheader.withSortDirection(String)
is set. If you want to ignore sorting when receiving ListDataEvent, you can specify the value asIListbox.Autosort.IGNORE_CHANGE
. - IListbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListbox
. - IListbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListboxComposite<I extends IListboxComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoIListbox
. - IListboxController<Data,Row extends IListitemBase> - Class in org.zkoss.stateless.state
-
An
IListbox
controller to control any operation on the given model. - IListboxController.DataLoadingData - Class in org.zkoss.stateless.state
- IListboxController.DeferredRedraw - Class in org.zkoss.stateless.state
- IListboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListbox
that is used for implementation or tools. - IListcell<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Listcell
component - IListcell.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListcell
. - IListcell.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListcell
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListcellCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListcell
that is used for implementation or tools. - IListfoot - Interface in org.zkoss.stateless.sul
-
Immutable
Listfoot
component - IListfoot.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListfoot
. - IListfoot.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListfoot
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListfootCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListfoot
that is used for implementation or tools. - IListfooter<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Listfooter
component - IListfooter.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListfooter
. - IListfooter.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListfooter
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListfooterCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListfooter
that is used for implementation or tools. - IListgroup - Interface in org.zkoss.stateless.sul
-
Immutable
Listgroup
component - IListgroup.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListgroup
. - IListgroup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListgroup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListgroupChild<I extends IListgroupChild> - Interface in org.zkoss.stateless.sul
-
An interface to indicate a Listgroup component which its implementation is PE and EE only.
- IListgroupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListgroup
that is used for implementation or tools. - IListgroupfoot - Interface in org.zkoss.stateless.sul
-
Immutable
Listgroupfoot
component - IListgroupfoot.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListgroupfoot
. - IListgroupfoot.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListgroupfoot
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListgroupfootChild<I extends IListgroupfootChild> - Interface in org.zkoss.stateless.sul
-
An interface to indicate a Listgroupfoot component which its implementation is PE and EE only.
- IListgroupfootCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListgroupfoot
that is used for implementation or tools. - IListhead - Interface in org.zkoss.stateless.sul
-
Immutable
Listhead
component - IListhead.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListhead
. - IListhead.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListhead
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListheadCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListhead
that is used for implementation or tools. - IListheader<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Listheader
component - IListheader.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListheader
. - IListheader.SortDirection - Enum in org.zkoss.stateless.sul
-
Sets the sort direction.
- IListheader.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListheader
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListheaderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListheader
that is used for implementation or tools. - IListitem - Interface in org.zkoss.stateless.sul
-
Immutable
Listitem
component - IListitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IListitem
. - IListitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IListitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IListitemBase<I extends IListitemBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Listitem
base component - IListitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IListitem
that is used for implementation or tools. - ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
- ILLEGAL_CHARACTER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- ILLEGAL_REQUEST_COMPONENT_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
- ILLEGAL_REQUEST_WRONG_DATA - Static variable in interface org.zkoss.zk.mesg.MZk
- ILLEGAL_UPLOAD - org.zkoss.zk.ui.ext.Uploadable.Error
-
(illegal-upload) Illegal upload method.
- ILLEGAL_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
- IllegalSyntaxException - Exception in org.zkoss.util
-
Represents a syntax error.
- IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
- ILongbox - Interface in org.zkoss.stateless.sul
-
Immutable
Longbox
component. - ILongbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ILongbox
. - ILongbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ILongbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ILongboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ILongbox
that is used for implementation or tools. - image - Variable in class org.zkoss.zel.impl.parser.SimpleNode
- image - Variable in class org.zkoss.zel.impl.parser.Token
-
The string image of the token.
- Image - Class in org.zkoss.zul
-
An image.
- Image - Interface in org.zkoss.image
-
Represents an image.
- Image() - Constructor for class org.zkoss.zul.Image
- Image(String) - Constructor for class org.zkoss.zul.Image
- Image.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - ImageContentConverter - Class in org.zkoss.bind.converter.sys
- ImageContentConverter() - Constructor for class org.zkoss.bind.converter.sys.ImageContentConverter
- ImageEncoder - Interface in org.zkoss.image.encoder
-
Represents an image encoder used to encode an AWT image into a particular format, such as PNG.
- ImageEncoders - Class in org.zkoss.image.encoder
-
The factory of the image encodes.
- ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
- Imagemap - Class in org.zkoss.zul
-
An image map.
- Imagemap() - Constructor for class org.zkoss.zul.Imagemap
- Images - Class in org.zkoss.image
-
Utilities to handle images.
- Images() - Constructor for class org.zkoss.image.Images
- IMediaBase - Class in org.zkoss.stateless.sul
- IMediaBase() - Constructor for class org.zkoss.stateless.sul.IMediaBase
- IMediaBase.JSObjectUrl - Class in org.zkoss.stateless.sul
- IMenu - Interface in org.zkoss.stateless.sul
-
Immutable
Menu
component - IMenu.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMenu
. - IMenu.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMenu
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMenubar - Interface in org.zkoss.stateless.sul
-
Immutable
Menubar
component - IMenubar.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMenubar
. - IMenubar.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IMenubar
component - IMenubar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMenubar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMenubarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMenubar
that is used for implementation or tools. - IMenuCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMenu
that is used for implementation or tools. - IMenuitem - Interface in org.zkoss.stateless.sul
-
Immutable
Menuitem
component - IMenuitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMenuitem
. - IMenuitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMenuitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMenuitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMenuitem
that is used for implementation or tools. - IMenupopup - Interface in org.zkoss.stateless.sul
-
Immutable
Menupopup
component - IMenupopup.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMenupopup
. - IMenupopup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMenupopup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMenupopupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMenupopup
that is used for implementation or tools. - IMenuseparator - Interface in org.zkoss.stateless.sul
-
Immutable
Menuseparator
component - IMenuseparator.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMenuseparator
. - IMenuseparator.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMenuseparator
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMenuseparatorCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMenuseparator
that is used for implementation or tools. - IMeshComposite<I extends IMeshComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoIMeshElement
. - IMeshElement<I extends IMeshElement> - Interface in org.zkoss.stateless.sul
-
Immutable
MeshElement
interface - IMeshElement.PagingPosition - Enum in org.zkoss.stateless.sul
-
Specifies the paging position when
"paging"
mold is used. - Img - Class in org.zkoss.web.servlet.dsp.action.html
-
Generates the HTML <img> tag
- Img - Class in org.zkoss.zhtml
-
The IMG tag.
- Img() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Img
- Img() - Constructor for class org.zkoss.zhtml.Img
- Immutable - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate an immutable class (no setters).
- IMMUTABLE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- ImmutableElements - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate that the elements of the collection for
FormProxyObject
are immutable class. - ImmutableFields - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate all of the fields returned from the given class are immutable (no setter).
- Immutables - Class in org.zkoss.stateless.ui.util
-
An immutables utils.
- Immutables() - Constructor for class org.zkoss.stateless.ui.util.Immutables
- IMPL_OBJ_START - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- IMPLICIT_OBJECTS - Static variable in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- ImplicitObjectContributor - Interface in org.zkoss.bind.impl
-
to contribute implicit object
- ImplicitObjectContributorImpl - Class in org.zkoss.bind.impl
-
contribute implicit object of zkbind EL
- ImplicitObjectContributorImpl() - Constructor for class org.zkoss.bind.impl.ImplicitObjectContributorImpl
- ImplicitObjectELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for implicit object that is not supported in zk el
- ImplicitObjectELResolver() - Constructor for class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- implies(Subject) - Method in class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
- importClass(String) - Method in class org.zkoss.zel.ELManager
- importClass(String) - Method in class org.zkoss.zel.ImportHandler
- ImportedClassResolver - Class in org.zkoss.lang
-
The class resolve that allows to import classes and packages, like Java's import statement does.
- ImportedClassResolver() - Constructor for class org.zkoss.lang.ImportedClassResolver
- ImportHandler - Class in org.zkoss.zel
- ImportHandler() - Constructor for class org.zkoss.zel.ImportHandler
- ImportHandler.PageClassResolver - Interface in org.zkoss.zel
- importNode(Node, boolean) - Method in class org.zkoss.idom.Document
- importPackage(String) - Method in class org.zkoss.zel.ELManager
- importPackage(String) - Method in class org.zkoss.zel.ImportHandler
- imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Imports the init directives and component definitions from the specified page definition.
- imports(PageDefinition, String[]) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Imports the specified directives from the specified page definition.
- importStatic(String) - Method in class org.zkoss.zel.ELManager
- importStatic(String) - Method in class org.zkoss.zel.ImportHandler
- IMultislider - Interface in org.zkoss.stateless.sul
-
Immutable
Multislider
component - IMultislider.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IMultislider
. - IMultislider.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IMultislider
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IMultisliderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IMultislider
that is used for implementation or tools. - IN_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Lexical state.
- IN_RANGE - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is inserted in its descendant insertion range
- IN_SET_OR_MAP - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Lexical state.
- InaccessibleWidgetBlockService - Class in org.zkoss.zkmax.au
-
Inaccessible Widget Block Service (IWBS) used to block the request sent by an inaccessible widget (at the client).
- InaccessibleWidgetBlockService() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
- InaccessibleWidgetBlockService.DesktopInit - Class in org.zkoss.zkmax.au
-
The initial listener used to register in WEB-INF/zk.xml
- INav - Interface in org.zkoss.stateless.sul
-
Immutable
Nav
component - INav.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
INav
. - INav.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
INav
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - INavbar - Interface in org.zkoss.stateless.sul
-
Immutable
Navbar
component - INavbar.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
INavbar
. - INavbar.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient with
INavbar.withOrient(Orient)
- INavbar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
INavbar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - INavbarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
INavbar
that is used for implementation or tools. - INavCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
INav
that is used for implementation or tools. - INavitem - Interface in org.zkoss.stateless.sul
-
Immutable
Navitem
component - INavitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
INavitem
. - INavitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
INavitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - INavitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
INavitem
that is used for implementation or tools. - INavseparator - Interface in org.zkoss.stateless.sul
-
Immutable
Navseparator
component - INavseparator.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
INavseparator
. - INavseparator.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
INavseparator
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - INavseparatorCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
INavseparator
that is used for implementation or tools. - inBuf - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- include(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
-
Includes a page.
- include(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- include(String) - Method in interface org.zkoss.zk.ui.Execution
-
A shortcut of include(null, page, null, 0).
- include(String) - Static method in class org.zkoss.zk.ui.Executions
-
A shortcut of Executions.getCurrent().include(page).
- include(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Includes the specified URI and render the result to the specified output.
- include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
- include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- include(String, Map<?, ?>) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Includes the specified URI and render the result to the specified output.
- include(PortletContext, RenderRequest, RenderResponse, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Includes the resource at the specified URI.
- include(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
- include(RenderRequest, RenderResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
- include(HttpServletRequest, HttpServletResponse, String, Map) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Includes the specified page.
- include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
-
A shortcut of include(request, response, uri, null, 0).
- include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Includes the resource at the specified URI.
- include(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
- include(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
-
Includes the specified page.
- include(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
-
Includes the specified page with parameters.
- Include - Class in org.zkoss.web.servlet.dsp.action
-
Includes another URL.
- Include - Class in org.zkoss.zul
-
Includes the result generated by any servlet, not limited to a ZUML page.
- Include() - Constructor for class org.zkoss.web.servlet.dsp.action.Include
- Include() - Constructor for class org.zkoss.zul.Include
- Include(String) - Constructor for class org.zkoss.zul.Include
- INCLUDE_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
-
The included context path; set by the servlet container.
- INCLUDE_PATH_INFO - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- INCLUDE_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- INCLUDE_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
-
The included request URI; set by the servlet container.
- INCLUDE_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- included - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
-
Indicated whether this page/execution is included.
- Includer - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component to indicate that it might include another ZUML page.
- INDETERMINATE - org.zkoss.zul.Checkbox.State
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListProxy
- indexOf(Object) - Method in class org.zkoss.zul.ListModelArray
-
Returns the index of the specified element.
- indexOf(Object) - Method in class org.zkoss.zul.ListModelList
- indexOf(Object) - Method in class org.zkoss.zul.ListModelMap
-
Returns the index of the specified object based on the entry (Map.Entry).
- indexOf(Object) - Method in class org.zkoss.zul.ListModelSet
-
Returns the index of the specified object, or -1 if not found.
- indexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the index of the given element.
- indexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
-
Returns the index of the give character in the given string buffer, or -1 if not found.
- indexOf(DialModelScale) - Method in class org.zkoss.zul.DialModel
-
Return the index of the specified model entry.
- indexOfKey(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- indexOfKey(Object) - Method in class org.zkoss.zul.ListModelMap
-
Returns the index of the specified object based on the key.
- indexOfUnderline(String) - Static method in class org.zkoss.util.Locales
-
Returns the index of '_' preceding the country part.
- indexOfUnderline(String, int) - Static method in class org.zkoss.util.Locales
-
Returns the index of '_' preceding the country part, starting from j.
- IndirectBinding - Class in org.zkoss.bind.impl
-
An indirect binding, a kind of reference binding, but it won't create a sub-tracking tree to get two way bindings, and it is used for children binding internally.
- IndirectBinding(Object) - Constructor for class org.zkoss.bind.impl.IndirectBinding
- inEmbedded() - Method in class org.zkoss.zul.Window
-
Returns whether this is embedded with other components (Default).
- inEventListener() - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether the current thread is an event listener.
- inEventListener() - Static method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns whether the current thread is an event listener.
- INFORMATION - Static variable in class org.zkoss.zul.Messagebox
-
A symbol of a lower case letter i in a circle.
- inHighlighted() - Method in class org.zkoss.zul.Window
-
Returns whether this is a highlighted window.
- init() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- init() - Method in class org.zkoss.fsm.StateCtx
-
Initialization method called at the constructor
- init() - Method in class org.zkoss.fsm.StateMachine
-
Called at the constructor of state machine
- init() - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
- init() - Method in class org.zkoss.web.servlet.GenericFilter
-
A convenience method which can be overridden so that there's no need to call super.init(config).
- init() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
- init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
- init() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
Initialized the page when constructed or deserialized.
- init() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
- init() - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
- init(Object, Configuration) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- init(Object, Configuration) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- init(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Initializes this Web application.
- init(String, DeviceConfig) - Method in interface org.zkoss.zk.device.Device
-
Initializes the device.
- init(String, DeviceConfig) - Method in class org.zkoss.zk.device.GenericDevice
- init(FilterConfig) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- init(FilterConfig) - Method in class org.zkoss.web.servlet.CharsetFilter
- init(FilterConfig) - Method in class org.zkoss.web.servlet.GenericFilter
-
Called by the web container to indicate to a filter that it is being placed into service.
- init(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
- init(FilterConfig) - Method in class org.zkoss.zk.ui.http.RichletFilter
- init(FilterConfig) - Method in class org.zkoss.zkmax.au.websocket.WebSocketFilter
- init(ExtendletConfig) - Method in class org.zkoss.web.util.resource.DspExtendlet
- init(ExtendletConfig) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Initializes the resource processor.
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
- init(FilterConfig) - Method in interface org.zkoss.web.util.resource.Filter
-
Initializes the resource processor.
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDynaMediar
- init(DHtmlUpdateServlet) - Method in interface org.zkoss.zk.au.http.AuExtension
-
Initializes the AU extension.
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuRedirect
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zkmax.au.http.AuDownloader
- init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- init(Component, int, int) - Method in interface org.zkoss.zul.impl.DataLoader
-
Callback from the owner component and give a chance to initialize things.
- init(Component, int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
- init(Component, int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.AnnotateBinder
-
Initializes the binder with a root component and viewModel object.
- init(Component, Object, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Initializes the binder with a root component and viewModel object.
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.DefaultBinder
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
-
Initialize the event processing thread before processing the event.
- init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- init(Desktop, Object) - Method in interface org.zkoss.zk.ui.util.DesktopInit
-
Called when a desktop is created and initialized.
- init(Desktop, Object) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
- init(Desktop, Object) - Method in class org.zkoss.zkmax.au.websocket.WebSocketDesktopInit
- init(Desktop, Object) - Method in class org.zkoss.zkmax.init.EmbeddedDesktopInit
- init(Execution, Execution) - Method in interface org.zkoss.zk.ui.util.ExecutionInit
-
Called when an execution is created and initialized.
- init(Execution, Execution) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
- init(Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
Initializes the given page with the variable resolvers registered by
Configuration.addListener(java.lang.Class<?>)
. - init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Initializes a page after execution is activated.
- init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- init(Page, String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Initializes the interpreter.
- init(Page, String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- init(Page, String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
- init(Page, String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
- init(RichletConfig) - Method in interface org.zkoss.stateless.ui.StatelessRichlet
- init(RichletConfig) - Method in class org.zkoss.zk.ui.GenericRichlet
-
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
- init(RichletConfig) - Method in interface org.zkoss.zk.ui.Richlet
-
Called by the richlet container to indicate to a richlet that the richlet is being placed into service.
- init(Session, Object) - Method in interface org.zkoss.zk.ui.util.SessionInit
-
Called when a session is created and initialized.
- init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
- init(PageConfig) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Initializes this page by assigning the info provided by the specified
PageConfig
, and then adds it to a desktop (by use ofExecution.getDesktop()
). - init(WebApp) - Method in class org.zkoss.bind.init.WebAppInit
- init(WebApp) - Method in class org.zkoss.zk.au.http.AuRedirect
- init(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
- init(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Initializes the session cache.
- init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
-
Called when a ZK application is created and initialized.
- init(WebApp) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Initializes the downloader.
- init(WebApp) - Method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
- init(WebApp) - Static method in class org.zkoss.zkmax.bind.impl.Init
- init(WebApp) - Method in class org.zkoss.zkmax.init.WebAppInit
- Init - Class in org.zkoss.zkmax.bind.impl
- Init - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a initial method.
- Init() - Constructor for class org.zkoss.zkmax.bind.impl.Init
- INIT_ANNO - Static variable in class org.zkoss.bind.BindComposer
- INIT_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- INIT_ANNO - Static variable in class org.zkoss.clientbind.ClientBindComposer
- INIT_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- initActivator() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- initActivator() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Internal use only.
- initAnnotatedBindings() - Method in class org.zkoss.bind.AnnotateBinder
-
This method will parse Zul component's annotation that user declared and call
Binder
's addBindings series methods to initiate binder's internal binding syntax trees, which then will cooperate with context(for look up variables) and be used by Binder's EL engine whileBinderImpl.loadComponent(Component, boolean)
orCommand
been triggered. - initAnnotatedBindings() - Method in class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
- initCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- initCache() - Method in class org.zkoss.bind.proxy.ListProxy
- initCache() - Method in class org.zkoss.bind.proxy.SetProxy
- initCachedFormBeans() - Method in class org.zkoss.clientbind.ClientBindComposer
- InitChildrenBinding - Interface in org.zkoss.bind.sys
-
ChildrenBinding for init-loading into children component from backing bean property.
- InitChildrenBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
InitChildrenBinding
. - InitChildrenBindingImpl(Binder, Component, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitChildrenBindingImpl
- initClone(AbstractComponent) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- initCompMap() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- initCompMap() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- initComponentBindings(Component) - Method in class org.zkoss.bind.impl.AnnotateBinderHelper
- initFormBean(Object, Class<Object>, BindContext) - Method in class org.zkoss.bind.impl.FormBindingImpl
- InitFormBinding - Interface in org.zkoss.bind.sys
-
Binding for init a form.
- InitFormBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
InitPropertyBinding
. - InitFormBindingImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitFormBindingImpl
- INITIAL_BINDING - org.zkoss.bind.Phase
-
initial binding phase
- Initiator - Interface in org.zkoss.zk.ui.util
-
Implemented by an initiator that will be invoked if it is specified in the init directive.
- InitiatorExt - Interface in org.zkoss.zk.ui.util
-
An extra interface that can be implemented with
Initiator
to have the better control. - InitiatorInfo - Class in org.zkoss.zk.ui.metainfo
-
The init directive in the ZUML page.
- InitiatorInfo(Class<? extends Initiator>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
Constructs with a class, and
InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
will instantiate a new instance. - InitiatorInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
Constructs with a class name and
InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
will instantiate a new instance. - InitiatorInfo(Initiator, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
Constructs with an initiator that will be reuse each time
InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
is called. - initIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- initIndexCacheMap(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Internal use
- initInnerViewModel(BindEvaluatorX, Component, String, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- InitPropertyBinding - Interface in org.zkoss.bind.sys
-
PropertyBinding for init-loading into component attribute from backing bean property.
- InitPropertyBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
InitPropertyBinding
. - InitPropertyBindingImpl(Binder, Component, String, String, Class<?>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitPropertyBindingImpl
- initQueue() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- initQueue() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Internal use only.
- initSliderButtons() - Method in class org.zkoss.zkex.zul.Rangeslider
- initSliderButtons() - Method in class org.zkoss.zkmax.zul.Multislider
- initVariableResolver(ForEach, ForEachRenderer.ForEachIterator<Object>) - Method in class org.zkoss.zuti.zul.ForEachRenderer
- initZkDesktop(Session, EndpointConfig) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Stores the zksession and desktop id into the websocket session userProperties, removes the temporary key/value from the endpoint userProperties.
- INJECT_URI_PREFIX - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A special prefix that is used if you want to inject a special fragment into the URI of a class Web resource (CWR).
- injectURI(String, String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
-
Injects a fragment into the specified URI, and returns the injected URI.
- inMemory() - Method in class org.zkoss.image.AImage
- inMemory() - Method in class org.zkoss.sound.AAudio
- inMemory() - Method in class org.zkoss.util.media.AMedia
- inMemory() - Method in interface org.zkoss.util.media.Media
-
Returns whether the data is cached in memory (in form of byte[] or String).
- inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
- inMemory() - Method in class org.zkoss.video.AVideo
- inModal() - Method in class org.zkoss.zul.Window
-
Returns whether this is a modal dialog.
- INNER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- INorth<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
North
component - INorth.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
INorth
. - INorth.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
INorth
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - INorthCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
INorth
that is used for implementation or tools. - inOverlapped() - Method in class org.zkoss.zul.Window
-
Returns whether this is a overlapped window.
- inPagingMold() - Method in class org.zkoss.zul.impl.GridDataLoader
- inPagingMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- inPopup() - Method in class org.zkoss.zul.Window
-
Returns whether this is a popup window.
- Input - Class in org.zkoss.zhtml
-
The input tag.
- Input() - Constructor for class org.zkoss.zhtml.Input
- Input(String) - Constructor for class org.zkoss.zhtml.Input
- input_stream - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
- InputData - Class in org.zkoss.stateless.action.data
-
Represents input data cause by user's input something at the client.
- InputData() - Constructor for class org.zkoss.stateless.action.data.InputData
- InputElement - Class in org.zkoss.zul.impl
-
A skeletal implementation of an input box.
- InputElement() - Constructor for class org.zkoss.zul.impl.InputElement
- InputEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's input something at the client.
- InputEvent(String, Component, String, Object) - Constructor for class org.zkoss.zk.ui.event.InputEvent
-
Constructs a input-relevant event.
- InputEvent(String, Component, String, Object, boolean, int) - Constructor for class org.zkoss.zk.ui.event.InputEvent
-
Constructs an input event
- Inputgroup - Class in org.zkoss.zul
-
An inputgroup.
- Inputgroup() - Constructor for class org.zkoss.zul.Inputgroup
- inputStream - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- inRange(HtmlShadowElement, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the direction of the target component according to the given shadow element.
- Ins - Class in org.zkoss.zhtml
-
The INS tag.
- Ins() - Constructor for class org.zkoss.zhtml.Ins
- inSelectMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- insert(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeNode
- insert(TreeNode<E>, int) - Method in interface org.zkoss.zul.TreeNode
-
Adds child to this node at the given index.
- INSERT - Static variable in class org.zkoss.stateless.action.data.KeyData
- INSERT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- insertAdjacentComponent(Locator, UiAgent.Position, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts a given newChild at a given
UiAgent.Position
relative to the locator component it is invoked upon. - insertAfterBegin(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts a given newChild just inside the locator before its first child.
- insertAfterEnd(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts a given newChild after the locator itself.
- insertBefore(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Inserts the data before the item of specific levels.
- insertBefore(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Inserts the data before the specific path.
- insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
- insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
- insertBefore(Locator, I, int) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts the given newChild just inside the locator, before its n-th child.
- insertBefore(Component, Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- insertBefore(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- insertBefore(Component, Component) - Method in interface org.zkoss.zk.ui.Component
-
Inserts a child before the reference child.
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Cardlayout
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Organigram
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Stepbar
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Borderlayout
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Grid
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Groupbox
- insertBefore(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Listbox
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Menu
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Panel
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Row
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Rows
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tab
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabbox
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabs
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tree
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Treechildren
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Treeitem
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Window
- insertBeforeBegin(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts a given newChild before the locator itself.
- insertBeforeEnd(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Inserts a given newChild just inside the locator after its last child.
- insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
- inst - Static variable in class org.zkoss.bind.impl.AllocUtil
- install(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
-
Installs this servlet.
- INSTANCEOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- inSubModel(Object, Object) - Method in class org.zkoss.zul.SimpleListModel
-
Compares if the given value shall belong to the submodel represented by the key.
- Intbox - Class in org.zkoss.zul
-
An edit box for holding an integer.
- Intbox() - Constructor for class org.zkoss.zul.Intbox
- Intbox(int) - Constructor for class org.zkoss.zul.Intbox
- Integer() - Method in class org.zkoss.zel.impl.parser.ELParser
- INTEGER - Static variable in class org.zkoss.zul.Slider
-
Represent integer slider.
- INTEGER_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- INTEGER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
- IntegerPropertyAccess - Class in org.zkoss.zk.ui.sys
-
An Integer property class.
- IntegerPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntegerPropertyAccess
- Integers - Class in org.zkoss.lang
-
Integer utilities.
- Integers() - Constructor for class org.zkoss.lang.Integers
- INTERNAL_EVENT - Static variable in interface org.zkoss.zul.PageableModel
-
A flag different from standard PagingEvent, differentiating standard PagingEvent from Paging component and PagingEvent from PageableModel
- internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
- InternalPaging() - Constructor for class org.zkoss.zul.impl.MeshElement.InternalPaging
- interpret(String, String, Scope) - Method in class org.zkoss.zk.ui.impl.PageImpl
- interpret(String, String, Scope) - Method in interface org.zkoss.zk.ui.Page
-
Interprets a script in the specified scripting language in the context of the specified scope.
- interpret(String, Scope) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Evaluates the script against the specified scope.
- interpret(String, Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Handles the scope and then invoke
GenericInterpreter.exec(java.lang.String)
. - interpret(ServletContext, HttpServletRequest, HttpServletResponse, Writer, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content based on the HTTP request.
- interpret(ServletContext, HttpServletRequest, HttpServletResponse, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content based on the HTTP request.
- interpret(DspContext) - Method in interface org.zkoss.web.servlet.dsp.Interpretation
-
Interprets this interpretation of a DSP page, and generates the result to the output specified in
DspContext
. - interpret(DspContext, String, String, XelContext) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content and generates the result to the output specified in
DspContext
. - Interpretation - Interface in org.zkoss.web.servlet.dsp
-
Defines an interpretation of a DSP page.
- Interpreter - Class in org.zkoss.web.servlet.dsp
-
The interpreter of the DSP file.
- Interpreter - Interface in org.zkoss.zk.scripting
-
Represents an interpreter that can interpret the scripting codes.
- Interpreter() - Constructor for class org.zkoss.web.servlet.dsp.Interpreter
-
Constructor.
- InterpreterNotFoundException - Exception in org.zkoss.zk.scripting
-
Denotes the interpreter of the requested scripting language not found.
- InterpreterNotFoundException(String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
- Interpreters - Class in org.zkoss.zk.scripting
-
The utilities to access interpreters (
Interpreter
). - InterpreterServlet - Class in org.zkoss.web.servlet.dsp
-
The servlet used to interpret the DSP file (Potix Dynamic Script Page).
- InterpreterServlet() - Constructor for class org.zkoss.web.servlet.dsp.InterpreterServlet
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the addition of one or more contiguous items to a particular group.
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the addition of children to a node.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the removal of one or more contiguous items from a particular group.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the removal of children to a node.
- IntPropertyAccess - Class in org.zkoss.zk.ui.sys
-
An int property class.
- IntPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntPropertyAccess
- intsToString(int[]) - Static method in class org.zkoss.zul.impl.Utils
-
Converts an array of numbers to a string.
- intValue() - Method in class org.zkoss.lang.MutableInteger
-
Returns the value of this
MutableInteger
as an int. - intValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in integer.
- intValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in integer.
- intValue() - Method in class org.zkoss.zul.Intbox
-
Returns the value in int.
- intValue() - Method in class org.zkoss.zul.Longbox
-
Returns the value in int.
- intValue() - Method in class org.zkoss.zul.Spinner
-
Returns the value in integer.
- INumberInputElement<I extends INumberInputElement,ValueType> - Interface in org.zkoss.stateless.sul
-
Immutable
NumberInputElement
interface. - invalidate() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- invalidate() - Method in class org.zkoss.web.portlet.PortletHttpSession
- invalidate() - Method in class org.zkoss.zhtml.Body
- invalidate() - Method in class org.zkoss.zhtml.Html
- invalidate() - Method in class org.zkoss.zhtml.Text
- invalidate() - Method in class org.zkoss.zk.ui.AbstractComponent
- invalidate() - Method in interface org.zkoss.zk.ui.Component
-
Invalidates this component by setting the dirty flag such that it will be redraw the whole content of this component and its dependencies later.
- invalidate() - Method in interface org.zkoss.zk.ui.Desktop
-
Invalidates the desktop.
- invalidate() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
- invalidate() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- invalidate() - Method in class org.zkoss.zk.ui.impl.PageImpl
- invalidate() - Method in interface org.zkoss.zk.ui.Page
-
Invalidates this page to cause all components to redraw.
- invalidate() - Method in interface org.zkoss.zk.ui.Session
-
Invalidates this session then unbinds any objects bound to it.
- invalidate() - Method in class org.zkoss.zkmax.zul.Biglistbox
- invalidate() - Method in class org.zkoss.zkmax.zul.Cascader
- invalidate() - Method in class org.zkoss.zkmax.zul.Chosenbox
- invalidate() - Method in class org.zkoss.zkmax.zul.Searchbox
- invalidate() - Method in class org.zkoss.zul.Include
-
Invalidates this component.
- invalidate() - Method in class org.zkoss.zul.Selectbox
- invalidate() - Method in class org.zkoss.zul.Tabs
- INVALIDATE_REF_VALUE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- invalidateCache() - Method in class org.zkoss.bind.impl.IndirectBinding
-
do nothing for this method
- invalidateCache() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- invalidateCache() - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Invalidate cached value of this reference.
- invalidateNow() - Method in class org.zkoss.zk.ui.http.SimpleSession
- invalidateNow() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Really invalidates the session.
- invalidatePartial() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- invalidatePartial(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- inverse() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- invoke(Object...) - Method in class org.zkoss.zel.LambdaExpression
- invoke(Object, Object...) - Method in interface org.zkoss.xel.Function
-
Invokes this method with the specified arguments.
- invoke(Object, Object...) - Method in class org.zkoss.xel.util.MethodFunction
- invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
- invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.bind.proxy.BeanProxyHandler
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.bind.proxy.FormProxyHandler
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.stateless.ui.util.GetterMethodHandlerForC2I
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.zkmax.bind.proxy.ViewModelProxyHandler
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- invoke(ELContext, Object...) - Method in class org.zkoss.zel.LambdaExpression
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.MethodExpression
- invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.bind.xel.zel.BindELResolver
- invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.xel.zel.XelELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.BeanELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.CompositeELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.ELResolver
-
Invokes a method on the the given object.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.StaticFieldELResolver
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstValue
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.zkoss.zel.impl.parser.Node
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- invokeCallback(String, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes a callback function
Callback.call(Object data)
- invokeDesktopCleanups() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- invokeDesktopCleanups() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Invokes
DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop)
for each relevant listener registered byDesktop.addListener(java.lang.Object)
. - invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
DesktopCleanup.cleanup(org.zkoss.zk.ui.Desktop)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeDesktopInits(Desktop, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
DesktopInit.init(org.zkoss.zk.ui.Desktop, java.lang.Object)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeEventThreadCompletes(List<EventThreadCleanup>, Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
- invokeEventThreadInits(List<EventThreadInit>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
- invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeEventThreadResumes(List<EventThreadResume>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
- invokeEventThreadSuspends(List<EventThreadSuspend>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Invokes
ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List<java.lang.Throwable>)
for each relevant listener registered byDesktop.addListener(java.lang.Object)
. - invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
ExecutionCleanup.cleanup(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution, java.util.List<java.lang.Throwable>)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- invokeExecutionInits(Execution, Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Invokes
ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution)
for each relevant listener registered byDesktop.addListener(java.lang.Object)
. - invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeMethod(Method, Object, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Invoke a method reflexively.
- invokeMethod(Binder, Map<String, Object>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- invokeMethod(Binder, Map<String, Object>, Event, boolean) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
RequestInterceptor.request(org.zkoss.zk.ui.Session, java.lang.Object, java.lang.Object)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
SessionCleanup.cleanup(org.zkoss.zk.ui.Session)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeSessionInits(Session, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
SessionInit.init(org.zkoss.zk.ui.Session, java.lang.Object)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
URIInterceptor.request(java.lang.String)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
WebAppCleanup.cleanup(org.zkoss.zk.ui.WebApp)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
WebAppInit.init(org.zkoss.zk.ui.WebApp)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - IOrganigram - Interface in org.zkoss.stateless.sul
-
Immutable
Organigram
component - IOrganigram.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IOrganigram
. - IOrganigram.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IOrganigram
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IOrganigramController<Data> - Class in org.zkoss.stateless.state
-
An
IOrganigram
controller to control any operation on the given model. - IOrganigramCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IOrganigram
that is used for implementation or tools. - IOrgchildren - Interface in org.zkoss.stateless.sul
-
Immutable
Orgchildren
component - IOrgchildren.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IOrgchildren
. - IOrgchildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IOrgchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IOrgchildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IOrgchildren
that is used for implementation or tools. - IOrgitem - Interface in org.zkoss.stateless.sul
-
Immutable
Orgitem
component - IOrgitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IOrgitem
. - IOrgitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IOrgitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IOrgitemComposite<I extends IOrgitemComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoIOrgitem
. - IOrgitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IOrgitem
that is used for implementation or tools. - IOrgnode<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Orgnode
component - IOrgnode.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IOrgnode
. - IOrgnode.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IOrgnode
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IOrgnodeCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IOrgnode
that is used for implementation or tools. - IPaging - Interface in org.zkoss.stateless.sul
-
Immutable
Paging
component - IPaging.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPaging
. - IPaging.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPaging
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPagingCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPaging
that is used for implementation or tools. - IPanel - Interface in org.zkoss.stateless.sul
-
Immutable
Panel
component - IPanel.Border - Enum in org.zkoss.stateless.sul
-
Specifies the border to
IPanel
component. - IPanel.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPanel
. - IPanel.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPanel
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPanelchildren<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Panelchildren
component - IPanelchildren.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPanelchildren
. - IPanelchildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPanelchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPanelchildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPanelchildren
that is used for implementation or tools. - IPanelCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPanel
that is used for implementation or tools. - IPdfviewer - Interface in org.zkoss.stateless.sul
-
Immutable
Pdfviewer
component - IPdfviewer.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPdfviewer
. - IPdfviewer.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPdfviewer
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPdfviewer.ZoomMode - Enum in org.zkoss.stateless.sul
-
Specifies the zoom mode with
IPdfviewer.withZoomMode(ZoomMode)
- IPdfviewerController - Class in org.zkoss.stateless.state
-
An
IPdfviewer
controller to control zoom, rotate, navigating pages and some status with the given PDF viewer instance. - IPdfviewerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPdfviewer
that is used for implementation or tools. - IPopup<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Popup
component - IPopup.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPopup
. - IPopup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPanelchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPopupBase<I extends IPopupBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Popup
base component - IPopupBase.OpenOptionBuilder - Class in org.zkoss.stateless.sul
-
An OpenOption builder to add options for
IPopupBase.withOpen(OpenOptionBuilder)
to manipulate the open state programmatically. - IPopupBase.Position - Enum in org.zkoss.stateless.sul
-
Specify a popup's position when attaching to a component.
- IPopupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPopup
that is used for implementation or tools. - IPortalchildren - Interface in org.zkoss.stateless.sul
-
Immutable
Portalchildren
component - IPortalchildren.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPortalchildren
. - IPortalchildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPortalchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPortalchildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPortalchildren
that is used for implementation or tools. - IPortallayout - Interface in org.zkoss.stateless.sul
-
Immutable
Portallayout
component - IPortallayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IPortallayout
. - IPortallayout.MaximizedMode - Enum in org.zkoss.stateless.sul
-
Specifies the maximized mode of
IPortallayout
component - IPortallayout.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IPortallayout
component - IPortallayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IPortallayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IPortallayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IPortallayout
that is used for implementation or tools. - IProgressmeter - Interface in org.zkoss.stateless.sul
-
Immutable
Progressmeter
component - IProgressmeter.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IProgressmeter
. - IProgressmeter.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IProgressmeter
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IProgressmeterCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IProgressmeter
that is used for implementation or tools. - IRadio - Interface in org.zkoss.stateless.sul
-
Immutable
Radio
component - IRadio.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRadio
. - IRadio.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRadio
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRadioCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRadio
that is used for implementation or tools. - IRadiogroup<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Radiogroup
component - IRadiogroup.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRadiogroup
. - IRadiogroup.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IRadiogroup
component - IRadiogroup.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRadiogroup
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRadiogroupController<Data> - Class in org.zkoss.stateless.state
-
An
IRadiogroup
controller to control any operation on the given model. - IRadiogroupCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRadiogroup
that is used for implementation or tools. - IRangeslider - Interface in org.zkoss.stateless.sul
-
Immutable
Rangeslider
component - IRangeslider.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRangeslider
. - IRangeslider.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRangeslider
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRangesliderBase<I extends IRangesliderBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Rangeslider
base component - IRangesliderBase.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IRangesliderBase
component - IRangesliderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRangeslider
that is used for implementation or tools. - IRating - Interface in org.zkoss.stateless.sul
-
Immutable
Rating
component - IRating.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRating
. - IRating.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient with
IRating.withOrient(Orient)
- IRating.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRating
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRatingCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRating
that is used for implementation or tools. - IReadonly<I extends IComponent> - Interface in org.zkoss.stateless.sul
-
Immutable
Readonly
interface. - IReplacer<T extends IComponent> - Interface in org.zkoss.stateless.ui
-
An IComponent replacer to replace the descendant from the root component.
- IRow<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Row
component - IRow.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRow
. - IRow.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRow
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRowBase<I extends IRowBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Row
component - IRowchildren<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Rowchildren
component - IRowchildren.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRowchildren
. - IRowchildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRowchildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRowchildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRowchildren
that is used for implementation or tools. - IRowCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRow
that is used for implementation or tools. - IRowlayout - Interface in org.zkoss.stateless.sul
-
Immutable
Rowlayout
component - IRowlayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRowlayout
. - IRowlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRowlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRowlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRowlayout
that is used for implementation or tools. - IRows - Interface in org.zkoss.stateless.sul
-
Immutable
Rows
component - IRows.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IRows
. - IRows.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IRows
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IRowsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IRows
that is used for implementation or tools. - IS_TEMPLATE_MODEL_ENABLED_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- IS_TEMPLATE_MODEL_ENABLED_ATTR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- isAborting() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
- isAborting() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
- isAborting() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Returns whether to abort the execution.
- isActivated() - Method in interface org.zkoss.stateless.ui.UiAgent
-
Returns whether this execution of UiAgent is activated.
- isActivated() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- isActivated() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns whether this execution is activated.
- isActivating() - Method in class org.zkoss.bind.impl.BinderImpl
- isActivating() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
check if binder is in activating state
- isActive() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- isActive() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Returns if the working thread of the server push is active.
- isActive() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- isActive() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- isAlive() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns whether the desktop is still alive.
- isAlive() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- isAlive() - Method in class org.zkoss.zk.ui.impl.PageImpl
- isAlive() - Method in interface org.zkoss.zk.ui.Page
-
Returns whether the desktop is still alive.
- isAltKey() - Method in class org.zkoss.stateless.action.data.KeyData
-
Returns whether ALT is pressed.
- isAltKey() - Method in class org.zkoss.stateless.action.data.MouseData
- isAltKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether ALT is pressed.
- isAncestor(Component, Component) - Static method in class org.zkoss.zk.ui.Components
-
Tests whether node1 is an ancestor of node 2.
- isAnimationDisabled() - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns whether disable animation effects
- isAnimationDisabled() - Method in class org.zkoss.zul.Borderlayout
-
Returns whether disable animation effects
- isAnnotation(String) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Test if the given value is an annotation.
- isAnnotationNamespacedRoot() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
- isAnnotationNamespacedRoot() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
- isAppendableToCollection(Type, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return true if field is of Collection type, and an object of type clazz can be added into the Collection.
- isAscending() - Method in class org.zkoss.stateless.action.data.SortData
-
Returns true if the sorting request is ascending.
- isAscending() - Method in class org.zkoss.zk.ui.event.SortEvent
-
Returns true if the sorting request is ascending.
- isAscending() - Method in class org.zkoss.zul.ArrayComparator
-
Returns whether the sorting is ascending.
- isAscending() - Method in class org.zkoss.zul.FieldComparator
-
Returns whether the sorting is ascending.
- isAscending() - Method in class org.zkoss.zul.ListitemComparator
-
Returns whether the order is ascending.
- isAscending() - Method in class org.zkoss.zul.RowComparator
-
Returns whether the order is ascending.
- isAscending() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns whether the order is ascending.
- isAsDefault() - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns if this track should be enabled by default.
- isAsync() - Method in class org.zkoss.zhtml.Script
-
Returns the async of this script tag.
- isAsyncStarted() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isAsyncStarted() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isAsyncStarted() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isAsyncSupported() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isAsyncSupported() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isAsyncSupported() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether this execution is an asynchronous update for the specified page (thru ZK Update Engine).
- isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- isAttribute(Method) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- isAttribute(Method) - Static method in class org.zkoss.stateless.ui.util.GetterMethodHandlerForC2I
- isAttribute(String) - Static method in class org.zkoss.lang.Classes
-
Tests if a method name is an attribute, i.e., prefixing with is, get or set.
- isAudio() - Method in interface org.zkoss.stateless.sul.ICamera
-
Return whether to record sound while recording video.
- isAudio() - Method in class org.zkoss.zkmax.zul.Camera
-
Return whether to record sound while recording video.
- isAutocheck() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns whether the menuitem check mark will update each time the menu item is selected.
- isAutocheck() - Method in class org.zkoss.zul.Menuitem
-
Returns whether the menuitem check mark will update each time the menu item is selected.
- isAutoclose() - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns whether to automatically close all other nav/navitem on opening nav/navitem.
- isAutoclose() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns whether to automatically close the list if a user is selected any item.
- isAutoclose() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether to automatically close all other nav/navitem on opening nav/navitem.
- isAutoclose() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns whether to automatically close the list if a user is selected any item.
- isAutoCols() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns whether enables the auto adjusting cols size.
- isAutoCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether enables the auto adjusting cols size.
- isAutocomplete() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns whether to automatically complete this text box by matching the nearest item (
IComboitem
. - isAutocomplete() - Method in class org.zkoss.zhtml.Form
-
Returns the autocomplete of this form tag.
- isAutocomplete() - Method in class org.zkoss.zul.Combobox
-
Returns whether to automatically complete this text box by matching the nearest item (
Comboitem
. - isAutodrop() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns whether to automatically drop the list if users is changing this text box.
- isAutodrop() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns whether to automatically drop the list if users is changing this text box.
- isAutodrop() - Method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns whether to automatically drop the popup if user hovers on this Combobutton.
- isAutodrop() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns whether it is opened automatically when the mouse cursor is near the page edge.
- isAutodrop() - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns whether it is opened automatically when the mouse cursor is near the page edge.
- isAutodrop() - Method in class org.zkoss.zkmax.zul.Drawer
-
Returns whether it is opened automatically when the mouse cursor is near the page edge.
- isAutodrop() - Method in class org.zkoss.zul.Bandbox
-
Returns whether to automatically drop the list if users is changing this text box.
- isAutodrop() - Method in class org.zkoss.zul.Combobox
-
Returns whether to automatically drop the list if users is changing this text box.
- isAutodrop() - Method in class org.zkoss.zul.Combobutton
-
Returns whether to automatically drop the popup if user hovers on this Combobutton.
- isAutodrop() - Method in class org.zkoss.zul.Menubar
-
Returns whether to automatically drop down menus if user moves mouse over it.
- isAutofocus() - Method in class org.zkoss.zhtml.Button
-
Returns the autofocus of this button tag.
- isAutofocus() - Method in class org.zkoss.zhtml.Input
-
Returns the autofocus of this input tag.
- isAutofocus() - Method in class org.zkoss.zhtml.Select
-
Returns the autofocus of this select tag.
- isAutohide() - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
- isAutohide() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns whether to automatically hide the paging if there is only one page available.
- isAutohide() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns whether to automatically hide the paging if there is only one page available.
- isAutohide() - Method in class org.zkoss.zul.Iframe
-
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
- isAutohide() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
- isAutohide() - Method in class org.zkoss.zul.Paging
-
Returns whether to automatically hide this component if there is only one page available.
- isAutohideModify() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
- isAutohidePaging() - Method in class org.zkoss.zul.Grid
- isAutohidePaging() - Method in class org.zkoss.zul.impl.MeshElement
- isAutohidePaging() - Method in class org.zkoss.zul.Listbox
- isAutohidePaging() - Method in class org.zkoss.zul.Tree
- isAutomaticTimeout(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to automatically trigger the timeout at the client.
- isAutopaging() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns whether the auto-paging facility is turned on when the mold is
"paging"
. - isAutopaging() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether the auto-paging facility is turned on when mold is "paging".
- isAutoplay() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns whether to auto start playing the audio.
- isAutoplay() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether to auto start playing the video.
- isAutoplay() - Method in class org.zkoss.zhtml.Audio
-
Returns the autoplay of this audio tag.
- isAutoplay() - Method in class org.zkoss.zhtml.Video
-
Returns the autoplay of this video tag.
- isAutoplay() - Method in class org.zkoss.zkmax.zul.Video
-
Returns whether to auto start playing the video.
- isAutoplay() - Method in class org.zkoss.zul.Audio
-
Returns whether to auto start playing the audio.
- isAutoRows() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns whether enables the auto adjusting rows size.
- isAutoRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether enables the auto adjusting rows size.
- isAutoscroll() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether enable overflow scrolling.
- isAutoscroll() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether enable overflow scrolling.
- isAutoSort() - Method in class org.zkoss.zul.SimpleXYModel
- isAutoSort() - Method in interface org.zkoss.zul.XYModel
-
check whether to autosort on x value for each series; default is true.
- isAutoUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns whether an ID is generated automatically.
- isBackgroundIncluded() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns whether the background color and image are included while saved.
- isBackgroundIncluded() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns whether the background color and image are included while saved.
- isBar() - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns whether to display a visual bar as the separator.
- isBar() - Method in class org.zkoss.zul.Separator
-
Returns whether to display a visual bar as the separator.
- isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Whether the given date in the specified TimeZone is the first day of that month.
- isBigDecimalOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isBigIntegerOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isBinary() - Method in class org.zkoss.image.AImage
- isBinary() - Method in class org.zkoss.sound.AAudio
- isBinary() - Method in interface org.zkoss.stateless.sul.IDropupload
-
Return the setting that treat the upload file as binary or not.
- isBinary() - Method in class org.zkoss.util.media.AMedia
- isBinary() - Method in interface org.zkoss.util.media.Media
-
Returns whether the format of this content is binary or text-based.
- isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
- isBinary() - Method in class org.zkoss.video.AVideo
- isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns whether the content type is binary.
- isBindingReady() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Returns the current phase is in a binding ready state, if any.
- isBlank(String) - Static method in class org.zkoss.lang.Strings
-
Returns true if the string is null or empty or pure blank.
- isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether to preserve the blank text.
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns whether to preserve the blank text.
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
- isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns whether to preserve the blank text.
- isBottom() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the bottom orientation.
- isBracket(String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- isBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the user agent is a browser of the specified type.
- isBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the client is a browser of the specified type.
- isBuiltinType(Class<?>) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Tests if the given
type
is a built-in type - isButtonVisible() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns whether the button (on the right of the timebox) is visible.
- isButtonVisible() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns whether the button (on the right of the timebox) is visible.
- isButtonVisible() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether the button (on the right of the timebox) is visible.
- isButtonVisible() - Method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns whether the button (on the right of the doublespinner) is visible.
- isButtonVisible() - Method in interface org.zkoss.stateless.sul.ISpinner
-
Returns whether the button (on the right of the spinner) is visible.
- isButtonVisible() - Method in interface org.zkoss.stateless.sul.ITimebox
-
Returns whether the button (on the right of the timebox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Bandbox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Combobox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Datebox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Doublespinner
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Spinner
-
Returns whether the button (on the right of the spinner) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Timebox
-
Returns whether the button (on the right of the textbox) is visible.
- isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
-
Return false to indicate it is not cacheable.
- isCacheable() - Method in interface org.zkoss.zk.device.Device
-
Returns whether the output can be cached by the client.
- isCacheable() - Method in class org.zkoss.zk.device.GenericDevice
-
Return true to indicate it is cacheable.
- isCancelable() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns whether this rating component is cancelable.
- isCancelable() - Method in class org.zkoss.zul.Rating
-
Returns whether this rating component is cancelable.
- isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns whether the component names are case-insensitive.
- isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the component names are case-insensitive.
- isCeased() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- isCeased() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether it is ceased.
- isChangingBySelectBack() - Method in class org.zkoss.stateless.action.data.InputData
-
Returns whether this data is caused by an action that is
onChanging
type, and caused by user's selecting a list of predefined values (a.k.a., items). - isChangingBySelectBack() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns whether this event is
onChanging
, and caused by user's selecting a list of predefined values (a.k.a., items). - isChecked() - Method in class org.zkoss.stateless.action.data.CheckData
-
Returns whether the state is checked.
- isChecked() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns whether it is checked.
- isChecked() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns whether it is checked.
- isChecked() - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns whether it is checked.
- isChecked() - Method in class org.zkoss.zhtml.Input
-
Returns if the input is checked (type: checkbox or radio).
- isChecked() - Method in class org.zkoss.zk.ui.event.CheckEvent
-
Returns whether the state is checked.
- isChecked() - Method in class org.zkoss.zul.Checkbox
-
Returns whether it is checked.
- isChecked() - Method in class org.zkoss.zul.Menuitem
-
Returns whether it is checked.
- isChecked() - Method in class org.zkoss.zul.Toolbarbutton
-
Returns whether it is checked.
- isCheckmark() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in class org.zkoss.zul.Listbox
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in class org.zkoss.zul.Menuitem
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in class org.zkoss.zul.Tree
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmarkDeselectOther() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether to toggle the selection if clicking on a tree item with a checkmark.
- isCheckmarkDeselectOther() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether to toggle the selection if clicking on a tree item with a checkmark.
- isChildable() - Method in class org.zkoss.zhtml.impl.AbstractTag
- isChildable() - Method in class org.zkoss.zhtml.impl.ContentTag
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zhtml.Text
- isChildable() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns whether this component can have a child.
- isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- isChildable() - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
StubsComponent
represents a collection ofStubComponent
, so it does not allow any child. - isChildable() - Method in class org.zkoss.zkex.zul.Colorbox
- isChildable() - Method in class org.zkoss.zkex.zul.Fisheye
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Biglistbox
- isChildable() - Method in class org.zkoss.zkmax.zul.Chosenbox
- isChildable() - Method in class org.zkoss.zkmax.zul.Cropper
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Navseparator
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Searchbox
- isChildable() - Method in class org.zkoss.zkmax.zul.Signature
- isChildable() - Method in class org.zkoss.zkmax.zul.Step
- isChildable() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Not support child added
- isChildable() - Method in class org.zkoss.zml.XmlMacroComponent
- isChildable() - Method in class org.zkoss.zul.Area
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Bandbox
-
Childable.
- isChildable() - Method in class org.zkoss.zul.Button
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Checkbox
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Combobox
-
Childable.
- isChildable() - Method in class org.zkoss.zul.Combobutton
- isChildable() - Method in class org.zkoss.zul.Comboitem
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Html
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Iframe
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Image
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Imagemap
-
Default: childable.
- isChildable() - Method in class org.zkoss.zul.impl.InputElement
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Include
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Label
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Menuitem
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Menuseparator
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Paging
- isChildable() - Method in class org.zkoss.zul.Progressmeter
- isChildable() - Method in class org.zkoss.zul.Script
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Selectbox
- isChildable() - Method in class org.zkoss.zul.Separator
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Slider
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Splitter
-
Not allow any children.
- isChildable() - Method in class org.zkoss.zul.Style
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Tab
-
Child is allowed,
Caption
only. - isChildable() - Method in class org.zkoss.zul.Timer
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Track
- isChildAllowedInTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns if a child is allowed in the text-as area.
- isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns if a child is allowed in the text-as area.
- isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isClipToFit() - Method in interface org.zkoss.stateless.sul.IVideo
-
Return whether to clip video when the source size doesn't fit the tag size setting, for example: if video source is 1280 * 720, but the video tag is
- isClipToFit() - Method in class org.zkoss.zkmax.zul.Video
-
Return whether to clip video when the source size doesn't fit the tag size setting, for example: if video source is 1280 * 720, but the video tag is
- isClosable() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns whether it is closeable by user (a button).
- isClosable() - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns whether this panel is closable.
- isClosable() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns whether user can open or close the group box.
- isClosable() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether users can open or close the region.
- isClosable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to show a close button on the title bar.
- isClosable() - Method in interface org.zkoss.stateless.sul.ITab
-
Returns whether this tab is closable.
- isClosable() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether to show a close button on the title bar.
- isClosable() - Method in class org.zkoss.zkmax.zul.Drawer
-
Returns whether it is closeable by user (a button).
- isClosable() - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Returns whether this panel is closable.
- isClosable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to show a close button.
- isClosable() - Method in class org.zkoss.zul.Groupbox
-
Returns whether user can open or close the group box.
- isClosable() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether users can open or close the region.
- isClosable() - Method in class org.zkoss.zul.Panel
-
Returns whether to show a close button on the title bar.
- isClosable() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is closable.
- isClosable() - Method in class org.zkoss.zul.Window
-
Returns whether to show a close button on the title bar.
- isClose() - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Returns whether it is closed.
- isClose() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- isClose() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
- isClose() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- isCloudMode() - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
-
Returns whether the mode in cloud.
- isCoalesceable() - Method in class org.zkoss.idom.impl.AbstractTextual
-
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
- isCoalesceable() - Method in class org.zkoss.idom.Text
-
Always returns true to denote it allows to be coalesced with its siblings with the same type (class).
- isCoalesceable() - Method in interface org.zkoss.idom.Textual
-
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
- isCoalescing() - Method in class org.zkoss.idom.input.SAXBuilder
-
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
- isCoalescing() - Method in class org.zkoss.idom.input.SAXHandler
-
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
- isCollapsed() - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns whether it is collapsed.
- isCollapsed() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is collapsed.
- isCollapsible() - Method in interface org.zkoss.stateless.sul.ICenter
- isCollapsible() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether set the initial display to collapse.
- isCollapsible() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to show a toggle button on the title bar.
- isCollapsible() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to show a toggle button.
- isCollapsible() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether set the initial display to collapse.
- isCollapsible() - Method in class org.zkoss.zul.Panel
-
Returns whether to show a toggle button on the title bar.
- isCollapsible() - Method in class org.zkoss.zul.Window
-
Always return false.
- isColumnsgroup() - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns whether to enable grouping of columns with the header context menu.
- isColumnsgroup() - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns whether to enable grouping of columns with the header context menu.
- isColumnsgroup() - Method in class org.zkoss.zul.Columns
-
Returns whether to enable grouping of columns with the header context menu.
- isColumnsgroup() - Method in class org.zkoss.zul.Listhead
-
Returns whether to enable grouping of listheader with the header context menu.
- isColumnshide() - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns whether to enable hiding of columns with the header context menu.
- isColumnshide() - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns whether to enable hiding of columns with the header context menu.
- isColumnshide() - Method in class org.zkoss.zul.Columns
-
Returns whether to enable hiding of columns with the header context menu.
- isColumnshide() - Method in class org.zkoss.zul.Listhead
-
Returns whether to enable hiding of listheader with the header context menu.
- isComment() - Method in class org.zkoss.zul.Include
-
Returns whether to generate the included content inside the HTML comment.
- isCommitted() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- isCommitted() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- isCompatible(String) - Method in class org.zkoss.zk.device.AjaxDevice
- isCompatible(String) - Method in interface org.zkoss.zk.device.Device
-
Returns whether this device supports the specified client.
- isCompatible(String) - Method in class org.zkoss.zk.device.GenericDevice
-
Returns null to indicate unknown.
- isComplete() - Method in interface org.zkoss.stateless.sul.IStep
-
Returns whether this step is complete.
- isComplete() - Method in class org.zkoss.zk.ui.impl.PageImpl
- isComplete() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns if the page is a complete page.
- isComplete() - Method in interface org.zkoss.zk.ui.Page
-
Returns if this page is a complete page.
- isComplete() - Method in class org.zkoss.zkmax.zul.Step
-
Returns whether this step is complete.
- isCompress() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
- isCompress() - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Returns whether to compress the output.
- isContainer() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether the component is to act as a container which can have sublevel items.
- isContainer() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns whether the component is to act as a container which can have sublevel items.
- isContainer() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether the element is to act as a container which can have child elements.
- isContainer() - Method in class org.zkoss.zul.Treeitem
-
Returns whether the element is to act as a container which can have child elements.
- isContentDisposition() - Method in class org.zkoss.image.AImage
- isContentDisposition() - Method in class org.zkoss.sound.AAudio
- isContentDisposition() - Method in class org.zkoss.util.media.AMedia
- isContentDisposition() - Method in interface org.zkoss.util.media.Media
-
Whether to allow Content-Disposition or not when writing the media to response header.
- isContentDisposition() - Method in class org.zkoss.util.media.RepeatableMedia
- isContentDisposition() - Method in class org.zkoss.video.AVideo
- isContenteditable() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the contenteditable of this tag.
- isContinuous() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the continuous scan status of the barcode scanner.
- isContinuous() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the continue scan status of the barcode scanner.
- isControls() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns whether to display the audio controls.
- isControls() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether to display the video controls.
- isControls() - Method in class org.zkoss.zkmax.zul.Video
-
Returns whether to display the video controls.
- isControls() - Method in class org.zkoss.zul.Audio
-
Returns whether to display the audio controls.
- isCounterVisible() - Method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns whether the counter is visible.
- isCounterVisible() - Method in class org.zkoss.zkmax.zul.Portalchildren
-
Returns whether the counter is visible.
- isCrawlable() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether this Web application can be crawled by search engines.
- isCreatable() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns whether creates new item by default.
- isCreatable() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns whether creates new item.
- IScript - Interface in org.zkoss.stateless.sul
-
Immutable
Script
component - IScript.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IScript
. - IScript.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IScript
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IScriptCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IScript
that is used for implementation or tools. - IScrollview<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Scrollview
component - IScrollview.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IScrollview
. - IScrollview.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
IScrollview
component - IScrollview.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IScrollview
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IScrollviewCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IScrollview
that is used for implementation or tools. - isCropper() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns whether it is a cropper, i.e., cropping is applied.
- isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- isCropper() - Method in class org.zkoss.zul.impl.GridDataLoader
- isCropper() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- isCropper() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- isCropper() - Method in class org.zkoss.zul.Rows.ExtraCtrl
- isCropper() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
- isCtrlKey() - Method in class org.zkoss.stateless.action.data.KeyData
-
Returns whether CTRL is pressed.
- isCtrlKey() - Method in class org.zkoss.stateless.action.data.MouseData
- isCtrlKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether CTRL is pressed.
- isCustomThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to use custom
ThemeProvider
. - isCustomThemeRegistry() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to use custom
ThemeRegistry
. - isCustomThemeResolver() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to use custom
ThemeResolver
. - isDateTimeType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isDateType(Class<?>) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Tests if the given
type
is Java Date type. - isDebugJS() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns whether to debug JavaScript files.
- isDebugJS() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to debug JavaScript files.
- isDecimal() - Method in class org.zkoss.zul.Slider
-
Returns whether it is a decimal slider.
- isDefault() - Method in class org.zkoss.zul.Track
-
Returns if this track should be enabled by default.
- isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
- isDefaultPrevented() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Returns whether to process the default behavior(move the portal) after portal drop.
- isDefer() - Method in interface org.zkoss.stateless.sul.IScript
-
Returns whether to defer the execution of the script codes until the widget is instantiated and mounted.
- isDefer() - Method in class org.zkoss.zhtml.Script
-
Returns the defer of this script tag.
- isDefer() - Method in class org.zkoss.zul.Script
-
Returns whether to defer the execution of the script codes until the widget is instantiated and mounted.
- isDeferrable() - Method in interface org.zkoss.zk.ui.event.Deferrable
-
Returns whether the event can be deferred for this listener.
- isDeferred() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns whether the evaluation of the zscript shall be deferred.
- isDetailed() - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns whether to show the detailed info, such as
IPaging.getTotalSize()
- isDetailed() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns whether to show the detailed info, such as
Paginal.getTotalSize()
. - isDetailed() - Method in class org.zkoss.zul.Paging
- isDimBackground() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether to turn whole page to be covered by translucent black except the Video, also called theater mode.
- isDimBackground() - Method in class org.zkoss.zkmax.zul.Video
-
Returns whether to turn whole page to be covered by translucent black except the Video, also called theater mode.
- isDirectContent(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns whether a component can directly generate HTML tags to the output.
- isDirty() - Method in interface org.zkoss.bind.FormLegacy
-
Deprecated.Returns whether the form has been modified (Any field is different from those of loadBean)
- isDirty() - Method in interface org.zkoss.bind.FormStatus
-
Returns whether the form has been modified
- isDirty() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- isDirtyBinding() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Internal used only
- isDisable() - Static method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
- isDisabled() - Method in class org.zkoss.html.StyleSheet
-
Returns whether the style sheet is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IA
-
Returns whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Sets whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IColorbox
-
Sets whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IDisable
-
Returns whether to disable the
IDisable
's control. - isDisabled() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns whether it is disabled.
- isDisabled() - Method in interface org.zkoss.stateless.sul.IListitemBase
- isDisabled() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether it is disabled, Default:
false
. - isDisabled() - Method in interface org.zkoss.stateless.sul.ITab
-
Returns whether this tab is disabled.
- isDisabled() - Method in class org.zkoss.zhtml.Button
-
Returns the disabled of this button tag.
- isDisabled() - Method in class org.zkoss.zhtml.Fieldset
-
Returns the disabled of this fieldset tag.
- isDisabled() - Method in class org.zkoss.zhtml.Input
-
Returns the disabled of this input tag.
- isDisabled() - Method in class org.zkoss.zhtml.Optgroup
-
Returns the disabled of this optgroup tag.
- isDisabled() - Method in class org.zkoss.zhtml.Option
-
Returns the disabled of this option tag.
- isDisabled() - Method in class org.zkoss.zhtml.Select
-
Returns the disabled of this select tag.
- isDisabled() - Method in interface org.zkoss.zk.ui.ext.Disable
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Cascader
- isDisabled() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether it is disabled, Default: false.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Searchbox
- isDisabled() - Method in class org.zkoss.zul.A
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Button
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Checkbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Comboitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Listbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Menu
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Menuitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Paging
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Radiogroup
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Rating
-
Returns if this rating component is disabled.
- isDisabled() - Method in class org.zkoss.zul.Selectbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is disabled.
- isDisabled() - Method in class org.zkoss.zul.Treeitem
-
Returns whether it is disabled.
- isDisabledHostChanged() - Method in class org.zkoss.zk.ui.AbstractComponent
- isDoubleOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isDraggable() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the draggable of this tag.
- isDraggable() - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Returns whether the GoldenPanel should be draggable.
- isDroppable() - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Returns whether the stack of this GoldenPanel is droppable by other GoldenPanel.
- isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether a reserved attribute is used by the dynamic tag (
LanguageDefinition.getDynamicTagDefinition()
). - isDynamicValue() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- isDynamicValue() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns whether the shadow element contains a dynamic value, it means the shadow element cannot be destroyed after evaluated.
- isDynamicValue() - Method in class org.zkoss.zuti.zul.Choose
- isDynamicValue() - Method in class org.zkoss.zuti.zul.ForEach
- isDynamicValue() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- isDynamicValue(String) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns whether the property name contains with a dynamic value.
- ISearchbox - Interface in org.zkoss.stateless.sul
-
Immutable
Searchbox
component. - ISearchbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISearchbox
. - ISearchbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISearchbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISearchboxController<Data> - Class in org.zkoss.stateless.state
-
An
ISearchbox
controller to control any operation on the given model. - ISearchboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISearchbox
that is used for implementation or tools. - isEffective() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns whether this tag is effective.
- isEffective() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns whether the shadow element is effective
- isEffective() - Method in class org.zkoss.zuti.zul.Apply
- isEffective() - Method in class org.zkoss.zuti.zul.Choose
- isEffective() - Method in class org.zkoss.zuti.zul.ForEach
- isEffective() - Method in class org.zkoss.zuti.zul.If
- isEffective() - Method in class org.zkoss.zuti.zul.Otherwise
- isEffective() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- isEffective(Component) - Method in interface org.zkoss.zk.ui.util.Condition
-
Used to evaluate whether it is effective.
- isEffective(Page) - Method in interface org.zkoss.zk.ui.util.Condition
-
Used to evaluate whether it is effective.
- isEffective(Evaluator, Component) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Used to evaluate whether it is effective.
- isEffective(Evaluator, Page) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Used to evaluate whether it is effective.
- ISelectbox - Interface in org.zkoss.stateless.sul
-
Immutable
Selectbox
component - ISelectbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISelectbox
. - ISelectbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISelectbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISelectboxController<Data> - Class in org.zkoss.stateless.state
-
An
ISelectbox
controller to control any operation on the given model. - ISelectboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISelectbox
that is used for implementation or tools. - ISelector - Interface in org.zkoss.stateless.ui
-
A selector context to hold a root
IComponent
for seeking icomponents. - ISelectors - Class in org.zkoss.stateless.ui
-
A util API to seek
IComponent
by a selector, by itsid
, or by a path. - ISelectors() - Constructor for class org.zkoss.stateless.ui.ISelectors
- isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
- isEmpty() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- isEmpty() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- isEmpty() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- isEmpty() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- isEmpty() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- isEmpty() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- isEmpty() - Method in class org.zkoss.bind.proxy.MapProxy
- isEmpty() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- isEmpty() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether to contain any sublevel items or not.
- isEmpty() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns whether to contain any sublevel tree items or not.
- isEmpty() - Method in class org.zkoss.util.CacheMap
- isEmpty() - Method in class org.zkoss.util.FastReadArray
-
Returns if it is empty.
- isEmpty() - Method in class org.zkoss.util.IdentityHashSet
- isEmpty() - Method in class org.zkoss.web.servlet.xel.AttributesMap
- isEmpty() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
- isEmpty() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns whether no annotation at all.
- isEmpty() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns whether no event handler at all.
- isEmpty() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Returns if no more request available in the queue.
- isEmpty() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- isEmpty() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- isEmpty() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns true, no matter any variable is defined.
- isEmpty() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether this element contains no child elements.
- isEmpty() - Method in class org.zkoss.zul.ListModelList
- isEmpty() - Method in class org.zkoss.zul.ListModelMap
- isEmpty() - Method in class org.zkoss.zul.ListModelSet
- isEmpty() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this element contains no child elements.
- isEmpty(String) - Static method in class org.zkoss.lang.Strings
-
Returns true if the string is null or empty.
- isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns whether it is empty without trying to expunge first.
- isEnable() - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the enabled status of the barcode scanner.
- isEnable() - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Returns the enabled status of the barcode scanner.
- isEncode() - Method in class org.zkoss.zhtml.Text
-
Returns whether to encode the text, such as converting < to <.
- isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Returns whether to encode the alpha transparency.
- isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
- isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
- isEnded() - Method in class org.zkoss.stateless.state.IAudioController
-
Return whether the audio is ended.
- isEnded() - Method in class org.zkoss.stateless.state.IVideoController
-
Returns whether the video is ended.
- isEnded() - Method in class org.zkoss.zkmax.zul.Video
-
Return whether the video is ended.
- isEnded() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is ended.
- isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Whether the given date in the specified TimeZone is the last day of that month.
- ISeparator - Interface in org.zkoss.stateless.sul
-
Immutable
Separator
component - ISeparator.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISeparator
. - ISeparator.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISeparator
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISeparatorBase<I extends ISeparatorBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Separator
component - ISeparatorBase.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient with
ISeparatorBase.withOrient(Orient)
- ISeparatorCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISeparator
that is used for implementation or tools. - isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
- isError() - Method in interface org.zkoss.stateless.sul.IStep
-
Returns whether this step is in error.
- isError() - Method in class org.zkoss.zkmax.zul.Step
-
Returns whether this step is in error.
- isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.as of release 10.0.0. (not recommended to use in production)
- isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Whether the execution associated with this visualizer is caused by an async-update.
- isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether to expand entity reference nodes.
- isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
-
Tests whether to expand entity reference nodes.
- isExpression() - Method in class org.zkoss.zk.xel.ExValue
-
Tests whether it is an expression.
- isFileType(Class<?>) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Tests if the given
type
isFileData
. - isFilterInstalled(WebApp) - Static method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
-
Returns whether the websocket filter has been installed.
- isFirst() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- isFirst() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns whether the current round is the first pass through the iteration
- isFixFrozenCols() - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns whether is fix frozen columns, that means user cannot change the size of the frozen columns dynamically.
- isFixFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether is fix frozen columns, that means user cannot change the size of the frozen columns dynamically.
- isFloatable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to float the panel to display it inline where it is rendered.
- isFloatable() - Method in class org.zkoss.zul.Panel
-
Returns whether to float the panel to display it inline where it is rendered.
- isFocus() - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns the focus set by
IHtmlBasedComponent.withFocus(boolean)
. - isFormDirty() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- isFormDirty() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Returns whether the form proxy object is dirty or not, including all of its attributes.
- isFormDirty() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- isFormDirty() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- isFormDirty() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- isFormDirty() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- isFormDirty() - Method in class org.zkoss.bind.proxy.MapProxy
- isForwarded() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether the execution is forwarded from other pages.
- isForwarded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- isForwarded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Tests whether this page is forwarded by another page.
- isFrame() - Method in class org.zkoss.zul.Captcha
-
Returns whether generate border.
- isFullComposerOnly() - Method in class org.zkoss.zk.ui.impl.MultiComposer
-
Returns whether to invoke only the composer that implements
FullComposer
. - isGroupOpened(int) - Method in interface org.zkoss.zul.GroupsModel
-
Whether the group is open at the specified index.
- isGroupOpened(int) - Method in class org.zkoss.zul.GroupsModelArray
- isGroupOpened(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- isGroupSelectable() - Method in class org.zkoss.zul.AbstractGroupsModel
- isGroupSelectable() - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
-
Returns whether the groups are selectable
- isGroupSelectable() - Method in class org.zkoss.zul.impl.GroupsListModel
- isHandled(Class<?>) - Method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
- isHandled(Class<?>) - Method in class org.zkoss.bind.init.ZKBinderPhaseListeners
- isHandled(Class<?>) - Method in class org.zkoss.bind.proxy.ZKProxyTargetHandlers
- isHandled(Class<?>) - Method in interface org.zkoss.zk.ui.util.AggregationListener
-
Returns whether the given class is handled.
- isHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- isHibernate() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns whether enable the hibernate data source.
- isHidden() - Method in class org.zkoss.stateless.action.data.VisibilityChangeData
-
Return the current page is hidden or not.
- isHidden() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the hidden of this tag.
- isHidden() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Return the current page is hidden or not.
- isHistoryStateEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether history state handle is enabled.
- isHorizontal() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isHorizontal() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isHorizontal() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns whether it is a horizontal .
- isHorizontal() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is horizontal .
- isHorizontal() - Method in class org.zkoss.zul.Box
-
Returns whether it is a horizontal box.
- isHorizontal() - Method in class org.zkoss.zul.Menubar
-
Returns whether it is a horizontal .
- isHorizontal() - Method in class org.zkoss.zul.Separator
-
Returns whether it is a horizontal separator.
- isHorizontal() - Method in class org.zkoss.zul.Splitter
-
Returns if the orientation of this splitter is horizontal.
- isHorizontal() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is a horizontal tabbox.
- isId() - Method in class org.zkoss.idom.Attribute
- isIdentifier(String) - Static method in class org.zkoss.zel.impl.util.Validation
-
Test whether a string is a Java identifier.
- isIdle() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
Returns if there is listener being registered.
- isIdle() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- isIdle() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether this thread is idle, i.e., not processing any event.
- isIf() - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns whether it's If condition.
- ISignature - Interface in org.zkoss.stateless.sul
-
Immutable
Signature
component. - ISignature.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISignature
. - ISignature.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISignature
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISignatureController - Class in org.zkoss.stateless.state
-
An
ISignature
controller to control undo, clear, save, and some status with the given signature instance. - ISignatureCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISignature
that is used for implementation or tools. - isIgnorable(Object, WebApp) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns if the request is ignorable when an error occurs.
- isIgnoreAccessCreationWarn() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- isIgnoringComments() - Method in class org.zkoss.idom.input.SAXBuilder
-
Indicates whether or not the factory is configured to produce parsers which ignores comments.
- isIgnoringComments() - Method in class org.zkoss.idom.input.SAXHandler
-
Indicates whether or not the factory is configured to produce parsers which ignores comments.
- isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether to ignore whitespaces in element content.
- isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXHandler
-
Tests whether to ignore whitespaces in element content.
- isImageAssigned() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns whether the image is available.
- isImmutable(Object) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Returns whether the given origin object is immutable.
- isImmutable(Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Returns whether the specified Object is an immutable object
- isImmutableElements - Variable in class org.zkoss.bind.proxy.AbstractCollectionProxy
- isImplicit(String) - Static method in class org.zkoss.zk.ui.Components
-
Returns whether the given id is an implicit ZK object id.
- isIncluded() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns whether this page is included.
- isIncluded() - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Returns whether this page is included.
- isIncluded() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- isIncluded() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether this execution is included by some other pages.
- isIncluded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- isIncluded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Tests whether this page is included by another page.
- isIndeterminate() - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Return whether component is in indeterminate state.
- isIndeterminate() - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the indeterminate state of the progress meter.
- isIndeterminate() - Method in class org.zkoss.zul.Checkbox
-
Return whether checkbox is in indeterminate state.
- isIndeterminate() - Method in class org.zkoss.zul.Progressmeter
-
Returns the indeterminate state of the progress meter.
- ISingleChildable<R,T extends IComponent> - Interface in org.zkoss.stateless.sul
-
An interface to indicate only one child is allowed for
IComponent
. - isInitialized() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns if it's finished layout phase (initializing).
- isInline() - Method in interface org.zkoss.zk.ui.ext.Macro
-
Returns whether this is an inline macro.
- isInline() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- isInline() - Method in class org.zkoss.zml.XmlMacroComponent
- isInlineMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is an inline macro.
- isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
- isInplace() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Return whether to display Chosenbox's selection as a comma separate label, under
withIinplace(true)
, when user clicks the label, it turns into a chosenbox. - isInplace() - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns whether enable the inplace-editing.
- isInplace() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Return whether to display Chosenbox's selection as a comma separate label, under inplace="true", when user clicks the label, it turns into a chosenbox.
- isInplace() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether enable the inplace-editing.
- isInstalled(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
-
Returns whether this servlet has been installed.
- isInstance(Object, Class<?>) - Static method in class org.zkoss.zel.impl.util.ClassUtil
- isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Tests whether an object, o, is an instance of a class, c.
- isInstance(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether a component belongs to this definition.
- isInstance(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isInstant() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns whether to send back onChange action immediately while the user is resizing the selected area.
- isInstant() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns whether to send back onChange event immediately while the user is resizing the selected area.
- isInstant() - Method in class org.zkoss.zul.impl.InputElement
-
Returns true if onChange event is sent as soon as user types in the input component.
- isInstantSelect() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns true if onSelect event is sent as soon as user selects using keyboard navigation.
- isInstantSelect() - Method in class org.zkoss.zul.Combobox
-
Returns true if onSelect event is sent as soon as user selects using keyboard navigation.
- isIntersected(Set<?>, Set<?>) - Static method in class org.zkoss.util.CollectionsX
-
Tests whether two sets has any intersection.
- isInvalidated() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- isInvalidated() - Method in class org.zkoss.zk.ui.AbstractComponent
- isInvalidated() - Method in interface org.zkoss.zk.ui.Component
-
Returns if this component needs to be redrawn at the client.
- isInvalidated() - Method in class org.zkoss.zk.ui.http.SimpleSession
- isInvalidated() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Returns whether this session is invalidated (i.e.,
Session.invalidate()
was called). - isInvalidated(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- isInvalidated(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Returns if this component needs to be redrawn.
- isIsmap() - Method in class org.zkoss.zhtml.Img
-
Returns the ismap of this img tag.
- isJava5() - Static method in class org.zkoss.lang.JVMs
-
Returns whether JVM is 5.0 or above.
- isJava6() - Static method in class org.zkoss.lang.JVMs
-
Returns whether JVM is 6.0 or above.
- isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to keep the desktops across visits.
- isLambdaArgument(String) - Method in class org.zkoss.zel.ELContext
-
Determine if the specified name is recognised as the name of a lambda argument.
- isLambdaArgument(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- isLandscape() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isLandscape() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isLast() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- isLast() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns whether the current round is the last pass through the iteration
- isLeaf() - Method in class org.zkoss.zul.DefaultTreeNode
- isLeaf() - Method in interface org.zkoss.zul.TreeNode
-
Returns true if this node is a leaf.
- isLeaf(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns true if node is a leaf.
- isLeaf(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- isLeaving(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns true if the machine is leaving this state upon meeting the character or the class.
- isLeft() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the left orientation.
- isLegalName(char) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Tests whether a character is legal to be used as part of the scripting language name.
- isLenient() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether date/time parsing is to be lenient or not.
- isLenient() - Method in class org.zkoss.zul.Datebox
-
Returns whether date/time parsing is to be lenient or not.
- ISlider - Interface in org.zkoss.stateless.sul
-
Immutable
Slider
component - ISlider.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISlider
. - ISlider.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
ISlider
component - ISlider.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISlider
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISliderbuttons - Interface in org.zkoss.stateless.sul
-
Immutable
Sliderbuttons
component - ISliderbuttons.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISliderbuttons
. - ISliderbuttons.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISliderbuttons
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISliderbuttonsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISliderbuttons
that is used for implementation or tools. - ISliderCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISlider
that is used for implementation or tools. - isLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
- isLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
- isLinear() - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns whether the steps in this stepbar are displayed by order.
- isLinear() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Returns whether the steps in this stepbar are displayed by order.
- isListened(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether an event handler or listener is available for the specified component and event.
- isListenerAvailable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- isListenerAvailable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns whether the event listener is available.
- isListenerAvailable(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- isListenerAvailable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- isListenerAvailable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns whether the event listener is available.
- isListgroupSelectable() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether Listgroup is selectable.
- isLiteralText() - Method in class org.zkoss.zel.Expression
- isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
- isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- isLoaded() - Method in interface org.zkoss.stateless.sul.IListitemBase
- isLoaded() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Return true whether all children of this tree item, if any, is loaded at client
- isLoaded() - Method in interface org.zkoss.stateless.sul.IRowBase
-
Return true whether all children of this row, if any, is loaded at client
- isLoaded() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Return true whether all children of this tree item, if any, is loaded at client
- isLoaded() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Return true if all children of this Orgitem, if any, is loaded.
- isLoaded() - Method in interface org.zkoss.zul.impl.LoadStatus
-
Returns whether the on-demand-loading item is loaded.
- isLoaded() - Method in class org.zkoss.zul.Listitem.ExtraCtrl
- isLoaded() - Method in class org.zkoss.zul.Listitem
-
Returns whether the content of this item is loaded.
- isLoaded() - Method in class org.zkoss.zul.Row.ExtraCtrl
- isLoaded() - Method in class org.zkoss.zul.Treeitem
-
Return true whether all children of this tree item, if any, is loaded
- isLocal() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Returns if it is for local variable.
- isLocaleFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns if the "locale:" in
FormatInputElement.getFormat()
is presented. - isLocalized() - Method in class org.zkoss.zul.Include
-
Returns whether the source depends on the current Locale.
- isLocalValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- isLocalValid() - Method in interface org.zkoss.bind.ValidationContext
-
Checks status of local validation context valid or not, it only relates to one validator.
- isLongOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isLoop() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns whether to play the audio repeatedly.
- isLoop() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether to play the video repeatedly.
- isLoop() - Method in class org.zkoss.zhtml.Audio
-
Returns the loop of this audio tag.
- isLoop() - Method in class org.zkoss.zhtml.Video
-
Returns the loop of this video tag.
- isLoop() - Method in class org.zkoss.zkmax.zul.Video
-
Returns whether to play the video repeatedly.
- isLoop() - Method in class org.zkoss.zul.Audio
-
Returns whether to play the audio repeatedly.
- isMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is a macro component.
- isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
- isMask() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns whether it is masked when opened.
- isMask() - Method in class org.zkoss.zkmax.zul.Drawer
-
Returns whether it is masked when opened.
- isMatched() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the last position of any selectors in the list.
- isMatched(int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the last position of the given selector.
- isMatched(String) - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- isMatched(String) - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Checks whether the namespace URI is used for this Namespace Parser.
- isMaximalHeight() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns whether to use maximum height of all tabpanel in initial phase.
- isMaximalHeight() - Method in class org.zkoss.zul.Tabbox
-
Returns whether to use maximum height of all tabpanel in initial phase.
- isMaximizable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to display the maximizing button and allow the user to maximize the panel.
- isMaximizable() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether to display the maximizing button and allow the user to maximize the window.
- isMaximizable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to display the maximizing button.
- isMaximizable() - Method in class org.zkoss.zul.Panel
-
Returns whether to display the maximizing button and allow the user to maximize the panel.
- isMaximizable() - Method in class org.zkoss.zul.Window
-
Returns whether to display the maximizing button and allow the user to maximize the window.
- isMaximized() - Method in class org.zkoss.stateless.action.data.MaximizeData
-
Returns whether to be maximized.
- isMaximized() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether the panel is maximized.
- isMaximized() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether the window is maximized.
- isMaximized() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns whether to be maximized.
- isMaximized() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether is maximized.
- isMaximized() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is maximized.
- isMaximized() - Method in class org.zkoss.zul.Window
-
Returns whether the window is maximized.
- isMediaMatched() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Returns true if the serialized media query list is matched
- isMediaMatched() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns true if the serialized media query list is matched
- isMetaKey() - Method in class org.zkoss.stateless.action.data.KeyData
-
Returns whether META is pressed.
- isMetaKey() - Method in class org.zkoss.stateless.action.data.MouseData
- isMetaKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether META is pressed.
- isMinimizable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to display the minimizing button and allow the user to minimize the panel.
- isMinimizable() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether to display the minimizing button and allow the user to minimize the window.
- isMinimizable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to display the minimizing button.
- isMinimizable() - Method in class org.zkoss.zul.Panel
-
Returns whether to display the minimizing button and allow the user to minimize the panel.
- isMinimizable() - Method in class org.zkoss.zul.Window
-
Returns whether to display the minimizing button and allow the user to minimize the window.
- isMinimized() - Method in class org.zkoss.stateless.action.data.MinimizeData
-
Returns whether to be minimized.
- isMinimized() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether the panel is minimized.
- isMinimized() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether the window is minimized.
- isMinimized() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns whether to be minimized.
- isMinimized() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is minimized.
- isMinimized() - Method in class org.zkoss.zul.Window
-
Returns whether the window is minimized.
- isMovable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to move the panel to display it inline where it is rendered.
- isMovable() - Method in class org.zkoss.zul.Panel
-
Returns whether to move the panel to display it inline where it is rendered.
- isMultiline() - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns whether to preserve the new line and the white spaces at the beginning of each line.
- isMultiline() - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns whether it is multiline.
- isMultiline() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is multiline.
- isMultiline() - Method in class org.zkoss.zul.Label
-
Returns whether to preserve the new line and the white spaces at the beginning of each line.
- isMultiline() - Method in class org.zkoss.zul.Textbox
-
Returns whether it is multiline.
- isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
- isMultiple() - Method in class org.zkoss.stateless.state.ISearchboxController
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in class org.zkoss.stateless.state.ISelectboxController
-
Returns whether it is multiple selection.
- isMultiple() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in class org.zkoss.zhtml.Input
-
Returns the multiple of this input tag.
- isMultiple() - Method in class org.zkoss.zhtml.Select
-
Returns the multiple of this select tag.
- isMultiple() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.AbstractListModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.AbstractTreeModel
- isMultiple() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.Listbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in class org.zkoss.zul.Tree
-
Returns whether multiple selections are allowed.
- isMuted() - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns whether to mute the audio.
- isMuted() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns whether the video is muted.
- isMuted() - Method in class org.zkoss.zhtml.Audio
-
Returns the muted of this audio tag.
- isMuted() - Method in class org.zkoss.zhtml.Video
-
Returns the muted of this video tag.
- isMuted() - Method in class org.zkoss.zkmax.zul.Video
-
Returns whether the video is muted.
- isMuted() - Method in class org.zkoss.zul.Audio
-
Returns whether to mute the audio.
- isNameResolved(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- isNameResolved(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Can this resolver resolve the given bean name?
- isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether or not this parser is configured to understand namespaces.
- isNative() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is used for the native namespace.
- isNative() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isNative() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether this is a native language.
- isNative() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the setting that treat the upload file as binary or not.
- isNativeInfo() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns whether the property is held by
NativeInfo
. - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNativeScrollbar() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether to use Browser's scrollbar or a floating scrollbar (if with
false
). - isNew() - Method in class org.zkoss.web.portlet.PortletHttpSession
- isNoise() - Method in class org.zkoss.zul.Captcha
-
Returns whether generate noise; default to false.
- isNomodule() - Method in class org.zkoss.zhtml.Script
-
Returns the nomodule of this tag.
- isNovalidate() - Method in class org.zkoss.zhtml.Form
-
Returns the novalidate of this form tag.
- isNowrap() - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns the nowrap.
- isNowrap() - Method in class org.zkoss.zul.Row
-
Returns the nowrap.
- isNumber(Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- isNumberType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- isNumeric(Class<?>, boolean) - Static method in class org.zkoss.lang.Classes
-
Checks whether the specified class is a numeric class.
- isObjectOpened(Object) - Method in class org.zkoss.zul.AbstractTreeModel
- isObjectOpened(Object) - Method in class org.zkoss.zul.DefaultTreeModel
- isObjectOpened(Object) - Method in interface org.zkoss.zul.ext.Openable
-
Returns whether the specified object be opened.
- isOfferExpired(String, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether a token returned by getLimitTimeOffer expired.
- isOpen() - Method in class org.zkoss.stateless.action.data.OpenData
-
Returns whether it causes open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns whether this bandbox is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.ICascader
-
Returns whether this cascader is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.ICenter
- isOpen() - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns whether to open or not.
- isOpen() - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns whether this combobox is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns whether the detail is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IGroup
-
Returns whether this container is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns whether this groupbox is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in interface org.zkoss.stateless.sul.IListgroup
-
Returns whether this container is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.INav
-
Returns whether this container is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether this container is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether this Panel is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns whether this searchbox is open.
- isOpen() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zhtml.Details
-
Returns the open of this details tag.
- isOpen() - Method in class org.zkoss.zhtml.Dialog
-
Returns the open of this dialog tag.
- isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
Returns whether it causes open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Cascader
-
Returns whether this cascader is open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Chosenbox
- isOpen() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Returns whether this searchbox is open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Bandbox
-
Returns whether this bandbox is open.
- isOpen() - Method in class org.zkoss.zul.Combobox
-
Returns whether this combobox is open.
- isOpen() - Method in class org.zkoss.zul.Combobutton
-
Returns whether this combobutton is open.
- isOpen() - Method in class org.zkoss.zul.Detail
-
Returns whether the detail is open.
- isOpen() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
Whether the group is opened.
- isOpen() - Method in class org.zkoss.zul.Group
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zul.Groupbox
-
Returns whether this groupbox is open.
- isOpen() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
- isOpen() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Listgroup
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zul.Panel
-
Returns whether this Panel is open.
- isOpen() - Method in class org.zkoss.zul.Splitter
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this container is open.
- isOpenEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
- isOpenEmpty() - Method in interface org.zkoss.zul.ext.Openable
-
Returns true if the open is currently empty.
- isOpenEmpty() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns true if the open is currently empty.
- isOpposite() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns whether the first child is displayed in the first area(left/top).
- isOpposite() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns whether the first child is displayed in the first area(left/top).
- isOrphanTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns whether this tag is an orphan tag, i.e., it shall be in the form of <tag/>.
- isOrphanTag(String) - Static method in class org.zkoss.html.HTMLs
-
Returns whether the specified tag is an 'orphan' tag.
- ISouth<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
South
component - ISouth.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISouth
. - ISouth.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISouth
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISouthCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISouth
that is used for implementation or tools. - isOutOfBound() - Method in class org.zkoss.stateless.action.data.ScrollData
-
Return true if the scroll position is outside of boundary on tablet/mobile device.
- isOutOfBound() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Return true if the scroll position is outside of boundary on tablet/mobile device.
- isOverflowPopup() - Method in interface org.zkoss.stateless.sul.IToolbar
-
Return whether toolbar has a button that shows a popup which contains those content weren't able to fit in the toolbar.
- isOverflowPopup() - Method in class org.zkoss.zul.Toolbar
-
Return whether toolbar has a button that shows a popup which contains those content weren't able to fit in the toolbar.
- isOverride() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns whether the handler is to override another one.
- ISpace - Interface in org.zkoss.stateless.sul
-
Immutable
Space
component - ISpace.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISpace
. - ISpace.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISpace
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISpaceCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISpace
that is used for implementation or tools. - isPagingDisabled() - Method in interface org.zkoss.zul.ext.Paginated
-
Returns whether the Paging component of this component is disabled.
- isPagingDisabled() - Method in class org.zkoss.zul.impl.MeshElement
- ISpan<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Span
component. - ISpan.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISpan
. - ISpan.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISpan
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISpanCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISpan
that is used for implementation or tools. - isParametersProvided() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
- isParametersProvided() - Method in class org.zkoss.zel.impl.parser.AstValue
- isParametersProvided() - Method in interface org.zkoss.zel.impl.parser.Node
- isParametersProvided() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- isParametersProvided() - Method in class org.zkoss.zel.MethodExpression
- isParmetersProvided() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
- isPartial(E) - Method in interface org.zkoss.zul.ext.TristateModel
-
Returns whether the item is partially selected.
- isPartial(Object) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- isPartOfParentText() - Method in class org.zkoss.idom.Comment
-
Returns false to denote it is not part of parent's text,
- isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
-
Returns true if this text object is part of the parent's text.
- isPartOfParentText() - Method in interface org.zkoss.idom.Textual
-
Returns true if this textual object is part of the parent's text.
- isPassableToMethod(Method, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return true if the given arguments can be passed as the arguments of the method.
- isPathOpened(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- isPathOpened(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns true if the path,
path
, is in the current open. - isPathPartial(int[]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- isPathSelected(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- isPathSelected(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns true if the path,
path
, is in the current selection. - isPaused() - Method in class org.zkoss.stateless.state.IAudioController
-
Return whether the audio is paused.
- isPaused() - Method in class org.zkoss.stateless.state.ICameraController
-
Returns whether camera is paused.
- isPaused() - Method in class org.zkoss.stateless.state.IVideoController
-
Returns whether the video is paused.
- isPaused() - Method in class org.zkoss.zkmax.zul.Camera
-
Return whether camera is paused.
- isPaused() - Method in class org.zkoss.zkmax.zul.Video
-
Return whether the video is paused.
- isPaused() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is paused.
- ISpinner - Interface in org.zkoss.stateless.sul
-
Immutable
Spinner
component - ISpinner.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISpinner
. - ISpinner.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISpinner
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISpinnerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISpinner
that is used for implementation or tools. - isPlaying() - Method in class org.zkoss.stateless.state.IAudioController
-
Return whether the audio is playing.
- isPlaying() - Method in class org.zkoss.stateless.state.IVideoController
-
Returns whether the video is playing.
- isPlaying() - Method in class org.zkoss.zkmax.zul.Video
-
Return whether the video is playing.
- isPlaying() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is playing.
- isPlaysinline() - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns the playsinline of this video tag.
- isPlaysinline() - Method in class org.zkoss.zhtml.Video
-
Returns the playsinline of this video tag.
- isPlaysinline() - Method in class org.zkoss.zkmax.zul.Video
-
Returns the playsinline of this video tag.
- ISplitlayout<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Splitlayout
component - ISplitlayout.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ISplitlayout
. - ISplitlayout.Collapse - Enum in org.zkoss.stateless.sul
-
Specifies the collapse of
ISplitlayout
component - ISplitlayout.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of
ISplitlayout
component - ISplitlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ISplitlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ISplitlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ISplitlayout
that is used for implementation or tools. - isPointVisible() - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns whether the point is visible.
- isPointVisible() - Method in class org.zkoss.zkmax.zul.Lineitem
-
Returns whether the point is visible.
- isPojo(Class<?>) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Tests if the given
type
is Java POJO-like object. - isPopup() - Method in class org.zkoss.zul.Menuseparator
- isPortrait() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isPortrait() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isPositionFixed() - Method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns whether it would be fixed position when out of current viewport.
- isPositionFixed() - Method in class org.zkoss.zkmax.zul.Anchornav
-
Returns whether it would be fixed position when out of current viewport.
- isPre() - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns whether to preserve the white spaces, such as space, tab and new line.
- isPre() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to preserve the white spaces, such as space.
- isPre() - Method in class org.zkoss.zul.Label
-
Returns whether to preserve the white spaces, such as space, tab and new line.
- isPreloadImage() - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns whether to preload the image.
- isPreloadImage() - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns whether to preload the image.
- isPreviewRecord() - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns whether the preview screen is on.
- isPreviewRecord() - Method in class org.zkoss.zkmax.zul.Camera
-
Return whether the preview screen is on.
- isPrimitive(Class<?>) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Tests if the given
type
is primitive type or primitive object type. - isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
-
Tests whether a class name is a primitive class, e.g., int and void.
- isPrimitiveWrapper(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Check whether the specified class is a primitive or a primitive wrapper.
- isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
-
Returns whether this event is propagatable.
- isPropertyLoadStringType(Class<?>, String) - Static method in class org.zkoss.clientbind.ui.util.ObjectMappers
- isPropertyResolved() - Method in class org.zkoss.zel.ELContext
- isPropertyResolved() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- isPropNameNodeMapped(TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Internal used only
- isPropNameNodeMapped(TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- isQualified(int, int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the given position of the given selector.
- isQuoted() - Method in class org.zkoss.zk.ui.select.impl.Attribute
- isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether this language prefers the raw label.
- isReadonly() - Method in interface org.zkoss.stateless.sul.IRating
-
Returns if this rating component is readonly.
- isReadonly() - Method in interface org.zkoss.stateless.sul.IReadonly
-
Returns whether it is readonly.
- isReadonly() - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns whether it is readonly.
- isReadonly() - Method in class org.zkoss.zhtml.Input
-
Returns the readonly of this input tag.
- isReadonly() - Method in interface org.zkoss.zk.ui.ext.Readonly
-
Returns whether it is readonly.
- isReadonly() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is readonly.
- isReadonly() - Method in class org.zkoss.zul.Rating
-
Returns if this rating component is readonly.
- isReadOnly(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- isReadOnly(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Is the named bean read-only?
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- isReadOnly(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- isReadOnly(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns whether the specified expression a read only expression.
- isReadOnly(BindContext, Component, ExpressionX) - Method in class org.zkoss.clientbind.ClientBinderResolver
- isReadOnly(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- isReadOnly(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns whether this is a read only (cannot setValue) expression.
- isReadOnly(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
- isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- isReadOnly(ELContext) - Method in class org.zkoss.zel.ValueExpression
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
- isReadOnly(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- isReady() - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
- isRealVisible(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns whether this component is real visible (all its parents are visible).
- isRecording() - Method in class org.zkoss.stateless.state.ICameraController
-
Returns whether camera is recording.
- isRecording() - Method in class org.zkoss.zkmax.zul.Camera
-
Return whether camera is recording.
- isRecoverable(Session, String) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Tests whether the specified desktop ID is recoverable.
- isRecovering() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- isRecovering() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns whether this execution is in recovering.
- isRecovering() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns whether it is in recovering.
- isRendered() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns true whether this Orgitem is rendered at client.
- isRendered() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns true whether this tree item is rendered at client.
- isRendered() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns true if this Orgitem is rendered.
- isRendered() - Method in class org.zkoss.zul.Treeitem
-
Returns true whether this tree item is rendered.
- isRepeats() - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns whether the timer shall send Event repeatedly.
- isRepeats() - Method in class org.zkoss.zul.Timer
-
Returns whether the timer shall send Event repeatedly.
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Deprecated.
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Deprecated.
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isRequestedSessionIdValid() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isRequired() - Method in class org.zkoss.zhtml.Input
-
Returns the required of this input tag.
- isRequired() - Method in class org.zkoss.zhtml.Select
-
Returns the required of this select tag.
- isReserved(String) - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns whether the specified name is reserved.
- isReservedAttribute(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns if the attribute name is reserved.
- isResizable() - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns resizable of the splitter
- isResizable() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns resizable of the splitter
- isReturning(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns true if this state returns to itself upon meeting the character or the class.
- isReturningAll() - Method in class org.zkoss.fsm.StateCtx
-
Returns true if this state returns to itself by default, unless meeting specified characters or classes.
- isReversed() - Method in class org.zkoss.zhtml.Ol
-
Returns the reversed of this ol tag.
- isRichlet(RequestInfo, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- isRichlet(RequestInfo, boolean) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Tests whether the specified request is a richlet.
- isRight() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the right orientation.
- isRightSelect() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether to toggle a list item selection on right click, only if
IListbox.isCheckmark()
is enabled. - isRightSelect() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether to toggle a list item selection on right click, only if
ITree.isCheckmark()
is enabled. - isRootElement() - Method in class org.zkoss.idom.Element
-
Tests whether this element is the root element of the owning document.
- isRounded(Date, int) - Static method in class org.zkoss.util.Dates
-
Tests whether a date is rounded.
- isRunning() - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns whether this timer is running.
- isRunning() - Method in class org.zkoss.zkex.zul.impl.OperationThread
-
Is this thread still running
- isRunning() - Method in class org.zkoss.zul.Timer
-
Returns whether this timer is running.
- isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
- isSave() - Method in interface org.zkoss.bind.BindContext
-
Returns whether currently is doing save operation.
- isSave() - Method in class org.zkoss.bind.impl.BindContextImpl
- isScoped() - Method in class org.zkoss.zhtml.Style
-
Returns the scoped of this style tag.
- isScriptIgnored(ServletRequest, String) - Method in interface org.zkoss.zk.ui.http.ScriptManager
-
Check whether the script should be loaded or ignored.
- isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zk.ui.http.ScriptManagerImpl
- isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zkmax.ui.http.ScriptManagerImpl
- isScrollable() - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns whether the menubar scrolling is enabled.
- isScrollable() - Method in class org.zkoss.zul.Menubar
-
Returns whether the menubar scrolling is enabled.
- isSecure() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isSecure() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isSecure() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isSelectable() - Method in interface org.zkoss.stateless.sul.IListitemBase
- isSelectable() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether it is selectable.
- isSelectable() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns whether it is selectable.
- isSelectable() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether it is selectable.
- isSelectable() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is selectable.
- isSelectable() - Method in class org.zkoss.zul.Treeitem
-
Returns whether it is selectable.
- isSelectable(E) - Method in class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- isSelectable(E) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
- isSelectable(E) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
- isSelectable(E) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
- isSelectable(E) - Method in interface org.zkoss.zul.ext.SelectionControl
-
Returns whether the element can be selected.
- isSelectAll() - Method in class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- isSelectAll() - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
- isSelectAll() - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
- isSelectAll() - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
- isSelectAll() - Method in interface org.zkoss.zul.ext.SelectionControl
-
Returns whether it's all elements selected
- isSelected() - Method in interface org.zkoss.stateless.sul.IListitemBase
- isSelected() - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns whether it is selected.
- isSelected() - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns whether this item is selected.
- isSelected() - Method in interface org.zkoss.stateless.sul.IRadio
-
Returns whether it is selected.
- isSelected() - Method in interface org.zkoss.stateless.sul.ITab
-
Returns whether this tab is selected.
- isSelected() - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns whether this item is selected.
- isSelected() - Method in class org.zkoss.zhtml.Option
-
Returns the selected of this option tag.
- isSelected() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether it is selected.
- isSelected() - Method in class org.zkoss.zkmax.zul.Orgitem
-
Returns whether this item is selected.
- isSelected() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is selected.
- isSelected() - Method in class org.zkoss.zul.Radio
-
Returns whether it is selected.
- isSelected() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is selected.
- isSelected() - Method in class org.zkoss.zul.Tabpanel
-
Returns whether this tab panel is selected.
- isSelected() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this item is selected.
- isSelected(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- isSelected(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- isSelected(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- isSelected(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- isSelected(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.AbstractListModel
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.AbstractTreeModel
- isSelected(Object) - Method in class org.zkoss.zul.DefaultTreeModel
- isSelected(Object) - Method in interface org.zkoss.zul.ext.Selectable
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns whether an object is selected.
- isSelectionEmpty() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- isSelectionEmpty() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- isSelectionEmpty() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- isSelectionEmpty() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractListModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
- isSelectionEmpty() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns true if the selection is currently empty.
- isSelectOnHighlightDisabled() - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns whether to disable select functionality when highlighting text content with mouse dragging or not.
- isSelectOnHighlightDisabled() - Method in interface org.zkoss.stateless.sul.ITree
-
Returns whether to disable select functionality when highlighting text content with mouse dragging or not.
- isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Listbox
- isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Tree
- isSendClientErrors() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to send client errors to the server for logging the page url where the error occurred and its stack trace.
- isSendRedirect() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Returns whether
HttpBufferedResponse.sendRedirect(java.lang.String)
was called. - isServerPushEnabled() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns whether the server-push feature is enabled for this desktop.
- isServerPushEnabled() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- isServlet23() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 2.3 or above.
- isServlet24() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 2.4 or above.
- isServlet3() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 3.0 or above.
- isSetMethodHandled(Method) - Static method in class org.zkoss.bind.proxy.BeanProxyHandler
- isShadow() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether to show the shadow of an overlapped/popup/modal window.
- isShadow() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns whether this box has the shadow effect.
- isShadow() - Method in class org.zkoss.zul.Window
-
Returns whether to show the shadow of an overlapped/popup/modal window.
- isShadowElement() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is a shadow element.
- isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
- isShadowHost() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component is a shadow host, i.e. component's seRoots is not empty
- isShiftKey() - Method in class org.zkoss.stateless.action.data.KeyData
-
Returns whether SHIFT is pressed.
- isShiftKey() - Method in class org.zkoss.stateless.action.data.MouseData
- isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether SHIFT is pressed.
- isShowLegend() - Method in class org.zkoss.zul.Chart
-
Check whether show the legend of the chart.
- isShowTooltiptext() - Method in class org.zkoss.zul.Chart
-
Check whether show the tooltiptext.
- isSizable() - Method in interface org.zkoss.stateless.sul.IHeadersElement
-
Returns whether the width of the child column is sizable.
- isSizable() - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns whether the panel is sizable.
- isSizable() - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns whether the window is sizable.
- isSizable() - Method in class org.zkoss.zul.impl.HeadersElement
-
Returns whether the width of the child column is sizable.
- isSizable() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is sizable.
- isSizable() - Method in class org.zkoss.zul.Window
-
Returns whether the window is sizable.
- isSizedByContent() - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns whether sizing grid/listbox/tree column width by its content.
- isSizedByContent() - Method in class org.zkoss.zul.Box
-
Returns whether sizing the cell's size by its content.
- isSizedByContent() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether sizing grid/listbox/tree column width by its content.
- isSlidable() - Method in interface org.zkoss.stateless.sul.ICenter
- isSlidable() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether users can slide (preview) the region when clicked on a collapsed region.
- isSlidable() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether users can slide (preview) the region when clicked on a collapsed region.
- isSlide() - Method in class org.zkoss.stateless.action.data.SlideData
-
Returns whether it is slide out.
- isSlide() - Method in interface org.zkoss.stateless.sul.ICenter
- isSlide() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether it is slide down.
- isSlide() - Method in class org.zkoss.zk.ui.event.SlideEvent
-
Returns whether it is slide out.
- isSlide() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether it is slide down.
- isSmooth() - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the frozen is smooth or not.
- isSmooth() - Method in class org.zkoss.zul.Frozen
-
Returns frozen is smooth or not.
- isSourceMapEnabled() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns whether source map is enabled or not.
- isSourceMapEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether source map is enabled.
- isSpan() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether distributes remaining empty space of this component to ANY column.
- isSpellcheck() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the spellcheck of this tag.
- isSplittable() - Method in interface org.zkoss.stateless.sul.ICenter
- isSplittable() - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns whether enable the split functionality.
- isSplittable() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether enable the split functionality.
- isStopped() - Method in class org.zkoss.stateless.state.IAudioController
-
Return whether the audio is stopped.
- isStopped() - Method in class org.zkoss.stateless.state.ICameraController
-
Returns whether camera is stopped.
- isStopped() - Method in class org.zkoss.stateless.state.IVideoController
-
Returns whether the video is stopped.
- isStopped() - Method in class org.zkoss.zkmax.zul.Camera
-
Return whether camera is stopped.
- isStopped() - Method in class org.zkoss.zkmax.zul.Video
-
Return whether the video is stopped.
- isStopped() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is stopped.
- isStrictDate() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether date/time should be strict or not.
- isStrictDate() - Method in class org.zkoss.zul.Datebox
-
Returns whether date/time should be strict or not.
- isStringFloat(String) - Static method in class org.zkoss.zel.impl.lang.ELSupport
- isSubmitByEnter() - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns whether it is submitByEnter, If submitByEnter is true, press enter will fire onOK event instead of move to next line, you should press shift + enter if you want to move to next line.
- isSubmitByEnter() - Method in class org.zkoss.zul.Textbox
-
Returns whether it is submitByEnter, If submitByEnter is true, press enter will fire onOK event instead of move to next line, you should press shift + enter if you want to move to next line.
- isSubscribed(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Returns if an event listener is subscribed.
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
- isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
-
Returns whether an feature is supported.
- isSupported(int) - Method in class org.zkoss.xel.zel.ELFactory
- isSupported(int) - Method in interface org.zkoss.zk.device.Device
-
Returns whether the specified function is supported.
- isSupported(int) - Method in class org.zkoss.zk.device.GenericDevice
- isSupported(int) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
- isSupported(int) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
- isSupported(int) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
- isSupported(int) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
- isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
- isSuspended() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is suspended
- isSuspended() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- isSuspended() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether it is suspended.
- isTabbable() - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns whether TAB is allowed.
- isTabbable() - Method in class org.zkoss.zul.Textbox
-
Returns whether TAB is allowed.
- isTabscroll() - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns whether the tab scrolling is enabled.
- isTabscroll() - Method in class org.zkoss.zul.Tabbox
-
Returns whether the tab scrolling is enabled.
- IStep - Interface in org.zkoss.stateless.sul
-
Immutable
Step
component - IStep.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IStep
. - IStep.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IStep
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IStepbar - Interface in org.zkoss.stateless.sul
-
Immutable
Stepbar
component - IStepbar.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IStepbar
. - IStepbar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IStepbar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IStepbarController<Data> - Class in org.zkoss.stateless.state
-
An
IStepbar
controller to control any operation on the given model. - IStepbarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IStepbar
that is used for implementation or tools. - IStepCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IStep
that is used for implementation or tools. - isTerminated() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is stopped
- isTest() - Method in class org.zkoss.zuti.zul.If
- isThreeD() - Method in class org.zkoss.zul.Chart
-
Whether a 3d chart.
- isTimerKeepAlive() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to keep the session alive, when receiving the onTimer event.
- isTimeZonesReadonly() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether the list of the time zones to display is readonly.
- isTimeZonesReadonly() - Method in class org.zkoss.zul.Datebox
-
Returns whether the list of the time zones to display is readonly.
- isToolbarVisible() - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns whether the toolbar is visible.
- isToolbarVisible() - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns the visibility of the toolbar for signature pad.
- isToolbarVisible() - Method in class org.zkoss.zkmax.zul.Cropper
-
Returns whether the toolbar is visible.
- isToolbarVisible() - Method in class org.zkoss.zkmax.zul.Signature
-
Returns the visibility of the toolbar for signature pad.
- isTooltipVisible() - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns whether it is tooltip visible.
- isTooltipVisible() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns whether it is tooltipVisible.
- isTop() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the top orientation.
- isTopmost() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether this is in a top-level navbar, i.e., not owning by another
Nav
. - isTopmost() - Method in class org.zkoss.zul.Menu
-
Returns whether this is an top-level menu, i.e., not owning by another
Menupopup
. - isTopmost() - Method in class org.zkoss.zul.Menuitem
-
Returns whether this is an top-level menu, i.e., not owning by another
Menupopup
. - isTrim() - Method in class org.zkoss.web.servlet.dsp.action.Choose
-
Returns whether to trim the result.
- isTrim() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns whether to trim the result.
- isTrim() - Method in class org.zkoss.web.servlet.dsp.action.If
-
Returns whether to trim the result.
- IStubComponent - Class in org.zkoss.stateless.ui
-
A transient component for rendering
IComponent
to client. - IStubComponent() - Constructor for class org.zkoss.stateless.ui.IStubComponent
- IStubsComponent - Class in org.zkoss.stateless.ui
-
Internal use only.
- IStubsComponent() - Constructor for class org.zkoss.stateless.ui.IStubsComponent
- IStyle - Interface in org.zkoss.stateless.sul
-
Immutable
Style
component - IStyle.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IStyle
. - IStyle.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IStyle
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IStyleCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IStyle
that is used for implementation or tools. - isTypemustmatch() - Method in class org.zkoss.zhtml.Object
-
Returns the typemustmatch of this object tag.
- isUniversalURL(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether a URL starts with xxx://, mailto:, about:, javascript:, data:, //
- isUnless() - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns whether it's Unless condition.
- isUserInRole(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- isUserInRole(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- isUserInRole(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- isUserInRole(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- isValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- isValid() - Method in interface org.zkoss.bind.ValidationContext
-
Checks status of validation context valid or not, it is a global status of same command, any validator of this validation phase call
ValidationContext.setInvalid()
will set this false. - isValid() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the current content of this input is correct.
- isValid(String) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether an event name is valid.
- isValid(String) - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns whether the specified is valid.
- isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether or not this parser is configured to validate XML documents.
- isValidPath(String) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns whether the specified path is valid.
- isVertical() - Method in class org.zkoss.stateless.action.data.ClientInfoData
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isVertical() - Method in class org.zkoss.stateless.action.data.DivisionSizeData
-
Returns whether the size is in vertical.
- isVertical() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isVertical() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns whether it is a vertical .
- isVertical() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
- isVertical() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is vertical .
- isVertical() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns whether it is a vertical portallayout.
- isVertical() - Method in class org.zkoss.zkmax.zul.Scrollview
-
Returns whether current orient is vertical or not.
- isVertical() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns whether it is a vertical splitlayout.
- isVertical() - Method in class org.zkoss.zul.Box
-
Returns whether it is a vertical box.
- isVertical() - Method in class org.zkoss.zul.Inputgroup
-
Returns whether it is a vertical orientation.
- isVertical() - Method in class org.zkoss.zul.Menubar
-
Returns whether it is a vertical .
- isVertical() - Method in class org.zkoss.zul.Separator
-
Returns whether it is a vertical separator.
- isVertical() - Method in class org.zkoss.zul.Slider
-
Returns whether it is a vertical slider.
- isVertical() - Method in class org.zkoss.zul.Splitter
-
Returns if the orientation of this splitter is vertical.
- isVertical() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is a vertical tabbox.
- isVflex() - Method in class org.zkoss.zul.Grid
-
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- isVflex() - Method in class org.zkoss.zul.Listbox
-
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- isVflex() - Method in class org.zkoss.zul.Tree
-
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- isVisible() - Method in interface org.zkoss.stateless.sul.ICenter
- isVisible() - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns whether this component is visible at client.
- isVisible() - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns whether this component is visible or not.
- isVisible() - Method in interface org.zkoss.stateless.sul.IPopupBase
-
Returns whether this component is visible at client.
- isVisible() - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns false by default.
- isVisible() - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- isVisible() - Method in class org.zkoss.zk.ui.AbstractComponent
- isVisible() - Method in interface org.zkoss.zk.ui.Component
-
Returns whether this component is visible.
- isVisible() - Method in class org.zkoss.zul.Paging
- isVisible() - Method in class org.zkoss.zul.Tabpanel
- isVoided() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether the execution is voided.
- isVoided() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- isWeekOfYear() - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns whether enable to show the week number within the current year or not.
- isWeekOfYear() - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns whether enable to show the week number in the current calendar or not.
- isWeekOfYear() - Method in class org.zkoss.zul.Calendar
-
Returns whether enable to show the week number within the current year or not.
- isWeekOfYear() - Method in class org.zkoss.zul.Datebox
-
Returns whether enable to show the week number in the current calendar or not.
- isWrappedLabels() - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns whether the labels in children steps is wrapped.
- isWrappedLabels() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Returns whether the labels in children steps is wrapped.
- isXMLCharacter(int) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is valid.
- isXMLCombiningChar(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is a combining character according to production 87 of the XML 1.0 specification.
- isXMLDigit(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is a digit according to production 88 of the XML 1.0 specification.
- isXMLExtender(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is an extender according to production 88 of the XML 1.0 specification.
- isXMLLetter(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is a letter.
- isXMLLetterOrDigit(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character is a letter or digit.
- isXMLNameCharacter(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character can be part of a name.
- isXMLNameStartCharacter(char) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a character can be the first character of a name.
- isZkTagsGenerated(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns if the ZK specific HTML tags are generated.
- isZScriptEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether zscript is allowed.
- ITab - Interface in org.zkoss.stateless.sul
-
Immutable
Tab
component - ITab.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITab
. - ITab.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITab
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITabbox - Interface in org.zkoss.stateless.sul
-
Immutable
Tabbox
component - ITabbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITabbox
. - ITabbox.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient of tabs' position to this tabbox.
- ITabbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITabbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITabboxComposite<I extends ITabboxComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoITabbox
. - ITabboxController<Data> - Class in org.zkoss.stateless.state
-
An
ITabbox
controller to control any operation on the given model. - ITabboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITabbox
that is used for implementation or tools. - ITabCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITab
that is used for implementation or tools. - ITablechildren<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Tablechildren
component - ITablechildren.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITablechildren
. - ITablechildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITablechildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITablechildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITablechildren
that is used for implementation or tools. - ITablelayout - Interface in org.zkoss.stateless.sul
-
Immutable
Tablelayout
component - ITablelayout.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITablelayout
. - ITablelayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITablelayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITablelayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITablelayout
that is used for implementation or tools. - ITabpanel<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Tabpanel
component - ITabpanel.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITabpanel
. - ITabpanel.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITabpanel
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITabpanelCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITabpanel
that is used for implementation or tools. - ITabpanels - Interface in org.zkoss.stateless.sul
-
Immutable
Tabpanels
component - ITabpanels.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITabpanels
. - ITabpanels.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITabpanels
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITabpanelsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITabpanels
that is used for implementation or tools. - ITabs - Interface in org.zkoss.stateless.sul
-
Immutable
Tabs
component - ITabs.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITabs
. - ITabs.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITabs
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITabsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITabs
that is used for implementation or tools. - ITbeditor - Interface in org.zkoss.stateless.sul
-
Immutable
Tbeditor
component - ITbeditor.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITbeditor
. - ITbeditor.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITbeditor
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITbeditorCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITbeditor
that is used for implementation or tools. - item(int) - Method in class org.zkoss.idom.Element.AttrMap
- item(int) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- item(int) - Method in class org.zkoss.idom.impl.FacadeNodeList
- Item - Interface in org.zkoss.idom
-
Represents an item (a.k.a., node) of a iDOM tree.
- ItemController<Data,Model,P extends IComponent,Item> - Interface in org.zkoss.stateless.state
-
An interface for controlling model to build items, such as
ListModel
. - ItemRenderer<T> - Interface in org.zkoss.zul
-
Used to generated the HTML fragment for the data associated with a component, such as
Selectbox
. - ITEMWIDGET_SELECTED - Static variable in interface org.zkoss.zul.mesg.MZul
- iterable(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns an Iterable that iterates through all Components matched by the selector.
- iterable(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns an Iterable that iterates through all Components matched by the selector.
- iterator() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- iterator() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- iterator() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- iterator() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- iterator() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
- iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
- iterator() - Method in class org.zkoss.util.DualCollection
- iterator() - Method in class org.zkoss.util.IdentityHashSet
- iterator() - Method in class org.zkoss.zel.impl.stream.Stream
- iterator() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- iterator() - Method in class org.zkoss.zul.ListModelList
- iterator() - Method in class org.zkoss.zul.ListModelSet
- iterator(Object) - Static method in class org.zkoss.util.CollectionsX
-
Based on the given collection type of Object, return an iterator.
- ITextbox - Interface in org.zkoss.stateless.sul
-
Immutable
Textbox
component - ITextbox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITextbox
. - ITextbox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITextbox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITextboxBase<I extends ITextboxBase> - Interface in org.zkoss.stateless.sul
-
Immutable
Textbox
base component. - ITextboxBase.Type - Enum in org.zkoss.stateless.sul
-
Specifies the values to the textbox's type.
- ITextboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITextbox
that is used for implementation or tools. - ITimebox - Interface in org.zkoss.stateless.sul
-
Immutable
Timebox
component. - ITimebox.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITimebox
. - ITimebox.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITimebox
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITimeboxCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITimebox
that is used for implementation or tools. - ITimepicker - Interface in org.zkoss.stateless.sul
-
Immutable
Timepicker
component. - ITimepicker.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITimepicker
. - ITimepicker.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITimepicker
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITimepickerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITimepicker
that is used for implementation or tools. - ITimer - Interface in org.zkoss.stateless.sul
-
Immutable
Timer
component - ITimer.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITimer
. - ITimer.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITimer
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITimerController - Class in org.zkoss.stateless.state
-
An
ITimer
controller to control start, stop, and some status with the given timer instance. - ITimerCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITimer
that is used for implementation or tools. - IToolbar<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Toolbar
component - IToolbar.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IToolbar
. - IToolbar.Orient - Enum in org.zkoss.stateless.sul
-
Specifies the orient with
IToolbar.withOrient(Orient)
- IToolbar.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IToolbar
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IToolbarbutton - Interface in org.zkoss.stateless.sul
-
Immutable
Toolbarbutton
component - IToolbarbutton.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IToolbarbutton
. - IToolbarbutton.Mode - Enum in org.zkoss.stateless.sul
-
Specifies the mode with
IToolbarbutton.withMode(Mode)
. - IToolbarbutton.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IToolbarbutton
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IToolbarbuttonCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IToolbarbutton
that is used for implementation or tools. - IToolbarCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IToolbar
that is used for implementation or tools. - ITrack - Interface in org.zkoss.stateless.sul
-
Immutable
Track
component - ITrack.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITrack
. - ITrack.Kind - Enum in org.zkoss.stateless.sul
-
Specifies the kind with
ITrack.withKind(Kind)
- ITrack.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITrack
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITrackCtrl - Interface in org.zkoss.stateless.sul
-
/** An addition interface to
ITrack
that is used for implementation or tools. - ITree - Interface in org.zkoss.stateless.sul
-
Immutable
Tree
component. - ITree.Autosort - Enum in org.zkoss.stateless.sul
-
Specifies whether to sort the model when the following cases: With
TreeModel
case andITreecol.withSortDirection(String)
is set.ITreecol.withSortDirection(String)
is called. Model receivesTreeDataEvent
andITreecol.withSortDirection(String)
is set. If you want to ignore sorting when receiving TreeDataEvent, you can specify the value asITree.Autosort.IGNORE_CHANGE
. - ITree.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITree
. - ITree.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITree
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreecell<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Treecell
component - ITreecell.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreecell
. - ITreecell.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreecell
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreecellCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreecell
that is used for implementation or tools. - ITreechildren - Interface in org.zkoss.stateless.sul
-
Immutable
Treechildren
component - ITreechildren.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreechildren
. - ITreechildren.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreechildren
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreechildrenCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreechildren
that is used for implementation or tools. - ITreecol<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Treecol
component - ITreecol.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreecol
. - ITreecol.SortDirection - Enum in org.zkoss.stateless.sul
-
Sets the sort direction.
- ITreecol.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreecol
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreecolCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreecol
that is used for implementation or tools. - ITreecols - Interface in org.zkoss.stateless.sul
-
Immutable
Treecols
component - ITreecols.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreecols
. - ITreecols.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreecols
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreecolsCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreecols
that is used for implementation or tools. - ITreeComposite<I extends ITreeComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoITree
. - ITreeController<Data> - Class in org.zkoss.stateless.state
-
An
ITree
controller to control any operation on the given model. - ITreeCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITree
that is used for implementation or tools. - ITreefoot - Interface in org.zkoss.stateless.sul
-
Immutable
Treefoot
component - ITreefoot.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreefoot
. - ITreefoot.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreefoot
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreefootCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreefoot
that is used for implementation or tools. - ITreefooter<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Treefooter
component - ITreefooter.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreefooter
. - ITreefooter.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreefooter
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreefooterCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreefooter
that is used for implementation or tools. - ITreeitem - Interface in org.zkoss.stateless.sul
-
Immutable
Treeitem
component - ITreeitem.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreeitem
. - ITreeitem.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreeitem
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreeitemComposite<I extends ITreeitemComposite> - Interface in org.zkoss.stateless.sul
-
Represents a composition of
IComponent
ontoITreeitem
. - ITreeitemCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreeitem
that is used for implementation or tools. - ITreerow - Interface in org.zkoss.stateless.sul
-
Immutable
Treerow
component - ITreerow.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
ITreerow
. - ITreerow.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
ITreerow
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - ITreerowCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
ITreerow
that is used for implementation or tools. - IVideo - Interface in org.zkoss.stateless.sul
-
Immutable
Video
component - IVideo.Builder - Class in org.zkoss.stateless.sul
-
Builds instances of type
IVideo
. - IVideo.Crossorigin - Enum in org.zkoss.stateless.sul
-
Specifies the crossorigin setting with
IVideo.withCrossorigin(Crossorigin)
- IVideo.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IVideo
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IVideoController - Class in org.zkoss.stateless.state
-
An
IVideo
controller to control play, stop, pause, and some status with the given video instance. - IVideoCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IVideo
that is used for implementation or tools. - IVlayout<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Vlayout
component - IVlayout.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IVlayout
. - IVlayout.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IVlayout
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IVlayoutCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IVlayout
that is used for implementation or tools. - IWest<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
West
component - IWest.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IWest
. - IWest.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IWest
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IWestCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IWest
that is used for implementation or tools. - IWindow<I extends IAnyGroup> - Interface in org.zkoss.stateless.sul
-
Immutable
Window
component - IWindow.Border - Enum in org.zkoss.stateless.sul
-
Specifies the border to
IWindow
component. - IWindow.Builder<I extends IAnyGroup> - Class in org.zkoss.stateless.sul
-
Builds instances of type
IWindow
. - IWindow.Mode - Enum in org.zkoss.stateless.sul
-
Specifies the mode to
IWindow
component - IWindow.Updater - Class in org.zkoss.stateless.sul
-
Builds an updater of type
IWindow
forUiAgent.smartUpdate(Locator, SmartUpdater)
. - IWindowCtrl - Interface in org.zkoss.stateless.sul
-
An addition interface to
IWindow
that is used for implementation or tools. - IXulElement<I extends IXulElement> - Interface in org.zkoss.stateless.sul
-
Immutable
XulElement
interface.
J
- j2d(String) - Static method in class org.zkoss.json.JSONs
-
Unmarshalls a string to a date.
- JacksonConverter - Class in org.zkoss.zkmax.bind
-
A Jackson Converter for Binding Parameter
- JacksonConverter - Class in org.zkoss.zkmax.ui
-
A Jackson Converter for Service Parameter
- JacksonConverter() - Constructor for class org.zkoss.zkmax.bind.JacksonConverter
- JacksonConverter() - Constructor for class org.zkoss.zkmax.ui.JacksonConverter
- JAR - org.zkoss.web.theme.StandardTheme.ThemeOrigin
- Jasperreport - Class in org.zkoss.zkex.zul
-
The JasperReport component.
- Jasperreport() - Constructor for class org.zkoss.zkex.zul.Jasperreport
- Jasperreport(String) - Constructor for class org.zkoss.zkex.zul.Jasperreport
- Jasperreport.ExtraCtrl - Class in org.zkoss.zkex.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - Jasperreport.JasperreporteExporterImpl - Class in org.zkoss.zkex.zul
- JasperreporteExporterImpl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
- JasperreportExporterFactory - Interface in org.zkoss.zkex.zul
-
The factory for Jasper Reports.
- JavaScript - Class in org.zkoss.html
-
Represents a javascript element.
- JavaScript(String) - Constructor for class org.zkoss.html.JavaScript
-
Creates by assigning the content (JavaScript codes).
- JavaScript(String, String) - Constructor for class org.zkoss.html.JavaScript
-
Creates by specifying the file to contain the JavaScript codes.
- JavaScriptValue - Class in org.zkoss.json
-
Used to generate a snippet of the JavaScript code.
- JavaScriptValue(String) - Constructor for class org.zkoss.json.JavaScriptValue
-
Constructor
- JFreeChartEngine - Class in org.zkoss.zkex.zul.impl
-
A chart engine implemented with JFreeChart.
- JFreeChartEngine() - Constructor for class org.zkoss.zkex.zul.impl.JFreeChartEngine
- JHLabsCaptchaEngine - Class in org.zkoss.zkex.zul.impl
-
A captcha engine implemented with JH Labs libraries.
- JHLabsCaptchaEngine() - Constructor for class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- jj_nt - Variable in class org.zkoss.zel.impl.parser.ELParser
-
Next token.
- jjFillToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
- jjnewLexState - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Token literal values.
- jjtAddChild(Node, int) - Method in interface org.zkoss.zel.impl.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- JJTAND - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTASSIGN - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTBRACKETSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTCHOICE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtClose() - Method in interface org.zkoss.zel.impl.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- JJTCOMPOSITEEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTCONCATENATION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTDEFERREDEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTDIV - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTDOTSUFFIX - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTDYNAMICEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTELParserState - Class in org.zkoss.zel.impl.parser
- JJTELParserState() - Constructor for class org.zkoss.zel.impl.parser.JJTELParserState
- JJTEMPTY - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTFALSE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTFLOATINGPOINT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTFUNCTION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtGetChild(int) - Method in interface org.zkoss.zel.impl.parser.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- jjtGetNumChildren() - Method in interface org.zkoss.zel.impl.parser.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- jjtGetNumSiblings() - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
Returns total siblings (including self) of this node; so at least return one.
- jjtGetParent() - Method in interface org.zkoss.zel.impl.parser.Node
- jjtGetParent() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- JJTGREATERTHAN - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTGREATERTHANEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTIDENTIFIER - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTINTEGER - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLAMBDAEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLAMBDAPARAMETERS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLESSTHAN - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLESSTHANEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLISTDATA - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTLITERALEXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMAPDATA - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMAPENTRY - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMETHODPARAMETERS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMINUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMOD - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTMULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTNEGATIVE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtNodeName - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTNOT - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTNOTEQUAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTNULL - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtOpen() - Method in interface org.zkoss.zel.impl.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- JJTOR - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTPLUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtree - Variable in class org.zkoss.zel.impl.parser.ELParser
- JJTSEMICOLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTSETDATA - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- jjtSetParent(Node) - Method in interface org.zkoss.zel.impl.parser.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- JJTSTRING - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTTRUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTVALUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JJTVOID - Static variable in interface org.zkoss.zel.impl.parser.ELParserTreeConstants
- JndiVariableResolver - Class in org.zkoss.zkplus.jndi
-
JndiVariableResolver, a jndi variableResolver
- JndiVariableResolver() - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
- JndiVariableResolver(String, String) - Constructor for class org.zkoss.zkplus.jndi.JndiVariableResolver
-
This constructor take arguments to initialize JNDI names.
- join(Object[], String) - Static method in class org.zkoss.xel.fn.StringFns
-
Joins an array of string.
- join(T[]) - Static method in class org.zkoss.lang.Strings
-
Joins the elements of the array into a single String separated by a comma.
- join(T[], char) - Static method in class org.zkoss.lang.Strings
-
Joins the elements of the array into a single String separated by the given separator.
- join(T[], char, int, int) - Static method in class org.zkoss.lang.Strings
-
Joins the elements of the array into a single String separated by the given separator from the startIndex to the endIndex.
- joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
-
Waits a thread to die (and interrupt once a while)
- JPA_EM_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
- JPA_EMF_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
- JpaUtil - Class in org.zkoss.zkplus.jpa
-
This class is used to create and hold open EntityManagerFactory objects within a Java EE environment.
- JpaUtil() - Constructor for class org.zkoss.zkplus.jpa.JpaUtil
- JPEGEncoder - Class in org.zkoss.image.encoder
-
The encoder for encoding an image into the JPEG format
- JPEGEncoder() - Constructor for class org.zkoss.image.encoder.JPEGEncoder
- JQUERY_PATCH - Static variable in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
A library property to indicate how to apply the so-called jQuery patch.
- JQueryRenderCachedPatch - Class in org.zkoss.zkplus.liferay
-
Used to patch the rendering result of a ZK portlet for Liferay.
- JQueryRenderCachedPatch() - Constructor for class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
- JQueryRenderPatch - Class in org.zkoss.zkplus.liferay
-
Used to patch the rendering result of a ZK portlet for Liferay.
- JQueryRenderPatch() - Constructor for class org.zkoss.zkplus.liferay.JQueryRenderPatch
- JRubyInterpreter - Class in org.zkoss.zk.scripting.jruby
-
JRuby interpreter.
- JRubyInterpreter() - Constructor for class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- JsContentRenderer - Class in org.zkoss.zk.ui.sys
-
An implementation of
ContentRenderer
that renders the content as a JavaScript property (i.e., name: 'value'). - JsContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.JsContentRenderer
- JSCumulativeContentRenderer - Class in org.zkoss.zk.ui.sys
-
An implementation of
ContentRenderer
that renders the content as a JavaScript property (i.e., name: ['value', 'value1', ..]) cumulatively. - JSCumulativeContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- JSObjectUrl() - Constructor for class org.zkoss.stateless.sul.IMediaBase.JSObjectUrl
- JSONArray - Class in org.zkoss.json
-
A JSON array.
- JSONArray() - Constructor for class org.zkoss.json.JSONArray
- JSONAware - Interface in org.zkoss.json
-
Beans that support customized output of JSON text shall implement this interface.
- JSONComponent(Component) - Constructor for class org.zkoss.zk.au.AuResponse.JSONComponent
- JSONDate(Date) - Constructor for class org.zkoss.zk.au.AuResponse.JSONDate
- JSONObject - Class in org.zkoss.json
-
A JSON object.
- JSONObject() - Constructor for class org.zkoss.json.JSONObject
- JSONParser - Class in org.zkoss.json.parser
-
Parser for JSON text.
- JSONParser() - Constructor for class org.zkoss.json.parser.JSONParser
- JSONs - Class in org.zkoss.json
-
Utilities to JSON-ize objects that JSON is not aware, such as Date.
- JSONs() - Constructor for class org.zkoss.json.JSONs
- JSONValue - Class in org.zkoss.json
-
Utilities to encode and decode data in JSON format.
- JSONValue() - Constructor for class org.zkoss.json.JSONValue
- JspFns - Class in org.zkoss.zk.fn
-
Utilities to generate ZK related information in JSP pages.
- JspFns() - Constructor for class org.zkoss.zk.fn.JspFns
- JVMs - Class in org.zkoss.lang
-
Utilities of Java Virtual Machine.
- JythonInterpreter - Class in org.zkoss.zk.scripting.jython
-
The Python interpreter based on jython.
- JythonInterpreter() - Constructor for class org.zkoss.zk.scripting.jython.JythonInterpreter
K
- Kbd - Class in org.zkoss.zhtml
-
The KBD tag.
- Kbd() - Constructor for class org.zkoss.zhtml.Kbd
- KeyData - Class in org.zkoss.stateless.action.data
-
Represents a key pressed by the user.
- KeyData() - Constructor for class org.zkoss.stateless.action.data.KeyData
- KeyEvent - Class in org.zkoss.zk.ui.event
-
Represents a key pressed by the user.
- KeyEvent(String, Component, int, boolean, boolean, boolean) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
- KeyEvent(String, Component, int, boolean, boolean, boolean, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
-
Constructs an event with MetaKey
- KeyEvent(String, Component, int, boolean, boolean, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.KeyEvent
-
Constructs a mouse relevant event.
- keySet() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- keySet() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- keySet() - Method in class org.zkoss.bind.proxy.MapProxy
- keySet() - Method in class org.zkoss.util.CacheMap
- keySet() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- keySet() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- keySet() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns an empty set, no matter any variable is defined.
- keySet() - Method in class org.zkoss.zul.ListModelMap
- kind - Variable in class org.zkoss.zel.impl.parser.Token
-
An integer that describes the kind of this token.
- klass - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
- KNOB - Static variable in interface org.zkoss.stateless.sul.ISlider
-
Constant for knob mold attributes of this immutable component.
L
- label - Variable in enum org.zkoss.zul.Messagebox.Button
-
The message ID used for loading the label.
- Label - Class in org.zkoss.zhtml
-
The LABEL tag.
- Label - Class in org.zkoss.zul
-
A label.
- Label() - Constructor for class org.zkoss.zhtml.Label
- Label() - Constructor for class org.zkoss.zul.Label
- Label(String) - Constructor for class org.zkoss.zul.Label
- LabelElement - Class in org.zkoss.zul.impl
-
A XUL element with a label.
- LabelElement() - Constructor for class org.zkoss.zul.impl.LabelElement
- LabelImageElement - Class in org.zkoss.zul.impl
-
A XUL element with a label (
LabelElement.getLabel()
) and an image (LabelImageElement.getImage()
). - LabelImageElement() - Constructor for class org.zkoss.zul.impl.LabelImageElement
- LabelImageElement(String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
- LabelImageElement(String, String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
- LabelImageElement.ExtraCtrl - Class in org.zkoss.zul.impl
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - LabelLoader - Interface in org.zkoss.util.resource.impl
-
The label loader interface.
- LabelLoaderImpl - Class in org.zkoss.util.resource.impl
-
The label loader (implementation only).
- LabelLoaderImpl() - Constructor for class org.zkoss.util.resource.impl.LabelLoaderImpl
- LabelLocator - Interface in org.zkoss.util.resource
-
A locater used to locate extra resource for
Labels
. - LabelLocator2 - Interface in org.zkoss.util.resource
-
A locater used to locate extra resource for
Labels
into an input stream. - Labels - Class in org.zkoss.util.resource
-
Utilities to access labels.
- LambdaExpression - Class in org.zkoss.zel
- LambdaExpression(List<String>, ValueExpression) - Constructor for class org.zkoss.zel.LambdaExpression
- LambdaExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
- LambdaExpressionOrInvocation() - Method in class org.zkoss.zel.impl.parser.ELParser
- LambdaParameters() - Method in class org.zkoss.zel.impl.parser.ELParser
- LanguageDefinition - Class in org.zkoss.zk.ui.metainfo
-
A definition of a language, such as xul.
- LanguageDefinition(String, String, String, List<String>, PageRenderer, boolean, boolean, Locator, String) - Constructor for class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Constructs a language definition.
- LAST - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is the same as the last insertion
- LAST - Static variable in interface org.zkoss.zul.mesg.MZul
- LAST_CHILD - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target last child.
- lastAnyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
-
The backward version of
Strings.anyOf(java.lang.String, java.lang.String, int)
. - lastChild() - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the last child of the locator on which it is invoked that matches the specified class.
- lastChild() - Method in class org.zkoss.stateless.ui.Self
- lastIndexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- lastIndexOf(Object) - Method in class org.zkoss.bind.proxy.ListProxy
- lastIndexOf(Object) - Method in class org.zkoss.zul.ListModelList
- lastIndexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the last index of the given element.
- lastIndexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
-
Returns the last index of the give character in the given string buffer, or -1 if not found.
- lastPage() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Goes to the last page.
- lastPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the last page.
- Layout - Class in org.zkoss.zul
-
A layout.
- Layout() - Constructor for class org.zkoss.zul.Layout
- LayoutRegion - Class in org.zkoss.zul
-
A layout region in a border layout.
- LayoutRegion() - Constructor for class org.zkoss.zul.LayoutRegion
- LAYOUTREGION_CENTER - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_COLLAPSE - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_EAST - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_EXPAND - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_NORTH - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_SOUTH - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LAYOUTREGION_WEST - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LBRACK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LEFT - org.zkoss.stateless.sul.IDrawer.Position
-
The left position for the drawer.
- LEFT - org.zkoss.stateless.sul.IFisheyebar.Edge
-
The left.
- LEFT - org.zkoss.stateless.sul.ITabbox.Orient
-
Left orient.
- LEFT - Static variable in class org.zkoss.stateless.action.data.KeyData
- LEFT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- LEFT_CLICK - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the left button is clicked.
- LEFT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the left button is clicked.
- LegacyDesktopIdGenerator - Class in org.zkoss.zk.ui.impl
-
A legacy sequential desktop ID generator used in ZK before 9.6.0.
- LegacyDesktopIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.LegacyDesktopIdGenerator
- Legend - Class in org.zkoss.zhtml
-
The LEGEND tag.
- Legend() - Constructor for class org.zkoss.zhtml.Legend
- length(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the length of an array, string, collection or map.
- LETTER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.zkoss.zel.impl.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Lexer state names.
- Li - Class in org.zkoss.zhtml
-
The LI tag.
- Li() - Constructor for class org.zkoss.zhtml.Li
- Library - Class in org.zkoss.lang
-
Represent the scope of ZK libraries.
- limit(Number) - Method in class org.zkoss.zel.impl.stream.Stream
- line - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- LINE - Static variable in class org.zkoss.zul.Chart
- Lineitem - Class in org.zkoss.zkmax.zul
-
A lineitem.
- Lineitem() - Constructor for class org.zkoss.zkmax.zul.Lineitem
- Lineitem.ExtraCtrl - Class in org.zkoss.zkmax.zul
- LineitemRenderer<T> - Interface in org.zkoss.zkmax.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in an
Linelayout
. - Linelayout - Class in org.zkoss.zkmax.zul
-
A linelayout component for stylistically displaying chronological information.
- Linelayout() - Constructor for class org.zkoss.zkmax.zul.Linelayout
- Link - Class in org.zkoss.zhtml
-
The LINK tag.
- Link() - Constructor for class org.zkoss.zhtml.Link
- LIST - Static variable in class org.zkoss.zk.xel.impl.Utils
-
Used with
Utils.parseComposite(java.lang.String, java.lang.Class, int)
to indicate the expression is a vector, i.e., a list separated with comma. - LIST_MODEL_SELECTION_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- LIST_SUBMODEL_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- LIST_SUBMODEL_SELECTION_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- Listbox - Class in org.zkoss.zul
-
A listbox.
- Listbox() - Constructor for class org.zkoss.zul.Listbox
- LISTBOX_SELECT_ALL - Static variable in interface org.zkoss.zul.mesg.MZul
- Listbox.Children - Class in org.zkoss.zul
- Listbox.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - ListboxDataLoader - Class in org.zkoss.zul.impl
-
Generic
Listbox
data loader. - ListboxDataLoader() - Constructor for class org.zkoss.zul.impl.ListboxDataLoader
- ListboxDataLoader.DeferredRedraw - Class in org.zkoss.zul.impl
- ListboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the listbox for converting collection to ListModel and vice versa. - ListboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxModelConverter
- ListboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- ListboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
- ListboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert listbox selected listitem to bean and vice versa.
- ListboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedItemConverter
- ListboxSelectedItemsConverter - Class in org.zkoss.bind.converter.sys
-
Convert listbox selected listitems to bean and vice versa.
- ListboxSelectedItemsConverter() - Constructor for class org.zkoss.bind.converter.sys.ListboxSelectedItemsConverter
- Listcell - Class in org.zkoss.zul
-
A list cell.
- Listcell() - Constructor for class org.zkoss.zul.Listcell
- Listcell(String) - Constructor for class org.zkoss.zul.Listcell
- Listcell(String, String) - Constructor for class org.zkoss.zul.Listcell
- ListData() - Method in class org.zkoss.zel.impl.parser.ELParser
- ListDataEvent - Class in org.zkoss.zul.event
-
Defines an event that encapsulates changes to a list.
- ListDataEvent(ListModel, int, int, int) - Constructor for class org.zkoss.zul.event.ListDataEvent
-
Constructor.
- ListDataListener - Interface in org.zkoss.zul.event
-
Defines the methods used to listener when the content of
ListModel
is changed. - ListELResolver - Class in org.zkoss.zel
- ListELResolver() - Constructor for class org.zkoss.zel.ListELResolver
- ListELResolver(boolean) - Constructor for class org.zkoss.zel.ListELResolver
- Listen - Annotation Type in org.zkoss.zk.ui.select.annotation
-
Annotation for specifying Event handling in
SelectorComposer
. - Listfoot - Class in org.zkoss.zul
-
A row of
Listfooter
. - Listfoot() - Constructor for class org.zkoss.zul.Listfoot
- Listfooter - Class in org.zkoss.zul
-
A column of the footer of a list box (
Listbox
). - Listfooter() - Constructor for class org.zkoss.zul.Listfooter
- Listfooter(String) - Constructor for class org.zkoss.zul.Listfooter
- Listfooter(String, String) - Constructor for class org.zkoss.zul.Listfooter
- Listgroup - Class in org.zkoss.zul
-
Adds the ability for single level grouping to the Listbox.
- Listgroup() - Constructor for class org.zkoss.zul.Listgroup
- Listgroup(String) - Constructor for class org.zkoss.zul.Listgroup
- Listgroup(String, T) - Constructor for class org.zkoss.zul.Listgroup
- LISTGROUP_ANGLE_DOWN_LISTGROUP_OPEN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTGROUP_ANGLE_RIGHT_LISTGROUP_CLOSE - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Listgroupfoot - Class in org.zkoss.zul
-
Listgroupfoot serves as a summary listitem of listgroup.
- Listgroupfoot() - Constructor for class org.zkoss.zul.Listgroupfoot
- Listgroupfoot(String) - Constructor for class org.zkoss.zul.Listgroupfoot
- Listgroupfoot(String, T) - Constructor for class org.zkoss.zul.Listgroupfoot
- ListgroupRendererExt - Interface in org.zkoss.zul
- Listhead - Class in org.zkoss.zul
-
A list headers used to define multi-columns and/or headers.
- Listhead() - Constructor for class org.zkoss.zul.Listhead
- Listheader - Class in org.zkoss.zul
-
The list header which defines the attributes and header of a column of a list box.
- Listheader() - Constructor for class org.zkoss.zul.Listheader
- Listheader(String) - Constructor for class org.zkoss.zul.Listheader
- Listheader(String, String) - Constructor for class org.zkoss.zul.Listheader
- Listheader(String, String, String) - Constructor for class org.zkoss.zul.Listheader
- LISTHEADER_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTHEADER_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTHEADER_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTHEADER_SORT_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTHEADER_SORT_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Listitem - Class in org.zkoss.zul
-
A list item.
- Listitem() - Constructor for class org.zkoss.zul.Listitem
- Listitem(String) - Constructor for class org.zkoss.zul.Listitem
- Listitem(String, T) - Constructor for class org.zkoss.zul.Listitem
- LISTITEM_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- LISTITEM_RADIO - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Listitem.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - ListitemComparator - Class in org.zkoss.zul
-
A comparator used to compare
Listitem
, if not live data, or the data themselves, if live data. - ListitemComparator() - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with
Listitem.getValue()
. - ListitemComparator(int) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column of the specified index.
- ListitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column of the specified index.
- ListitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column of the specified index.
- ListitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column of the specified index.
- ListitemComparator(Listheader, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column which the list header is at.
- ListitemComparator(Listheader, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column which the list header is at.
- ListitemComparator(Listheader, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
-
Compares with the column which the list header is at.
- ListitemRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in a
Listbox
. - ListitemRendererExt - Interface in org.zkoss.zul
-
Provides additional control to
ListitemRenderer
. - listIterator() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- listIterator() - Method in class org.zkoss.bind.proxy.ListProxy
- listIterator() - Method in class org.zkoss.zul.ListModelList
- listIterator(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- listIterator(int) - Method in class org.zkoss.bind.proxy.ListProxy
- listIterator(int) - Method in class org.zkoss.util.NotableLinkedList
- listIterator(int) - Method in class org.zkoss.zk.ui.AbstractComponent.Children
- listIterator(int) - Method in class org.zkoss.zul.ListModelList
- ListModel<E> - Interface in org.zkoss.zul
- ListModelArray<E> - Class in org.zkoss.zul
- ListModelArray(int) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor.
- ListModelArray(E[]) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor.
- ListModelArray(E[], boolean) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor
- ListModelArray(List<? extends E>) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor.
- ListModelArrayProxy<E> - Class in org.zkoss.bind.proxy
-
A ListModelArray Proxy
- ListModelArrayProxy(ListModelArray<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelArrayProxy
- ListModelELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for
ListModel
. - ListModelELResolver() - Constructor for class org.zkoss.bind.xel.zel.ListModelELResolver
- ListModelList<E> - Class in org.zkoss.zul
- ListModelList() - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(int) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(E[]) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(List<E>, boolean) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor
- ListModelListProxy<E> - Class in org.zkoss.bind.proxy
-
A ListModelList Proxy
- ListModelListProxy(ListModelList<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelListProxy
- ListModelMap<K,V> - Class in org.zkoss.zul
- ListModelMap() - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMap(int) - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMap(int, float) - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMap(Map<K, V>, boolean) - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMapProxy<K,V> - Class in org.zkoss.bind.proxy
-
A ListModelMap Proxy
- ListModelMapProxy(ListModelMap<K, V>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelMapProxy
- ListModels - Class in org.zkoss.zul
-
A utility for handling
ListModel
. - ListModelSet<E> - Class in org.zkoss.zul
- ListModelSet() - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(int) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(int, float) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(E[]) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(Set<E>, boolean) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor
- ListModelSetProxy<E> - Class in org.zkoss.bind.proxy
-
A ListModelSet Proxy
- ListModelSetProxy(ListModelSet<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelSetProxy
- ListModelSharer<T> - Interface in org.zkoss.zkex.zul
-
This interface is created for sharing model to different desktop's component.
The implementation of this interface should provide built-in Server Push mechanism. - ListProxy<E> - Class in org.zkoss.bind.proxy
-
A list proxy
- ListProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListProxy
- ListSubModel<E> - Interface in org.zkoss.zul
-
An extra interface that can be implemented with
ListModel
to control the extract of the combobox. - Literal() - Method in class org.zkoss.zel.impl.parser.ELParser
- LITERAL_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LiteralExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
- LiveGridDataLoader - Class in org.zkoss.zkmax.zul.impl
-
Data Loader that handle the live data loading into Grid.
- LiveGridDataLoader() - Constructor for class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- LiveListboxDataLoader - Class in org.zkoss.zkmax.zul.impl
-
Data Loader that handle the live data loading into Listbox.
- LiveListboxDataLoader() - Constructor for class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- load(Object) - Method in class org.zkoss.util.resource.ContentLoader
- load(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
- load(StringBuffer, Execution) - Method in interface org.zkoss.zk.ui.metainfo.MessageLoader
-
Load the message to output StringBuffer.
- load(StringBuffer, Execution) - Method in class org.zkoss.zul.impl.ZulMessageLoader
- load(String, String, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
-
Loads function and class definitions from taglib.
- load(String, URL) - Method in class org.zkoss.xel.util.TaglibMapper
-
Loads function and class definitions from taglib.
- load(String, Element) - Method in class org.zkoss.xel.util.TaglibMapper
-
Loads function and class definitions from DOM.
- load(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Loads functions and imports defined in the specified URL.
- load(Map<? super String, ? super String>, InputStream) - Static method in class org.zkoss.util.Maps
-
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
- load(Map<? super String, ? super String>, InputStream, boolean) - Static method in class org.zkoss.util.Maps
-
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
- load(Map<? super String, ? super String>, InputStream, String) - Static method in class org.zkoss.util.Maps
-
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
- load(Map<? super String, ? super String>, InputStream, String, boolean) - Static method in class org.zkoss.util.Maps
-
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
- load(K) - Method in interface org.zkoss.util.resource.Loader
-
Loads the resource.
- load(BindContext) - Method in class org.zkoss.bind.impl.IndirectBinding
-
do nothing for this method
- load(BindContext) - Method in class org.zkoss.bind.impl.InitChildrenBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.InitFormBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.InitPropertyBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.LoadChildrenBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.LoadPropertyBindingImpl
- load(BindContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- load(BindContext) - Method in interface org.zkoss.bind.sys.LoadBinding
-
Load data into the source attribute from the target property.
- load(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Loads functions and imports defined in the specified DOM.
- load(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
- load(Taglib, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
-
Loads function and class definitions from taglib.
- LOAD_AFTER - org.zkoss.bind.Phase
-
load after command phase.
- LOAD_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- LOAD_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- LOAD_BEFORE - org.zkoss.bind.Phase
-
load before command phase.
- LOAD_BINDING - org.zkoss.bind.Phase
-
load binding phase.
- LOAD_EVENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the load trigger event; meaningful only when ACCESS is "both" or "load" or not found(default to "load"). - LOAD_FORM_COMPONENT - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- LOAD_FORM_EXPRESSION - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- LOAD_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the load replacement ; e.g. value of textbox, it loads to rawValue - LOAD_TYPE - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the type of attribute for loading; e.g. rawValue of textbox is java.lang.String - LoadBinding - Interface in org.zkoss.bind.sys
-
Binding for loading.
- loadBuild() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
Loads the build identifier.
- LoadChildrenBinding - Interface in org.zkoss.bind.sys
-
ChildrenBinding for loading children of component from backing bean property.
- LoadChildrenBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
LoadChildrenBinding
. - LoadChildrenBindingImpl(Binder, Component, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadChildrenBindingImpl
- loadComponent(Component, boolean) - Method in interface org.zkoss.bind.Binder
-
Load the load-binding of the component.
- loadComponent(Component, boolean) - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal Use only. init and load the component
- loadComponent0(Component, boolean) - Method in class org.zkoss.bind.impl.BinderImpl
- loadCSS(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Loads a CSS file.
- loadDefaultImports(NameSpace) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
Called when the top-level BeanShell scope is created.
- LOADED_CLASS_CACHE - Static variable in interface org.zkoss.stateless.util.ActionHandler
-
The loaded
Class
cache. - LOADED_LAMBDA_CACHE - Static variable in interface org.zkoss.stateless.util.ActionHandler
-
The loaded
Lambda Method
cache. - LOADED_METHOD_CACHE - Static variable in interface org.zkoss.stateless.util.ActionHandler
-
The loaded
Method
cache. - Loader<K,V> - Interface in org.zkoss.util.resource
-
A loader that could load a resource to another format.
- Loader.Resource<V> - Class in org.zkoss.util.resource
-
Represents the more information about an object loaded by
Loader.load(K)
. - loadFileContentAsString(Execution, String) - Static method in class org.zkoss.zk.device.Devices
-
Loads the content of a file as a String.
- LoadFormBinding - Interface in org.zkoss.bind.sys
-
Binding for load a form.
- LoadFormBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
LoadFormBinding
- LoadFormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadFormBindingImpl
- loadFunctions(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Loads functions defined in the specified URL.
- loadFunctions(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Loads functions defined in the specified DOM.
- LoadInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- LoadInfo(String, Component, String, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- LOADING_MODEL - Static variable in class org.zkoss.zul.Listbox
- Loadingbar - Class in org.zkoss.zkmax.ui.util
-
Utilities to create LoadingbarControl.
- Loadingbar() - Constructor for class org.zkoss.zkmax.ui.util.Loadingbar
- LoadingbarControl - Class in org.zkoss.zkmax.ui.util
-
Utilities to control Loadingbar from server side.
- LoadingbarControl(String, Integer) - Constructor for class org.zkoss.zkmax.ui.util.LoadingbarControl
-
The constructor of LoadingbarControl.
- loadJavaScript(Execution, String) - Static method in class org.zkoss.zk.device.Devices
-
Loads the content of a javascript file as a String.
- loadProperties(String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Loads a theme properties and apply them into the request scope.
- loadProperties(ServletRequest, InputStream) - Static method in class org.zkoss.web.fn.ThemeProperties
-
Loads a properties file and apply them into the request scope
- loadProperties(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
-
Loads a properties file and apply them into the request scope
- LoadPropertyBinding - Interface in org.zkoss.bind.sys
-
PropertyBinding for load into component attribute from backing bean property.
- LoadPropertyBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
LoadPropertyBinding
. - LoadPropertyBindingImpl(Binder, Component, String, String, Class<?>, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadPropertyBindingImpl
- loadScript(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Loads a JavaScript file to client and execute it.
- loadScript(String, String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Loads a JavaScript file to client and execute it.
- LoadStatus - Interface in org.zkoss.zul.impl
-
Denote the status whether a on-demand-loading item is loaded.
- LoadTemplateBinding - Interface in org.zkoss.bind.sys
- LoadTemplateBindingImpl - Class in org.zkoss.bind.impl
- LoadTemplateBindingImpl(Binder, Component, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.LoadTemplateBindingImpl
- LOCAL_DATE_POSTFIX - Static variable in class org.zkoss.clientbind.ClientBindComposer
- LOCAL_DATE_TIME_POSTFIX - Static variable in class org.zkoss.clientbind.ClientBindComposer
- LOCAL_TIME_POSTFIX - Static variable in class org.zkoss.clientbind.ClientBindComposer
- locale - Variable in class org.zkoss.util.resource.Locators.StreamLocation
- locale - Variable in class org.zkoss.util.resource.Locators.URLLocation
- Locales - Class in org.zkoss.util
-
The locale relevant utilities.
- Locales() - Constructor for class org.zkoss.util.Locales
- localizedYearOfDate(Date, Locale, TimeZone) - Static method in class org.zkoss.util.Dates
-
Get the year of a date in the specified locale.
- localName - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- localName - Variable in class org.zkoss.zel.impl.parser.AstFunction
- locate(String) - Static method in class org.zkoss.io.Files
-
Locates a file based o the current Locale.
- locate(String) - Method in interface org.zkoss.zk.ui.Execution
-
Locates a page based on the current Locale.
- locate(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- locate(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
-
Locates the filename based on the locale.
- locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
-
Returns URL containing the labels for the specified locale, or null if not available.
- locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator2
-
Returns the input stream containing the label for the specified locale, or null if not available.
- locate(Locale) - Method in class org.zkoss.web.util.resource.ServletLabelLocator
- locate(ServletContext, ServletRequest, String, Locator) - Static method in class org.zkoss.web.servlet.Servlets
-
Locates a page based on the current Locale.
- locateAsStream(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
-
Locates the input stream based on the locale, and returns the info of StreamLocation.
- Location - Interface in org.zkoss.util.resource
-
Represents a location information inside a document.
- Locator - Interface in org.zkoss.stateless.ui
-
An interface to indicate an opaque reference to the location information of
IComponent
s at client side. - Locator - Interface in org.zkoss.util.resource
-
A locator that is able to locate a resource.
- Locator - Interface in org.zkoss.xml
-
The interface represents the source locator.
- Locators - Class in org.zkoss.util.resource
-
Utilities to load and locate resources.
- Locators - Class in org.zkoss.xml
-
Utilities to handle
Locator
. - Locators() - Constructor for class org.zkoss.util.resource.Locators
- Locators() - Constructor for class org.zkoss.xml.Locators
- Locators.StreamLocation - Class in org.zkoss.util.resource
-
the location information.
- Locators.URLLocation - Class in org.zkoss.util.resource
-
the location information.
- log - Static variable in class org.zkoss.clientbind.ClientBindComposer
- log(Exception, String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- log(Object) - Static method in class org.zkoss.zk.ui.util.Clients
-
Logs the message to the client.
- log(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- log(String) - Method in interface org.zkoss.zk.ui.Execution
-
Writes the specified message to a servlet log file, usually an event log.
- log(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- log(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- log(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Logs the message to the client.
- log(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Writes the specified message to a servlet log file, usually an event log.
- log(String, Throwable) - Method in class org.zkoss.web.portlet.PortletServletContext
- log(String, Throwable) - Method in interface org.zkoss.zk.ui.Execution
-
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
- log(String, Throwable) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- log(String, Throwable) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- log(String, Throwable) - Method in interface org.zkoss.zk.ui.WebApp
-
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
- login(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- login(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- login(String, String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- logio - Static variable in class org.zkoss.io.Serializables
-
The logger called org.zkoss.io.serializable used to log serialization information.
- logout() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- logout() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- logout() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- LONG - Static variable in class org.zkoss.zel.impl.lang.ELArithmetic
- Longbox - Class in org.zkoss.zul
-
An edit box for holding an integer.
- Longbox() - Constructor for class org.zkoss.zul.Longbox
- Longbox(int) - Constructor for class org.zkoss.zul.Longbox
- Longbox(long) - Constructor for class org.zkoss.zul.Longbox
- LongDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- Longs - Class in org.zkoss.lang
-
Long relevant utilities.
- Longs() - Constructor for class org.zkoss.lang.Longs
- longValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in long.
- longValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in long.
- longValue() - Method in class org.zkoss.zul.Longbox
-
Returns the value in long.
- lookup(String) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
-
Lookups a richlet mapping with the given path
- lookup(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Returns the desktop-level event queue with the specified name in the current desktop, or if no such event queue, create one.
- lookup(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the language definition of the specified name or namespace.
- lookup(String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Returns the desktop-level event queue with the specified name in the current desktop.
- lookup(String, String, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Returns the event queue with the specified name in the specified scope.
- lookup(String, String, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Returns the event queue with the specified name in the specified scope.
- lookup(String, String, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- lookup(String, String, boolean) - Method in class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
- lookup(String, Session, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Returns the event queue with the specified name in the give session (i.e., the session scope).
- lookup(String, Session, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Returns the event queue with the specified name in the give session (i.e., the scope).
- lookup(String, Session, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- lookup(String, WebApp, boolean) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Returns the event queue with the specified name in the give application (i.e., the application scope).
- lookup(String, WebApp, boolean) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Returns the event queue with the specified name in the give application (i.e., the scope).
- lookup(String, WebApp, boolean) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- lookup(Component, String) - Static method in class org.zkoss.zk.ui.Templates
-
A shortcut of lookup(comp, comp, name, null, false)
- lookup(Component, Component, String) - Static method in class org.zkoss.zk.ui.Templates
-
A shortcut of lookup(comp, base, name, null, false)
- lookup(Component, Component, String, Component) - Static method in class org.zkoss.zk.ui.Templates
-
A shortcut of lookup(comp, base, name, compBase, false)
- lookup(Component, Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.Templates
-
Lookup the template with some information.
- lookupActionAnnotation(ActionHandler, Method) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Looks up the
@Action
annotation on the given method if any. - lookupNamespaceURI(String) - Method in class org.zkoss.idom.impl.AbstractItem
- lookupParameterNames(AccessibleObject) - Method in class org.zkoss.bind.paranamer.AdaptiveParanamer
- lookupParameterNames(AccessibleObject) - Method in class org.zkoss.bind.paranamer.BytecodeReadingParanamer
- lookupParameterNames(AccessibleObject) - Method in class org.zkoss.bind.paranamer.CachingParanamer
- lookupParameterNames(AccessibleObject) - Method in class org.zkoss.bind.paranamer.ParameterReflectionParanamer
- lookupParameterNames(AccessibleObject) - Method in interface org.zkoss.bind.paranamer.Paranamer
-
Lookup the parameter names of a given method.
- lookupParameterNames(AccessibleObject, boolean) - Method in class org.zkoss.bind.paranamer.AdaptiveParanamer
- lookupParameterNames(AccessibleObject, boolean) - Method in class org.zkoss.bind.paranamer.BytecodeReadingParanamer
- lookupParameterNames(AccessibleObject, boolean) - Method in class org.zkoss.bind.paranamer.CachingParanamer
- lookupParameterNames(AccessibleObject, boolean) - Method in class org.zkoss.bind.paranamer.ParameterReflectionParanamer
- lookupParameterNames(AccessibleObject, boolean) - Method in interface org.zkoss.bind.paranamer.Paranamer
-
Lookup the parameter names of a given method.
- lookupPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
- LoopStatus - Interface in org.zkoss.web.servlet.dsp.action
-
Exposes the current status of an iteration.
- LOWER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- LPAREN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- LT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
M
- m - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- Macro - Interface in org.zkoss.zk.ui.ext
-
Implemented with
Component
to represent a macro component. - MacroDefinition - Class in org.zkoss.zk.ui.metainfo.impl
-
The macro component definition.
- MacroStateCtx<E,C,IN,E2,C2> - Class in org.zkoss.fsm
-
The real power of StateMachine.
- MacroStateCtx(StateMachine<E2, C2, IN>) - Constructor for class org.zkoss.fsm.MacroStateCtx
-
Construct a macro state, which consists of a state machine by itself.
- Main - Class in org.zkoss.zhtml
-
The main tag.
- Main() - Constructor for class org.zkoss.zhtml.Main
- makeBuilder(String) - Static method in class org.zkoss.zk.ui.metainfo.TreeBuilderFactory
-
Creates a tree builder depended on its file extension.
- makeMethodCache() - Method in class org.zkoss.bind.paranamer.CachingParanamer
- makeMethodCache() - Method in class org.zkoss.bind.paranamer.CachingParanamer.WithoutWeakReferences
- map(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- Map - Class in org.zkoss.zhtml
-
The MAP tag.
- Map() - Constructor for class org.zkoss.zhtml.Map
- MAP - Static variable in class org.zkoss.zk.xel.impl.Utils
-
Used with
Utils.parseComposite(java.lang.String, java.lang.Class, int)
to indicate the expression is a map, i.e., a map paired with equal and separated with comma. - MAP_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
-
A comparator for
ListSubModel.getSubModel(java.lang.Object, int)
to check if a value retrieved from the model matches the user typed. - mapChildren(DesktopCtrl, List<String>, List<String[]>, List<Object[]>, Component) - Method in class org.zkoss.zk.ui.sys.StubsComponent
- mapComponent(String, Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- mapComponent(String, Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Maps a component associated with the given UUID to this page.
- MapData() - Method in class org.zkoss.zel.impl.parser.ELParser
- MapELResolver - Class in org.zkoss.zel
- MapELResolver() - Constructor for class org.zkoss.zel.MapELResolver
- MapELResolver(boolean) - Constructor for class org.zkoss.zel.MapELResolver
- MapEntry() - Method in class org.zkoss.zel.impl.parser.ELParser
- mapFunction(String, String, Method) - Method in class org.zkoss.zel.ELManager
- mapFunction(String, String, Method) - Method in class org.zkoss.zel.FunctionMapper
-
Map a method to a function name.
- mapFunction(String, String, Method) - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
- mapFunction(String, String, Method) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
- MapProxy<K,V> - Class in org.zkoss.bind.proxy
-
A proxy object to implement Map
- MapProxy(Map<K, V>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.MapProxy
- Maps - Class in org.zkoss.util
-
Utilities for process Map.
- Maps() - Constructor for class org.zkoss.util.Maps
- Maps.SerializableEntry<K,V> - Class in org.zkoss.util
-
A serializable implement of Map.Entry
- Mark - Class in org.zkoss.zhtml
-
The MARK tag.
- Mark() - Constructor for class org.zkoss.zhtml.Mark
- markClientInfoPerDesktop(Desktop, String) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Marks the per-desktop information of the given key will be generated, and returns true if the information is not generated yet (i.e., this method is NOT called with the given key).
- markHandling(Component, Binder) - Static method in class org.zkoss.bind.impl.BinderUtil
- markLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
- markLifeCycleHandling(Component) - Static method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
-
Internal use only.
- markLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
- markSetup(ServletRequest, boolean) - Static method in class org.zkoss.web.servlet.Charsets
-
Marks the specified request whether it has been set up, i.e.,
Charsets.setup(javax.servlet.http.HttpSession, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)
is called. - marshal() - Method in interface org.zkoss.stateless.ui.SmartUpdater
-
Serializes the keys and values of the updater.
- marshall(Object) - Method in class org.zkoss.zul.Decimalbox
- marshall(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Marshall value to be sent to the client if needed.
- marshall(Object) - Method in class org.zkoss.zul.Longbox
- match(Namespaceable, String, String, Pattern, int) - Static method in class org.zkoss.idom.impl.AbstractItem
-
Tests whether a namespaceable item matches the criteria.
- match(Component, String) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
-
Returns true if the selector matches the given component.
- match(Component, String, Map<String, PseudoClassDef>) - Static method in class org.zkoss.zk.ui.select.impl.ComponentLocalProperties
-
Returns true if the selector matches the given component.
- match(SimpleSelectorSequence, Map<String, PseudoClassDef>) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component qualifies the local properties of a given SimpleSelectorSequence.
- matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- matches(Object, Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- matches(String) - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
-
Returns the information of the client if userAgent matches this client, or null if not matched.
- matches(String) - Method in interface org.zkoss.zk.device.Device
-
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
- matches(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the name and version of the client if the given user agent matches any of the devices, or null if not matched or it is a standard browser request.
- matches(String) - Method in class org.zkoss.zk.device.GenericDevice
-
Returns the name and version of the client if the given user agent matches this client, or null if not matched or it is a standard browser request.
- MatchMedia - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a MatchMedia method in View Model.
- MATCHMEDIAVALUE_PREFIX - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- Math() - Method in class org.zkoss.zel.impl.parser.ELParser
- MatrixComparatorProvider<T> - Interface in org.zkoss.zkmax.zul
-
A comparator provider to provide a sets of column comparator that are used for
Biglistbox
- MatrixModel<RowT,HeadT,CellT,HeaderT> - Interface in org.zkoss.zkmax.zul
-
The interface defines the methods that components like
Biglistbox
to get the content of cells and headers from the matrix data. - MatrixRenderer<T> - Interface in org.zkoss.zkmax.zul
-
Used to generated the HTML fragment for the data associated with a matrix component, such as
Biglistbox
- max() - Method in class org.zkoss.zel.impl.stream.Stream
- max(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
-
Given two comparables, return the maximum of the two.
- max(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- MaximizeData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component being maximized.
- MaximizeData() - Constructor for class org.zkoss.stateless.action.data.MaximizeData
- MaximizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being maximized.
- MaximizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MaximizeEvent
- maxNextCharInd - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- MCommon - Interface in org.zkoss.mesg
- md5(byte[]) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - md5(InputStream) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - md5(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Calculates the MD5 digest and returns the value as a 16 element
byte[]
. - md5Hex(InputStream) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- Media - Interface in org.zkoss.util.media
-
Represents any multi-media, such as a voice, a pdf file, an excel file, an image and so on.
- MediaElement - Interface in org.zkoss.zul.ext
-
Indicates a component that is a media element, which supports
Track
. - MediaTypeResolver - Interface in org.zkoss.util.media
-
The MediaTypeResolver interface.
- memento - Variable in class org.zkoss.zel.impl.lang.FunctionMapperFactory
- Menu - Class in org.zkoss.zhtml
-
The MENU tag.
- Menu - Class in org.zkoss.zul
-
An element, much like a button, that is placed on a menu bar.
- Menu() - Constructor for class org.zkoss.zhtml.Menu
- Menu() - Constructor for class org.zkoss.zul.Menu
- Menu(String) - Constructor for class org.zkoss.zul.Menu
- Menu(String, String) - Constructor for class org.zkoss.zul.Menu
- MENU_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- MENU_CARET_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Menubar - Class in org.zkoss.zul
-
A container that usually contains menu elements.
- Menubar() - Constructor for class org.zkoss.zul.Menubar
- Menubar(String) - Constructor for class org.zkoss.zul.Menubar
- MENUBAR_CHEVRON_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- MENUBAR_CHEVRON_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Menuitem - Class in org.zkoss.zul
-
A single choice in a
Menupopup
element. - Menuitem() - Constructor for class org.zkoss.zul.Menuitem
- Menuitem(String) - Constructor for class org.zkoss.zul.Menuitem
- Menuitem(String, String) - Constructor for class org.zkoss.zul.Menuitem
- MENUITEM_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Menupopup - Class in org.zkoss.zul
-
A container used to display menus.
- Menupopup() - Constructor for class org.zkoss.zul.Menupopup
- Menuseparator - Class in org.zkoss.zul
-
Used to create a separator between menu items.
- Menuseparator() - Constructor for class org.zkoss.zul.Menuseparator
- merge(Date, Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
merge the date part and time part of two specified dates into a date.
- merge(List<Object>) - Method in class org.zkoss.zuti.zul.differ.ForEachDiffer
- merge(Component, ForEach, List<Object>) - Static method in class org.zkoss.zuti.zul.differ.ForEachDiffer
- mergeActionsTo(Page) - Method in class org.zkoss.stateless.ui.util.VolatileIPage
- mergeExceptionInfo(Exception, Object) - Static method in class org.zkoss.bind.impl.MiscUtil
- mergeIComponent(StubComponent) - Method in class org.zkoss.stateless.ui.IStubsComponent
-
Merges the given component into this stubs component.
- mergeJavaScript(HttpServletRequest, HttpServletResponse, String, byte[]) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
Merges the JavaScript code of the mergeable packages defined in
LanguageDefinition.getMergedJavaScriptPackages(java.lang.String)
. - mergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Merge a JavaScript package, say pkgFrom, to another package, say pkgTo, such that, when loading pkgTo, pkgFrom will be placed in the same WPD file.
- mergeSubTree() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Merge the all sub-tree into the parent's insertions, unlike
AbstractComponent.appendChild(Component)
- mergeSubTree() - Method in class org.zkoss.zuti.zul.Choose
- mergeToHost(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Merge the host into the current shadow, unlike
HtmlShadowElement.setShadowHost(Component, Component)
- MeshElement - Class in org.zkoss.zul.impl
- MeshElement() - Constructor for class org.zkoss.zul.impl.MeshElement
- MeshElement.InternalPaging - Class in org.zkoss.zul.impl
- MESSAGE_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
- MESSAGE_ID - Static variable in interface org.zkoss.mesg.MCommon
- MESSAGE_ID - Static variable in interface org.zkoss.web.mesg.MWeb
- MESSAGE_ID - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- MESSAGE_ID - Static variable in interface org.zkoss.zk.mesg.MZk
- MESSAGE_ID - Static variable in interface org.zkoss.zul.mesg.MZul
- Messageable - Interface in org.zkoss.mesg
-
Denotes an object that contains a message by use of an integer, called code.
- Messagebox - Class in org.zkoss.zhtml
-
Represents the message box.
- Messagebox - Class in org.zkoss.zul
-
Represents the message box.
- Messagebox() - Constructor for class org.zkoss.zhtml.Messagebox
- Messagebox() - Constructor for class org.zkoss.zul.Messagebox
- Messagebox.Button - Enum in org.zkoss.zul
-
The button types.
- Messagebox.ClickEvent - Class in org.zkoss.zul
-
The event that will be received by the listener when the user clicks a button.
- MessageboxDlg - Class in org.zkoss.zul.impl
-
Used with
Messagebox
to implement a message box. - MessageboxDlg() - Constructor for class org.zkoss.zul.impl.MessageboxDlg
- MessageboxDlg.Button - Class in org.zkoss.zul.impl
-
Represents a button on the message box.
- MessageConst - Interface in org.zkoss.mesg
-
Defines the constants of message codes.
- MessageConst.Aide - Class in org.zkoss.mesg
-
Used to handle the mapping of a message code to a filename.
- MessageConst.BundleInfo - Class in org.zkoss.mesg
-
The info of each message bundle.
- MessageFactory - Class in org.zkoss.zel.impl.util
- MessageFactory() - Constructor for class org.zkoss.zel.impl.util.MessageFactory
- MessageFormats - Class in org.zkoss.text
-
The message formatting relevant utilities.
- MessageFormats() - Constructor for class org.zkoss.text.MessageFormats
- MessageFormats.NameInfo - Class in org.zkoss.text
-
The name info returned by
MessageFormats.parseByName(java.lang.String)
). - MessageLoader - Interface in org.zkoss.zk.ui.metainfo
-
The interface for loading messages as String output.
- Messages - Class in org.zkoss.mesg
-
The message manager.
- Messages() - Constructor for class org.zkoss.mesg.Messages
- Messages.Formatter - Interface in org.zkoss.mesg
-
The formatter used by
Messages.get(int, Object[], Locale)
to format the specified object. - Meta - Class in org.zkoss.zhtml
-
The META tag.
- Meta() - Constructor for class org.zkoss.zhtml.Meta
- META_KEY - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the Meta key is pressed.
- META_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Meta key is pressed.
- METADATA - org.zkoss.stateless.sul.ITrack.Kind
-
The track defines content used by scripts.
- Meter - Class in org.zkoss.zhtml
-
The METER tag.
- Meter() - Constructor for class org.zkoss.zhtml.Meter
- method - Variable in class org.zkoss.lang.Classes.MethodInfo
- MethodExpression - Class in org.zkoss.zel
- MethodExpression() - Constructor for class org.zkoss.zel.MethodExpression
- MethodExpressionImpl - Class in org.zkoss.zel.impl
-
An
Expression
that refers to a method on an object. - MethodExpressionImpl() - Constructor for class org.zkoss.zel.impl.MethodExpressionImpl
- MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.impl.MethodExpressionImpl
- MethodExpressionLiteral - Class in org.zkoss.zel.impl
- MethodExpressionLiteral() - Constructor for class org.zkoss.zel.impl.MethodExpressionLiteral
- MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.impl.MethodExpressionLiteral
- MethodFunction - Class in org.zkoss.xel.util
-
A XEL function based on java.lang.reflect.Method.
- MethodFunction(Method) - Constructor for class org.zkoss.xel.util.MethodFunction
- MethodInfo - Class in org.zkoss.zel
- MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class org.zkoss.zel.MethodInfo
- MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.lang.Classes.MethodInfo
- MethodNotFoundException - Exception in org.zkoss.zel
- MethodNotFoundException() - Constructor for exception org.zkoss.zel.MethodNotFoundException
- MethodNotFoundException(String) - Constructor for exception org.zkoss.zel.MethodNotFoundException
- MethodNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zel.MethodNotFoundException
- MethodNotFoundException(Throwable) - Constructor for exception org.zkoss.zel.MethodNotFoundException
- MethodParameters() - Method in class org.zkoss.zel.impl.parser.ELParser
- MIDDLE - org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
The middle valign.
- MIDDLE_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-center
- MIDDLE_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-center
- MIDDLE_CLICK - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the middle button is clicked.
- MIDDLE_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the middle button is clicked.
- MIDDLE_LEFT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-left
- MIDDLE_LEFT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-left
- MIDDLE_RIGHT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-right
- MIDDLE_RIGHT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at middle-right
- MILLISECOND - Static variable in class org.zkoss.zul.Chart
- min() - Method in class org.zkoss.zel.impl.stream.Stream
- min(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
-
Given two comparables, return the minimum of the two.
- min(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- MinimizeData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component being minimized.
- MinimizeData() - Constructor for class org.zkoss.stateless.action.data.MinimizeData
- MinimizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being minimized.
- MinimizeEvent(String, Component, String, String, String, String, boolean) - Constructor for class org.zkoss.zk.ui.event.MinimizeEvent
- MINOR_WHITESPACE - org.zkoss.zk.ui.select.impl.Token.Type
- MINUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- MINUS_ONE - Static variable in class org.zkoss.math.BigDecimals
-
Represents -1 in big decimal.
- MINUTE - Static variable in class org.zkoss.zul.Chart
- MiscUtil - Class in org.zkoss.bind.impl
-
internal use only misc util
- MiscUtil() - Constructor for class org.zkoss.bind.impl.MiscUtil
- MISSING_REQUIRED_COMPONENT - org.zkoss.zk.ui.ext.Uploadable.Error
-
(missing-required-component) Missing required component or data.
- mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- mod(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- mod(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- MOD0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- MOD1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- MODAL - org.zkoss.stateless.sul.IWindow.Mode
-
Makes the window as a modal dialog.
- MODAL - org.zkoss.zul.Window.Mode
-
Makes the window as a modal dialog. once
Window.doModal()
is called, the execution of the event processing thread is suspended until one of the following occurs. - MODAL - Static variable in class org.zkoss.zul.Window
-
Makes the window as a modal dialog. once
Window.doModal()
is called, the execution of the event processing thread is suspended until one of the following occurs. - MODEL - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- MODEL_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- MODEL_RENDERAS - Static variable in class org.zkoss.zul.Attributes
-
It is used to store the items which are rendered from model
- modelRodSizeMap - Variable in class org.zkoss.clientbind.ClientBindComposer
- modelToListModel - Variable in class org.zkoss.clientbind.ClientBindComposer
- modelToTreeModel - Variable in class org.zkoss.clientbind.ClientBindComposer
- modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Retrieves the current zk session from handshake request and store this temporarily under a unique key ('${desktopid}|[${connection_uuid}]') inside the endpoint config userProperties.
- modifyPath(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Internal used only.
- modifyThemeURIs(Execution, ThemeURIModifier) - Method in interface org.zkoss.zk.ui.util.ThemeURIHandler
-
Allow developer to modify the theme uri list through
ThemeURIModifier
when a desktop is about to be rendered. - modifyThemeURIs(Execution, ThemeURIModifier) - Method in class org.zkoss.zkmax.theme.TabletThemeURIHandler
- Monitor - Interface in org.zkoss.zk.ui.util
-
A listener to monitor the status of ZK engine.
- MONTH - Static variable in class org.zkoss.zul.Chart
- monthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Get the month of a date.
- monthOfDatePlus1(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Get the month of a date.
- MouseData - Class in org.zkoss.stateless.action.data
-
Represents mouse data by mouse activity
- MouseData() - Constructor for class org.zkoss.stateless.action.data.MouseData
- MouseEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by mouse activity.
- MouseEvent(String, Component) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
-
Construct a mouse relevant event with coordinate or area.
- MouseEvent(String, Component, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
-
Constructs a mouse relevant event.
- MouseEvent(String, Component, int, int, int, int, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
-
Constructs a mouse relevant event.
- MouseEvent(String, Component, String, int) - Constructor for class org.zkoss.zk.ui.event.MouseEvent
-
Constructs a mouse relevant event with a logic name called area.
- move(int, int) - Method in class org.zkoss.stateless.state.ICropperController
-
Moves the crop area according to the delta x and y.
- move(int, int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Moves the crop area according to the delta x and y.
- moveBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Moves the current desktop (a.k.a., browser window) by the specified number of pixels.
- MoveData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component being moved.
- MoveEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being moved.
- MoveEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.MoveEvent
-
Constructs a mouse relevant event.
- movePanel(GoldenPanel, int, int, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Moves an existing goldenpanel child of this goldenlayout to a specific location by col and row indexes.
- movePanel(GoldenPanel, String, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
- movePanel(GoldenPanel, GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
- movePanelToRoot(GoldenPanel, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Moves an GoldenPanel to the region of the GoldenLayout.
- moveTo(int, int) - Method in class org.zkoss.stateless.state.ICropperController
-
Moves the crop area to the specified left and top related position.
- moveTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Moves the current desktop (a.k.a., browser window) to the specified location (in pixels).
- moveTo(int, int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Moves the crop area to the specified left and top related position.
- MULT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- MultiCache<K,V> - Class in org.zkoss.util
- MultiCache() - Constructor for class org.zkoss.util.MultiCache
-
Constructs a multi cache with 17 initial caches.
- MultiCache(int) - Constructor for class org.zkoss.util.MultiCache
-
Constructs a multi cache with the specified number of internal caches.
- MultiCache(int, int, int) - Constructor for class org.zkoss.util.MultiCache
-
Constructs a multi cache with the specified number of internal caches, the max size and the lifetime.
- MultiComposer<T extends Component> - Class in org.zkoss.zk.ui.impl
-
To proxy a collection of composers.
- MultiComposer(Composer<T>[]) - Constructor for class org.zkoss.zk.ui.impl.MultiComposer
-
The constructor.
- MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identified the state of
Selectable.isMultiple()
is changed. - MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identified the state of
Selectable.isMultiple()
is changed. - MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identified the state of
Selectable.isMultiple()
is changed. - Multiplication() - Method in class org.zkoss.zel.impl.parser.ELParser
- multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- multiply(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- multiply(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- Multislider - Class in org.zkoss.zkmax.zul
-
A Multislider.
- Multislider() - Constructor for class org.zkoss.zkmax.zul.Multislider
- MutableInteger - Class in org.zkoss.lang
-
Represents an integer that can be modified.
- MutableInteger(int) - Constructor for class org.zkoss.lang.MutableInteger
- MVELFactory - Class in org.zkoss.zkmax.xel.mvel
-
An implementation based on MVEL.
- MVELFactory() - Constructor for class org.zkoss.zkmax.xel.mvel.MVELFactory
- MWeb - Interface in org.zkoss.web.mesg
- MZa11y - Interface in org.zkoss.za11y.mesg
- MZk - Interface in org.zkoss.zk.mesg
- MZul - Interface in org.zkoss.zul.mesg
N
- name - Variable in class org.zkoss.xel.taglib.FunctionDefinition
-
Method's name.
- name - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- names - Variable in class org.zkoss.text.MessageFormats.NameInfo
-
The name of relative position.
- names() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns a readonly set of names of all elements.
- Names - Class in org.zkoss.zk.ui.sys
-
Utilities about variable's names.
- Namespace - Class in org.zkoss.idom
-
Represents the namespace.
- Namespace(String, String) - Constructor for class org.zkoss.idom.Namespace
-
Constructor.
- Namespaceable - Interface in org.zkoss.idom
-
Represents a class that supports namespace.
- NamespaceParser - Interface in org.zkoss.zk.ui.metainfo
-
A namespace parser to handle the different namespace for the attributes
- Native - Interface in org.zkoss.zk.ui.ext
-
Implemented with
Component
to represent a native component. - NATIVE_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK native components.
- NATIVE_NAMESPACE_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK native namespace prefix.
- Native.Helper - Interface in org.zkoss.zk.ui.ext
-
The helper to generate the output for the native component.
- NativeHelpers - Class in org.zkoss.zk.ui.impl
-
Utilities for implementing
Native.Helper
. - NativeHelpers() - Constructor for class org.zkoss.zk.ui.impl.NativeHelpers
- NativeInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents the component information about the native components.
- NativeInfo(NodeInfo, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
-
Constructs a native info with a parent.
- NativeInfo(EvaluatorRef, ComponentDefinition, String) - Constructor for class org.zkoss.zk.ui.metainfo.NativeInfo
-
Constructs a native info without a parent.
- NATURAL - org.zkoss.stateless.sul.IColumn.SortDirection
-
Indicates the natural sorting.
- NATURAL - org.zkoss.stateless.sul.IListheader.SortDirection
-
Indicates the natural sorting.
- NATURAL - org.zkoss.stateless.sul.ITreecol.SortDirection
-
Indicates the natural sorting.
- Nav - Class in org.zkoss.zhtml
-
The NAV tag.
- Nav - Class in org.zkoss.zkmax.zul
-
A container is used to display navitems, it should be placed inside a
Navbar
. - Nav() - Constructor for class org.zkoss.zhtml.Nav
- Nav() - Constructor for class org.zkoss.zkmax.zul.Nav
- Nav(String) - Constructor for class org.zkoss.zkmax.zul.Nav
- Navbar - Class in org.zkoss.zkmax.zul
-
A container that usually contains nav elements.
- Navbar() - Constructor for class org.zkoss.zkmax.zul.Navbar
- Navbar(String) - Constructor for class org.zkoss.zkmax.zul.Navbar
- NAVIGATE - org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Identifies the current navigated item has changed.
- navigateTo(String) - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Navigates to the specified key in the current level.
- navigateTo(String) - Method in class org.zkoss.zuti.zul.NavigationModel
-
A shortcut of
NavigationModel.getRoot()
.navigateTo(String)
. - navigateToByPath(String) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Navigates to the specified path.
- navigateToByPath(String[]) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Navigates to the specified levels.
- NavigationEvent<T> - Class in org.zkoss.zuti.zul.event
-
Defines an event that encapsulates changes to a navigation model.
- NavigationEvent(NavigationModel<T>, NavigationLevel<T>, NavigationEvent.Type, String, T) - Constructor for class org.zkoss.zuti.zul.event.NavigationEvent
- NavigationEvent.Type - Enum in org.zkoss.zuti.zul.event
- NavigationLevel<T> - Interface in org.zkoss.zuti.zul
-
An object that represents the navigation level.
- NavigationModel<T> - Class in org.zkoss.zuti.zul
-
A model that accepts arbitrary levels and arbitrary items for navigation.
- NavigationModel() - Constructor for class org.zkoss.zuti.zul.NavigationModel
- Navitem - Class in org.zkoss.zkmax.zul
- Navitem() - Constructor for class org.zkoss.zkmax.zul.Navitem
- Navseparator - Class in org.zkoss.zkmax.zul
-
Used to create a separator between menu items.
- Navseparator() - Constructor for class org.zkoss.zkmax.zul.Navseparator
- NE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- NE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- NEEDLE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- NEEDLE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- NEEDLE_TYPE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- new_(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Instantiates the specified class.
- new_(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Instantiates the specified class, and argument.
- new_(Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Instantiates the specified class, and two arguments.
- new_(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Instantiates the specified class, and two arguments.
- newAttrArray() - Method in class org.zkoss.idom.Element
-
Creates an empty list of attributes.
- newAttribute(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newAttribute(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates an Attribute without namespace.
- newAttribute(Namespace, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newAttribute(Namespace, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates an Attribute with namespace.
- newBindContext(Binder, Binding, boolean, String, Component, Event) - Static method in class org.zkoss.bind.impl.BindContextUtil
- newCache(Session) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Instantiates the cache to hold the recycled desktop for the given session.
- newCaptchaEngine() - Method in class org.zkoss.zul.Captcha
-
Instantiates the default captcha engine.
- newCData(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newCData(String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a CData.
- newCell(Row) - Method in interface org.zkoss.zul.RowRendererExt
-
Create a component that will be attached to the unloaded row.
- newChartEngine() - Method in class org.zkoss.zul.Chart
-
Instantiates the default chart engine.
- newChildren() - Method in class org.zkoss.idom.Document
- newChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
-
Creates a list to hold child vertices.
- newComboitem(Combobox) - Method in interface org.zkoss.zul.ComboitemRendererExt
-
Creates an instance of
Comboitem
for rendering. - newCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newComment(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newComment(String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a Comment.
- newComponent(Page, Component, ComponentDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newComponent(Page, Component, ComponentDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes a component based on the specified
ComponentDefinition
. - newComponent(Page, Component, ComponentInfo, Component) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newComponent(Page, Component, ComponentInfo, Component) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes a component based on the specified
ComponentInfo
. - newComponent(Page, Component, ShadowInfo, Component) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newComponent(Page, Component, ShadowInfo, Component) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes a shadow based on the specified
ShadowInfo
. - newComposer(Page, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Instantiates a composer of the given class.
- newComposer(Page, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes a composer of the given class and page.
- newComposer(Page, Object) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Instantiates a composer of the given object.
- newComposer(Page, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Instantiates a composer of the given class name.
- newComposer(Page, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes a composer of the given class name and page.
- newDesktop(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newDesktop(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates an instance of
Desktop
. - newDesktop(RequestInfo, String, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newDesktop(RequestInfo, String, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates an instance of
Desktop
. - newDocType(String, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newDocType(String, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a DocType.
- newDocument(Element, DocType) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newDocument(Element, DocType) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a Document.
- newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelExpression
- newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelFactory
- newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELFactory
- newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
- newELContext(XelContext) - Method in class org.zkoss.zkmax.bind.impl.BindXelExpressionEx
- newELContext(XelContext) - Method in class org.zkoss.zkmax.bind.impl.BindXelFactoryEx
- newElement(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newElement(String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates an Element without namespace.
- newElement(Namespace, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newElement(Namespace, String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates an Element with a namespace.
- newELResolver(XelContext) - Method in class org.zkoss.bind.xel.zel.BindELContext
- newELResolver(XelContext) - Method in class org.zkoss.xel.zel.XelELContext
- newELResolver(XelContext) - Method in class org.zkoss.zkmax.bind.impl.BindELContextEx
- newEmptySelection() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Instantiation an empty set of the section.
- newEmptySelection() - Method in class org.zkoss.zul.AbstractListModel
-
Instantiation an empty set of the section.
- newEntityRef(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newEntityRef(String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates an EntityReference.
- newEqualBeansMap() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- newEqualBeansMap() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- newEventThreadCleanups(Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Invokes
EventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List<java.lang.Throwable>)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - newEventThreadInits(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Constructs a list of
EventThreadInit
instances and invokesEventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - newEventThreadResumes(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
Constructs a list of
EventThreadResume
instances and invokesEventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - newEventThreadSuspends(Object) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- newEventThreadSuspends(Component, Event, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Constructs a list of
EventThreadSuspend
instances and invokesEventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object)
for each relevant listener registered byConfiguration.addListener(java.lang.Class<?>)
. - newExpressionBuilder(String, ELContext) - Method in class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
- newExpressionBuilder(String, ELContext) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
- newExpressionBuilder(String, ELContext) - Method in class org.zkoss.zkmax.bind.impl.BindExpressionFactoryImplEx
- newExpressionEvaluator() - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
-
Returns the EL expression factory.
- newExpressionFactory() - Method in class org.zkoss.bind.xel.BindXelFactory
- newExpressionFactory() - Static method in class org.zkoss.xel.Expressions
-
Instantiates an instance of
ExpressionFactory
. - newExpressionFactory() - Method in class org.zkoss.xel.zel.ELFactory
-
Returns the EL expression factory.
- newExpressionFactory() - Method in class org.zkoss.zkmax.bind.impl.BindXelFactoryEx
- newExpressionFactory() - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
-
Returns the EL expression factory.
- newExpressionFactory(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
-
Instantiates an instance of
ExpressionFactory
. - newFunctionMapper(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Creates and returns the function mapper for the specified pagedefinition and page.
- newFunctionMapper(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
-
Creates and returns the function mapper for the specified evaluator and page.
- newGroup(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
-
Creates an instance of
Group
for rendering. - newGroupfoot(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
-
Creates an instance of
Groupfoot
for rendering. - newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
-
Creates a SAX Handler.
- newInitChildrenBinding(Component, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newInitFormBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newInitiator(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
Creates and returns the initiator, or null if no initiator is resolved.
- newInitiator(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
Creates and returns the initiator, or null if no initiator is resolved.
- newInitPropertyBinding(Component, String, String, Class<?>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newInstance() - Static method in class org.zkoss.zel.ExpressionFactory
-
Create a new
ExpressionFactory
. - newInstance() - Static method in class org.zkoss.zk.au.AuWriters
-
Creates an instance of
AuWriter
. - newInstance(I) - Static method in class org.zkoss.stateless.ui.BuildContext
-
Creates a simple build context with the given immutable component.
- newInstance(Class<?>, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
-
Instantiates a new instance of the specified class with the specified arguments and argument types.
- newInstance(Class<?>, Object[]) - Static method in class org.zkoss.lang.Classes
-
Instantiates a new instance of the specified class with the specified argument.
- newInstance(Class<?>, Object[]) - Method in class org.zkoss.xel.zel.ClassReflect
-
Instantiates a new instance of the specified class with the specified argument.
- newInstance(Class<?>, Object[]) - Method in interface org.zkoss.zel.impl.util.ClassReflect
-
Instantiates a new instance of the specified class with the specified argument.
- newInstance(Class<?>, Object[]) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
Instantiates a new instance of the specified class with the specified argument.
- newInstance(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Creates an component of this definition.
- newInstance(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- newInstance(Object[]) - Static method in class org.zkoss.lang.reflect.FusionInvoker
-
Creates an object that contains the all interfaces by wrapping giving object, targets.
- newInstance(Object, Class[]) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
-
Creates an object that implements the giving interfaces by wrapping a giving object, target.
- newInstance(Object, Class[], ClassLoader) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
-
Creates an object that implements the giving interfaces by wrapping a giving object, target.
- newInstance(Object, Object) - Static method in class org.zkoss.lang.reflect.FusionInvoker
-
Use for only two object, see
FusionInvoker.newInstance(Object[])
. - newInstance(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Instantiates and returns the image encoder for the specified format.
- newInstance(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
-
Instantiates a new instance of the specified class name with the specified arguments.
- newInstance(Map) - Static method in class org.zkoss.stateless.action.data.RequestDataFactory
- newInstance(Properties) - Static method in class org.zkoss.zel.ExpressionFactory
-
Create a new
ExpressionFactory
passing in the providedProperties
. - newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Creates an component based on this info (never null).
- newInstance(Page) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Creates a shadow element based on this info (never null).
- newInstance(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Creates an component of this definition.
- newInstance(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Creates an component based on this info (never null).
- newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
- newInstance(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Creates an component based on this info (never null).
- newInstanceByThread(String) - Static method in class org.zkoss.lang.Classes
-
Creates and initializes a new instance of the specified class name with default constructor, by use of
Classes.forNameByThread(java.lang.String)
. - newInstanceByThread(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
-
Creates and initializes a new instance of the specified class name with the specified arguments, by use of
Classes.forNameByThread(java.lang.String)
. - newInstanceFromProperty(String, String, Class<T>) - Static method in class org.zkoss.bind.impl.MiscUtil
- newInterpreter(String, Page) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Returns the interpreter for the specified language name.
- newLabelInfo(NodeInfo, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Constructs and returns an
ComponentInfo
for the specified parent and text. - newLinkedHashMap(int) - Method in class org.zkoss.bind.impl.AllocUtil
-
Prepare a suitable LinkedHashMap that optimize the space.
- newListcell(Listitem) - Method in interface org.zkoss.zul.ListitemRendererExt
-
Create an instance of
Listcell
that will be attached to the unloaded listitem. - newListgroup(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
-
Creates an instance of
Listgroup
for rendering. - newListgroupfoot(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
-
Creates an instance of
Listgroupfoot
for rendering. - newListitem(Listbox) - Method in interface org.zkoss.zul.ListitemRendererExt
-
Creates an instance of
Listitem
that will be attached to listbox. - newLoadChildrenBinding(Component, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newLoadFormBinding(Component, String, String, ConditionType, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newLoadPropertyBinding(Component, String, String, Class<?>, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newMacroDefinition(LanguageDefinition, PageDefinition, String, Class<? extends Component>, String, boolean) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Constructs a macro component definition.
- newNative(String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Creates a native component with the specified content.
- newNative(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
- newNative(String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
- newNativeDefinition(LanguageDefinition, String, Class<? extends Component>) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Constructs a native component definition.
- newPage(RequestInfo, PageDefinition, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newPage(RequestInfo, PageDefinition, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates an instance of
Page
for the specified page definition. - newPage(RequestInfo, Richlet, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- newPage(RequestInfo, Richlet, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates an instance of
Page
for the specified richlet. - newPage(UiFactory, RequestInfo, PageDefinition, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Creates a page.
- newPage(UiFactory, RequestInfo, Richlet, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Creates a page.
- newProcessingInstruction(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newProcessingInstruction(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a processing instruction.
- newRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelScale
-
Setup the DailModel range.
- newReplacer(T) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Constructs a replacer for replacing the descendant of the IComponent tree in a bulk execution for multiple replacements.
- newRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
Creates the request queue.
- newRow(Grid) - Method in interface org.zkoss.zul.RowRendererExt
-
Creates an instance of
Row
that will be attached to grid. - newSaveFormBinding(Component, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newSavePropertyBinding(Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newScale() - Method in class org.zkoss.zul.DialModel
-
new an instance of scale in this DialModel.
- newScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModel
-
new an instance of scale in this DialModel.
- newServerPush(Desktop, Class) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Instantiates a server push of the given class.
- newServerPush(Desktop, Class) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates and initializes the server push of the given class and desktop.
- newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SerializableUiFactory
- newSession(WebApp, Object, Object) - Method in class org.zkoss.zk.ui.http.SimpleUiFactory
- newSession(WebApp, Object, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Instantiates a ZK session that is associated with the specified native session and request.
- newSession(WebApp, Object, Object) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Creates an instance of
Session
. - newShadowDefinition(LanguageDefinition, PageDefinition, String, Class<? extends Component>, String) - Static method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Constructs a shadow component definition.
- newTabboxEngine() - Method in class org.zkoss.zul.Tabbox
-
Instantiates the default tabbox engine.
- newText(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
- newText(String) - Method in interface org.zkoss.idom.input.IDOMFactory
-
Creates a Text.
- newToken(int) - Static method in class org.zkoss.zel.impl.parser.Token
- newToken(int, String) - Static method in class org.zkoss.zel.impl.parser.Token
-
Returns a new Token object, by default.
- newTrackerNode(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- newTrackerNode(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- newUnloadedItem(Object, int) - Method in class org.zkoss.zul.impl.GridDataLoader
-
Creates a new and unloaded row.
- newUnloadedItem(ListitemRenderer, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Creates an new and unloaded listitem.
- newUnloadedTab() - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
-
Returns the empty tab for model to use.
- newUnloadedTabpanel() - Method in class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
-
Returns the empty tabpanel for model to use.
- newVariableResolver(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Creates and returns the variable resolver for the specified page.
- newVariableResolver(Evaluator, Page) - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Creates and returns the variable resolver for the specified page.
- newVariableResolvers(Class<?>, Class<?>) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Creates a list of instances of
VariableResolver
based on the annotation of the given class. - newWebApp(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppFactory
-
Instantiates the instance of
WebApp
. - newWebApp(Object, Configuration) - Method in class org.zkoss.zk.ui.sys.WebAppFactoryImpl
- newXelContext(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Instantiate a XEL context.
- newXelContext(BindContext, Component) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- newXelContext(BindContext, Component) - Method in class org.zkoss.clientbind.ClientBinderResolver
- next - Variable in class org.zkoss.lang.Strings.Result
-
The next index.
- next - Variable in class org.zkoss.zel.impl.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class org.zkoss.stateless.state.ICardlayoutController
-
Navigates to next component if possible.
- next() - Method in class org.zkoss.stateless.state.ICoachmarkController
-
Closes this coachmark and Open the next which is set.
- next() - Method in class org.zkoss.stateless.state.IStepbarController
-
Activate next step if possible.
- next() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
- next() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
- next() - Method in class org.zkoss.util.CollectionsX.OneIterator
- next() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
- next() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- next() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Return the next matched component.
- next() - Method in interface org.zkoss.zk.ui.util.ForEach
-
Advanced to the next element.
- next() - Method in class org.zkoss.zk.ui.util.ForEachImpl
- next() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Get an operation from queue, and then remove it.
- next() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Change to next component if possible.
- next() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Close this coachmark and Open the next which is set.
- next() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- next() - Method in class org.zkoss.zkmax.zul.Stepbar
-
Activate next step if possible.
- next() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Activate next step if possible.
- next(Coachmark) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Close this coachmark and Open the one you passed.
- NEXT - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is the same as the next insertion
- NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
- NEXT_SIBLING - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target next sibling.
- nextAnonymousComponentUuid(Component, ComponentInfo) - Method in class org.zkoss.stateless.ui.http.CloudBasedIdGenerator
- nextAnonymousComponentUuid(Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
-
Returns the next anonymous component UUID for the specified component, or null to generate the default UUID.
- nextChar() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- nextComponentUuid(Desktop, Component, ComponentInfo) - Method in class org.zkoss.stateless.ui.http.CloudBasedIdGenerator
- nextComponentUuid(Desktop, Component, ComponentInfo) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
- nextComponentUuid(Desktop, Component, ComponentInfo) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
-
Returns the next component UUID for the specified component, or null to generate the default UUID.
- nextDesktopId(Desktop) - Method in class org.zkoss.stateless.ui.http.CloudBasedIdGenerator
- nextDesktopId(Desktop) - Method in class org.zkoss.zk.ui.impl.LegacyDesktopIdGenerator
- nextDesktopId(Desktop) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
- nextDesktopId(Desktop) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
-
Returns the next desktop ID for the specified desktop, or null to generate the default ID.
- nextElement() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
- nextElement() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
- nextElement() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
- nextHashCode(int, int) - Static method in class org.zkoss.lang.Objects
-
Returns the next hash value by giving the previous one and a new one.
- nextIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- nextIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Return the index of the next component.
- nextPage() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Goes to the next page.
- nextPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the next page.
- nextPageUuid(Page) - Method in class org.zkoss.stateless.ui.http.CloudBasedIdGenerator
- nextPageUuid(Page) - Method in class org.zkoss.zk.ui.impl.StaticIdGenerator
- nextPageUuid(Page) - Method in interface org.zkoss.zk.ui.sys.IdGenerator
-
Returns the next page UUID for the specified page, or null to generate the default UUID.
- nextRequest() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
- nextRequest() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Returns the next request, or null if no more request.
- nextSeparator(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the next separator index in the src string.
- nextSeparator(String, int, char[], boolean, boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the next separator index in the src string.
- nextSibling() - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the next sibling of the locator on which it is invoked that matches the specified class.
- nextSibling() - Method in class org.zkoss.stateless.ui.Self
- nextToken(String, int, char[]) - Static method in class org.zkoss.lang.Strings
-
Returns the next token with unescape.
- nextToken(String, int, char[], boolean, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the next token with additional options.
- nextToken(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the next token with additional options.
- nextWhitespace(CharSequence, int) - Static method in class org.zkoss.lang.Strings
-
Returns the next whitespace.
- NO - org.zkoss.zul.Messagebox.Button
-
A No button.
- NO - Static variable in interface org.zkoss.zul.mesg.MZul
- NO - Static variable in class org.zkoss.zul.Messagebox
-
A No button.
- NO_CACHE - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A request attribute to indicate whether "no-cache" header is generated for the current desktop.
- NO_EMPTY - Static variable in class org.zkoss.zul.SimpleConstraint
-
Empty is not allowed.
- NO_FUTURE - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_FUTURE - Static variable in class org.zkoss.zul.SimpleConstraint
-
Date in the future is not allowed.
- NO_FUTURE_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_FUTURE_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_FUTURE_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
-
The
Namespace
for when not in a namespace - NO_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_NEGATIVE - Static variable in class org.zkoss.zul.SimpleConstraint
-
Negative numbers are not allowed.
- NO_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_PAST - Static variable in class org.zkoss.zul.SimpleConstraint
-
Date in the past is not allowed.
- NO_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_POSITIVE - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_POSITIVE - Static variable in class org.zkoss.zul.SimpleConstraint
-
Positive numbers are not allowed.
- NO_POSITIVE_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_POSITIVE_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_POSITIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_TODAY - Static variable in class org.zkoss.zul.SimpleConstraint
-
Today is not allowed.
- NO_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
- NO_ZERO - Static variable in class org.zkoss.zul.SimpleConstraint
-
Zero numbers are not allowed.
- Node - Interface in org.zkoss.zel.impl.parser
- nodeArity() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- nodeCreated() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- NodeInfo - Interface in org.zkoss.zk.ui.metainfo
-
Represent a node in a ZUML metainfo tree.
- Nodes - Class in org.zkoss.xml
-
Node related utilities.
- Nodes() - Constructor for class org.zkoss.xml.Nodes
- NodeVisitor - Interface in org.zkoss.zel.impl.parser
- NoDOM - Class in org.zkoss.zul
-
A no-dom component with comment scope
- NoDOM() - Constructor for class org.zkoss.zul.NoDOM
- none - org.zkoss.stateless.sul.ISplitlayout.Collapse
-
No collapsing occurs
- NONE - org.zkoss.stateless.sul.IDropupload.Detection
-
Disable detection
- NONE - org.zkoss.stateless.sul.IGrid.Autosort
-
Disables the auto-sort facility.
- NONE - org.zkoss.stateless.sul.ILayoutRegion.Border
-
None border
- NONE - org.zkoss.stateless.sul.IListbox.Autosort
-
Disables the auto-sort facility.
- NONE - org.zkoss.stateless.sul.IPanel.Border
-
None border
- NONE - org.zkoss.stateless.sul.ITree.Autosort
-
Disables the auto-sort facility.
- NONE - org.zkoss.stateless.sul.IWindow.Border
-
None border
- NONE - Static variable in class org.zkoss.zul.Messagebox
-
Contains no symbols.
- noneMatch(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- NonFellow - Interface in org.zkoss.zk.ui.ext
-
Decorates
Component
to denote that the component won't become a fellow of the ID space it belongs. - NonLiteral() - Method in class org.zkoss.zel.impl.parser.ELParser
- NonRootContextJQueryRenderPatch - Class in org.zkoss.zkplus.liferay
-
Used to patch the rendering result of a ZK portlet for Liferay.
- NonRootContextJQueryRenderPatch() - Constructor for class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
- NORMAL - org.zkoss.stateless.sul.IA.Direction
-
Layout the image before the label.
- NORMAL - org.zkoss.stateless.sul.IButtonBase.Direction
-
The normal direction.
- NORMAL - org.zkoss.stateless.sul.ILayoutRegion.Border
-
The normal border.
- NORMAL - org.zkoss.stateless.sul.IPanel.Border
-
The normal border.
- NORMAL - org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
As normal zoom with a double value
- NORMAL - org.zkoss.stateless.sul.IWindow.Border
-
The normal border.
- NORMAL - Static variable in interface org.zkoss.stateless.sul.IButtonCtrl
- normalize() - Method in class org.zkoss.idom.impl.AbstractItem
- normalize(String) - Static method in class org.zkoss.io.Files
-
Normalizes the specified path.
- normalize(String) - Static method in class org.zkoss.stateless.ui.util.Normalizer
-
Converts a CSS selector into ZK widget selector.
- normalize(String, String) - Static method in class org.zkoss.io.Files
-
Normalizes the concatenation of two paths.
- normalizeDocument() - Method in class org.zkoss.idom.Document
- normalizePath(String) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the normalized path, or null if it is invalid.
- Normalizer - Class in org.zkoss.stateless.ui.util
-
This class provides the method normalize which transforms CSS selector into ZK widget selector.
- Normalizer() - Constructor for class org.zkoss.stateless.ui.util.Normalizer
- North - Class in org.zkoss.zul
-
A north region of a border layout.
- North() - Constructor for class org.zkoss.zul.North
- NORTH - Static variable in class org.zkoss.zul.Borderlayout
-
The north layout constraint (top of container).
- Noscript - Class in org.zkoss.zhtml
-
The Noscript tag.
- Noscript() - Constructor for class org.zkoss.zhtml.Noscript
- NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
- NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
- NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
- NOT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- NOT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- NotableLinkedList<E> - Class in org.zkoss.util
-
Linked list implementation of the List interface that provides the callback methods such as
NotableLinkedList.onAdd(E, E)
,NotableLinkedList.onSet(E, E)
andNotableLinkedList.onRemove(E)
. - NotableLinkedList() - Constructor for class org.zkoss.util.NotableLinkedList
- notationDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- Notification - Class in org.zkoss.zk.ui.util
-
Utilities to send Notification to the client.
- Notification() - Constructor for class org.zkoss.zk.ui.util.Notification
- NOTIFICATION_ERROR - Static variable in interface org.zkoss.zul.mesg.MZul
- NOTIFICATION_INFO - Static variable in interface org.zkoss.zul.mesg.MZul
- NOTIFICATION_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- NOTIFICATION_TYPE_ERROR - Static variable in class org.zkoss.zk.ui.util.Clients
-
Notification type: error
- NOTIFICATION_TYPE_INFO - Static variable in class org.zkoss.zk.ui.util.Clients
-
Notification type: information
- NOTIFICATION_TYPE_WARNING - Static variable in class org.zkoss.zk.ui.util.Clients
-
Notification type: warning
- NOTIFICATION_WARNING - Static variable in interface org.zkoss.zul.mesg.MZul
- notify(Object) - Static method in class org.zkoss.zk.ui.Executions
-
Wakes up a single event processing thread that is waiting on the specified object.
- notify(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- notify(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Wakes up a single event processing thread that is waiting on the specified object.
- notify(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
-
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
- notify(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- notify(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Wakes up a single event processing thread for the specified desktop that is waiting on the specified object.
- notifyAdded(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Invokes
ScopeListener.attributeAdded(org.zkoss.zk.ui.ext.Scope, java.lang.String, java.lang.Object)
for registered listeners. - notifyAfterEvaluation(String) - Method in class org.zkoss.zel.ELContext
-
Notify interested listeners that an expression has been evaluated.
- notifyAfterEvaluation(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- notifyAll(Object) - Static method in class org.zkoss.zk.ui.Executions
-
Wakes up all event processing thread that are waiting on the specified object.
- notifyAll(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- notifyAll(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Wakes up all event processing thread that are waiting on the specified object.
- notifyAll(Desktop, Object) - Static method in class org.zkoss.zk.ui.Executions
-
Wakes up all event processing threads for the specified desktop that are waiting on the specified object.
- notifyAll(Desktop, Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- notifyAll(Desktop, Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Wakes up all event processing threads for the specified desktop that are waiting on the specified object.
- notifyBeforeEvaluation(String) - Method in class org.zkoss.zel.ELContext
-
Notify interested listeners that an expression will be evaluated.
- notifyBeforeEvaluation(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- notifyChange(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- notifyChange(E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- notifyChange(E) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- notifyChange(E) - Method in class org.zkoss.zul.ListModelArray
-
Notifies a change of the same element to trigger an event of
ListDataEvent.CONTENTS_CHANGED
. - notifyChange(E) - Method in class org.zkoss.zul.ListModelList
-
Notifies a change of the same element to trigger an event of
ListDataEvent.CONTENTS_CHANGED
. - notifyChange(E) - Method in class org.zkoss.zul.ListModelSet
-
Notifies a change of the same element to trigger an event of
ListDataEvent.CONTENTS_CHANGED
. - notifyChange(Object, String) - Method in class org.zkoss.bind.BindComposer
- notifyChange(Object, String) - Method in interface org.zkoss.bind.Binder
-
Notify change of the property.
- notifyChange(Object, String) - Method in class org.zkoss.bind.impl.BinderImpl
- NotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Notify value change.
- NotifyChangeDisabled - Annotation Type in org.zkoss.bind.annotation
-
To disable the default notify change when binder sets a property.
- NotifyChangeInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- NotifyChangeInfo(Component, Object, Object, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
- notifyClientRequest(boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
- notifyClientRequest(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Notifies the session that a client request is received.
- NotifyCommand - Annotation Type in org.zkoss.bind.annotation
-
Notify a command to either server or client.
- NotifyCommands - Annotation Type in org.zkoss.bind.annotation
-
Notify a set of commands to either server or client.
- notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Invokes
ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace)
for registered listeners. - notifyIdSpaceChanged(IdSpace) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
Invokes
ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace)
for registered listeners. - notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Invokes
ScopeListener.parentChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.ext.Scope)
for registered listeners. - notifyParentChanged(Scope) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
Invokes
ScopeListener.parentChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.ext.Scope)
for registered listeners. - notifyPropertyResolved(Object, Object) - Method in class org.zkoss.zel.ELContext
-
Notify interested listeners that a property has been resolved.
- notifyPropertyResolved(Object, Object) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- notifyRemoved(String) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Invokes
ScopeListener.attributeRemoved(org.zkoss.zk.ui.ext.Scope, java.lang.String)
for registered listeners. - notifyReplaced(String, Object) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Invokes
ScopeListener.attributeReplaced(org.zkoss.zk.ui.ext.Scope, java.lang.String, java.lang.Object)
for registered listeners. - NOTIFYS - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- now() - Static method in class org.zkoss.util.Dates
-
Returns the current time without rounding.
- now(int) - Static method in class org.zkoss.util.Dates
-
Returns the current time but rounding to the specified precision of milliseconds.
- NTN_CLASS - org.zkoss.zk.ui.select.impl.Token.Type
- NTN_ID - org.zkoss.zk.ui.select.impl.Token.Type
- NTN_PSDOCLS - org.zkoss.zk.ui.select.impl.Token.Type
- NTN_PSDOELEM - org.zkoss.zk.ui.select.impl.Token.Type
- Null() - Method in class org.zkoss.zel.impl.parser.ELParser
- NULL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- NULL_CHARACTER - Static variable in class org.zkoss.lang.Objects
-
The null character.
- NULL_CODE - Static variable in interface org.zkoss.mesg.MessageConst
-
Denotes a non-existent code.
- NullInputStream - Class in org.zkoss.io
-
An input stream that returns nothing, a.k.a, an empty input stream.
- NullInputStream() - Constructor for class org.zkoss.io.NullInputStream
- NullReader - Class in org.zkoss.io
-
A reader that returns nothing, a.k.a, an empty reader.
- NullReader() - Constructor for class org.zkoss.io.NullReader
- NullWriter - Class in org.zkoss.io
-
A writer that drops all output.
- NullWriter() - Constructor for class org.zkoss.io.NullWriter
- NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
-
Represents our number precision.
- NUMBER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
- NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
-
Represents our number scale.
- NumberInputElement - Class in org.zkoss.zul.impl
-
A skeletal implementation for number-type input box.
- NumberInputElement() - Constructor for class org.zkoss.zul.impl.NumberInputElement
O
- Object - Class in org.zkoss.zhtml
-
The OBJECT tag.
- Object() - Constructor for class org.zkoss.zhtml.Object
- ObjectBooleanConverter - Class in org.zkoss.bind.converter
-
Converter to convert boolean to Object.
- ObjectBooleanConverter() - Constructor for class org.zkoss.bind.converter.ObjectBooleanConverter
- ObjectMappers - Class in org.zkoss.clientbind.ui.util
-
Object Mappers utils.
- ObjectMappers - Class in org.zkoss.stateless.ui.util
-
Object Mappers utils.
- ObjectMappers() - Constructor for class org.zkoss.clientbind.ui.util.ObjectMappers
- ObjectMappers() - Constructor for class org.zkoss.stateless.ui.util.ObjectMappers
- ObjectPropertyAccess - Class in org.zkoss.zk.ui.sys
-
An Object proeprty type
- ObjectPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.ObjectPropertyAccess
- Objects - Class in org.zkoss.lang
-
Utilities related to the Object class.
- Objects() - Constructor for class org.zkoss.lang.Objects
- of(double) - Static method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the instance with the given value.
- of(double) - Static method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the instance with the given value.
- of(int) - Static method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the instance with the given value.
- of(int) - Static method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the instance with the given value.
- of(int) - Static method in interface org.zkoss.stateless.sul.IRating
-
Returns the instance with the given rating.
- of(int) - Static method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the instance with the given value.
- of(int, int) - Static method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the instance with the given x and y.
- of(int, int) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given min and max value
- of(int, int) - Static method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the instance with the given startValue and endValue
- of(int, int) - Static method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns the instance with the given start and end values.
- of(int, int, I...) - Static method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the instance with the given x, y, and any group children.
- of(int, int, Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the instance with the given x, y, and any group children.
- of(long) - Static method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the instance with the given value.
- of(I) - Static method in interface org.zkoss.stateless.sul.ICenter
-
Return the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given popup * @param popup The popup of the component
- of(I) - Static method in interface org.zkoss.stateless.sul.IEast
-
Return the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.sul.INorth
-
Return the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.sul.ISouth
-
Return the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.sul.IWest
-
Return the instance with the given child.
- of(I) - Static method in interface org.zkoss.stateless.ui.Locator
-
Returns a locator to the given
IComponent
. - of(I...) - Static method in interface org.zkoss.stateless.sul.IA
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IBandpopup
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ICell
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IDetail
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IDiv
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IGroup
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the instance with the given
areas
. - of(I...) - Static method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the instance with the given any group children (only up to two children).
- of(I...) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IPanelchildren
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IPopup
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IRow
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IScrollview
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ISpan
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ITabpanel
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IVlayout
-
Returns the instance with the given any group children.
- of(I...) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given any group children.
- of(Double) - Static method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the instance with the given value.
- of(Double) - Static method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the instance with the given value.
- of(Integer) - Static method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the instance with the given value.
- of(Integer) - Static method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the instance with the given value.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IA
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IBandpopup
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ICell
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IDetail
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IDiv
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IGroup
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the instance with the given
areas
. - of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the instance with the given any group children (only up to two children).
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IPanelchildren
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IPopup
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IRow
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IScrollview
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ISpan
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ITabpanel
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IVlayout
-
Returns the instance with the given any group children.
- of(Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given any group children.
- of(Iterable<? extends IAbsolutechildren<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Returns the instance with the given
IAbsolutechildren
children. - of(Iterable<? extends IAuxheader>) - Static method in interface org.zkoss.stateless.sul.IAuxhead
-
Returns the instance with the given
IAuxheader
children. - of(Iterable<? extends IChildrenOfInputgroup>) - Static method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns the instance with the given
IChildrenOfInputgroup
children. - of(Iterable<? extends IChildrenOfMenupopup>) - Static method in interface org.zkoss.stateless.sul.IMenubar
-
Returns the instance with the given
IChildrenOfMenupopup
children. - of(Iterable<? extends IChildrenOfMenupopup>) - Static method in interface org.zkoss.stateless.sul.IMenupopup
-
Returns the instance with the given
IChildrenOfMenupopup
children. - of(Iterable<? extends IChildrenOfNavbar>) - Static method in interface org.zkoss.stateless.sul.INavbar
-
Returns the instance with the given
IChildrenOfNavbar
children. - of(Iterable<? extends IColumn<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IColumns
-
Returns the instance with the given
IColumn
children. - of(Iterable<? extends IColumnchildren<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the instance with the given
IColumnchildren
children. - of(Iterable<? extends IComboitem>) - Static method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the instance with the given
IComboitem
children. - of(Iterable<? extends IFisheye>) - Static method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the instance with the given
IFisheye
children. - of(Iterable<? extends IFooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IFoot
-
Returns the instance with the given footers which belong to this component.
- of(Iterable<? extends IGoldenPanel<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the instance with the given
IGoldenPanel
children. - of(Iterable<? extends ILayoutRegion>) - Static method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the instance with the given children (i.e.
- of(Iterable<? extends ILineitem<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the instance with the given
ILineitem
children. - of(Iterable<? extends IListcell<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the instance with the given
IListcell
children. - of(Iterable<? extends IListcell<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the instance with the given
IListcell
children. - of(Iterable<? extends IListcell<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListitem
-
Returns the instance with the given
IListcell
children. - of(Iterable<? extends IListfooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListfoot
-
Returns the instance with the given footers which belong to this component.
- of(Iterable<? extends IListheader<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListhead
-
Returns the instance with the given
IColumn
children. - of(Iterable<? extends IListitemBase>) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListitemBase
children. - of(Iterable<? extends IOrgchildren>) - Static method in interface org.zkoss.stateless.sul.IOrganigram
-
Returns the instance with the given
IOrgchildren
children. - of(Iterable<? extends IOrgitem>) - Static method in interface org.zkoss.stateless.sul.IOrgchildren
-
Returns the instance with the given
IOrgitem
children. - of(Iterable<? extends IPanel>) - Static method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the instance with the given
IPanel
children. - of(Iterable<? extends IPortalchildren>) - Static method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the instance with the given
IPortalchildren
children. - of(Iterable<? extends IRowBase>) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IRowBase
children. - of(Iterable<? extends IRowBase>) - Static method in interface org.zkoss.stateless.sul.IRows
-
Returns the instance with the given
IRowBase
children. - of(Iterable<? extends IRowchildren<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns the instance with the given
IRowchildren
children. - of(Iterable<? extends ISliderbuttons>) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given
ISliderbuttons
children. - of(Iterable<? extends IStep>) - Static method in interface org.zkoss.stateless.sul.IStepbar
-
Returns the instance with the given
IStep
children. - of(Iterable<? extends ITab>) - Static method in interface org.zkoss.stateless.sul.ITabs
-
Returns the instance with the given
ITab
children. - of(Iterable<? extends ITablechildren<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns the instance with the given
ITablechildren
children. - of(Iterable<? extends ITabpanel>) - Static method in interface org.zkoss.stateless.sul.ITabpanels
-
Returns the instance with the given
ITabpanel
children. - of(Iterable<? extends ITreecell<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the instance with the given
treecells
. - of(Iterable<? extends ITreecol<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITreecols
-
Returns the instance with the given tree columns which belong to this component.
- of(Iterable<? extends ITreefooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITreefoot
-
Returns the instance with the given tree footers which belong to this component.
- of(Iterable<? extends ITreeitem>) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree items which belong to root level.
- of(Iterable<? extends ITreeitem>) - Static method in interface org.zkoss.stateless.sul.ITreechildren
-
Returns the instance with the given tree items which belong to this component.
- of(Iterable<String>) - Static method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the instance with the given text children.
- of(Iterable<ITrack>) - Static method in interface org.zkoss.stateless.sul.IAudio
-
Returns the instance with the given
ITrack
children. - of(Iterable<ITrack>) - Static method in interface org.zkoss.stateless.sul.IVideo
-
Returns the instance with the given
ITrack
children. - of(Long) - Static method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the instance with the given value.
- of(Object...) - Static method in class org.zkoss.util.Maps
-
Returns a map containing the given mappings.
- of(String) - Static method in interface org.zkoss.stateless.sul.IA
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IArea
-
Returns the instance with the given coordinates.
- of(String) - Static method in interface org.zkoss.stateless.sul.IAudio
-
Returns the instance with the given
src
. - of(String) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Return the instance of the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the instance with the given value
- of(String) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given label
- of(String) - Static method in interface org.zkoss.stateless.sul.ICheckbox
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the instance with the given color.
- of(String) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the instance with the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the instance with the given label
- of(String) - Static method in interface org.zkoss.stateless.sul.ICropper
-
Returns the instance with the given
src
. - of(String) - Static method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the instance with the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given title.
- of(String) - Static method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the instance with the given content.
- of(String) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IFisheye
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IGroup
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IHtml
-
Returns the instance with the given content.
- of(String) - Static method in interface org.zkoss.stateless.sul.IIframe
-
Returns the instance with the given src.
- of(String) - Static method in interface org.zkoss.stateless.sul.IImage
-
Returns the instance with the given
src
. - of(String) - Static method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the instance with the given
src
. - of(String) - Static method in interface org.zkoss.stateless.sul.ILabel
-
Returns the instance with the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IListitem
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.INav
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.INavitem
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the instance with the given src.
- of(String) - Static method in interface org.zkoss.stateless.sul.IRadio
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.IScript
-
Returns the instance with the given content.
- of(String) - Static method in interface org.zkoss.stateless.sul.IStyle
-
Returns the instance with the given content.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITab
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns the instance with the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the instance with the given value.
- of(String) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITrack
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given label.
- of(String) - Static method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the instance with a
ITreecell
holding the given label. - of(String) - Static method in interface org.zkoss.stateless.sul.IVideo
-
Returns the instance with the given
src
. - of(String) - Static method in interface org.zkoss.stateless.ui.Locator
-
Returns a locator to the given uuid.
- of(String...) - Static method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the instance with the given text children.
- of(String, int, int, int, int) - Static method in interface org.zkoss.stateless.sul.ICropper
-
Returns the instance with the given src, x, y, w, and h.
- of(String, I) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given label and popup.
- of(String, I...) - Static method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the instance with the given targetId and any group children.
- of(String, I...) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given title and any group children.
- of(String, Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the instance with the given targetId and any group children.
- of(String, Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given title and any group children.
- of(String, Iterable<? extends ITreeitem>) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given label and all sublevel items.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given label and image
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ICheckbox
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the instance with the given label and image
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IFisheye
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IMenu
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IRadio
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ITab
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given label and image.
- of(String, String) - Static method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the instance with a
ITreecell
holding the given label and image. - of(String, Temporal) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Return the instance of the given format and date.
- of(String, Temporal) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Return the instance of the given format and date.
- of(String, Date) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Return the instance of the given format and date.
- of(String, Date) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Return the instance of the given format and date.
- of(String, IBandpopup) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Return the instance of the given value and bandpopup child.
- of(String, IMenupopup) - Static method in interface org.zkoss.stateless.sul.IMenu
-
Returns the instance with the given label and a popup child.
- of(String, ITreeitem...) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given label and all sublevel items.
- of(BigDecimal) - Static method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the instance with the given value.
- of(Temporal) - Static method in interface org.zkoss.stateless.sul.ICalendar
-
Return the instance of the given date.
- of(Temporal) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Return the instance of the given date.
- of(Temporal) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Return the instance of the given date.
- of(Temporal) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Return the instance of the given date.
- of(Date) - Static method in interface org.zkoss.stateless.sul.ICalendar
-
Return the instance of the given date.
- of(Date) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Return the instance of the given date.
- of(Date) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Return the instance of the given date.
- of(Date) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Return the instance of the given date.
- of(IAbsolutechildren<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Returns the instance with the given
IAbsolutechildren
children. - of(IAudio) - Static method in class org.zkoss.stateless.state.IAudioController
-
Returns the controller instance with the given
audio
- of(IAuxheader...) - Static method in interface org.zkoss.stateless.sul.IAuxhead
-
Returns the instance with the given
IAuxheader
children. - of(IBandpopup) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Return the instance of the given bandpopup child.
- of(IBiglistbox, MatrixModel<Row, Head, Cell, Header>) - Static method in class org.zkoss.stateless.state.IBiglistboxController
-
Returns the controller instance with the given
biglistbox
- of(IBiglistbox, MatrixModel<Row, Head, Cell, Header>, CheckedFunction2<Object, Integer, String>) - Static method in class org.zkoss.stateless.state.IBiglistboxController
-
Returns the controller instance with the given
biglistbox
- of(ICamera) - Static method in class org.zkoss.stateless.state.ICameraController
-
Returns the controller instance with the given
camera
- of(ICardlayout) - Static method in class org.zkoss.stateless.state.ICardlayoutController
-
Returns the controller instance with the given
cardlayout
- of(ICascader, TreeModel<D>) - Static method in class org.zkoss.stateless.state.ICascaderController
- of(ICascader, TreeModel<D>, CheckedFunction2<Object, Integer, String>) - Static method in class org.zkoss.stateless.state.ICascaderController
- of(IChildrenOfInputgroup...) - Static method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns the instance with the given
IChildrenOfInputgroup
children. - of(IChildrenOfMenupopup...) - Static method in interface org.zkoss.stateless.sul.IMenubar
-
Returns the instance with the given
IChildrenOfMenupopup
children. - of(IChildrenOfMenupopup...) - Static method in interface org.zkoss.stateless.sul.IMenupopup
-
Returns the instance with the given
IChildrenOfMenupopup
children. - of(IChildrenOfNavbar...) - Static method in interface org.zkoss.stateless.sul.INavbar
-
Returns the instance with the given
IChildrenOfNavbar
children. - of(IChosenbox, ListModel<D>) - Static method in class org.zkoss.stateless.state.IChosenboxController
-
Returns the controller instance with the given
chosenbox
- of(IChosenbox, ListModel<D>, CheckedFunction2<D, Integer, String>) - Static method in class org.zkoss.stateless.state.IChosenboxController
-
Returns the controller instance with the given
chosenbox
- of(ICoachmark) - Static method in class org.zkoss.stateless.state.ICoachmarkController
-
Returns the controller instance with the given
coachmark
- of(IColumn<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IColumns
-
Returns the instance with the given
IColumn
children. - of(IColumnchildren<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the instance with the given
IColumnchildren
children. - of(ICombobox, ListModel<D>) - Static method in class org.zkoss.stateless.state.IComboboxController
- of(ICombobox, ListModel<D>, CheckedFunction2<D, Integer, IComboitem>) - Static method in class org.zkoss.stateless.state.IComboboxController
- of(IComboitem...) - Static method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the instance with the given
IComboitem
children. - of(IComponent) - Static method in class org.zkoss.stateless.ui.IStubComponent
- of(ICropper) - Static method in class org.zkoss.stateless.state.ICropperController
-
Returns the controller instance with the given
cropper
- of(IFisheye...) - Static method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the instance with the given
IFisheye
children. - of(IFooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IFoot
-
Returns the instance with the given footers which belong to this component.
- of(IGoldenPanel<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the instance with the given
IGoldenPanel
children. - of(IGrid, GroupsModel<D, G, F>) - Static method in class org.zkoss.stateless.state.IGridController
-
Returns the controller instance with the given
grid
- of(IGrid, GroupsModel<D, G, F>, CheckedFunction3<D, Integer, GroupingInfo, R>) - Static method in class org.zkoss.stateless.state.IGridController
-
Returns the controller instance with the given
grid
- of(IGrid, ListModel<D>) - Static method in class org.zkoss.stateless.state.IGridController
-
Returns the controller instance with the given
grid
- of(IGrid, ListModel<D>, CheckedFunction2<D, Integer, R>) - Static method in class org.zkoss.stateless.state.IGridController
-
Returns the controller instance with the given
grid
- of(ILayoutRegion...) - Static method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the instance with the given children (i.e.
- of(ILineitem<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the instance with the given
ILineitem
children. - of(ILinelayout, ListModel<D>) - Static method in class org.zkoss.stateless.state.ILinelayoutController
-
Returns the controller instance with the given
linelayout
- of(ILinelayout, ListModel<D>, CheckedFunction2<D, Integer, ILineitem>) - Static method in class org.zkoss.stateless.state.ILinelayoutController
-
Returns the controller instance with the given
linelayout
- of(IListbox, GroupsModel<D, G, F>) - Static method in class org.zkoss.stateless.state.IListboxController
-
Returns the controller instance with the given
listbox
- of(IListbox, GroupsModel<D, G, F>, CheckedFunction2<D, Integer, R>) - Static method in class org.zkoss.stateless.state.IListboxController
-
Returns the controller instance with the given
listbox
- of(IListbox, ListModel<D>) - Static method in class org.zkoss.stateless.state.IListboxController
-
Returns the controller instance with the given
listbox
- of(IListbox, ListModel<D>, CheckedFunction2<D, Integer, R>) - Static method in class org.zkoss.stateless.state.IListboxController
-
Returns the controller instance with the given
listbox
- of(IListcell<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the instance with the given
IListcell
children. - of(IListcell<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the instance with the given
IListcell
children. - of(IListcell<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListitem
-
Returns the instance with the given
IListcell
children. - of(IListfooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListfoot
-
Returns the instance with the given footers which belong to this component.
- of(IListheader<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListhead
-
Returns the instance with the given
IColumn
children. - of(IListitemBase...) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListitemBase
children. - of(IMenupopup) - Static method in interface org.zkoss.stateless.sul.IMenu
-
Returns the instance with the given
IMenupopup
child. - of(IOrganigram, TreeModel<D>) - Static method in class org.zkoss.stateless.state.IOrganigramController
-
Returns the controller instance with the given
organigram
- of(IOrganigram, TreeModel<D>, CheckedFunction2<D, Integer, IOrgitem>) - Static method in class org.zkoss.stateless.state.IOrganigramController
-
Returns the controller instance with the given
organigram
- of(IOrgchildren...) - Static method in interface org.zkoss.stateless.sul.IOrganigram
-
Returns the instance with the given
IOrgchildren
children. - of(IOrgitem...) - Static method in interface org.zkoss.stateless.sul.IOrgchildren
-
Returns the instance with the given
IOrgitem
children. - of(IPanel...) - Static method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the instance with the given
IPanel
children. - of(IPanelchildren) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given
IPanelchildren
child. - of(IPdfviewer) - Static method in class org.zkoss.stateless.state.IPdfviewerController
-
Returns the controller instance with the given
Pdfviewer
- of(IPortalchildren...) - Static method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the instance with the given
IPortalchildren
children. - of(IRadiogroup, ListModel<D>) - Static method in class org.zkoss.stateless.state.IRadiogroupController
-
Returns the controller instance with the given
radiogroup
- of(IRadiogroup, ListModel<D>, CheckedFunction2<D, Integer, IRadio>) - Static method in class org.zkoss.stateless.state.IRadiogroupController
-
Returns the controller instance with the given
radiogroup
- of(IRowBase...) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IRowBase
children. - of(IRowBase...) - Static method in interface org.zkoss.stateless.sul.IRows
-
Returns the instance with the given
IRowBase
children. - of(IRowchildren<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns the instance with the given
IRowchildren
children. - of(ISearchbox, ListModel<D>) - Static method in class org.zkoss.stateless.state.ISearchboxController
-
Returns the controller instance with the given
searchbox
- of(ISearchbox, ListModel<D>, CheckedFunction2<Object, Integer, String>) - Static method in class org.zkoss.stateless.state.ISearchboxController
-
Returns the controller instance with the given
searchbox
- of(ISelectbox) - Static method in class org.zkoss.stateless.state.ISelectboxController
-
Returns the controller instance with the given
selectbox
. - of(ISelectbox, ListModel<D>) - Static method in class org.zkoss.stateless.state.ISelectboxController
-
Returns the controller instance with the given
selectbox
- of(ISelectbox, ListModel<D>, CheckedFunction2<Object, Integer, String>) - Static method in class org.zkoss.stateless.state.ISelectboxController
-
Returns the controller instance with the given
selectbox
- of(ISignature) - Static method in class org.zkoss.stateless.state.ISignatureController
-
Returns the controller instance with the given
signature
- of(ISliderbuttons...) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given
ISliderbuttons
children. - of(IStep...) - Static method in interface org.zkoss.stateless.sul.IStepbar
-
Returns the instance with the given
IStep
children. - of(IStepbar, StepModel<D>) - Static method in class org.zkoss.stateless.state.IStepbarController
-
Returns the controller instance with the given
stepbar
- of(IStepbar, StepModel<D>, CheckedFunction2<D, Integer, IStep>) - Static method in class org.zkoss.stateless.state.IStepbarController
-
Returns the controller instance with the given
stepbar
- of(ITab...) - Static method in interface org.zkoss.stateless.sul.ITabs
-
Returns the instance with the given
ITab
children. - of(ITabbox, ListModel<D>) - Static method in class org.zkoss.stateless.state.ITabboxController
- of(ITabbox, ListModel<D>, CheckedFunction2<D, Integer, ITab>, CheckedFunction2<D, Integer, ITabpanel>) - Static method in class org.zkoss.stateless.state.ITabboxController
- of(ITablechildren<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns the instance with the given
ITablechildren
children. - of(ITabpanel...) - Static method in interface org.zkoss.stateless.sul.ITabpanels
-
Returns the instance with the given
ITabpanel
children. - of(ITabs, ITabpanels) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given tabs and tappanels
- of(ITabs, ITabpanels, IToolbar) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given tabs, tappanels, and toolbar
- of(ITimer) - Static method in class org.zkoss.stateless.state.ITimerController
-
Returns the controller instance with the given
timer
- of(IToolbar) - Static method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the instance with the given child.
- of(ITrack...) - Static method in interface org.zkoss.stateless.sul.IAudio
-
Returns the instance with the given
ITrack
children. - of(ITrack...) - Static method in interface org.zkoss.stateless.sul.IVideo
-
Returns the instance with the given
ITrack
children. - of(ITreecell<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the instance with the given
treecells
. - of(ITreecol<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITreecols
-
Returns the instance with the given tree columns which belong to this component.
- of(ITreefooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITreefoot
-
Returns the instance with the given tree footers which belong to this component.
- of(ITreeitem...) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree items which belong to root level.
- of(ITreeitem...) - Static method in interface org.zkoss.stateless.sul.ITreechildren
-
Returns the instance with the given tree items which belong to this component.
- of(ITree, TreeModel<D>) - Static method in class org.zkoss.stateless.state.ITreeController
-
Returns the controller instance with the given
tree
- of(ITree, TreeModel<D>, CheckedFunction2<D, Integer, ITreeitem>) - Static method in class org.zkoss.stateless.state.ITreeController
-
Returns the controller instance with the given
tree
- of(IVideo) - Static method in class org.zkoss.stateless.state.IVideoController
-
Returns the controller instance with the given
video
- of(ActionHandler) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler0) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler1<A>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler2<A, B>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler3<A, B, C>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler4<A, B, C, D>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(ActionHandler9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.util.ActionHandler
-
Returns a casting of
ActionHandler
. - of(Component) - Static method in class org.zkoss.stateless.ui.IStubComponent
- of(Execution) - Static method in interface org.zkoss.stateless.ui.UiAgent
-
Returns a new UiAgent from the given execution, which is activated.
- of(T) - Static method in interface org.zkoss.stateless.ui.Locator
-
Returns a locator to the given
Component
. - ofArea(String) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given area.
- ofArea(String, I...) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given area and any group children.
- ofArea(String, Iterable<? extends I>) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given area and any group children.
- ofAsync() - Method in interface org.zkoss.stateless.ui.UiAgent
-
Returns a new CompletableFuture that is asynchronously completed by retrieving a new
UiAgent
instance in a CompletableFuture. - ofBorder(IPanel.Border) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given
IPanel.Border
border. - ofBorder(IWindow.Border) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given
IWindow.Border
border. - ofBottomToolbar(IToolbar) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given bottom
IToolbar
child. - ofCaption(ICaption) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given caption.
- ofCaption(ICaption) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given caption.
- ofCaption(ICaption) - Static method in interface org.zkoss.stateless.sul.ITab
-
Returns the instance with the given
ICaption
. - ofCaption(ICaption) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given caption.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given cols.
- ofCols(int) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given cols.
- ofColumns(int) - Static method in interface org.zkoss.stateless.sul.IFrozen
-
Return the instance with the given columns
- ofColumns(Iterable<? extends IColumn<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IColumn
column children. - ofColumns(IColumn<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IColumn
column children. - ofColumns(IColumns) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IColumns
child. - ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given constraint.
- ofConstraint(String) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given constraint.
- ofDelay(int) - Static method in interface org.zkoss.stateless.sul.ITimer
-
Returns the instance with the given delay.
- ofDetection(String) - Static method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the instance with the given detection.
- ofDetection(IDropupload.Detection) - Static method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the instance with the given detection.
- ofDir(IButtonBase.Direction) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given dir.
- ofDir(IButtonBase.Direction) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given dir.
- ofDir(IButtonBase.Direction) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given dir.
- ofDir(IButtonBase.Direction) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given dir.
- ofFlex(String, String) - Static method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the instance with the given flex, hflex and vflex.
- ofFlex(String, String) - Static method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the instance with the given vflex and hflex
- ofFlex(String, String) - Static method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the instance with the given vflex and hflex
- ofFlex(String, String) - Static method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the instance with the given vflex and hflex
- OfflineRecoverEvent - Class in org.zkoss.zkmax.zul.event
-
Represents an event that indicates an offline recovery of Fragment component.
- OfflineRecoverEvent(String, Component, Object, Map<String, Object>) - Constructor for class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
- ofFoot(IFoot) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IFoot
child. - ofFooters(Iterable<? extends IFooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IFooter
footer children. - ofFooters(IFooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given
IFooter
footer children. - ofFootToolbar(IToolbar) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given foot
IToolbar
child. - ofFormat(String) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given format.
- ofFormat(String) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given format.
- ofFormat(String) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given format.
- ofHeight(String) - Static method in interface org.zkoss.stateless.sul.ISpace
-
Returns the instance with the given height.
- ofHflex(String) - Static method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the instance with the given hflex
- ofHflex(String) - Static method in interface org.zkoss.stateless.sul.IVlayout
-
Returns the instance with the given hflex.
- ofIconSclass(String) - Static method in interface org.zkoss.stateless.sul.INav
-
Returns the instance with the given iconSclass.
- ofIconSclass(String) - Static method in interface org.zkoss.stateless.sul.INavitem
-
Returns the instance with the given iconSclass.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IA
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IArea
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAudio
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAuxhead
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBandbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBandpopup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICalendar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICamera
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICascader
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICell
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICenter
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICheckbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IColumns
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICombobox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ICropper
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDetail
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDiv
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDoublebox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDrawer
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IDropupload
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IEast
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFisheye
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFoot
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IFrozen
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGrid
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGroup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IHtml
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IIframe
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IImage
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IIntbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ILabel
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListfoot
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListgroup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListhead
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IListitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ILongbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMenu
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMenubar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMenupopup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMenuseparator
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.INav
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.INavbar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.INavitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.INavseparator
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.INorth
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IOrganigram
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IOrgchildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPaging
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPanelchildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPopup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRadio
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRating
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRow
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IRows
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IScript
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IScrollview
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISeparator
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISignature
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISlider
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISouth
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISpace
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISpan
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISpinner
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IStep
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IStepbar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IStyle
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITab
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITabpanel
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITabpanels
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITabs
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITimer
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IToolbar
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITrack
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreecols
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreefoot
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IVideo
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IVlayout
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IWest
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given id.
- ofId(String) - Static method in interface org.zkoss.stateless.ui.Locator
-
Returns a locator to the given id of
IComponent
. - ofImage(String) - Static method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ICaption
-
Returns the instance with the given image
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ICheckbox
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IColumn
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IComboitem
-
Returns the instance with the given image
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IFisheye
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IFooter
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IListcell
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IListfooter
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IListheader
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IMenu
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IOrgnode
-
Returns the instance with the given image
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IRadio
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ITab
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ITreecell
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ITreecol
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ITreefooter
-
Returns the instance with the given image.
- ofImage(String) - Static method in interface org.zkoss.stateless.sul.ITreerow
-
Returns the instance with a
ITreecell
holding the given image. - ofInterval(int) - Static method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the instance with the given interval
- ofKind(ITrack.Kind) - Static method in interface org.zkoss.stateless.sul.ITrack
-
Returns the instance with the given kind.
- ofListfoot(IListfoot) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListfoot
foot child. - ofListfooters(Iterable<? extends IListfooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListfooter
footer children. - ofListfooters(IListfooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListfooter
footer children. - ofListhead(IListhead) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListhead
child. - ofListheaders(Iterable<? extends IListheader<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListheader
column children. - ofListheaders(IListheader<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.IListbox
-
Returns the instance with the given
IListheader
column children. - ofLocale(String) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given locale.
- ofLocale(String) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given locale.
- ofLocale(String) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given locale.
- ofLocale(Locale) - Static method in interface org.zkoss.stateless.sul.IDatebox
-
Returns the instance with the given locale.
- ofLocale(Locale) - Static method in interface org.zkoss.stateless.sul.ITimebox
-
Returns the instance with the given locale.
- ofLocale(Locale) - Static method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns the instance with the given locale.
- ofMax(int) - Static method in interface org.zkoss.stateless.sul.IRating
-
Returns the instance with the given max
- ofMode(IToolbarbutton.Mode) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given mode.
- ofMode(IWindow.Mode) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given mode.
- ofMultiline(boolean) - Static method in interface org.zkoss.stateless.sul.ITextbox
-
Returns the instance with the given multiline.
- ofOrient(String) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given orient.
- ofOrient(String) - Static method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the instance with the given orient.
- ofOrient(IButtonBase.Orient) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given orient.
- ofOrient(IButtonBase.Orient) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given orient.
- ofOrient(IButtonBase.Orient) - Static method in interface org.zkoss.stateless.sul.IFileupload
-
Returns the instance with the given orient.
- ofOrient(IButtonBase.Orient) - Static method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns the instance with the given orient.
- ofOrient(ICardlayout.Orient) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given orient.
- ofOrient(ILinelayout.Orient) - Static method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns the instance with the given orient.
- ofOrient(IRangesliderBase.Orient) - Static method in interface org.zkoss.stateless.sul.IMultislider
-
Returns the instance with the given orient.
- ofOrient(IRangesliderBase.Orient) - Static method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns the instance with the given orient.
- ofOrient(ISeparatorBase.Orient) - Static method in interface org.zkoss.stateless.sul.ISeparator
-
Returns the instance with the given orient.
- ofOrient(ISeparatorBase.Orient) - Static method in interface org.zkoss.stateless.sul.ISpace
-
Returns the instance with the given orient.
- ofOrient(ITabbox.Orient) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given
orient
- ofPointIconSclass(String) - Static method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the instance with the given pointIconSclass.
- ofPointImageSrc(String) - Static method in interface org.zkoss.stateless.sul.ILineitem
-
Returns the instance with the given pointImageSrc.
- ofSize(int, int, int, int) - Static method in interface org.zkoss.stateless.sul.ICropper
-
Returns the instance with the given size, x, y, w, and h.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IAbsolutelayout
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.ICamera
-
Returns the instance with the given size, width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given size, width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IColorbox
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IColumnchildren
-
Returns the instance with the given width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IColumnlayout
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IDiv
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns the instance with the given width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given size, width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IIframe
-
Returns the instance with the given width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IImage
-
Returns the instance with the given
width
andheight
. - ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IImagemap
-
Returns the instance with the given
width
andheight
. - ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given size, width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IScrollview
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.ISignature
-
Returns the instance with the given size, width and height.
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given width and height
- ofSize(String, String) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given size, width and height
- ofSrc(String) - Static method in interface org.zkoss.stateless.sul.IScript
-
Returns the instance with the given src.
- ofSrc(String) - Static method in interface org.zkoss.stateless.sul.IStyle
-
Returns the instance with the given src.
- ofSrc(String) - Static method in interface org.zkoss.stateless.sul.ITrack
-
Returns the instance with the given src.
- ofTab(ITabbox, ListModel<D>, CheckedFunction2<D, Integer, ITab>) - Static method in class org.zkoss.stateless.state.ITabboxController
- ofTabanel(ITabbox, ListModel<D>, CheckedFunction2<D, Integer, ITabpanel>) - Static method in class org.zkoss.stateless.state.ITabboxController
- ofTitle(String) - Static method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns the instance with the given title.
- ofTitle(String) - Static method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns the instance with the given title.
- ofTitle(String) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given title.
- ofTitle(String) - Static method in interface org.zkoss.stateless.sul.IStep
-
Returns the instance with the given title.
- ofTitle(String) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given title.
- ofTopToolbar(IToolbar) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given top
IToolbar
child. - ofTotalSize(int) - Static method in interface org.zkoss.stateless.sul.IPaging
-
Returns the instance with the given total size.
- ofTreecells(Iterable<? extends ITreecell<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given tree cells.
- ofTreecells(ITreecell<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given tree cells.
- ofTreecols(Iterable<? extends ITreecol<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree columns.
- ofTreecols(ITreecol<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree columns.
- ofTreecols(ITreecols) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree columns.
- ofTreefoot(ITreefoot) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree foot.
- ofTreefooters(Iterable<? extends ITreefooter<IAnyGroup>>) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree footers.
- ofTreefooters(ITreefooter<IAnyGroup>...) - Static method in interface org.zkoss.stateless.sul.ITree
-
Returns the instance with the given tree footers.
- ofTreerow(ITreerow) - Static method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns the instance with the given treerow.
- ofType(String) - Static method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns the instance with the given type
- ofType(String, String) - Static method in interface org.zkoss.stateless.sul.IBarcode
-
Returns the instance with the given type and value
- ofType(IButtonBase.Type) - Static method in interface org.zkoss.stateless.sul.IButton
-
Returns the instance with the given type.
- ofType(IButtonBase.Type) - Static method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns the instance with the given type.
- ofVflex(String) - Static method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns the instance with the given vflex.
- ofVflex(String) - Static method in interface org.zkoss.stateless.sul.IHlayout
-
Returns the instance with the given vflex.
- ofVflex(String) - Static method in interface org.zkoss.stateless.sul.IPanel
-
Returns the instance with the given vflex.
- ofVflex(String) - Static method in interface org.zkoss.stateless.sul.IWindow
-
Returns the instance with the given vflex.
- ofVFlex(String) - Static method in interface org.zkoss.stateless.sul.ITabbox
-
Returns the instance with the given vflex
- ofWidth(String) - Static method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns the instance with the given width.
- ofWidth(String) - Static method in interface org.zkoss.stateless.sul.ISeparator
-
Returns the instance with the given width.
- ofWidth(String) - Static method in interface org.zkoss.stateless.sul.ITabs
-
Returns the instance with the given width.
- OGNLFactory - Class in org.zkoss.zkmax.xel.ognl
-
An implementation based on OGNL.
- OGNLFactory() - Constructor for class org.zkoss.zkmax.xel.ognl.OGNLFactory
- Oid - Class in org.zkoss.stateless.util
-
Oid generator
- Oid() - Constructor for class org.zkoss.stateless.util.Oid
- OK - org.zkoss.zul.Messagebox.Button
-
A OK button.
- OK - Static variable in interface org.zkoss.zul.mesg.MZul
- OK - Static variable in class org.zkoss.zul.Messagebox
-
A OK button.
- Ol - Class in org.zkoss.zhtml
-
The OL tag.
- Ol() - Constructor for class org.zkoss.zhtml.Ol
- ON_ABORT - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the Abort button being clicked.
- ON_ACROSS_PAGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onAcrossPage event used with
Event
. - ON_ADJUST_COLS - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onAdjustCols event used with
Event
. - ON_ADJUST_FROZEN_COLS - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onAdjustFrozenCols event used with
Event
. - ON_ADJUST_ROWS - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onAdjustRows event used with
Event
. - ON_AFTER_RENDER - Static variable in class org.zkoss.zul.event.ZulEvents
-
The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered
- ON_AFTER_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onAfterSize event (used with
AfterSizeEvent
). - ON_ANCHOR_POS - Static variable in class org.zkoss.zk.ui.event.Events
-
The onAnchorPos event used with
Event
. - ON_BIND_CLEAN - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- ON_BIND_COMMAND - Static variable in class org.zkoss.bind.BindComposer
- ON_BIND_COMMAND_UPLOAD - Static variable in class org.zkoss.bind.BindComposer
- ON_BIND_GLOBAL_COMMAND - Static variable in class org.zkoss.bind.BindComposer
- ON_BIND_INIT - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- ON_BINDING_READY - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Component developer use only
- ON_BLUR - Static variable in class org.zkoss.zk.ui.event.Events
-
The onBlur event (used with
Event
). - ON_BOOKMARK_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onBookmarkChange event (used with
BookmarkEvent
) to notify that user pressed BACK, FORWARD or specified URL directly that causes the bookmark is changed (but still in the same desktop). - ON_CAMERA_UNAVAILABLE - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onCameraUnavailable event used with
DOMExceptionEvent
. - ON_CANCEL - Static variable in class org.zkoss.zk.ui.event.Events
-
The onCancel event (used with
KeyEvent
). - ON_CANCEL - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the Cancel button being clicked.
- ON_CELL_CLICK - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onCellClick event used with
CellClickEvent
. - ON_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onChange event (used with
InputEvent
). - ON_CHANGING - Static variable in class org.zkoss.zk.ui.event.Events
-
The onChanging event (used with
InputEvent
). - ON_CHECK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onCheck event (used with
CheckEvent
). - ON_CHECK_SELECT_ALL - Static variable in class org.zkoss.zk.ui.event.Events
-
The onCheckSelectAll event used with
Event
. - ON_CLEAR - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onClear event used with
Event
. - ON_CLEAR - Static variable in class org.zkoss.zkmax.zul.Signature
- ON_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onClick event (used with
MouseEvent
). - ON_CLIENT_INFO - Static variable in class org.zkoss.zk.ui.event.Events
-
The onClientInfo event (used with
ClientInfoEvent
). - ON_CLOSE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onClose event (used with
Event
) used to denote the close button is pressed. - ON_COL_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
-
The onColSize event used with
ColSizeEvent
. - ON_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- ON_CREATE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onCreate event (used with
CreateEvent
) to notify a component that it (and its children) has been created by ZK's evaluating a ZUML page. - ON_CROP - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onCrop event used with
UploadEvent
. - ON_CTRL_KEY - Static variable in class org.zkoss.zk.ui.event.Events
-
The onCtrlKey event (used with
KeyEvent
). - ON_DATA_LOADING - Static variable in class org.zkoss.zk.ui.event.Events
-
The onDataLoading event used with
Event
. - ON_DEFERRED_EVALUATION - Static variable in class org.zkoss.zk.ui.event.Events
-
The onDeferredEvaluation event (used with
Event
) to notify a component theComposer.doAfterCompose(Component)
phase is done, and can evaluate deferred expressions if any. - ON_DESKTOP_RECYCLE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onDesktopRecycle event (used with
Event
) to notify that a desktop has been recycled. - ON_DETECT - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onDetect event used with
Event
. - ON_DIVISION_SIZE - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onDivisionSize event used with
Event
. - ON_DOUBLE_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onDoubleClick event (used with
MouseEvent
). - ON_DROP - Static variable in class org.zkoss.zk.ui.event.Events
-
The onDrop event (used with
DropEvent
). - ON_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
-
The onError event (used with
ErrorEvent
). - ON_FOCUS - Static variable in class org.zkoss.zk.ui.event.Events
-
The onFocus event (used with
Event
). - ON_FULFILL - Static variable in class org.zkoss.zk.ui.event.Events
-
The onFulfill event (used with
FulfillEvent
) to denote a fulfill condition has been applied. - ON_GLOBAL_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- ON_GROUP - Static variable in class org.zkoss.zk.ui.event.Events
-
The onGroup event (used with
Event
) to notify a request for grouping. - ON_HISTORY_POP_STATE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onHistoryPopState event (used with
HistoryPopStateEvent
). - ON_IGNORE - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the Ignore button being clicked.
- ON_INNER_WIDTH - Static variable in class org.zkoss.zk.ui.event.Events
-
The onInnerWidth event used with
Event
. - ON_ITEM_CLICK - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onItemClick event used with
Event
. - ON_LENGTH_LIMIT_EXCEED - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onLengthLimitExceed event used with
Event
. - ON_MAX_FILE_COUNT_EXCEED - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onMaxFileCountExceed event used with
Event
. - ON_MAXIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onMaximize event (used with
MaximizeEvent
). - ON_MAXSIZE_EXCEED - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onMaxsizeExceed event used with
Event
. - ON_MINIMIZE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onMinimize event (used with
MinimizeEvent
). - ON_MODAL - Static variable in class org.zkoss.zk.ui.event.Events
-
The onModal event (used with
Event
) to notify a component shall become modal. - ON_MOUSE_OUT - Static variable in class org.zkoss.zk.ui.event.Events
-
The onMouseOut event (used with
MouseEvent
). - ON_MOUSE_OVER - Static variable in class org.zkoss.zk.ui.event.Events
-
The onMouseOver event (used with
MouseEvent
). - ON_MOVE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onMove event (used with
MoveEvent
). - ON_NO - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the No button being clicked.
- ON_NOTIFY - Static variable in class org.zkoss.zk.ui.event.Events
-
The onNotify event (used with
Event
). - ON_OK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onOK event (used with
KeyEvent
). - ON_OK - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the OK button being clicked.
- ON_OPEN - Static variable in class org.zkoss.zk.ui.event.Events
-
The onOpen event (used with
OpenEvent
). - ON_PAGE_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
-
The onPageSize event used with
PageSizeEvent
. - ON_PAGING - Static variable in class org.zkoss.zul.event.ZulEvents
-
The onPaging event used with
PagingEvent
. - ON_PIGGYBACK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onPiggyback event (used with
Event
) used to notify a root component that the client has sent a request to the server. - ON_PORTAL_DROP - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The PortalDropEvent event used with
PortalDropEvent
. - ON_PORTAL_MOVE - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onPortalMove event used with
PortalMoveEvent
. - ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onRangeValueChange event used with
RangeValueChangeEvent
. - ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.zul.Rangeslider
- ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.zul.Sliderbuttons
- ON_REBUILD_SHADOW_TREE_LATER - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- ON_RENDER - Static variable in class org.zkoss.zk.ui.event.Events
-
The onRender request.
- ON_RETRY - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the RETRY button being clicked.
- ON_RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onRightClick event (used with
MouseEvent
). - ON_ROTATE - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onRotate event used with
RotationEvent
. - ON_SAVE - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onSave event used with
UploadEvent
. - ON_SAVE - Static variable in class org.zkoss.zkmax.zul.Signature
- ON_SCRIPT_ERROR - Static variable in class org.zkoss.zk.ui.event.Events
-
The onScriptError event used with
ScriptErrorEvent
. - ON_SCROLL - Static variable in class org.zkoss.zk.ui.event.Events
-
The onScroll event (used with
ScrollEvent
). - ON_SCROLL_POS - Static variable in class org.zkoss.zk.ui.event.Events
-
The onScrollPos event used with
Event
. - ON_SCROLL_X - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onScrollX event used with
ScrollEventExt
. - ON_SCROLL_Y - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onScrollY event used with
ScrollEventExt
. - ON_SCROLLING - Static variable in class org.zkoss.zk.ui.event.Events
-
The onScrolling event (used with
ScrollEvent
). - ON_SEARCH - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSearching event (used with
InputEvent
). - ON_SEARCHING - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSearching event (used with
InputEvent
). - ON_SELECT - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSelect event (used with
SelectEvent
). - ON_SELECT_SUBMODEL - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onSelectSubModel event used with
Event
. - ON_SELECTION - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSelection event (used with
SelectionEvent
). - ON_SIZE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSize event (used with
SizeEvent
). - ON_SLIDE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSlide event (used with
Event
). - ON_SNAPSHOT_UPLOAD - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onSnapshotUpload event used with
UploadEvent
. - ON_SORT - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSort event (used with
Event
) to notify a request for sorting. - ON_STATE_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onStateChange event used with
StateChangeEvent
. - ON_STUB - Static variable in class org.zkoss.zk.ui.event.Events
-
The onStub event (used with
StubEvent
) to denote an event sent from the peer widget of a stub component (at the client). - ON_SWIPE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onSwipe event (used with
SwipeEvent
). - ON_TARGET_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onTargetClick event (used with
MouseEvent
). - ON_TIME_ZONE_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onTimeZoneChange event used with
Event
. - ON_TIMER - Static variable in class org.zkoss.zk.ui.event.Events
-
The onTimer event (used with
Event
). - ON_TOP_PAD - Static variable in class org.zkoss.zk.ui.event.Events
-
The onTopPad event used with
Event
. - ON_UNGROUP - Static variable in class org.zkoss.zk.ui.event.Events
-
The onUngroup event (used with
Event
) to notify a request for ungrouping. - ON_UPLOAD - Static variable in class org.zkoss.zk.ui.event.Events
-
The onUpload event (used with
UploadEvent
. - ON_URI_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onURIChange event (used with
URIEvent
) to notify that the associated URI of a component is changed. - ON_USER - Static variable in class org.zkoss.zk.ui.event.Events
-
The onUser event.
- ON_VIDEO_UPLOAD - Static variable in class org.zkoss.zkmax.ui.event.Events
-
The onVideoUpload event used with
UploadEvent
. - ON_VISIBILITY_CHANGE - Static variable in class org.zkoss.zk.ui.event.Events
-
The onVisibilityChange event (used with
VisibilityChangeEvent
). - ON_WEEK_CLICK - Static variable in class org.zkoss.zk.ui.event.Events
-
The onWeekClick event used with
Event
. - ON_YES - Static variable in class org.zkoss.zul.Messagebox
-
The event to indicate the Yes button being clicked.
- ON_Z_INDEX - Static variable in class org.zkoss.zk.ui.event.Events
-
The onZIndex event (used with
ZIndexEvent
). - ON_ZKBIND_LATER - Static variable in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- ON_ZOOM - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onZoom event used with
ZoomEvent
. - onAcrossPage(ActionType.OnAcrossPage0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAcrossPage(ActionType.OnAcrossPage9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onActivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- onActivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- onActivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Called when this execution is about to become the current execution
Executions.getCurrent()
. - onAdd(E, E) - Method in class org.zkoss.util.NotableLinkedList
-
Called each time an new element is about being added into the array.
- onAdd(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
- onAdd(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
- onAdd(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
- onAdjustCols(ActionType.OnAdjustCols0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustCols(ActionType.OnAdjustCols9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustFrozenCols(ActionType.OnAdjustFrozenCols9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAdjustRows(ActionType.OnAdjustRows9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterCompose() - Method in class org.zkoss.zul.Include
- onAfterRender() - Method in class org.zkoss.stateless.state.IListboxController
- onAfterRender() - Method in class org.zkoss.zul.Grid
- onAfterRender() - Method in class org.zkoss.zul.Listbox
- onAfterRender() - Method in class org.zkoss.zul.Tree
- onAfterRender(ActionType.OnAfterRender0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterRender(ActionType.OnAfterRender9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAfterSize(ActionType.OnAfterSize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos0) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onAnchorPos(ActionType.OnAnchorPos9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBeforeDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- onBeforeDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Called when this execution is about to become a non-current execution.
- onBlur(ActionType.OnBlur0) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBlur(ActionType.OnBlur9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onBookmarkChange(ActionType.OnBookmarkChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCameraUnavailable(ActionType.OnCameraUnavailable9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel() - Method in class org.zkoss.zul.impl.MessageboxDlg
- onCancel(ActionType.OnCancel0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCancel(ActionType.OnCancel9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCellClick(ActionType.OnCellClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange() - Method in annotation type org.zkoss.bind.annotation.NotifyCommand
- onChange(ActionType.OnChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ActionType.OnChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChange(ChartDataEvent) - Method in interface org.zkoss.zul.event.ChartDataListener
-
Sent when the contents of the list has changed.
- onChange(GroupsDataEvent) - Method in interface org.zkoss.zul.event.GroupsDataListener
-
Sent when the contents of the list has changed.
- onChange(ListDataEvent) - Method in class org.zkoss.bind.impl.ChildrenBindingListDataListener
- onChange(ListDataEvent) - Method in interface org.zkoss.zul.event.ListDataListener
-
Sent when the contents of the list has changed.
- onChange(ListDataEvent) - Method in class org.zkoss.zuti.zul.ForEachListDataListener
- onChange(TreeDataEvent) - Method in interface org.zkoss.zul.event.TreeDataListener
-
Sent when the contents of the tree has changed.
- onChanging(ActionType.OnChanging0) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChanging(ActionType.OnChanging9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheck(ActionType.OnCheck9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCheckSelectAll(ActionType.OnCheckSelectAll9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onChildAdded(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onChildAdded(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: handles special event listeners.
- onChildAdded(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- onChildAdded(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called when a child is added.
- onChildAdded(Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Multislider
- onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
- onChildAdded(Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- onChildAdded(Component) - Method in class org.zkoss.zul.Combobox
- onChildAdded(Component) - Method in class org.zkoss.zul.Radiogroup
- onChildAdded(Component) - Method in class org.zkoss.zul.Tabs
- onChildAdded(Component) - Method in class org.zkoss.zul.Tree
- onChildAdded(Component) - Method in class org.zkoss.zul.Treechildren
- onChildAdded(Component) - Method in class org.zkoss.zul.Treeitem
- onChildAdded(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- onChildRemoved(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onChildRemoved(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: handles special event listeners.
- onChildRemoved(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called when a child is removed.
- onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Organigram
- onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
- onChildRemoved(Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- onChildRemoved(Component) - Method in class org.zkoss.zul.Borderlayout
- onChildRemoved(Component) - Method in class org.zkoss.zul.Combobox
- onChildRemoved(Component) - Method in class org.zkoss.zul.Groupbox
- onChildRemoved(Component) - Method in class org.zkoss.zul.LayoutRegion
- onChildRemoved(Component) - Method in class org.zkoss.zul.Menu
- onChildRemoved(Component) - Method in class org.zkoss.zul.Panel
- onChildRemoved(Component) - Method in class org.zkoss.zul.Row
- onChildRemoved(Component) - Method in class org.zkoss.zul.Tab
- onChildRemoved(Component) - Method in class org.zkoss.zul.Tabbox
- onChildRemoved(Component) - Method in class org.zkoss.zul.Tabs
- onChildRemoved(Component) - Method in class org.zkoss.zul.Tree
- onChildRemoved(Component) - Method in class org.zkoss.zul.Treechildren
- onChildRemoved(Component) - Method in class org.zkoss.zul.Treeitem
- onChildRemoved(Component) - Method in class org.zkoss.zul.Window
- onChildRemoved(Component) - Method in class org.zkoss.zuti.zul.Choose
- onChildRemoved(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- onChildrenMerged(Component, boolean) - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
Called when this component replaced the given component, and the children of the given component shall be 'merged' to this component.
- onClear(ActionType.OnClear0) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClear(ActionType.OnClear9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick() - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
- onClick(ActionType.OnClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClick(ActionType.OnClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo0) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClientInfo(ActionType.OnClientInfo9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose() - Method in class org.zkoss.zkmax.zul.GoldenPanel
- onClose() - Method in class org.zkoss.zul.impl.MessageboxDlg
- onClose() - Method in class org.zkoss.zul.Panel
-
Process the onClose event sent when the close button is pressed.
- onClose() - Method in class org.zkoss.zul.Tab
-
Process the onClose event sent when the close button is pressed.
- onClose() - Method in class org.zkoss.zul.Window
-
Process the onClose event sent when the close button is pressed.
- onClose(Session, CloseReason) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- onClose(ActionType.OnClose0) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(ActionType.OnClose9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onClose(Event) - Method in class org.zkoss.zul.impl.FileuploadDlg
- onColSize(ActionType.OnColSize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onColSize(ActionType.OnColSize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(ActionType.OnCreate9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCreate(Event) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Internal use only
- onCreate(Event) - Method in class org.zkoss.zul.Tab
-
Internal use only
- onCrop(ActionType.OnCrop0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCrop(ActionType.OnCrop9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey0) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onCtrlKey(ActionType.OnCtrlKey9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- onDataChange(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- onDataLoading(ActionType.OnDataLoading0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDataLoading(ActionType.OnDataLoading9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeactivate() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- onDeactivate() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- onDeactivate() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Called when this execution is about to become a non-current execution.
- onDebug(String) - Method in class org.zkoss.fsm.StateMachine
-
This method is call at certain situations when debug mode is on.
- onDeferredEvaluation(ActionType.OnDeferredEvaluation0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDeferredEvaluation(ActionType.OnDeferredEvaluation9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDesktopRecycle(ActionType.OnDesktopRecycle9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDestroyed() - Method in class org.zkoss.zk.ui.http.SimpleSession
- onDestroyed() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Called when the session is destroyed.
- onDetect(ActionType.OnDetect0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDetect(ActionType.OnDetect9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDirtyChange() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- onDirtyChange() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- onDirtyChange() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- onDirtyChange() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- onDirtyChange() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- onDirtyChange() - Method in class org.zkoss.bind.proxy.MapProxy
- onDivisionSize(ActionType.OnDivisionSize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDivisionSize(ActionType.OnDivisionSize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDoubleClick(ActionType.OnDoubleClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDownload(Media, Object, String) - Method in interface org.zkoss.zkmax.zul.FiledownloadListener
-
Notifies that the user is requesting the media to download.
- onDrop(ActionType.OnDrop0) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onDrop(ActionType.OnDrop9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- ONE - Static variable in class org.zkoss.math.BigDecimals
-
Represents 1 in big decimal.
- onEchoInclude() - Method in class org.zkoss.zul.Include
-
Internal use only.
- OneCollection(E) - Constructor for class org.zkoss.util.CollectionsX.OneCollection
- OneEnumeration(E) - Constructor for class org.zkoss.util.CollectionsX.OneEnumeration
- OneIterator(E) - Constructor for class org.zkoss.util.CollectionsX.OneIterator
- onError(Session, Throwable) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- onError(ActionType.OnError0) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onError(ActionType.OnError9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onEvent(Event) - Method in class org.zkoss.zk.ui.event.GenericEventListener
- onEvent(Event) - Method in class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
- onEvent(Event) - Method in interface org.zkoss.zul.event.PagingListener
- onEvent(ScriptErrorEvent) - Method in class org.zkoss.zk.ui.script.DefaultScriptErrorListener
- onEvent(T) - Method in interface org.zkoss.zk.ui.event.EventListener
-
Notifies this listener that an event occurs.
- onExpunge(CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
-
Called when a pair of key and value having been expunged.
- onField(Class<?>, Field, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.FieldRunner
- onFocus(ActionType.OnFocus0) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFocus(ActionType.OnFocus9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill0) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onFulfill(ActionType.OnFulfill9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup0) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroup(ActionType.OnGroup9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onGroupLater(SortEvent) - Method in class org.zkoss.zul.Column
-
Internal use only.
- onGroupLater(SortEvent) - Method in class org.zkoss.zul.Listheader
-
Internal use only.
- onHistoryPopState(ActionType.OnHistoryPopState0) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHistoryPopState(ActionType.OnHistoryPopState9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onHostAttached(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- onHostChildAdded(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Default: does nothing.
- onHostChildAdded(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child of a host is added into this shadow element.
- onHostChildRemoved(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Default: does nothing.
- onHostChildRemoved(Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Called when a child of a host is added into this shadow element.
- onHostDetached(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- onInitMatrix() - Method in class org.zkoss.zkmax.zul.GoldenPanel
- onInitRender() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zkmax.zul.Cascader
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zkmax.zul.Chosenbox
- onInitRender() - Method in class org.zkoss.zkmax.zul.Linelayout
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zkmax.zul.Organigram
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zkmax.zul.Searchbox
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zkmax.zul.Stepbar
- onInitRender() - Method in class org.zkoss.zul.Grid
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zul.Listbox
-
Handles a private event, onInitRender.
- onInitRender() - Method in class org.zkoss.zul.Selectbox
- onInitRender() - Method in class org.zkoss.zul.Tabbox
- onInitRender() - Method in class org.zkoss.zul.Tree
-
Handles a private event, onInitRender.
- onInitRender(Event) - Method in class org.zkoss.zul.Combobox
-
Handles a private event, onInitRender.
- onInitRender(Event) - Method in class org.zkoss.zul.Radiogroup
-
For model rendering
- onInitRenderNow() - Method in class org.zkoss.zul.Selectbox
- onInitSelection() - Method in class org.zkoss.zkmax.zul.Chosenbox
- onInnerWidth(ActionType.OnInnerWidth0) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onInnerWidth(ActionType.OnInnerWidth9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onItemClick(ActionType.OnItemClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLand(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
- onLand(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
-
This method is called when the machine enters this state
- onLeave(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
- onLeave(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
-
This method is called when the machine leaves this state
- onLengthLimitExceed(ActionType.OnLengthLimitExceed0) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onLengthLimitExceed(ActionType.OnLengthLimitExceed9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxFileCountExceed(ActionType.OnMaxFileCountExceed9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaximize(ActionType.OnMaximize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMaxsizeExceed(ActionType.OnMaxsizeExceed9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMethod(Class<?>, Method, A) - Method in interface org.zkoss.zk.ui.select.impl.Reflections.MethodRunner
- onMinimize(ActionType.OnMinimize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMinimize(ActionType.OnMinimize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal() - Method in class org.zkoss.zul.Window
-
Process the onModal event by making itself a modal window.
- onModal(ActionType.OnModal0) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onModal(ActionType.OnModal9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOut(ActionType.OnMouseOut9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMouseOver(ActionType.OnMouseOver9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove0) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onMove(ActionType.OnMove9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify0) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onNotify(ActionType.OnNotify9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK() - Method in class org.zkoss.zul.impl.MessageboxDlg
- onOK(ActionType.OnOK0) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOK(ActionType.OnOK9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(Session, EndpointConfig) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- onOpen(ActionType.OnOpen0) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onOpen(ActionType.OnOpen9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageAttached(Page, Page) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: handles special event listeners.
- onPageAttached(Page, Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called when this component is attached to a page.
- onPageAttached(Page, Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Cascader
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Organigram
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Searchbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zkmax.zul.Stepbar
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Chart
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Combobox
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Grid
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Include
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Listbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Radio
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Radiogroup
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Selectbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Tabbox
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Tree
- onPageAttached(Page, Page) - Method in class org.zkoss.zul.Treechildren
- onPageDetached(Page) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onPageDetached(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Default: handles special event listeners.
- onPageDetached(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called when this component is detached from a page.
- onPageDetached(Page) - Method in class org.zkoss.zk.ui.sys.StubsComponent
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Cascader
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Organigram
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Searchbox
- onPageDetached(Page) - Method in class org.zkoss.zkmax.zul.Stepbar
- onPageDetached(Page) - Method in class org.zkoss.zul.Chart
- onPageDetached(Page) - Method in class org.zkoss.zul.Combobox
- onPageDetached(Page) - Method in class org.zkoss.zul.Grid
- onPageDetached(Page) - Method in class org.zkoss.zul.Listbox
- onPageDetached(Page) - Method in class org.zkoss.zul.Radio
- onPageDetached(Page) - Method in class org.zkoss.zul.Radiogroup
- onPageDetached(Page) - Method in class org.zkoss.zul.Selectbox
- onPageDetached(Page) - Method in class org.zkoss.zul.Tabbox
- onPageDetached(Page) - Method in class org.zkoss.zul.Tree
- onPageDetached(Page) - Method in class org.zkoss.zul.Window
- onPageSize(ActionType.OnPageSize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPageSize(ActionType.OnPageSize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging0) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPaging(ActionType.OnPaging9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPagingInitRender() - Method in class org.zkoss.zul.Grid
-
Handles a private event, onPagingInitRender.
- onPagingInitRender() - Method in class org.zkoss.zul.Listbox
-
Handles a private event, onPagingInitRender.
- onParentChanged(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onParentChanged(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- onParentChanged(Component) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Called after the parent changed.
- onParentChanged(Component) - Method in class org.zkoss.zuti.zul.ForEach
- onPiggyback() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- onPiggyback() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- onPiggyback() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called each time when ZK Update Engine retrieves events.
- onPiggyback() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Called when
Events.ON_PIGGYBACK
is received. - onPiggyback() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- onPiggyback() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- onPiggyback(ActionType.OnPiggyback0) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggyback(ActionType.OnPiggyback9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPiggybackListened(Component, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- onPiggybackListened(Component, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called when a component added or removed a listener for
Events.ON_PIGGYBACK
. - onPortalDrop(ActionType.OnPortalDrop0) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(ActionType.OnPortalDrop9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalDrop(PortalDropEvent) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Process the onPortalDrop event sent when the portal drop.
- onPortalMove(ActionType.OnPortalMove0) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onPortalMove(ActionType.OnPortalMove9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRangeValueChange(ActionType.OnRangeValueChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onReject(IN) - Method in class org.zkoss.fsm.StateMachine
-
This method is called when the machine rejects an input character
- onReject(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
This method is called when the machine rejects the input on this state
- onRemove(E) - Method in class org.zkoss.util.NotableLinkedList
-
Called each time an element is about being removed from the array.
- onRemove(Attribute) - Method in class org.zkoss.idom.Element.AttrArray
- onRemove(Item) - Method in class org.zkoss.idom.Document.ChildArray
- onRemove(Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
- onRender(ActionType.OnRender0) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(ActionType.OnRender9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRender(Area, Object) - Method in interface org.zkoss.zul.event.ChartAreaListener
-
Called when the chart is being cut into areas.
- onReset() - Method in class org.zkoss.fsm.StateMachine
-
This method is called at constructor and when reseting the machine.
- onReturn(IN, C) - Method in class org.zkoss.fsm.MacroStateCtx
- onReturn(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
This method is called when the machine returns to the same state
- onRightClick(ActionType.OnRightClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRightClick(ActionType.OnRightClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate0) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onRotate(ActionType.OnRotate9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSave(ActionType.OnSave9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScriptError(ActionType.OnScriptError9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScroll(ActionType.OnScroll9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrolling(ActionType.OnScrolling9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollPos(ActionType.OnScrollPos9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollX(ActionType.OnScrollX9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY0) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onScrollY(ActionType.OnScrollY9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearch(ActionType.OnSearch9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSearching(ActionType.OnSearching9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelect(ActionType.OnSelect9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelection(ActionType.OnSelection9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSelectSubModel(ActionType.OnSelectSubModel9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSet(E, E) - Method in class org.zkoss.util.NotableLinkedList
-
Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
- onSet(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
- onSet(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
- onSet(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
- onSize(ActionType.OnSize0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSize(ActionType.OnSize9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSlide(ActionType.OnSlide9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSnapshotUpload(ActionType.OnSnapshotUpload9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort() - Method in class org.zkoss.zul.Treecol
-
It invokes
Treecol.sort(boolean)
to sort list items and maintainTreecol.getSortDirection()
. - onSort(ActionType.OnSort0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(ActionType.OnSort9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSort(SortEvent) - Method in class org.zkoss.zul.Column
-
Invokes a sorting action based on a
SortEvent
and maintainsColumn.getSortDirection()
. - onSort(SortEvent) - Method in class org.zkoss.zul.Listheader
-
Invokes a sorting action based on a
SortEvent
and maintainsListheader.getSortDirection()
. - onSort(SortEventExt) - Method in class org.zkoss.zkmax.zul.Biglistbox
- onStart() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when
CometServerPush.start(org.zkoss.zk.ui.Desktop)
is called. - onStart() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- onStart(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
-
This method is called when the machine takes the first character.
- onStateChange(ActionType.OnStateChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStateChange(ActionType.OnStateChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when
CometServerPush.stop()
is called. - onStop(boolean) - Method in class org.zkoss.fsm.MacroStateCtx
- onStop(boolean) - Method in class org.zkoss.fsm.StateCtx
-
This method is called when the machine stops on this state
- onStop(boolean) - Method in class org.zkoss.fsm.StateMachine
-
This method is called when the machine stops
- onStub(ActionType.OnStub0) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onStub(ActionType.OnStub9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe0) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onSwipe(ActionType.OnSwipe9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTargetClick(ActionType.OnTargetClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer0) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimer(ActionType.OnTimer9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTimeZoneChange(ActionType.OnTimeZoneChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad0) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTopPad(ActionType.OnTopPad9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onTransit(IN, C) - Method in interface org.zkoss.fsm.StateCtx.TransitionListener
- onUngroup(ActionType.OnUngroup0) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUngroup(ActionType.OnUngroup9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload0) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ActionType.OnUpload9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUpload(ForwardEvent) - Method in class org.zkoss.zul.impl.FileuploadDlg
-
Called when a file is received.
- onURIChange(ActionType.OnURIChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onURIChange(ActionType.OnURIChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser0) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onUser(ActionType.OnUser9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange0) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onVisibilityChange(ActionType.OnVisibilityChange9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick0) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWeekClick(ActionType.OnWeekClick9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- onWrongValue(WrongValueException) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- onWrongValue(WrongValueException) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Notifies that an
WrongValueException
instance is thrown, andWrongValueException.getComponent()
is this component. - onWrongValue(WrongValueException) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Notifies that an
WrongValueException
instance is thrown, andWrongValueException.getComponent()
is the component causing the exception. - onWrongValue(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
- onZIndex(ActionType.OnZIndex0) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex1<A>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex2<A, B>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex3<A, B, C>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex4<A, B, C, D>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex5<A, B, C, D, E>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex6<A, B, C, D, E, F>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex7<A, B, C, D, E, F, G>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex8<A, B, C, D, E, F, G, H>) - Static method in interface org.zkoss.stateless.action.ActionType
- onZIndex(ActionType.OnZIndex9<A, B, C, D, E, F, G, H, I>) - Static method in interface org.zkoss.stateless.action.ActionType
- OP_BEGIN_WITH - org.zkoss.zk.ui.select.impl.Token.Type
- OP_CONTAIN - org.zkoss.zk.ui.select.impl.Token.Type
- OP_END_WITH - org.zkoss.zk.ui.select.impl.Token.Type
- OP_EQUAL - org.zkoss.zk.ui.select.impl.Token.Type
- open() - Method in class org.zkoss.stateless.state.ICoachmarkController
-
Opens the coachmark.
- open() - Method in class org.zkoss.zkmax.zul.Coachmark
-
Opens the coachmark.
- open() - Method in class org.zkoss.zkmax.zul.Drawer
-
Opens the drawer.
- open() - Method in class org.zkoss.zul.Bandbox
-
Drops down the child.
- open() - Method in class org.zkoss.zul.Combobox
-
Drops down the list of combo items (
Comboitem
. - open() - Method in class org.zkoss.zul.Combobutton
-
Drops down the child.
- open() - Method in class org.zkoss.zul.Datebox
-
Drops down the calendar to select a date.
- open() - Method in class org.zkoss.zul.Menu
-
Opens the menupopup that belongs to the menu.
- open(int, int) - Method in class org.zkoss.zul.Popup
-
Opens this popup to the specified location at the client.
- open(Object, Object) - Method in interface org.zkoss.zk.au.AuWriter
-
Initializes the writer.
- open(Object, Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Opens the connection.
- open(Object, Object) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- open(String, String) - Method in class org.zkoss.zul.Popup
-
Opens this popup to the specified location at the client.
- open(Component) - Method in class org.zkoss.zul.Popup
-
Opens this popup right below the specified component at the client.
- open(Component, String) - Method in class org.zkoss.zul.Popup
-
Opens this popup right below the specified component at the client.
- OPEN_BRACKET - org.zkoss.zk.ui.select.impl.Token.Type
- OPEN_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the open status of the tree has changed.
- OPEN_PAREN - org.zkoss.zk.ui.select.impl.Token.Type
- Openable<E> - Interface in org.zkoss.zul.ext
-
Indicate an openable collection.
- OpenData - Class in org.zkoss.stateless.action.data
-
Represents an action data cause by user's opening or closing something at the client.
- OpenData() - Constructor for class org.zkoss.stateless.action.data.OpenData
- OpenEntityManagerInViewListener - Class in org.zkoss.zkplus.jpa
-
Listener to init and cleanup the JPA entityManager automatically
- OpenEntityManagerInViewListener() - Constructor for class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
- OpenEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's opening or closing something at the client.
- OpenEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
-
Constructs an onOpen event.
- OpenEvent(String, Component, boolean, Component) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
-
Constructs an onOpen event for a context menu, a tooltip or a popup.
- OpenEvent(String, Component, boolean, Component, Object) - Constructor for class org.zkoss.zk.ui.event.OpenEvent
-
Constructs an onOpen event.
- openNodeScope(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- OpenOptionBuilder() - Constructor for class org.zkoss.stateless.sul.IPopupBase.OpenOptionBuilder
- Operation - Interface in org.zkoss.zkex.zul.impl
-
This interface is for model sharer developer only, you rarely need to use this interface.
- OperationException - Exception in org.zkoss.lang
-
The expectable system exception denoting user's operation errors.
- OperationException - Exception in org.zkoss.zk.ui
-
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
- OperationException() - Constructor for exception org.zkoss.lang.OperationException
- OperationException() - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int, Object) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int, Object) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int, Object[]) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(int, Throwable) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(String) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(String) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(String, Throwable) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationException(Throwable) - Constructor for exception org.zkoss.lang.OperationException
- OperationException(Throwable) - Constructor for exception org.zkoss.zk.ui.OperationException
- OperationQueue - Class in org.zkoss.zkex.zul.impl
-
A queue for storing
Operation
and is thread-safe. - OperationQueue() - Constructor for class org.zkoss.zkex.zul.impl.OperationQueue
- OperationQueueListener - Interface in org.zkoss.zkex.zul.impl
-
This class is for model sharer developer only, you rarely need to use this class.
- OperationThread - Class in org.zkoss.zkex.zul.impl
-
This class is for model sharer developer only, you rarely need to use this class.
- Optgroup - Class in org.zkoss.zhtml
-
The OPTGROUP tag.
- Optgroup() - Constructor for class org.zkoss.zhtml.Optgroup
- Option - Class in org.zkoss.zhtml
-
The OPTION tag.
- Option() - Constructor for class org.zkoss.zhtml.Option
- Optional - Class in org.zkoss.zel.impl.stream
- Or() - Method in class org.zkoss.zel.impl.parser.ELParser
- OR0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- OR1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- orElse(Object) - Method in class org.zkoss.zel.impl.stream.Optional
- orElseGet(Object) - Method in class org.zkoss.zel.impl.stream.Optional
- org.zkoss.bind - package org.zkoss.bind
- org.zkoss.bind.annotation - package org.zkoss.bind.annotation
- org.zkoss.bind.callback - package org.zkoss.bind.callback
- org.zkoss.bind.converter - package org.zkoss.bind.converter
- org.zkoss.bind.converter.sys - package org.zkoss.bind.converter.sys
- org.zkoss.bind.impl - package org.zkoss.bind.impl
- org.zkoss.bind.init - package org.zkoss.bind.init
- org.zkoss.bind.paranamer - package org.zkoss.bind.paranamer
- org.zkoss.bind.proxy - package org.zkoss.bind.proxy
- org.zkoss.bind.sys - package org.zkoss.bind.sys
- org.zkoss.bind.sys.debugger - package org.zkoss.bind.sys.debugger
- org.zkoss.bind.sys.debugger.impl - package org.zkoss.bind.sys.debugger.impl
- org.zkoss.bind.sys.debugger.impl.info - package org.zkoss.bind.sys.debugger.impl.info
- org.zkoss.bind.sys.tracker - package org.zkoss.bind.sys.tracker
- org.zkoss.bind.tracker.impl - package org.zkoss.bind.tracker.impl
- org.zkoss.bind.validator - package org.zkoss.bind.validator
- org.zkoss.bind.xel - package org.zkoss.bind.xel
- org.zkoss.bind.xel.zel - package org.zkoss.bind.xel.zel
- org.zkoss.clientbind - package org.zkoss.clientbind
- org.zkoss.clientbind.ui.sys - package org.zkoss.clientbind.ui.sys
- org.zkoss.clientbind.ui.util - package org.zkoss.clientbind.ui.util
- org.zkoss.fsm - package org.zkoss.fsm
- org.zkoss.html - package org.zkoss.html
- org.zkoss.idom - package org.zkoss.idom
- org.zkoss.idom.impl - package org.zkoss.idom.impl
- org.zkoss.idom.input - package org.zkoss.idom.input
- org.zkoss.idom.transform - package org.zkoss.idom.transform
- org.zkoss.idom.util - package org.zkoss.idom.util
- org.zkoss.image - package org.zkoss.image
- org.zkoss.image.encoder - package org.zkoss.image.encoder
- org.zkoss.io - package org.zkoss.io
- org.zkoss.json - package org.zkoss.json
- org.zkoss.json.parser - package org.zkoss.json.parser
- org.zkoss.lang - package org.zkoss.lang
- org.zkoss.lang.reflect - package org.zkoss.lang.reflect
- org.zkoss.math - package org.zkoss.math
- org.zkoss.mesg - package org.zkoss.mesg
- org.zkoss.sound - package org.zkoss.sound
- org.zkoss.stateless.action - package org.zkoss.stateless.action
- org.zkoss.stateless.action.data - package org.zkoss.stateless.action.data
- org.zkoss.stateless.annotation - package org.zkoss.stateless.annotation
- org.zkoss.stateless.function - package org.zkoss.stateless.function
- org.zkoss.stateless.immutable - package org.zkoss.stateless.immutable
- org.zkoss.stateless.state - package org.zkoss.stateless.state
- org.zkoss.stateless.sul - package org.zkoss.stateless.sul
- org.zkoss.stateless.ui - package org.zkoss.stateless.ui
- org.zkoss.stateless.ui.http - package org.zkoss.stateless.ui.http
- org.zkoss.stateless.ui.util - package org.zkoss.stateless.ui.util
- org.zkoss.stateless.util - package org.zkoss.stateless.util
- org.zkoss.text - package org.zkoss.text
- org.zkoss.util - package org.zkoss.util
- org.zkoss.util.media - package org.zkoss.util.media
- org.zkoss.util.resource - package org.zkoss.util.resource
- org.zkoss.util.resource.impl - package org.zkoss.util.resource.impl
- org.zkoss.video - package org.zkoss.video
- org.zkoss.web - package org.zkoss.web
- org.zkoss.web.fn - package org.zkoss.web.fn
- org.zkoss.web.mesg - package org.zkoss.web.mesg
- org.zkoss.web.portlet - package org.zkoss.web.portlet
- org.zkoss.web.servlet - package org.zkoss.web.servlet
- org.zkoss.web.servlet.dsp - package org.zkoss.web.servlet.dsp
- org.zkoss.web.servlet.dsp.action - package org.zkoss.web.servlet.dsp.action
- org.zkoss.web.servlet.dsp.action.html - package org.zkoss.web.servlet.dsp.action.html
- org.zkoss.web.servlet.dsp.impl - package org.zkoss.web.servlet.dsp.impl
- org.zkoss.web.servlet.http - package org.zkoss.web.servlet.http
- org.zkoss.web.servlet.xel - package org.zkoss.web.servlet.xel
- org.zkoss.web.theme - package org.zkoss.web.theme
- org.zkoss.web.util.resource - package org.zkoss.web.util.resource
- org.zkoss.xel - package org.zkoss.xel
- org.zkoss.xel.el - package org.zkoss.xel.el
- org.zkoss.xel.fn - package org.zkoss.xel.fn
- org.zkoss.xel.taglib - package org.zkoss.xel.taglib
- org.zkoss.xel.util - package org.zkoss.xel.util
- org.zkoss.xel.zel - package org.zkoss.xel.zel
- org.zkoss.xml - package org.zkoss.xml
- org.zkoss.za11y.impl - package org.zkoss.za11y.impl
- org.zkoss.za11y.mesg - package org.zkoss.za11y.mesg
- org.zkoss.zel - package org.zkoss.zel
- org.zkoss.zel.impl - package org.zkoss.zel.impl
- org.zkoss.zel.impl.lang - package org.zkoss.zel.impl.lang
- org.zkoss.zel.impl.parser - package org.zkoss.zel.impl.parser
- org.zkoss.zel.impl.stream - package org.zkoss.zel.impl.stream
- org.zkoss.zel.impl.util - package org.zkoss.zel.impl.util
- org.zkoss.zhtml - package org.zkoss.zhtml
- org.zkoss.zhtml.impl - package org.zkoss.zhtml.impl
- org.zkoss.zk.au - package org.zkoss.zk.au
- org.zkoss.zk.au.http - package org.zkoss.zk.au.http
- org.zkoss.zk.au.out - package org.zkoss.zk.au.out
- org.zkoss.zk.device - package org.zkoss.zk.device
- org.zkoss.zk.fn - package org.zkoss.zk.fn
- org.zkoss.zk.mesg - package org.zkoss.zk.mesg
- org.zkoss.zk.scripting - package org.zkoss.zk.scripting
- org.zkoss.zk.scripting.bsh - package org.zkoss.zk.scripting.bsh
- org.zkoss.zk.scripting.groovy - package org.zkoss.zk.scripting.groovy
- org.zkoss.zk.scripting.jruby - package org.zkoss.zk.scripting.jruby
- org.zkoss.zk.scripting.jython - package org.zkoss.zk.scripting.jython
- org.zkoss.zk.scripting.rhino - package org.zkoss.zk.scripting.rhino
- org.zkoss.zk.scripting.util - package org.zkoss.zk.scripting.util
- org.zkoss.zk.ui - package org.zkoss.zk.ui
- org.zkoss.zk.ui.annotation - package org.zkoss.zk.ui.annotation
- org.zkoss.zk.ui.event - package org.zkoss.zk.ui.event
- org.zkoss.zk.ui.event.impl - package org.zkoss.zk.ui.event.impl
- org.zkoss.zk.ui.ext - package org.zkoss.zk.ui.ext
- org.zkoss.zk.ui.ext.render - package org.zkoss.zk.ui.ext.render
- org.zkoss.zk.ui.http - package org.zkoss.zk.ui.http
- org.zkoss.zk.ui.impl - package org.zkoss.zk.ui.impl
- org.zkoss.zk.ui.metainfo - package org.zkoss.zk.ui.metainfo
- org.zkoss.zk.ui.metainfo.impl - package org.zkoss.zk.ui.metainfo.impl
- org.zkoss.zk.ui.script - package org.zkoss.zk.ui.script
- org.zkoss.zk.ui.select - package org.zkoss.zk.ui.select
- org.zkoss.zk.ui.select.annotation - package org.zkoss.zk.ui.select.annotation
- org.zkoss.zk.ui.select.impl - package org.zkoss.zk.ui.select.impl
- org.zkoss.zk.ui.sys - package org.zkoss.zk.ui.sys
- org.zkoss.zk.ui.util - package org.zkoss.zk.ui.util
- org.zkoss.zk.xel - package org.zkoss.zk.xel
- org.zkoss.zk.xel.impl - package org.zkoss.zk.xel.impl
- org.zkoss.zkex.bind.impl - package org.zkoss.zkex.bind.impl
- org.zkoss.zkex.theme - package org.zkoss.zkex.theme
- org.zkoss.zkex.ui.comet - package org.zkoss.zkex.ui.comet
- org.zkoss.zkex.ui.event - package org.zkoss.zkex.ui.event
- org.zkoss.zkex.zul - package org.zkoss.zkex.zul
- org.zkoss.zkex.zul.event - package org.zkoss.zkex.zul.event
- org.zkoss.zkex.zul.impl - package org.zkoss.zkex.zul.impl
- org.zkoss.zkmax.au - package org.zkoss.zkmax.au
- org.zkoss.zkmax.au.http - package org.zkoss.zkmax.au.http
- org.zkoss.zkmax.au.out - package org.zkoss.zkmax.au.out
- org.zkoss.zkmax.au.websocket - package org.zkoss.zkmax.au.websocket
- org.zkoss.zkmax.bind - package org.zkoss.zkmax.bind
- org.zkoss.zkmax.bind.ext - package org.zkoss.zkmax.bind.ext
- org.zkoss.zkmax.bind.impl - package org.zkoss.zkmax.bind.impl
- org.zkoss.zkmax.bind.proxy - package org.zkoss.zkmax.bind.proxy
- org.zkoss.zkmax.init - package org.zkoss.zkmax.init
- org.zkoss.zkmax.theme - package org.zkoss.zkmax.theme
- org.zkoss.zkmax.ui - package org.zkoss.zkmax.ui
- org.zkoss.zkmax.ui.comet - package org.zkoss.zkmax.ui.comet
- org.zkoss.zkmax.ui.event - package org.zkoss.zkmax.ui.event
- org.zkoss.zkmax.ui.event.impl - package org.zkoss.zkmax.ui.event.impl
- org.zkoss.zkmax.ui.http - package org.zkoss.zkmax.ui.http
- org.zkoss.zkmax.ui.select - package org.zkoss.zkmax.ui.select
- org.zkoss.zkmax.ui.select.annotation - package org.zkoss.zkmax.ui.select.annotation
- org.zkoss.zkmax.ui.util - package org.zkoss.zkmax.ui.util
- org.zkoss.zkmax.xel.el - package org.zkoss.zkmax.xel.el
- org.zkoss.zkmax.xel.el21 - package org.zkoss.zkmax.xel.el21
- org.zkoss.zkmax.xel.mvel - package org.zkoss.zkmax.xel.mvel
- org.zkoss.zkmax.xel.ognl - package org.zkoss.zkmax.xel.ognl
- org.zkoss.zkmax.xel.util - package org.zkoss.zkmax.xel.util
- org.zkoss.zkmax.zul - package org.zkoss.zkmax.zul
- org.zkoss.zkmax.zul.event - package org.zkoss.zkmax.zul.event
- org.zkoss.zkmax.zul.impl - package org.zkoss.zkmax.zul.impl
- org.zkoss.zkplus.cdi - package org.zkoss.zkplus.cdi
- org.zkoss.zkplus.cluster - package org.zkoss.zkplus.cluster
- org.zkoss.zkplus.embed - package org.zkoss.zkplus.embed
- org.zkoss.zkplus.jndi - package org.zkoss.zkplus.jndi
- org.zkoss.zkplus.jpa - package org.zkoss.zkplus.jpa
- org.zkoss.zkplus.liferay - package org.zkoss.zkplus.liferay
- org.zkoss.zkplus.seasar - package org.zkoss.zkplus.seasar
- org.zkoss.zkplus.spring - package org.zkoss.zkplus.spring
- org.zkoss.zkplus.util - package org.zkoss.zkplus.util
- org.zkoss.zml - package org.zkoss.zml
- org.zkoss.zml.device - package org.zkoss.zml.device
- org.zkoss.zml.impl - package org.zkoss.zml.impl
- org.zkoss.zul - package org.zkoss.zul
- org.zkoss.zul.event - package org.zkoss.zul.event
- org.zkoss.zul.ext - package org.zkoss.zul.ext
- org.zkoss.zul.impl - package org.zkoss.zul.impl
- org.zkoss.zul.mesg - package org.zkoss.zul.mesg
- org.zkoss.zul.theme - package org.zkoss.zul.theme
- org.zkoss.zuti.bind - package org.zkoss.zuti.bind
- org.zkoss.zuti.zul - package org.zkoss.zuti.zul
- org.zkoss.zuti.zul.differ - package org.zkoss.zuti.zul.differ
- org.zkoss.zuti.zul.event - package org.zkoss.zuti.zul.event
- Organigram - Class in org.zkoss.zkmax.zul
-
A container which can be used to draw a hierarchical organizational chart, you can specify a
TreeModel
to render the data. - Organigram() - Constructor for class org.zkoss.zkmax.zul.Organigram
- organizeGroup(Comparator<D>, int) - Method in class org.zkoss.zul.GroupsModelArray
-
Organizes groups based sorted data.
- Orgchildren - Class in org.zkoss.zkmax.zul
-
An orgchildren.
- Orgchildren() - Constructor for class org.zkoss.zkmax.zul.Orgchildren
- Orgitem - Class in org.zkoss.zkmax.zul
-
An orgitem.
- Orgitem() - Constructor for class org.zkoss.zkmax.zul.Orgitem
- Orgitem(String) - Constructor for class org.zkoss.zkmax.zul.Orgitem
- Orgitem(String, Object) - Constructor for class org.zkoss.zkmax.zul.Orgitem
- OrgitemRenderer<T> - Interface in org.zkoss.zkmax.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in an
Organigram
. - Orgnode - Class in org.zkoss.zkmax.zul
-
An orgnode.
- Orgnode() - Constructor for class org.zkoss.zkmax.zul.Orgnode
- Orgnode(String) - Constructor for class org.zkoss.zkmax.zul.Orgnode
- Orgnode(String, String) - Constructor for class org.zkoss.zkmax.zul.Orgnode
- ORGNODE_MINUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- ORGNODE_PLUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Otherwise - Class in org.zkoss.web.servlet.dsp.action
-
Represents the last alternative within a
Choose
action. - Otherwise - Class in org.zkoss.zuti.zul
-
A switch statement has default clause to specify a default action and similar way choose has otherwise as default clause.
- Otherwise() - Constructor for class org.zkoss.web.servlet.dsp.action.Otherwise
- Otherwise() - Constructor for class org.zkoss.zuti.zul.Otherwise
- out(String) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
- Out - Class in org.zkoss.web.servlet.dsp.action
-
Generates the specified value into a string.
- Out() - Constructor for class org.zkoss.web.servlet.dsp.action.Out
- OUT_OF_RANGE - Static variable in interface org.zkoss.zul.mesg.MZul
- outDeviceCSSContent(String) - Static method in class org.zkoss.zk.fn.DspFns
-
Generates the complete CSS content of all components in the specified device.
- outDeviceCSSContent(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
-
Generates and returns the complete CSS content of all components in the specified device.
- outDeviceJavaScripts(String) - Static method in class org.zkoss.zk.fn.DspFns
-
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
- outDeviceJavaScripts(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
-
Returns HTML tags to include JavaScript files of the specified device for the current application (never null).
- outDeviceStyleSheets(String) - Static method in class org.zkoss.zk.fn.DspFns
-
Returns HTML tags to include style sheets of the specified device for the current application (never null).
- outDeviceStyleSheets(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
-
Returns HTML tags to include style sheets of the specified device for the current application (never null).
- outDocType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the doc type, or null if not available.
- OUTER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- outFeature() - Static method in class org.zkoss.zul.impl.Utils
-
Generates the ZK feature information
- outFirstLine(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the first line to be generated to the output, or null if no special first line.
- outHeaders(Execution, Page, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the content of the specified condition that will be placed inside the header element of the specified page, or null if it was generated before.
- outHeaderZkTags(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates and returns the ZK specific HTML tags including the headers defined in the specified page, or null if it was generated before.
- outInitCrashScript(Execution, WebApp) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns Script tag to include init-crash-script and init-crash-timeout defined in zk.xml
- outLangJavaScripts(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page (never null).
- outLangStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns HTML tags to include all style sheets that are defined in all languages of the specified device (never null).
- outLibraryPropertyJavaScript() - Static method in class org.zkoss.zk.ui.http.Wpds
-
Internal use only.
- outLocaleJavaScript() - Static method in class org.zkoss.za11y.impl.Utils
- outLocaleJavaScript() - Static method in class org.zkoss.zk.ui.http.Wpds
-
Generates Locale-dependent strings in JavaScript syntax.
- outLocaleJavaScript() - Static method in class org.zkoss.zul.impl.Utils
-
Generates the locale-dependent JavaScript codes, such as messages (msgzul).
- outLocaleJavaScript(ServletRequest, ServletResponse) - Static method in class org.zkoss.zk.ui.http.Wpds
-
Generates Locale-dependent strings in JavaScript syntax.
- outMomentTimezoneJavascript() - Static method in class org.zkoss.zk.ui.http.Wpds
-
Load moment.js timezone data.
- outPageContent(Execution, Page, Writer, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the HTML content representing a page.
- Output - Class in org.zkoss.zhtml
-
The OUTPUT tag.
- Output() - Constructor for class org.zkoss.zhtml.Output
- outResponseJavaScripts(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the AU responses that are part of a page rendering.
- outResponseJavaScripts(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the AU responses that are part of a page rendering.
- outSEOContent(Page, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the SEO content for the given page.
- outSpecialJS(Desktop) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the special JavaScript code, such as the application's name.
- outStandalone(Execution, Component, Writer) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the content of a standalone component that the peer widget is not a child of the page widget at the client.
- outUnavailable(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates the unavailable message in HTML tags, if any.
- outWidgetListJavaScript(String) - Static method in class org.zkoss.zk.ui.http.Wpds
-
Generates all widgets in the specified language.
- outZkHtmlTags(String) - Static method in class org.zkoss.zk.fn.DspFns
-
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
- outZkHtmlTags(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class org.zkoss.zk.fn.JspFns
-
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
- outZkTags(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.
- OVERLAP - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- OVERLAP_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- OVERLAP_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- OVERLAP_END - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- OVERLAPPED - org.zkoss.stateless.sul.IWindow.Mode
-
Makes the window as overlapped other components.
- OVERLAPPED - org.zkoss.zul.Window.Mode
-
Makes the window as overlapped other components.
- OVERLAPPED - Static variable in class org.zkoss.zul.Window
-
Makes the window as overlapped other components.
- OVERWRITE_URI - Static variable in class org.zkoss.web.portlet.Portlets
-
Whether to overwrite uri if both uri and params contain the same parameter.
- OVERWRITE_URI - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether to overwrite uri if both uri and params contain the same parameter.
- OVERWRITE_URI - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to overwrite uri if both uri and params contain the same parameter.
- owner - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
P
- P - Class in org.zkoss.zhtml
-
The P tag.
- P() - Constructor for class org.zkoss.zhtml.P
- packageToPath(String) - Method in class org.zkoss.zk.device.AjaxDevice
-
Converts a package to a path that can be accessible by the class loader (classpath).
- packageToPath(String) - Method in interface org.zkoss.zk.device.Device
-
Converts a package to an absolute path that can be accessible by the class loader (classpath).
- packageToPath(String) - Method in class org.zkoss.zk.device.GenericDevice
-
Converts a package to an absolute path that can be accessible by the class loader (classpath).
- Padding - Interface in org.zkoss.zul.impl
-
Control the padding height of a component(Used mainly for component developing).
- page - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the page.
- Page - Class in org.zkoss.web.servlet.dsp.action
-
The page action used to set the page info, such as the content type.
- Page - Interface in org.zkoss.zk.ui
-
A page.
- Page() - Constructor for class org.zkoss.web.servlet.dsp.action.Page
- PAGE - org.zkoss.bind.annotation.ContextType
-
The page of the current component, the type is
Page
- PAGE - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit pageScope
- PAGE_CREATED - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
An execution attribute used to store whether the page has been created.
- PAGE_DOWN - Static variable in class org.zkoss.stateless.action.data.KeyData
- PAGE_DOWN - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- PAGE_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
- PAGE_NOT_FOUND - Static variable in interface org.zkoss.zk.mesg.MZk
- PAGE_REDRAW_CONTROL - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
The execution attribute used to control how to redraw a page (
PageCtrl.redraw(java.io.Writer)
). - PAGE_RENDERER - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
The execution attribute used to control how to render a page.
- PAGE_RENDERING - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
An execution attribute to indicate that a page is rendering.
- PAGE_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The page scope.
- PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the same page. - PAGE_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
Used with
Page.getAttribute(String, int)
and related to denote custom attributes shared by the same page. - PAGE_SIZE - Static variable in interface org.zkoss.stateless.sul.IPagingCtrl
- PAGE_UP - Static variable in class org.zkoss.stateless.action.data.KeyData
- PAGE_UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- Pageable - Interface in org.zkoss.zul.ext
-
Represents a component that can be displayed in multiple pages but cannot be controlled by an external paging controller.
- PageableModel - Interface in org.zkoss.zul
-
Provide methods to manage PagingListeners
- PageActivationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a page, when the session is going to be deactivated or has been activated.
- PageConfig - Interface in org.zkoss.zk.ui.sys
-
Represents the info used to initialize a page.
- PageContext - Interface in org.zkoss.web.servlet.xel
-
Represents a page context.
- PageCtrl - Interface in org.zkoss.zk.ui.sys
-
Addition interface to
Page
for implementation purpose. - PageDefinition - Class in org.zkoss.zk.ui.metainfo
-
A page definition.
- PageDefinition(LanguageDefinition, String, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
-
Constructor.
- PageDefinition(LanguageDefinition, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinition
-
Constructor.
- PageDefinitions - Class in org.zkoss.zk.ui.metainfo
-
Utilities to retrieve page definitions.
- PageDefinitions() - Constructor for class org.zkoss.zk.ui.metainfo.PageDefinitions
- PageImpl - Class in org.zkoss.zk.ui.impl
- PageImpl(LanguageDefinition, ComponentDefinitionMap, String, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
-
Constructs a page without page definition and richlet.
- PageImpl(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
-
Constructs a page by giving the page definition.
- PageImpl(Page) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
-
Constructs a page with another page as instance
- PageImpl(Richlet, String) - Constructor for class org.zkoss.zk.ui.impl.PageImpl
-
Constructs a page by specifying a richlet.
- PageRenderer - Class in org.zkoss.zhtml.impl
-
The page render for ZHTML pages.
- PageRenderer - Class in org.zkoss.zml.impl
-
The page render for XML pages.
- PageRenderer - Class in org.zkoss.zul.impl
-
The page render for ZUL pages.
- PageRenderer - Interface in org.zkoss.zk.ui.sys
-
The page render used to render a page.
- PageRenderer() - Constructor for class org.zkoss.zhtml.impl.PageRenderer
- PageRenderer() - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
-
Default constructor.
- PageRenderer() - Constructor for class org.zkoss.zml.impl.PageRenderer
- PageRenderer() - Constructor for class org.zkoss.zul.impl.PageRenderer
- PageRenderer(Execution) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
- PageRenderer(Execution, boolean) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
- PageRenderPatch - Interface in org.zkoss.zk.ui.sys
-
A patch that is used to process the rendering result of a page.
- pageScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the page.
- PageSerializationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized.
- PageSizeData - Class in org.zkoss.stateless.action.data
-
Used to notify the paging size has been changed when the autopaging (
IMeshElement.withAutopaging(boolean)
) is enabled and user changed the size of the content. - PageSizeData() - Constructor for class org.zkoss.stateless.action.data.PageSizeData
- PageSizeEvent - Class in org.zkoss.zul.event
-
Used to notify the paging size has been changed when the autopaging (
MeshElement.setAutopaging(boolean)
) is enabled and user changed the size of the content. - PageSizeEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
-
Construct a page size event.
- PageSizeEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
-
Construct a page size event that the target is different from the page controller.
- Paginal - Interface in org.zkoss.zul.ext
-
Represents a component that is used to control how to display other components in multiple pages.
- Paginated - Interface in org.zkoss.zul.ext
-
Indicates a component that can be controller by an external paging controller (i.e., an instance of
Paginal
). - Paging - Class in org.zkoss.zul
-
Paging of long content.
- Paging() - Constructor for class org.zkoss.zul.Paging
- Paging(int, int) - Constructor for class org.zkoss.zul.Paging
-
Constructor.
- PAGING - Static variable in interface org.zkoss.stateless.sul.IGrid
-
Constant for
"paging"
mold attributes of this immutable component. - PAGING - Static variable in interface org.zkoss.stateless.sul.IListbox
-
Constant for
"paging"
mold attributes of this immutable component. - PAGING - Static variable in interface org.zkoss.stateless.sul.ITree
-
Constant for
"paging"
mold attributes of this immutable component. - PAGING_ANGLE_DOUBLE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PAGING_ANGLE_DOUBLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PAGING_ANGLE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PAGING_ANGLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PagingData - Class in org.zkoss.stateless.action.data
-
Used to notify that a new page is selected by the user (such as
IPaging
). - PagingEvent - Class in org.zkoss.zul.event
- PagingEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PagingEvent
-
Construct a paging event.
- PagingEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PagingEvent
-
Construct a paging event that the target is different from the page controller.
- PagingListener - Interface in org.zkoss.zul.event
-
Provide a shortcut for PagingEventListener
- Pair<X,Y> - Class in org.zkoss.util
-
A pair of keys.
- Pair() - Constructor for class org.zkoss.util.Pair
- Pair(X, Y) - Constructor for class org.zkoss.util.Pair
- Panel - Class in org.zkoss.zul
-
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
- Panel() - Constructor for class org.zkoss.zul.Panel
- PANEL - Static variable in interface org.zkoss.stateless.sul.IToolbar
-
Constant for pnael mold attributes of this immutable component.
- PANEL_ANGLE_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PANEL_ANGLE_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PANEL_CLOSE - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_COLLAPSE - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_COMPRESS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PANEL_EXPAND - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PANEL_EXPAND - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_MAXIMIZE - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_MINIMIZE - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_MINUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PANEL_RESTORE - Static variable in interface org.zkoss.zul.mesg.MZul
- PANEL_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Panelchildren - Class in org.zkoss.zul
-
Panelchildren is used for
Panel
component to manage each child who will be shown in the body of Panel. - Panelchildren() - Constructor for class org.zkoss.zul.Panelchildren
- param - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the param argument passed from the http request.
- PARAM_SEPARATOR - org.zkoss.zk.ui.select.impl.Token.Type
- ParamCall - Class in org.zkoss.bind.impl
-
To help invoke a method with
BindingParam
etc.. features. - ParamCall() - Constructor for class org.zkoss.bind.impl.ParamCall
- ParamCall(boolean) - Constructor for class org.zkoss.bind.impl.ParamCall
- ParamCall.ParamResolver<T> - Interface in org.zkoss.bind.impl
- ParamCallEx - Class in org.zkoss.clientbind
-
A way to track the
ParamCall
's parameters, which are marked from client to enable tracking, whether are changed or not after invoked. - ParameterMap - Class in org.zkoss.web.servlet.xel
-
Represents a parameter map.
- ParameterMap(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.ParameterMap
- ParameterNamesNotFoundException - Exception in org.zkoss.bind.paranamer
-
Exception thrown when no parameter names are found
- ParameterNamesNotFoundException(String) - Constructor for exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
- ParameterNamesNotFoundException(String, Exception) - Constructor for exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
- ParameterReflectionParanamer - Class in org.zkoss.bind.paranamer
-
Use the Parameter reflection API since Java 8 to discover parameter names.
- ParameterReflectionParanamer() - Constructor for class org.zkoss.bind.paranamer.ParameterReflectionParanamer
- Paranamer - Interface in org.zkoss.bind.paranamer
-
Paranamer allows lookups of methods and constructors by parameter names.
- parent - Variable in class org.zkoss.zel.impl.parser.SimpleNode
- PARENT - org.zkoss.stateless.sul.IA.Target
-
The parent browsing context of the current one.
- PARENT - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target parent.
- PARENT - Static variable in class org.zkoss.zk.ui.util.Composition
- parentChanged(Scope, Scope) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when the parent has been changed.
- parse(File) - Method in class org.zkoss.zhtml.impl.HtmlTreeBuilder
- parse(File) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
-
Parse the content of a file to a
Document
- parse(File) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
- parse(File, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
-
Parses the specified file.
- parse(InputStream, String, String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
It is called to parse the resource into an intermediate format depending on
Extendlet
. - parse(InputStream, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
-
Parses zk.xml from an input stream into the configuration.
- parse(Reader) - Static method in class org.zkoss.json.JSONValue
-
Parse (a.k.a., decode) JSON text into java object from the input source.
- parse(Reader) - Method in class org.zkoss.json.parser.JSONParser
- parse(Reader) - Method in class org.zkoss.zhtml.impl.HtmlTreeBuilder
- parse(Reader) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
-
Parse the content from a Reader to a
Document
- parse(Reader) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
- parse(Reader, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
-
Parses from the specified reader.
- parse(Reader, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
-
Parse JSON text into java object from the input source.
- parse(String) - Static method in class org.zkoss.json.JSONValue
-
Parse (a.k.a., decode) JSON text into java object from the string.
- parse(String) - Method in class org.zkoss.json.parser.JSONParser
- parse(String) - Static method in class org.zkoss.zel.impl.parser.ELParser
- parse(String) - Method in class org.zkoss.zk.ui.select.impl.Parser
- parse(String) - Static method in class org.zkoss.zkmax.xel.util.ExpressionFragment
-
Parses an expression into a list of fragments.
- parse(String, boolean) - Static method in class org.zkoss.text.DateFormats
-
Parses a string, that is formatted by
DateFormats.format(java.util.Date, boolean)
, to a date. - parse(String, File, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
-
Parses the specified file and returns the result which will be stored into the cache (
ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)
). - parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.impl.Parser
-
Parses the content into a meta format
- parse(String, String, XelContext, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Parses a content to a meta format called
Interpretation
. - parse(String, URL, Object) - Method in class org.zkoss.web.util.resource.ResourceLoader
-
Parses the specified URL and returns the result which will be stored into the cache (
ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)
). - parse(String, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
- parse(URL) - Method in class org.zkoss.zhtml.impl.HtmlTreeBuilder
- parse(URL) - Method in interface org.zkoss.zk.ui.metainfo.TreeBuilder
-
Parse the content from a URL to a
Document
- parse(URL) - Method in class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
- parse(URL, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
-
Parses the specified URL.
- parse(URL, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
-
Parses zk.xml, specified by url, into the configuration.
- parse(Collection<String>, String, char) - Static method in class org.zkoss.util.CollectionsX
-
Parses a string into a list.
- parse(Collection<String>, String, char, boolean) - Static method in class org.zkoss.util.CollectionsX
-
Parses a string into a list.
- parse(Collection<String>, String, char, boolean, boolean) - Static method in class org.zkoss.util.CollectionsX
-
Parses a string into a list.
- parse(List<Token>, String) - Method in class org.zkoss.zk.ui.select.impl.Parser
- parse(Map<? super String, ? super String>, String, char, char) - Static method in class org.zkoss.util.Maps
-
Parses a string into a map.
- parse(Map<? super String, ? super String>, String, char, char, boolean) - Static method in class org.zkoss.util.Maps
-
Parses a string into a map.
- parse(Map<? super String, ? super String>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
-
Parses a string into a map.
- parse(Map<? super String, ? super String>, String, char, char, char) - Static method in class org.zkoss.util.Maps
-
Parses a string into a map.
- parse(Map<? super String, ? super String>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
-
Parse a string into a map.
- parse(Attribute, ComponentInfo, PageDefinition) - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- parse(Attribute, ComponentInfo, PageDefinition) - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Parses the the content with the current namespace parser.
- parse(Document, String) - Method in class org.zkoss.zk.ui.metainfo.Parser
-
Parse the raw content directly from a DOM tree.
- parse(Element, Configuration, Locator) - Method in class org.zkoss.zk.ui.sys.ConfigParser
-
Parses zk.xml, specified by the root element.
- parse(Configuration, Element) - Method in interface org.zkoss.zk.ui.util.ConfigParser
-
Called to parse application-specific elements.
- parseAreas(IGoldenLayout, List<List<String>>, boolean) - Static method in interface org.zkoss.stateless.sul.IGoldenLayoutCtrl
- parseArgs(BindEvaluatorX, Map<String, String[]>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- parseAttributeValue(String, Location) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Parses the attribute value.
- parseByName(String) - Static method in class org.zkoss.text.MessageFormats
-
Parses a pattern and converts it to the format of java.text.MessageFormat.
- parseComposite(String, Class, int) - Static method in class org.zkoss.zk.xel.impl.Utils
-
Parses an expression which could a scalar, vector or map, depending on the specified type.
- parseConfig(List, String, boolean, IGoldenLayout, boolean) - Static method in interface org.zkoss.stateless.sul.IGoldenLayoutCtrl
- parseConfigXml(Configuration) - Method in class org.zkoss.zk.ui.sys.ConfigParser
-
Parses metainfo/zk/config.xml placed in class-path.
- parseConstraint(String) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- parseConstraint(String) - Method in class org.zkoss.zul.SimpleConstraint
-
Parses a constraint into an integer value.
- parseConstraint(String) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
- parseConstraint(String) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
- parseContent(String) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
-
Parses the content into a
ZScript
instance. - parseContent(String, int) - Static method in class org.zkoss.zk.ui.metainfo.ZScript
-
Parses the content into a
ZScript
instance. - parseData() - Method in class org.zkoss.idom.ProcessingInstruction
-
Returns the parsed data in the form of Map (never null).
- parseDate(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Parses text from the beginning of the given string to produce a date.
- parseDate(String, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Parses text from the beginning of the given string to produce a date.
- parseEventExpression(Component, String, Component, boolean) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Pares the event expression.
- ParseException - Exception in org.zkoss.json.parser
-
ParseException explains why and where the error occurs in source JSON text.
- ParseException - Exception in org.zkoss.zel.impl.parser
-
This exception is thrown when parse errors are encountered.
- ParseException - Exception in org.zkoss.zk.ui.select.impl
-
Exception thrown for illegal selector string.
- ParseException() - Constructor for exception org.zkoss.zel.impl.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(int) - Constructor for exception org.zkoss.json.parser.ParseException
- ParseException(int, int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
- ParseException(int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
- ParseException(int, Object, Character) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
- ParseException(String) - Constructor for exception org.zkoss.zel.impl.parser.ParseException
-
Constructor with message.
- ParseException(String) - Constructor for exception org.zkoss.zk.ui.select.impl.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception org.zkoss.zel.impl.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseExpression(String, Class) - Method in class org.zkoss.clientbind.ClientBinderResolver
- parseExpression(String, Class) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
- parseExpression(String, Class<?>) - Method in interface org.zkoss.zk.xel.Evaluator
-
Prepares the expression.
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.bind.xel.BindXelFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.bind.impl.BindXelFactoryEx
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
- parseExpression(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
-
Prepares (a.k.a., compiles) an expression.
- parseExpressionX(BindContext, String, Class<?>) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- parseExpressionX(BindContext, String, Class<?>) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Prepares the expressionX.
- parseExpressionX(BindContext, String, Class<?>) - Method in class org.zkoss.clientbind.ClientBinderResolver
- parseExpressionX(BindContext, String, Class<?>) - Method in class org.zkoss.zkmax.bind.impl.BindEvaluatorXImplEx
- parseFrom(String) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- parseFrom(String) - Method in class org.zkoss.zul.SimpleDateConstraint
- parseFrom(String) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
- parseFrom(String) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- parseKeys(Map<String, Object>) - Static method in class org.zkoss.zk.au.AuRequests
-
Parses the key flags of a mouse event.
- parseLibProperty(Element) - Static method in class org.zkoss.zk.ui.sys.ConfigParser
-
Internal use only
- parseList(String, Class, boolean) - Static method in class org.zkoss.zk.xel.impl.Utils
-
Parses a list of expressions that is separated by comma.
- parseMethod(String) - Static method in class org.zkoss.lang.Classes
-
Gets the method information from a signature.
- parseMultiple(Map<? super String, Collection<String>>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
-
Parse a string into a map that allows multiple values..
- parseMultiple(Map<? super String, Collection<String>>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
-
Parse a string into a map that allows multiple values.
- parseNumber(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Parses text from the beginning of the given string to produce a number.
- parseNumber(String, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
-
Parses text from the beginning of the given string to produce a number.
- parseParams(Element, String, String, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Parses a tree of parameter elements into a map.
- Parser - Class in org.zkoss.web.servlet.dsp.impl
-
Used to parse a DSP page into a meta format called
Interpretation
. - Parser - Class in org.zkoss.zk.ui.metainfo
-
Used to parse the ZUL file
- Parser - Class in org.zkoss.zk.ui.select.impl
-
A parser that parses selector string and generates selector objects.
- Parser() - Constructor for class org.zkoss.web.servlet.dsp.impl.Parser
- Parser() - Constructor for class org.zkoss.zk.ui.select.impl.Parser
- Parser(WebApp, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.Parser
-
Constructor.
- parseRequest(HttpServletRequest, AuDecoder) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
- parseToMap(Map<String, String>, String) - Static method in class org.zkoss.idom.ProcessingInstruction
-
Parses the raw data into a map.
- parseUpload(Component, String) - Static method in class org.zkoss.zk.ui.ext.Uploads
-
Parse the setting and update the upload-related attributes with the component.
- parseVersion(String) - Static method in class org.zkoss.util.Utils
-
Parses the specified version into an array of integer.
- PARTIAL - org.zkoss.zul.ext.TristateModel.State
-
Represents the partial selection state.
- PASS_THRU_ATTR - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether the specified parameters shall be passed thru the request attribute called arg.
- PASS_THRU_ATTR - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether the specified parameters shall be passed thru the request's attribute called arg.
- PASSWORD - org.zkoss.stateless.sul.ITextboxBase.Type
-
Used for textbox that should contain a password.
- patchRender(RequestInfo, Page, Writer, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderPatch
-
Called after rendering to patch the result.
- patchRender(RequestInfo, Page, Writer, Writer) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
- patchRender(RequestInfo, Page, Writer, Writer) - Method in class org.zkoss.zkplus.liferay.NonRootContextJQueryRenderPatch
- path - Variable in class org.zkoss.zul.AbstractTreeModel.Path
- Path - Class in org.zkoss.bind.impl
-
Class that holding a dot series path and process Form field name.
- Path - Class in org.zkoss.zk.ui
-
A representation of a component path.
- Path() - Constructor for class org.zkoss.bind.impl.Path
- Path() - Constructor for class org.zkoss.zk.ui.Path
- Path(int[]) - Constructor for class org.zkoss.zkmax.zul.DefaultTristateTreeModel.Path
- Path(int[]) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
- Path(String) - Constructor for class org.zkoss.zk.ui.Path
- Path(String, String) - Constructor for class org.zkoss.zk.ui.Path
- Path(Component) - Constructor for class org.zkoss.zk.ui.Path
-
Returns the path of the specified component.
- Path(Path, String) - Constructor for class org.zkoss.zk.ui.Path
- Path(AbstractTreeModel.Path) - Constructor for class org.zkoss.zkmax.zul.DefaultTristateTreeModel.Path
- Path(AbstractTreeModel.Path) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
- PATH_PREFIX - Static variable in class org.zkoss.web.util.resource.ClassWebResource
-
The prefix of path of web resources ("/web").
- PathELResolver - Class in org.zkoss.bind.xel.zel
-
Handle dot series path when evaluating expression.
- PathELResolver() - Constructor for class org.zkoss.bind.xel.zel.PathELResolver
- pathToComponent(String, Component) - Static method in class org.zkoss.zk.ui.Components
-
Converts a path, generated by
Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component)
, to a component. - pathToString(List<String>) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- pattern - Variable in class org.zkoss.text.MessageFormats.NameInfo
-
The pattern in the format of java.text.MessageFormat.
- pause() - Method in class org.zkoss.stateless.state.IAudioController
-
Pauses the audio at the client.
- pause() - Method in class org.zkoss.stateless.state.ICameraController
-
Pauses recording.
- pause() - Method in class org.zkoss.stateless.state.IVideoController
-
Pauses the video at the client.
- pause() - Method in class org.zkoss.zkmax.zul.Camera
-
Pause recording.
- pause() - Method in class org.zkoss.zkmax.zul.Video
-
Pause the video at the client.
- pause() - Method in class org.zkoss.zul.Audio
-
Pauses the audio at the client.
- PAUSE - Static variable in class org.zkoss.stateless.state.IAudioController
- PAUSE - Static variable in class org.zkoss.stateless.state.IVideoController
- PAUSE - Static variable in class org.zkoss.zkmax.zul.Camera
-
Represent the pause state
- PAUSE - Static variable in class org.zkoss.zkmax.zul.Video
-
Represent the pause state
- PAUSE - Static variable in class org.zkoss.zul.Audio
-
Represent the pause state
- Pdfviewer - Class in org.zkoss.zkex.zul
-
A PDF file viewer.
- Pdfviewer() - Constructor for class org.zkoss.zkex.zul.Pdfviewer
- PDFVIEWER_FW_ANGLE_DOUBLE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_ANGLE_DOUBLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_ANGLE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_ANGLE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_EXPAND - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_MINUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_PLUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_ROTATE_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_FW_ROTATE_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- PDFVIEWER_ROTATE_LEFT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ROTATE_RIGHT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_TOGGLE_FULLSCREEN - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_FIT_HEIGHT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_FIT_WIDTH - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_IN - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_LEVEL - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_OUT - Static variable in interface org.zkoss.zul.mesg.MZul
- Pdfviewer.ExtraCtrl - Class in org.zkoss.zkex.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - peek() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- peek() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Return the next matched component, but the iteration is not proceeded.
- peek(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- peek(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- peekNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- PerformanceMeter - Interface in org.zkoss.zk.ui.util
-
An application-level listener to measure the performance of the processing of client requests.
- perm - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
-
The writer used to generate the content that exists even after the widgets have been rendered.
- pgi() - Method in class org.zkoss.zul.Grid
- pgi() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the instance of the @{link Paginal}
- pgi() - Method in class org.zkoss.zul.Listbox
- pgi() - Method in class org.zkoss.zul.Tree
- Phase - Enum in org.zkoss.bind
-
The Phase of PhaseListener when doing binding.
- PHASE_LISTENER_CLASS_KEY - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
PhaseListener key
- PhaseListener - Interface in org.zkoss.bind
-
A call back listener that allow user to intervene the execution life cycle.
- Picture - Class in org.zkoss.zhtml
-
The Picture tag
- Picture() - Constructor for class org.zkoss.zhtml.Picture
- PIE - Static variable in class org.zkoss.zul.Chart
- PieModel - Interface in org.zkoss.zul
-
A Pie chart data model.
- piggyResponse(Collection<AuResponse>, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- piggyResponse(Collection<AuResponse>, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Adds the responses to the so-called piggy-back queue.
- play() - Method in class org.zkoss.stateless.state.IAudioController
-
Plays the audio at the client.
- play() - Method in class org.zkoss.stateless.state.IVideoController
-
Plays the video at the client.
- play() - Method in class org.zkoss.zkmax.zul.Video
-
Play the video at the client.
- play() - Method in class org.zkoss.zul.Audio
-
Plays the audio at the client.
- PLAY - Static variable in class org.zkoss.stateless.state.IAudioController
- PLAY - Static variable in class org.zkoss.stateless.state.IVideoController
- PLAY - Static variable in class org.zkoss.zkmax.zul.Video
-
Represent the play state
- PLAY - Static variable in class org.zkoss.zul.Audio
-
Represent the play state
- PLEASE_WAIT - Static variable in interface org.zkoss.zul.mesg.MZul
- PLUS - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- PNGEncoder - Class in org.zkoss.image.encoder
-
The encoder for encoding an image into the PNG format
- PNGEncoder() - Constructor for class org.zkoss.image.encoder.PNGEncoder
- POLAR - Static variable in class org.zkoss.zul.Chart
- PollingServerPush - Class in org.zkoss.zk.ui.impl
-
A server-push implementation that is based on client-polling.
- PollingServerPush() - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
- PollingServerPush(int, int, int) - Constructor for class org.zkoss.zk.ui.impl.PollingServerPush
- POLYGON - org.zkoss.stateless.sul.IArea.Shape
-
Treat the
coords
format as a rectangle. - pop() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
-
Pops the context out and use the previous one as the current context.
- popArg() - Method in interface org.zkoss.zk.ui.Execution
-
Pops the parameters (aka., arg) that is pushed by
Execution.pushArg(java.util.Map<?, ?>)
. - popArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- popContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- popGroup() - Method in class org.zkoss.idom.input.SAXHandler
-
Pops out the current group, and the one under it becomes the new current group.
- popNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- popStack() - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
-
pop the execution stack
- popStack() - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
- Popup - Class in org.zkoss.zul
-
A container that is displayed as a popup.
- Popup() - Constructor for class org.zkoss.zul.Popup
- Popup(boolean) - Constructor for class org.zkoss.zul.Popup
- POPUP - org.zkoss.stateless.sul.IWindow.Mode
-
Makes the window as popup.
- POPUP - org.zkoss.zul.Window.Mode
-
Makes the window as popup.
- POPUP - Static variable in class org.zkoss.zk.ui.util.URIInfo
-
Represents popup shall be used to show the content of the URI (
URIInfo.uri
). - POPUP - Static variable in class org.zkoss.zul.Window
-
Makes the window as popup.
- Portalchildren - Class in org.zkoss.zkmax.zul
-
The column of Portallayout.
- Portalchildren() - Constructor for class org.zkoss.zkmax.zul.Portalchildren
- PortalDropData - Class in org.zkoss.stateless.action.data
-
Represents an action after a portal being dropped and before a portal being moved.
- PortalDropData() - Constructor for class org.zkoss.stateless.action.data.PortalDropData
- PortalDropEvent - Class in org.zkoss.zkmax.ui.event
-
Represents an event after a portal being dropped and before a portal being moved.
- PortalDropEvent(String, Component, Portalchildren, Portalchildren, Panel, int, int, int, int) - Constructor for class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Constructs a PortalDrop event.
- Portallayout - Class in org.zkoss.zkmax.zul
-
A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
- Portallayout() - Constructor for class org.zkoss.zkmax.zul.Portallayout
- PortalMoveEvent - Class in org.zkoss.zkmax.ui.event
-
Represents an event caused by a portal being moved.
- PortalMoveEvent(String, Component, Portalchildren, Portalchildren, Panel, int) - Constructor for class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Constructs a ColumnMoved event.
- PORTLET_PAGE_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
- PORTLET_RENDER_PATCH_CLASS - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A library property to specify the class used to patch the rendering result of a portlet.
- PortletHttpSession - Class in org.zkoss.web.portlet
-
A facade of PortletSession for implementing HttpSession.
- PortletModes - Class in org.zkoss.web.portlet
-
Utilities to handles
PortletMode
. - Portlets - Class in org.zkoss.web.portlet
-
Utilities to handle portlet.
- Portlets() - Constructor for class org.zkoss.web.portlet.Portlets
- PortletServletContext - Class in org.zkoss.web.portlet
-
A facade servlet context based on a given portlet context.
- PortletServletDispatcher - Class in org.zkoss.web.portlet
-
A facade of a PortletRequestDispatch for implementing RequestDispatcher.
- position(IPopupBase.Position) - Method in class org.zkoss.stateless.sul.IPopupBase.OpenOptionBuilder
-
Specifies this popup open with the given position.
- POST - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- POST_GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- postCommand(String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
post command this binder, binder will queue the command, and fired later.
- postCommand(String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- postEvent(int, String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Posts an instance of
Event
to the current execution with the specified priority. - postEvent(int, Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Queues the give event for the specified target to this execution.
- postEvent(int, Component, Event) - Method in interface org.zkoss.zk.ui.Execution
-
Queues the give event for the specified target to this execution.
- postEvent(int, Component, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- postEvent(int, Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Posts an event to the current execution with the specified priority.
- postEvent(int, Event) - Method in interface org.zkoss.zk.ui.Execution
-
Queues an event with the specified priority to this execution.
- postEvent(int, Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- postEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Posts an instance of
Event
to the current execution. - postEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Queues the give event for the specified target to this execution.
- postEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Posts an event to the current execution.
- postEvent(Event) - Method in interface org.zkoss.zk.ui.Execution
-
Queues an event to this execution.
- postEvent(Event) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- postGlobalCommand(String, String, String, Map<String, Object>) - Static method in class org.zkoss.bind.BindUtils
-
Post a global command to corresponding event queue
- postNotifyChange(Object, String) - Static method in class org.zkoss.bind.BindUtils
-
Post a notify change to default event queue to notify a bean's property changing Omitting the queue name and scope for convenience
- postNotifyChange(Object, String...) - Static method in class org.zkoss.bind.BindUtils
-
Post a notify change to default event queue to notify a bean's properties changing Omitting the queue name and scope for convenience
- postNotifyChange(String, String, Object, String) - Static method in class org.zkoss.bind.BindUtils
-
Post a notify change to corresponding event queue to notify a bean's property changing
- postNotifyChange(String, String, Object, String...) - Static method in class org.zkoss.bind.BindUtils
-
Post a notify change to corresponding event queue to notify a bean's properties changing Accept multiple properties for convenience
- postOnInitRender() - Method in class org.zkoss.zul.Tabbox
-
Component internal use only.
- postPhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.ClientBinderPhaseListener
- postPhase(Phase, BindContext) - Method in interface org.zkoss.bind.PhaseListener
-
Callbacks after each phase.
- postPhase(Phase, BindContext) - Method in class org.zkoss.zuti.bind.ZutiPhaseListener
- postSubscriptionHandling(Object, Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
-
Handling the subscription after a target(e.x. component) attached to this controller
- postSubscriptionHandling(Object, Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
- postSubscriptionHandling(Object, Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
- PotentialDeadLockException - Exception in org.zkoss.lang
-
Denote a potential dead lock might occur.
- PotentialDeadLockException() - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int, Object) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int, Object[]) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(int, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(String) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(String, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- PotentialDeadLockException(Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
- Pre - Class in org.zkoss.zhtml
-
The PRE tag.
- Pre() - Constructor for class org.zkoss.zhtml.Pre
- PREFERRED_2DIGITYEARSTART - Static variable in class org.zkoss.web.Attributes
-
The library property used to store the preferred 2DigitYearStart.
- PREFERRED_DATE_FORMAT_INFO - Static variable in class org.zkoss.web.Attributes
-
The session attribute used to specify the class used to return the formats of date, time or both for datebox and timebox.
- PREFERRED_FIRST_DAY_OF_WEEK - Static variable in class org.zkoss.web.Attributes
-
The session attribute used to store the preferred first-day-of-week.
- PREFERRED_LOCALE - Static variable in class org.zkoss.web.Attributes
-
The session attribute used to store the preferred locale (Locale) in a session.
- PREFERRED_TIME_ZONE - Static variable in class org.zkoss.web.Attributes
-
The session attribute used to store the preferred time zone (TimeZone) in a session.
- prefix - Variable in class org.zkoss.xel.taglib.FunctionDefinition
-
Method's prefix.
- prefix - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- prefix - Variable in class org.zkoss.zel.impl.parser.AstFunction
- PREFIX - Static variable in class org.zkoss.stateless.util.Oid
-
The default Oid prefix.
- preInit() - Method in class org.zkoss.zk.ui.impl.PageImpl
- preInit() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Pre-initializes this page.
- preInit(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Initializes the context for the given page before rendering this page definition.
- prepare(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
-
Prepares the initialization at the servlet thread.
- prepare(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- prepare(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- prepareConverterContext(Component, Map<String, Object>) - Method in class org.zkoss.clientbind.ClientBindComposer
- prepareJFreeChart(JFreeChart, Chart) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
-
Developers with special needs can override this method to apply own rendering properties on the created JFreeChart.
- prepareProperty(Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- prePhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.ClientBinderPhaseListener
- prePhase(Phase, BindContext) - Method in interface org.zkoss.bind.PhaseListener
-
Callbacks before each phase.
- prePhase(Phase, BindContext) - Method in class org.zkoss.zuti.bind.ZutiPhaseListener
- PREV - Static variable in interface org.zkoss.zul.mesg.MZul
- prevCharIsCR - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- preventDefault() - Method in class org.zkoss.zkmax.ui.event.PortalDropEvent
-
Stop the default behavior(move the portal) after portal drop.
- previous() - Method in class org.zkoss.stateless.state.ICardlayoutController
-
Navigates to previous component if possible.
- previous() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- previous() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Change to previous component if possible.
- PREVIOUS - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It indicates the direction of the target is the same as the previous insertion
- PREVIOUS_SIBLING - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target previous sibling.
- previousDate(Date) - Static method in class org.zkoss.util.Dates
-
Given a date, return the previous date of the given date (24 hrs before).
- previousIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- previousPage() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Goes to the previous page.
- previousPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the previous page.
- previousSibling() - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the previous sibling of the locator on which it is invoked that matches the specified class.
- previousSibling() - Method in class org.zkoss.stateless.ui.Self
- PRIMITIVE_NAMES - Static variable in class org.zkoss.zel.impl.util.ReflectionUtil
- Primitives - Class in org.zkoss.lang
-
Utilities regarding primitive type and its wrapper class.
- Primitives() - Constructor for class org.zkoss.lang.Primitives
- PRIMITIVES - Static variable in class org.zkoss.zel.impl.util.ReflectionUtil
- print() - Static method in class org.zkoss.zk.ui.util.Clients
-
Asks the client to print the current desktop (a.k.a., browser window).
- process() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Process the event.
- process(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
-
Processes the content
- process(Session, RenderRequest, RenderResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Process a portlet request.
- process(Session, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Process asynchronous update requests from the client.
- process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
-
Process the request.
- process(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.RichletFilter
- processEvent(Desktop, Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Ask this event thread to process the specified event.
- processHtml(String) - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
-
Append CSS link to head, and remove zk.wpd script
- processHtml(String) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
- processingInstruction(String, String) - Method in class org.zkoss.idom.input.SAXHandler
- ProcessingInstruction - Class in org.zkoss.idom
-
The iDOM processing instruction.
- ProcessingInstruction() - Constructor for class org.zkoss.idom.ProcessingInstruction
-
Constructor.
- ProcessingInstruction(String, String) - Constructor for class org.zkoss.idom.ProcessingInstruction
-
Constructor.
- ProcessingInstruction(String, Map<String, String>) - Constructor for class org.zkoss.idom.ProcessingInstruction
-
Constructor.
- processPropertyBinding(Map<String, Object>, String, String, Map<String, String[]>) - Static method in class org.zkoss.clientbind.ClientBindComposer
-
Internal used only
- processPropertyBinding(Map<String, Object>, String, String, Map<String, String[]>, boolean) - Static method in class org.zkoss.clientbind.ClientBindComposer
-
Internal used only
- processRequest(Execution, CometServerPush.AsyncInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when receiving the comet request from the client.
- processRequest(Execution, CometServerPush.AsyncInfo) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
-
Called when receiving the comet request from the client.
- processScript(Object) - Method in class org.zkoss.bind.impl.AllocUtil
-
Returns the processed script.
- processSpacing(String) - Static method in interface org.zkoss.stateless.sul.IRowlayoutCtrl
- processUpdate(Session, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.zkoss.stateless.ui.http.DispatcherRichletFilter
- Progress - Class in org.zkoss.zhtml
-
The PROGRESS tag.
- Progress() - Constructor for class org.zkoss.zhtml.Progress
- Progressmeter - Class in org.zkoss.zul
-
A progress meter is a bar that indicates how much of a task has been completed.
- Progressmeter() - Constructor for class org.zkoss.zul.Progressmeter
- Progressmeter(int) - Constructor for class org.zkoss.zul.Progressmeter
- PrologAllowed - Interface in org.zkoss.zk.ui.ext.render
-
Implemented by the object returned by
ComponentCtrl.getExtraCtrl()
if it is able to generate the specified prolog before its real content. - PROMPT - org.zkoss.bind.sys.ConditionType
- PROP - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
- PROP_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- PROP_INIT - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- PROP_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- PROP_LOAD - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- PROP_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- PROP_SAVE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- PropertiesRenderer - Interface in org.zkoss.zk.ui.sys
-
A renderer used to render custom properties for particular components.
- property - Variable in class org.zkoss.zel.impl.parser.AstValue.Target
- Property - Class in org.zkoss.zk.ui.metainfo
-
Information about how to initialize a property (a.k.a., a field of a component).
- Property - Interface in org.zkoss.bind
-
Represent a property of a base object in the binding.
- Property(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
-
Constructs a property with a class that is known in advance.
- Property(EvaluatorRef, String, NativeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.Property
-
Constructs a property with the native content.
- PropertyAccess<T> - Interface in org.zkoss.zk.ui.sys
-
A property access interface to speed up Java reflection performance.
- PropertyBinding - Interface in org.zkoss.bind.sys
-
A binding tells how to deal with Load or Save a field of a source object (usually an UI component) and a property of a target object(usually a backing bean).
- PropertyBindingImpl - Class in org.zkoss.bind.impl
-
A base implementation of
PropertyBinding
. - PropertyBindingImpl(Binder, Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.PropertyBindingImpl
- PropertyBundle - Class in org.zkoss.util.resource
-
The property bundle.
- PropertyBundle(String, Locale, Locator, boolean) - Constructor for class org.zkoss.util.resource.PropertyBundle
-
Constructor.
- PropertyChangeEvent - Class in org.zkoss.bind
-
The property-change event
- PropertyChangeEvent(Component, Object, String) - Constructor for class org.zkoss.bind.PropertyChangeEvent
- PropertyExpression - Class in org.zkoss.bind.impl
-
An implementation of component property expression to evaluate it with a reflection method call instead of EL resolving.
- PropertyExpression(Component, String) - Constructor for class org.zkoss.bind.impl.PropertyExpression
- PropertyImpl - Class in org.zkoss.bind.impl
-
Implementation of a property.
- PropertyImpl(Object, String, Object) - Constructor for class org.zkoss.bind.impl.PropertyImpl
- PropertyNotFoundException - Exception in org.zkoss.zel
- PropertyNotFoundException - Exception in org.zkoss.zk.ui.metainfo
-
Represents the a property (a.k.a., a method of a component) is not found.
- PropertyNotFoundException() - Constructor for exception org.zkoss.zel.PropertyNotFoundException
- PropertyNotFoundException() - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int, Object) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(String) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
- PropertyNotFoundException(String) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
- PropertyNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zel.PropertyNotFoundException
- PropertyNotFoundException(Throwable) - Constructor for exception org.zkoss.zk.ui.metainfo.PropertyNotFoundException
- PropertyNotWritableException - Exception in org.zkoss.zel
- PropertyNotWritableException() - Constructor for exception org.zkoss.zel.PropertyNotWritableException
- PropertyNotWritableException(String) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
- PropertyNotWritableException(String, Throwable) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
- PropertyNotWritableException(Throwable) - Constructor for exception org.zkoss.zel.PropertyNotWritableException
- propertyResolved(ELContext, Object, Object) - Method in class org.zkoss.zel.EvaluationListener
-
Fired after a property has been resolved.
- ProxyEvent - Class in org.zkoss.zk.ui.impl
-
Used to proxy another event.
- ProxyEvent(Component, Event) - Constructor for class org.zkoss.zk.ui.impl.ProxyEvent
-
Constructor.
- ProxyHelper - Class in org.zkoss.bind.proxy
-
A proxy helper class to create a proxy cache mechanism for Set, List, Collection, Map, and POJO.
- ProxyHelper() - Constructor for class org.zkoss.bind.proxy.ProxyHelper
- ProxyHelper.ProxyDecorator - Interface in org.zkoss.bind.proxy
-
An interface to decorate the
ProxyObject
for some purposes, like providing custom validation logic or adding extra handler on it. - ProxyHelperEx - Class in org.zkoss.zkmax.bind.proxy
-
An extension of ProxyHelper to create a proxy cache mechanism.
- ProxyHelperEx() - Constructor for class org.zkoss.zkmax.bind.proxy.ProxyHelperEx
- proxyIChild(Component) - Static method in class org.zkoss.stateless.ui.util.Immutables
- proxyIChild(Component, Class<? extends Component>) - Static method in class org.zkoss.stateless.ui.util.Immutables
- proxyIChildren(Component) - Static method in class org.zkoss.stateless.ui.util.Immutables
- proxyIComponent(T) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Makes a proxy of
Component
intoIComponent
. - ProxyNode - Interface in org.zkoss.bind.proxy
-
A proxy object node (For the relationship of proxies)
- ProxyTargetHandler - Interface in org.zkoss.bind.proxy
-
A proxy target handler to help creating proxy on correct origin data object.
- PseudoClass - Class in org.zkoss.zk.ui.select.impl
-
The model representing a pseudo class in Selector
- PseudoClass(String) - Constructor for class org.zkoss.zk.ui.select.impl.PseudoClass
- PseudoClassDef - Interface in org.zkoss.zk.ui.select.impl
-
The model of pseudo class definition
- PseudoElement - Class in org.zkoss.zk.ui.select.impl
-
The model representing a pseudo element in Selector
- PseudoElement(String) - Constructor for class org.zkoss.zk.ui.select.impl.PseudoElement
- publish(T) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Publishes an event to the queue.
- publish(T) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- publish(T) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
Publishes an event.
- publish(T) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- push(RequestContext) - Static method in class org.zkoss.web.servlet.xel.RequestContexts
-
Pushes the context as the current context, such that it will be returned by
RequestContexts.getCurrent()
. - pushArg(Map<?, ?>) - Method in interface org.zkoss.zk.ui.Execution
-
Pushes the parameters (aka., arg) that EL could refer it by the arg variable.
- pushArg(Map<?, ?>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- pushContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- pushGroup(Group) - Method in class org.zkoss.idom.input.SAXHandler
-
Adds a new group to the current group as a child, and pushes the new group to be the new current group.
- pushHistoryState(Object, String, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Pushes a new history state.
- pushHistoryState(Object, String, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- pushNode(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- pushStack(String) - Method in interface org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
-
push the execution stack
- pushStack(String) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
- put(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- put(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
- put(Object, Object) - Method in class org.zkoss.util.resource.ResourceCache
-
Don't use it.
- put(Object, Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- put(String[], T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Puts the data to the path.
- put(String, Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
- put(String, String) - Static method in class org.zkoss.util.media.ContentTypes
-
Adds additional binding of the format and content type.
- put(String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Puts the data to the path.
- put(K, V) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- put(K, V) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- put(K, V) - Method in class org.zkoss.bind.proxy.MapProxy
- put(K, V) - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
- put(K, V) - Method in class org.zkoss.stateless.util.BidirectionalMap
- put(K, V) - Method in interface org.zkoss.util.Cache
-
Stores an object to the cache.
- put(K, V) - Method in class org.zkoss.util.CacheMap
- put(K, V) - Method in class org.zkoss.util.EmptyCacheMap
- put(K, V) - Method in class org.zkoss.util.FastReadCache
- put(K, V) - Method in class org.zkoss.util.MultiCache
- put(K, V) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
- put(K, V) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- put(K, V) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- put(K, V) - Method in class org.zkoss.zul.ListModelMap
- put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Put an element into the map.
- put(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- put(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
- put(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Puts a ZK session to the cache.
- put(Operation) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Put an operation to queue
- putAll(Map) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.bind.proxy.MapProxy
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.util.CacheMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.zul.ListModelMap
- putContext(Class, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
- putContext(Class, Object) - Method in class org.zkoss.zel.ELContext
-
Add an object to this EL context under the given key.
- putContext(Class, Object) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- putContext(Class, Object) - Method in class org.zkoss.zel.StandardELContext
- putEssential(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- putIfAbsent(K, V) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
- putInBothMaps(K, V, boolean) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- putLinkedHashMap(Map<K, V>, K, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Put key, value into the specified LinkedHashMap.
- putMap(Map<K, V>, K, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Put key, value into the specified map.
- putValue(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
Q
- Q - Class in org.zkoss.zhtml
-
The Q tag.
- Q() - Constructor for class org.zkoss.zhtml.Q
- QUARTER - Static variable in class org.zkoss.zul.Chart
- query(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- query(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- query(String) - Method in interface org.zkoss.zk.ui.Component
-
Find the first component that matches the given CSS3 selector.
- queryAll(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- queryAll(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- queryAll(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns an iterable object for components that match the given CSS3 selector.
- QueryParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- QUESTION - Static variable in class org.zkoss.zul.Messagebox
-
A symbol consisting of a question mark in a circle.
- QUESTIONMARK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- QUEUE_NAME_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
- QUEUE_NAME_ANNO_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- QUEUE_SCOPE_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
- QUEUE_SCOPE_ANNO_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- queueUnavailable(Desktop) - Method in interface org.zkoss.zkex.zul.impl.OperationQueueListener
-
Notify the
OperationQueue
no longer available, it is usual invoked before the end ofOperationThread.run()
- QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
R
- Radio - Class in org.zkoss.zul
-
A radio button.
- Radio() - Constructor for class org.zkoss.zul.Radio
- Radio(String) - Constructor for class org.zkoss.zul.Radio
- Radio(String, String) - Constructor for class org.zkoss.zul.Radio
- Radiogroup - Class in org.zkoss.zul
-
A radio group.
- Radiogroup() - Constructor for class org.zkoss.zul.Radiogroup
- RadiogroupModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the radiogroup for converting collection to ListModel and vice versa. - RadiogroupModelConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupModelConverter
- RadiogroupSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- RadiogroupSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
- RadiogroupSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert Radiogroup selected item to radio value and vice versa.
- RadiogroupSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.RadiogroupSelectedItemConverter
- RadioRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in a
Radiogroup
. - randomValue() - Method in class org.zkoss.zul.Captcha
-
Regenerates new captcha text value and redraw.
- RANGE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- RANGE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- rangeSize() - Method in class org.zkoss.zul.DialModelScale
-
Returns the number of ranges associated with this scale.
- Rangeslider - Class in org.zkoss.zkex.zul
-
A rangeslider.
- Rangeslider() - Constructor for class org.zkoss.zkex.zul.Rangeslider
- RangeValueChangeData - Class in org.zkoss.stateless.action.data
-
The range value change action that denotes the range value of a component has been changed by the user.
- RangeValueChangeData() - Constructor for class org.zkoss.stateless.action.data.RangeValueChangeData
- RangeValueChangeEvent - Class in org.zkoss.zkex.zul.event
-
The range value change event
- RangeValueChangeEvent(String, Component, int[]) - Constructor for class org.zkoss.zkex.zul.event.RangeValueChangeEvent
- Rating - Class in org.zkoss.zul
-
A rating component provides a icon based rating input.
- Rating() - Constructor for class org.zkoss.zul.Rating
- Raw - Class in org.zkoss.zhtml
-
The raw component used to generate raw HTML elements.
- Raw() - Constructor for class org.zkoss.zhtml.Raw
- Raw(String) - Constructor for class org.zkoss.zhtml.Raw
- RawId - Interface in org.zkoss.zk.ui.ext
-
Decorates
Component
to denote that the UUID (Component.getUuid()
must be the same as the ID (Component.getId()
), if the application assigns an ID for it. - RBRACE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- RBRACK - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- read() - Method in class org.zkoss.io.NullInputStream
- read() - Method in class org.zkoss.io.RepeatableInputStream
- read(byte[], int, int) - Method in class org.zkoss.io.RepeatableInputStream
- read(char[], int, int) - Method in class org.zkoss.io.NullReader
- read(char[], int, int) - Method in class org.zkoss.io.RepeatableReader
- read(ObjectInputStream) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- read(ObjectInputStream) - Method in interface org.zkoss.zk.scripting.SerializableAware
-
Reads the name and value of the variable from the specified input stream.
- readAll(InputStream) - Static method in class org.zkoss.io.Files
-
Returns all bytes in the input stream, never null (but its length might zero).
- readAll(Reader) - Static method in class org.zkoss.io.Files
-
Returns all characters in the reader, never null (but its length might zero).
- readChar() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Read a character.
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- readExternal(ObjectInput) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- Readonly - Interface in org.zkoss.zk.ui.ext
-
Implemented with
Component
to indicate that a component can be set to readonly. - readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Reads back
AbstractGroupsModel._selection
. - readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractListModel
-
Reads back
AbstractListModel._selection
. - readSelection(ObjectInputStream) - Method in class org.zkoss.zul.ListModelMap
- readThis(ObjectInputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to read back this object, only if the deriving class implements java.io.Serializable.
- rebuildSubShadowTree() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Rebuilds the shadow tree if the shadow element contains a dynamic value, it should be alive, otherwise, it will be detached.
- rebuildSubShadowTree() - Method in class org.zkoss.zuti.zul.Choose
- rebuildSubShadowTree() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- recover(Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
- recover(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Called when ZK detects
Session.getNativeSession()
is not initialized properly. - recover(Session, Execution, Desktop) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Recovers the specified desktop.
- recoverDesktop(Session, HttpServletRequest, HttpServletResponse, WebAppCtrl, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Recovers the desktop if possible.
- recoverDidFail(Throwable) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- recoverDidFail(Throwable) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called when the recovering failed.
- recreate() - Method in interface org.zkoss.zk.ui.ext.Macro
-
Detaches all child components and then recreate them.
- recreate() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Detaches all child components and then recreate them by use of
HtmlMacroComponent.compose()
. - recreate() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Detaches all child components and then recreate them by use of
HtmlShadowElement.compose(org.zkoss.zk.ui.Component)
. - recreate() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Detaches all child components and then recreate them.
- recreate() - Method in class org.zkoss.zml.XmlMacroComponent
- recreate() - Method in class org.zkoss.zuti.zul.Choose
- recreate() - Method in class org.zkoss.zuti.zul.Otherwise
- recreate() - Method in class org.zkoss.zuti.zul.When
- recreateDirectly() - Method in class org.zkoss.zuti.zul.Otherwise
- recreateDirectly() - Method in class org.zkoss.zuti.zul.When
- RECTANGLE - org.zkoss.stateless.sul.IArea.Shape
-
Treat the
coords
format as a rectangle. - recycle() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- recycle() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called when the desktop has been recycled.
- recycleDesktop(Execution, Page, Writer) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- recycleDesktop(Execution, Page, Writer) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Reuse the desktop and generate the output.
- REDIRECT_URL_PARAMETER - Static variable in class org.zkoss.zk.au.http.AuRedirect
- redraw(Writer) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- redraw(Writer) - Method in class org.zkoss.zhtml.Body
- redraw(Writer) - Method in class org.zkoss.zhtml.Head
- redraw(Writer) - Method in class org.zkoss.zhtml.Html
- redraw(Writer) - Method in class org.zkoss.zhtml.impl.AbstractTag
- redraw(Writer) - Method in class org.zkoss.zhtml.Text
- redraw(Writer) - Method in class org.zkoss.zhtml.Title
- redraw(Writer) - Method in class org.zkoss.zhtml.Zkhead
- redraw(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Redraws this component and all its descendants.
- redraw(Writer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- redraw(Writer) - Method in class org.zkoss.zk.ui.impl.PageImpl
- redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Render (a.k.a., redraw) this component and all its descendants.
- redraw(Writer) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Redraws the whole page into the specified output.
- redraw(Writer) - Method in class org.zkoss.zml.Transformer
- redraw(Writer) - Method in class org.zkoss.zml.XmlMacroComponent
- redraw(Writer) - Method in class org.zkoss.zml.XmlNativeComponent
- redraw(Collection<? extends Component>) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
An utilities to create an array of JavaScript objects (
JavaScriptValue
) that can be used to mount the specified widget at the clients. - redraw(IComponent) - Static method in class org.zkoss.stateless.ui.IStubComponent
- redraw(IStubComponent) - Static method in class org.zkoss.stateless.ui.IStubComponent
- redraw(Locator, Collection<I>) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
An utilities to create an array of JavaScript objects (
JavaScriptValue
) that can be used to mount the specified widget at the clients. - redrawChildren(Writer) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Redraws children (and then recursively descendants).
- redrawChildren(Writer) - Method in class org.zkoss.zul.Tree
- redrawChildren(Writer) - Method in class org.zkoss.zul.Treechildren
- redrawChildren(Writer) - Method in class org.zkoss.zul.Treeitem
- redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Renders the children directly to the given output.
- redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.impl.ContentTag
- redrawChildrenDirectly(TagRenderContext, Execution, Writer) - Method in class org.zkoss.zhtml.Textarea
- reduce(Object, LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- reduce(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- reference(String) - Method in class org.zkoss.stateless.sul.IPopupBase.OpenOptionBuilder
-
Specifies the given reference component id to position the popup.
- REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- REFERENCE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- REFERENCE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- REFERENCE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- ReferenceBinding - Interface in org.zkoss.bind.sys
-
A reference to an expression.
- ReferenceBindingHandler - Interface in org.zkoss.bind.impl
-
to handle reference binding
- ReferenceBindingHandlerImpl - Class in org.zkoss.zkex.bind.impl
- ReferenceBindingHandlerImpl() - Constructor for class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- ReferenceBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
ReferenceBinding
. - ReferenceBindingImpl(Binder, Component, String, String) - Constructor for class org.zkoss.bind.impl.ReferenceBindingImpl
- Reflections - Class in org.zkoss.zk.ui.select.impl
-
A collection of reflection utilities.
- Reflections() - Constructor for class org.zkoss.zk.ui.select.impl.Reflections
- Reflections.FieldRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
- Reflections.MethodRunner<A extends java.lang.annotation.Annotation> - Interface in org.zkoss.zk.ui.select.impl
- ReflectionUtil - Class in org.zkoss.zel.impl.util
-
Utilities for Managing Serialization and Reflection
- REGION_EAST - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- REGION_NORTH - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- REGION_SOUTH - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- REGION_STACK - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- REGION_WEST - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- register(Class, String) - Static method in class org.zkoss.mesg.MessageConst.Aide
-
Registers a message filename, and returns an identifier to represent it.
- register(String) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme, so it becomes available in the theme list
- register(String, String, int) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme with details
- register(String, String, int, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme, its display name, its priority; and also specifies its origin (e.g. from JAR or from FOLDER).
- register(String, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme, and specifies its origin (e.g. from JAR or from FOLDER) Please use
Themes.register("custom", Themes.ThemeOrigin.FOLDER)
to make your custom theme available if the theme resource is inside a folder - register(LabelLocator) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
- register(LabelLocator) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
- register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
- register(LabelLocator2) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
- register(LabelLocator2) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
- register(LabelLocator2) - Static method in class org.zkoss.util.resource.Labels
-
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
- register(Theme) - Method in interface org.zkoss.web.theme.ThemeRegistry
-
Register a theme, i.e. making the theme known to the web application Note: how to deal with duplicate registration is entirely up to the specific implementation of ThemeRegistry.
- register(Theme) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Registers a desktop or a tablet theme Tablet themes must be identified with the "tablet:" prefix.
- register(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Register a desktop theme.
- registerCallBack(String, Callback) - Method in class org.zkoss.zk.ui.util.Configuration
-
Register a callback function
Callback.call(Object data)
- ReInit(InputStream) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Reinitialise.
- ReInit(InputStream) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Reinitialise.
- ReInit(ELParserTokenManager) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Reinitialise parser.
- RELOAD - Static variable in interface org.zkoss.zul.mesg.MZul
- reloadMessages(Locale) - Method in class org.zkoss.zk.device.AjaxDevice
- reloadMessages(Locale) - Method in interface org.zkoss.zk.device.Device
-
Reloads the client-side messages in the specified locale.
- reloadMessages(Locale) - Method in class org.zkoss.zk.device.GenericDevice
-
Reloads the client-side messages in the specified locale.
- reloadMessages(Locale) - Static method in class org.zkoss.zk.ui.util.Clients
-
Reloads the client-side messages in the specified locale.
- REMOTE_CLEAR_VALIDATION_MESSAGE_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- REMOTE_CMD_ARG - Static variable in class org.zkoss.clientbind.ClientBindComposer
- REMOTE_CONVERTER_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- REMOTE_EL_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- remove() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
- remove() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
- remove() - Method in class org.zkoss.util.CollectionsX.OneIterator
- remove() - Method in class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
- remove() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- remove() - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Throws UnsupportedOperationException.
- remove() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Remove the first operation in queue if exist.
- remove(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- remove(int) - Method in class org.zkoss.bind.proxy.ListProxy
- remove(int) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- remove(int) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Removes the step at the specified position in this list (optional operation).
- remove(int) - Method in class org.zkoss.zul.DefaultTreeNode
- remove(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- remove(int) - Method in class org.zkoss.zul.ListModelList
- remove(int) - Method in interface org.zkoss.zul.TreeNode
-
Removes the child at index from this node.
- remove(E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- remove(E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Removes the first occurrence of the specified step from this list, if it is present (optional operation).
- remove(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- remove(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
- remove(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- remove(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- remove(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- remove(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- remove(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- remove(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- remove(Object) - Method in class org.zkoss.clientbind.ui.util.BidirectionalMap
- remove(Object) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- remove(Object) - Method in class org.zkoss.stateless.util.BidirectionalMap
- remove(Object) - Method in interface org.zkoss.util.Cache
-
Removes an object from the cache.
- remove(Object) - Method in class org.zkoss.util.CacheMap
- remove(Object) - Method in class org.zkoss.util.FastReadCache
- remove(Object) - Method in class org.zkoss.util.IdentityHashSet
- remove(Object) - Method in class org.zkoss.util.MultiCache
- remove(Object) - Method in class org.zkoss.util.resource.ResourceCache
-
It is OK to remove the resource if you don't want to cache it.
- remove(Object) - Method in class org.zkoss.web.servlet.xel.AttributesMap
- remove(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- remove(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- remove(Object) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- remove(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
- remove(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
- remove(Object) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- remove(Object) - Method in class org.zkoss.zul.ListModelList
- remove(Object) - Method in class org.zkoss.zul.ListModelMap
- remove(Object) - Method in class org.zkoss.zul.ListModelSet
- remove(String) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Removes the event queue.
- remove(String) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Removes the data associated with the specific path.
- remove(String[]) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Removes the data associated with the specific levels.
- remove(String, String) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Removes the event queue of the specified scope.
- remove(String, String) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Removes the event queue.
- remove(String, String) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- remove(String, String) - Method in class org.zkoss.zkmax.ui.event.impl.EventQueueProviderImpl
- remove(String, Session) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Removes the event queue of the specified session.
- remove(String, Session) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Removes the event queue of the specified session.
- remove(String, Session) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- remove(String, WebApp) - Static method in class org.zkoss.zk.ui.event.EventQueues
-
Removes the event queue of the specified application.
- remove(String, WebApp) - Method in interface org.zkoss.zk.ui.event.impl.EventQueueProvider
-
Removes the event queue of the specified application.
- remove(String, WebApp) - Method in class org.zkoss.zk.ui.event.impl.EventQueueProviderImpl
- remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Remove e from the map.
- remove(Locator) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Removes the given locator component.
- remove(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
-
Un-registers a cleanup.
- remove(Session) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
- remove(Session) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Removes the ZK session from the cache.
- remove(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- remove(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Removes the child from this node.
- remove(T) - Method in class org.zkoss.util.FastReadArray
-
Removes an object.
- Remove - Class in org.zkoss.web.servlet.dsp.action
-
The remove action used to remove an attribute.
- Remove() - Constructor for class org.zkoss.web.servlet.dsp.action.Remove
- REMOVE - org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Identifies the removal of one item from the model.
- REMOVE_BINDINGS - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- REMOVE_MARK - Static variable in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- removeAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- removeAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- removeAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removeAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- removeAll(Collection<?>) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- removeAll(Collection<?>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
- removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
- removeAllAttributes() - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- removeAllAttributes() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- removeAllChildren(Component) - Static method in class org.zkoss.zk.ui.Components
-
Removes all children of the specified component.
- removeAllFromBeanMap(Collection<TrackerNode>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeAllFromBeanMap(Collection<TrackerNode>) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- removeAllFromNullMap(Set<TrackerNode>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Removes the selection of the given collection.
- removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
-
Removes the selection of the given collection.
- removeAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
Removes the attribute, if any.
- removeAttribute(String) - Method in class org.zkoss.idom.Element
- removeAttribute(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
- removeAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
- removeAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- removeAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- removeAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
- removeAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
- removeAttribute(String) - Method in interface org.zkoss.xel.XelContext
-
Removes the attribute.
- removeAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Removes the custom attribute associated with this component, i.e.,
Component.COMPONENT_SCOPE
. - removeAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Removes the specified custom attribute associated with the desktop.
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
-
Removes the specified request attribute.
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Removes the attribute from the current scope if any.
- removeAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
- removeAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.Page
-
Removes the specified attribute custom associated with the page.
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.Session
-
Removes the specified custom attribute.
- removeAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Removes the value of an application-specific attribute.
- removeAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Removes the specified custom attribute.
- removeAttribute(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- removeAttribute(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- removeAttribute(String) - Method in class org.zkoss.zuti.zul.When
- removeAttribute(String, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Removes the custom attribute associated with this scope.
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as removeAttribute(name).
- removeAttribute(String, int) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Removes the attribute of the specified scope.
- removeAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
-
Removes the specified custom attribute in the specified scope.
- removeAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
-
Removes the specified custom attribute in the specified scope.
- removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
- removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
- removeBeanMap(TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- removeBindings(Set<Component>) - Method in interface org.zkoss.bind.Binder
-
Remove all managed bindings that associated with the specified components.
- removeBindings(Set<Component>) - Method in class org.zkoss.bind.impl.BinderImpl
- removeBindings(Component) - Method in interface org.zkoss.bind.Binder
-
Remove all managed bindings that associated with the specified component.
- removeBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
-
Remove all bindings that associated with the specified component.
- removeBindings(Component, String) - Method in interface org.zkoss.bind.Binder
-
Remove all managed Binding that associated with the specified component and attribute name, event name, or form id.
- removeBindings(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
Remove all bindings that associated with the specified component and key (_fieldExpr|evtnm|formid).
- removeBy(Comparable, boolean) - Method in class org.zkoss.util.FastReadArray
-
Removes the object(s) that matches the specified condition.
- removeCallback(String, Callback) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeCallback(String, Callback) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeCallback(String, Callback) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Removes a callback for component by specific name.
- removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
- removeChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
-
Removes a listener from the chart that's notified each time a change to the data model occurs.
- removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
- removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
- removeChild(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeChild(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeChild(Component) - Method in interface org.zkoss.zk.ui.Component
-
Removes a child.
- removeChild(Component) - Method in class org.zkoss.zkmax.zul.Cardlayout
- removeChild(Component) - Method in class org.zkoss.zkmax.zul.Stepbar
- removeChild(Component) - Method in class org.zkoss.zul.Grid
- removeChild(Component) - Method in class org.zkoss.zul.Listbox
-
If the child is a listgroup, its listgroupfoot will be removed at the same time.
- removeChild(Component) - Method in class org.zkoss.zul.Rows
-
If the child is a group, its groupfoot will be removed at the same time.
- removeChild(NodeInfo) - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Removes a child.
- removeChild(NodeInfo) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
- removeClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Removes the URI to redirect to, when ZK Client Engine receives an error.
- removeComponent(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removeComponent(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Removes a component to this page.
- removeComponents() - Method in class org.zkoss.zk.ui.AbstractPage
- removeComponents() - Method in interface org.zkoss.zk.ui.Page
-
Removes all components in this page.
- removeContent(String) - Method in class org.zkoss.idom.Element
-
Removes the content of the child element with the giving path, and the child element itself if no other child.
- REMOVED - Static variable in class org.zkoss.zul.event.ChartDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- removeDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Remove a dependent node of this node per the specified field script.
- removeDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- removeDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
- removeDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Removes a desktop from this session.
- removeDesktop(Execution) - Static method in class org.zkoss.zk.ui.impl.DesktopRecycles
-
Called to remove the desktop.
- removeEventInterceptor(Class) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
Removes an event interceptor with the specified class.
- removeEventInterceptor(EventInterceptor) - Method in class org.zkoss.zk.ui.impl.EventInterceptors
-
Removes an event interceptor.
- removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Component
-
Removes an event listener.
- removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zk.ui.Page
-
Removes an event listener.
- removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
-
Removes an event listener.
- removeEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
-
Removes a listener from the list that's notified each time a change to the model occurs.
- removeExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Removes the
Extendlet
(a.k.a., resource processor) for the specified extension. - removeExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Removes an extended context of the specified name.
- removeFilter(String, Filter, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Removes the filter (
Filter
) for the specified extension. - removeForward(String, String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeForward(String, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeForward(String, String, String) - Method in interface org.zkoss.zk.ui.Component
-
Removes a forward condition that was added by
Component.addForward(String, String, String)
. - removeForward(String, Component, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeForward(String, Component, String) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeForward(String, Component, String) - Method in interface org.zkoss.zk.ui.Component
-
Removes a forward condition that was added by
Component.addForward(String, Component, String)
. - removeFromBothMaps(Object) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- removeFromInverseMap(V) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- removeFromParent() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- removeFromParent() - Method in class org.zkoss.zul.DefaultTreeNode
-
Removes the receiver from its parent.
- removeFromParent() - Method in class org.zkoss.zuti.zul.ForEach
- removeFromPartial(Object) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- removeFromQueryString(StringBuffer, String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Remove all name/value pairs of the specified name from a string.
- removeFromQueryString(String, String) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Remove all name/value pairs of the specified name from a string.
- removeFromSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- removeFromSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removeFromSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- removeFromSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Remove the specified object from selection.
- removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractListModel
-
Remove the specified object from selection.
- removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractTreeModel
- removeFromSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
- removeFromSelection(Object) - Method in interface org.zkoss.zul.ext.Selectable
-
Remove the specified object from selection.
- removeFromSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Remove the specified object from selection.
- removeFunctionMapper(FunctionMapper) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeFunctionMapper(FunctionMapper) - Method in interface org.zkoss.zk.ui.Page
-
Removes a function mapper that was added by
Page.addFunctionMapper(org.zkoss.xel.FunctionMapper)
. - removeGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
- removeGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
-
Removes a listener from the groups that's notified each time a change to the data model occurs.
- removeItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Removes the value from the given key, if any.
- removeItemAt(int) - Method in class org.zkoss.zul.Combobox
-
Removes the child item in the list box at the given index.
- removeItemAt(int) - Method in class org.zkoss.zul.Listbox
-
Removes the child item in the list box at the given index.
- removeItemAt(int) - Method in class org.zkoss.zul.Radiogroup
-
Removes the child radio button in the radio group at the given index.
- removeItemFromSelection(Object) - Method in class org.zkoss.stateless.state.IChosenboxController
-
Remove an item from selection.
- removeItemFromSelection(Object) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Remove an item from selection.
- removeItemFromSelection(Listitem) - Method in class org.zkoss.zul.Listbox
-
Deselects the given item without deselecting other items.
- removeItemFromSelection(Treeitem) - Method in class org.zkoss.zul.Tree
-
Deselects the given item without deselecting other items.
- removeJavaScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Removes a
JavaScript
of the give source required by this language. - removeLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
- removeLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
- removeListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- removeListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removeListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- removeListDataListener(ListDataListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- removeListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
-
Removes a listener from the list that's notified each time a change to the data model occurs.
- removeListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
-
Removes a listener from the list that's notified each time a change to the data model occurs.
- removeListener(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Removes a listener class.
- removeListener(Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Removes a listener.
- removeListener(Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removeListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Remove a listener to this queue.
- removeModel(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- removeNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
- removeNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- removeNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
- removeNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- removeOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
-
Closes the group at the specified index.
- removeOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
- removeOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
- removeOpenObject(Object) - Method in class org.zkoss.zul.AbstractTreeModel
- removeOpenObject(Object) - Method in class org.zkoss.zul.DefaultTreeModel
- removeOpenObject(Object) - Method in interface org.zkoss.zul.ext.Openable
-
Remove the specified object from selection.
- removeOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- removeOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Removes path from the open.
- removeOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
- removeOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Removes paths from the open.
- removePage(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removePage(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Removes a page from this desktop.
- removePagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- removePagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removePagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- removePagingEventListener(PagingListener) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- removePagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
- removePagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
- removePagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
-
Removes a listener from the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
- removePartialPath(int[]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- removePartialPaths(int[][]) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- removePseudoClassDef(String) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Remove a pseudo class definition.
- removeRange(int, int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removeRange(int, int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- removeRange(int, int) - Method in class org.zkoss.zul.Listbox.Children
- removeRange(int, int) - Method in class org.zkoss.zul.ListModelList
-
Remove from fromIndex(inclusive) to toIndex(exclusive).
- removeRange(int, int) - Method in class org.zkoss.zul.Rows.Children
- removeRange(DialModelRange) - Method in class org.zkoss.zul.DialModelScale
-
Removes the specified range from this scale.
- removeRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeRedrawCallback(Callback<ContentRenderer>) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeReferenceBinding(Component) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- removeReferenceBinding(Component) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- removeReferenceBinding(Component, String) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- removeReferenceBinding(Component, String) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- removeRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Removes the richlet and associated richlet mappings.
- removeSaveFormFieldNames(Form) - Method in class org.zkoss.bind.impl.BinderImpl
- removeSaveFormFieldNames(Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Remove all field names for saving with the given Form.
- removeScale(DialModelScale) - Method in class org.zkoss.zul.DialModel
-
Remove the specified DialModelScale from this DialModel.
- removeSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Remove all CSS classes from a component's sclass property.
- removeSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Remove the CSS class(es) from a component's sclass property if the component has this cssClass.
- removeScopeListener(ScopeListener) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeScopeListener(ScopeListener) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Removes a change listener from this scope.
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleSession
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Adds a scope listener.
- removeScopeListener(ScopeListener) - Method in class org.zkoss.zk.ui.impl.SimpleScope
- removeSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- removeSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- removeSelection(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- removeSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- removeSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Removes path from the selection.
- removeSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
- removeSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Removes paths from the selection.
- removeSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
- removeSeries(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
-
Remove data of a specified series.
- removeShadowRoot(ShadowElement) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- removeShadowRoot(ShadowElement) - Method in class org.zkoss.zk.ui.AbstractComponent
- removeShadowRoot(ShadowElement) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Removes the given shadow root from this host.
- removeState(E) - Method in class org.zkoss.fsm.StateMachine
-
Remove the state by token.
- removeStub(List<String>) - Method in class org.zkoss.stateless.ui.IStubsComponent
- removeSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
- removeTemplate(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeTemplate(String) - Method in interface org.zkoss.zk.ui.Page
-
Removes page scope template
- removeTrackings(Set<Component>) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Remove all tracking associated with the specified
Component
set. - removeTrackings(Set<Component>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeTrackings(Set<Component>) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- removeTrackings(Component) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Remove all tracking associated with the specified
Component
. - removeTrackings(Component) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeTrackings(Component) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- removeTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
- removeTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
-
Remove a listener to the tree that's notified each time a change to the data model occurs
- removeValue(int) - Method in interface org.zkoss.zul.HiLoModel
-
Remove (date, open, high, low, close, volumn) tuple of a data index.
- removeValue(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- removeValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
-
remove the value of the specified x and y.
- removeValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- removeValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
remove the value of the specified category.
- removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
- removeValue(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Remove (x,y) value of a specified series and data index.
- removeValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
-
remove the value of the specified series and category.
- removeValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
- removeValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
- removeValue(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- removeValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
- removeValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
- removeValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Removes the specified key.
- removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Execution
-
Removes a name resolve that was added by
Execution.addVariableResolver(org.zkoss.xel.VariableResolver)
. - removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- removeVariableResolver(VariableResolver) - Method in class org.zkoss.zk.ui.impl.PageImpl
- removeVariableResolver(VariableResolver) - Method in interface org.zkoss.zk.ui.Page
-
Removes a variable resolver that was added by
Page.addVariableResolver(org.zkoss.xel.VariableResolver)
. - removeVolatileEventListenerMap(Page, IComponent) - Static method in class org.zkoss.stateless.ui.util.VolatileIPage
- renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
- render(String, boolean) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, boolean) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a boolean property.
- render(String, boolean) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a boolean property.
- render(String, boolean) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, boolean) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a boolean property.
- render(String, byte) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, byte) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a byte property.
- render(String, byte) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a byte property.
- render(String, byte) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, byte) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a byte property.
- render(String, char) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, char) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a char property.
- render(String, char) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a char property.
- render(String, char) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, char) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a char property.
- render(String, double) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, double) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a double property.
- render(String, double) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a double property.
- render(String, double) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, double) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a double property.
- render(String, float) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, float) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a float property.
- render(String, float) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a double property.
- render(String, float) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, float) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a float property.
- render(String, int) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, int) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders an integer property.
- render(String, int) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders an integer property.
- render(String, int) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, int) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a date property.
- render(String, long) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, long) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a long property.
- render(String, long) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a long property.
- render(String, long) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, long) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a long property.
- render(String, short) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, short) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a short property.
- render(String, short) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a short property.
- render(String, short) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, short) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a short property.
- render(String, Object) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders an arbitrary object property.
- render(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders an arbitrary object.
- render(String, Object) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders an Object property.
- render(String, String) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, String) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a string property.
- render(String, String) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a string property.
- render(String, String) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, String) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a String property.
- render(String, Date) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- render(String, Date) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders a Date property.
- render(String, Date) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders a Date property.
- render(String, Date) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- render(String, Date) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders a Date property.
- render(ServletContext, HttpServletRequest, HttpServletResponse, Component, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer.
- render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, boolean, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer with additional control.
- render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer.
- render(ActionContext) - Static method in class org.zkoss.web.fn.ServletFns
-
Renders the DSP fragment from EL.
- render(ActionContext, boolean) - Method in interface org.zkoss.web.servlet.dsp.action.Action
-
Processes the action and renders the output to
ActionContext.getOut()
. - render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Include
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Page
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Remove
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.Set
- render(ActionContext, boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
- render(Component, E, int) - Method in class org.zkoss.zkmax.bind.impl.BindCascaderRenderer
- render(Component, E, int) - Method in class org.zkoss.zkmax.bind.impl.BindSearchboxRenderer
- render(Component, Object, int) - Method in class org.zkoss.bind.impl.BindSelectboxRenderer
- render(Component, Object, int) - Method in class org.zkoss.zkmax.bind.impl.BindChosenboxRenderer
- render(Component, Object, int, int) - Method in class org.zkoss.bind.impl.BindChildRenderer
- render(Component, Object, int, int, boolean) - Method in class org.zkoss.bind.impl.BindChildRenderer
- render(Component, T, int) - Method in interface org.zkoss.zul.ItemRenderer
-
Renders the data to the corresponding HTML fragment, and returns the HTML fragment.
- render(Page, Writer) - Method in class org.zkoss.zhtml.impl.PageRenderer
- render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.PageRenderer
-
Renders the page.
- render(Page, Writer) - Method in interface org.zkoss.zk.ui.sys.SEORenderer
- render(Page, Writer) - Method in class org.zkoss.zkmax.zul.impl.EmbeddedPageRenderer
- render(Page, Writer) - Method in class org.zkoss.zkplus.embed.Renders.PageRenderer
- render(Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
- render(Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
- render(ContentRenderer, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
An utility to be called by
AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)
to render a boolean-value property if it is true. - render(ContentRenderer, String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
An utility to be called by
AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)
to render a string-value property. - render(ContentRenderer, String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
An utility to be called by
AbstractComponent.renderProperties(org.zkoss.zk.ui.sys.ContentRenderer)
to render a string-value property. - render(Lineitem, E, int) - Method in class org.zkoss.zkmax.bind.impl.BindLineitemRenderer
- render(Lineitem, T, int) - Method in interface org.zkoss.zkmax.zul.LineitemRenderer
-
Renders the data to the specified lineitem.
- render(Orgitem, Object, int) - Method in class org.zkoss.zkmax.bind.impl.BindOrgitemRenderer
- render(Orgitem, T, int) - Method in interface org.zkoss.zkmax.zul.OrgitemRenderer
-
Renders the data to the specified Orgitem.
- render(Step, E, int) - Method in class org.zkoss.zkmax.bind.impl.BindStepRenderer
- render(Step, T, int) - Method in interface org.zkoss.zkmax.zul.StepRenderer
-
Renders the data to the specified Step.
- render(Comboitem, Object, int) - Method in class org.zkoss.bind.impl.BindComboitemRenderer
- render(Comboitem, T, int) - Method in interface org.zkoss.zul.ComboitemRenderer
-
Renders the data to the specified comboitem.
- render(Listitem, Object, int) - Method in class org.zkoss.bind.impl.BindListitemRenderer
- render(Listitem, T, int) - Method in interface org.zkoss.zul.ListitemRenderer
-
Renders the data to the specified list item.
- render(Radio, Object, int) - Method in class org.zkoss.bind.impl.BindRadioRenderer
- render(Radio, T, int) - Method in interface org.zkoss.zul.RadioRenderer
-
Renders the data to the specified radio.
- render(Row, Object, int) - Method in class org.zkoss.bind.impl.BindRowRenderer
- render(Row, T, int) - Method in interface org.zkoss.zul.RowRenderer
-
Renders the data to the specified row.
- render(Treeitem, Object, int) - Method in class org.zkoss.bind.impl.BindTreeitemRenderer
- render(Treeitem, T, int) - Method in interface org.zkoss.zul.TreeitemRenderer
-
Renders the data to the specified tree item.
- render(ForEach, Component, Template, List<?>) - Method in class org.zkoss.zuti.zul.ForEachRenderer
- RENDER_ALL_TREE_DATA - Static variable in class org.zkoss.clientbind.ClientBindComposer
- renderActions(List<ActionHandler>, StatelessContentRenderer) - Static method in class org.zkoss.stateless.sul.IComponentCtrl
-
Renders
actions
to client widget with its bound parameters. - renderAll() - Method in class org.zkoss.zul.Grid
-
Renders all
Row
if not loaded yet, withGrid.getRowRenderer()
. - renderAll() - Method in class org.zkoss.zul.Listbox
-
Renders all
Listitem
if not loaded yet, withListbox.getItemRenderer()
. - renderBegin(Component, Map, String, boolean) - Method in class org.zkoss.zhtml.impl.TagRenderContext
-
Renders the beginning JavaScript code snippet for the component.
- renderCell(Component, T, int, int) - Method in interface org.zkoss.zkmax.zul.MatrixRenderer
-
Renders the content of the cell as HTML result.
- renderClientAttributes(Map<String, String>) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- renderClientAttributes(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders the client's DOM attributes for the peer widgets.
- renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
- renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- renderClientAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
- renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zhtml.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is true. - renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is true. - renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is true. - renderCrawlable(String) - Method in class org.zkoss.zul.A
- renderCrawlable(String) - Method in class org.zkoss.zul.Button
- renderCrawlable(String) - Method in class org.zkoss.zul.impl.LabelElement
-
Renders the crawlable information.
- renderCrawlable(String) - Method in class org.zkoss.zul.Menuitem
- renderCrawlableA(String, String) - Static method in class org.zkoss.zul.impl.Utils
-
Render the crawlable HTML A tag.
- renderCrawlableText(String) - Static method in class org.zkoss.zul.impl.Utils
-
Render the crawlable text.
- renderDesktop(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
-
Renders the desktop and the page.
- renderDirectly(String, Object) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- renderDirectly(String, Object) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders the value directly without encapsulation or conversion.
- renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders the JavaScript code snippet.
- renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- renderDirectly(String, Object) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders the value by converting it to string.
- RENDERED_COMPONENTS - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- RENDERED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
-
It is used to count the count of the rendered Treeitem.
- renderEnd(Component) - Method in class org.zkoss.zhtml.impl.TagRenderContext
-
Renders the ending JavaScript code snippet for the component.
- RENDERER - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the special renderer for binding - RENDERER_INSTALLED - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- RendererCtrl - Interface in org.zkoss.zul
-
This interface defines the methods components like
Listbox
use to notify the renderer for several circumstance. - RenderEvent<T extends Component> - Class in org.zkoss.zul.event
-
Represents the onRender event.
- RenderEvent(String, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
- RenderEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
- renderFragment(Writer) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Renders the nested fragment.
- renderHeader(Component, T, int, int) - Method in interface org.zkoss.zkmax.zul.MatrixRenderer
-
Renders the content of the header as HTML result.
- RenderHttpServletRequest - Class in org.zkoss.web.portlet
-
A facade of RenderRequest that implements HttpServletRequest.
- RenderHttpServletResponse - Class in org.zkoss.web.portlet
-
A facade of RenderResponse that implements HttpServletRespose.
- renderItem(Orgitem) - Method in class org.zkoss.zkmax.zul.Organigram
-
Renders the specified
Orgitem
, if not loaded yet, withOrganigram.getItemRenderer()
. - renderItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Renders the specified
Listitem
if not loaded yet, withListbox.getItemRenderer()
. - renderItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitem
, if not loaded yet, withTree.getItemRenderer()
. - renderItem(Treeitem, Object) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitem
, if not loaded yet, withTree.getItemRenderer()
. - renderItemByNode(Object) - Method in class org.zkoss.zul.Tree
-
Load the treeitems by the given node.
- renderItemByPath(int[]) - Method in class org.zkoss.zul.Tree
-
Load the treeitems by giving a path of the treeitems top open.
- renderItems(Set<? extends Listitem>) - Method in class org.zkoss.zul.Listbox
-
Renders the given set of list items.
- renderItems(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
- renderItems(Set<? extends Treeitem>) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitem
if not loaded yet, withTree.getItemRenderer()
. - renderPage(Execution, Page, Writer) - Method in class org.zkoss.zml.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is false. - renderPage(Execution, Page, Writer, boolean) - Method in class org.zkoss.zhtml.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is false. - renderPage(Execution, Page, Writer, boolean) - Method in class org.zkoss.zul.impl.PageRenderer
-
Renders the page if
Page.isComplete()
is false. - renderProperties(Component, ContentRenderer) - Method in class org.zkoss.bind.impl.BinderPropertiesRenderer
- renderProperties(Component, ContentRenderer) - Method in class org.zkoss.clientbind.BinderPropertiesRenderer
- renderProperties(Component, ContentRenderer) - Method in interface org.zkoss.zk.ui.sys.PropertiesRenderer
-
Renders additional properties of the given component with the given
ContentRenderer
. - renderProperties(ContentRenderer) - Method in class org.zkoss.clientbind.ClientBindComposer
- renderProperties(ContentRenderer) - Method in interface org.zkoss.stateless.sul.IColumns
-
Internal use
- renderProperties(ContentRenderer) - Method in interface org.zkoss.stateless.sul.IListhead
-
Internal use
- renderProperties(ContentRenderer) - Method in interface org.zkoss.stateless.sul.IListitemBase
- renderProperties(ContentRenderer) - Method in class org.zkoss.stateless.ui.IStubComponent
- renderProperties(ContentRenderer) - Method in class org.zkoss.stateless.ui.VolatileIStubsComponent
- renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.impl.AbstractTag
- renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.impl.ContentTag
- renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.Text
- renderProperties(ContentRenderer) - Method in class org.zkoss.zhtml.Textarea
- renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Called by (
ComponentCtrl.redraw(java.io.Writer)
) to render the properties, excluding the enclosing tag and children. - renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Renders the content of this component, excluding the enclosing tags and children.
- renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- renderProperties(ContentRenderer) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Colorbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Columnchildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Columnlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Fisheye
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Fisheyebar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Jasperreport
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Pdfviewer
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Rangeslider
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Anchornav
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Barcode
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Barcodescanner
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Biglistbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Camera
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Cardlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Cascader
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Chosenbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Coachmark
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Cropper
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Drawer
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Dropupload
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Fragment
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Lineitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Linelayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Multislider
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Nav
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Navbar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Navitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Navseparator
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Organigram
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Orgitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Portalchildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Portallayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Rowchildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Rowlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Scrollview
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Searchbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Signature
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Splitlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Step
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Stepbar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Tablechildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Tablelayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Tbeditor
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Timepicker
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkmax.zul.Video
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.A
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Absolutechildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Anchorchildren
-
Deprecated.
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Area
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Audio
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Auxheader
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Bandbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Borderlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Box
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Button
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Calendar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Cell
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Checkbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Column
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Columns
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobutton
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Comboitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Datebox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Decimalbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Detail
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Doublespinner
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Footer
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Frozen
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Grid
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Group
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Groupbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Hlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Html
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Idspace
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Iframe
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Image
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FooterElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FormatInputElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeaderElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeadersElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.InputElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelImageElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.MeshElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.NumberInputElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.XulElement
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Include
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Inputgroup
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Label
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Layout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.LayoutRegion
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listcell
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listfooter
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listgroup
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listhead
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listheader
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menu
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menubar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menuitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.NoDOM
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Paging
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Panel
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Progressmeter
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radio
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radiogroup
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Rating
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Row
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Rows
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Script
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Selectbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Separator
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Slider
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Spinner
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Splitter
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Style
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tab
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabs
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Textbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timebox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timer
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbarbutton
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Track
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tree
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecell
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecol
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treefooter
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treeitem
- renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Window
- renderPropertiesOnly(ContentRenderer) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- renderPropertiesOnly(ContentRenderer) - Method in class org.zkoss.zk.ui.AbstractComponent
- renderPropertiesOnly(ContentRenderer) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Renders the component properties only
- renderRow(Row) - Method in class org.zkoss.zul.Grid
-
Renders the specified
Row
if not loaded yet, withGrid.getRowRenderer()
. - renderRows(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
-
Renders a set of specified rows.
- Renders - Class in org.zkoss.zkplus.embed
-
Utilities to embed ZK component(s) as a native JSF component, a JSP tag, Zimlet or others.
- Renders() - Constructor for class org.zkoss.zkplus.embed.Renders
- Renders.PageRenderer - Class in org.zkoss.zkplus.embed
-
A special page renderer that renders a page without generating the HTML tag of the page.
- renderTab(Tab, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
- renderTab(Tab, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
-
Renders the data to the specified tab.
- renderTabpanel(Tabpanel, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
- renderTabpanel(Tabpanel, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
-
Renders the data to the specified tabpanel.
- renderTemplate(Template, Component, Set<String>) - Static method in class org.zkoss.clientbind.ui.sys.HtmlTemplateRenders
- renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
- renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- renderWidgetAttributes(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
- renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- renderWidgetListeners(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders the client code snippet for event listeners registered for the peer widget.
- renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders the JavaScript code snippet for event listeners registered for the peer widget.
- renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- renderWidgetListeners(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders every entry in listeners by use of
XmlContentRenderer.render(String, Object)
. - renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.stateless.ui.util.StatelessContentRenderer
- renderWidgetOverrides(Map<String, String>) - Method in interface org.zkoss.zk.ui.sys.ContentRenderer
-
Renders the client code snippet to override the methods and properties of the peer widget.
- renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Renders the JavaScript codes snippet to override the methods and properties of the peer widget.
- renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- renderWidgetOverrides(Map<String, String>) - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Renders every entry in overrides by use of
XmlContentRenderer.render(String, Object)
. - RENEW_NATIVE_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A session attribute used to denote that the invalidation of a native session (such as HttpSession and PortletSession) does not invalidate ZK session.
- REPEAT_IGNORE - Static variable in class org.zkoss.zk.au.AuRequest
-
Indicates Whether it can be ignored by the server when the server receives the same requests that was not processed yet.
- Repeatable - Interface in org.zkoss.io
-
Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly.
- RepeatableInputStream - Class in org.zkoss.io
-
RepeatableInputStream
adds functionality to another input stream, the ability to read repeatedly. - RepeatableMedia - Class in org.zkoss.util.media
-
RepeatableMedia
adds functionality to another media, the ability to read repeatedly. - RepeatableReader - Class in org.zkoss.io
-
RepeatableReader
adds functionality to another reader, the ability to read repeatedly. - replace(I, I) - Method in interface org.zkoss.stateless.ui.IReplacer
-
Replaces the given immutable component with a given new
IComponent
in the descendant of the root. - replace(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Replaces all occurrences of 'from' in 'src' with 'to'
- replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.stateless.ui.IStubsComponent
- replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.stateless.ui.VolatileIStubsComponent
- replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Replace the specified component with this component in the component tree.
- replace(Component, boolean, boolean, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
Replace the specified component with this component in the component tree.
- replace(Component, Component) - Static method in class org.zkoss.zk.ui.Components
-
Replaces a component with another.
- replaceById(String, CheckedFunction<I, I>) - Method in interface org.zkoss.stateless.ui.IReplacer
-
Replaces the given source with a given new
IComponent
in the descendant of the root. - replaceById(String, IComponent<?>) - Method in interface org.zkoss.stateless.ui.IReplacer
-
Replaces the given source with a given new
IComponent
in the descendant of the root. - replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
- replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
- replaceChild(Locator, I, int) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Replaces the given newChild just inside the locator with its n-th child.
- replaceChildren(Locator) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Removes the existing children of the given locator component.
- replaceChildren(Locator, I...) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Replaces the existing children of the given locator component with a specified new set of children
IComponent
s. - replaceChildren(Locator, List<I>) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Replaces the existing children of the given locator component with a specified new set of children
IComponent
s. - replaceChildren(Component, Collection<Component>) - Static method in class org.zkoss.zk.ui.Components
-
Replaces all children of the specified component.
- replaceData(int, int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
- replaceDescendant(R, T, T) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Replaces the descendant of the given root with the new child from the given source, if any.
- replaceDescendantById(R, String, CheckedFunction<T, T>) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Replaces the descendant of the given root with the new child from the given source, if any.
- replaceDescendantById(R, String, IComponent<?>) - Static method in class org.zkoss.stateless.ui.util.Immutables
-
Replaces the descendant of the given root with the new child from the given source, if any.
- replaceHistoryState(Object, String, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Replaces the current history state.
- replaceHistoryState(Object, String, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- replaceOrigin(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- replaceOrigin(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- replaceWholeText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
- replaceWith(Locator, I) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Replaces the given locator component in the children list of its parent with a given new
IComponent
. - request(String) - Method in interface org.zkoss.zk.ui.util.URIInterceptor
-
Called when the current user requests to load the page of the specified URI.
- request(Session, Object, Object) - Method in interface org.zkoss.zk.ui.util.RequestInterceptor
-
Called before a request is processed by ZK Loader or ZK Update Engine.
- REQUEST_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The request scope.
- REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the same request. - REQUEST_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
Used with
Page.getAttribute(String, int)
and related to denote custom attributes shared by the same request. - REQUEST_SCOPE_PROXY - Static variable in class org.zkoss.zk.ui.Components
-
Request Scope Proxy
- requestCamera() - Method in class org.zkoss.stateless.state.ICameraController
-
Ask user for permissions to get media stream from camera and microphone.
- requestCamera() - Method in class org.zkoss.zkmax.zul.Camera
-
Ask user for permissions to get media stream from camera and microphone.
- requestCompleteAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
-
Called to notify when the client has completed the processing of the response.
- requestCompleteAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
-
Called to notify when the server has completed the processing of the request.
- RequestContext - Interface in org.zkoss.web.servlet.xel
-
The context used to simplify the signatures of XEL function.
- RequestContexts - Class in org.zkoss.web.servlet.xel
-
RequestContexts maintains a stack of
RequestContext
to simplify the signatures of the XEL function. - RequestContexts() - Constructor for class org.zkoss.web.servlet.xel.RequestContexts
- RequestData - Class in org.zkoss.stateless.action.data
-
Represents request data from an action
- RequestData(Map) - Constructor for class org.zkoss.stateless.action.data.RequestData
- RequestDataFactory - Class in org.zkoss.stateless.action.data
-
The factory to provide
RequestData
instance. - RequestDataFactory() - Constructor for class org.zkoss.stateless.action.data.RequestDataFactory
- requestEnter(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Called when a servlet/portlet starts to serve a request.
- requestExit(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Called when a servlet/portlet completes the service of a request.
- RequestInfo - Interface in org.zkoss.zk.ui.sys
-
The request information used with
UiFactory
. - RequestInfoImpl - Class in org.zkoss.zk.ui.impl
-
An implementation of
RequestInfo
. - RequestInfoImpl(Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
-
Constructor.
- RequestInfoImpl(Execution, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
-
Constructor.
- RequestInfoImpl(WebApp, Session, Desktop, Object, Locator) - Constructor for class org.zkoss.zk.ui.impl.RequestInfoImpl
-
Constructor
- RequestInterceptor - Interface in org.zkoss.zk.ui.util
-
Used to intercept the requests for the ZK Loader and Update Engine.
- RequestOutOfSequenceException - Exception in org.zkoss.zk.au
-
Indicates a request is out-of-sequence, and the request shall be ignored.
- RequestOutOfSequenceException(String, String) - Constructor for exception org.zkoss.zk.au.RequestOutOfSequenceException
- RequestQueue - Interface in org.zkoss.zk.ui.sys
-
A queue of
AuRequest
. - RequestQueueImpl - Class in org.zkoss.zk.ui.impl
-
An implementation of
RequestQueue
behaving as a queue ofAuRequest
. - RequestQueueImpl() - Constructor for class org.zkoss.zk.ui.impl.RequestQueueImpl
- requestReceiveAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
-
Called to notify when the client has received the response (but not processed yet).
- requestScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the request.
- RequestScope - Class in org.zkoss.web.servlet.xel
-
Represents the request scope.
- RequestScope(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestScope
- requestStartAtClient(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
-
Called to notify when the client starts to send the request to server.
- requestStartAtServer(String, Execution, long) - Method in interface org.zkoss.zk.ui.util.PerformanceMeter
-
Called to notify when the server receives the request.
- RequestWrapper - Class in org.zkoss.zkmax.au.websocket
-
A facade request for WebSocket wrapping the WebSocket handshake request.
- RequestWrapper(HttpServletRequest, Map<String, String>) - Constructor for class org.zkoss.zkmax.au.websocket.RequestWrapper
- RequestXelResolver - Class in org.zkoss.web.servlet.xel
-
A XEL variable resolver that is based on Servlet request, response, and EL.
- RequestXelResolver(ServletContext, ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
- RequestXelResolver(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
-
Request-based resolver.
- RequestXelResolver(ServletRequest) - Constructor for class org.zkoss.web.servlet.xel.RequestXelResolver
- REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
- resend(Object) - Method in interface org.zkoss.zk.au.AuWriter
-
Resend the content of the previous request returned by
AuWriter.complete()
. - resend(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
- resend(Object) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- reset() - Method in interface org.zkoss.bind.FormStatus
-
Resets the modified data.
- reset() - Method in class org.zkoss.json.parser.JSONParser
-
Reset the parser to the initial state without resetting the underlying reader.
- reset() - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Resets all cached labels and next call to
LabelLoader.getLabel(java.util.Locale, java.lang.String)
will cause re-loading the Locale-dependent labels. - reset() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Resets all cached labels and next call to
LabelLoaderImpl.getLabel(java.lang.String)
will cause re-loading the Locale-dependent labels. - reset() - Static method in class org.zkoss.util.resource.Labels
-
Resets all cached labels and next call to
Labels.getLabel(String)
will cause re-loading the Locale dependent files. - reset() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- reset() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- reset() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- reset() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- reset() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- reset() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- reset() - Method in interface org.zkoss.zul.impl.DataLoader
-
Callback from the owner component and give a chance to reset things.
- reset() - Method in class org.zkoss.zul.impl.GridDataLoader
- reset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- reset(Reader) - Method in class org.zkoss.json.parser.JSONParser
-
Reset the parser to the initial state with a new character reader.
- RESET - org.zkoss.stateless.sul.IButtonBase.Type
-
The reset button type.
- resetBuffer() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- resetBuffer() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- resetBuffer() - Method in class org.zkoss.web.servlet.BufferedResponse
-
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
- resetBuffer() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Useful only if StringWriter or ByteArrayOutputStream is used to construct this object.
- resetDirty() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.Reset the dirty data, reload initValue value from field
- resetDirty() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- resetFromOrigin() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Resets all of the changes of this form from the origin object.
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- resetFromOrigin() - Method in class org.zkoss.bind.proxy.MapProxy
- resize() - Method in class org.zkoss.zul.Borderlayout
-
Re-size this layout component.
- resize(int, int) - Method in class org.zkoss.stateless.state.ICropperController
-
Resizes the crop area according to the delta width and height in pixel.
- resize(int, int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Resize the crop area according to the delta width and height in pixel.
- resize(Object, int) - Static method in class org.zkoss.util.ArraysX
-
Resizes the specified array.
- resize(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Forces the client to re-calculate the size of the given component.
- resize(T[], int) - Static method in class org.zkoss.util.ArraysX
-
Resizes the specified generic array.
- resizeBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Resizes the current desktop (a.k.a., browser window) by the specified number of pixels.
- resizeTo(int, int) - Method in class org.zkoss.stateless.state.ICropperController
-
Resize the crop area to the specified width and height in pixel.
- resizeTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Resizes the current desktop (a.k.a., browser window) to the specified size (in pixels).
- resizeTo(int, int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Resize the crop area to the specified width and height in pixel.
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class org.zkoss.zel.ELResolver
- resolve(String) - Method in interface org.zkoss.util.media.MediaTypeResolver
-
Returns the content-type of the specified format for the specified filename extension, or null if not found.
- resolve(String, Map, Class<?>[]) - Static method in class org.zkoss.stateless.ui.util.ActionParameterResolver
- resolve(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- resolve(T) - Method in interface org.zkoss.zuti.zul.CollectionTemplateResolver
-
Resolve the template by evaluating the variable reference from model in runtime.
- resolveCase(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Returns the case condition's value, or null if no case is specified (i.e.,
ZkInfo.withCase()
is false. - resolveClass(String) - Method in interface org.zkoss.lang.ClassResolver
-
Resolves the class of the specified name.
- resolveClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
- resolveClass(String) - Method in class org.zkoss.lang.SimpleClassResolver
- resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapperExt
-
Resolves a class with the specified logic name, or null if not found.
- resolveClass(String) - Method in class org.zkoss.xel.util.DualFunctionMapper
- resolveClass(String) - Method in class org.zkoss.xel.util.SimpleMapper
- resolveClass(String) - Method in class org.zkoss.xel.util.TaglibMapper
- resolveClass(String) - Method in interface org.zkoss.zel.ImportHandler.PageClassResolver
-
Resolves the class of the specified name.
- resolveClass(String) - Method in class org.zkoss.zel.ImportHandler
- resolveClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- resolveClass(String) - Method in interface org.zkoss.zk.ui.Page
-
Resolves the class of the specified name.
- resolveComposer(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the composer for this info, or null if not available.
- resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
- resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
-
Resolves a function
Function
with the specified name and prefix. - resolveFunction(String, String) - Method in class org.zkoss.xel.util.DualFunctionMapper
- resolveFunction(String, String) - Method in class org.zkoss.xel.util.SimpleMapper
- resolveFunction(String, String) - Method in class org.zkoss.xel.util.TaglibMapper
- resolveFunction(String, String) - Method in class org.zkoss.xel.zel.XelELMapper
- resolveFunction(String, String) - Method in class org.zkoss.zel.FunctionMapper
- resolveFunction(String, String) - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
- resolveFunction(String, String) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
- resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el.XelELMapper
- resolveFunction(String, String) - Method in class org.zkoss.zkmax.xel.el21.XelELMapper
- resolveImplementationClass(Page) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Resolves and returns the class for the component represented by this info (never null).
- resolveImplementationClass(Page, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Resolves and returns the class that implements the component.
- resolveImplementationClass(Page, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- resolveImplementationClass(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Resolves and returns the class for the component represented by this info (never null).
- resolveMethod(Class, String) - Static method in class org.zkoss.zk.ui.metainfo.Property
-
Resolves the method for the specified property, or null if
DynamicPropertied.setDynamicProperty(java.lang.String, java.lang.Object)
shall be used instead. - resolveParameter(Annotation[], Class<?>, Method, int) - Method in class org.zkoss.bind.impl.ParamCall
- resolveParameter(Annotation[], Class<?>, Method, int) - Method in class org.zkoss.clientbind.ParamCallEx
- resolveParameter(T, Class<?>, Supplier<String>) - Method in interface org.zkoss.bind.impl.ParamCall.ParamResolver
- resolveParameter0(Object, Class<?>) - Method in class org.zkoss.bind.impl.ParamCall
- resolveParameter0(Object, Class<?>) - Method in class org.zkoss.clientbind.ParamCallEx
- resolveParameters(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Evaluates and returns a readonly map of parameters assigned to this template (never null).
- ResolverMap - Class in org.zkoss.zkmax.xel.util
-
A Map interface on top of
VariableResolver
. - ResolverMap(VariableResolver) - Constructor for class org.zkoss.zkmax.xel.util.ResolverMap
- ResolverProxy - Class in org.zkoss.zkmax.xel.ognl
-
A proxy used to access
VariableResolver
andVariableResolverX
. - resolveStatic(String) - Method in class org.zkoss.zel.ImportHandler
- resolveSwitch(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Returns the switch condition's value; evaluate EL expression if any.
- resolveTemplate() - Method in class org.zkoss.zuti.zul.Apply
-
Return the template, if any, the default implementation will look up the template where in its parent shadow or its shadow host.
- resolveTemplate(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- resolveTemplate(Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- resolveTemplate(Component, Object, int, int, String) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
Resolve the template for the component
- resolveTemplate(Component, Component, Object, int, int, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
- resolveTemplate(Component, Component, Object, int, int, String, String) - Method in class org.zkoss.bind.impl.AbstractRenderer
- resolveThemeURL(String) - Static method in class org.zkoss.web.fn.ServletFns
-
Resolves a URL to point to resource served by the current theme.
- resolveURI(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
-
Evaluates and returns the URI, or null if not to forward.
- resolveVariable(String) - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
- resolveVariable(String) - Method in class org.zkoss.web.util.resource.ServletRequestResolver
- resolveVariable(String) - Method in class org.zkoss.xel.util.SimpleResolver
- resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
-
Resolves the specified variable.
- resolveVariable(String) - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
- resolveVariable(String) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
- resolveVariable(String) - Method in class org.zkoss.zel.VariableMapper
- resolveVariable(String) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
- resolveVariable(String) - Method in class org.zkoss.zkmax.xel.el.XelELResolver
- resolveVariable(String) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- resolveVariable(String) - Method in class org.zkoss.zkplus.jndi.JndiVariableResolver
-
Get object from JNDI binding
- resolveVariable(String) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
-
Get the seasar component by the specified name.
- resolveVariable(String) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
-
Resolves variable name by name.
- resolveVariable(VariableResolver, String) - Static method in class org.zkoss.xel.util.Evaluators
-
Resolves the variable based on the specified resolver.
- resolveVariable(XelContext, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
-
Resolves the variable based on the specified context.
- resolveVariable(XelContext, Object, Object) - Method in interface org.zkoss.xel.VariableResolverX
-
Resolves the the given variable on the given base object.
- resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
- resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- resolveVariable(XelContext, VariableResolver, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
-
Resolves the variable based on the the specified context and variable resolver.
- resolveVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- resolveVariable(Component, String, boolean) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the variable associated with this base component or null if not found.
- resolveVariable(Component, String, boolean) - Method in class org.zkoss.zuti.zul.Apply
- resolveVariable0(Object, XelContext, Object, Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
- resolveWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Resolves the widget class, or null if the default is expected.
- resource - Variable in class org.zkoss.util.resource.Loader.Resource
-
The real resource that shall be returned by
ResourceCache.get(java.lang.Object)
. - Resource(URL, Document) - Constructor for class org.zkoss.util.resource.XMLResourcesLocator.Resource
- Resource(V, boolean) - Constructor for class org.zkoss.util.resource.Loader.Resource
- ResourceBundleELResolver - Class in org.zkoss.zel
- ResourceBundleELResolver() - Constructor for class org.zkoss.zel.ResourceBundleELResolver
- ResourceCache<K,V> - Class in org.zkoss.util.resource
-
Used to cache resources.
- ResourceCache<V> - Class in org.zkoss.web.util.resource
-
Used to cache Servlet resources.
- ResourceCache(Loader<K, V>) - Constructor for class org.zkoss.util.resource.ResourceCache
-
Constructor.
- ResourceCache(Loader<K, V>, int) - Constructor for class org.zkoss.util.resource.ResourceCache
-
Constructor.
- ResourceCache(ResourceLoader<V>) - Constructor for class org.zkoss.web.util.resource.ResourceCache
-
Constructor.
- ResourceCache(ResourceLoader<V>, int) - Constructor for class org.zkoss.web.util.resource.ResourceCache
-
Constructor.
- ResourceCaches - Class in org.zkoss.web.util.resource
-
Utilities to load (and parse) the Servlet resource.
- ResourceCaches() - Constructor for class org.zkoss.web.util.resource.ResourceCaches
- ResourceHttpServletRequest - Class in org.zkoss.web.portlet
-
A facade of ResourceRequest that implements HttpServletRequest.
- ResourceHttpServletResponse - Class in org.zkoss.web.portlet
-
A facade of ResourceResponse that implements HttpServletResponse.
- ResourceLoader<V> - Class in org.zkoss.web.util.resource
-
A semi-implemented loader to used with
ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)
to retrieve servlet resources. - ResourceLoader() - Constructor for class org.zkoss.web.util.resource.ResourceLoader
- response(String, AuResponse) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
Adds a response which will be sent to client at the end of the execution.
- response(String, AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Causes a response to be sent to the client by overriding the key returned by
AuResponse.getOverrideKey()
). - response(String, AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
-
Sends an AU response (
AuResponse
) to the client with the given key (instead ofAuResponse.getOverrideKey()
). - response(String, AuResponse, int) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
Adds a response with the given priority.
- response(String, AuResponse, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Causes a response to be sent to the client by overriding the key returned by
AuResponse.getOverrideKey()
). - response(AuResponse) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
Adds a response directly.
- response(AuResponse) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Causes a response to be sent to the client.
- response(AuResponse) - Static method in class org.zkoss.zk.ui.util.Clients
-
Sends an AU response (
AuResponse
) to the client. - ResponseHeaderInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a setting of a response header.
- ResponseHeaderInfo(String, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Constructor.
- responseSent(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- responseSent(String, Object) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Called when ZK Update Engine has sent a response to the client.
- ResponseWrapper - Class in org.zkoss.zkmax.au.websocket
-
A facade response for WebSocket wrapping the WebSocket handshake response.
- ResponseWrapper(HttpServletResponse) - Constructor for class org.zkoss.zkmax.au.websocket.ResponseWrapper
- ResponsiveThemeRegistry - Class in org.zkoss.zkmax.theme
-
A standard implementation of ThemeRegistry, used in ZK EE Used to keep track of a separate list of available tablet themes.
- ResponsiveThemeRegistry() - Constructor for class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Initialize the registry with a default tablet theme
- restore(Object) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Called to decode the last response for repeated request before retrieving.
- restore(Object) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- restoreStates() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Internal used only
- resubscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
-
Re-subscribes annotated methods to the EventQueues, used in clustering environment.
- resubscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
- resubscribeEventQueues(Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
- Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
- Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
- resume() - Method in class org.zkoss.stateless.state.ICameraController
-
Resumes recording.
- resume() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
ZK-1777 resume serverpush after DesktopRecycling
- resume() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Resumes server-push - this is required after desktop recycling.
- resume() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
ZK-1777 resume serverpush after DesktopRecycling
- resume() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- resume() - Method in class org.zkoss.zkmax.zul.Camera
-
Resume recording.
- RESUME - Static variable in class org.zkoss.zkmax.zul.Camera
-
Represent the resume state
- RESUME_FAILED - Static variable in interface org.zkoss.zk.mesg.MZk
- retainAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- retainAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- retainAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- retainAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- retainAll(Collection<?>) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- retainAll(Collection<?>) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
- retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
- retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Removes the selection that doesn't belong to the given collection.
- retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
-
Removes the selection that doesn't belong to the given collection.
- retrieve(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
Retrieves the content of the given path.
- RETRY - org.zkoss.zul.Messagebox.Button
-
A Retry button.
- RETRY - Static variable in interface org.zkoss.zul.mesg.MZul
- RETRY - Static variable in class org.zkoss.zul.Messagebox
-
A Retry button.
- returnType - Variable in class org.zkoss.lang.Classes.MethodInfo
-
The return type (class name), or null if no specified.
- REVERSE - org.zkoss.stateless.sul.IA.Direction
-
Layout the image after the label.
- REVERSE - org.zkoss.stateless.sul.IButtonBase.Direction
-
The reverse direction.
- rewireComponentsOnActivate(Component, Object) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Rewire the components on session activation
- rewireOnActivate() - Method in annotation type org.zkoss.zk.ui.select.annotation.Wire
-
If true, the component will be rewired when the composer is deserialized in cluster environment.
- rewireOnActivate() - Method in annotation type org.zkoss.zk.ui.select.annotation.WireVariable
-
If true, the variable will be rewired when the composer is deserialized in cluster environment.
- rewireVariablesOnActivate(Component, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Rewire the variables on session activation
- RhinoInterpreter - Class in org.zkoss.zk.scripting.rhino
-
Rhino-based JavaScript interpreter.
- RhinoInterpreter() - Constructor for class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- Richlet - Interface in org.zkoss.zk.ui
-
Defines methods that all richlets must implement.
- RICHLET_FLAG - Static variable in class org.zkoss.zk.ui.http.RichletFilter
- RichletConfig - Interface in org.zkoss.zk.ui
-
A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
- RichletConfigImpl - Class in org.zkoss.zk.ui.impl
-
An implementation of
RichletConfig
. - RichletConfigImpl(WebApp, Map<String, String>) - Constructor for class org.zkoss.zk.ui.impl.RichletConfigImpl
- RichletFilter - Class in org.zkoss.zk.ui.http
-
A filter used for ZK Richlet
- RichletFilter() - Constructor for class org.zkoss.zk.ui.http.RichletFilter
- RichletMapping - Annotation Type in org.zkoss.stateless.annotation
-
Represents a mapping of Http Request path with GET method to a
StatelessRichlet
's method handler or its implementation class. - RIGHT - org.zkoss.stateless.sul.IDrawer.Position
-
The right position for the drawer.
- RIGHT - org.zkoss.stateless.sul.IFisheyebar.Edge
-
The right.
- RIGHT - org.zkoss.stateless.sul.ITabbox.Orient
-
Right orient.
- RIGHT - Static variable in class org.zkoss.stateless.action.data.KeyData
- RIGHT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- RIGHT_CLICK - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the right button is clicked.
- RIGHT_CLICK - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the right button is clicked.
- RING - Static variable in class org.zkoss.zul.Chart
- ROD_SIZE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- rootNode() - Method in class org.zkoss.zel.impl.parser.JJTELParserState
- rotateChar(String, int, int, Font, Color, Color) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- rotateClockwise() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Rotates 90 degrees clockwise.
- rotateClockwise() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Rotates 90 degrees clockwise.
- rotateCounterclockwise() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Rotates 90 degrees counterclockwise.
- rotateCounterclockwise() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Rotates 90 degrees counterclockwise.
- RotationData - Class in org.zkoss.stateless.action.data
-
Represents an event caused by a component being rotated.
- RotationData() - Constructor for class org.zkoss.stateless.action.data.RotationData
- RotationEvent - Class in org.zkoss.zkex.ui.event
-
Represents an event caused by a component being rotated.
- RotationEvent(String) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- RotationEvent(String, Component) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- RotationEvent(String, Component, Object) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- round(long, int) - Static method in class org.zkoss.util.Dates
-
Rounds a date represented in long to the specified precision of milliseconds.
- round(Date, int) - Static method in class org.zkoss.util.Dates
-
Truncates date to the nearest precision milliseconds.
- RoundingModes - Class in org.zkoss.math
-
Utilities to handle the rounding mode.
- Row - Class in org.zkoss.zul
-
A single row in a
Rows
element. - Row() - Constructor for class org.zkoss.zul.Row
- Row.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - Rowchildren - Class in org.zkoss.zkmax.zul
-
Rowchildren component is used for placing components inside the grid created by rowlayout component.
- Rowchildren() - Constructor for class org.zkoss.zkmax.zul.Rowchildren
- RowComparator - Class in org.zkoss.zul
-
A comparator used to compare
Row
, if not live data, or the data themselves, if live data. - RowComparator() - Constructor for class org.zkoss.zul.RowComparator
-
Compares with
Label.getValue()
. - RowComparator(int) - Constructor for class org.zkoss.zul.RowComparator
-
Compares with the column of the specified index.
- RowComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
-
Compares with the column of the specified index.
- RowComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
-
Compares with the column of the specified index.
- RowComparator(Column, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
-
Compares with the column.
- Rowlayout - Class in org.zkoss.zkmax.zul
-
Divide the parent container into a row of equal-width columns separated by spacings.
- Rowlayout() - Constructor for class org.zkoss.zkmax.zul.Rowlayout
- RowRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in a
Grid
. - RowRendererExt - Interface in org.zkoss.zul
-
Provides additional control to
RowRenderer
. - Rows - Class in org.zkoss.zul
-
Defines the rows of a grid.
- Rows() - Constructor for class org.zkoss.zul.Rows
- Rows.Children - Class in org.zkoss.zul
- Rows.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - Rp - Class in org.zkoss.zhtml
-
The RP tag.
- Rp() - Constructor for class org.zkoss.zhtml.Rp
- RPAREN - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Rt - Class in org.zkoss.zhtml
-
The RT tag.
- Rt() - Constructor for class org.zkoss.zhtml.Rt
- Ruby - Class in org.zkoss.zhtml
-
The RUBY tag.
- Ruby() - Constructor for class org.zkoss.zhtml.Ruby
- run() - Method in interface org.zkoss.stateless.function.CheckedRunnable
- run() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- run() - Method in class org.zkoss.zkex.zul.impl.OperationThread
- run(IN) - Method in class org.zkoss.fsm.StateMachine
-
Feed the machine a single character
- run(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
-
Feed the machine a stream of characters
- runAsync(CheckedConsumer<UiAgent>) - Method in interface org.zkoss.stateless.ui.UiAgent
-
Runs the given callback that is asynchronously completed by retrieving a new
UiAgent
instance in a CompletableFuture.
S
- S - Class in org.zkoss.zhtml
-
The S tag.
- S() - Constructor for class org.zkoss.zhtml.S
- S_END - Static variable in class org.zkoss.json.parser.JSONParser
- S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
- S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
- S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
- S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
- S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
- S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
- S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
- Samp - Class in org.zkoss.zhtml
-
The SAMP tag.
- Samp() - Constructor for class org.zkoss.zhtml.Samp
- sanitizePath(String) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the path of the specified URI, or null if not found.
- save() - Method in class org.zkoss.stateless.state.ISignatureController
-
Saves the Signature.
- save() - Method in class org.zkoss.zkmax.zul.Signature
-
Save the Signature.
- save(byte[]) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Called to encode the last response for repeated request before storing.
- save(byte[]) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- save(byte[], String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(byte[], String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(File, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified file at the client.
- save(InputStream, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(InputStream, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
Note: You don't need to close the content (a InputStream), it will be closed automatically after download. - save(Reader, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(Reader, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
Note: You don't need to close the content (a Reader), it will be closed automatically after download. - save(String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the resource of the specified path at the client.
- save(String, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(String, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(URL, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the resource of the specified URL at the client.
- save(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- save(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- save(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
-
Save data from the source attribute into the target property.
- save(BindContext) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- save(BindContext) - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- save(Media) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client.
- save(Media) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client.
- save(Media, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- save(Media, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file name.
- SAVE_AFTER - org.zkoss.bind.Phase
-
save after command phase.
- SAVE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- SAVE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- SAVE_BASE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- SAVE_BEFORE - org.zkoss.bind.Phase
-
save before command phase.
- SAVE_BINDING - org.zkoss.bind.Phase
-
save binding phase.
- SAVE_EVENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the save trigger event; meaningful only when ACCESS is "both" or "save". - SAVE_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the save replacement ; e.g. selectedItem of selectbox, it save the value selectedIndex (via converter) to bean - SaveBinding - Interface in org.zkoss.bind.sys
-
Binding for saving.
- SaveFormBinding - Interface in org.zkoss.bind.sys
-
Binding for saving a form.
- SaveFormBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
SaveFormBinding
. - SaveFormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SaveFormBindingImpl
- SaveInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- SaveInfo(String, Component, String, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- SavePropertyBinding - Interface in org.zkoss.bind.sys
-
PropertyBinding for save from component attribute into backing bean property.
- SavePropertyBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
SavePropertyBinding
. - SavePropertyBindingImpl(Binder, Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SavePropertyBindingImpl
- saveResumable(File, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the specified file at the client.
- saveResumable(String, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the resource of the specified path at the client.
- saveResumable(URL, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the resource of the specified URL at the client.
- saveStates() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Internal used only
- SAXBuilder - Class in org.zkoss.idom.input
-
The builder based on SAX parsers.
- SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor that creates the parser on-the-fly.
- SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor that creates the parser on-the-fly, that accepts an additional option, smartIgnore.
- SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor which reuses a parser.
- SAXHandler - Class in org.zkoss.idom.input
-
The SAX Handler.
- SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
-
Constructor.
- SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
-
Constructor.
- 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
-
Used with
Utils.parseComposite(java.lang.String, java.lang.Class, int)
to indicate the expression is a scalar value. - SCALE - Static variable in interface org.zkoss.stateless.sul.ISlider
-
Constant for scale mold attributes of this immutable component.
- SCALE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- SCALE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- SCALE_TEXT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- SCALE_VALUE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- SCATTER - Static variable in class org.zkoss.zul.Chart
- 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) - Method in interface org.zkoss.zk.ui.sys.Scheduler
-
Schedules the task to execute asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- 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.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- 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() - Method in annotation type org.zkoss.zkmax.ui.select.annotation.Subscribe
-
Scope of the EventQueue.
- Scope - Enum in org.zkoss.bind.annotation
-
The implicit scopes of zk for
ScopeParam
. - 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.
- ScopeParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- scopes() - Method in annotation type org.zkoss.bind.annotation.ScopeParam
-
the scopes to evaluate.
- Scopes - Class in org.zkoss.zk.ui.ext
-
Utilities to manage the current scope (
Scope
). - scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
-
Converts an integer to the string representing the scope.
- Script - Class in org.zkoss.zhtml
-
The SCRIPT tag.
- Script - Class in org.zkoss.zul
-
A component to generate script codes that will be evaluated at the client.
- Script() - Constructor for class org.zkoss.zhtml.Script
- Script() - Constructor for class org.zkoss.zul.Script
- Script(String) - Constructor for class org.zkoss.zhtml.Script
- Script(String) - Constructor for class org.zkoss.zul.Script
-
Constructs a script component with the specified content.
- ScriptErrorEvent - Class in org.zkoss.zk.ui.event
-
A script error event used with
onScriptError
When using Clients.evalJavascript and any javascript error event happened, user can handle the error in the server side. - ScriptErrorEvent(String, Component, String, String) - Constructor for class org.zkoss.zk.ui.event.ScriptErrorEvent
- 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 - Class in org.zkoss.zkmax.ui.http
-
The implementation of the script manager (
ScriptManager
). - ScriptManagerImpl() - Constructor for class org.zkoss.zk.ui.http.ScriptManagerImpl
- ScriptManagerImpl() - Constructor for class org.zkoss.zkmax.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.
- ScrollData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by that user is scrolling or has scrolled at the client.
- ScrollData(Map) - Constructor for class org.zkoss.stateless.action.data.ScrollData
- 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, double) - 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.
- ScrollEvent(String, Component, int) - 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.
- ScrollEventExt - Class in org.zkoss.zkmax.zul.event
-
Represents an event caused by that user is scrolling or has scrolled at the client for
Biglistbox
component and provides more information about the position X and Y data. - ScrollEventExt(String, Component, int, int) - Constructor for class org.zkoss.zkmax.zul.event.ScrollEventExt
- ScrollExtData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by that user is scrolling or has scrolled at the client for
IBiglistbox
component and provides more information about the position X and Y data. - scrollIntoView(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the ancestor elements to make the selector matched element visible Note: The Selector will locate the components in the first page of current Desktop.
- 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).
- scrollToIndex(int) - Method in class org.zkoss.zul.Grid
-
Scroll to the specified row by the given index.
- scrollToIndex(int) - Method in class org.zkoss.zul.Listbox
-
Scroll to the specified item by the given index.
- Scrollview - Class in org.zkoss.zkmax.zul
-
A container that can scroll containing elements on touch devices.
- Scrollview() - Constructor for class org.zkoss.zkmax.zul.Scrollview
- Searchbox<E> - Class in org.zkoss.zkmax.zul
-
A dropdown list that allows users to search and select items.
- Searchbox() - Constructor for class org.zkoss.zkmax.zul.Searchbox
- SEARCHBOX_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SEARCHBOX_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SearchboxModelConverter - Class in org.zkoss.zkmax.bind.impl
-
The
Converter
implementation of the Searchbox for converting collection to ListModel and vice versa. - SearchboxModelConverter() - Constructor for class org.zkoss.zkmax.bind.impl.SearchboxModelConverter
- SECOND - Static variable in class org.zkoss.zul.Chart
- Section - Class in org.zkoss.zhtml
-
The SECTION tag.
- Section() - Constructor for class org.zkoss.zhtml.Section
- select() - Method in class org.zkoss.zul.impl.InputElement
-
Selects the whole text in this input.
- select(IComponent) - Static method in class org.zkoss.stateless.ui.ISelectors
-
Returns the iselector fot the given root context.
- Select - Class in org.zkoss.zhtml
-
The SELECT tag.
- Select() - Constructor for class org.zkoss.zhtml.Select
- Selectable<E> - Interface in org.zkoss.zul.ext
-
Indicate a selectable collection or component.
- selectAll() - Method in class org.zkoss.zul.Listbox
-
Selects all items.
- selectAll() - Method in class org.zkoss.zul.Tree
-
Selects all items.
- Selectbox - Class in org.zkoss.zul
-
A light weight dropdown list.
- Selectbox() - Constructor for class org.zkoss.zul.Selectbox
- Selectbox.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - SelectboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the selectbox for converting collection to ListModel and vice versa. - SelectboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxModelConverter
- SelectboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- SelectboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
- SelectboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert listbox selected listitem to bean and vice versa.
- SelectboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
- SelectData - Class in org.zkoss.stateless.action.data
-
Represents an action is triggered by a user to do a list selection being changed at the client.
- SelectData(Map) - Constructor for class org.zkoss.stateless.action.data.SelectData
- SELECTED - org.zkoss.zul.ext.TristateModel.State
-
Represents the selected state.
- 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>, 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(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.SelectedObjectHandler<T extends Component> - Interface in org.zkoss.zk.ui.event
-
A handle to retrieve selected objects from selected items (components) if possible.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the selection of the lists has changed.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the selection of the lists has changed.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the selection of the tree has changed.
- SelectionControl<E> - Interface in org.zkoss.zul.ext
-
Indicate a selection control for
Selectable
- SelectionData - Class in org.zkoss.stateless.action.data
-
Represents an action cause by user's the active selection which is a highlighted block of text.
- SelectionData() - Constructor for class org.zkoss.stateless.action.data.SelectionData
- SelectionEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's the active selection which is a highlighted block of text.
- SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
-
Constructs a selection event.
- selectItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
-
Deselects the currently selected item and selects the given item.
- selectItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the given item.
- selectItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Deselects all of the currently selected items and selects the given item.
- 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_SEPARATOR - org.zkoss.zk.ui.select.impl.Token.Type
- 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
-
Default skeletal implementation of
SelectorComposer.UtilityHandler
. - SelectorParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the component of a parameter of a method
The SelectorParam.value() is the selector to find components. - 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
- SelectorsExt - Class in org.zkoss.zkmax.ui.select
-
Extended utilities for
Selectors
andSelectorComposer
. - SelectorsExt() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt
- SelectorsExt.ExtendedUtilityHandlerImpl - Class in org.zkoss.zkmax.ui.select
-
Extended utility implementation for
SelectorComposer
. - self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the applied component itself.
- Self - Class in org.zkoss.stateless.ui
-
A target to locate a location at client for
IComponent
- SELF - org.zkoss.stateless.sul.IA.Target
-
The current browsing context.
- SELF - org.zkoss.stateless.sul.IDropupload.Detection
-
The Dropupload itself
- SELF - Static variable in interface org.zkoss.stateless.action.ActionTarget
-
The action target itself.
- Semicolon() - Method in class org.zkoss.zel.impl.parser.ELParser
- SEMICOLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- 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)
- sendCommand(String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
send command fired to this binder and process the command immediately
- sendCommand(String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- sendError(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- sendError(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- sendError(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- sendError(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- 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) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the specified component and process 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.
- 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.
- sendRedirect(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- sendRedirect(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- sendRedirect(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
- 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) - 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, 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, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- 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, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Sends a temporary redirect response to the client using the specified redirect location URL.
- sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
-
Redirects to another page.
- sendRedirect(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
-
Redirects to another URL by prefixing the context path and encoding with encodeRedirectURL.
- sendText(String) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- SEORenderer - Interface in org.zkoss.zk.ui.sys
-
A plugin that an application could add to generate application-specific SEO content.
- separator - Variable in class org.zkoss.lang.Strings.Result
-
The separator found.
- Separator - Class in org.zkoss.zul
-
A separator.
- Separator() - Constructor for class org.zkoss.zul.Separator
- Separator(String) - Constructor for class org.zkoss.zul.Separator
- 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
- SerializableEntry(Map.Entry<K, V>) - Constructor for class org.zkoss.util.Maps.SerializableEntry
- SerializableEntry(K, V) - Constructor for class org.zkoss.util.Maps.SerializableEntry
- SerializableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
-
A serializable event listener that will be notified when an event occurs, if it is registered to
Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>)
. - SerializableMethod - Class in org.zkoss.lang.reflect
-
A wrapper of java.lang.reflect.Method to make it serializable.
- SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
- SerializableRichletConfig - Class in org.zkoss.stateless.ui
-
A wrapper to support
RichletConfig
serializable - SerializableRichletConfig(RichletConfig) - Constructor for class org.zkoss.stateless.ui.SerializableRichletConfig
- Serializables - Class in org.zkoss.io
-
Utilities to handle java.io.Serializable.
- SerializableSession - Class in org.zkoss.zk.ui.http
-
Serializable
Session
. - 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.
- SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
-
Constructor.
- SerializableUiFactory - Class in org.zkoss.zk.ui.http
-
The serializable implementation of
UiFactory
. - SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
- SERVER - Static variable in class org.zkoss.zul.SimpleConstraint
-
Indicates this constraint requires the server validation.
- SERVER_EXCEPTION - org.zkoss.zk.ui.ext.Uploadable.Error
-
(server-exception) Other server exceptions handled by
handleError(ex)
. - SERVER_OUT_OF_SERVICE - org.zkoss.zk.ui.ext.Uploadable.Error
-
(server-out-of-service) Server temporarily out of service.
- 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(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Process the request by retrieving the path from the path info.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Process the request with the specified path.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.DspExtendlet
- service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Process the specified request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
-
Retrieves the media from
DynamicMedia.getMedia(java.lang.String)
. - 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.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(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkmax.au.http.AuDownloader
- service(AuRequest, boolean) - Method in class org.zkoss.bind.BindComposer
- service(AuRequest, boolean) - Method in class org.zkoss.clientbind.ClientBindComposer
- service(AuRequest, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- service(AuRequest, boolean) - Method in class org.zkoss.zhtml.Input
-
Processes an AU request.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.au.AuService
-
Handles an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Handles an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an AU request.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Pdfviewer
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Barcodescanner
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Camera
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Swipe event on client will fire onChange to server to set selected index.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Cascader
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Coachmark
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Cropper
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Drawer
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Process an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Fragment
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Multislider
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Nav
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Organigram
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Scrollview
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Searchbox
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Signature
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Stepbar
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Tbeditor
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Video
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Audio
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Bandbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Button
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Calendar
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Checkbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Column
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobutton
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Datebox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Detail
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Frozen
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Grid
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Group
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Groupbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Iframe
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.FileuploadDlg
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.HeadersElement
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listgroup
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listheader
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Menu
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Menuitem
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Paging
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Panel
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Popup
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Radio
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Radiogroup
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Rating
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Selectbox
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Slider
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Splitter
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Tab
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Timer
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Toolbarbutton
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Tree
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Treeitem
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Window
-
Processes an AU request.
- service(Event, Scope) - Method in class org.zkoss.stateless.ui.IStubsComponent
- service(Event, Scope) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- service(Event, Scope) - Method in class org.zkoss.zk.ui.AbstractComponent
- service(Event, Scope) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an event.
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubComponent
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubsComponent
- service(Event, Scope, Component, String) - Method in class org.zkoss.stateless.ui.util.StatelessEventListenerMap
- service(Event, Scope, Component, String) - Method in interface org.zkoss.zk.ui.sys.EventListenerMap
-
Services the event under the given page and scope.
- service(Page) - Method in interface org.zkoss.stateless.ui.StatelessRichlet
- 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_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
- SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
- SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
- ServletContextLocator - Class in org.zkoss.web.util.resource
-
Locator based on ServletContext.
- ServletContextLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String, boolean, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletDspContext - Class in org.zkoss.web.servlet.dsp
-
A DSP context based on HTTP servlet request and response.
- ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Writer, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
-
Constructor with the specified writer.
- ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
-
Constructor.
- ServletFns - Class in org.zkoss.web.fn
-
Providing servlet relevant functions for EL.
- ServletFns() - Constructor for class org.zkoss.web.fn.ServletFns
- ServletLabelLocator - Class in org.zkoss.web.util.resource
-
Used by Labels to load labels from a servlet context.
- ServletLabelLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
-
Constructs a locator where the properties file is decided by the library property called org.zkoss.util.label.web.location.
- ServletLabelLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
-
Constructs a locator for the given path.
- ServletOutputStreamWrapper - Class in org.zkoss.web.servlet
-
A facade of OutputStream for implementing ServletOutputStream.
- ServletOutputStreamWrapper(Writer, String) - Constructor for class org.zkoss.web.servlet.ServletOutputStreamWrapper
- ServletPortletDispatcher - Class in org.zkoss.web.portlet
-
A facade of a RequestDispatch for implementing PortletRequestDispatcher.
- ServletRequestResolver - Class in org.zkoss.web.util.resource
-
Used to resolve the variables defined in the request (such as DSP context and ZK's execution).
- ServletRequestResolver() - Constructor for class org.zkoss.web.util.resource.ServletRequestResolver
- Servlets - Class in org.zkoss.web.servlet
-
The servlet relevant utilities.
- Servlets() - Constructor for class org.zkoss.web.servlet.Servlets
-
Utilities; no instantiation required.
- Servlets.ClientIdentifier - Interface in org.zkoss.web.servlet
-
A plugin used to provide additional browser information for
Servlets.getBrowser(javax.servlet.ServletRequest, java.lang.String)
. - session - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the session.
- Session - Interface in org.zkoss.zk.ui
-
A user session.
- SESSION - org.zkoss.bind.annotation.ContextType
-
The session, the type is
Session
- SESSION - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit sessionScope
- SESSION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the sessions cope.
- SESSION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The session scope.
- SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the same session. - SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
Used with
Page.getAttribute(String, int)
and related to denote custom attributes shared by the same session. - 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(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(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
- 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(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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(Page) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Cascader
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Organigram
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Searchbox
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Combobox
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Grid
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Listbox
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Selectbox
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Tree
- 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(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
Invokes
DesktopCtrl.sessionDidActivate(org.zkoss.zk.ui.Session)
for each desktops it cached. - sessionDidActivate(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(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
-
Used with
SessionsCtrl.setCurrent(SessionResolver)
to resolve a session dynamically. - 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
-
Utilities to access
Session
. - Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
- sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the session.
- SessionsCtrl - Class in org.zkoss.zk.ui.sys
-
An 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() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to pre-process a session before writing the session
- sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
- 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(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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(Page) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Cascader
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Organigram
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Searchbox
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Combobox
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Grid
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Listbox
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Selectbox
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Tree
- 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(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
Invokes
DesktopCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session)
for each desktops it cached. - sessionWillPassivate(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(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Notification that the session is about to be passivated (a.k.a., serialized).
- set(int, E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- set(int, E) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- set(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
- set(int, E) - Method in class org.zkoss.zul.ListModelArray
-
Change content of the Array at specified index.
- set(int, E) - Method in class org.zkoss.zul.ListModelList
- set(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
- set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public filed or public method in the object.
- set(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(String, Converter) - Static method in class org.zkoss.bind.impl.SystemConverters
- set(String, Validator) - Static method in class org.zkoss.bind.impl.SystemValidators
- set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- 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.
- Set - Class in org.zkoss.web.servlet.dsp.action
-
The set action used to set an attribute.
- Set() - Constructor for class org.zkoss.web.servlet.dsp.action.Set
- setAbbr(String) - Method in class org.zkoss.zhtml.Th
-
Sets the abbr of this tag.
- 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.
- setAccept(String) - Method in class org.zkoss.zhtml.Input
-
Sets the accept of this input tag
- setAccept(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set acceptable file types.
- setAcceptcharset(String) - Method in class org.zkoss.zhtml.Form
-
Sets the accept-charset of this form tag.
- setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Changes the accessibility without throwing any exception.
- setAccesskey(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the accesskey of this tag.
- setAction(String) - Method in class org.zkoss.zhtml.Form
-
Sets the action of this form tag.
- setAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Deprecated.As of release 10.0.0, using
HtmlBasedComponent.setClientAction(String)
instead. - setActive(int) - Method in class org.zkoss.zul.Menupopup
-
Sets the current active item in this menupopup.
- setActive(Execution) - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- setActiveIndex(int) - Method in class org.zkoss.stateless.state.IStepbarController
-
Sets the index of the active step.
- setActiveIndex(int) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- setActiveIndex(int) - Method in class org.zkoss.zkmax.zul.Stepbar
-
Sets the index of the active step.
- setActiveIndex(int) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Sets the index of the active step.
- setActivePage(int) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setActivePage(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setActivePage(int) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setActivePage(int) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setActivePage(int) - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Sets the active page (starting from 0).
- setActivePage(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
- setActivePage(int) - Method in class org.zkoss.zul.AbstractListModel
- setActivePage(int) - Method in class org.zkoss.zul.AbstractTreeModel
- setActivePage(int) - Method in interface org.zkoss.zul.ext.Pageable
-
Sets the active page (starting from 0).
- setActivePage(int) - Method in class org.zkoss.zul.Grid
- setActivePage(int) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets the active page (starting from 0).
- setActivePage(int) - Method in class org.zkoss.zul.Listbox
- setActivePage(int) - Method in class org.zkoss.zul.Paging
-
Set the active page
- setActivePage(int) - Method in class org.zkoss.zul.Tree
- setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
-
Sets the active page in which the specified item is.
- setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
-
Sets the active page in which the specified item is.
- setActiveStep(E) - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- setActiveStep(E) - Method in interface org.zkoss.zkmax.zul.StepModel
-
Sets the active step.
- setActiveStep(Step) - Method in class org.zkoss.zkmax.zul.Stepbar
-
Sets the active step.
- setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the horizontal alignment.
- setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the alignment.
- setAlign(String) - Method in class org.zkoss.zul.Box
-
Sets the alignment of cells of this box in the 'opposite' direction (start, center, end, stretch).
- setAlign(String) - Method in class org.zkoss.zul.Cell
-
Sets the horizontal alignment.
- setAlign(String) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the horizontal alignment of this footer.
- setAlign(String) - Method in class org.zkoss.zul.impl.HeaderElement
-
Sets the horizontal alignment of this column.
- setAlign(String) - Method in class org.zkoss.zul.Row
-
Sets the horizontal alignment of the whole row.
- setAlign(String) - Method in class org.zkoss.zul.Tabs
-
Sets the alignment of tab.
- setAlign(String) - Method in class org.zkoss.zul.Toolbar
-
Sets the alignment of any children added to this toolbar.
- setAllow(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the allow of this tag.
- setAllowfullscreen(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the allowfullscreen of this tag.
- setAlt(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the alt.
- setAlt(String) - Method in class org.zkoss.zhtml.Area
-
Sets the alt of this area tag.
- setAlt(String) - Method in class org.zkoss.zhtml.Img
-
Sets the alt of this img tag.
- setAlt(String) - Method in class org.zkoss.zhtml.Input
-
Sets the alt of this input tag
- setAnchor(String) - Method in class org.zkoss.zul.Anchorchildren
-
Deprecated.Sets the width, height relative to parent, anchorlayout.
- setAnchor(Component) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the anchor of dropupload, it allows the dropupload component to anchor to another component and overlay that component when the user drag & drops files to the browser.
- setAngleArc(double) - Method in class org.zkoss.zul.Slider
-
Sets the degree of arc for the knob slider.
- setAnimationDisabled(boolean) - Method in class org.zkoss.zul.Borderlayout
-
Sets to disable animation effects.
- setAnnotationNamespacedRoot(boolean) - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Sets whether this ShadowInfo is the first ShadowInfo that has annotation namespace or binding annotation.
- setAnnotationNamespacedRoot(boolean) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Sets whether this TemplateInfo is the first TemplateInfo that has annotation namespace or binding annotation.
- 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.
- setArea(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Sets the area of this GoldenPanel, use to represent the area of this panel on initial rendering.
- setAreaListener(String) - Method in class org.zkoss.zul.Chart
-
Sets the renderer by use of a class name.
- setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
-
Sets the renderer which is used to render each area.
- setAreas(String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Sets a matrix-like areas template, supports only on initial rendering.
- setAspectRatio(double) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the aspect ratio of the selected area.
- setAsync(boolean) - Method in class org.zkoss.zhtml.Script
-
Sets the async of this script tag.
- setAttachEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the attach edge.
- setAttribute(Object, Object) - Method in interface org.zkoss.bind.BindContext
-
Sets given value to the given key in this Bind context.
- setAttribute(Object, Object) - Method in class org.zkoss.bind.impl.BindContextImpl
- setAttribute(String, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
- setAttribute(String, Object) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletHttpSession
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletServletContext
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- setAttribute(String, Object) - Method in class org.zkoss.xel.util.SimpleXelContext
- setAttribute(String, Object) - Method in class org.zkoss.xel.util.XelContextProxy
- setAttribute(String, Object) - Method in interface org.zkoss.xel.XelContext
-
Sets the value of the specified attribute
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
-
Sets the custom attribute associated with this component, i.e.,
Component.COMPONENT_SCOPE
. - setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the value of the specified custom attribute associated with the desktop.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
-
Sets the value of the specified request attribute.
- setAttribute(String, Object) - Method in 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) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.SimpleScope
- 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.
- setAttribute(String, Object) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
- setAttribute(String, Object) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- setAttribute(String, Object) - Method in class org.zkoss.zuti.zul.When
- setAttribute(String, Object, boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- 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, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
- 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, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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 class org.zkoss.stateless.ui.util.VolatileComponent
- setAttribute(String, Object, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Sets the attribute of the specified scope.
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, String) - Method in class org.zkoss.idom.Element
- setAttribute(BindContext, Object, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
-
Adds the giving attribute.
- setAttribute(Attribute) - Method in class org.zkoss.idom.Element
- setAttributeName(String) - Method in class org.zkoss.bind.impl.AbstractRenderer
- setAttributeNode(Attr) - Method in class org.zkoss.idom.Element
- setAttributeNodeNS(Attr) - Method in class org.zkoss.idom.Element
- setAttributeNS(String, String, String) - Method in class org.zkoss.idom.Element
- setAttributeValue(String, String) - Method in interface org.zkoss.idom.Attributable
-
Sets the value of the attribute with the giving tag name.
- setAttributeValue(String, String) - Method in class org.zkoss.idom.Element
- 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.
- setAudio(boolean) - Method in class org.zkoss.zkmax.zul.Camera
-
Set whether to record sound while recording video.
- setAuService(AuService) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- setAutocheck(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether the menuitem check mark will update each time the menu item is selected.
- setAutoclose(boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets whether to automatically close all other nav/navitem on opening nav/navitem.
- setAutoclose(boolean) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets whether to automatically close the list if a user is selected any item.
- setAutoCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets whether enables auto adjusting the number of cols.
- setAutocomplete(boolean) - Method in class org.zkoss.zhtml.Form
-
Sets the autocomplete of this form tag.
- setAutocomplete(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether to automatically complete this text box by matching the nearest item (
Comboitem
. - setAutocomplete(String) - Method in class org.zkoss.zhtml.Input
-
Sets the autocomplete of this input tag
- setAutodisable(String) - Method in class org.zkoss.zul.A
-
Sets a list of component IDs that shall be disabled when the user clicks this anchor.
- setAutodisable(String) - Method in class org.zkoss.zul.Button
-
Sets a list of component IDs that shall be disabled when the user clicks this button.
- setAutodisable(String) - Method in class org.zkoss.zul.Checkbox
-
Sets a list of component IDs that shall be disabled when the user clicks this checkbox.
- setAutodisable(String) - Method in class org.zkoss.zul.Menuitem
-
Sets a list of component IDs that shall be disabled when the user clicks this menuitem.
- setAutodrop(boolean) - Method in class org.zkoss.zkmax.zul.Drawer
-
Sets whether it is opened automatically when the mouse cursor is near the page edge.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Bandbox
-
Sets whether to automatically drop the list if users is changing this text box.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether to automatically drop the list if users is changing this text box.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Combobutton
-
Sets whether to automatically drop the popup if user hovers on this Combobutton.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Menubar
-
Sets whether to automatically drop down menus if user moves mouse over it.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Button
-
Sets the autofocus of this button tag.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the autofocus of this input tag.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the autofocus of this select tag.
- setAutohide(boolean) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets whether to automatically hide the paging if there is only one page available.
- setAutohide(boolean) - Method in class org.zkoss.zul.Iframe
-
Sets whether to automatically hide this component if a popup or dropdown is overlapped with it.
- setAutohide(boolean) - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
- setAutohide(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether to automatically hide this component if there is only one page available.
- 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.
- setAutopaging(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether the auto-paging facility is turned on when mold is "paging".
- setAutoplay(boolean) - Method in class org.zkoss.zhtml.Audio
-
Sets the autoplay of this audio tag.
- setAutoplay(boolean) - Method in class org.zkoss.zhtml.Video
-
Sets the autoplay of this video tag.
- setAutoplay(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether to auto start playing the video.
- setAutoplay(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to auto start playing the audio.
- 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.
- setAutoRows(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets whether enables auto adjusting the number of rows.
- setAutoscroll(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether enable overflow scrolling.
- setAutoSort(boolean) - Method in class org.zkoss.zul.SimpleXYModel
- setAutoSort(boolean) - Method in interface org.zkoss.zul.XYModel
-
Set model to autosort on x value for each series.
- setBackgroundColor(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the background color for the signature pad.
- setBackgroundImage(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the background image URI for the signature pad.
- setBackgroundIncluded(boolean) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets whether the background color and image are included while saved.
- setBackSpace(String) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the spacing with the next lineitem.
- setBadgeText(String) - Method in class org.zkoss.zkmax.zul.Nav
-
Sets the badge text of the nav
- setBadgeText(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the badge text of the navitem
- setBar(boolean) - Method in class org.zkoss.zul.Separator
-
Sets whether to display a visual bar as the separator.
- setBarWidth(int) - Method in class org.zkoss.zkmax.zul.Barcode
-
Sets the width of single bar.
- setBean(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Sets associated bean of this TrackerNode.
- setBean(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- setBeanValue(String, Object) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- setBeanValue(String, Object) - Method in class org.zkoss.zel.BeanNameResolver
-
Sets a value of a bean of the given name.
- setBegin(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the index of the item at which the iteration begins.
- setBegin(int) - Method in class org.zkoss.zuti.zul.ForEach
- setBgAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the background alpha (transparency, 0 ~ 255).
- setBgColor(String) - Method in class org.zkoss.zul.Captcha
-
Set the background color of the chart.
- setBgColor(String) - Method in class org.zkoss.zul.Chart
-
Set the background color of the chart.
- setBindContext(BindContext) - Method in class org.zkoss.bind.impl.ParamCall
- setBinder(Binder) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- setBinder(Binder) - Method in class org.zkoss.bind.impl.ParamCall
- setBinder(Binder) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- 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
- setBindingArgs(Map<String, Object>) - Method in class org.zkoss.bind.impl.ParamCall
- setBindingArgs(Map<String, Object>) - Method in class org.zkoss.clientbind.ParamCallEx
- setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets whether to preserve the blank text.
- setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets a bookmark to this desktop.
- setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- setBookmark(String, boolean) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the bookmark to this desktop. with more control.
- setBookmark(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- setBorder(boolean) - Method in class org.zkoss.zul.Panel
-
Enables or disables the border.
- setBorder(boolean) - Method in class org.zkoss.zul.Window
-
Enables or disables the border.
- setBorder(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the border.
- setBorder(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the border (either none or normal).
- setBorder(String) - Method in class org.zkoss.zul.Panel
-
Sets the border.
- setBorder(String) - Method in class org.zkoss.zul.Window
-
Sets the border (either none or normal).
- setBufferSize(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setBufferSize(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setBusy() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sets busy and return if it is busy for processing other request.
- setBusy() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- setButton(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information with a default label.
- setButton(Messagebox.Button, String) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information and label.
- setButtons(Messagebox.Button[], String[]) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets what buttons are allowed.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Bandbox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Doublespinner
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Spinner
-
Sets whether the button (on the right of the spinner) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Timebox
-
Sets whether the button (on the right of the textbox) is visible.
- setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public field or public method in the object, without converting the specified val.
- setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public field or public method in the object.
- 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.
- setCachedBeanById(String, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- setCachedFormBeanById(String, Object) - Method in class org.zkoss.clientbind.ClientBindComposer
- setCancelable(boolean) - Method in class org.zkoss.zul.Rating
-
Sets whether to enable the cancel feature.
- setCapRadius(double) - Method in class org.zkoss.zul.DialModel
-
Sets the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
- setCaption(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the caption.
- setCapture(String) - Method in class org.zkoss.zhtml.Input
-
Sets the capture of this tag.
- setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the case condition.
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setCharacterEncoding(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setCharacterEncoding(String) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- setCharset(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the charset of this meta tag.
- setCharset(String) - Method in class org.zkoss.zhtml.Script
-
Sets the charset of this script tag.
- setCharset(String) - Method in class org.zkoss.zul.Script
-
Sets the character encoding of the source.
- setChecked(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets if the input is checked (type: checkbox or radio).
- setChecked(boolean) - Method in class org.zkoss.zul.Checkbox
-
Sets whether it is checked, changing checked will set indeterminate to false.
- setChecked(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether it is checked.
- setChecked(boolean) - Method in class org.zkoss.zul.Radio
-
Sets the radio is checked and unchecked the others in the same radio group (
Radiogroup
. - setChecked(boolean) - Method in class org.zkoss.zul.Toolbarbutton
-
Sets whether it is checked.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether the check mark shall be displayed in front of each item.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether the check mark shall be displayed in front of each item.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether the check mark shall be displayed in front of each item.
- setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
-
Sets how often to check (unit=milliseconds).
- 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.
- setChildPage(Page) - Method in class org.zkoss.zul.Include
- setCite(String) - Method in class org.zkoss.zhtml.Blockquote
-
Sets the cite of this blockquote tag.
- setCite(String) - Method in class org.zkoss.zhtml.Del
-
Sets the cite of this del tag.
- setCite(String) - Method in class org.zkoss.zhtml.Ins
-
Sets the cite of this ins tag.
- setCite(String) - Method in class org.zkoss.zhtml.Q
-
Sets the cite of this q tag.
- setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class.
- setClearLabel(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the label on clear button.
- setClientAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the client-side action (CSA).
- setClientAttribute(String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.
- setClientIdentifier(Servlets.ClientIdentifier) - Static method in class org.zkoss.web.servlet.Servlets
-
Sets the client identifier that is used to assist
Servlets.isBrowser(javax.servlet.ServletRequest, java.lang.String)
to identify a client. - setClipToFit(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Set whether to clip video when the source size doesn't fit the tag size setting, for example: if video source is 1280 * 720, but the video tag is
- setClosable(boolean) - Method in class org.zkoss.zkmax.zul.Drawer
-
Sets whether it is closeable by user (a button).
- setClosable(boolean) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Sets whether this panel is closable.
- setClosable(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be closed.
- setClosable(boolean) - Method in class org.zkoss.zul.Groupbox
-
Sets whether user can open or close the group box.
- setClosable(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether users can open or close the region.
- setClosable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to show a close button on the title bar.
- setClosable(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is closable.
- setClosable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to show a close button on the title bar.
- setClosePopupOnTimezoneChange(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether to auto close the datebox popup after changing the timezone.
- setCmargins(String) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the collapsed margin functionality.
- setCmargins(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the collapsed margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
- setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
- setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
- setCollapse(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets which side of the splitter is collapsed when its grippy is clicked.
- setCollapse(String) - Method in class org.zkoss.zul.Splitter
-
Sets which side of the splitter is collapsed when its grippy is clicked.
- setCollapsed(boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets whether to collapse it.
- setCollapsible(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the collapse functionality.
- setCollapsible(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether set the initial display to collapse.
- setCollapsible(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to show a toggle button on the title bar.
- setColor(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the color.
- setColor(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the color
- setCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the number of columns within the viewport.
- setCols(int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the cols which determines the visible width, in characters.
- setCols(Integer) - Method in class org.zkoss.zhtml.Textarea
-
Sets the cols of this textarea tag.
- setColspan(int) - Method in class org.zkoss.zkmax.zul.Rowchildren
- setColspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Sets the number of columns to span this header.
- setColspan(int) - Method in class org.zkoss.zul.Auxheader
-
Sets the number of columns to span this header.
- setColspan(int) - Method in class org.zkoss.zul.Cell
-
Sets the number of columns to span.
- setColspan(Integer) - Method in class org.zkoss.zhtml.Td
-
Sets the colspan of this td tag.
- setColspan(Integer) - Method in class org.zkoss.zhtml.Th
-
Sets the colspan of this th tag.
- setColumns(int) - Method in class org.zkoss.zkmax.zul.Tablelayout
-
Sets the number of columns.
- setColumns(int) - Method in class org.zkoss.zul.Frozen
-
Sets the number of columns to freeze.
- setColumnsgroup(boolean) - Method in class org.zkoss.zul.Columns
-
Sets whether to enable grouping of columns with the header context menu.
- setColumnsgroup(boolean) - Method in class org.zkoss.zul.Listhead
-
Sets whether to enable grouping of listheader with the header context menu.
- setColumnshide(boolean) - Method in class org.zkoss.zul.Columns
-
Sets whether to enable hiding of columns with the header context menu.
- setColumnshide(boolean) - Method in class org.zkoss.zul.Listhead
-
Sets whether to enable hiding of listheader with the header context menu.
- setColWidth(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the width of the single column.
- setCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- setCommandArgs(Binder, Component, BindContext, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setComment(boolean) - Method in class org.zkoss.zul.Include
-
Sets whether to generate the included content inside the HTML comment.
- 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.
- setComplete(boolean) - Method in class org.zkoss.zkmax.zul.Step
-
Sets whether this step is complete.
- setCompleteDirectly(boolean) - Method in class org.zkoss.zkmax.zul.Step
- setComponent(Component) - Method in class org.zkoss.bind.impl.ParamCall
- 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
- setCompress(boolean) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- setCompress(String[]) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the extension that shall be compressed if the browser supports the compression encoding (accept-encoding).
- setConfig(Map<String, Object>) - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Sets the editor's configuration,
- setConsistencyBufferSize(int) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Sets the consistency buffer size (used in 1D barcode).
- setConsistencyThreshold(int) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Sets the consistency threshold (used in 1D barcode).
- setConstraint(String) - Method in class org.zkoss.zkmax.zul.Timepicker
- setConstraint(String) - Method in class org.zkoss.zul.Calendar
-
Sets a list of constraints separated by comma.
- setConstraint(String) - Method in class org.zkoss.zul.Datebox
- setConstraint(String) - Method in class org.zkoss.zul.Doublespinner
- setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
- setConstraint(String) - Method in class org.zkoss.zul.Spinner
- setConstraint(String) - Method in class org.zkoss.zul.Timebox
- setConstraint(Constraint) - Method in class org.zkoss.zul.Calendar
- setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
-
Sets the constraint.
- setConstraint(Constraint) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
- setConstraints(Map) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Sets the constraints, if not specify constraints, it will use {video: {facingMode: 'environment'}}.
- setConstraints(Map) - Method in class org.zkoss.zkmax.zul.Camera
-
Sets the constraints, if not specify constraints, it will use {audio:
Camera.isAudio()
, video: true}. - setConstraintsString(String) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Sets the constraints in JSON String format, if not specify constraints, it will use {video: {facingMode: 'environment'}}.
- setConstraintsString(String) - Method in class org.zkoss.zkmax.zul.Camera
-
Sets the constraints in JSON String format, if not specify constraints, it will use {audio:
Camera.isAudio()
, video: true}. - setContent(RenderedImage) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the content directly with the rendered image.
- setContent(RenderedImage) - Method in class org.zkoss.zul.Image
-
Sets the content directly with the rendered image.
- setContent(Object) - Method in class org.zkoss.idom.Element
-
Sets the content of this element.
- setContent(String) - Method in class org.zkoss.zhtml.impl.ContentTag
-
Sets the content.
- setContent(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the content of this meta tag.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the content of component, it will be shown depend on detection setting.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the content of this component.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
- setContent(String) - Method in class org.zkoss.zul.Comboitem
-
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
- setContent(String) - Method in class org.zkoss.zul.Html
-
Sets the embedded content (i.e., HTML tags).
- setContent(String) - Method in class org.zkoss.zul.Menu
-
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
- setContent(String) - Method in class org.zkoss.zul.Script
-
Sets the content of the script element.
- setContent(String) - Method in class org.zkoss.zul.Style
-
Sets the content of the style element.
- setContent(String, Object) - Method in class org.zkoss.idom.Element
-
Sets the content of the child element with the giving path.
- setContent(Image) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the content directly.
- setContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content directly.
- setContent(Audio) - Method in class org.zkoss.zul.Audio
-
Sets the content directly.
- setContent(Media) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the content directly.
- setContent(Media) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the content.
- setContent(Media) - Method in class org.zkoss.zul.Iframe
-
Sets the content directly.
- setContent(Video) - Method in class org.zkoss.zkmax.zul.Video
-
Calling this method implies setSrc(null).
- setContentDisposition(boolean) - Method in class org.zkoss.util.media.AMedia
-
Set whether to allow Content-Disposition or not when writing the media to response header.
- setContenteditable(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the contenteditable of this tag.
- setContentLength(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setContentLength(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setContentLengthLong(long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setContentLengthLong(long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setContents(Collection<Element>, Object) - Static method in class org.zkoss.idom.util.IDOMs
-
Set the contents of elements.
- setContentSclass(String) - Method in class org.zkoss.zul.Detail
-
Sets the style class used for the content block.
- setContentSclass(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the style class used for the content block.
- setContentSclass(String) - Method in class org.zkoss.zul.Window
-
Sets the style class used for the content block.
- setContentStyle(String) - Method in class org.zkoss.zul.Detail
-
Sets the CSS style for the content block of the window.
- setContentStyle(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the CSS style for the content block of the groupbox.
- setContentStyle(String) - Method in class org.zkoss.zul.Window
-
Sets the CSS style for the content block of the window.
- setContentType(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setContentType(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Sets the content type.
- setContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Sets the content type.
- setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Sets the content type of the output.
- setContentType(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- setContentType(String) - Method in class org.zkoss.zk.ui.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(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the content type.
- setContentType(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- 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.
- setContext(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should appear when the user right-clicks on the element (a.k.a., context menu). - setContext(Map<String, Object>) - Method in interface org.zkoss.zuti.zul.NavigationLevel
-
Sets the context of this level.
- setContext(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should appear when the user right-clicks on the element (a.k.a., context menu).
- setContextAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Context Popup Note that position will be ignored if coordinates are set.
- setContinuous(boolean) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Set the continuous scan function of barcode scanner, true is enable continue scan function, false is disable the function
- setControls(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether to display the video controls.
- setControls(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to display the audio controls.
- setControls(String) - Method in class org.zkoss.zhtml.Audio
-
Sets the controls of this audio tag.
- setControls(String) - Method in class org.zkoss.zhtml.Video
-
Sets the controls of this video tag.
- setConverterArgs(Binder, Component, BindContext, PropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setCoords(String) - Method in class org.zkoss.zhtml.Area
-
Sets the coords of this area tag.
- setCoords(String) - Method in class org.zkoss.zul.Area
-
Sets the coords of this area.
- setCounterVisible(boolean) - Method in class org.zkoss.zkmax.zul.Portalchildren
-
Sets whether the counter is visible.
- setCrawlable(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether this Web application is crawlable.
- setCreatable(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets whether can create new item.
- setCreateMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the create message of this component.
- setCroppedFormat(String) - Method in class org.zkoss.zkmax.zul.Cropper
-
Set the cropped image format, e.g., image/png, image/jpeg.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Img
-
Sets the crossorigin of this img tag.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Link
-
Sets the crossorigin of this link tag.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Script
-
Sets the crossorigin of this tag.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Video
-
Sets the crossorigin of this video tag.
- setCrossorigin(String) - Method in class org.zkoss.zkmax.zul.Video
-
Could be "anonymous" or "use-credentials", an invalid string and an empty string will be handled as the "anonymous".
- setCrossOrigin(String) - Method in class org.zkoss.zkmax.zul.Cropper
-
Could be "anonymous" or "use-credentials", an invalid string and an empty string will be handled as the "anonymous".
- 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.
- setCtrlKeys(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets what keystrokes to intercept.
- setCurpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the current position of the slider.
- setCurpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the current position of the slider.
- 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(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
Sets the current shadow element, which is used only by
UiEngine
to communicate withHtmlShadowElement
. - setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the current component definition, which is used only by
UiEngine
to communicate withAbstractComponent
. - setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the current component definition, which is used only by
UiEngine
to communicate withAbstractComponent
. - setCurrentInfo(ShadowInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the current shadow definition, which is used only by
UiEngine
to communicate withAbstractComponent
. - setCurrentLocation(Location) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- 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.
- setCurrentTime(double) - Method in class org.zkoss.stateless.state.IVideoController
-
Sets which part of video to play.
- setCurrentTime(double) - Method in class org.zkoss.zkmax.zul.Video
-
Sets which part of video to play.
- setCustomThemeProvider(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to use custom
ThemeProvider
. - 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.
- setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
-
Sets the priority without throwing any exception but log warning.
- setData(E) - Method in class org.zkoss.zul.DefaultTreeNode
- setData(E) - Method in interface org.zkoss.zul.TreeNode
-
Sets the application-specific data associated with this node.
- setData(Object) - Method in class org.zkoss.bind.impl.IndirectBinding
-
Sets the data
- setData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
- setData(String) - Method in class org.zkoss.idom.ProcessingInstruction
- setData(String) - Method in class org.zkoss.zhtml.Object
-
Sets the data of this object tag.
- setData(Map<String, String>) - Method in class org.zkoss.idom.ProcessingInstruction
-
Sets the raw data with a data map.
- SetData() - Method in class org.zkoss.zel.impl.parser.ELParser
- setDataConnection(Connection) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports Data Connection.
- setDatasource(JRDataSource) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports DataSource.
- setDateFormat(String) - Method in class org.zkoss.zul.Chart
-
Sets the date format used by date related Chart.
- setDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setDateHeader(String, long) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setDatetime(String) - Method in class org.zkoss.zhtml.Del
-
Sets the datetime of this del tag.
- setDatetime(String) - Method in class org.zkoss.zhtml.Ins
-
Sets the datetime of this ins tag
- setDatetime(String) - Method in class org.zkoss.zhtml.Time
-
Sets the datetime of this time tag.
- setDebugJS(boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets whether to debug JavaScript files.
- setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to debug JavaScript files.
- setDebugMode(boolean) - Method in class org.zkoss.fsm.StateMachine
-
Set debug mode, where
StateMachine.onDebug(String)
is called at certain timing to assist user develop the state machine - setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Parser
- setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
- setDebugStream(PrintStream) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Set debug output.
- setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the URI where this definition is declared.
- setDecoding(String) - Method in class org.zkoss.zhtml.Img
-
Sets the decoding of this tag.
- setDefault(boolean) - Method in class org.zkoss.zul.Track
-
Sets if this track should be enabled by default.
- setDefault(String) - Method in class org.zkoss.zhtml.Track
-
Sets the default of this track tag.
- setDefaultDateTime(LocalDateTime) - Method in class org.zkoss.zul.Datebox
-
Sets the default datetime if the value is empty.
- 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
- setDefer(boolean) - Method in class org.zkoss.zhtml.Script
-
Sets the defer of this script tag.
- setDefer(boolean) - Method in class org.zkoss.zul.Script
-
Sets whether to defer the execution of the script codes.
- setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Sets whether the evaluation of the zscript shall be deferred.
- setDefinition(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setDefinition(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- setDefinition(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition by specifying the name.
- setDefinition(ComponentDefinition) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
- setDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition.
- setDelay(int) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Sets the number of milliseconds to wait before replacing with the correct content.
- setDelay(int) - Method in class org.zkoss.zul.Timer
-
Sets the delay, the number of milliseconds between successive action events.
- setDelegates(Map<K, V>, Map<V, K>) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
-
Specifies the delegate maps going in each direction.
- setDescription(String) - Method in class org.zkoss.zul.Comboitem
-
Sets the description.
- setDescription(String) - Method in class org.zkoss.zul.GanttModel.GanttTask
- setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Sets the desktop to the specified request.
- setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the desktop associated with this execution.
- setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
- setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Sets the desktop cache.
- setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the desktop provider for this Web application.
- setDesktopCacheProviderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class 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.
- setDetailed(boolean) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets whether to show the detailed info, such as
Paginal.getTotalSize()
. - setDetailed(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether to show total size and index of items in current page
- setDetection(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set drag detection area.
- 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.
- setDimBackground(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether to turn whole page to be covered by translucent black except Video, also called theater mode.
- setDir(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the dir of this tag.
- setDir(String) - Method in class org.zkoss.zul.A
-
Sets the direction to layout with image.
- setDir(String) - Method in class org.zkoss.zul.Button
-
Sets the direction to layout image.
- 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.
- setDirname(String) - Method in class org.zkoss.zhtml.Input
-
Sets the dirname of this input tag
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.MapProxy
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Button
-
Sets the disabled of this button tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Fieldset
-
Sets the disabled of this fieldset tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the disabled of this input tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Optgroup
-
Sets the disabled of this optgroup tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Option
-
Sets the disabled of this option tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the disabled of this select tag.
- setDisabled(boolean) - Method in interface org.zkoss.zk.ui.ext.Disable
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Cascader
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Searchbox
- setDisabled(boolean) - Method in class org.zkoss.zul.A
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Button
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Checkbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Comboitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Menu
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Radiogroup
-
Sets whether the radiogroup is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Rating
-
Sets whether this component is disabled, means the rating is not changeable.
- setDisabled(boolean) - Method in class org.zkoss.zul.Selectbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether it is disabled.
- setDisplayedTimeZones(String) - Method in class org.zkoss.zul.Datebox
-
Sets a concatenation of a list of the time zones' ID, separated by comma, that will be displayed at the client and allow user to select.
- setDisplayedTimeZones(List<TimeZone>) - Method in class org.zkoss.zul.Datebox
-
Sets a list of the time zones that will be displayed at the client and allow user to select.
- setDisplayName(String) - Method in class org.zkoss.web.theme.StandardTheme
-
Rename the display name
- setDisplayName(String, String) - Static method in class org.zkoss.zul.theme.Themes
-
Set the display name (human name) of the theme
- setDisplayValue(boolean) - Method in class org.zkoss.zkmax.zul.Barcode
-
Sets the visibility of the value of barcode component.
- setDistributedIndexInfo(Component, Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
Sets the current distributed index info, which is used only by
HtmlShadowElement
. - setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the doc type (<!
- setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the doc type (<!
- setDocType(DocType) - Method in class org.zkoss.idom.Document
-
Sets the document type.
- setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
- setDocumentURI(String) - Method in class org.zkoss.idom.Document
- setDownload(String) - Method in class org.zkoss.zhtml.A
-
Sets the download of this a tag.
- setDownload(String) - Method in class org.zkoss.zhtml.Area
-
Sets the download of this area tag.
- setDraggable(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the draggable of this tag.
- setDraggable(boolean) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Sets whether the GoldenPanel should be draggable or not.
- setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets "true" or "false" to denote whether a component is draggable, or an identifier of a draggable type of objects.
- setDraggable(String) - Method in class org.zkoss.zul.Window
- setDroppable(boolean) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Sets whether the whole stack of this GoldenPanel is droppable by other GoldenPanel.
- 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.
- setDynamicAttrs(String, Object) - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the dynamic property.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.Textarea
- setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Sets a property with the specified name and value.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- setDynamicProperty(String, Object) - Method in class org.zkoss.zkmax.zul.Fragment
- setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlMacroComponent
- setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlNativeComponent
- setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Include
-
Adds a dynamic property that will be passed to the included page via the request's attribute.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.Apply
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.CollectionTemplate
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.ShadowTemplate
- 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.
- setELContext(ELContext) - Method in class org.zkoss.zel.ELManager
- setELContext(ELContext) - Method in class org.zkoss.zel.LambdaExpression
- setEmptyMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the emptyMessage of the input of this component.
- setEmptyMessage(String) - Method in class org.zkoss.zul.Grid
-
Sets the message to display when there are no items
- setEmptyMessage(String) - Method in class org.zkoss.zul.Listbox
-
Sets the message to display when there are no items
- setEmptySearchMessage(String) - Method in class org.zkoss.zul.Combobox
-
Sets empty search message.
- setEnable(boolean) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Set the enabled status of barcode scanner, true is enable the scanner function, false is disable the scanner function.
- setEnclosingTag(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Sets the the name of the enclosing tag for this macro component.
- setEnclosingTag(String) - Method in class org.zkoss.zul.Include
-
Sets the the name of the enclosing tag
- setEncode(boolean) - Method in class org.zkoss.zhtml.Text
-
Sets whether to encode the text, such as converting < to <.
- setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Sets the class of the image encoder for the specified format.
- setEncodeURLPrefix(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the prefix used to encoding the URL.
- setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Sets whether to encode the alpha transparency.
- setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
- setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
- setEnctype(String) - Method in class org.zkoss.zhtml.Form
-
Sets the enctype of this form tag.
- setEnd(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the index of the item at which the iteration ends (inclusive).
- setEnd(int) - Method in class org.zkoss.zuti.zul.ForEach
- setEnd(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
- setEndValue(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the end value of this sliderbuttons.
- setEndValue(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Sets the end value of this sliderbuttons.
- setEndValueDirectly(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- setEngine(String) - Method in class org.zkoss.zul.Captcha
-
Sets the captcha engine by use of a class name.
- setEngine(String) - Method in class org.zkoss.zul.Chart
-
Sets the chart engine by use of a class name.
- setEngine(CaptchaEngine) - Method in class org.zkoss.zul.Captcha
-
Set the captcha engine.
- setEngine(ChartEngine) - Method in class org.zkoss.zul.Chart
-
Sets the chart engine.
- setEngine(TabboxEngine) - Method in class org.zkoss.zul.Tabbox
-
Sets the tabbox engine for
ListModel
- setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
- setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
- setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the epilog content.
- setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- setEpilogContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
- setError(boolean) - Method in class org.zkoss.zkmax.zul.Step
-
Sets whether this step is in error.
- setErrorAcceptance(double) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Sets the error acceptance (used in 1D barcode). 0 means no error allowed, 1 (100%) means no check.
- setErrorboxIconSclass(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the class name of the custom style to be applied to the errorbox icon of this component.
- setErrorboxSclass(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the class name of the custom style to be applied to the errorbox of this component.
- setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
- setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
- setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
-
Set the error event listener in effect for the transformation.
- setErrorMessage(String) - Method in class org.zkoss.zul.impl.InputElement
-
Associates an error message to this input.
- setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
- setEscapeXML(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to escape XML.
- setEventListener(EventListener<Messagebox.ClickEvent>) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets the event listener.
- setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the cache that stores the information about event handler methods.
- 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.
- setExclude(String) - Method in class org.zkoss.zul.Captcha
-
Set exclude characters that will not be generated.
- setExecution(Execution) - Method in class org.zkoss.bind.impl.ParamCall
- 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.
- setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets whether to expand entities during parsing.
- setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets whether to expand entities during parsing.
- setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
-
Sets the expected type.
- setExportName(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the export file name for the download if any, the full name will be exportName + "." + format.
- 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>) - Static method in class org.zkoss.xel.Expressions
-
Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.impl.PageImpl
- 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.
- setExtraLocator(Locator) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the extra locator.
- 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.
- setFgAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the foreground alpha (transparency, 0 ~ 255).
- setField(String, Object) - Method in interface org.zkoss.bind.FormLegacy
-
Deprecated.Sets the associated value of the specified field name.
- setField(String, Object) - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- 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.
- setFirstScale(int) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the scale of space occupied by the first area.
- setFixFrozenCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets to fix the frozen columns, if true, meaning the user cannot change the size of the frozen columns dynamically.
- setFloatable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to float the panel to display it inline where it is rendered.
- setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets focus to this element.
- setFocus(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets the focus.
- setFontColor(String) - Method in class org.zkoss.zul.Captcha
-
Set font color.
- setFontSize(int) - Method in class org.zkoss.zkmax.zul.Barcode
-
Sets the fontSize of barcode.
- setFor(String) - Method in class org.zkoss.zhtml.Label
-
Sets the for of this label tag.
- setFor(String) - Method in class org.zkoss.zhtml.Output
-
Sets the for of this output tag.
- setForm(String) - Method in class org.zkoss.zhtml.Button
-
Sets the form of this button tag.
- setForm(String) - Method in class org.zkoss.zhtml.Fieldset
-
Sets the form of this tag.
- setForm(String) - Method in class org.zkoss.zhtml.Input
-
Sets the form of this tag.
- setForm(String) - Method in class org.zkoss.zhtml.Meter
-
Sets the form of this meter tag.
- setForm(String) - Method in class org.zkoss.zhtml.Object
-
Sets the form of this tag.
- setForm(String) - Method in class org.zkoss.zhtml.Output
-
Sets the form of this output tag.
- setForm(String) - Method in class org.zkoss.zhtml.Select
-
Sets the form of this tag.
- setFormaction(String) - Method in class org.zkoss.zhtml.Button
-
Sets the formaction of this button tag.
- setFormaction(String) - Method in class org.zkoss.zhtml.Input
-
Sets the formaction of this tag.
- setFormat(String) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the date format.
- setFormat(String) - Method in class org.zkoss.zul.Datebox
-
Sets the date format.
- setFormat(String) - Method in class org.zkoss.zul.impl.FormatInputElement
-
Sets the format to the input component.
- setFormat(String) - Method in class org.zkoss.zul.Timebox
-
Sets the date format.
- setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
-
Sets the formatter used by
Messages.get(int, Object[], Locale)
. - setFormenctype(String) - Method in class org.zkoss.zhtml.Button
-
Set the formenctype of this button tag.
- setFormenctype(String) - Method in class org.zkoss.zhtml.Input
-
Set the formenctype of this tag.
- setFormmethod(String) - Method in class org.zkoss.zhtml.Button
-
Sets the formmethod of this tag.
- setFormmethod(String) - Method in class org.zkoss.zhtml.Input
-
Sets the formmethod of this tag.
- setFormnovalidate(String) - Method in class org.zkoss.zhtml.Button
-
Sets the formnovalidate of this tag.
- setFormnovalidate(String) - Method in class org.zkoss.zhtml.Input
-
Sets the formnovalidate of this tag.
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- setFormOwner(Object, FormBinding) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Sets the owner of this form with its binding.
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.MapProxy
- setFormtarget(String) - Method in class org.zkoss.zhtml.Button
-
Sets the formtarget of this tag.
- setFormtarget(String) - Method in class org.zkoss.zhtml.Input
-
Sets the formtarget of this tag.
- 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.
- setFrame(boolean) - Method in class org.zkoss.zul.Captcha
-
Sets whether generate border.
- setFrameBgAlpha(int) - Method in class org.zkoss.zul.DialModel
-
Set the background alpha of the dial frame (transparency, 0 ~ 255).
- setFrameBgColor(String) - Method in class org.zkoss.zul.DialModel
-
Set the background color of the dial frame.
- setFrameBgColor1(String) - Method in class org.zkoss.zul.DialModel
-
Set the 1st background color of the dial frame (for gradient starting color).
- setFrameBgColor2(String) - Method in class org.zkoss.zul.DialModel
-
Set the 2nd background color of the dial frame (for gradient ending color).
- setFrameFgColor(String) - Method in class org.zkoss.zul.DialModel
-
Set the foreground color of the dial frame.
- setFrontSpace(String) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the spacing with the previous lineitem.
- setFrozenCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the size of the frozen columns.
- 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
. - setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
-
Sets the function mapper, or null if not available.
- setGradientDirection(String) - Method in class org.zkoss.zul.DialModel
-
Set the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
- setGroupSelectable(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
- setGroupSelectable(boolean) - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
-
Sets the groups are selectable
- setGroupSelectable(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
- setGroupsRenderer(CheckedFunction3<Data, Integer, GroupingInfo, Row>) - Method in class org.zkoss.stateless.state.IGridController
-
Sets the groups renderer for
GroupsModel
- setGroupsRenderer(CheckedFunction3<Data, Integer, GroupingInfo, Row>) - Method in class org.zkoss.stateless.state.IListboxController
-
Sets the groups renderer for
GroupsModel
- setH(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the height of the crop area in pixel.
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.MapProxy
- setHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setHeader(String, String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setHeaders(String) - Method in class org.zkoss.zhtml.Td
-
Sets the headers of this td tag.
- setHeaders(String) - Method in class org.zkoss.zhtml.Th
-
Sets the headers of this th tag.
- setHeight(int) - Method in class org.zkoss.zul.Grid.ExtraCtrl
- setHeight(int) - Method in interface org.zkoss.zul.impl.Padding
-
Set the padding height in px.
- setHeight(int) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- setHeight(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the height.
- setHeight(String) - Method in class org.zkoss.zhtml.Canvas
-
Sets the height of this canvas tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the height of this embed tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the height of this iframe tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Img
-
Sets the height of this img tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Input
-
Sets the height of this input tag
- setHeight(String) - Method in class org.zkoss.zhtml.Object
-
Sets the height of this object tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Source
-
Sets the height of this tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Video
-
Sets the height of this video tag.
- setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the height.
- setHeight(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setHeight(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Not supported, use vflex instead.
- setHeight(String) - Method in class org.zkoss.zul.Auxheader
- setHeight(String) - Method in class org.zkoss.zul.Captcha
-
Override super class to prepare the int height.
- setHeight(String) - Method in class org.zkoss.zul.Center
- setHeight(String) - Method in class org.zkoss.zul.Chart
-
Override super class to prepare the int height.
- setHeight(String) - Method in class org.zkoss.zul.East
- setHeight(String) - Method in class org.zkoss.zul.Grid
- setHeight(String) - Method in class org.zkoss.zul.Listbox
- setHeight(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setHeight(String) - Method in class org.zkoss.zul.Textbox
- setHeight(String) - Method in class org.zkoss.zul.Tree
- setHeight(String) - Method in class org.zkoss.zul.West
- 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
- setHeights(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the heights, which is a list of numbers separated by comma to denote the width/height of two caves in splitlayout.
- setHflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets horizontal flex hint of this component.
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Drawer
- setHflex(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Deprecated.To control the size of Organigram related components, please refer to
Organigram
andOrgitem
instead. - setHflex(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Only the following values are supported: min, 0, and false
- setHflex(String) - Method in class org.zkoss.zul.Auxheader
- setHflex(String) - Method in class org.zkoss.zul.Captcha
-
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
- setHflex(String) - Method in class org.zkoss.zul.Chart
-
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
- setHflex(String) - Method in class org.zkoss.zul.Columns
- setHflex(String) - Method in class org.zkoss.zul.Foot
- setHflex(String) - Method in class org.zkoss.zul.Listcell
-
Deprecated.as of release 6.0.0. To control the hflex of Listcell, please use
HtmlBasedComponent.setHflex(String)
instead. - setHflex(String) - Method in class org.zkoss.zul.Listfoot
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setHflex(String) - Method in class org.zkoss.zul.Listhead
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setHflex(String) - Method in class org.zkoss.zul.Listitem
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setHflex(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setHflex(String) - Method in class org.zkoss.zul.Progressmeter
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setHflex(String) - Method in class org.zkoss.zul.Row
- setHflex(String) - Method in class org.zkoss.zul.Rows
- setHflex(String) - Method in class org.zkoss.zul.Treecell
-
Deprecated.as of release 6.0.0. To control the hflex of Treecell, please use
HtmlBasedComponent.setHflex(String)
instead. - setHflex(String) - Method in class org.zkoss.zul.Treechildren
- setHflex(String) - Method in class org.zkoss.zul.Treecols
- setHflex(String) - Method in class org.zkoss.zul.Treefoot
- setHflex(String) - Method in class org.zkoss.zul.Treeitem
- setHflex(String) - Method in class org.zkoss.zul.Treerow
- 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
- setHflexDirectly(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- setHibernate(boolean) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets whether enable the hibernate data source.
- setHidden(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the hidden of this tag.
- setHigh(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the high of this meter tag.
- setHover(String) - Method in class org.zkoss.zul.Image
-
Sets the image URI.
- setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly with the rendered image.
- setHoverContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly.
- setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the image URI.
- setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly with the rendered image.
- setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly.
- setHref(String) - Method in class org.zkoss.zhtml.A
-
Sets the href of this a tag.
- setHref(String) - Method in class org.zkoss.zhtml.Area
-
Sets the href of this area tag.
- setHref(String) - Method in class org.zkoss.zhtml.Base
-
Sets the href of this base tag.
- setHref(String) - Method in class org.zkoss.zhtml.Link
-
Sets the href of this link tag.
- setHref(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.A
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.Button
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the href.
- setHreflang(String) - Method in class org.zkoss.zhtml.A
-
Sets the hreflang of this a tag.
- setHreflang(String) - Method in class org.zkoss.zhtml.Link
-
Sets the hreflang of this link tag.
- setHspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the hspace.
- setHttpequiv(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the http-equiv of this meta tag.
- setIconSclass(String) - Method in class org.zkoss.zkmax.zul.Step
-
Sets the icon font
- setIconSclass(String) - Method in class org.zkoss.zul.Bandbox
-
Sets the iconSclass name of this Bandbox.
- setIconSclass(String) - Method in class org.zkoss.zul.Combobox
-
Sets the iconSclass name of this Combobox.
- setIconSclass(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the icon font, if iconSclasses is set, iconSclass will be ignored, iconSclasses will take precedence over iconSclass
- setIconSclass(String) - Method in class org.zkoss.zul.Rating
-
Sets the iconSclass name of this rating.
- setIconSclasses(String[]) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets multiple icons font, if iconSclasses is set, iconSclass will be ignored, iconSclasses will take precedence over iconSclass
- setIconTooltip(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the iconTooltip, if iconTooltips is set, iconTooltip will be ignored, iconTooltips will take precedence over iconTooltip
- setIconTooltips(String[]) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets multiple iconTooltips, if iconTooltips is set, iconTooltip will be ignored, iconTooltips will take precedence over iconTooltip
- setId(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setId(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the id attribute.
- setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- setId(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the ID.
- setId(String) - Method in class org.zkoss.zk.ui.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.
- setId(String) - Method in class org.zkoss.zml.XmlNativeComponent
- setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
- setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
- setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
- setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
- setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the ID generator for this Web application.
- setIdGeneratorClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to generate UUID/ID of desktop, page and components, or null to use the default.
- setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets the iDOM factory.
- setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets the iDOM factory.
- setIf(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Sets the if condition.
- setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the if condition.
- setIgnoreAccessCreationWarn(boolean) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- setIgnoreAnnotNamespace(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Sets whether to ignore annotation namespace.
- setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies that the parser produced by this code will ignore comments.
- setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies that the parser produced by this code will ignore comments.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets whether the parser should eliminate whitespace in element content.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets whether the parser should eliminate whitespace in element content.
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstString
- setImage(String) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- setImage(String) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets the image of the
Orgnode
it contains. - setImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the image URI.
- setImage(String) - Method in class org.zkoss.zul.Listitem
-
Sets the image of the
Listcell
it contains. - setImage(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the image of the
Treecell
it contains. - setImage(String) - Method in class org.zkoss.zul.Treerow
-
Sets the image of the
Treecell
it contains. - setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly with the rendered image.
- setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly.
- setImagesizes(String) - Method in class org.zkoss.zhtml.Link
-
Sets the imagesizes of this tag.
- setImagesrcset(String) - Method in class org.zkoss.zhtml.Link
-
Sets the imagesrcset of this tag.
- 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(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the class name to implements the component.
- setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- setImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Sets an implicit object.
- setIndeterminate(boolean) - Method in class org.zkoss.zul.Checkbox
-
Set whether checkbox is in indeterminate state.
- setIndeterminate(boolean) - Method in class org.zkoss.zul.Progressmeter
-
Sets the indeterminate state of the progress meter.
- setIndex(int) - Method in interface org.zkoss.zul.impl.LoadStatus
-
Sets the index of the loaded item (so client known row's index).
- setIndex(int) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
- setIndex(int) - Method in class org.zkoss.zul.Listitem
- setIndex(int) - Method in class org.zkoss.zul.Row.ExtraCtrl
- 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
- setInitParameter(String, String) - Method in class org.zkoss.web.portlet.PortletServletContext
- 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
- setInlineParent(Component, Component) - Method in class org.zkoss.zml.XmlMacroComponent
- setInnerRadius(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
- setInnerWidth(String) - Method in class org.zkoss.zul.Grid
-
Sets the inner width of this component.
- setInnerWidth(String) - Method in class org.zkoss.zul.Listbox
-
Sets the inner width of this component.
- setInnerWidth(String) - Method in class org.zkoss.zul.Tree
-
Sets the inner width of this component.
- setInplace(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Set whether to display Chosenbox's selection as a comma separate label, under inplace="true", when user clicks the label, it turns into a chosenbox.
- setInplace(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets to enable the inplace-editing function that the look and feel is like a label.
- setInputAttributes(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets some additional attributes to the input html tag in the component.
- setInputAttributes(Map<String, String>) - Method in class org.zkoss.zul.impl.InputElement
-
Sets some additional attributes to the input html tag in the component.
- setInputmode(String) - Method in class org.zkoss.zhtml.Input
-
Sets the inputmode of this input tag
- setInsertedText(String) - Method in class org.zkoss.zul.impl.InputElement
-
Inserts the text at the current cursor position.
- setInstant(boolean) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets whether to send back onChange event as soon as possible while the user is resizing the selected area.
- setInstant(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the instant attribute.
- setInstantSelect(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets the instantSelect attribute.
- setIntegrity(String) - Method in class org.zkoss.zhtml.Link
-
Sets the integrity of this tag.
- setIntegrity(String) - Method in class org.zkoss.zhtml.Script
-
Sets the integrity of this tag.
- setInternalSubset(String) - Method in class org.zkoss.idom.DocType
-
Sets the data for the internal subset.
- setInterval(int) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
Set the scan interval of barcode scanner, it works only when the continuous is true.
- setInterval(int) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the interval time used to generate the options in Timepicker
- setIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setIntHeader(String, int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setInvalid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- setInvalid() - Method in interface org.zkoss.bind.ValidationContext
-
set invalid
- setInvalidateThreshold(int) - Method in class org.zkoss.stateless.state.IComboboxController
-
Sets the threshold number of changed items of a model to invalidate a widget's DOM elements
- setIsmap(boolean) - Method in class org.zkoss.zhtml.Img
-
Sets the ismap of this img tag.
- setItem(String, T) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Sets a data value with a given key
- setItemConverter(String) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the converter by use of a class name.
- setItemConverter(String) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the converter by use of a class name.
- setItemConverter(Converter<Collection<Data>, String>) - Method in class org.zkoss.stateless.state.ICascaderController
-
Sets the converter that generates the label text shown in the cascader from selected items.
- setItemConverter(Converter<Collection<Data>, String>) - Method in class org.zkoss.stateless.state.ISearchboxController
-
Sets the converter that generates the label text shown in the searchbox from selected items.
- setItemConverter(Converter<Collection<E>, String>) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the converter that generates the label text shown in the cascader from selected items.
- setItemConverter(Converter<Collection<E>, String>) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the converter that generates the label text shown in the searchbox from selected items.
- setItemHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item height of
Fisheye
. - setItemMaxHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item maximal height of
Fisheye
. - setItemMaxWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item maximal width of
Fisheye
. - setItemPadding(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item padding of
Fisheye
. - setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Organigram
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Combobox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Selectbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Tree
-
Sets the renderer by use of a class name.
- setItemRenderer(LineitemRenderer<?>) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the renderer which is used to render each item if
Linelayout.getModel()
is not null. - setItemRenderer(OrgitemRenderer<?>) - Method in class org.zkoss.zkmax.zul.Organigram
-
Sets the renderer which is used to render each item if
Organigram.getModel()
is not null. - setItemRenderer(ComboitemRenderer<?>) - Method in class org.zkoss.zul.Combobox
-
Sets the renderer which is used to render each row if
Combobox.getModel()
is not null. - setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the renderer which is used to render each item if
Chosenbox.getModel()
is not null. - setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zul.Selectbox
-
Sets the renderer which is used to render each item if
Selectbox.getModel()
is not null. - setItemRenderer(ItemRenderer<E>) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the renderer which is used to render each item if
Cascader.getModel()
is not null. - setItemRenderer(ItemRenderer<E>) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the renderer which is used to render each item if
Searchbox.getModel()
is not null. - setItemRenderer(ListitemRenderer<?>) - Method in class org.zkoss.zul.Listbox
-
Sets the renderer which is used to render each item if
Listbox.getModel()
is not null. - setItemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
-
Sets the renderer which is used to render each item if
Tree.getModel()
is not null. - setItems(Object) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the attribute items.
- setItems(Object) - Method in class org.zkoss.zuti.zul.ForEach
- setItemWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item width of
Fisheye
. - setJasperreporteExporterFactory(String) - Method in class org.zkoss.zkex.zul.Jasperreport
- setJasperreporteExporterFactory(JasperreportExporterFactory) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Set the factory to use your own exporter, reference to
JasperreportExporterFactory
- setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies whether to keep the desktops across visits.
- setKind(String) - Method in class org.zkoss.zhtml.Track
-
Sets the kind of this track tag.
- setKind(String) - Method in class org.zkoss.zul.Track
-
Set what kind of track it is.
- setLabel(String) - Method in class org.zkoss.zhtml.Menu
-
Sets the label of this menu tag.
- setLabel(String) - Method in class org.zkoss.zhtml.Optgroup
-
Sets the label of this optgroup tag.
- setLabel(String) - Method in class org.zkoss.zhtml.Option
-
Sets the label of this option tag.
- setLabel(String) - Method in class org.zkoss.zhtml.Track
-
Sets the label of this track tag.
- setLabel(String) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets the label of the
Orgnode
it contains. - setLabel(String) - Method in class org.zkoss.zul.Comboitem
- setLabel(String) - Method in class org.zkoss.zul.Group
-
Sets the value of the
Label
it contains. - setLabel(String) - Method in class org.zkoss.zul.Groupfoot
-
Sets the value of the
Label
it contains. - setLabel(String) - Method in class org.zkoss.zul.impl.LabelElement
-
Sets the label.
- setLabel(String) - Method in class org.zkoss.zul.Listgroupfoot
-
Sets the value of the
Label
it contains. - setLabel(String) - Method in class org.zkoss.zul.Listitem
-
Sets the label of the
Listcell
it contains. - setLabel(String) - Method in class org.zkoss.zul.Track
-
Sets a readable description of this track.
- setLabel(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the label of the
Treecell
it contains. - setLabel(String) - Method in class org.zkoss.zul.Treerow
-
Sets the label of the first
Treecell
it contains. - setLabelEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the label edge.
- setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the component and attribute names used to represent a label.
- setLang(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the lang of this tag.
- 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.
- setLastScale(int) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the scale of space occupied by the last area.
- 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
- setLegendFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the legend font of this chart.
- setLength(int) - Method in class org.zkoss.zul.Captcha
-
Set length of the autogenerated text value; default to 5.
- setLengthLimit(int) - Method in class org.zkoss.zkmax.zul.Camera
-
Set the maximum record length limit, unit is "seconds".
- setLenient(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether date/time parsing is to be lenient or not.
- setLifetime(int) - Method in interface org.zkoss.util.Cache
-
Sets the minimal lifetime.
- setLifetime(int) - Method in class org.zkoss.util.CacheMap
-
Sets the minimal lifetime.
- setLifetime(int) - Method in class org.zkoss.util.EmptyCacheMap
- setLifetime(int) - Method in class org.zkoss.util.FastReadCache
- setLifetime(int) - Method in class org.zkoss.util.MultiCache
- setLinear(boolean) - Method in class org.zkoss.zkmax.zul.Stepbar
-
Sets whether the steps in this stepbar are displayed by order.
- setLineitemRenderer(LineitemRenderer) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the renderer which is used to render each item if
Linelayout.getModel()
is not null. - setLineStyle(String) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the CSS style for the line.
- setList(String) - Method in class org.zkoss.zhtml.Input
-
Sets the list of this input tag
- setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- setLoadAll(boolean) - Method in interface org.zkoss.zul.impl.DataLoader
-
Sets whether to always load all items from ListModel.
- setLoadAll(boolean) - Method in class org.zkoss.zul.impl.GridDataLoader
- setLoadAll(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
- setLoaded(boolean) - Method in interface org.zkoss.zul.impl.LoadStatus
-
Sets whether the on-demand-loading item is loaded.
- setLoaded(boolean) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
- setLoaded(boolean) - Method in class org.zkoss.zul.Row.ExtraCtrl
- setLoading(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the loading of this tag.
- setLoading(String) - Method in class org.zkoss.zhtml.Img
-
Sets the loading of this tag.
- setLocale(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the locale used to identify the format of this component.
- setLocale(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the locale used to identify the symbols of this number input element.
- setLocale(Locale) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setLocale(Locale) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setLocale(Locale) - Method in class org.zkoss.zel.ELContext
- setLocale(Locale) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- setLocale(Locale) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file locale.
- setLocale(Locale) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setLocale(Locale) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the locale used to identify the format of this component.
- setLocale(Locale) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the locale used to identify the symbols of this number input element.
- setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
-
Sets the info of date/time format for the current thread.
- setLocalized(boolean) - Method in class org.zkoss.zul.Include
-
Sets whether the source depends on the current Locale.
- setLocalName(String) - Method in class org.zkoss.idom.Attribute
-
Sets the local name of this attribute.
- setLocalName(String) - Method in class org.zkoss.idom.Element
- setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the local name of this item.
- setLocalName(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
- 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.
- setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
- setLocator(Locator) - Method in interface org.zkoss.idom.Item
-
Sets the locator of this item.
- setLoop(boolean) - Method in class org.zkoss.zhtml.Audio
-
Sets the loop of this audio tag.
- setLoop(boolean) - Method in class org.zkoss.zhtml.Video
-
Sets the loop of this video tag.
- setLoop(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether to play the video repeatedly.
- setLoop(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to play the audio repeatedly.
- setLow(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the low of this meter tag.
- setLowerBound(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the lower bound in scale of this colored range.
- 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
- setMacroURI(String) - Method in class org.zkoss.zml.XmlMacroComponent
- setMappingURI(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Called by WebManager#setUpdateUri when WebManager is created by HttpSessionListener#contextInitialized
- setMargins(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
- setMarks(Map<Integer, String>) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the marks information map for displaying value marks.
- setMarkScale(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the mark scale for displaying value marks.
- setMask(boolean) - Method in class org.zkoss.zkmax.zul.Drawer
-
Sets whether it is masked when opened.
- setMaster(StateMachine<E, C, IN>) - Method in class org.zkoss.fsm.StateCtx
-
Sets the owner state machine.
- setMatrixRenderer(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix renderer from a class string.
- setMatrixRenderer(MatrixRenderer<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix renderer.
- setMax(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the maximum value of the rangeslider.
- setMax(int) - Method in class org.zkoss.zkmax.zul.Multislider
-
Sets the maximum value of the multislider.
- setMax(int) - Method in class org.zkoss.zul.Rating
-
Sets the max rate of this rating component.
- setMax(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Set the maximum value.
- setMax(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the max of this meter tag.
- setMax(Integer) - Method in class org.zkoss.zhtml.Progress
-
Sets the max of this progress tag.
- setMax(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Set the maximum value.
- setMax(String) - Method in class org.zkoss.zhtml.Input
-
Sets the max of this input tag
- setMax(Date) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the maximum time used to generate the options in Timepicker
- setMaxFileCount(int) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the maximum number of files user can upload at once, when number of upload files exceed the maxFileCount, nothing will be uploaded and onMaxFileCountExceed event will be triggered, developer can listen to onMaxFileCountExceed and get the number of upload files by calling
Event.getData()
- setMaxHeight(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the maximum height of the selected crop area.
- setMaximalHeight(boolean) - Method in class org.zkoss.zul.Tabbox
-
Sets whether to use maximum height of all tabpanel in initial phase.
- setMaximizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.
- setMaximizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to display the maximizing button and allow the user to maximize the window, when a window is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the window to its previous size.
- setMaximized(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is maximized, and then the size of the panel will depend on it to show an appropriate size.
- setMaximized(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is maximized, and then the size of the window will depend on it to show a appropriate size.
- setMaximizedMode(String) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the mode of the panel to maximize according to "whole" or "column".
- setMaxInactiveInterval(int) - Method in class org.zkoss.web.portlet.PortletHttpSession
- setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
- setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxInLocalTime(LocalTime) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the maximum time used to generate the options in Timepicker
- setMaxlength(int) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets the maxlength to output.
- setMaxlength(int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the maxlength.
- setMaxlength(int) - Method in class org.zkoss.zul.Label
-
Sets the maximal length of the label.
- setMaxlength(int) - Method in class org.zkoss.zul.Listbox
-
Sets the maximal length of each item's label.
- setMaxlength(int) - Method in class org.zkoss.zul.Listheader
-
Sets the maximal length of each item's label.
- setMaxlength(int) - Method in class org.zkoss.zul.Treecol
-
Sets the maximal length of each item's label.
- setMaxlength(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the maxlength of this input tag
- setMaxpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the maximum position of the slider.
- setMaxpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the maximum position of the slider.
- setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed time to process events, in milliseconds.
- setMaxsize(int) - Method in class org.zkoss.zkmax.zul.Camera
-
Set the max size of upload video and snapshot, unit is "KB".
- setMaxsize(int) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the max size of upload file, unit is "KB".
- setMaxsize(int) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the maxsize.
- setMaxsize(int) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the maximum size of the resizing element.
- setMaxSize(int) - Method in interface org.zkoss.util.Cache
-
Sets the maximal allowed size.
- setMaxSize(int) - Method in class org.zkoss.util.CacheMap
-
Sets the maximal allowed size.
- setMaxSize(int) - Method in class org.zkoss.util.EmptyCacheMap
- setMaxSize(int) - Method in class org.zkoss.util.FastReadCache
- setMaxSize(int) - Method in class org.zkoss.util.MultiCache
- 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.
- setMaxWidth(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the maximum width of the selected crop area.
- setMedia(String) - Method in class org.zkoss.zhtml.A
-
Sets the media of this a tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Area
-
Sets the media of this area tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Link
-
Sets the media of this link tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Source
-
Sets the media of this source tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Style
-
Sets the media of this style tag.
- setMedia(String) - Method in class org.zkoss.zul.Style
-
Sets the media dependencies for this style sheet.
- setMenupopup(String) - Method in class org.zkoss.zul.Columns
-
Sets the ID of the menupopup (
Menupopup
) that should appear when the user clicks on the element of each column. - setMenupopup(String) - Method in class org.zkoss.zul.Listhead
-
Sets the ID of the menupopup (
Menupopup
) that should appear when the user clicks on the element of each column. - setMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- setMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- setMessages(Component, String, String, String[]) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- setMessages(Component, String, String, String[], Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- setMessages(Component, String, String, String[], Object) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- setMessages(Component, String, String, String[], Object) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- setMethod(String) - Method in class org.zkoss.zhtml.Form
-
Sets the method of this form tag.
- setMin(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the minimum value of the rangeslider.
- setMin(int) - Method in class org.zkoss.zkmax.zul.Multislider
-
Sets the minimum value of the multislider.
- setMin(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Set the minimum value.
- setMin(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the min of this meter tag.
- setMin(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Set the minimum value.
- setMin(String) - Method in class org.zkoss.zhtml.Input
-
Sets the min of this input tag
- setMin(Date) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the minimum time used to generate the options in Timepicker
- setMinheight(int) - Method in class org.zkoss.zul.Panel
-
Sets the minimum height in pixels allowed for this panel.
- setMinheight(int) - Method in class org.zkoss.zul.Window
-
Sets the minimum height in pixels allowed for this window.
- setMinHeight(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the minimum height of the selected crop area.
- setMinHeights(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the minimum heights, which is a list of numbers separated by comma to denote the minimum heights of two caves in splitlayout.
- setMinimizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to display the minimizing button and allow the user to minimize the panel.
- setMinimizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to display the minimizing button and allow the user to minimize the window.
- setMinimized(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is minimized.
- setMinimized(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is minimized.
- setMinInLocalTime(LocalTime) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the minimum time used to generate the options in Timepicker
- setMinlength(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the minlength of this tag.
- setMinpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the minimum position of the slider.
- setMinpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the minimum position of the slider.
- setMinsize(int) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the minsize.
- setMinsize(int) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the minimum size of the resizing element.
- setMinwidth(int) - Method in class org.zkoss.zul.Panel
-
Sets the minimum width in pixels allowed for this panel.
- setMinwidth(int) - Method in class org.zkoss.zul.Window
-
Sets the minimum width in pixels allowed for this window.
- setMinWidth(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the minimum width of the selected crop area.
- setMinWidths(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the minimum widths, which is a list of numbers separated by comma to denote the minimum width of two caves in splitlayout.
- setMode(int) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- setMode(String) - Method in class org.zkoss.zul.Include
-
Sets the inclusion mode.
- setMode(String) - Method in class org.zkoss.zul.Slider
-
Sets the mode.
- setMode(String) - Method in class org.zkoss.zul.Toolbarbutton
-
Set the mode of toolbarbutton.
- setMode(String) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- setMode(Window.Mode) - Method in class org.zkoss.zul.Window
-
Sets the mode.
- setModel(String) - Method in class org.zkoss.zul.Chart
-
Sets the model by use of a class name.
- setModel(Model) - Method in interface org.zkoss.stateless.state.ItemController
-
Sets the given model to this controller.
- setModel(MatrixModel<?, ?, ?, ?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix model.
- setModel(MatrixModel<Row, Head, Cell, Header>) - Method in class org.zkoss.stateless.state.IBiglistboxController
- setModel(StepModel<?>) - Method in class org.zkoss.zkmax.zul.Stepbar
-
Sets the step model associated with this stepbar.
- setModel(StepModel<Data>) - Method in class org.zkoss.stateless.state.IStepbarController
- setModel(ChartModel) - Method in class org.zkoss.zul.Chart
-
Sets the chart model associated with this chart.
- setModel(DefaultTreeModel<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- setModel(DefaultTreeModel<E>) - Method in interface org.zkoss.zul.TreeNode
-
Sets the tree model it belongs to.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.stateless.state.IGridController
-
Sets the groups model for this controller to render.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.stateless.state.IListboxController
-
Sets the groups model for this controller to render.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Grid
-
Sets the groups model associated with this grid.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Listbox
-
Sets the groups model associated with this list box.
- setModel(ListModel) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Accept model to render iteratively.
- setModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the list model associated with this chosenbox.
- setModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the list model associated with this linelayout.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Combobox
-
Sets the list model associated with this combobox.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Grid
-
Sets the list model associated with this grid.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Listbox
-
Sets the list model associated with this listbox.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Radiogroup
-
Sets the list model associated with this radiogroup.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Selectbox
-
Sets the list model associated with this selectbox.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Tabbox
-
Sets the list model associated with this t.
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.IChosenboxController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.IComboboxController
-
Sets the list model associated with this combobox.
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.IGridController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.ILinelayoutController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.IListboxController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.IRadiogroupController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.ISearchboxController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.ISelectboxController
- setModel(ListModel<Data>) - Method in class org.zkoss.stateless.state.ITabboxController
- setModel(ListModel<E>) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the list model associated with this searchbox.
- setModel(TreeModel) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the tree model associated with this cascader.
- setModel(TreeModel<?>) - Method in class org.zkoss.zkmax.zul.Organigram
-
Sets the tree model associated with this Organigram.
- setModel(TreeModel<?>) - Method in class org.zkoss.zul.Tree
-
Sets the tree model associated with this tree.
- setModel(TreeModel<Data>) - Method in class org.zkoss.stateless.state.ICascaderController
- setModel(TreeModel<Data>) - Method in class org.zkoss.stateless.state.IOrganigramController
- setModel(TreeModel<Data>) - Method in class org.zkoss.stateless.state.ITreeController
- setMold(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
- setMold(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Checkbox
- setMold(String) - Method in class org.zkoss.zul.Grid
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Listbox
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Slider
-
Sets the mold.
- setMold(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the mold.
- setMold(String) - Method in class org.zkoss.zul.Tree
-
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.
- setMovable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to move the panel to display it inline where it is rendered.
- setMultiline(boolean) - Method in class org.zkoss.zul.Bandbox
-
Bandbox can't be enabled the multiline functionality.
- setMultiline(boolean) - Method in class org.zkoss.zul.Combobox
- setMultiline(boolean) - Method in class org.zkoss.zul.Label
-
Sets whether to preserve the new line and the white spaces at the beginning of each line.
- setMultiline(boolean) - Method in class org.zkoss.zul.Textbox
-
Sets whether it is multiline.
- setMultiple(boolean) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setMultiple(boolean) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setMultiple(boolean) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setMultiple(boolean) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setMultiple(boolean) - Method in class org.zkoss.stateless.state.ISearchboxController
-
Sets whether multiple selections are allowed.
- setMultiple(boolean) - Method in class org.zkoss.stateless.state.ISelectboxController
-
Sets whether multiple selections are allowed.
- setMultiple(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the multiple of this input tag
- setMultiple(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the multiple of this select tag
- setMultiple(boolean) - Method in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
- setMultiple(boolean) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets whether multiple selections are allowed.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractListModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractTreeModel
- setMultiple(boolean) - Method in interface org.zkoss.zul.ext.Selectable
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether multiple selections are allowed.
- setMultiple(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether multiple selections are allowed.
- setMuted(boolean) - Method in class org.zkoss.zhtml.Audio
-
Sets the muted of this audio tag.
- setMuted(boolean) - Method in class org.zkoss.zhtml.Video
-
Sets the muted of this video tag.
- setMuted(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether to mute the video.
- setMuted(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to mute the audio.
- setName(String) - Method in class org.zkoss.idom.Attribute
- setName(String) - Method in class org.zkoss.idom.DocType
- setName(String) - Method in class org.zkoss.idom.Element
-
Sets the tag name of the element.
- setName(String) - Method in class org.zkoss.idom.EntityReference
- setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
- setName(String) - Method in interface org.zkoss.idom.Item
-
Sets the name of the item.
- setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
- setName(String) - Method in class org.zkoss.web.theme.Theme
-
Rename the theme
- setName(String) - Method in class org.zkoss.zhtml.Button
-
Sets the name of this button tag.
- setName(String) - Method in class org.zkoss.zhtml.Fieldset
-
Sets the name of this fieldset tag.
- setName(String) - Method in class org.zkoss.zhtml.Form
-
Sets the name of this form tag.
- setName(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the name of this iframe tag.
- setName(String) - Method in class org.zkoss.zhtml.Input
-
Sets the name of this input tag
- setName(String) - Method in class org.zkoss.zhtml.Map
-
Sets the name of this map tag.
- setName(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the name of this meta tag.
- setName(String) - Method in class org.zkoss.zhtml.Object
-
Sets the name of this object tag.
- setName(String) - Method in class org.zkoss.zhtml.Output
-
Sets the name of this output tag.
- setName(String) - Method in class org.zkoss.zhtml.Select
-
Sets the name of this select tag.
- setName(String) - Method in class org.zkoss.zhtml.Slot
-
Sets the name of this tag.
- 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
- setName(String) - Method in class org.zkoss.zkmax.zul.Anchornav
-
Sets the name.
- setName(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the name of the input element of this component.
- setName(String) - Method in class org.zkoss.zul.Calendar
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Checkbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Iframe
-
Sets the frame name.
- setName(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Listbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the name of this group of radio buttons.
- setName(String) - Method in class org.zkoss.zul.Selectbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Slider
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Tree
-
Sets the name of this component.
- setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
- setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
- setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
- setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace.
- setNamespace(String, String) - Method in class org.zkoss.idom.Element
-
Sets the namespace.
- setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace.
- setNamespace(Namespace) - Method in class org.zkoss.idom.Element
-
Sets the namespace.
- setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the namespace.
- setNative(boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the setting that treat the upload file as binary or not.
- setNativeTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the native template.
- setNbsp(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to generate if the content is empty.
- setNcols(int) - Method in class org.zkoss.zkmax.zul.Rowlayout
- setNeedleColor(String) - Method in class org.zkoss.zul.DialModelScale
-
Set the needle color.
- setNeedleRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
- setNeedleType(String) - Method in class org.zkoss.zul.DialModelScale
-
Sets the needle type of this scale ("pointer" or "pin")
- setNext(String) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Sets next coachmark id.
- setNext(ICoachmarkController) - Method in class org.zkoss.stateless.state.ICoachmarkController
-
Sets next coachmark.
- setNext(Coachmark) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Sets next coachmark.
- setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
- setNoise(boolean) - Method in class org.zkoss.zul.Captcha
-
Sets whether generate noise; default to false.
- setNomodule(Boolean) - Method in class org.zkoss.zhtml.Script
-
Sets the nomodule of this tag.
- setNonce(String) - Method in class org.zkoss.zhtml.Script
-
Sets the nonce of this tag.
- setNonselectableTags(String) - Method in class org.zkoss.zul.Listbox
-
Sets a list of HTML tag names that shall not cause the list item being selected if they are clicked.
- setNonselectableTags(String) - Method in class org.zkoss.zul.Tree
-
Sets a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
- setNoResultsText(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the no-result text of this component.
- setNovalidate(boolean) - Method in class org.zkoss.zhtml.Form
-
Sets the novalidate of this form tag.
- setNowrap(boolean) - Method in class org.zkoss.zul.Row
-
Sets the nowrap.
- setOddRowSclass(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the style class for the odd rows.
- setOddRowSclass(String) - Method in class org.zkoss.zul.Grid
-
Sets the style class for the odd rows.
- setOddRowSclass(String) - Method in class org.zkoss.zul.Listbox
-
Sets the style class for the odd rows.
- setOffset(int) - Method in class org.zkoss.zkmax.zul.Rowchildren
- setOnclick(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the onclick.
- setOnDataChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
- setOnDirtyChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
- setOpen(boolean) - Method in class org.zkoss.zhtml.Details
-
Sets the open of this details tag.
- setOpen(boolean) - Method in class org.zkoss.zhtml.Dialog
-
Sets the open of this dialog tag.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Cascader
-
Drops down or closes the list of items.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Nav
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Drops down or closes the list of items.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Bandbox
-
Sets to display dropdown or close the child.
- setOpen(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be closed.
- setOpen(boolean) - Method in class org.zkoss.zul.Combobox
-
Drops down or closes the list of combo items (
Comboitem
. - setOpen(boolean) - Method in class org.zkoss.zul.Combobutton
-
Drops down or closes the child, only works while visible.
- setOpen(boolean) - Method in class org.zkoss.zul.Datebox
-
Drops down or closes the calendar to select a date.
- setOpen(boolean) - Method in class org.zkoss.zul.Detail
-
Sets whether the detail is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Group
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Groupbox
-
Opens or closes this groupbox.
- setOpen(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Listgroup
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Panel
-
Opens or closes this Panel.
- setOpen(boolean) - Method in class org.zkoss.zul.Splitter
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether this container is open.
- setOpenGroup0(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
- setOpenObjects(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
- setOpenObjects(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Openable
-
Replace the current set of opened objects with the given set.
- setOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.Attribute
- setOpposite(boolean) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets whether the first child is displayed in the first area(left/top).
- setOptimum(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the optimum of this meter tag.
- setOptionalContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Sets the optional content type.
- setOrient(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the orientation of
Fisheye
. - setOrient(String) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Default : "horizontal"
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
-
Sets the initial dividing orientation.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Linelayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Scrollview
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Box
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Button
-
Sets the orient to layout image.
- setOrient(String) - Method in class org.zkoss.zul.Chart
-
Set the chart orientation.
- setOrient(String) - Method in class org.zkoss.zul.Inputgroup
-
Sets the orientation.
- setOrient(String) - Method in class org.zkoss.zul.Menubar
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Rating
-
Sets the orientation of this rating component.
- setOrient(String) - Method in class org.zkoss.zul.Separator
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Slider
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Toolbar
-
Sets the orient.
- setOut(Writer) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Changes the writer of this context to the specified one.
- setOut(Writer) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
- setOuterRadius(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
- setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
-
Set the output properties for the transformation.
- setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
-
Set an output property that will be in effect for the transformation.
- setOverflowPopup(boolean) - Method in class org.zkoss.zul.Toolbar
-
Set whether toolbar has a button that shows a popup which contains those content weren't able to fit in the toolbar.
- setOverflowPopupIconSclass(String) - Method in class org.zkoss.zul.Toolbar
-
When
Toolbar.isOverflowPopup()
is true, toolbar has a button that shows a popup users can customize the overflow popup icon. - setOwner(Item) - Method in class org.zkoss.idom.Attribute
-
Sets the item that owns this attribute.
- setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
- setOwner(Component) - Method in 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.
- setPack(String) - Method in class org.zkoss.zul.Box
-
Sets the alignment of cells of this box (start, center, end) plus an stretch option.
- setPackages(String) - Method in class org.zkoss.zul.Script
-
Sets the list of packages to load before evaluating the script defined in
Script.getContent()
. - setPage(String) - Method in class org.zkoss.web.servlet.dsp.action.Include
-
Sets the page (URI).
- setPage(Page) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
- setPage(Page) - Method in interface org.zkoss.zk.ui.Component
-
Sets what page this component belongs to.
- setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Changes the page.
- setPage(Page) - Method in class org.zkoss.zml.XmlMacroComponent
-
Changes the page.
- setPageBefore(Page, Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.
- setPageClassResolver(ImportHandler.PageClassResolver) - Method in class org.zkoss.zel.ImportHandler
- setPageIncrement(double) - Method in class org.zkoss.zul.Slider
-
Sets the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked. - setPageIncrement(int) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets the number of page anchors shall appear at the client.
- setPageIncrement(int) - Method in class org.zkoss.zul.Paging
-
Sets the number of page list icon when mold is "os"
- setPageIncrement(int) - Method in class org.zkoss.zul.Slider
-
Sets the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked. - setPageSize(int) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setPageSize(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setPageSize(int) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setPageSize(int) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setPageSize(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the number of items per page.
- setPageSize(int) - Method in class org.zkoss.zul.AbstractListModel
- setPageSize(int) - Method in class org.zkoss.zul.AbstractTreeModel
- setPageSize(int) - Method in interface org.zkoss.zul.ext.Pageable
-
Sets the number of items per page.
- setPageSize(int) - Method in class org.zkoss.zul.Grid
- setPageSize(int) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets the page size, a.k.a., the number rows per page.
- setPageSize(int) - Method in class org.zkoss.zul.Listbox
- setPageSize(int) - Method in class org.zkoss.zul.Paging
-
Sets the items to show in each page
- setPageSize(int) - Method in class org.zkoss.zul.Tree
-
Sets the page size, a.k.a., the number items per page.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Grid
-
Specifies the paging controller.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Listbox
-
Specifies the paging controller.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Tree
- setPagingDisabled(boolean) - Method in interface org.zkoss.zul.ext.Paginated
-
Sets whether the Paging component of this component is disabled.
- setPagingDisabled(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether to disable the Paging component of this component
- setPagingPosition(String) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets how to position the paging of mesh element at the client screen.
- setPaneAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the pane alpha (transparency, 0 ~ 255).
- setPaneColor(String) - Method in class org.zkoss.zul.Chart
-
Set the pane color of the chart.
- setPanel(Panel, int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the specified panel via the position(col and row).
- setPanelSpacing(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the spacing between
Tabpanel
. - setParameters(Map<String, Object>) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports Parameters.
- setParent(ProxyNode) - Method in interface org.zkoss.bind.proxy.ProxyNode
- setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
- setParent(Group) - Method in interface org.zkoss.idom.Item
-
Sets the parent item.
- setParent(Item) - Method in class org.zkoss.idom.Attribute
- setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
-
Sets the parent mapper.
- setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
-
Sets the parent.
- setParent(Component) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setParent(Component) - Method in class org.zkoss.zhtml.Text
- 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
- setParent(Component) - Method in class org.zkoss.zkmax.zul.Orgchildren
- setParent(Component) - Method in class org.zkoss.zkmax.zul.Orgitem
- setParent(Component) - Method in class org.zkoss.zml.XmlMacroComponent
-
Changes the parent.
- setParent(Component) - Method in class org.zkoss.zul.Radio
- setParent(Component) - Method in class org.zkoss.zul.Selectbox
- setParent(Component) - Method in class org.zkoss.zul.Treechildren
- setParent(Component) - Method in class org.zkoss.zul.Treeitem
- setParent(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
Sets the parent.
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- setPath(String, ProxyNode) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Set the property of current form proxy object and it's creator
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.MapProxy
- setPattern(String) - Method in class org.zkoss.zhtml.Input
-
Sets the pattern of this input tag
- setPenColor(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the pen color of the signature pad.
- setPenSize(int) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the pen size of the signature pad.
- setPercent(double) - Method in class org.zkoss.zul.GanttModel.GanttTask
- setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the performance meter for this application, or null to disable it.
- setPeriod(String) - Method in class org.zkoss.zul.Chart
-
Sets the period used in Time Series Chart.
- setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.Binder
-
Sets the associated phase listener to intervene the binding life cycle.
- setPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
- setPing(String) - Method in class org.zkoss.zhtml.A
-
Sets the ping of this a tag as a space-separated list of URLs.
- setPing(String) - Method in class org.zkoss.zhtml.Area
-
Sets the ping of this a tag as a space-separated list of URLs.
- setPlaceholder(String) - Method in class org.zkoss.zhtml.Input
-
Sets the placeholder of this input tag
- setPlaceholder(String) - Method in class org.zkoss.zkmax.zul.Cascader
-
Sets the placeholder text that is displayed when the selected item is empty.
- setPlaceholder(String) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the placeholder text that is displayed when the selected item is empty.
- setPlaceholder(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the placeholder text that is displayed when input is empty.
- setPlaybackRate(double) - Method in class org.zkoss.zkmax.zul.Video
-
Sets the video play speed, type of value is in double, valid value is depending on browser.
- setPlaying(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Ture to indicate the same as
Video.play()
False to indicate the same asVideo.pause()
- setPlaysinline(boolean) - Method in class org.zkoss.zhtml.Video
-
Sets the playsinline of this video tag.
- setPlaysinline(boolean) - Method in class org.zkoss.zkmax.zul.Video
-
Sets the playsinline of this video tag.
- setPointIconSclass(String) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the iconSclass name of the point.
- setPointImageContent(RenderedImage) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the pointImageContent directly with the rendered image.
- setPointImageContent(Image) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the pointImageContent directly.
- setPointImageSrc(String) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the source URI of the point image.
- setPointStyle(String) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets the pointStyle.
- setPointVisible(boolean) - Method in class org.zkoss.zkmax.zul.Lineitem
-
Sets whether the point is visible.
- setPopup(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should appear when the user clicks on the element. - setPopup(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should appear when the user clicks on the element.
- setPopupAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Popup Note that position will be ignored if coordinates are set.
- setPopupWidth(String) - Method in class org.zkoss.zul.Bandbox
-
Sets the width of the popup of this component.
- setPopupWidth(String) - Method in class org.zkoss.zul.Combobox
-
Sets the width of the popup of this component.
- setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
- setPosition(String) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Sets the position of this coachmark.
- setPosition(String) - Method in class org.zkoss.zkmax.zul.Drawer
-
Sets the position of this drawer.
- setPosition(String) - Method in class org.zkoss.zul.Datebox
-
Position the popup datebox to the specified location.
- setPosition(String) - Method in class org.zkoss.zul.Window
-
Sets how to position the window at the client screen.
- setPositionFixed(boolean) - Method in class org.zkoss.zkmax.zul.Anchornav
-
Set whether to enable position fix when out of current viewport.
- setPoster(String) - Method in class org.zkoss.zhtml.Video
-
Sets the poster of this video tag.
- setPoster(String) - Method in class org.zkoss.zkmax.zul.Video
-
Sets an image to be shown while the video is downloading, or until the user hits the play button.
- setPre(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to preserve the white spaces, such as space.
- setPre(boolean) - Method in class org.zkoss.zul.Label
-
Sets whether to preserve the white spaces, such as space, tab and new line.
- setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the value of the preference.
- setPreferredLocale(HttpSession, Locale) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets the preferred locale for the specified session.
- setPreferredLocale(ServletContext, Locale) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets the preferred locale for the specified servlet context.
- 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.
- setPrefix(String) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace prefix of this attribute.
- setPrefix(String) - Method in class org.zkoss.idom.Element
- setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
- setPrefix(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
- setPreload(String) - Method in class org.zkoss.zhtml.Audio
-
Sets the preload of this audio tag.
- setPreload(String) - Method in class org.zkoss.zhtml.Video
-
Sets the preload of this video tag.
- setPreload(String) - Method in class org.zkoss.zkmax.zul.Video
-
Sets whether and how the video should be loaded, which could be one of "none", "metadata", "auto".
- setPreload(String) - Method in class org.zkoss.zul.Audio
-
Sets whether and how the audio should be loaded.
- setPreviewRecord(boolean) - Method in class org.zkoss.zkmax.zul.Camera
-
Set whether the preview screen is on.
- setPrevInsertion(Component, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
- setPriority(int) - Method in class org.zkoss.web.theme.StandardTheme
-
Adjust the priority of the theme
- setPriority(String, int) - Static method in class org.zkoss.zul.theme.Themes
-
Set the priority of the theme.
- setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
-
Sets the priority without throwing any exception but log warning.
- setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in milliseconds, before ZK Client Engine shows a dialog to prompt users that the request is in processing.
- setProgressing(boolean) - Method in class org.zkoss.zul.Include
-
Sets whether to show the
MZul.PLEASE_WAIT
message before a long operation. - setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the prolog content.
- setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
-
Sets the prolog content.
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- setPrologContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
- setProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Sets the library properties indicated by the specified key.
- setProperty(String) - Method in interface org.zkoss.bind.proxy.ProxyNode
- setProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Sets the library property indicated by the specified key.
- setPropertyResolved(boolean) - Method in class org.zkoss.zel.ELContext
- setPropertyResolved(boolean) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- setPropertyResolved(Object, Object) - Method in class org.zkoss.zel.ELContext
-
Mark the given property as resolved and notfy any interested listeners.
- setPropertyResolved(Object, Object) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
- SetProxy<E> - Class in org.zkoss.bind.proxy
-
This class provides a proxy implementation of the Set interface.
- SetProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.SetProxy
- setPseudoClassDef(String, PseudoClassDef) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Add or set pseudo class definition.
- setPublicId(String) - Method in class org.zkoss.idom.DocType
-
Sets the public ID of an externally referenced DTD, or an empty String if none is referenced.
- setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Sets the quality of the image encoding.
- setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
- setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
- setQuoted(boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
- setRadiogroup(String) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component by giving ID.
- setRadiogroup(Radiogroup) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component.
- setRadioRenderer(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the renderer by use of a class name.
- setRadioRenderer(RadioRenderer<?>) - Method in class org.zkoss.zul.Radiogroup
-
Sets the renderer which is used to render each row if
Radiogroup.getModel()
is not null. - setRange(double, double) - Method in class org.zkoss.zul.Slider
-
Sets the range of slider.
- setRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelRange
-
Setup the DailModel range.
- setRange(int, int) - Method in class org.zkoss.zul.Slider
-
Sets the range of slider.
- setRangeColor(String) - Method in class org.zkoss.zul.DialModelRange
-
Set the range color of the dial range.
- setRating(int) - Method in class org.zkoss.zul.Rating
-
Sets the rating.
- setRawCurrent(Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the current session or the current session resolver.
- setRawValue(Object) - Method in class org.zkoss.zul.Decimalbox
- setRawValue(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the raw value directly.
- 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.
- setReadonly(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets whether it is readonly.
- setReadonly(boolean) - Method in class org.zkoss.zul.Rating
-
Sets whether this component is readonly.
- setReadonly(Boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the readonly of this input tag
- setReady(boolean) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- setRecordFormat(String) - Method in class org.zkoss.zkmax.zul.Camera
-
Set the record video format, e.g., video/webm, video/mp4, video/ogg.
- setRecording(boolean) - Method in class org.zkoss.zkmax.zul.Camera
-
setRecording(true) means start or resume recording.
- setRecoverId(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the recover ID.
- setReferrerpolicy(String) - Method in class org.zkoss.zhtml.A
-
Sets the referrerpolicy of this a tag.
- setReferrerpolicy(String) - Method in class org.zkoss.zhtml.Area
-
Sets the referrerpolicy of this a tag.
- setReferrerpolicy(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the referrerpolicy of this tag.
- setReferrerpolicy(String) - Method in class org.zkoss.zhtml.Img
-
Sets the referrerpolicy of this tag.
- setReferrerpolicy(String) - Method in class org.zkoss.zhtml.Script
-
Sets the referrerpolicy of this tag.
- setRel(String) - Method in class org.zkoss.zhtml.A
-
Sets the rel of this a tag.
- setRel(String) - Method in class org.zkoss.zhtml.Area
-
Sets the rel of this area tag.
- setRel(String) - Method in class org.zkoss.zhtml.Form
-
Sets the rel of this tag.
- setRel(String) - Method in class org.zkoss.zhtml.Link
-
Sets the rel of this link tag.
- setRenderdefer(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the number of milliseconds before rendering this component at the client.
- setRenderer(CheckedFunction2<Data, Integer, Item>) - Method in interface org.zkoss.stateless.state.ItemController
-
Sets the renderer which is used to render each data if
ItemController.getModel()
is not null. - setRenderer(CheckedFunction2<Data, Integer, String>) - Method in class org.zkoss.stateless.state.ICascaderController
- setRenderer(CheckedFunction2<Data, Integer, String>) - Method in class org.zkoss.stateless.state.IChosenboxController
- setRenderer(CheckedFunction2<Data, Integer, String>) - Method in class org.zkoss.stateless.state.ISearchboxController
- setRenderer(CheckedFunction2<Data, Integer, String>) - Method in class org.zkoss.stateless.state.ISelectboxController
- setRenderer(CheckedFunction2<Data, Integer, IComboitem>) - Method in class org.zkoss.stateless.state.IComboboxController
-
Sets the renderer which is used to render each row if
IComboboxController.getModel()
is not null. - setRenderer(CheckedFunction2<Data, Integer, ILineitem>) - Method in class org.zkoss.stateless.state.ILinelayoutController
- setRenderer(CheckedFunction2<Data, Integer, IOrgitem>) - Method in class org.zkoss.stateless.state.IOrganigramController
- setRenderer(CheckedFunction2<Data, Integer, IRadio>) - Method in class org.zkoss.stateless.state.IRadiogroupController
- setRenderer(CheckedFunction2<Data, Integer, IStep>) - Method in class org.zkoss.stateless.state.IStepbarController
- setRenderer(CheckedFunction2<Data, Integer, ITab>) - Method in class org.zkoss.stateless.state.ITabboxController
- setRenderer(CheckedFunction2<Data, Integer, ITreeitem>) - Method in class org.zkoss.stateless.state.ITreeController
- setRenderer(CheckedFunction2<Data, Integer, Row>) - Method in class org.zkoss.stateless.state.IGridController
- setRenderer(CheckedFunction2<Data, Integer, Row>) - Method in class org.zkoss.stateless.state.IListboxController
- setRenderer(CheckedFunction2<Object, Integer, String>) - Method in class org.zkoss.stateless.state.IBiglistboxController
- setRenderingResult(String) - Method in interface org.zkoss.zk.ui.ext.Includer
-
Sets the rendering result It is called when the child page (
Includer.getChildPage()
) has been rendered. - setRenderingResult(String) - Method in class org.zkoss.zul.Include
- setRepeats(boolean) - Method in class org.zkoss.zul.Timer
-
Sets whether the timer shall send Event repeatedly.
- 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.
- setRequired(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the required of this input tag
- setRequired(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the required of this select tag
- setResizable(boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets resizable of the splitter.
- setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the charset used to generate HTTP response.
- setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the give name and value.
- setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
- setResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the given name and date-value.
- 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. - setReturningAll(boolean) - Method in class org.zkoss.fsm.StateCtx
-
Set whether returns to this state upon meeting unspecified characters
- setReversed(boolean) - Method in class org.zkoss.zhtml.Ol
-
Sets the reversed of this ol tag.
- setRightColumns(int) - Method in class org.zkoss.zul.Frozen
-
Sets the number of right columns to freeze.
- 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
- setRootElement(Element) - Method in class org.zkoss.idom.Document
-
Sets the root element.
- setRootParent(Component) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets root parent
- setRotation(int) - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Sets the rotation angle.
- setRotation(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the rotation angle.
- setRoundingMode(int) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the rounding mode.
- setRoundingMode(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the rounding mode by the name.
- setRowHeight(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the height of the single row.
- setRowRenderer(String) - Method in class org.zkoss.zul.Grid
-
Sets the renderer by use of a class name.
- setRowRenderer(RowRenderer<?>) - Method in class org.zkoss.zul.Grid
-
Sets the renderer which is used to render each row if
Grid.getModel()
is not null. - setRows(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the rows' size of the viewport.
- setRows(int) - Method in class org.zkoss.zul.Bandbox
-
Bandbox can't be enabled the rows functionality.
- setRows(int) - Method in class org.zkoss.zul.Combobox
- setRows(int) - Method in class org.zkoss.zul.Frozen
-
Sets the number of rows to freeze.
- setRows(int) - Method in class org.zkoss.zul.Listbox
-
Sets the rows.
- setRows(int) - Method in class org.zkoss.zul.Textbox
-
Sets the rows.
- setRows(int) - Method in class org.zkoss.zul.Tree
-
Sets the rows.
- setRows(Integer) - Method in class org.zkoss.zhtml.Textarea
-
Sets the rows of this textarea tag.
- setRowspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Sets the number of rows to span this header.
- setRowspan(int) - Method in class org.zkoss.zul.Auxheader
-
Sets the number of rows to span this header.
- setRowspan(int) - Method in class org.zkoss.zul.Cell
-
Sets the number of rows to span.
- setRowspan(Integer) - Method in class org.zkoss.zhtml.Td
-
Sets the rowspan of this td tag.
- setRowspan(Integer) - Method in class org.zkoss.zhtml.Th
-
Sets the rowspan of this th tag.
- setRunning(boolean) - Method in class org.zkoss.zul.Timer
-
Start or stops the timer.
- setSandbox(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the sandbox of this iframe tag.
- setSaveLabel(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the label on save button.
- setSaveType(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the type for saving signature image.
- setScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModelScale
-
Sets the scale information of this DialModelScale.
- setScale(int) - Method in class org.zkoss.zul.Decimalbox
-
Sets the scale for the decimal number storing in this component, or
Decimalbox.AUTO
if the scale is decided automatically (based on what user has entered). - setScaleInput(double) - Method in class org.zkoss.zul.Slider
-
Sets the scale ratio of the input in knob mold.
- setSclass(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the style class.
- setSclass(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the CSS class.
- setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class(es).
- setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Sets the scope.
- setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the scope.
- setScope(String) - Method in class org.zkoss.zhtml.Th
-
Sets the scope of this th tag.
- setScoped(boolean) - Method in class org.zkoss.zhtml.Style
-
Sets the scoped of this style tag.
- setScrollable(boolean) - Method in class org.zkoss.zul.Menubar
-
Sets whether to enable the menubar scrolling When enable, if menubar is shorter than total width of menu, left,right arrow will appear.
- setScrolling(String) - Method in class org.zkoss.zul.Iframe
-
Define scroll bars
- setSearchMessage(String) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Sets the placeholder message of the search text field.
- setSelectable(boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets whether it is selectable.
- setSelectable(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is selectable.
- setSelectable(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether it is selectable.
- setSelectAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.DefaultTreeSelectionControlEx
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
- setSelectAll(boolean) - Method in interface org.zkoss.zul.ext.SelectionControl
-
Sets to select all elements or deselect all elements.
- setSelected(boolean) - Method in class org.zkoss.zhtml.Option
-
Sets the selected of this option tag.
- setSelected(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets whether this item is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Radio
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Treeitem
-
Returns whether this item is selected.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.IBiglistboxController
-
Selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.ICardlayoutController
-
Sets the selected index with the given selectedIndex.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.IChosenboxController
-
Sets the index of the selected item (-1 if no one is selected).
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.IComboboxController
-
Deselects the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.IListboxController
-
Deselects the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.IRadiogroupController
-
Deselects the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.ISelectboxController
-
Deselects the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.stateless.state.ITabboxController
-
Sets the selected index.
- setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Note: Unlike other component, "deselect" is unnecessary in Cardlayout.
- setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the index of the selected item (-1 if no one is selected).
- setSelectedIndex(int) - Method in class org.zkoss.zul.Combobox
-
Deselects the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Radiogroup
-
Deselects all of the currently selected radio button and selects the radio button with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Selectbox
-
Selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected index.
- setSelectedItem(E) - Method in class org.zkoss.zkmax.zul.Cascader
-
Deselects selected item and selects the given item.
- setSelectedItem(E) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Deselects all of the currently selected items and selects the given item.
- setSelectedItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
-
Deselects the currently selected item and selects the given item.
- setSelectedItem(Orgitem) - Method in class org.zkoss.zkmax.zul.Organigram
-
Deselects previous selected item and selects the given item.
- setSelectedItem(Comboitem) - Method in class org.zkoss.zul.Combobox
-
Deselects the currently selected items and selects the given item.
- setSelectedItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the given item.
- setSelectedItem(Radio) - Method in class org.zkoss.zul.Radiogroup
-
Deselects all of the currently selected radio buttons and selects the given radio button.
- setSelectedItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Deselects all of the currently selected items and selects the given item.
- setSelectedItems(Collection<E>) - Method in class org.zkoss.zkmax.zul.Searchbox
-
Selects the given items.
- setSelectedItems(Set<Listitem>) - Method in class org.zkoss.zul.Listbox
-
Selects the given listitems.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.ICascaderController
-
Deselects selected object and selects the given object.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.IComboboxController
-
Sets the selected data object, or deselects it by passing a null value.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.IListboxController
-
Sets the selected data object, or deselects it by passing a null value.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.IOrganigramController
-
Sets the selected data object, or deselects it by passing a null value.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.IRadiogroupController
-
Sets the selected data object, or deselects it by passing a null value.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.ISearchboxController
-
Deselects all the currently selected items and selects the given item.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.ISelectboxController
-
Deselects all the currently selected items and selects the given item.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.ITabboxController
-
Sets the selected data object, or deselects it by passing a null value.
- setSelectedObject(Data) - Method in class org.zkoss.stateless.state.ITreeController
-
Deselects selected object and selects the given object.
- setSelectedObject(Object) - Method in class org.zkoss.stateless.state.IBiglistboxController
-
Sets the selected object or null.
- setSelectedObjects(Collection<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the selected objects.
- setSelectedObjects(Collection<Data>) - Method in class org.zkoss.stateless.state.IChosenboxController
-
Sets the selected objects.
- setSelectedObjects(Collection<Data>) - Method in class org.zkoss.stateless.state.ISearchboxController
-
Selects the given items.
- setSelectedObjects(Set<Data>) - Method in class org.zkoss.stateless.state.ISelectboxController
-
Sets all selected items.
- setSelectedPanel(Tabpanel) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected tab panel.
- setSelectedTab(Tab) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected tab.
- setSelectedText(int, int, String, boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the text of this InputElement to the specified text which is beginning with the new start point and ending with the new end point.
- setSelection(Collection<?>) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Replace the current selection with the given set.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setSelection(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setSelection(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Replace the current selection with the given set.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractListModel
-
Replace the current selection with the given set.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
- setSelection(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Selectable
-
Replace the current selection with the given set.
- setSelection(Set<Map.Entry<K, V>>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setSelectionControl(SelectionControl) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- setSelectionControl(SelectionControl) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- setSelectionControl(SelectionControl) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- setSelectionControl(SelectionControl) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractGroupsModel
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractListModel
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractTreeModel
- setSelectionControl(SelectionControl) - Method in interface org.zkoss.zul.ext.Selectable
-
Sets the selection control for the selection model
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.impl.GroupsListModel
- setSelectiondirection(String) - Method in class org.zkoss.zhtml.Input
-
Sets the selectiondirection of this input tag
- setSelectionRange(int, int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the selection end to the specified position and the selection start to the specified position.
- setSelectLevel(String) - Method in class org.zkoss.zul.Datebox
-
Sets the level that a user can select.
- setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
-
Sets the self variable.
- setSeltype(String) - Method in class org.zkoss.zul.Listbox
-
Sets the seltype.
- setSeltype(String) - Method in class org.zkoss.zul.Tree
-
Sets the seltype.
- setSendClientErrors(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to send client errors to the server for logging the page url where the error occurred and its stack trace.
- setSeparator(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the separate chars of this component.
- setSeries(Comparable<?>) - Method in interface org.zkoss.zul.HiLoModel
-
Set the only series.
- setSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleHiLoModel
- setSeriesLength(int) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
- 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(Class) - Method in class org.zkoss.zk.device.GenericDevice
- setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Sets the class that implements the server-push feature.
- setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the name of the class that implements the server-push feature.
- 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.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.zkoss.web.portlet.PortletServletContext
- setShadow(boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets whether this box has the shadow effect.
- setShadow(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to show the shadow of an overlapped/popup/modal window.
- 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.
- setShape(String) - Method in class org.zkoss.zhtml.Area
-
Sets the shape of this area tag.
- setShape(String) - Method in class org.zkoss.zul.Area
-
Sets the shape of this area.
- setShowLegend(boolean) - Method in class org.zkoss.zul.Chart
-
whether show the chart's legend.
- setShowTodayLink(boolean) - Method in class org.zkoss.zul.Calendar
-
Sets whether enable to show the link that jump to today in day view
- setShowTodayLink(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether enable to show the link that jump to today in day view
- setShowTooltiptext(boolean) - Method in class org.zkoss.zul.Chart
-
whether show the chart's tooltip.
- setSizable(boolean) - Method in class org.zkoss.zul.impl.HeadersElement
-
Sets whether the width of the child column is sizable.
- setSizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is sizable.
- setSizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is sizable.
- setSize(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the size of this input tag
- setSize(Integer) - Method in class org.zkoss.zhtml.Select
-
Sets the size of this select tag.
- setSize(String) - Method in class org.zkoss.zul.Center
-
The size can't be specified in this component.
- setSize(String) - Method in class org.zkoss.zul.East
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.North
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.South
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.West
-
Sets the size of this region.
- setSizedByContent(boolean) - Method in class org.zkoss.zul.Box
-
Sets whether sizing the cell's size by its content.
- setSizedByContent(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether sizing grid/listbox/tree column width by its content; it equals set hflex="min" on each column.
- setSizes(String) - Method in class org.zkoss.zhtml.Img
-
Sets the sizes of this tag.
- setSizes(String) - Method in class org.zkoss.zhtml.Link
-
Sets the sizes of this link tag.
- setSizes(String) - Method in class org.zkoss.zhtml.Source
-
Sets the sizes of this source tag.
- setSlidable(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be slided.
- setSlidable(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether users can slide (preview) the region when clicked on a collapsed region.
- setSlide(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be slided.
- setSlide(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Slides down or up the region.
- setSlidingtext(String) - Method in class org.zkoss.zul.Slider
-
Sets the sliding text.
- setSnapshotFormat(String) - Method in class org.zkoss.zkmax.zul.Camera
-
Set the snapshot image format, e.g., image/png, image/jpeg.
- setSort(String) - Method in class org.zkoss.zul.Column
-
Sets the type of the sorter.
- setSort(String) - Method in class org.zkoss.zul.Listheader
-
Sets the type of the sorter.
- setSort(String) - Method in class org.zkoss.zul.Treecol
-
Sets the type of the sorter.
- setSortAscending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the ascending sorter provider with the class name, or null for no sorter for the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Column
-
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Listheader
-
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Treecol
-
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
- setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the ascending sorter, or null for no sorter for the ascending order.
- setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the ascending sorter, or null for no sorter for the ascending order.
- setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
-
Sets the ascending sorter, or null for no sorter for the ascending order.
- setSortAscending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the ascending sorter provider, or null for no sorter for the ascending order.
- setSortDescending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the descending sorter provider with the class name, or null for no sorter for the descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Column
-
Sets the descending sorter with the class name, or null for no sorter for the descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Listheader
-
Sets the descending sorter with the class name, or null for no sorter for the descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Treecol
-
Sets the descending sorter with the class name, or null for no sorter for the descending order.
- setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the descending sorter, or null for no sorter for the descending order.
- setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the descending sorter, or null for no sorter for the descending order.
- setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
-
Sets the descending sorter, or null for no sorter for the descending order.
- setSortDescending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the descending sorter provider, or null for no sorter for the descending order.
- setSortDirection(String) - Method in class org.zkoss.zul.Column
-
Sets the sort direction.
- setSortDirection(String) - Method in class org.zkoss.zul.Listheader
-
Sets the sort direction.
- setSortDirection(String) - Method in class org.zkoss.zul.Treecol
-
Sets the sort direction.
- setSpacing(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the spacing.
- setSpacing(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
- setSpacing(String) - Method in class org.zkoss.zul.Box
-
Sets the spacing between adjacent children.
- setSpacing(String) - Method in class org.zkoss.zul.Layout
-
Sets the spacing between adjacent children.
- setSpacing(String) - Method in class org.zkoss.zul.Separator
-
Sets the spacing.
- setSpan(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether distributes remaining empty space of this component to ALL columns proportionally.
- setSpan(int) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the number of columns to span this footer.
- setSpan(int) - Method in class org.zkoss.zul.Listcell
-
Sets the number of columns to span this cell.
- setSpan(int) - Method in class org.zkoss.zul.Treecell
-
Sets the number of columns to span this cell.
- setSpan(Integer) - Method in class org.zkoss.zhtml.Col
-
Sets the span of this col tag.
- setSpan(Integer) - Method in class org.zkoss.zhtml.Colgroup
-
Sets the span of this colgroup tag.
- setSpan(String) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets column span hint of this component.
- setSpellcheck(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the spellcheck of this tag.
- setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Sets the split kid.
- setSplittable(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the split functionality.
- setSplittable(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether enable the split functionality.
- setSrc(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the src (URL).
- setSrc(String) - Method in class org.zkoss.zhtml.Audio
-
Sets the src of this audio tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the src of this embed tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the src of this iframe tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Img
-
Sets the src of this img tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Input
-
Sets the src of this input tag
- setSrc(String) - Method in class org.zkoss.zhtml.Script
-
Sets the src of this script tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Source
-
Sets the src of this source tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Track
-
Sets the src of this track tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Video
-
Sets the src of this video tag.
- setSrc(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the source (jasper file).
- setSrc(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the source URI of the PDF file.
- setSrc(String) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the source URI of the image.
- setSrc(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the URI of an external content file.
- setSrc(String) - Method in class org.zkoss.zkmax.zul.Video
-
Calling this method implies setContent(null).
- setSrc(String) - Method in class org.zkoss.zul.Audio
-
Sets the src.
- setSrc(String) - Method in class org.zkoss.zul.Iframe
-
Sets the src.
- setSrc(String) - Method in class org.zkoss.zul.Image
-
Sets the source URI of the image.
- setSrc(String) - Method in class org.zkoss.zul.Include
-
Sets the src.
- setSrc(String) - Method in class org.zkoss.zul.Script
-
Sets the URI of the source that contains the script codes.
- setSrc(String) - Method in class org.zkoss.zul.Style
-
Sets the URI of an external style sheet.
- setSrc(String) - Method in class org.zkoss.zul.Track
-
Sets the source address of this track.
- setSrc(List<String>) - Method in class org.zkoss.zul.Audio
-
Sets the source list.
- setSrcdoc(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the srcdoc of this iframe tag.
- setSrclang(String) - Method in class org.zkoss.zhtml.Track
-
Sets the srclang of this track tag.
- setSrclang(String) - Method in class org.zkoss.zul.Track
-
Sets the language of the source.
- setSrcList(List<String>) - Method in class org.zkoss.zkmax.zul.Video
-
Sets the source list, be invoked by the
Video.setSrc(String)
. - setSrcset(String) - Method in class org.zkoss.zhtml.Img
-
Sets the srcset of this tag.
- setSrcset(String) - Method in class org.zkoss.zhtml.Source
-
Sets the srcset of this source tag.
- setStart(int) - Method in class org.zkoss.zul.Frozen
-
Sets the start position of the scrollbar.
- setStart(Integer) - Method in class org.zkoss.zhtml.Ol
-
Sets the start of this ol tag.
- setStart(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
- setStartValue(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the start value of this sliderbuttons.
- setStartValue(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Sets the start value of this sliderbuttons.
- setStartValueDirectly(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- setState(E, StateCtx<E, C, IN>) - Method in class org.zkoss.fsm.StateMachine
-
Set the state by token
- setStatus(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
- setStatus(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
- setStatus(int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
- setStatus(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
Deprecated.
- setStatus(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
Deprecated.
- setStep(double) - Method in class org.zkoss.zul.Doublespinner
-
Set the step of double spinner
- setStep(double) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the step of rangeslider
- setStep(int) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(int) - Method in class org.zkoss.zul.Spinner
-
Sets the step of spinner
- setStep(int) - Method in class org.zkoss.zuti.zul.ForEach
- setStep(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the step of this input tag
- setStepRenderer(StepRenderer) - Method in class org.zkoss.zkmax.zul.Stepbar
- setStrictDate(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether or not date/time should be strict.
- setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
- setStrokeWidth(double) - Method in class org.zkoss.zul.Slider
-
Sets the stroke width of the knob slider.
- setStubonly(boolean) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setStubonly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- setStubonly(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is stub-only.
- setStubonly(boolean) - Method in class org.zkoss.zul.Row
-
Deprecated.as of release 7.0.3.
- setStubonly(boolean) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.as of release 7.0.3.
- setStubonly(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setStubonly(String) - 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(String) - Method in class org.zkoss.zul.Row
-
Deprecated.as of release 7.0.3.
- setStubonly(String) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.as of release 7.0.3.
- setStyle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the style.
- setStyle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the CSS style.
- setStyle(String) - Method in 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
- setSubmitByEnter(boolean) - Method in class org.zkoss.zul.Textbox
-
Sets whether it is submitByEnter.
- setSuppressedErrors(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the suppressed errors setting.
- setSuppressedErrors(Collection<Uploadable.Error>) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the suppressed errors setting.
- setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the switch condition.
- setSystemId(String) - Method in class org.zkoss.idom.DocType
-
Sets the system ID of an externally referenced DTD, or an empty String if none is referenced.
- setTabbable(boolean) - Method in class org.zkoss.zul.Textbox
-
Sets whether TAB is allowed.
- setTabboxRenderer(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the renderer by use of a class name.
- setTabboxRenderer(TabboxRenderer<?>) - Method in class org.zkoss.zul.Tabbox
-
Sets the renderer which is used to render each tab and tabpanel if
Tabbox.getModel()
is not null. - setTabindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the tabindex of this tag.
- setTabindex(Integer) - Method in class org.zkoss.zhtml.Text
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zul.Area
-
Sets the tab order of this component.
- setTabpanelRenderer(CheckedFunction2<Data, Integer, ITabpanel>) - Method in class org.zkoss.stateless.state.ITabboxController
-
Sets the tabpanel renderer.
- setTabscroll(boolean) - Method in class org.zkoss.zul.Tabbox
-
Sets whether to enable the tab scrolling.
- setTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
- setTag(String) - Method in class org.zkoss.zhtml.Raw
- setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
-
Sets the tag name.
- setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Sets the tag name.
- setTag(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
Sets the tag name.
- setTagName(String) - Method in class org.zkoss.idom.Attribute
-
Sets the tag name.
- setTagName(String) - Method in class org.zkoss.idom.Element
- setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the tag name of this item.
- setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
- setTarget(String) - Method in class org.zkoss.zhtml.A
-
Sets the target of this a tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Area
-
Sets the target of this area tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Base
-
Sets the target of this base tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Form
-
Sets the target of this form tag.
- setTarget(String) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Sets the target component id of this coachmark.
- setTarget(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.A
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.Button
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the target frame or window.
- setTarget(Component) - Method in class org.zkoss.zkmax.zul.Coachmark
-
Sets the target component of this coachmark.
- setTargetValue(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- setTemplate(String) - Static method in class org.zkoss.zul.Fileupload
-
Sets the template used to create the upload modal dialog.
- setTemplate(String) - Static method in class org.zkoss.zul.Messagebox
-
Sets the template used to create the message dialog.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.Apply
-
Sets the template name to apply.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Sets the template name to apply.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Sets the template name, for more detail, please check out
Apply.setTemplate(String)
- setTemplate(String, Template) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setTemplate(String, Template) - Method in class org.zkoss.zk.ui.AbstractComponent
- setTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Component
-
Sets a UI template which could be retrieved later with
Component.getTemplate(java.lang.String)
. - setTemplate(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
set template to a component property by an expression
- setTemplate(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
- setTemplateResolver(CollectionTemplateResolver) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Template resolver will resolve the proper
Template
by evaluating the variable reference from model. - setTemplateURI(String) - Method in class org.zkoss.zuti.zul.Apply
-
Sets the template uri.
- setTemplateURI(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Sets the template uri.
- setTemplateURI(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Sets the template uri, for more detail, please check out
Apply.setTemplateURI(String)
- SETTER_OBJECT_MAPPER - Static variable in class org.zkoss.clientbind.ui.util.ObjectMappers
- SETTER_OBJECT_MAPPER - Static variable in class org.zkoss.stateless.ui.util.ObjectMappers
- SETTER_OBJECT_MAPPER_ON_FAIL - Static variable in class org.zkoss.clientbind.ui.util.ObjectMappers
- setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
-
Sets the test result.
- setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
-
Sets the test result.
- setTest(boolean) - Method in class org.zkoss.zuti.zul.If
- setText(String) - Method in class org.zkoss.idom.Attribute
- setText(String) - Method in class org.zkoss.idom.Binary
- setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
- setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
- setText(String) - Method in interface org.zkoss.idom.Item
-
Sets the text of this item.
- setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
- setText(String) - Method in class org.zkoss.zul.DialModelScale
-
Sets the text annotation of this scale; e.g.
- setText(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the value in the String format.
- setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the property name to which the text enclosed within the element (associated with this component definition) is assigned to.
- setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
- setTextFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the text annotation font.
- setTextRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the text annotation.
- setTheme(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.theme.ThemeResolver
-
Set the current intended theme name to the given one.
- setTheme(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zul.theme.CookieThemeResolver
-
Stores theme name in Cookie
- setTheme(Execution, String) - Static method in class org.zkoss.zul.theme.Themes
-
Sets the theme name using the current theme resolution strategy Default strategy is to use cookies
- setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the theme provider for the current execution, or null if not available.
- setThemeRegistry(ThemeRegistry) - Static method in class org.zkoss.web.fn.ThemeFns
-
Change the theme registry
- setThemeResolver(ThemeResolver) - Static method in class org.zkoss.web.fn.ThemeFns
-
Change the current theme resolver
- setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
-
Sets the locale for the current thread only.
- setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
-
Sets the time-zone for the current thread only.
- setThreeD(boolean) - Method in class org.zkoss.zul.Chart
-
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
- setTickColor(String) - Method in class org.zkoss.zul.DialModelScale
-
Set the tick color.
- setTickFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the tick label font.
- setTickLabelOffset(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius offset in percentage(0 ~ 1) between the tick and tick label.
- setTickRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the tick label.
- 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.
- setTimeZone(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the time zone that this component belongs to, or null if the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Sets time zone that this date constraint belongs to
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Chart
-
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Datebox
-
Sets the time zone that this component belongs to, or null if the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the time zone that this component belongs to, or null if the default time zone is used.
- setTimeZonesReadonly(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether the list of the time zones to display is readonly.
- setTitle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the title of this tag.
- setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
- setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the title that will be assigned to pages created from this definition, or null if no title is assigned at the beginning.
- setTitle(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the title of the desktop this page belongs to (it might contain an expression).
- setTitle(String) - Method in class org.zkoss.zkmax.zul.Drawer
-
Sets the title of this drawer.
- setTitle(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Sets the title to the tab of the GoldenPanel.
- setTitle(String) - Method in class org.zkoss.zkmax.zul.Portalchildren
-
Sets the title of this portalchildren.
- setTitle(String) - Method in class org.zkoss.zkmax.zul.Step
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.Chart
-
Set the chart's title.
- setTitle(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.Panel
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.Window
-
Sets the title.
- setTitleFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the title font of this chart.
- setTodayLinkLabel(String) - Method in class org.zkoss.zul.Calendar
-
Sets the label of the link that jump to today in day view
- setTodayLinkLabel(String) - Method in class org.zkoss.zul.Datebox
-
Sets the label of the link that jump to today in day view
- setToolbarVisible(boolean) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the visibility of the cropper toolbar.
- setToolbarVisible(boolean) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the visibility of the toolbar for signature pad.
- setTooltip(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should be used as a tooltip window when the mouse hovers over the element for a moment. - setTooltip(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
- setTooltipAttributes(Popup, String, String, String, Integer) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Tooltip Popup Note that position will be ignored if coordinates are set.
- 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.
- setTooltiptext(String) - Method in class org.zkoss.zul.Area
-
Sets the text as the tooltip.
- setTooltipVisible(boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets whether it is tooltipVisible.
- 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
- setTopmost() - Method in class org.zkoss.zul.Window
-
Makes this window as topmost.
- setToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets the parameter (name=value) to a query string.
- setToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets a map of parameters (name=value) to a query string.
- setToQueryString(String, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets the parameter (name=value) to a query string.
- setToQueryString(String, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets a map of parameters (name=value) to a query string.
- setTotalSize(int) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets the total number of items.
- setTotalSize(int) - Method in class org.zkoss.zul.Paging
-
Sets total size of items
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
-
Sets whether to trim the result.
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets whether to trim the result.
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
-
Sets whether to trim the result.
- setType(String) - Method in class org.zkoss.zhtml.A
-
Sets the type of this a tag
- setType(String) - Method in class org.zkoss.zhtml.Button
-
Sets the type of this button tag.
- setType(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the type of this embed tag.
- setType(String) - Method in class org.zkoss.zhtml.Input
-
Sets the type of this input tag
- setType(String) - Method in class org.zkoss.zhtml.Link
-
Sets the type of this link tag.
- setType(String) - Method in class org.zkoss.zhtml.Menu
-
Sets the type of this menu tag.
- setType(String) - Method in class org.zkoss.zhtml.Object
-
Sets the type of this object tag.
- setType(String) - Method in class org.zkoss.zhtml.Ol
-
Sets the type of this ol tag.
- setType(String) - Method in class org.zkoss.zhtml.Script
-
Sets the type of this script tag.
- setType(String) - Method in class org.zkoss.zhtml.Source
-
Sets the type of this source tag.
- setType(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- setType(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file type.
- setType(String) - Method in class org.zkoss.zkmax.zul.Barcode
-
Sets the encode and decode type of this component.
- setType(String) - Method in class org.zkoss.zkmax.zul.Barcodescanner
-
A string which is a combination of types, separated by comma, the widget can detect all the defined types at a same time.
- setType(String) - Method in class org.zkoss.zul.Button
-
Sets the button type.
- setType(String) - Method in class org.zkoss.zul.Chart
-
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
- setType(String) - Method in class org.zkoss.zul.Textbox
-
Sets the type.
- setTypemustmatch(boolean) - Method in class org.zkoss.zhtml.Object
-
Sets the typemustmatch of this object tag.
- 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) - Method in class org.zkoss.zk.device.GenericDevice
- setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the unavailable message for the specified device type.
- setUndoLabel(String) - Method in class org.zkoss.zkmax.zul.Signature
-
Sets the label on undo button.
- setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
- setUnless(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Sets the unless condition.
- setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the unless condition.
- setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Setup this processor before processing the event by calling
EventProcessor.process()
. - setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets up the charset for the request and response based on
Charsets.getPreferredLocale(HttpSession,ServletRequest)
. - 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(ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets up the charset for the request and response based on
Charsets.getPreferredLocale(HttpSession,ServletRequest)
. - 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.
- setUpload(String) - Method in interface org.zkoss.zk.ui.ext.Uploadable
-
Sets the JavaScript class at the client to handle the upload if this component is used for file upload.
- setUpload(String) - Method in class org.zkoss.zul.Button
- setUpload(String) - Method in class org.zkoss.zul.Combobutton
-
Combobutton does not support file upload
- setUpload(String) - Method in class org.zkoss.zul.Menuitem
- 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.
- setUploadListener(EventListener<UploadEvent>) - Method in class org.zkoss.zul.impl.FileuploadDlg
-
Set the upload call back event listener
- setUpperBound(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the upper bound in scale of this colored range.
- setUsemap(String) - Method in class org.zkoss.zhtml.Img
-
Sets the usemap of this img tag.
- setUsemap(String) - Method in class org.zkoss.zhtml.Object
-
Sets the usemap of this object tag.
- setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
- setValidationMessages(ValidationMessages) - Method in class org.zkoss.bind.impl.BinderImpl
- setValidationMessages(ValidationMessages) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Set the
ValidationMessages
- setValidatorArgs(Binder, Component, BindContext, SaveFormBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setValidatorArgs(Binder, Component, BindContext, SavePropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setValign(String) - Method in class org.zkoss.zul.Cell
-
Sets the vertical alignment of this grid.
- setValign(String) - Method in class org.zkoss.zul.Hlayout
-
Sets the valign.
- setValign(String) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the vertical alignment of this footer.
- setValign(String) - Method in class org.zkoss.zul.impl.HeaderElement
-
Sets the vertical alignment of this grid.
- setValign(String) - Method in class org.zkoss.zul.Row
-
Sets the vertical alignment of the whole row.
- setValue(double) - Method in class org.zkoss.zul.DialModelScale
- setValue(double) - Method in class org.zkoss.zul.Doublebox
-
Sets the value (in double)
- setValue(int) - Method in class org.zkoss.lang.MutableInteger
-
Sets the value of this
MutableInteger
. - setValue(int) - Method in class org.zkoss.zul.Progressmeter
-
Sets the current value of the progress meter.
- setValue(int, double) - Method in class org.zkoss.zul.DialModel
-
add or update the value of a specified scale index.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.zul.CategoryModel
-
add or update the value of a specified series and category.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
- setValue(Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- setValue(Comparable<?>, Number) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
add or update the value of a specified category.
- setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
- setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- setValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
-
Replace the value of the new (x,y) into a series at specified index.
- setValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
- setValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
-
Replace an (x,y,z) into a series at the specified index.
- setValue(Double) - Method in class org.zkoss.zul.Doublebox
-
Sets the value (in Double).
- setValue(Double) - Method in class org.zkoss.zul.Doublespinner
-
Sets the value (in Double).
- setValue(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the value of this meter tag.
- setValue(Integer) - Method in class org.zkoss.zhtml.Progress
-
Sets the value of this progress tag.
- setValue(Integer) - Method in class org.zkoss.zul.Intbox
-
Sets the value (in Integer).
- setValue(Integer) - Method in class org.zkoss.zul.Spinner
-
Sets the value (in Integer).
- setValue(Long) - Method in class org.zkoss.zul.Longbox
-
Sets the value (in Long).
- setValue(Object) - Method in interface org.zkoss.idom.Binable
-
Sets the value of a item that accepts any type as its value.
- setValue(Object) - Method in class org.zkoss.idom.Binary
- setValue(Object) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the attribute value.
- setValue(String) - Method in class org.zkoss.idom.Attribute
-
Sets the value of this attribute.
- setValue(String) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zhtml.Button
-
Sets the value of this button tag.
- setValue(String) - Method in class org.zkoss.zhtml.Data
-
Sets the value of this data tag.
- setValue(String) - Method in class org.zkoss.zhtml.Input
-
Sets the vallue of this input.
- setValue(String) - Method in class org.zkoss.zhtml.Li
-
Sets the value of this li tag.
- setValue(String) - Method in class org.zkoss.zhtml.Option
-
Sets the value of this option tag.
- setValue(String) - Method in class org.zkoss.zhtml.Text
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
- setValue(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the value of color
- setValue(String) - Method in class org.zkoss.zkmax.zul.Barcode
-
Sets the value that will be encoded to the barcode image.
- setValue(String) - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Sets the editor's content, and one can specify html tags to decorate the content
- setValue(String) - Method in class org.zkoss.zul.Captcha
-
Sets the text value to be shown as the distortion captcha.
- setValue(String) - Method in class org.zkoss.zul.Decimalbox
- setValue(String) - Method in class org.zkoss.zul.Label
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zul.Textbox
-
Sets the value.
- setValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
- setValue(String, Object) - Method in class org.zkoss.web.servlet.xel.RequestScope
- setValue(String, Object) - Method in class org.zkoss.zel.ELProcessor
- setValue(String, String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
- setValue(String, V) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Sets the value associated with the specified key.
- setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
-
Sets the value (in BigDecimal).
- setValue(Date) - Method in class org.zkoss.zul.Calendar
-
Assigns a value to this component.
- setValue(Date) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in Date).
- setValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
-
Replace an (date, open, high, low, close, volumn) tuple at specified index.
- setValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
- setValue(BindContext, Component, ExpressionX, Object) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- setValue(BindContext, Component, ExpressionX, Object) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Sets the specified value to the property resolved from the specified expression.
- setValue(BindContext, Component, ExpressionX, Object) - Method in class org.zkoss.clientbind.ClientBinderResolver
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.IndirectBinding
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- setValue(BindELContext, Object) - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Sets the value to referenced object
- setValue(XelContext, Object) - Method in class org.zkoss.bind.impl.PropertyExpression
- setValue(XelContext, Object) - Method in interface org.zkoss.xel.ExpressionX
-
Set values into the property resolved by this expression.
- setValue(XelContext, Object) - Method in class org.zkoss.xel.zel.ELXelExpression
- setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- setValue(ELContext, Object) - Method in class org.zkoss.zel.ValueExpression
- setValue(ELContext, Object) - Method in class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ListELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.MapELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.TypeConverter
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstValue
- setValue(EvaluationContext, Object) - Method in interface org.zkoss.zel.impl.parser.Node
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
- setValue(Component, T) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
- setValue(T) - Method in class org.zkoss.zkmax.zul.Orgitem
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Checkbox
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Column
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Columns
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Comboitem
-
Associate the value with this combo item.
- setValue(T) - Method in class org.zkoss.zul.Listcell
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listhead
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listheader
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listitem
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Row
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Tab
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Treeitem
-
Sets the value.
- setValue(V) - Method in class org.zkoss.util.Maps.SerializableEntry
- setValueAngle(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the angle in degree to place the value (counter clockwise is positive).
- setValueDirectly(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the value directly.
- setValueFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the value font.
- setValueInLocalDate(LocalDate) - Method in class org.zkoss.zkmax.zul.Timepicker
-
It is meaningless to set only LocalDate in timepicker.
- setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.Calendar
-
Assigns a value (in LocalDate) to this component.
- setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in LocalDate).
- setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.Timebox
-
It is meaningless to set only LocalDate in timebox.
- setValueInLocalDateTime(LocalDateTime) - Method in class org.zkoss.zul.Calendar
-
Assigns a value (in LocalDateTime) to this component.
- setValueInLocalDateTime(LocalDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in LocalDateTime).
- setValueInLocalTime(LocalTime) - Method in class org.zkoss.zul.Calendar
-
It is meaningless to set only LocalTime in calendar.
- setValueInLocalTime(LocalTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in LocalTime).
- setValueInZonedDateTime(ZonedDateTime) - Method in class org.zkoss.zul.Calendar
-
Assigns a value (in ZonedDateTime) to this component.
- setValueInZonedDateTime(ZonedDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in ZonedDateTime).
- setValueRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the value.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the variable name used to iterate thru items.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Sets the attribute name.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the attribute name.
- setVar(String) - Method in class org.zkoss.zuti.zul.ForEach
- 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(String, String) - Method in class org.zkoss.zel.ELProcessor
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.ELManager
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.VariableMapper
- setVariable(Scope, String, Object) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
-
Sets the value of a variable to this interpreter's scope identified by the specified scope.
- 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.
- setVariableResolver(VariableResolver) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Sets the variable resolver, which is used if an EL expression is specified.
- setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Sets the variable resolver, which is used if an EL expression is specified.
- setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
-
Sets the variable resolver, which is used if an EL expression is specified.
- setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
-
Sets the variable resolver, or null if not available.
- setVarStatus(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the variable name used to hold the current iteration status.
- setVarStatus(String) - Method in class org.zkoss.zuti.zul.ForEach
- setVflex(boolean) - Method in class org.zkoss.zul.Grid
-
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- setVflex(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- setVflex(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
- setVflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets vertical flexibility hint of this component.
- setVflex(String) - Method in class org.zkoss.zkmax.zul.Drawer
- setVflex(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- setVflex(String) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Only the following values are supported: min, 0, and false
- setVflex(String) - Method in class org.zkoss.zul.Auxheader
- setVflex(String) - Method in class org.zkoss.zul.Captcha
-
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
- setVflex(String) - Method in class org.zkoss.zul.Chart
-
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
- setVflex(String) - Method in class org.zkoss.zul.Grid
- setVflex(String) - Method in class org.zkoss.zul.Listbox
- setVflex(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setVflex(String) - Method in class org.zkoss.zul.Textbox
- setVflex(String) - Method in class org.zkoss.zul.Tree
- 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
- setVflexDirectly(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
- setViewerClass(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the custom upload viewer class name, if was not specified, will use ZK default upload viewer.
- setViewModel(Object) - Method in class org.zkoss.bind.BindComposer
- setViewModel(Object) - Method in interface org.zkoss.bind.Binder
-
Sets associated ViewModel of this binder.
- setViewModel(Object) - Method in class org.zkoss.bind.impl.BinderImpl
- setViewModelClass(Class<?>) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
- setViewModelClass(Class<?>) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
- 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.stateless.ui.util.VolatileComponent
- setVisible(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Changes the visibility of this component.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
- setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is visible.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
- setVisible(boolean) - Method in class org.zkoss.zkmax.zul.Orgitem
- setVisible(boolean) - Method in class org.zkoss.zml.XmlNativeComponent
- setVisible(boolean) - Method in class org.zkoss.zul.Bandpopup
- setVisible(boolean) - Method in class org.zkoss.zul.Center
-
This component can't be hidden.
- setVisible(boolean) - Method in class org.zkoss.zul.Listitem
- setVisible(boolean) - Method in class org.zkoss.zul.Panel
- setVisible(boolean) - Method in class org.zkoss.zul.Popup
-
Not allowed.
- setVisible(boolean) - Method in class org.zkoss.zul.Row
- setVisible(boolean) - Method in class org.zkoss.zul.Style
-
Not allowed.
- setVisible(boolean) - Method in class org.zkoss.zul.Treeitem
- setVisible(boolean) - Method in class org.zkoss.zul.Window
-
Changes the visibility of the window.
- setVisibleDirectly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Changes the visibility directly without sending any update to the client.
- setVisibleRows(int) - Method in class org.zkoss.zul.Grid
-
Sets the visible rows.
- 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
- setVolume(double) - Method in class org.zkoss.zkmax.zul.Video
-
Sets the volume of video.
- setVolume(Integer) - Method in class org.zkoss.zhtml.Meter
-
Sets the volume of this meter tag.
- setVolume(String) - Method in class org.zkoss.zhtml.Audio
-
Sets the volume of this audio tag.
- setVspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the vspace.
- setW(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the width of the crop area in pixel.
- 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.
- setWebSocketConnectionInfos(WebSocketEndPoint, HttpServletRequest) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- setWebSocketServerPush(WebSocketServerPush) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- setWeekOfYear(boolean) - Method in class org.zkoss.zul.Calendar
-
Sets whether enable to show the week number within the current year or not.
- setWeekOfYear(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether enable to show the week number in the current calendar or not.
- setWidgetAttribute(String, String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- setWidgetClass(String) - Method in class org.zkoss.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.stateless.ui.util.VolatileComponent
- 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.web.servlet.dsp.action.html.Box
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.zhtml.Canvas
-
Sets the width of this canvas tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the width of this embed tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the width of this iframe tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Img
-
Sets the width of this img tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Input
-
Sets the width of this input tag
- setWidth(String) - Method in class org.zkoss.zhtml.Object
-
Sets the width of this object tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Source
-
Sets the width of this tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Video
-
Sets the width of this video tag.
- setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setWidth(String) - Method in class org.zkoss.zkmax.zul.GoldenPanel
-
Not supported, use hflex instead.
- setWidth(String) - Method in class org.zkoss.zkmax.zul.Orgchildren
-
Deprecated.To control the size of Organigram related components, please refer to
Organigram
andOrgitem
instead. - setWidth(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
- setWidth(String) - Method in class org.zkoss.zul.Auxheader
- setWidth(String) - Method in class org.zkoss.zul.Captcha
-
Override super class to prepare the int width.
- setWidth(String) - Method in class org.zkoss.zul.Center
- setWidth(String) - Method in class org.zkoss.zul.Chart
-
Override super class to prepare the int width.
- setWidth(String) - Method in class org.zkoss.zul.Columns
- setWidth(String) - Method in class org.zkoss.zul.Foot
- setWidth(String) - Method in class org.zkoss.zul.Listcell
- setWidth(String) - Method in class org.zkoss.zul.Listfoot
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setWidth(String) - Method in class org.zkoss.zul.Listhead
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setWidth(String) - Method in class org.zkoss.zul.Listitem
-
Deprecated.as of release 6.0.0. To control the size of Listbox related components, please refer to
Listbox
andListheader
instead. - setWidth(String) - Method in class org.zkoss.zul.North
- setWidth(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setWidth(String) - Method in class org.zkoss.zul.Progressmeter
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setWidth(String) - Method in class org.zkoss.zul.Row
- setWidth(String) - Method in class org.zkoss.zul.Rows
- setWidth(String) - Method in class org.zkoss.zul.South
- setWidth(String) - Method in class org.zkoss.zul.Tab
- setWidth(String) - Method in class org.zkoss.zul.Treecell
-
Deprecated.as of release 6.0.0. To control the width of Treecell, please use
HtmlBasedComponent.setWidth(String)
instead. - setWidth(String) - Method in class org.zkoss.zul.Treechildren
- setWidth(String) - Method in class org.zkoss.zul.Treecols
- setWidth(String) - Method in class org.zkoss.zul.Treefoot
- setWidth(String) - Method in class org.zkoss.zul.Treeitem
- setWidth(String) - Method in class org.zkoss.zul.Treerow
- 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
- setWidths(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the widths, which is a list of numbers separated by comma to denote the width/height of two caves in splitlayout.
- setWrap(String) - Method in class org.zkoss.zhtml.Textarea
-
Sets the wrap of this textarea tag.
- setWrappedLabels(boolean) - Method in class org.zkoss.zkmax.zul.Stepbar
-
Sets whether the labels in children steps is wrapped.
- setWriteListener(WriteListener) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
- setX(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the left position of the crop area relates to the left edge of the child image in pixel.
- setX(int) - Method in class org.zkoss.zul.Absolutechildren
-
Sets current "x" position within parent container component.
- setXAxis(String) - Method in class org.zkoss.zul.Chart
-
Set the label in xAxis.
- setXAxisFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the label font of x axis of this chart.
- setXAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the tick number font of x axis of this chart.
- setXmlns(String) - Method in class org.zkoss.zhtml.Html
-
Sets the xmlns of this html tag.
- setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
- setXmlVersion(String) - Method in class org.zkoss.idom.Document
- setXsize(int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the x size of the wafer matrix.
- setXsl(File) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a file.
- setXsl(InputStream) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with an input stream.
- setXsl(Reader) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a reader.
- setXsl(String) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with the resource path.
- setXsl(URL) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with an URL.
- setXsl(Source) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a XML source.
- setXsl(Document) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a document.
- setXsl(Document) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a iDOM document.
- setY(int) - Method in class org.zkoss.zkmax.zul.Cropper
-
Sets the top position of the crop area relates to the top edge of the child image in pixel.
- setY(int) - Method in class org.zkoss.zul.Absolutechildren
-
Sets current "y" position within parent container component.
- setYAxis(String) - Method in class org.zkoss.zul.Chart
-
Set the label in yAxis.
- setYAxisFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the label font of y axis of this chart.
- setYAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the tick number font of y axis of this chart.
- setYsize(int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the y size of the wafer matrix.
- setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the ZK Cascading Style class 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
- setZoom(double) - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Sets the zoom level.
- setZoom(double) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the zoom level.
- setZoom(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the zoom level.
- setZoom(IPdfviewer.ZoomMode) - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Sets the zoom level.
- 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.
- SHADOW_VARIABLE - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Component developer use only
- 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
-
An addition interface to
ShadowElement
- 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.
- ShadowTemplate - Class in org.zkoss.zuti.zul
-
A utility to let developers to apply shadow elements in Java class.
- ShadowTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.ShadowTemplate
-
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when template or host is changed.
- SHALL_RENDER_ITEM - Static variable in class org.zkoss.zul.Attributes
-
It is used to check whether Treechildren should render its children or not
- 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.
- shallBlock(AuRequest) - Method in class org.zkoss.zkmax.zul.Chosenbox.ExtraCtrl
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Combobox.ExtraCtrl
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Datebox.ExtraCtrl
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Selectbox.ExtraCtrl
- shallBlockPerComponent(AuRequest) - Static method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
-
The default blocking policy.
- shallCache(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to cache the desktop of the specified URI, such that we can reuse it later.
- shallCheck(String, long) - Method in class org.zkoss.web.util.resource.ExtendletLoader
- shallCheck(K, long) - Method in class org.zkoss.util.resource.AbstractLoader
- shallCheck(K, long) - Method in interface org.zkoss.util.resource.Loader
-
Returns whether to call
Loader.getLastModified(K)
. - shallCheck(ResourceInfo, long) - Method in class org.zkoss.web.util.resource.ResourceLoader
- shallCompress(ServletRequest, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Tests whether to compress the specified extension, e.g, "js" and "css".
- shallExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns whether it is time to expunge.
- shallExpunge(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to remove it from the cache.
- shallHideId() - Method in class org.zkoss.zhtml.Head
-
Don't generate the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.Html
-
Don't generate the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Whether to hide the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.Title
-
Don't generate the id attribute.
- shallIgnoreCase() - Method in class org.zkoss.zul.ListitemComparator
-
Returns whether to ignore case.
- shallIgnoreCase() - Method in class org.zkoss.zul.RowComparator
-
Returns whether to ignore case.
- shallIgnoreCase() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns whether to ignore case.
- shallReuse(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to re-use the cached desktop.
- shallUpdateScrollPos(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether to update the scroll position on init
- SHIFT_KEY - Static variable in class org.zkoss.stateless.action.data.ColSizeData
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.stateless.action.data.MouseData
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.stateless.action.data.MoveData
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.stateless.action.data.SelectData
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.stateless.action.data.SizeData
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
-
Indicates whether the Shift key is pressed.
- shortValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in short.
- shortValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in short.
- shouldIgnoreAnnotNamespace() - Method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Whether to ignore annotation namespace.
- shouldLookupSuperclass(T) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
-
Verify if the super classes need to be traced.
- show(int, int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object[], int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object[], int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object[], int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object, int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(int, Object, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what button is pressed.
- show(String) - Static method in class org.zkoss.zk.ui.util.Notification
-
Shows a message at the center of the browser window.
- show(String) - Static method in class org.zkoss.zkmax.ui.util.Toast
-
Display a five-second toast notification message at the top-center of the browser window.
- show(String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
-
Shows a message at the center of the browser window.
- show(String, String, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, String) - Static method in class org.zkoss.zkmax.ui.util.Toast
-
Display a five-second toast notification message.
- show(String, String, String, int, boolean) - Static method in class org.zkoss.zkmax.ui.util.Toast
-
Display a toast notification message.
- show(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Notification
-
Displays a message.
- show(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
-
Displays a message.
- show(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Notification
-
Displays a message.
- show(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
-
Displays a message.
- show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>, Map<String, String>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, Component) - Static method in class org.zkoss.zk.ui.util.Notification
-
Shows a message at the right side of the given component.
- show(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Notification
-
Shows a message at the right side of the given component.
- show(String, Messagebox.Button[], EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button 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.
- showCustomError(Component, WrongValueException) - Method in interface org.zkoss.zul.CustomConstraint
-
To display the error message in a custom way.
- showCustomError(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
-
Shows the error message in the custom way by calling (
CustomConstraint.showCustomError(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.WrongValueException)
, if the constraint implementsCustomConstraint
. - 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, 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.
- 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, 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.
- shrink(Object, int, int) - Static method in class org.zkoss.util.ArraysX
-
Shrink the specified array.
- shrink(T[], int, int) - Static method in class org.zkoss.util.ArraysX
-
Shrink the specified array.
- shrinkRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- Signature - Class in org.zkoss.zkmax.zul
-
A signature pad for user to sign a signature on it with save, undo, clear method.
- Signature() - Constructor for class org.zkoss.zkmax.zul.Signature
- SimpleBindXelContext - Class in org.zkoss.bind.impl
-
Internal use only.
- SimpleBindXelContext(Component, Binder, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.bind.impl.SimpleBindXelContext
- SimpleCategoryModel - Class in org.zkoss.zul
-
A Category data model implementation of
CategoryModel
. - SimpleCategoryModel() - Constructor for class org.zkoss.zul.SimpleCategoryModel
- SimpleCharStream - Class in org.zkoss.zel.impl.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleClassResolver - Class in org.zkoss.lang
-
A simple resolver that depends on
Classes.forNameByThread(java.lang.String)
. - SimpleClassResolver() - Constructor for class org.zkoss.lang.SimpleClassResolver
- SimpleConstraint - Class in org.zkoss.zul
-
The default constraint supporting no empty, regular expressions and so on.
- SimpleConstraint(int) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with flags.
- SimpleConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with flags and an error message.
- SimpleConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint combining regular expression.
- SimpleConstraint(String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a regular-expression constraint.
- SimpleDateConstraint - Class in org.zkoss.zul
-
A simple date constraint.
- SimpleDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleDateConstraint
- SimpleDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constraints a constraint.
- SimpleDateConstraint(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint combining regular expression.
- SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a regular-expression constraint.
- SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
-
A simple implementation of
DesktopCache
. - SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
- SimpleDoubleSpinnerConstraint - Class in org.zkoss.zul
-
A simple double spinner constraint.
- SimpleDoubleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constraints a constraint.
- SimpleDoubleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constraints a constraint.
- SimpleDoubleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleEvaluator - Class in org.zkoss.zk.xel.impl
-
A simple implementation of
Evaluator
. - SimpleEvaluator(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
- SimpleForm - Class in org.zkoss.bind
-
Deprecated.As of release 9.5.0, please use
Form
- SimpleForm() - Constructor for class org.zkoss.bind.SimpleForm
-
Deprecated.
- SimpleGroupsModel<D,H,F,E> - Class in org.zkoss.zul
-
A simple implementation of
GroupsModel
. - SimpleGroupsModel(D[][]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructs a groups data model with a two-dimensional array of data.
- SimpleGroupsModel(D[][], H[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleGroupsModel(D[][], H[], F[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleGroupsModel(D[][], H[], F[], boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleGroupsModel(List<List<D>>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructs a groups data model with a two-dimensional list of data.
- SimpleGroupsModel(List<List<D>>, List<H>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleGroupsModel(List<List<D>>, List<H>, List<F>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleGroupsModel(List<List<D>>, List<H>, List<F>, boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructor When using this constructor ,
SimpleGroupsModel.getGroup(int)
will return the corresponding Object depends on heads. - SimpleHiLoModel - Class in org.zkoss.zul
-
A HiLo data model implementation of
HiLoModel
. - SimpleHiLoModel() - Constructor for class org.zkoss.zul.SimpleHiLoModel
- SimpleListModel<E> - Class in org.zkoss.zul
-
A simple implementation of
ListModel
. - SimpleListModel(E[]) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModel(E[], boolean) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModel(List<? extends E>) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModelSharer<T> - Class in org.zkoss.zkex.zul
- SimpleListModelSharer(ListModel<T>) - Constructor for class org.zkoss.zkex.zul.SimpleListModelSharer
- SimpleLocalDateConstraint - Class in org.zkoss.zul
-
A simple
LocalDate
constraint. - SimpleLocalDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constraints a constraint.
- SimpleLocalDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constraints a constraint.
- SimpleLocalDateConstraint(int, LocalDate, LocalDate, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleLocalDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint combining regular expression.
- SimpleLocalDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleLocalDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a regular-expression constraint.
- SimpleLocalTimeConstraint - Class in org.zkoss.zul
-
A simple
LocalTime
constraint. - SimpleLocalTimeConstraint(int) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constraints a constraint.
- SimpleLocalTimeConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constraints a constraint.
- SimpleLocalTimeConstraint(int, LocalTime, LocalTime, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleLocalTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint combining regular expression.
- SimpleLocalTimeConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleLocalTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a regular-expression constraint.
- SimpleMapper - Class in org.zkoss.xel.util
-
A simple function mapper.
- SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
- SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
- SimpleNode - Class in org.zkoss.zel.impl.parser
- SimpleNode(int) - Constructor for class org.zkoss.zel.impl.parser.SimpleNode
- SimplePieModel - Class in org.zkoss.zul
-
A Pie chart data model implementation of
PieModel
. - SimplePieModel() - Constructor for class org.zkoss.zul.SimplePieModel
- SimpleResolver - Class in org.zkoss.xel.util
-
A simple resolver that retrieve variable from a map.
- SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver.
- SimpleResolver(Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with an object map.
- SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with a parent.
- SimpleResolver(VariableResolver, Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with a parent and an object map.
- 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() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class, only if the deriving class implements java.io.Serializable.
- 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(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Constructs a ZK session with a HTTP session.
- SimpleSessionCache - Class in org.zkoss.zk.ui.http
-
A simple implementation of
SessionCache
. - SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
- SimpleSingleValueCategoryModel - Class in org.zkoss.zul
-
A Pie chart data model implementation of
SingleValueCategoryModel
. - SimpleSingleValueCategoryModel() - Constructor for class org.zkoss.zul.SimpleSingleValueCategoryModel
- SimpleSpinnerConstraint - Class in org.zkoss.zul
-
A simple spinner constraint.
- SimpleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constraints a constraint.
- SimpleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constraints a constraint.
- SimpleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleThemeURIModifier - Class in org.zkoss.zk.ui.util
-
A simple implementation of
ThemeURIModifier
. - SimpleThemeURIModifier(List<StyleSheet>) - Constructor for class org.zkoss.zk.ui.util.SimpleThemeURIModifier
- SimpleUiFactory - Class in org.zkoss.zk.ui.http
-
The default implementation of
UiFactory
. - SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
- SimpleWebApp - Class in org.zkoss.zk.ui.http
-
A servlet-based Web application.
- SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
- SimpleXelContext - Class in org.zkoss.xel.util
-
A simple implementation of
XelContext
. - SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
- SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
- SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
- SimpleXYModel - Class in org.zkoss.zul
-
A XY data model implementation of
XYModel
. - SimpleXYModel() - Constructor for class org.zkoss.zul.SimpleXYModel
- SimpleXYModel.XYPair - Class in org.zkoss.zul
- SimpleXYZModel - Class in org.zkoss.zul
-
A XYZ data model implementation of
XYZModel
. - SimpleXYZModel() - Constructor for class org.zkoss.zul.SimpleXYZModel
- SIMPLIFIED_COMMAND_PARAM_PREFIX - Static variable in class org.zkoss.zk.ui.metainfo.Parser
- SINGLE_QUOTE - org.zkoss.zk.ui.select.impl.Token.Type
- SingleValueCategoryModel - Interface in org.zkoss.zul
-
A Pie chart data model.
- size() - Method in class org.zkoss.bind.impl.Path
- size() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- size() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- size() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- size() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- size() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- size() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- size() - Method in class org.zkoss.bind.proxy.MapProxy
- size() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- size() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns the number of elements.
- size() - Method in class org.zkoss.util.CacheMap
- size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
- size() - Method in class org.zkoss.util.CollectionsX.ArrayList
- size() - Method in class org.zkoss.util.CollectionsX.OneCollection
- size() - Method in class org.zkoss.util.DualCollection
- size() - Method in class org.zkoss.util.FastReadArray
-
Returns the size.
- size() - Method in class org.zkoss.util.IdentityHashSet
- size() - Method in class org.zkoss.util.NotableLinkedList
- size() - Method in class org.zkoss.web.servlet.xel.AttributesMap
- size() - Method in class org.zkoss.web.servlet.xel.ParameterMap
- size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
- size() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- size() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- size() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
- size() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns 0, no matter any variable is defined.
- size() - Method in class org.zkoss.zkmax.zul.DefaultStepModel
- size() - Method in interface org.zkoss.zkmax.zul.StepModel
-
Returns the length of the step list.
- size() - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- size() - Method in class org.zkoss.zul.DialModel
-
Returns the number of
DialModelScale
s. - size() - Method in class org.zkoss.zul.ListModelList
- size() - Method in class org.zkoss.zul.ListModelMap
- size() - Method in class org.zkoss.zul.ListModelSet
- SIZE_LIMIT_EXCEEDED - org.zkoss.zk.ui.ext.Uploadable.Error
-
(size-limit-exceeded) Upload file size exceeds max-size.
- SizeData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component being re-sized.
- SizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being re-sized.
- SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
-
Constructs a mouse relevant event.
- sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns the size without trying to expunge first.
- skip() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- skip(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
- SKIP_BIND_INIT - Static variable in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- SKIP_DISTRIBUTED_CHILDREN_PROPERTY_CHANGE - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
- SKIPS - Static variable in class org.zkoss.util.Checksums
-
The default skips.
- skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
-
Returns the next index after skipping whitespaces.
- skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
-
The backward version of
Strings.skipWhitespaces(java.lang.CharSequence, int)
. - sleep(int) - Static method in class org.zkoss.lang.Threads
-
Put the current thread to sleep for a while.
- SlideData - Class in org.zkoss.stateless.action.data
-
Represents an action cause by user's slidedown or slideup something at the client.
- SlideData() - Constructor for class org.zkoss.stateless.action.data.SlideData
- 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.
- Slider - Class in org.zkoss.zul
-
A slider.
- Slider() - Constructor for class org.zkoss.zul.Slider
- Slider(int) - Constructor for class org.zkoss.zul.Slider
- Sliderbuttons - Class in org.zkoss.zkex.zul
-
A pair of buttons for slider (rangeslider and multislider).
- Sliderbuttons() - Constructor for class org.zkoss.zkex.zul.Sliderbuttons
- Slot - Class in org.zkoss.zhtml
-
The slot tag
- Slot() - Constructor for class org.zkoss.zhtml.Slot
- Small - Class in org.zkoss.zhtml
-
The SMALL tag.
- Small() - Constructor for class org.zkoss.zhtml.Small
- smartDrawCaptcha() - Method in class org.zkoss.zul.Captcha
-
mark a draw flag to inform that this Chart needs update.
- smartDrawChart() - Method in class org.zkoss.zul.Chart
-
mark a draw flag to inform that this Chart needs update.
- SmartNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Notify value change once it changed, unlike
NotifyChange
. - smartRead(ObjectInputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
-
Reads serializable elements back (serialized by
Serializables.smartWrite(ObjectOutputStream,Collection)
) - smartRead(ObjectInputStream, List<T>) - Static method in class org.zkoss.io.Serializables
-
Reads serializable elements back (serialized by
Serializables.smartWrite(ObjectOutputStream,Collection)
) - smartRead(ObjectInputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
-
Reads serializable entries back (serialized by
Serializables.smartWrite(ObjectOutputStream,Map)
). - smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in boolean.
- smartUpdate(String, boolean) - Method in class org.zkoss.zul.Listitem
- 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, double) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in double.
- smartUpdate(String, float) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in float.
- smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in int.
- smartUpdate(String, int) - Method in class org.zkoss.zul.Listitem
- smartUpdate(String, long) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in long.
- smartUpdate(String, Object) - Method in class org.zkoss.zhtml.Input
- 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) - Method in class org.zkoss.zul.Listitem
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Panelchildren
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Tree
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Treechildren
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Treerow
- 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(Locator, String, boolean) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in boolean.
- smartUpdate(Locator, String, byte) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in byte.
- smartUpdate(Locator, String, char) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in char.
- smartUpdate(Locator, String, double) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in double.
- smartUpdate(Locator, String, float) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in float.
- smartUpdate(Locator, String, int) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in int.
- smartUpdate(Locator, String, long) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in long.
- smartUpdate(Locator, String, Object) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in Object.
- smartUpdate(Locator, String, Object, boolean) - Static method in class org.zkoss.stateless.ui.UiAgentCtrl
-
A special smart update to update a value in Object.
- smartUpdate(Locator, SmartUpdater) - Method in interface org.zkoss.stateless.ui.UiAgent
-
A special smart update to update all the new data in the given updater.
- smartUpdate(Component, String, Object, boolean) - Static method in class org.zkoss.zk.ui.Components
-
Adds the smartUpdate command to the specific component.
- SmartUpdater - Interface in org.zkoss.stateless.ui
-
An interface to indicate the implementation can be serialized by a smart updater.
- 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.
- smartWrite(ObjectOutputStream, Object) - Static method in class org.zkoss.io.Serializables
-
Writes the given value only if it is serializable.
- smartWrite(ObjectOutputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable elements of the specified collection.
- smartWrite(ObjectOutputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable entries of the specified map.
- smartWrite(ObjectOutputStream, T[]) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable elements of the specified array.
- snapshot() - Method in class org.zkoss.stateless.state.ICameraController
-
Takes a snapshot.
- snapshot() - Method in class org.zkoss.zkmax.zul.Camera
-
Take a snapshot.
- snapshot(double) - Method in class org.zkoss.stateless.state.ICameraController
-
Takes a snapshot.
- snapshot(double) - Method in class org.zkoss.zkmax.zul.Camera
-
Take a snapshot.
- sort() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- sort() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- sort() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- sort() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- sort() - Method in class org.zkoss.zul.DefaultTreeModel
- sort() - Method in interface org.zkoss.zul.ext.Sortable
-
Sort the data model by default or assigned comparator.
- sort() - Method in class org.zkoss.zul.ListModelArray
- sort() - Method in class org.zkoss.zul.ListModelList
- sort() - Method in class org.zkoss.zul.ListModelMap
- sort() - Method in class org.zkoss.zul.ListModelSet
- sort() - Method in class org.zkoss.zul.SimpleListModel
- sort(boolean) - Method in class org.zkoss.zul.Column
-
Sorts the rows (
Row
) based onColumn.getSortAscending()
andColumn.getSortDescending()
, ifColumn.getSortDirection()
doesn't matches the ascending argument. - sort(boolean) - Method in class org.zkoss.zul.Listheader
-
Sorts the list items based on
Listheader.getSortAscending()
andListheader.getSortDescending()
, ifListheader.getSortDirection()
doesn't matches the ascending argument. - sort(boolean) - Method in class org.zkoss.zul.Treecol
-
Sorts the treechildren (
Treeitem
) based onTreecol.getSortAscending()
andTreecol.getSortDescending()
, ifTreecol.getSortDirection()
doesn't matches the ascending argument. - sort(boolean, boolean) - Method in class org.zkoss.zul.Column
- sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
-
Sorts the list items based on
Listheader.getSortAscending()
andListheader.getSortDescending()
. - sort(boolean, boolean) - Method in class org.zkoss.zul.Treecol
-
Sorts the treechildren (
Treeitem
) based onTreecol.getSortAscending()
andTreecol.getSortDescending()
. - sort(boolean, int) - Method in class org.zkoss.zkmax.zul.Biglistbox
- sort(Comparator<D>, boolean) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- sort(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
- sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Sort each data in each group by Comparator, developer could override
SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int)
(Since 6.0.1) to customize. - sort(Comparator<E>, boolean) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- sort(Comparator<E>, boolean) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- sort(Comparator<E>, boolean) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelArray
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelList
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelSet
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.SimpleListModel
-
Sorts the data.
- sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.zul.ListModelMap
-
Sorts the data.
- sort(Comparator<TreeNode<E>>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
-
Sorts the data.
- sort(Comparator<T>, boolean) - Method in interface org.zkoss.zul.ext.Sortable
-
It called when the associated component (such as
Listbox
) has to sort the content. - sort(List<? extends Component>, int, int, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- sort(List<? extends Component>, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Sort the violations, make multiple violation order more predictable.
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Sort the violations, make multiple violation order more predictable.
- Sortable<T> - Interface in org.zkoss.zul.ext
-
Indicate a data model that supports sorting.
- SortData - Class in org.zkoss.stateless.action.data
-
Represents sort data by sorting activity
- SortData(Map) - Constructor for class org.zkoss.stateless.action.data.SortData
- sortDataInGroupOrder(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
Sorts the native data in the group order.
- sorted() - Method in class org.zkoss.zel.impl.stream.Stream
- sorted(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
- 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.
- SortEventExt - Class in org.zkoss.zkmax.zul.event
-
Represents an event that indicates a sorting request to data for
Biglistbox
, and provides more information about the column index. - SortEventExt(String, Component, boolean, int) - Constructor for class org.zkoss.zkmax.zul.event.SortEventExt
- SortExtData - Class in org.zkoss.stateless.action.data
-
Represents an action that indicates a sorting request to data for
IBiglistbox
, and provides more information about the column index. - sortGroupData(H, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
Sorts data within a group.
- sortGroupData(Object, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Deprecated.As of release 6.0.1, replaced with
SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int)
. - sortGroupData(Object, List<D>, Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Sorts a group of data.
- source(String) - Method in class org.zkoss.zk.ui.select.impl.Token
- Source - Class in org.zkoss.zhtml
-
The SOURCE tag.
- Source() - Constructor for class org.zkoss.zhtml.Source
- SOURCE_MAP_JAVASCRIPT_PATH - Static variable in class org.zkoss.zk.ui.http.WpdExtendlet
- South - Class in org.zkoss.zul
-
A south region of a border layout.
- South() - Constructor for class org.zkoss.zul.South
- SOUTH - Static variable in class org.zkoss.zul.Borderlayout
-
The south layout constraint (bottom of container).
- Space - Class in org.zkoss.zul
-
Space is a
Separator
with the orient default to "vertical". - Space() - Constructor for class org.zkoss.zul.Space
- SPACE - org.zkoss.bind.annotation.Scope
-
Search the value from the implicit spaceScope
- SPACE_OWNER - org.zkoss.bind.annotation.ContextType
-
The space owner of the current component, the type is
IdSpace
- SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
Used with
Component.getAttribute(String, int)
and related to denote custom attributes shared by the same ID space. - spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the space owner of the applied component.
- spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the ID space contains the applied component.
- Span - Class in org.zkoss.zhtml
-
The SPAN tag.
- Span - Class in org.zkoss.zul
-
The same as HTML SPAN tag.
- Span() - Constructor for class org.zkoss.zhtml.Span
- Span() - Constructor for class org.zkoss.zul.Span
- specialToken - Variable in class org.zkoss.zel.impl.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- SPHERE - Static variable in interface org.zkoss.stateless.sul.ISlider
-
Constant for sphere mold attributes of this immutable component.
- Spinner - Class in org.zkoss.zul
-
An edit box for holding a constrained integer.
- Spinner() - Constructor for class org.zkoss.zul.Spinner
- Spinner(int) - Constructor for class org.zkoss.zul.Spinner
- SPINNER_ANGLE_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPINNER_ANGLE_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
- split(int) - Method in interface org.zkoss.idom.Textual
-
Splits at the specified offset into two Textual objects.
- split(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Splits a string.
- Splitlayout - Class in org.zkoss.zkmax.zul
-
A layout container which is used to divide a component into two components.
- Splitlayout() - Constructor for class org.zkoss.zkmax.zul.Splitlayout
- SPLITLAYOUT_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITLAYOUT_CARET_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITLAYOUT_CARET_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITLAYOUT_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- splitQuery(String) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
- splitQueryParameter(String) - Static method in class org.zkoss.zk.au.http.AuMultipartUploader
- splitSourceMapJsPathIfAny(String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
Internal use only (since 10.0.0)
- Splitter - Class in org.zkoss.zul
- Splitter() - Constructor for class org.zkoss.zul.Splitter
- SPLITTER_CARET_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITTER_CARET_LEFT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITTER_CARET_RIGHT - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- SPLITTER_CARET_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
- SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
-
Listener to make sure each ZK thread got the same ThreadLocal value of the spring's org.springframework.transaction.support.TransactionSynchronizationManager; especially those thread bound resources.
- SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- SpringUtil - Class in org.zkoss.zkplus.spring
-
SpringUtil, a Spring utility.
- SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
- SRCPATH - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- STACKED_AREA - Static variable in class org.zkoss.zul.Chart
- STACKED_BAR - Static variable in class org.zkoss.zul.Chart
- StackInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- StackInfo(String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.StackInfo
- StandardBeanNameResolver() - Constructor for class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
- StandardBiMap<K,V> - Class in org.zkoss.zkmax.bind.ext
-
A general-purpose bimap implementation using any two backing
Map
instances. - StandardBiMap(Map<K, V>, Map<V, K>) - Constructor for class org.zkoss.zkmax.bind.ext.StandardBiMap
-
Package-private constructor for creating a map-backed bimap.
- StandardELContext - Class in org.zkoss.zel
- StandardELContext(ELContext) - Constructor for class org.zkoss.zel.StandardELContext
- StandardELContext(ExpressionFactory) - Constructor for class org.zkoss.zel.StandardELContext
- StandardTheme - Class in org.zkoss.web.theme
-
A standard implementation of Theme.
- StandardTheme() - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a default theme
- StandardTheme(String) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, String, int) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, String, int, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme.ThemeOrigin - Enum in org.zkoss.web.theme
-
Used to specify the origin of theme resources (e.g.
- StandardThemeProvider - Class in org.zkoss.zkex.theme
-
A standard implementation of ThemeProvider for ZK PE, which works with the Breeze series themes
- StandardThemeProvider - Class in org.zkoss.zkmax.theme
-
A standard implementation of ThemeProvider for ZK EE, which works with the Breeze series themes, and also supports standard-derived tablet themes
- StandardThemeProvider - Class in org.zkoss.zul.theme
-
A standard implementation of ThemeProvider for ZK CE, which works with the Breeze series themes
- StandardThemeProvider() - Constructor for class org.zkoss.zkex.theme.StandardThemeProvider
- StandardThemeProvider() - Constructor for class org.zkoss.zkmax.theme.StandardThemeProvider
- StandardThemeProvider() - Constructor for class org.zkoss.zul.theme.StandardThemeProvider
- start() - Method in class org.zkoss.stateless.state.ICameraController
-
Starts recording.
- start() - Method in class org.zkoss.stateless.state.ITimerController
-
Starts the timer.
- start() - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Display a Loadingbar(value is 0) on the top of browser window.
- start() - Method in class org.zkoss.zkmax.zul.Camera
-
Start recording.
- start() - Method in class org.zkoss.zul.Timer
-
Starts the timer.
- start(double) - Method in class org.zkoss.stateless.state.ICameraController
-
Starts recording.
- start(double) - Method in class org.zkoss.zkmax.zul.Camera
-
Start recording.
- start(int) - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Display a Loadingbar on the top of browser window.
- start(int, String) - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Display a Loadingbar.
- start(int, String, boolean) - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Display a Loadingbar.
- start(IN) - Method in class org.zkoss.fsm.StateMachine
-
Starts the machine with a single input character.
- start(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
-
Starts the machine with a stream of input characters.
- start(ServletContext, HttpServletRequest, HttpServletResponse, Desktop) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Starts an execution.
- start(Desktop) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Starts and initializes the server-push controller.
- start(Desktop) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Starts the server push.
- start(Desktop) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- start(Desktop) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Starts the provider.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Starts the failover manager.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Starts the engine.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Starts this factory.
- START - Static variable in class org.zkoss.zkmax.zul.Camera
-
Represent the start state
- START_AFTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the left of the anchor, aligned to the bottom
- START_AFTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the left of the anchor, aligned to the bottom
- START_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- START_BEFORE - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the left of the anchor, aligned to the top
- START_BEFORE - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the left of the anchor, aligned to the top
- START_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- START_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component appears to the left of the anchor, aligned to the middle
- START_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component appears to the left of the anchor, aligned to the middle
- START_DEFERRED_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- START_SET_OR_MAP - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- startAsync() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- startAsync() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- startAsync() - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.zkmax.ui.http.FacadeHttpServletRequest
- startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
- startClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response to the client to start the server push.
- startClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sends an AU response to the client to start the server push.
- startClientPush() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
Sends an AU response to the client to start the server push.
- startDocument() - Method in class org.zkoss.idom.input.SAXHandler
- startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
- startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
- startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
- startsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Tests if this string starts with the specified prefix.
- 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.
- StateChangeData - Class in org.zkoss.stateless.action.data
-
Represents an action that state of component was changed.
- StateChangeData() - Constructor for class org.zkoss.stateless.action.data.StateChangeData
- StateChangeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that state of component was changed.
- StateChangeEvent - Class in org.zkoss.zkmax.zul.event
-
Deprecated.As of release 10.0.0, replaced with
StateChangeEvent
. - StateChangeEvent(String, Component, Integer) - Constructor for class org.zkoss.zk.ui.event.StateChangeEvent
-
Constructs the state change event.
- StateChangeEvent(String, Component, Integer) - Constructor for class org.zkoss.zkmax.zul.event.StateChangeEvent
-
Deprecated.Constructs the state change event.
- StateCtx<E,C,IN> - Class in org.zkoss.fsm
-
A context for a State in a StateMachine, holding returning and transition information.
- StateCtx() - Constructor for class org.zkoss.fsm.StateCtx
-
Creates a new state context
- StateCtx.TransitionListener<IN,C> - Interface in org.zkoss.fsm
- StatelessComposer<I extends IComponent> - Interface in org.zkoss.stateless.ui
-
A state less composer to compose of ZK
Component
s into Stateless immutableIComponent
s - StatelessContentRenderer<I extends IComponent> - Class in org.zkoss.stateless.ui.util
-
A renderer context to wrap ZK ContentRenderer with Stateless runtime meta.
- StatelessContentRenderer(ContentRenderer, I, IStubComponent) - Constructor for class org.zkoss.stateless.ui.util.StatelessContentRenderer
- StatelessEventListenerMap - Class in org.zkoss.stateless.ui.util
-
A wrapper of
EventListenerMap
in stateless. - StatelessEventListenerMap(EventListenerMap) - Constructor for class org.zkoss.stateless.ui.util.StatelessEventListenerMap
- StatelessOnly - Annotation Type in org.zkoss.stateless.immutable
-
Marker annotation to indicate a method is declared in Stateless only not to use proxy mechanism.
- StatelessRichlet - Interface in org.zkoss.stateless.ui
-
A state less richlet interface to construct an immutable component tree to the given view.
- StatelessStyle - Annotation Type in org.zkoss.stateless.immutable
- StateMachine<E,C,IN> - Class in org.zkoss.fsm
-
A Finite State Machine implementation.
- StateMachine() - Constructor for class org.zkoss.fsm.StateMachine
-
Construct a state machine
- StateMachine.StateMachineException - Exception in org.zkoss.fsm
- StateMachineException(int, Object, Object) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
- StateMachineException(int, Object, Object, String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
- StateMachineException(String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
- StaticFieldELResolver - Class in org.zkoss.zel
- StaticFieldELResolver() - Constructor for class org.zkoss.zel.StaticFieldELResolver
- staticFlag - Static variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Whether parser is static.
- 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
- STATUS_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- STATUS_ATTR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- STATUS_POST_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- Step - Class in org.zkoss.zkmax.zul
-
A step is used for displaying user navigation, it should be placed inside a
Stepbar
. - Step() - Constructor for class org.zkoss.zkmax.zul.Step
- Step(String) - Constructor for class org.zkoss.zkmax.zul.Step
- STEP - Static variable in class org.zkoss.zul.Chart
- STEP_AREA - Static variable in class org.zkoss.zul.Chart
- Stepbar - Class in org.zkoss.zkmax.zul
-
A stepbar.
- Stepbar() - Constructor for class org.zkoss.zkmax.zul.Stepbar
- StepModel<E> - Interface in org.zkoss.zkmax.zul
-
This interface defines the methods for stepbar and use to do sequential navigation.
- StepRenderer<T> - Interface in org.zkoss.zkmax.zul
-
To handle the resolver a template of a step renderer.
- stop() - Method in class org.zkoss.stateless.state.IAudioController
-
Stops the audio at the client.
- stop() - Method in class org.zkoss.stateless.state.ICameraController
-
Stops recording.
- stop() - Method in class org.zkoss.stateless.state.ITimerController
-
Stops the timer.
- stop() - Method in class org.zkoss.stateless.state.IVideoController
-
Stops the video at the client.
- stop() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
- stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
- stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Called when to stop and cleanup this cache.
- stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Stops and cleans up the server-push controller.
- stop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Stops the server push.
- stop() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- stop() - Method in class org.zkoss.zkmax.zul.Camera
-
Stop recording.
- stop() - Method in class org.zkoss.zkmax.zul.Video
-
Stop the video at the client.
- stop() - Method in class org.zkoss.zul.Audio
-
Stops the audio at the client, and reset its currentTime to zero.
- stop() - Method in class org.zkoss.zul.Timer
-
Stops the timer.
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- 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(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Stops the engine.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Stops this factory.
- STOP - Static variable in class org.zkoss.stateless.state.IAudioController
- STOP - Static variable in class org.zkoss.stateless.state.IVideoController
- STOP - Static variable in class org.zkoss.zkmax.zul.Camera
-
Represent the stop state
- STOP - Static variable in class org.zkoss.zkmax.zul.Video
-
Represent the stop state
- STOP - Static variable in class org.zkoss.zul.Audio
-
Represent the stop state
- stopClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response the client to stop the server push.
- stopClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sends an AU response the client to stop the server push.
- stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
-
Stops the propagation for this event.
- stopStreaming() - Method in class org.zkoss.stateless.state.ICameraController
-
Stops getting media stream from user's camera and microphone.
- stopStreaming() - Method in class org.zkoss.zkmax.zul.Camera
-
Stop getting media stream from user's camera and microphone.
- 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.
- storeForm(Component, String, Form) - Method in class org.zkoss.bind.impl.BinderImpl
- storeForm(Component, String, Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Store the form in the component with id
- stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
- Stream - Class in org.zkoss.zel.impl.stream
- Stream(Iterator<Object>) - Constructor for class org.zkoss.zel.impl.stream.Stream
- StreamELResolverImpl - Class in org.zkoss.zel.impl.stream
- StreamELResolverImpl() - Constructor for class org.zkoss.zel.impl.stream.StreamELResolverImpl
- StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
- stretchRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- STRICT - Static variable in class org.zkoss.zul.SimpleConstraint
-
The value must match inside the data from ListModel only.
- String() - Method in class org.zkoss.zel.impl.parser.ELParser
- STRING_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
-
A comparator for
ListSubModel.getSubModel(java.lang.Object, int)
to check if a value retrieved from the model matches the user typed. - STRING_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- STRING_TOO_LONG - Static variable in interface org.zkoss.zul.mesg.MZul
- StringFns - Class in org.zkoss.xel.fn
-
Functions to manipulate strings in EL.
- StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
- StringKeysMap<V> - Class in org.zkoss.web.servlet.xel
-
A skeletal implementation for Map to wrap something with enumeration of keys, which must be String.
- StringKeysMap() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap
- StringKeysMap.EntryIter - Class in org.zkoss.web.servlet.xel
-
The iterator class used to iterator the entries in this map.
- StringPropertyAccess - Class in org.zkoss.zk.ui.sys
-
A String property class.
- StringPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.StringPropertyAccess
- Strings - Class in org.zkoss.lang
-
String utilities and constants
- Strings() - Constructor for class org.zkoss.lang.Strings
- Strings.Result - Class in org.zkoss.lang
-
The result of
Strings.substring(java.lang.String, int, char)
. - stringToArray(String, String) - Static method in class org.zkoss.zul.impl.Utils
-
Parse a list of numbers.
- stringToInts(String, int) - Static method in class org.zkoss.zul.impl.Utils
-
Parse a list of numbers.
- Strong - Class in org.zkoss.zhtml
-
The STRONG tag.
- Strong() - Constructor for class org.zkoss.zhtml.Strong
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the structure of the lists has changed.
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the structure of the lists has changed.
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the structure of the tree has changed.
- 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
-
The event sent from a stub component (
StubComponent
. - 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
- Style - Class in org.zkoss.zhtml
-
The STYLE tag.
- Style - Class in org.zkoss.zul
-
The style component used to specify CSS styles for the owner desktop.
- Style() - Constructor for class org.zkoss.zhtml.Style
- Style() - Constructor for class org.zkoss.zul.Style
- Style(String) - Constructor for class org.zkoss.zhtml.Style
- Style(String) - Constructor for class org.zkoss.zul.Style
- Style(String, String) - Constructor for class org.zkoss.zul.Style
- StyleSheet - Class in org.zkoss.html
-
Represents a style sheet.
- StyleSheet(String, String) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by specifying the file to contain the style sheets.
- StyleSheet(String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by assigning the content (style sheets).
- StyleSheet(String, String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by assigning the content (style sheets).
- StyleSheet(String, String, String, boolean, boolean) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by assigning the content (style sheets).
- Sub - Class in org.zkoss.zhtml
-
The SUB tag.
- Sub() - Constructor for class org.zkoss.zhtml.Sub
- subList(int, int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- subList(int, int) - Method in class org.zkoss.bind.proxy.ListProxy
- subList(int, int) - Method in class org.zkoss.zul.ListModelList
- submit(BindContext) - Method in interface org.zkoss.bind.FormStatus
-
Submits the modified date to the origin object.
- SUBMIT - org.zkoss.stateless.sul.IButtonBase.Type
-
The submit button type.
- 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.
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- submitToOrigin(BindContext) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Saves all of the changes of this form to the origin object.
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.MapProxy
- subscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a listener to this queue.
- subscribe(EventListener<T>) - 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>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- 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>, boolean) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- 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>, 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.ServerPushEventQueue
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- Subscribe - Annotation Type in org.zkoss.zkmax.ui.select.annotation
-
Annotation for subscribing an EventQueue with the annotated method.
- 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
- subscribeEventQueues(Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
- subscribeEventQueues(Object) - Static method in class org.zkoss.zkmax.ui.select.SelectorsExt
-
Subscribe member methods with
Subscribe
annotation in the controller object. - substream(Number) - Method in class org.zkoss.zel.impl.stream.Stream
- substream(Number, Number) - Method in class org.zkoss.zel.impl.stream.Stream
- substring(String, int, char) - Static method in class org.zkoss.lang.Strings
-
Returns the substring from the
from
index up to theuntil
character or end-of-string. - substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the substring from the
from
index up to theuntil
character or end-of-string. - substring(String, int, int) - Static method in class org.zkoss.xel.fn.StringFns
-
Returns a new string that is a substring of this string.
- substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
- SUBTITLES - org.zkoss.stateless.sul.ITrack.Kind
-
The track defines subtitles, used to display subtitles in a video
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
- subtract(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
- subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
-
Date Arithmetic function (date2 - date1). subtract a date from another date, return the difference as the required fields.
- sum() - Method in class org.zkoss.zel.impl.stream.Stream
- Summary - Class in org.zkoss.zhtml
-
The SUMMARY tag.
- Summary() - Constructor for class org.zkoss.zhtml.Summary
- Sup - Class in org.zkoss.zhtml
-
The Sup tag.
- Sup() - Constructor for class org.zkoss.zhtml.Sup
- superclass() - Method in annotation type org.zkoss.bind.annotation.AfterCompose
- superclass() - Method in annotation type org.zkoss.bind.annotation.Destroy
- superclass() - Method in annotation type org.zkoss.bind.annotation.Init
- suspend() - Method in class org.zkoss.fsm.StateMachine
-
Suspend the machine
- SuspendNotAllowedException - Exception in org.zkoss.zk.ui
-
Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
- SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(int) - 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, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
- SwipeData - Class in org.zkoss.stateless.action.data
-
Represents an action that indicates a finger swipe on a component and provides information about the swipe displacement, duration and direction.
- SwipeData() - Constructor for class org.zkoss.stateless.action.data.SwipeData
- 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
- SWITCH - Static variable in interface org.zkoss.stateless.sul.ICheckbox
-
Constant for switch mold attributes of this immutable component.
- SwitchTo(int) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Switch to specified lex state.
- syncErrorbox() - Static method in class org.zkoss.zk.ui.util.Clients
-
Send a command to sync all the errorboxes and its reference component position on the desktop.
- syncErrorbox(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Send a command to sync a target component and its errorbox position.
- SynchronizedScope - Class in org.zkoss.zk.ui.impl
-
A synchronized scope.
- SynchronizedScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SynchronizedScope
- SYNCING_MODEL - Static variable in class org.zkoss.zul.Listbox
- syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- syncModel(int, int) - Method in interface org.zkoss.zul.impl.DataLoader
-
Synchronizes the owner component to be consistent with the specified model.
- syncModel(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
- syncModel(int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
- SystemConverters - Class in org.zkoss.bind.impl
-
To keep system level converters, the built-in converters are initialized when first accessing.
- SystemConverters() - Constructor for class org.zkoss.bind.impl.SystemConverters
- SystemException - Exception in org.zkoss.lang
-
Indicates a system exception.
- SystemException() - Constructor for exception org.zkoss.lang.SystemException
- SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
Constructs an SystemException by use of an error code.
- SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
- SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
Constructs a SystemException by specifying message directly.
- SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
- SystemException.Aide - Class in org.zkoss.lang
-
Utilities.
- SystemValidators - Class in org.zkoss.bind.impl
-
To keep system level validators, the built-in validators are initialized when first accessing.
- SystemValidators() - Constructor for class org.zkoss.bind.impl.SystemValidators
T
- Tab - Class in org.zkoss.zul
-
A tab.
- Tab() - Constructor for class org.zkoss.zul.Tab
- Tab(String) - Constructor for class org.zkoss.zul.Tab
- Tab(String, String) - Constructor for class org.zkoss.zul.Tab
- TAB_TIMES_TAB - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Tabbox - Class in org.zkoss.zul
-
A tabbox.
- Tabbox() - Constructor for class org.zkoss.zul.Tabbox
- TabboxEngine - Interface in org.zkoss.zul.impl
-
Tabbox engine is an engine that do the model rendering for
ListModel
- TabboxEngineImpl - Class in org.zkoss.zkmax.zul.impl
-
An implementation engine for tabbox with model.
- TabboxEngineImpl() - Constructor for class org.zkoss.zkmax.zul.impl.TabboxEngineImpl
- TabboxModelConverter - Class in org.zkoss.bind.converter.sys
- TabboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxModelConverter
- TabboxRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the tab and tabpanel in a
Tabbox
. - TabboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
- TabboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
- TabboxSelectedTabConverter - Class in org.zkoss.bind.converter.sys
-
Convert tabbox selected tab and vice versa.
- TabboxSelectedTabConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxSelectedTabConverter
- Table - Class in org.zkoss.zhtml
-
The TABLE tag.
- Table() - Constructor for class org.zkoss.zhtml.Table
- Tablechildren - Class in org.zkoss.zkmax.zul
-
The cell of Tablelayout.
- Tablechildren() - Constructor for class org.zkoss.zkmax.zul.Tablechildren
- Tablelayout - Class in org.zkoss.zkmax.zul
-
Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
- Tablelayout() - Constructor for class org.zkoss.zkmax.zul.Tablelayout
- TABLET_PREFIX - Static variable in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
- TabletThemeURIHandler - Class in org.zkoss.zkmax.theme
-
TabletThemeURIHandler is a ThemeURIHandler to provide tablet theme uri.
- TabletThemeURIHandler() - Constructor for class org.zkoss.zkmax.theme.TabletThemeURIHandler
- Tabpanel - Class in org.zkoss.zul
-
A tab panel.
- Tabpanel() - Constructor for class org.zkoss.zul.Tabpanel
- Tabpanels - Class in org.zkoss.zul
-
A collection of tab panels.
- Tabpanels() - Constructor for class org.zkoss.zul.Tabpanels
- Tabs - Class in org.zkoss.zul
-
A collection of tabs (
Tab
). - Tabs() - Constructor for class org.zkoss.zul.Tabs
- tabSize - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
- Taglib - Class in org.zkoss.xel.taglib
-
Represents a taglib.
- Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
- TaglibDefinition - Class in org.zkoss.xel.taglib
-
Represents the content of a taglib.
- TaglibDefinition() - Constructor for class org.zkoss.xel.taglib.TaglibDefinition
- TaglibMapper - Class in org.zkoss.xel.util
-
A function mapper that is capable to load function and class definitions from taglib.
- TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
- Taglibs - Class in org.zkoss.xel.taglib
-
Utilities to handle taglib.
- Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
- tagNameOf(String) - Method in class org.zkoss.idom.Namespace
-
Gets the tag name of the giving local name.
- TagRenderContext - Class in org.zkoss.zhtml.impl
-
The render context used to render the additional part (JavaScript code snippet).
- TagRenderContext() - Constructor for class org.zkoss.zhtml.impl.TagRenderContext
- target - Variable in class org.zkoss.zel.impl.lang.FunctionMapperFactory
- Target() - Constructor for class org.zkoss.zel.impl.parser.AstValue.Target
- TARGET_ROOT - Static variable in class org.zkoss.zkmax.zul.GoldenLayout
- targetId() - Method in annotation type org.zkoss.stateless.annotation.ActionVariable
-
The target id of the
IComponent
or an empty string to indicate the name of the method parameter or the name of field member is the same as the id. - Tbeditor - Class in org.zkoss.zkmax.zul
-
A component which is similar to ckeditor but is lightweight and efficient.
- Tbeditor() - Constructor for class org.zkoss.zkmax.zul.Tbeditor
- Tbody - Class in org.zkoss.zhtml
-
The TBODY tag.
- Tbody() - Constructor for class org.zkoss.zhtml.Tbody
- Td - Class in org.zkoss.zhtml
-
The TD tag.
- Td() - Constructor for class org.zkoss.zhtml.Td
- TELEPHONE - org.zkoss.stateless.sul.ITextboxBase.Type
-
Used for textbox that should contain a telephone number.
- temp - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
-
The writer used to generate the content that will be replaced after the widgets have been rendered.
- Template - Class in org.zkoss.zhtml
-
The TEMPLATE tag.
- Template - Interface in org.zkoss.zk.ui.util
-
Represents a UI template that is used to create components.
- Template() - Constructor for class org.zkoss.zhtml.Template
- TEMPLATE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- TEMPLATE_OBJECT - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- TemplateBasedShadowElement - Class in org.zkoss.zuti.zul
-
A template based skeleton class
- TemplateBasedShadowElement() - Constructor for class org.zkoss.zuti.zul.TemplateBasedShadowElement
- TemplateCtrl - Interface in org.zkoss.zk.ui.util
-
An addition interface to
Template
that is used for implementation or tools. - TemplateInfo - Class in org.zkoss.zk.ui.metainfo
-
Represent a template element.
- TemplateInfo(NodeInfo, String, String, Map<String, String>, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Creates a template.
- TemplateResolver - Interface in org.zkoss.bind.sys
-
Resolver for Template
- TemplateResolverImpl - Class in org.zkoss.bind.impl
-
The resolver resolves template and handles template changes
- TemplateResolverImpl - Class in org.zkoss.zkmax.bind.impl
-
The resolver resolves template and handles template changes
- TemplateResolverImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.TemplateResolverImpl
- TemplateResolverImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
- Templates - Class in org.zkoss.zk.ui
-
Utils for looking up template.
- Templates() - Constructor for class org.zkoss.zk.ui.Templates
- terminate() - Method in class org.zkoss.fsm.StateMachine
-
Terminates the machine.
- terminate() - Method in class org.zkoss.zkex.zul.impl.OperationThread
-
Terminate this thread. thread will be stopped after last run trip.
- testAttribute(Component, String, boolean, boolean) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Tests if the given attribute is defined in a component or in library property.
- testAttribute(Component, String, boolean, boolean) - Static method in class org.zkoss.zul.impl.Utils
-
Tests if the given attribute is defined in a component or in library property.
- testCurrent(String, String) - Static method in class org.zkoss.util.Locales
-
Returns whether the current locale (
Locales.getCurrent()
) belongs to the specified language and/or country. - testEquals(Object, Object) - Static method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- testEquals(Object, Object) - Static method in class org.zkoss.bind.proxy.ListModelArrayProxy
- testEquals(Object, Object) - Static method in class org.zkoss.bind.proxy.ListModelListProxy
- testEquals(Object, Object) - Static method in class org.zkoss.bind.proxy.ListModelMapProxy
- testEquals(Object, Object) - Static method in class org.zkoss.bind.proxy.ListModelSetProxy
- testEqualsBean(Object, Object) - Static method in class org.zkoss.bind.tracker.impl.TrackerImpl
- testString(String[], Annotation) - Static method in class org.zkoss.bind.impl.AnnotationUtil
- Text - Class in org.zkoss.idom
-
The iDOM Text.
- Text - Class in org.zkoss.zhtml
-
Represents a piece of text (of DOM).
- Text() - Constructor for class org.zkoss.idom.Text
-
Constructor.
- Text() - Constructor for class org.zkoss.zhtml.Text
- Text(String) - Constructor for class org.zkoss.idom.Text
-
Constructor.
- Text(String) - Constructor for class org.zkoss.zhtml.Text
- TEXT - org.zkoss.stateless.sul.ITextboxBase.Type
-
Used for textbox that should contain a text.
- TEXT - Static variable in interface org.zkoss.stateless.sul.ITextboxCtrl
- TEXT_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- Text.ExtraCtrl - Class in org.zkoss.zhtml
- Textarea - Class in org.zkoss.zhtml
-
The TEXTAREA tag.
- Textarea() - Constructor for class org.zkoss.zhtml.Textarea
- Textarea(String) - Constructor for class org.zkoss.zhtml.Textarea
- Textbox - Class in org.zkoss.zul
-
A textbox.
- Textbox() - Constructor for class org.zkoss.zul.Textbox
- Textbox(String) - Constructor for class org.zkoss.zul.Textbox
- TextInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a text.
- TextInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
-
Constructor
- TextInfo(NodeInfo, String) - Constructor for class org.zkoss.zk.ui.metainfo.TextInfo
- Textual - Interface in org.zkoss.idom
-
Represents an object that is mainly for storing "text".
- Tfoot - Class in org.zkoss.zhtml
-
The TFOOT tag.
- Tfoot() - Constructor for class org.zkoss.zhtml.Tfoot
- Th - Class in org.zkoss.zhtml
-
The TH tag.
- Th() - Constructor for class org.zkoss.zhtml.Th
- THE - Static variable in class org.zkoss.idom.impl.DOMImplementation
-
DOM implementation singleton.
- THE - Static variable in class org.zkoss.idom.impl.EmptyNamedNodeMap
-
The ONLY instance of EmptyNamedNodeMap.
- Thead - Class in org.zkoss.zhtml
-
The THEAD tag.
- Thead() - Constructor for class org.zkoss.zhtml.Thead
- Theme - Class in org.zkoss.web.theme
-
A Theme encapsulates theme-specific attributes.
- Theme() - Constructor for class org.zkoss.web.theme.Theme
-
Instantiate a theme
- Theme(String) - Constructor for class org.zkoss.web.theme.Theme
-
Instantiate a theme with the given name
- ThemeFns - Class in org.zkoss.web.fn
-
Providing theme relevant functions for EL.
- ThemeProperties - Class in org.zkoss.web.fn
-
A utility theme properties loader
- ThemeProvider - Interface in org.zkoss.zk.ui.util
-
Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml),
ThemeURIHandler
and the configuration (thetheme-uri
elements in web.xml). - ThemeProvider.Aide - Class in org.zkoss.zk.ui.util
-
Utilities to help the implementation of
ThemeProvider
to manipulate the URI such that it is able to use a different URI for a different theme. - ThemeRegistry - Interface in org.zkoss.web.theme
-
Used to store a list of themes available to the web application.
- ThemeResolver - Interface in org.zkoss.web.theme
-
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme selection via request and response.
- Themes - Class in org.zkoss.zul.theme
-
Facade for accessing internal theming subsystem In most cases, users need not use the underlying theme registry and theme resolver directly.
- Themes() - Constructor for class org.zkoss.zul.theme.Themes
- ThemeURIHandler - Interface in org.zkoss.zk.ui.util
-
Used to add theme uri dynamically without extending any ThemeProvider.
- ThemeURIModifier - Interface in org.zkoss.zk.ui.util
-
ThemeURIModifier is used to restrict developer's operation on the theme uri list.
- ThreadLocalListener - Class in org.zkoss.zkplus.util
-
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
- ThreadLocalListener() - Constructor for class org.zkoss.zkplus.util.ThreadLocalListener
- ThreadLocals - Class in org.zkoss.zkplus.util
-
ThreadLocal related utilities.
- ThreadLocals() - Constructor for class org.zkoss.zkplus.util.ThreadLocals
- Threads - Class in org.zkoss.lang
-
Thread relevant utilities.
- Threads() - Constructor for class org.zkoss.lang.Threads
- THREE_D - Static variable in interface org.zkoss.stateless.sul.IGroupbox
-
Constant for 3d attributes of this immutable component.
- throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
- TICK_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- TICK_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- TICK_LABEL_OFFSET - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- TICK_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- tieProperty(Object, TrackerNode) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
tie property with tracker node of this node.
- tieProperty(Object, TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- tieValue(Object, Object, Object, Object, Object, Object) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Tie a property to its corresponding value under the specified
Component
. - tieValue(Object, Object, Object, Object, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- tieValue(ELContext, Object, Object, Object, boolean) - Method in class org.zkoss.bind.xel.zel.BindELResolver
- tieValue(ELContext, Object, Object, Object, boolean) - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
- Time - Class in org.zkoss.zhtml
-
The TIME tag.
- Time() - Constructor for class org.zkoss.zhtml.Time
- TIME_SERIES - Static variable in class org.zkoss.zul.Chart
- Timebox - Class in org.zkoss.zul
-
An input box for holding a time (a java.util.Date Object), but only Hour & Minute are used.
- Timebox() - Constructor for class org.zkoss.zul.Timebox
- Timebox(LocalDateTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(LocalTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(ZonedDateTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(Date) - Constructor for class org.zkoss.zul.Timebox
- TIMEBOX_ANGLE_DOWN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TIMEBOX_ANGLE_UP - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Timepicker - Class in org.zkoss.zkmax.zul
-
An input box for holding a time (a
Date
Object), but only Hour, Minute, Second are used. - Timepicker() - Constructor for class org.zkoss.zkmax.zul.Timepicker
- Timepicker(LocalDateTime) - Constructor for class org.zkoss.zkmax.zul.Timepicker
- Timepicker(LocalTime) - Constructor for class org.zkoss.zkmax.zul.Timepicker
- Timepicker(ZonedDateTime) - Constructor for class org.zkoss.zkmax.zul.Timepicker
- Timepicker(Date) - Constructor for class org.zkoss.zkmax.zul.Timepicker
- TIMEPICKER_CLOCK_O - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Timer - Class in org.zkoss.zul
-
Fires one or more
Event
after a specified delay. - Timer() - Constructor for class org.zkoss.zul.Timer
- Timer(int) - Constructor for class org.zkoss.zul.Timer
- TimeZones - Class in org.zkoss.util
-
Utilities to access time-zone.
- TimeZones() - Constructor for class org.zkoss.util.TimeZones
- Title - Class in org.zkoss.zhtml
-
The TITLE tag.
- Title() - Constructor for class org.zkoss.zhtml.Title
- TITLE - Static variable in class org.zkoss.web.Attributes
-
The title (String) of a servlet or a portal.
- TO_STRING_CONVERTER - Static variable in class org.zkoss.clientbind.ClientBindComposer
- toAbsolutePath(String) - Method in class org.zkoss.zk.device.AjaxDevice
-
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
- toAbsolutePath(String) - Method in interface org.zkoss.zk.device.Device
-
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
- toAbsolutePath(String) - Method in class org.zkoss.zk.device.GenericDevice
-
Converts a relative path to an absolute path that can be accessible by the class loader (classpath).
- toAbsoluteURI(String) - Static method in class org.zkoss.zk.fn.ZkFns
-
Converts the specified URI to absolute if not included by another page.
- toAbsoluteURI(String, boolean) - Static method in class org.zkoss.zk.fn.ZkFns
-
Converts the specified URI to absolute if necessary.
- toAbsoluteURI(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified URI to an absolute URI, if uri is related and the current execution is not included (
Execution.isIncluded()
). - toAbsoluteURI(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- toArray() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- toArray() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- toArray() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- toArray() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- toArray() - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- toArray() - Method in class org.zkoss.util.FastReadArray
-
Returns the array (never null).
- toArray() - Method in class org.zkoss.zel.impl.stream.Stream
- toArray() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- toArray() - Method in class org.zkoss.zul.ListModelList
- toArray() - Method in class org.zkoss.zul.ListModelSet
- toArray(Collection<? extends T>, T[], int, int) - Static method in class org.zkoss.util.CollectionsX
-
Returns the specified range of the given collection; the runtime type of the returned array is that of the specified array.
- toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
-
Returns the specified range of the specified collection into a new array.
- toArray(T[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- toArray(T[]) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- toArray(T[]) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- toArray(T[]) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- toArray(T[]) - Method in class org.zkoss.clientbind.ValidationMessagesMonitor
- toArray(T[]) - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
- toArray(T[]) - Method in class org.zkoss.zul.ListModelList
- toArray(T[]) - Method in class org.zkoss.zul.ListModelSet
- Toast - Class in org.zkoss.zkmax.ui.util
-
Utilities to send Toast to the client.
- Toast() - Constructor for class org.zkoss.zkmax.ui.util.Toast
- TOAST_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- toAttributeName(String) - Static method in class org.zkoss.lang.Classes
-
Converts a method name to an attribute name by removing the prefix is, get or set, or null if it doesn't start with is, get or set.
- toAttrName(Method) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- toAttrName(Method, int) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- toAutoId(String, int) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns the automatically generate component's UUID/ID.
- toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
-
Converts a byte to a big decimal with a scale without.
- toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts a double to a big decimal with a scale.
- toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts a double to a big decimal with a scale.
- toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale without.
- toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale.
- toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
-
Converts a long to a big decimal with a scale without.
- toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale.
- toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
-
Converts a short to a big decimal with a scale without.
- toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
-
Converts a byte to a big decimal with a scale without.
- toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale without.
- toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
-
Converts a long to a big decimal with a scale without.
- toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
-
Converts a short to a big decimal with a scale without.
- toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
-
Converts a byte to a big integer.
- toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
-
Converts an integer to a big integer.
- toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
-
Converts a long to a big integer.
- toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
-
Converts a short to a big integer.
- toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
-
Converts a byte to a big integer.
- toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
-
Converts an integer to a big integer.
- toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
-
Converts a long to a big integer.
- toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
-
Converts a short to a big integer.
- toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a boolean.
- toByteArray(byte) - Static method in class org.zkoss.lang.Objects
-
Converts a byte to a big-endian byte array.
- toByteArray(int) - Static method in class org.zkoss.lang.Objects
-
Converts an integer to a big-endian byte array.
- toByteArray(long) - Static method in class org.zkoss.lang.Objects
-
Converts a long to a big-endian byte array.
- toByteArray(short) - Static method in class org.zkoss.lang.Objects
-
Converts a short to a big-endian byte array.
- toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to an character.
- toCharArray(Object) - Static method in class org.zkoss.lang.Objects
-
Converts any object to a character array.
- toClass(String) - Static method in class org.zkoss.lang.Primitives
-
Converts a primitive from name to the class, or null if it is not a primitive class.
- ToClientCommand - Annotation Type in org.zkoss.bind.annotation
-
Notify a command to client.
- toComparator(String) - Static method in interface org.zkoss.stateless.sul.IColumnCtrl
- toComparator(String) - Static method in interface org.zkoss.stateless.sul.IListheaderCtrl
- toComparator(String) - Static method in interface org.zkoss.stateless.sul.ITreecolCtrl
- toComponent() - Method in interface org.zkoss.stateless.ui.Locator
-
Converts this locator to ZK Component for
Clients
API to use. - toComponent() - Method in class org.zkoss.stateless.ui.Self
- toComponent(CheckedConsumer2<Event, Scope>) - Method in interface org.zkoss.stateless.ui.Locator
-
Converts this locator to ZK Component for
Events.postEvent(Event)
API to use. - toComponent(CheckedConsumer2<Event, Scope>) - Method in class org.zkoss.stateless.ui.Self
- toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
-
Converts elements to their contents if the giving object is an element or an array or a collection of elements.
- toDate(String) - Static method in class org.zkoss.web.servlet.http.Https
-
Converts a date string to a Date instance.
- toDate(LocalDate) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- toDate(LocalDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- toDate(LocalTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- today() - Static method in class org.zkoss.util.Dates
-
Returns today by setting time to 0:0:0.
- toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a (big) decimal.
- toDigit(char, int) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Converts a hexadecimal character to an integer.
- toExternalForm() - Method in interface org.zkoss.stateless.ui.Locator
-
Returns the string representation of a specified locator
- toExternalForm() - Method in class org.zkoss.stateless.ui.Self
- toGetter(String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- TOGGLE - org.zkoss.stateless.sul.IToolbarbutton.Mode
-
The toggle mode
- TOGGLE - Static variable in interface org.zkoss.stateless.sul.ICheckbox
-
Constant for toggle mold attributes of this immutable component.
- toggleItemSelection(Listitem) - Method in class org.zkoss.zul.Listbox
-
If the specified item is selected, it is deselected.
- toggleItemSelection(Treeitem) - Method in class org.zkoss.zul.Tree
-
If the specified item is selected, it is deselected.
- toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
-
Returns the hex String representation of a byte array without prefix 0x.
- toHTML(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
-
Returns as HTML tag(s) representing this header element.
- toIdIfAny() - Method in class org.zkoss.stateless.ui.Self
- toImageIcon() - Method in class org.zkoss.image.AImage
-
Converts to an image icon.
- toImageIcon() - Method in interface org.zkoss.image.Image
-
Converts to an image icon.
- toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to an integer.
- toInternalForm(String) - Static method in class org.zkoss.lang.Classes
-
Change class name to internal form (e.g. byte[] -> [B]).
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.EventInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.StackInfo
- toJSON() - Method in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
- toJSON(AuResponse) - Static method in class org.zkoss.zk.au.AuWriters
-
Converts a response to a JSON object.
- toJSONString() - Method in class org.zkoss.json.JavaScriptValue
- toJSONString() - Method in class org.zkoss.json.JSONArray
-
Encodes this object to a JSON string.
- toJSONString() - Method in interface org.zkoss.json.JSONAware
- toJSONString() - Method in class org.zkoss.json.JSONObject
-
Encodes this object to a JSON string.
- toJSONString() - Method in class org.zkoss.zk.au.AuResponse.JSONComponent
- toJSONString() - Method in class org.zkoss.zk.au.AuResponse.JSONDate
- toJSONString(boolean) - Static method in class org.zkoss.json.JSONValue
-
Converts a boolean to JSON text
- toJSONString(boolean[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a boolean array to JSON text.
- toJSONString(byte) - Static method in class org.zkoss.json.JSONValue
-
Converts a byte to JSON text
- toJSONString(byte[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a byte array to JSON text.
- toJSONString(char) - Static method in class org.zkoss.json.JSONValue
-
Converts a char to JSON text
- toJSONString(char[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a char array to JSON text.
- toJSONString(double) - Static method in class org.zkoss.json.JSONValue
-
Converts a double to JSON text
- toJSONString(double[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a double array to JSON text.
- toJSONString(float) - Static method in class org.zkoss.json.JSONValue
-
Converts a float to JSON text
- toJSONString(float[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a float array to JSON text.
- toJSONString(int) - Static method in class org.zkoss.json.JSONValue
-
Converts an integer to JSON text
- toJSONString(int[]) - Static method in class org.zkoss.json.JSONArray
-
Convert an integer array to JSON text.
- toJSONString(long) - Static method in class org.zkoss.json.JSONValue
-
Converts a long to JSON text
- toJSONString(long[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a long array to JSON text.
- toJSONString(short) - Static method in class org.zkoss.json.JSONValue
-
Converts a short to JSON text
- toJSONString(short[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a short array to JSON text.
- toJSONString(Object) - Static method in class org.zkoss.json.JSONValue
-
Convert (a.k.a., encode) an object to JSON text.
- toJSONString(Object[]) - Static method in class org.zkoss.json.JSONArray
-
Convert an object array to JSON text.
- toJSONString(Collection) - Static method in class org.zkoss.json.JSONArray
-
Convert a list to JSON text.
- toJSONString(Map) - Static method in class org.zkoss.json.JSONObject
-
Convert (aka., encode) a map to JSON text.
- token - Variable in class org.zkoss.lang.Strings.Result
-
The converted string.
- token - Variable in class org.zkoss.zel.impl.parser.ELParser
-
Current token.
- Token - Class in org.zkoss.zel.impl.parser
-
Describes the input token stream.
- Token - Class in org.zkoss.zk.ui.select.impl
-
The model of Selector token.
- Token() - Constructor for class org.zkoss.zel.impl.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.zkoss.zel.impl.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.zkoss.zel.impl.parser.Token
-
Constructs a new token for the specified Image and Kind.
- Token(Token.Type, int, int) - Constructor for class org.zkoss.zk.ui.select.impl.Token
- token_source - Variable in class org.zkoss.zel.impl.parser.ELParser
-
Generated Token Manager.
- Token.Type - Enum in org.zkoss.zk.ui.select.impl
- tokenImage - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenize(String) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
- Tokenizer - Class in org.zkoss.zk.ui.select.impl
-
A tokenizer of selector string.
- Tokenizer() - Constructor for class org.zkoss.zk.ui.select.impl.Tokenizer
- TokenMgrError - Error in org.zkoss.zel.impl.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
Constructor with message and reason.
- toList() - Method in class org.zkoss.zel.impl.stream.Stream
- toList(String) - Static method in interface org.zkoss.stateless.sul.IVideoCtrl
- toListModel(GroupsModel<D, G, F>) - Static method in class org.zkoss.zul.impl.GroupsListModel
-
Returns the list model (
ListModel
) representing the given groups model. - toListSubModel(ListModel<T>) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModel
andListModel
interface. - toListSubModel(ListModel<T>, Comparator<T>, int) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModel
andListModel
interface. - toLocaleString(BigDecimal, Locale) - Static method in class org.zkoss.math.BigDecimals
-
Return a string representation of this BigDecimal without an exponent field, which respects the given locale.
- toLocation(SourceLocator) - Static method in class org.zkoss.xml.Locators
-
Converts an instance of
SourceLocator
toLocation
. - toLocation(Locator) - Static method in class org.zkoss.xml.Locators
-
Converts an instance of
Locator
toLocation
. - toLocation(Locator) - Static method in class org.zkoss.xml.Locators
- toLowerCase(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Converts all of the characters in this String to upper case using the rules of the current Locale.
- toMethod() - Method in interface org.zkoss.xel.Function
-
Converts this function to a method, or null if unable to convert.
- toMethod() - Method in class org.zkoss.xel.util.MethodFunction
- toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
-
Convert an attribute name, returned by toAttributeName, to a method name.
- toNodeString(Node, StringBuffer) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- toNodeString(Node, StringBuilder) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- toNodeString(Node, StringBuilder) - Static method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a number.
- toNumberOnly(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Filters out non digit characters, such comma and whitespace, from the specified value.
- toNumbers() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
- TOO_MANY_REQUESTS - Static variable in interface org.zkoss.zk.mesg.MZk
- TOO_MANY_SUSPENDED - Static variable in interface org.zkoss.zk.mesg.MZk
- toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
-
Returns the octal String representation of a byte array with optional prefix.
- Toolbar - Class in org.zkoss.zul
-
A toolbar.
- Toolbar() - Constructor for class org.zkoss.zul.Toolbar
- Toolbar(String) - Constructor for class org.zkoss.zul.Toolbar
- TOOLBAR_ELLIPSIS_H_FW - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Toolbarbutton - Class in org.zkoss.zul
-
A toolbar button.
- Toolbarbutton() - Constructor for class org.zkoss.zul.Toolbarbutton
- Toolbarbutton(String) - Constructor for class org.zkoss.zul.Toolbarbutton
- Toolbarbutton(String, String) - Constructor for class org.zkoss.zul.Toolbarbutton
- TOP - org.zkoss.stateless.sul.IDrawer.Position
-
The top position for the drawer.
- TOP - org.zkoss.stateless.sul.IFisheyebar.Edge
-
The top.
- TOP - org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
The top valign.
- TOP - org.zkoss.stateless.sul.IMeshElement.PagingPosition
-
Enables only top position to display the paging control.
- TOP - org.zkoss.stateless.sul.ITabbox.Orient
-
Top orient.
- TOP_CENTER - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at top-center
- TOP_CENTER - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at top-center
- TOP_LEFT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at top-left
- TOP_LEFT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at top-left
- TOP_RIGHT - org.zkoss.stateless.sul.ICoachmark.Position
-
The component overlaps the anchor, with anchor and component aligned at top-right
- TOP_RIGHT - org.zkoss.stateless.sul.IPopupBase.Position
-
The component overlaps the anchor, with anchor and component aligned at top-right
- toPortletMode(String) - Static method in class org.zkoss.web.portlet.PortletModes
-
Returns the portlet mode of the specified name.
- toPrimitive(Boolean) - Static method in class org.zkoss.lang.Primitives
-
Convert Boolean object to primitive boolean.
- toPrimitive(Byte) - Static method in class org.zkoss.lang.Primitives
-
Convert Byte object to primitive byte.
- toPrimitive(Character) - Static method in class org.zkoss.lang.Primitives
-
Convert Character object to primitive char.
- toPrimitive(Class) - Static method in class org.zkoss.lang.Primitives
-
Returns the primitive class of the giving wrapper class, or null if it is not a wrapper class.
- toPrimitive(Double) - Static method in class org.zkoss.lang.Primitives
-
Convert Double object to primitive double.
- toPrimitive(Float) - Static method in class org.zkoss.lang.Primitives
-
Convert Float object to primitive float.
- toPrimitive(Integer) - Static method in class org.zkoss.lang.Primitives
-
Convert Integer object to primitive int.
- toPrimitive(Long) - Static method in class org.zkoss.lang.Primitives
-
Convert Long object to primitive long.
- toPrimitive(Short) - Static method in class org.zkoss.lang.Primitives
-
Convert Short object to primitive short.
- toReadable(long, String) - Static method in class org.zkoss.util.Checksums
-
Returns a readable string plus a checksum.
- toReadableChar(int, String) - Static method in class org.zkoss.util.Checksums
-
Returns the character of the specified val by skipping skips.
- toScope(String) - Static method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns one of
ActionContext.PAGE_SCOPE
,ActionContext.REQUEST_SCOPE
,ActionContext.SESSION_SCOPE
andActionContext.APPLICATION_SCOPE
of the specified scope name. - ToServerCommand - Annotation Type in org.zkoss.bind.annotation
-
Notify a command to server.
- toSetter(String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- toSimpleMethodSignature(Method) - Static method in class org.zkoss.bind.impl.MiscUtil
- toString() - Method in class org.zkoss.bind.impl.BindingKey
- toString() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
- toString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
- toString() - Method in class org.zkoss.bind.impl.FormBindingImpl
- toString() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- toString() - Method in class org.zkoss.bind.impl.Path
- toString() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
- toString() - Method in class org.zkoss.bind.impl.PropertyImpl
- toString() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
- toString() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- toString() - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
Gets the map as a String.
- toString() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- toString() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- toString() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- toString() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- toString() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- toString() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- toString() - Method in class org.zkoss.bind.validator.DeferredValidator
- toString() - Method in class org.zkoss.html.JavaScript
- toString() - Method in class org.zkoss.html.StyleSheet
- toString() - Method in class org.zkoss.idom.Attribute
- toString() - Method in class org.zkoss.idom.Binary
-
Gets the textual representation for debug.
- toString() - Method in class org.zkoss.idom.DocType
- toString() - Method in class org.zkoss.idom.Document
- toString() - Method in class org.zkoss.idom.Element
- toString() - Method in class org.zkoss.idom.EntityReference
- toString() - Method in class org.zkoss.idom.impl.AbstractTextual
-
Gets the textual representation for debug.
- toString() - Method in class org.zkoss.idom.Namespace
- toString() - Method in class org.zkoss.idom.ProcessingInstruction
- toString() - Method in class org.zkoss.json.JSONArray
-
Encodes this object to a JSON string.
- toString() - Method in class org.zkoss.json.JSONObject
-
Encodes this object to a JSON string.
- toString() - Method in exception org.zkoss.json.parser.ParseException
- toString() - Method in class org.zkoss.lang.MutableInteger
- toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
- toString() - Method in class org.zkoss.lang.Strings.Result
- toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
- toString() - Method in enum org.zkoss.stateless.sul.IPdfviewer.ZoomMode
- toString() - Method in class org.zkoss.stateless.ui.Self
- toString() - Method in class org.zkoss.util.CacheMap
- toString() - Method in class org.zkoss.util.CacheMap.Value
- toString() - Method in class org.zkoss.util.FastReadArray
- toString() - Method in class org.zkoss.util.FilterMap
- toString() - Method in class org.zkoss.util.Maps.SerializableEntry
- toString() - Method in class org.zkoss.util.media.AMedia
- toString() - Method in class org.zkoss.util.Pair
- toString() - Method in class org.zkoss.util.resource.Locators.StreamLocation
- toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
- toString() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Choose
- toString() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
- toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
- toString() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
- toString() - Method in class org.zkoss.web.servlet.dsp.action.If
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Include
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Otherwise
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Out
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Page
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Remove
- toString() - Method in class org.zkoss.web.servlet.dsp.action.Set
- toString() - Method in class org.zkoss.web.servlet.dsp.action.When
- toString() - Method in class org.zkoss.web.theme.Theme
- toString() - Method in class org.zkoss.web.util.resource.ServletLabelLocator
- toString() - Method in class org.zkoss.xel.taglib.Taglib
- toString() - Method in class org.zkoss.zel.impl.parser.AstFunction
- toString() - Method in class org.zkoss.zel.impl.parser.AstLambdaExpression
- toString() - Method in class org.zkoss.zel.impl.parser.AstLambdaParameters
- toString() - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
- toString() - Method in class org.zkoss.zel.impl.parser.SimpleNode
- toString() - Method in class org.zkoss.zel.impl.parser.Token
-
Returns the image.
- toString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- toString() - Method in class org.zkoss.zhtml.impl.AbstractTag
- toString() - Method in class org.zkoss.zk.au.AuRequest
- toString() - Method in class org.zkoss.zk.au.AuResponse
- toString() - Method in class org.zkoss.zk.au.out.AuSetAttributes
- toString() - Method in class org.zkoss.zk.ui.AbstractComponent
- toString() - Method in class org.zkoss.zk.ui.event.Event
- toString() - Method in enum org.zkoss.zk.ui.ext.Uploadable.Error
- toString() - Method in class org.zkoss.zk.ui.HtmlShadowElement
- toString() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
- toString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
- toString() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
- toString() - Method in class org.zkoss.zk.ui.impl.EventProcessor
- toString() - Method in class org.zkoss.zk.ui.impl.PageImpl
- toString() - Method in class org.zkoss.zk.ui.impl.SimpleScope
- toString() - Method in class org.zkoss.zk.ui.impl.VolatilePage
- toString() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
- toString() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
- toString() - Method in class org.zkoss.zk.ui.metainfo.FunctionMapperInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
- toString() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
- toString() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
- toString() - Method in class org.zkoss.zk.ui.metainfo.Property
- toString() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.VariableResolverInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
- toString() - Method in class org.zkoss.zk.ui.metainfo.ZScript
- toString() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
- toString() - Method in class org.zkoss.zk.ui.Path
- toString() - Method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
- toString() - Method in class org.zkoss.zk.ui.select.impl.Attribute
- toString() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
- toString() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
- toString() - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
- toString() - Method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
- toString() - Method in class org.zkoss.zk.ui.select.impl.Selector
- toString() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
- toString() - Method in class org.zkoss.zk.ui.select.impl.Token
- toString() - Method in class org.zkoss.zk.ui.sys.JSCumulativeContentRenderer
- toString() - Method in class org.zkoss.zk.ui.sys.StubsComponent
- toString() - Method in class org.zkoss.zk.xel.ExValue
- toString() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
- toString() - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- toString() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- toString() - Method in class org.zkoss.zkmax.xel.el.ELXelExpression
- toString() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
- toString() - Method in class org.zkoss.zul.AbstractTreeModel.Path
- toString() - Method in class org.zkoss.zul.DefaultTreeNode
- toString() - Method in class org.zkoss.zul.event.GroupsDataEvent
- toString() - Method in class org.zkoss.zul.event.ListDataEvent
- toString() - Method in class org.zkoss.zul.GroupsModelArray
- toString() - Method in class org.zkoss.zul.impl.GroupsListModel
- toString() - Method in class org.zkoss.zul.ListitemComparator
- toString() - Method in class org.zkoss.zul.ListModelArray
- toString() - Method in class org.zkoss.zul.ListModelList
- toString() - Method in class org.zkoss.zul.ListModelMap
- toString() - Method in class org.zkoss.zul.ListModelSet
- toString() - Method in class org.zkoss.zul.RowComparator
- toString() - Method in class org.zkoss.zul.TreeitemComparator
- toString() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
- toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of boolean to a readable string (for debugging purpose).
- toString(byte[]) - Static method in class org.zkoss.lang.Strings
-
Converts the given byte[] to UTF-8 string, if possible.
- toString(byte[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of byte to a readable string (for debugging purpose).
- toString(char[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString(double[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString(float[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of float to a readable string (for debugging purpose).
- toString(int) - Static method in class org.zkoss.math.RoundingModes
-
Returns the name of the rounding mode.
- toString(int[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of int to a readable string (for debugging purpose).
- toString(long[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of long to a readable string (for debugging purpose).
- toString(short[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of short to a readable string (for debugging purpose).
- toString(Object) - Static method in class org.zkoss.lang.Objects
-
Converts any object to a string.
- toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a string.
- toString(Object[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array to a readable string (for debugging purpose).
- toString(Object, int) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- toString(String, Object) - Static method in class org.zkoss.json.JSONObject
- toString(Date) - Static method in class org.zkoss.web.servlet.http.Https
-
Converts a data to a string complaint to HTTP protocol.
- toString(Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to a string.
- toString(Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to a string.
- toString(Document) - Static method in class org.zkoss.idom.util.IDOMs
-
Transforms a document to a string.
- toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to string and append to a string buffer.
- toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to string and append to a string buffer.
- toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
-
urns a String object representing the specified integer, with the (at-least) specified digits.
- toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
-
urns a String object representing the specified integer, with the (at-least) specified digits.
- toStyle(String) - Static method in class org.zkoss.zul.Datebox
-
Returns the styling index, or -111 if not matched.
- toTypeArray(String[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Converts an array of Class names to Class types.
- toTypeNameArray(Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Converts an array of Class types to Class names.
- toUpperCase(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Converts all of the characters in this String to upper case using the rules of the current Locale.
- toUuidIfAny() - Method in class org.zkoss.stateless.ui.Self
- toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive boolean to Boolean.
- toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive byte to Byte.
- toWrapper(char) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive char to Character.
- toWrapper(double) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive double to Double.
- toWrapper(float) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive float to Float.
- toWrapper(int) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive int to Integer.
- toWrapper(long) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive long to Long.
- toWrapper(short) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive short to Short.
- toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
-
Returns the wrapper class of a primitive class, or null if it is not a primitive class.
- toXMLName(String) - Static method in class org.zkoss.xml.XMLs
-
Converting a name to a valid XML name.
- toZonedDateTime(Date) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- Tr - Class in org.zkoss.zhtml
-
The TR tag.
- Tr() - Constructor for class org.zkoss.zhtml.Tr
- Track - Class in org.zkoss.zhtml
-
The TRACK tag.
- Track - Class in org.zkoss.zul
-
A representation of
<track>
. - Track() - Constructor for class org.zkoss.zhtml.Track
- Track() - Constructor for class org.zkoss.zul.Track
- Track(String) - Constructor for class org.zkoss.zul.Track
-
Constructs a Track component with the specific source.
- Tracker - Interface in org.zkoss.bind.sys.tracker
-
Bind tracker to maintain a binding dependency graph.
- TrackerImpl - Class in org.zkoss.bind.tracker.impl
-
Implementation of dependency tracking.
- TrackerImpl() - Constructor for class org.zkoss.bind.tracker.impl.TrackerImpl
- TrackerImpl.EqualBeansMap - Class in org.zkoss.bind.tracker.impl
- TrackerImplEx - Class in org.zkoss.zkmax.bind.impl
- TrackerImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.TrackerImplEx
- TrackerImplEx.EqualBeansMapEx - Class in org.zkoss.zkmax.bind.impl
- TrackerNode - Interface in org.zkoss.bind.sys.tracker
-
Tracker Node in a binding dependency graph.
- TrackerNodeImpl - Class in org.zkoss.bind.tracker.impl
- TrackerNodeImpl(Object) - Constructor for class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- transferToSerializableEntrySet(Set<Map.Entry<K, V>>) - Static method in class org.zkoss.util.Maps
-
Transfer
Set<<Map.Entry<K, V>>
to be serializable - transform(String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific browser CSS transform.
- transform(Source) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms a source and returns the transformed result as an iDOM Document.
- transform(Source, Result) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms from a source to a result.
- transform(Document) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms an iDOM document and returns the transformed result as another iDOM Document.
- transform(Document, Result) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms from an iDOM document to a result.
- transform(Element) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms an iDOM element and returns the transformed result as another iDOM Document.
- transform(Element, Result) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms from an iDOM element to a result.
- Transformer - Class in org.zkoss.idom.transform
-
Transforms an iDOM Document.
- Transformer - Class in org.zkoss.zml
-
XML transformer.
- Transformer() - Constructor for class org.zkoss.idom.transform.Transformer
-
Transformer constructor without stylesheet.
- Transformer() - Constructor for class org.zkoss.zml.Transformer
- Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
-
Constructs a transformer with a stylesheet in form of Source.
- Transient - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate a transient method operation not to use proxy mechanism.
- transpose(List<List<String>>) - Static method in interface org.zkoss.stateless.sul.IGoldenLayoutCtrl
- traverseComponentBindings(Component) - Method in class org.zkoss.clientbind.ClientBindComposer
- Tree - Class in org.zkoss.zul
-
A container which can be used to hold a tabular or hierarchical set of rows of elements.
- Tree() - Constructor for class org.zkoss.zul.Tree
- TREE_MODEL_SELECTION_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- TreeBuilder - Interface in org.zkoss.zk.ui.metainfo
-
A tree builder for parsing a page to
Document
- TreeBuilderFactory - Class in org.zkoss.zk.ui.metainfo
-
A tree builder factory to load a parser dynamically
- TreeBuilderFactory() - Constructor for class org.zkoss.zk.ui.metainfo.TreeBuilderFactory
- Treecell - Class in org.zkoss.zul
-
A treecell.
- Treecell() - Constructor for class org.zkoss.zul.Treecell
- Treecell(String) - Constructor for class org.zkoss.zul.Treecell
- Treecell(String, String) - Constructor for class org.zkoss.zul.Treecell
- TREECELL_CARET_DOWN_TREE_OPEN - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TREECELL_CARET_RIGHT_TREE_CLOSE - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TREECELL_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TREECELL_RADIO - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Treechildren - Class in org.zkoss.zul
-
A treechildren.
- Treechildren() - Constructor for class org.zkoss.zul.Treechildren
- Treechildren.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - Treecol - Class in org.zkoss.zul
-
A treecol.
- Treecol() - Constructor for class org.zkoss.zul.Treecol
- Treecol(String) - Constructor for class org.zkoss.zul.Treecol
- Treecol(String, String) - Constructor for class org.zkoss.zul.Treecol
- Treecol(String, String, String) - Constructor for class org.zkoss.zul.Treecol
- TREECOL_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TREECOL_RADIO - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Treecols - Class in org.zkoss.zul
-
A treecols.
- Treecols() - Constructor for class org.zkoss.zul.Treecols
- TreeDataEvent - Class in org.zkoss.zul.event
-
Defines an event that encapsulates changes to a tree.
- TreeDataEvent(TreeModel, int, int[], int, int) - Constructor for class org.zkoss.zul.event.TreeDataEvent
-
Constructor.
- TreeDataEvent(TreeModel, int, int[], int, int, int[]) - Constructor for class org.zkoss.zul.event.TreeDataEvent
-
Constructor.
- TreeDataEvent(TreeModel, int, int[], int, int, int[][]) - Constructor for class org.zkoss.zul.event.TreeDataEvent
-
Constructor.
- TreeDataListener - Interface in org.zkoss.zul.event
-
Defines the methods used to listener when the content of
TreeModel
is changed. - Treefoot - Class in org.zkoss.zul
-
A row of
Treefooter
. - Treefoot() - Constructor for class org.zkoss.zul.Treefoot
- Treefooter - Class in org.zkoss.zul
-
A column of the footer of a tree (
Tree
). - Treefooter() - Constructor for class org.zkoss.zul.Treefooter
- Treefooter(String) - Constructor for class org.zkoss.zul.Treefooter
- Treefooter(String, String) - Constructor for class org.zkoss.zul.Treefooter
- Treeitem - Class in org.zkoss.zul
-
A treeitem.
- Treeitem() - Constructor for class org.zkoss.zul.Treeitem
- Treeitem(String) - Constructor for class org.zkoss.zul.Treeitem
- Treeitem(String, Object) - Constructor for class org.zkoss.zul.Treeitem
- TREEITEM_OPEN_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- TreeitemComparator - Class in org.zkoss.zul
-
A comparator used to compare
Treeitem
, if not live data, or the data themselves, if live data. - TreeitemComparator() - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with
Treeitem.getValue()
. - TreeitemComparator(int) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column of the specified index.
- TreeitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column of the specified index.
- TreeitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column of the specified index.
- TreeitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column of the specified index.
- TreeitemComparator(Treecol, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column which the tree header is at.
- TreeitemComparator(Treecol, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column which the tree header is at.
- TreeitemComparator(Treecol, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
-
Compares with the column which the tree header is at.
- TreeitemRenderer<T> - Interface in org.zkoss.zul
-
Identifies components that can be used as "rubber stamps" to paint the cells in a
Tree
. - TreeModel<E> - Interface in org.zkoss.zul
-
This interface defines the methods that component like
Tree
use to get the content of items. - TreeModelConverter - Class in org.zkoss.bind.converter.sys
- TreeModelConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeModelConverter
- TreeModelELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for
TreeModel
. - TreeModelELResolver() - Constructor for class org.zkoss.bind.xel.zel.TreeModelELResolver
- TreeNode<E> - Interface in org.zkoss.zul
-
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of an application-specific data (
TreeNode.setData(E)
) stored in the node. - TreeNodeChildrenList() - Constructor for class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- TreeOpenableModel - Interface in org.zkoss.zul.ext
-
Indicate an openable collection or components.
- Treerow - Class in org.zkoss.zul
-
A treerow.
- Treerow() - Constructor for class org.zkoss.zul.Treerow
- Treerow(String) - Constructor for class org.zkoss.zul.Treerow
-
Instantiates a treerow with a treecel holding the given label.
- TREEROW_CHECK - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TREEROW_RADIO - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- TreeSelectableModel - Interface in org.zkoss.zul.ext
-
Indicate a tree model that supports selection.
- TreeSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert tree selected treeitem to bean and vice versa.
- TreeSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeSelectedItemConverter
- TreeSelectedItemsConverter - Class in org.zkoss.bind.converter.sys
-
Convert tree selected treeitem to bean and vice versa.
- TreeSelectedItemsConverter() - Constructor for class org.zkoss.bind.converter.sys.TreeSelectedItemsConverter
- TRIGGER_EVENT - org.zkoss.bind.annotation.ContextType
-
The trigger event of a command
- trim(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Returns a copy of the string, with leading and trailing whitespace omitted.
- trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
-
Trims the string buffer by removing the leading and trailing whitespaces.
- TRISTATE - Static variable in interface org.zkoss.stateless.sul.ICheckbox
-
Constant for tristate mold attributes of this immutable component.
- TRISTATE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identified the state of partial selection in a tristate checkbox is changed.
- TristateModel<E> - Interface in org.zkoss.zul.ext
-
Indicate a model that supports tristate checkbox.
- TristateModel.State - Enum in org.zkoss.zul.ext
-
States of the tri-state selection designed to assist users in defining states effectively.
- TRUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- twoMonthShort() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this year.
- twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the two month int. e.g. 1, 3, 5, 7, 9, 11.
- type - Variable in class org.zkoss.zk.ui.util.URIInfo
-
How to use the URI.
- type() - Method in annotation type org.zkoss.stateless.annotation.Action
-
The client widget events, i.e.
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddBindingInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.EventInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.LoadInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.NotifyChangeInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.StackInfo
- TYPE - Static variable in class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
- TYPE - Static variable in class org.zkoss.zel.ELResolver
- TYPE_ERROR - Static variable in class org.zkoss.zk.ui.util.Notification
-
Notification type: error
- TYPE_INFO - Static variable in class org.zkoss.zk.ui.util.Notification
-
Notification type: information
- TYPE_WARNING - Static variable in class org.zkoss.zk.ui.util.Notification
-
Notification type: warning
- TypeConverter - Class in org.zkoss.zel
- TypeConverter() - Constructor for class org.zkoss.zel.TypeConverter
- types - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
U
- U - Class in org.zkoss.zhtml
-
The U tag.
- U() - Constructor for class org.zkoss.zhtml.U
- UiAgent - Interface in org.zkoss.stateless.ui
-
Utilities to manipulate
IComponent
to the client. - UiAgent.Position - Enum in org.zkoss.stateless.ui
-
Insert Adjacent position for
UiAgent.insertAdjacentComponent(Locator, Position, IComponent)
- UiAgentCtrl - Class in org.zkoss.stateless.ui
-
An addition interface to
UiAgent
that is used for implementation or tools. - UiAgentCtrl() - Constructor for class org.zkoss.stateless.ui.UiAgentCtrl
- UiEngine - Interface in org.zkoss.zk.ui.sys
-
UI engine is responsible to process requests from the client, sends the response back to the client with the assistance of
ExecutionCtrl
. - UiEngineExtension - Class in org.zkoss.stateless.ui
-
An implementation of
UiEngineImpl.Extension
to allowIComponent
be merged. - UiEngineExtension - Class in org.zkoss.zk.ui.impl
-
An implementation of
UiEngineImpl.Extension
to extendUiEngineImpl
to support stubonly and the merging of native - UiEngineExtension() - Constructor for class org.zkoss.stateless.ui.UiEngineExtension
- UiEngineExtension() - Constructor for class org.zkoss.zk.ui.impl.UiEngineExtension
- UiEngineImpl - Class in org.zkoss.zk.ui.impl
-
An implementation of
UiEngine
to create and update components. - UiEngineImpl() - Constructor for class org.zkoss.zk.ui.impl.UiEngineImpl
- UiEngineImpl.Extension - Interface in org.zkoss.zk.ui.impl
-
An interface used to extend the UI engine.
- UiException - Exception in org.zkoss.zk.ui
-
Represents a UI-relevant runtime exception.
- UiException() - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int, Object) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(String) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException(Throwable) - Constructor for exception org.zkoss.zk.ui.UiException
- UiException.Aide - Class in org.zkoss.zk.ui
-
Utilities to wrap
UiException
. - UiFactory - Interface in org.zkoss.zk.ui.sys
- UiLifeCycle - Interface in org.zkoss.zk.ui.util
-
Used to intercept the life cycle of UI, such as
Component
being attached. - Ul - Class in org.zkoss.zhtml
-
The UL tag.
- Ul() - Constructor for class org.zkoss.zhtml.Ul
- Unary() - Method in class org.zkoss.zel.impl.parser.ELParser
- unbindComponent(Component) - Method in class org.zkoss.zk.ui.event.GenericEventListener
-
A convenient method that help you remove this event listener from the specified target component.
- UNCHECKED - org.zkoss.zul.Checkbox.State
- UNDEFINED - Static variable in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Used by
GenericInterpreter.getFromNamespace(java.lang.String)
to denote a variable is not defined. - undo() - Method in class org.zkoss.stateless.state.ISignatureController
-
Undoes the signature.
- undo() - Method in class org.zkoss.zkmax.zul.Signature
-
Undo the signature.
- unescape(String) - Static method in class org.zkoss.lang.Strings
-
Un-escape the quoted string.
- UNEXPECTED_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
- ungroup(boolean) - Method in class org.zkoss.zul.Column
-
Ungroups and sorts the rows (
Row
) based on the ascending. - ungroup(boolean) - Method in class org.zkoss.zul.Listheader
-
Ungroups and sorts the items (
Listitem
) based on the ascending. - UNIVERSAL - org.zkoss.zk.ui.select.impl.Token.Type
- UNKNOWN - org.zkoss.zk.ui.HtmlShadowElement.Direction
-
It cannot indicate the direction of the target where it should be inserted.
- UNKNOWN - Static variable in class org.zkoss.lang.Objects
-
Denotes unknown.
- UNKNOWN_CHAR - org.zkoss.zk.ui.select.impl.Token.Type
- UNKNOWN_EXCEPTION - Static variable in interface org.zkoss.mesg.MCommon
- unload() - Method in class org.zkoss.zul.Treeitem
-
Unload the tree item
- unlock() - Method in class org.zkoss.util.WaitLock
-
Unlocks any other threads blocked by
WaitLock.waitUntilUnlock(int)
. - unmarkHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- unmarshall(Object) - Method in class org.zkoss.zul.Decimalbox
- unmarshall(Object) - Method in class org.zkoss.zul.Doublebox
- unmarshall(Object) - Method in class org.zkoss.zul.Doublespinner
- unmarshall(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Unmarshall value returned from client if needed.
- unmarshall(Object) - Method in class org.zkoss.zul.Longbox
- unmergeJavaScriptPackage(String, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Undo the merge of a JavaScript package to another.
- unparsedEntityDecl(String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
- unregisterCallBack(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Unregister a callback function
Callback.call(Object data)
- UNSELECTED - org.zkoss.zul.ext.TristateModel.State
-
Represents the unselected state.
- unset(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- unset(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
- unset(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
- unset(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
- unset(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
- unset(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Removes the variable from the interpreter.
- unset(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- unset(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Removes the variable from the interpreter.
- unsetVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Removes the value of a variable defined in this interpreter.
- unsetVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Removes the variable from this interpreter.
- unsetVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierarchicalAware
-
Removes the value of a variable defined in the interpreter's scope identified by the specified scope.
- unsetVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Removes the value of a variable defined in the interpreter's scope identified by the specified scope.
- unsubscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Unsubscribes a listener from the queue.
- unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
- unsubscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
- unsubscribe(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
- unwrap(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Unwraps an exception if the enclosing one is InvocationTargetException or UndeclaredThrowableException.
- UP - Static variable in class org.zkoss.stateless.action.data.KeyData
- UP - Static variable in class org.zkoss.zk.ui.event.KeyEvent
- update(boolean) - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Set indeterminate to the Loadingbar.
- update(int) - Method in class org.zkoss.zkmax.ui.util.LoadingbarControl
-
Set the value to the Loadingbar.
- UPDATE_BINDING_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- UPDATE_BINDING_DATA - Static variable in class org.zkoss.clientbind.ClientBindComposer
- UPDATE_OBSOLETE_PAGE - Static variable in interface org.zkoss.zk.mesg.MZk
- UPDATE_SELECTION_DATA - Static variable in class org.zkoss.clientbind.ClientBindComposer
- updateByClient(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Called when the widget running at the client asks the server to update a value.
- updateByClient(String, Object) - Method in class org.zkoss.zkmax.zul.Video
- updateByClient(String, Object) - Method in class org.zkoss.zul.Button
- updateByClient(String, Object) - Method in class org.zkoss.zul.Checkbox
- updateByClient(String, Object) - Method in class org.zkoss.zul.Frozen
- updateByClient(String, Object) - Method in class org.zkoss.zul.Listheader
- updateByClient(String, Object) - Method in class org.zkoss.zul.Menuitem
- updateCount(boolean) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Update the session count.
- updateDebugJS(WebApp, boolean) - Static method in class org.zkoss.zk.ui.http.Utils
-
Update the status of debug-js.
- updateFirstInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Updates the given first insertion to this shadow element.
- updateInitialMatrix(GoldenPanel, String, String) - Method in class org.zkoss.zkmax.zul.GoldenLayout
- updateInverseMap(K, boolean, V, V) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- updateLastInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Updates the given last insertion to this shadow element.
- UpdateLineColumn(char) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
- updateModelInfo() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
- updateModelInfo() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
- updateModelInfo() - Method in interface org.zkoss.zul.impl.DataLoader
-
Used to update some extra control information to the client.
- updateModelInfo() - Method in class org.zkoss.zul.impl.GridDataLoader
- updateModelInfo() - Method in class org.zkoss.zul.impl.ListboxDataLoader
- updateNextInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Updates the given next insertion to this shadow element.
- updatePreviousInsertion(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Updates the given previous insertion to this shadow element.
- Updater() - Constructor for class org.zkoss.stateless.sul.IA.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAbsolutechildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAbsolutelayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAnchornav.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IArea.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAudio.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAuxhead.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IAuxheader.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBandbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBandpopup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBarcode.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBarcodescanner.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBiglistbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IBorderlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IButton.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICalendar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICamera.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICaption.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICardlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICascader.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICell.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICenter.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICheckbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IChosenbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICoachmark.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IColorbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IColumn.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IColumnchildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IColumnlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IColumns.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICombobox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICombobutton.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IComboitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ICropper.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDatebox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDecimalbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDetail.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDiv.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDoublebox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDoublespinner.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDrawer.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IDropupload.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IEast.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFileupload.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFisheye.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFisheyebar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFoot.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFooter.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IFrozen.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGoldenLayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGoldenPanel.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGrid.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGroup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGroupbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IGroupfoot.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IHlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IHtml.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IIframe.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IImage.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IImagemap.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IInputgroup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IIntbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ILabel.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ILineitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ILinelayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListcell.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListfoot.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListfooter.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListgroup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListgroupfoot.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListhead.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListheader.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IListitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ILongbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMenu.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMenubar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMenuitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMenupopup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMenuseparator.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IMultislider.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.INav.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.INavbar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.INavitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.INavseparator.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.INorth.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IOrganigram.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IOrgchildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IOrgitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IOrgnode.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPaging.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPanel.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPanelchildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPdfviewer.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPopup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPortalchildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IPortallayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IProgressmeter.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRadio.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRadiogroup.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRangeslider.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRating.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRow.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRowchildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRowlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IRows.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IScript.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IScrollview.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISearchbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISelectbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISeparator.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISignature.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISlider.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISliderbuttons.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISouth.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISpace.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISpan.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISpinner.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ISplitlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IStep.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IStepbar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IStyle.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITab.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITabbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITablechildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITablelayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITabpanel.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITabpanels.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITabs.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITbeditor.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITextbox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITimebox.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITimepicker.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITimer.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IToolbar.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IToolbarbutton.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITrack.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITree.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreecell.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreechildren.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreecol.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreecols.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreefoot.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreefooter.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreeitem.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.ITreerow.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IVideo.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IVlayout.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IWest.Updater
- Updater() - Constructor for class org.zkoss.stateless.sul.IWindow.Updater
- updateSubBindingAnnotationCount(int) - Method in class org.zkoss.zk.ui.AbstractComponent
- updateSubBindingAnnotationCount(int) - Method in class org.zkoss.zk.ui.HtmlShadowElement
- updateValues() - Method in class org.zkoss.zkex.zul.Sliderbuttons
- upgrade(Class<T>) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
- upgrade(Class<T>) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
- UPLOAD_BROWSE - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_ERROR_EXCEED_MAXSIZE - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_ERROR_UNACCEPTED_FILE_TYPE - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_MAX_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A component attribute used to indicate the max-size of file upload.
- UPLOAD_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_NATIVE - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A component attribute used to indicate uploaded file(s) as binary.
- UPLOAD_PERCENT - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A desktop attribute to indicate the completeness percentage of the current file upload.
- UPLOAD_SIZE - Static variable in class org.zkoss.zk.ui.impl.Attributes
-
A desktop attribute to indicate the number of bytes of the current file upload.
- UPLOAD_SUBMIT - Static variable in interface org.zkoss.zul.mesg.MZul
- UPLOAD_TITLE - Static variable in interface org.zkoss.zul.mesg.MZul
- Uploadable - Interface in org.zkoss.zk.ui.ext
-
Implemented with
Component
to indicate that a component can be used for file upload. - Uploadable.Error - Enum in org.zkoss.zk.ui.ext
-
Uploading error constants.
- UploadEvent - Class in org.zkoss.zk.ui.event
-
Represents that user has uploaded one or several files from the client to the server.
- UploadEvent(String, Component, Media[]) - Constructor for class org.zkoss.zk.ui.event.UploadEvent
-
Constructs the upload event.
- Uploads - Class in org.zkoss.zk.ui.ext
-
Utilities to handle the upload (
Uploadable
). - UPPER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- uri - Variable in class org.zkoss.zk.ui.util.URIInfo
-
The URI.
- URI_PREFIX - Static variable in class org.zkoss.zk.au.http.AuRedirect
- UriConverter - Class in org.zkoss.bind.converter
-
Convert String into Uri
- UriConverter() - Constructor for class org.zkoss.bind.converter.UriConverter
- URIData - Class in org.zkoss.stateless.action.data
-
The URI update event used with
onURIChange
to notify that the associated URI is changed by the user. - URIEvent - Class in org.zkoss.zk.ui.event
-
The URI update event used with
onURIChange
to notify that the associated URI is changed by the user. - URIEvent(String, Component, String) - Constructor for class org.zkoss.zk.ui.event.URIEvent
-
Constructs an URI update event.
- URIInfo - Class in org.zkoss.zk.ui.util
-
Represents an URI and how to use the URI.
- URIInfo(String) - Constructor for class org.zkoss.zk.ui.util.URIInfo
-
Constructor.
- URIInfo(String, int) - Constructor for class org.zkoss.zk.ui.util.URIInfo
-
Constructor.
- URIInterceptor - Interface in org.zkoss.zk.ui.util
-
Used to intercept the loading of ZUML pages associated with the specified URI.
- url - Variable in class org.zkoss.util.resource.Locators.URLLocation
- url - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
-
The URL of the resource.
- URL - org.zkoss.stateless.sul.ITextboxBase.Type
-
Used for textbox that should contain an url.
- URLLocation(URL, String, Locale) - Constructor for class org.zkoss.util.resource.Locators.URLLocation
- URLReader - Class in org.zkoss.io
-
Convenience class for reading character files.
- URLReader(URL, String) - Constructor for class org.zkoss.io.URLReader
-
Creates a new FileReader, given the resource URL to read from.
- USE_CREDENTIALS - org.zkoss.stateless.sul.ICropper.Crossorigin
-
CORS requests for this element will have the credentials flag set to 'include'.
- USE_CREDENTIALS - org.zkoss.stateless.sul.IVideo.Crossorigin
-
CORS requests for this element will have the credentials flag set to 'include'.
- UtilContext() - Constructor for class org.zkoss.bind.impl.BinderUtil.UtilContext
- UtilityHandlerImpl() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
- Utils - Class in org.zkoss.util
-
Generic utilities.
- Utils - Class in org.zkoss.za11y.impl
- Utils - Class in org.zkoss.zk.ui.http
-
A collection of utilities for this package.
- Utils - Class in org.zkoss.zk.ui.impl
-
Utilities to implement ZK.
- Utils - Class in org.zkoss.zk.xel.impl
-
Utilities to handle the metainfo.
- Utils - Class in org.zkoss.zul.impl
-
A collection of utilities.
- Utils() - Constructor for class org.zkoss.util.Utils
- Utils() - Constructor for class org.zkoss.za11y.impl.Utils
- Utils() - Constructor for class org.zkoss.zk.ui.http.Utils
- Utils() - Constructor for class org.zkoss.zk.ui.impl.Utils
- Utils() - Constructor for class org.zkoss.zk.xel.impl.Utils
- Utils() - Constructor for class org.zkoss.zul.impl.Utils
V
- validate(Class<T>, String, Object) - Static method in class org.zkoss.bind.validator.BeanValidations
- validate(Class, String, Object) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Validate the value
- validate(Class, String, Object, Class<?>[]) - Method in class org.zkoss.bind.validator.BeanValidator
-
Validate the value
- validate(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Validates the value returned by
InputElement.coerceFromString(java.lang.String)
. - validate(ValidationContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- validate(ValidationContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- validate(ValidationContext) - Method in interface org.zkoss.bind.sys.SaveBinding
-
do the validation by validator
- validate(ValidationContext) - Method in class org.zkoss.bind.validator.BeanValidator
- validate(ValidationContext) - Method in class org.zkoss.bind.validator.CompositeValidator
- validate(ValidationContext) - Method in class org.zkoss.bind.validator.DeferredValidator
- validate(ValidationContext) - Method in interface org.zkoss.bind.Validator
- validate(ValidationContext) - Method in class org.zkoss.clientbind.ClientSaveFormBindingImpl
- validate(ValidationContext) - Method in class org.zkoss.clientbind.ClientSavePropertyBindingImpl
- validate(ValidationContext) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
- validate(Component, Object) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- validate(Component, Object) - Method in interface org.zkoss.zul.Constraint
-
Verifies whether the value is acceptable.
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleDateConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
- VALIDATE - org.zkoss.bind.Phase
-
validate phase.
- VALIDATE_BINDING_CMD - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALIDATE_BINDING_COMPONENT_PROPERTY - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALIDATE_BINDING_DATA - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALIDATE_BINDING_PROPERTY - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALIDATE_SAVE_FORM_BINDING - Static variable in class org.zkoss.clientbind.ClientBindComposer
- validate0(Component, T) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- VALIDATES - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- Validation - Class in org.zkoss.zel.impl.util
- VALIDATION_MESSAGE_ID - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.bind.BindComposer
- VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- ValidationContext - Interface in org.zkoss.bind
-
The context for validation
- ValidationContextImpl - Class in org.zkoss.bind.impl
-
the default implementation of validation context
- ValidationContextImpl(String, Property, Map<String, Property[]>, BindContext, boolean) - Constructor for class org.zkoss.bind.impl.ValidationContextImpl
- ValidationInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- ValidationInfo(String, Component, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.ValidationInfo
- ValidationMessages - Interface in org.zkoss.bind.sys
-
To provide the message binding between validator and binder.
- ValidationMessagesELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for
ValidationMessages
. - ValidationMessagesELResolver() - Constructor for class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
- ValidationMessagesELResolver.AbstractValueResolver - Class in org.zkoss.bind.xel.zel
- ValidationMessagesELResolver.ValueResolver - Interface in org.zkoss.bind.xel.zel
- ValidationMessagesImpl - Class in org.zkoss.bind.impl
-
Collection base implementation of
ValidationMessages
- ValidationMessagesImpl() - Constructor for class org.zkoss.bind.impl.ValidationMessagesImpl
- ValidationMessagesMonitor - Class in org.zkoss.clientbind
-
A monitor for
ValidationMessages
to send a notification to client. - ValidationMessagesMonitor(ClientBindComposer, ValidationMessages) - Constructor for class org.zkoss.clientbind.ValidationMessagesMonitor
- Validator - Interface in org.zkoss.bind
-
Generic binding validation interface.
- VALIDATOR - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the system validator for special properties. - VALIDATOR_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- VALIDATOR_ARGS - Static variable in class org.zkoss.bind.impl.BindContextImpl
- value - Variable in class org.zkoss.lang.MutableInteger
-
The value of the mutable integer.
- value() - Method in annotation type org.zkoss.bind.annotation.BindingParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.Command
- value() - Method in annotation type org.zkoss.bind.annotation.ContextParam
-
the
ContextType
- value() - Method in annotation type org.zkoss.bind.annotation.CookieParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.Default
-
Default value of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.DependsOn
- value() - Method in annotation type org.zkoss.bind.annotation.ExecutionArgParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.ExecutionParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.GlobalCommand
- value() - Method in annotation type org.zkoss.bind.annotation.HeaderParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.MatchMedia
- value() - Method in annotation type org.zkoss.bind.annotation.NotifyChange
- value() - Method in annotation type org.zkoss.bind.annotation.NotifyCommand
- value() - Method in annotation type org.zkoss.bind.annotation.NotifyCommands
- value() - Method in annotation type org.zkoss.bind.annotation.QueryParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.ScopeParam
-
name of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.SelectorParam
-
component selector of the parameter.
- value() - Method in annotation type org.zkoss.bind.annotation.SmartNotifyChange
- value() - Method in annotation type org.zkoss.bind.annotation.ToClientCommand
- value() - Method in annotation type org.zkoss.bind.annotation.ToServerCommand
- value() - Method in annotation type org.zkoss.stateless.annotation.RichletMapping
-
The url value for the mapping.
- value() - Method in annotation type org.zkoss.zk.ui.annotation.Command
- value() - Method in annotation type org.zkoss.zk.ui.annotation.ComponentAnnotation
- value() - Method in annotation type org.zkoss.zk.ui.select.annotation.Listen
-
The instruction string for adding EventListeners.
- value() - Method in annotation type org.zkoss.zk.ui.select.annotation.VariableResolver
-
Variable resolver class names.
- value() - Method in annotation type org.zkoss.zk.ui.select.annotation.Wire
-
The selector string that specifies the Components to wire.
- value() - Method in annotation type org.zkoss.zk.ui.select.annotation.WireVariable
-
The name of variable to wire.
- value() - Method in annotation type org.zkoss.zkmax.ui.select.annotation.Subscribe
-
Name of the EventQueue.
- Value() - Method in class org.zkoss.zel.impl.parser.ELParser
- VALUE_ANGLE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- VALUE_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
- VALUE_ANNO_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VALUE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- VALUE_NOT_MATCHED - Static variable in interface org.zkoss.zul.mesg.MZul
- VALUE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
- ValueExpression - Class in org.zkoss.zel
- ValueExpression() - Constructor for class org.zkoss.zel.ValueExpression
- ValueExpressionImpl - Class in org.zkoss.zel.impl
-
An
Expression
that can get or set a value. - ValueExpressionImpl() - Constructor for class org.zkoss.zel.impl.ValueExpressionImpl
- ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class org.zkoss.zel.impl.ValueExpressionImpl
- ValueExpressionImplEx - Class in org.zkoss.zkmax.bind.impl
-
An extension of ValueExpressionImpl to do a lazy initiating EL expression construction.
- ValueExpressionImplEx() - Constructor for class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
- ValueExpressionImplEx(String, Node, FunctionMapper, VariableMapper, Class<?>, BindExpressionBuilderEx) - Constructor for class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
- ValueExpressionLiteral - Class in org.zkoss.zel.impl
- ValueExpressionLiteral() - Constructor for class org.zkoss.zel.impl.ValueExpressionLiteral
- ValueExpressionLiteral(Object, Class<?>) - Constructor for class org.zkoss.zel.impl.ValueExpressionLiteral
- valueOf(String) - Static method in enum org.zkoss.bind.annotation.ContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.bind.annotation.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.bind.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.bind.sys.ConditionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.zkoss.math.RoundingModes
-
Returns the rounding mode of the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IA.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IA.Target
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IArea.Shape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IButtonBase.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IButtonBase.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IButtonBase.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ICardlayout.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ICoachmark.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IColumn.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ICropper.Crossorigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IDrawer.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IDropupload.Detection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IFisheyebar.Edge
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IFisheyebar.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IGoldenLayout.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IGrid.Autosort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IInputgroup.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ILayoutRegion.Border
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ILinelayout.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IListbox.Autosort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IListheader.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IMenubar.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IMeshElement.PagingPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.INavbar.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IPanel.Border
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IPopupBase.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IPortallayout.MaximizedMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IPortallayout.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IRadiogroup.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IRangesliderBase.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IRating.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IScrollview.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ISeparatorBase.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ISlider.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ISplitlayout.Collapse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ISplitlayout.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ITabbox.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ITextboxBase.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IToolbar.Orient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IToolbarbutton.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ITrack.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ITree.Autosort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.ITreecol.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IVideo.Crossorigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IWindow.Border
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.sul.IWindow.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.stateless.ui.UiAgent.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zk.ui.ext.Uploadable.Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zk.ui.HtmlShadowElement.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zul.Checkbox.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zul.ext.TristateModel.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zul.Messagebox.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zul.Window.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Node) - Static method in class org.zkoss.xml.Nodes
-
Get the text value of a node.
- ValuePrefix() - Method in class org.zkoss.zel.impl.parser.ELParser
- ValueReference - Class in org.zkoss.zel
- ValueReference - Interface in org.zkoss.xel
-
This represents a base model object and one of its properties (EL 2.2).
- ValueReference(Object, Object) - Constructor for class org.zkoss.zel.ValueReference
- ValueReferenceImpl(Object, Object) - Constructor for class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
- values() - Static method in enum org.zkoss.bind.annotation.ContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.bind.annotation.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.zkoss.bind.impl.WeakIdentityMap
- values() - Static method in enum org.zkoss.bind.Phase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- values() - Method in class org.zkoss.bind.proxy.MapProxy
- values() - Static method in enum org.zkoss.bind.sys.ConditionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IA.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IA.Target
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IArea.Shape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IButtonBase.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IButtonBase.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IButtonBase.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ICardlayout.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ICoachmark.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IColumn.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ICropper.Crossorigin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IDrawer.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IDropupload.Detection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IFisheyebar.Edge
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IFisheyebar.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IGoldenLayout.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IGrid.Autosort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IInputgroup.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ILayoutRegion.Border
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ILinelayout.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IListbox.Autosort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IListheader.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IMenubar.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IMeshElement.PagingPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.INavbar.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IPanel.Border
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IPdfviewer.ZoomMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IPopupBase.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IPortallayout.MaximizedMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IPortallayout.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IRadiogroup.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IRangesliderBase.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IRating.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IScrollview.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ISeparatorBase.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ISlider.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ISplitlayout.Collapse
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ISplitlayout.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ITabbox.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ITextboxBase.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IToolbar.Orient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IToolbarbutton.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ITrack.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ITree.Autosort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.ITreecol.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IVideo.Crossorigin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IWindow.Border
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.sul.IWindow.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.stateless.ui.UiAgent.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.zkoss.util.CacheMap
- values() - Static method in enum org.zkoss.web.theme.StandardTheme.ThemeOrigin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zk.ui.ext.Uploadable.Error
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zk.ui.HtmlShadowElement.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zk.ui.select.impl.Attribute.Operator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zk.ui.select.impl.Selector.Combinator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zk.ui.select.impl.Token.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
- values() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
- values() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns an empty collection, no matter any variable is defined.
- values() - Static method in enum org.zkoss.zul.Checkbox.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zul.ext.TristateModel.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.zkoss.zul.ListModelMap
- values() - Static method in enum org.zkoss.zul.Messagebox.Button
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zul.Window.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSuffix() - Method in class org.zkoss.zel.impl.parser.ELParser
- valueToString(Component, LocalDate) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
- valueToString(Component, LocalTime) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- valueToString(Component, Date) - Method in class org.zkoss.zul.SimpleDateConstraint
- valueToString(Component, T) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- Var - Class in org.zkoss.zhtml
-
The VAR tag.
- Var() - Constructor for class org.zkoss.zhtml.Var
- VAR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- VariableMapper - Class in org.zkoss.zel
- VariableMapper() - Constructor for class org.zkoss.zel.VariableMapper
- VariableMapperFactory - Class in org.zkoss.zel.impl.lang
- VariableMapperFactory(VariableMapper) - Constructor for class org.zkoss.zel.impl.lang.VariableMapperFactory
- VariableMapperImpl - Class in org.zkoss.zel.impl.lang
- VariableMapperImpl() - Constructor for class org.zkoss.zel.impl.lang.VariableMapperImpl
- VariableResolver - Interface in org.zkoss.xel
-
Used to customize the way an
Expression
resolves variable references at evaluation time. - VariableResolver - Annotation Type in org.zkoss.zk.ui.select.annotation
-
Annotation for adding variable resolvers to a SelectorComposer.
- VariableResolverInfo - Class in org.zkoss.zk.ui.metainfo
-
A definition of the variable resolver (
VariableResolver
). - VariableResolverInfo(Class<? extends VariableResolver>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Constructs with a class.
- VariableResolverInfo(Class<? extends VariableResolver>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Constructs with a class.
- VariableResolverInfo(String) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Constructs with a class name.
- VariableResolverInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Constructs with a class name.
- VariableResolverInfo(VariableResolver) - Constructor for class org.zkoss.zk.ui.metainfo.VariableResolverInfo
-
Constructs with an initiator that will be reuse each time
VariableResolverInfo.newVariableResolver(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page)
is called. - VariableResolverX - Interface in org.zkoss.xel
-
An extension of
VariableResolver
to have more control to resolve the variables. - VariablesInfo - Class in org.zkoss.zk.ui.metainfo
-
The information about the variables element in the ZUML page.
- VariablesInfo(NodeInfo, Map<String, String>, boolean, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Constructor.
- VariablesInfo(NodeInfo, Map<String, String>, boolean, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.VariablesInfo
-
The same as VariablesInfo(parent, vars, locale, "none", cond).
- varMapper - Variable in class org.zkoss.zel.impl.lang.ExpressionBuilder
- Vbox - Class in org.zkoss.zul
-
A vbox.
- Vbox() - Constructor for class org.zkoss.zul.Vbox
- Vbox(Component[]) - Constructor for class org.zkoss.zul.Vbox
-
Constructor a vertical box by assigning an array of children.
- Verifier - Class in org.zkoss.idom
-
The verifier to verify W3C/DOM related constraints.
- VERTICAL - org.zkoss.stateless.sul.IButtonBase.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.ICardlayout.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IFisheyebar.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IGoldenLayout.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IInputgroup.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.ILinelayout.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IMenubar.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.INavbar.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IPortallayout.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IRadiogroup.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IRangesliderBase.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IRating.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IScrollview.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.ISeparatorBase.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.ISlider.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.ISplitlayout.Orient
-
The vertical orient.
- VERTICAL - org.zkoss.stateless.sul.IToolbar.Orient
-
The vertical orient.
- Video - Class in org.zkoss.zhtml
-
The VIDEO tag.
- Video - Class in org.zkoss.zkmax.zul
-
A video player.
- Video - Interface in org.zkoss.video
-
Represents a video.
- Video() - Constructor for class org.zkoss.zhtml.Video
- Video() - Constructor for class org.zkoss.zkmax.zul.Video
- Video(String) - Constructor for class org.zkoss.zkmax.zul.Video
- Video.ExtraCtrl - Class in org.zkoss.zkmax.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl()
. - VIEW - org.zkoss.bind.annotation.ContextType
-
The view of binder, the type is
Component
- VIEW_MODEL_ATTR - Static variable in class org.zkoss.bind.BindComposer
- VIEW_MODEL_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- VIEW_MODEL_ATTR - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VIEWMODEL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- VIEWMODEL_METHOD_FILTER - Static variable in class org.zkoss.zkmax.bind.proxy.ViewModelProxyHandler
- ViewModelAnnotationResolver - Interface in org.zkoss.bind
-
The annotation resolver to handle annotations in view model.
- ViewModelAnnotationResolvers - Class in org.zkoss.bind.init
-
An aggregating view model annotation resolvers.
- ViewModelAnnotationResolvers() - Constructor for class org.zkoss.bind.init.ViewModelAnnotationResolvers
- VIEWMODELID_BINDER_MAP_KEY - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
Key of the relation from viewmodel id to binder
- ViewModelProxyHandler<T> - Class in org.zkoss.zkmax.bind.proxy
- ViewModelProxyHandler(T) - Constructor for class org.zkoss.zkmax.bind.proxy.ViewModelProxyHandler
- ViewModelProxyObject - Interface in org.zkoss.bind.proxy
-
A simple view model proxy object
- VisibilityChangeData - Class in org.zkoss.stateless.action.data
-
The VisibilityChangeAction is used to notify current page/tab's visibility state.
- VisibilityChangeData() - Constructor for class org.zkoss.stateless.action.data.VisibilityChangeData
- VisibilityChangeEvent - Class in org.zkoss.zk.ui.event
-
The VisibilityChangeEvent is used to notify current page/tab's visibility state.
- VisibilityChangeEvent(String, boolean, String) - Constructor for class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Constructs an event to hold the current page's visibility state.
- visit(Node) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- visit(Node) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
- visit(Node) - Method in interface org.zkoss.zel.impl.parser.NodeVisitor
- VISITED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
-
It is used to count the count of the visible Treeitem without its Treechildren.
- VISITED_ITEM_TOTAL - Static variable in class org.zkoss.zul.Attributes
-
It is used to count the total of the visible Treeitem, including its Treechildren.
- visitNode(Node) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- visitNode(Node) - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
- Visualizer - Interface in org.zkoss.zk.ui.sys
-
A part of
Execution
for visualizing the components whose visual parts are modified. - Vlayout - Class in org.zkoss.zul
-
A vertical layout
- Vlayout() - Constructor for class org.zkoss.zul.Vlayout
- VM - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- VM_ID - Static variable in class org.zkoss.bind.BindComposer
- VM_ID - Static variable in class org.zkoss.clientbind.ClientBindComposer
- VolatileComponent - Class in org.zkoss.stateless.ui.util
-
a volatile component for AU update
- VolatileComponent() - Constructor for class org.zkoss.stateless.ui.util.VolatileComponent
- VolatileIPage - Class in org.zkoss.stateless.ui.util
-
A page is alive temporarily during UiEngine to create IComponents from a ZUML page that eventually shall not be attached to the desktop.
- VolatileIPage(PageDefinition) - Constructor for class org.zkoss.stateless.ui.util.VolatileIPage
- VolatileIPage(Page) - Constructor for class org.zkoss.stateless.ui.util.VolatileIPage
- VolatileIStubsComponent - Class in org.zkoss.stateless.ui
-
Internal use only.
- VolatileIStubsComponent() - Constructor for class org.zkoss.stateless.ui.VolatileIStubsComponent
- VolatilePage - Class in org.zkoss.zk.ui.impl
-
A page that does not really exist at the client.
- VolatilePage(PageDefinition) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
-
Constructs a page by giving the page definition.
- VolatilePage(Page) - Constructor for class org.zkoss.zk.ui.impl.VolatilePage
W
- WAFERMAP - Static variable in class org.zkoss.zul.Chart
- WaferMapModel - Class in org.zkoss.zul
-
A semiconductor wafer map data model to be used with wafermap chart.
- WaferMapModel() - Constructor for class org.zkoss.zul.WaferMapModel
-
data model to be used with wafermap chart.
- WaferMapModel(int, int) - Constructor for class org.zkoss.zul.WaferMapModel
-
data model to be used with wafermap chart.
- WaferMapModel(int, int, double) - Constructor for class org.zkoss.zul.WaferMapModel
-
data model to be used with wafermap chart.
- WaferMapModel.IntPair - Class in org.zkoss.zul
- wait(Object) - Static method in class org.zkoss.zk.ui.Executions
-
Suspends the current processing of an event and wait until the other thread invokes
Executions.notify(Object)
,Executions.notifyAll(Object)
,Executions.notify(Desktop, Object)
orExecutions.notifyAll(Desktop, Object)
for the specified object. - wait(Object) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
- wait(Object) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Suspends the current processing of an event and wait until the other thread invokes
UiEngine.notify(Object)
,UiEngine.notifyAll(Object)
,UiEngine.notify(Desktop, Object)
orUiEngine.notifyAll(Desktop, Object)
for the specified object. - WaitLock - Class in org.zkoss.util
-
A simple lock used to implement load-on-demand mechanism.
- WaitLock() - Constructor for class org.zkoss.util.WaitLock
-
Once created, it is default to be locked.
- waitUntilUnlock(int) - Method in class org.zkoss.util.WaitLock
-
Waits this lock to unlock.
- wakePending() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- warning(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
- WATERFALL - Static variable in class org.zkoss.zul.Chart
- Wbr - Class in org.zkoss.zhtml
-
The WBR tag.
- Wbr() - Constructor for class org.zkoss.zhtml.Wbr
- WcsExtendlet - Class in org.zkoss.zk.ui.http
-
The extendlet to handle WCS (widget CSS).
- WcsExtendlet() - Constructor for class org.zkoss.zk.ui.http.WcsExtendlet
- WeakIdentityMap<K,V> - Class in org.zkoss.bind.impl
-
WeakIdentityMap is like WeakHashMap, except it uses a key's identity hashcode and equals methods.
- WeakIdentityMap() - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
- WeakIdentityMap(int) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
- WeakIdentityMap(int, float) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
- WeakIdentityMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.bind.impl.WeakIdentityMap
- WebApp - Interface in org.zkoss.zk.ui
-
Represents a Web application.
- WebAppCleanup - Interface in org.zkoss.zk.ui.util
-
Used to initialize a ZK application when it about to be destroyed.
- WebAppCtrl - Interface in org.zkoss.zk.ui.sys
-
Additional interface of
WebApp
for implementation. - WebAppFactory - Interface in org.zkoss.zk.ui.sys
-
The factory used to instantiate the instance of
WebApp
. - WebAppFactoryImpl - Class in org.zkoss.zk.ui.sys
-
A web app factory implementation.
- WebAppFactoryImpl() - Constructor for class org.zkoss.zk.ui.sys.WebAppFactoryImpl
- WebAppInit - Class in org.zkoss.bind.init
-
The initialization of zkbind.
- WebAppInit - Class in org.zkoss.zkmax.init
-
The initialization of zkmax.
- WebAppInit - Interface in org.zkoss.zk.ui.util
-
Used to initialize a ZK application when it is created.
- WebAppInit() - Constructor for class org.zkoss.bind.init.WebAppInit
- WebAppInit() - Constructor for class org.zkoss.zkmax.init.WebAppInit
- WebApps - Class in org.zkoss.zk.ui
-
Utilities related to the Web application.
- WebApps() - Constructor for class org.zkoss.zk.ui.WebApps
- WebAppsCtrl - Class in org.zkoss.zk.ui.sys
-
An additional utilities for implementation related to
WebApp
. - WebAppsCtrl() - Constructor for class org.zkoss.zk.ui.sys.WebAppsCtrl
- WebManager - Class in org.zkoss.zk.ui.http
-
A bridge between Web server and ZK.
- WebManager(ServletContext, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
-
Creates the Web manager.
- WebManager(ServletContext, String, String) - Constructor for class org.zkoss.zk.ui.http.WebManager
-
Creates the Web manager.
- WebManagerActivationListener - Interface in org.zkoss.zk.ui.http
-
A listener that will be invoked when the Web manager is created (a.k.a., activated).
- WebSocketDesktopInit - Class in org.zkoss.zkmax.au.websocket
-
A DesktopInit implementation for WebSocket connections.
- WebSocketDesktopInit() - Constructor for class org.zkoss.zkmax.au.websocket.WebSocketDesktopInit
- WebSocketEndPoint - Class in org.zkoss.zkmax.au.websocket
-
A WebSocket EndPoint for WebSocket based Update Engine and WebSocket implemented ServerPush.
- WebSocketEndPoint() - Constructor for class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
- WebSocketFilter - Class in org.zkoss.zkmax.au.websocket
-
A filter for WebSocket connections.
- WebSocketFilter() - Constructor for class org.zkoss.zkmax.au.websocket.WebSocketFilter
- WebSocketServerPush - Class in org.zkoss.zkmax.au.websocket
-
A server-push implementation that is based on WebSocket.
- WebSocketServerPush() - Constructor for class org.zkoss.zkmax.au.websocket.WebSocketServerPush
- WebSocketWebAppInit - Class in org.zkoss.zkmax.au.websocket
-
A WebAppInit implementation for WebSocket connection.
- WebSocketWebAppInit() - Constructor for class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
- WEEK - Static variable in class org.zkoss.zul.Chart
- West - Class in org.zkoss.zul
-
A west region of a border layout.
- West() - Constructor for class org.zkoss.zul.West
- WEST - Static variable in class org.zkoss.zul.Borderlayout
-
The west layout constraint (left side of container).
- When - Class in org.zkoss.web.servlet.dsp.action
-
Represents an alternative within a
Choose
action. - When - Class in org.zkoss.zuti.zul
-
A when tag is used for choose like a Java switch statement in that it lets you between a number of alternatives.
- When() - Constructor for class org.zkoss.web.servlet.dsp.action.When
- When() - Constructor for class org.zkoss.zuti.zul.When
- WHITESPACE - org.zkoss.zk.ui.select.impl.Token.Type
- whole - org.zkoss.stateless.sul.IPortallayout.MaximizedMode
-
To maximize the panel to the whole size of the portallayout.
- WidgetAttribute - Class in org.zkoss.zk.ui.metainfo
-
Represents a DOM attribute of the peer widget.
- WidgetAttribute(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetAttribute
- WidgetDefinition - Interface in org.zkoss.zk.ui.metainfo
-
A widget definition.
- WidgetDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
-
An implementation of WidgetDefinition.
- WidgetDefinitionImpl(String, boolean) - Constructor for class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
- WidgetListener - Class in org.zkoss.zk.ui.metainfo
-
Represents a client-side event listener for the peer widget.
- WidgetListener(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetListener
- WidgetOverride - Class in org.zkoss.zk.ui.metainfo
-
Represents a method of the peer widget.
- WidgetOverride(EvaluatorRef, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.WidgetOverride
- willClone(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Internal use only.
- willClone(Component) - Method in interface org.zkoss.zk.ui.util.ComponentCloneListener
-
Called when a component is going to be cloned.
- willClone(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Internal use only.
- willClone(Component) - Method in interface org.zkoss.zul.event.PagingListener
- willClone(Component) - Method in class org.zkoss.zul.GroupsModelArray
-
Allows the model to clone
- willClone(Component) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Allows the model to clone
- willPassivate(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentActivationListener.willPassivate(org.zkoss.zk.ui.Component)
for the specified object. - willPassivate(Collection<?>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentActivationListener.willPassivate(org.zkoss.zk.ui.Component)
for each object in the collection. - willPassivate(Component) - Method in class org.zkoss.bind.BindComposer
- willPassivate(Component) - Method in class org.zkoss.clientbind.ClientBindComposer
- willPassivate(Component) - Method in class org.zkoss.zk.ui.select.SelectorComposer
- willPassivate(Component) - Method in interface org.zkoss.zk.ui.util.ComponentActivationListener
-
Called when a session is about to be passivated (and then serialize its value).
- willPassivate(Component) - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
- willPassivate(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopActivationListener
-
Called when a session is about to be passivated (and then serialize its value).
- willPassivate(Page) - Method in interface org.zkoss.zk.ui.util.PageActivationListener
-
Called when a session is about to be passivated (and then serialize its value).
- willPassivate(Session) - Method in interface org.zkoss.zk.ui.util.SessionActivationListener
-
Called when a session is about to be passivated.
- willSerialize(Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentSerializationListener.willSerialize(org.zkoss.zk.ui.Component)
for the specified object. - willSerialize(Collection) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Utility to invoke
ComponentSerializationListener.willSerialize(org.zkoss.zk.ui.Component)
for each object in the collection. - willSerialize(Component) - Method in interface org.zkoss.zk.ui.util.ComponentSerializationListener
-
Called when a component is going to serialize this object.
- willSerialize(Desktop) - Method in interface org.zkoss.zk.ui.util.DesktopSerializationListener
-
Called when a desktop is going to serialize this object.
- willSerialize(Page) - Method in interface org.zkoss.zk.ui.util.PageSerializationListener
-
Called when a page is going to serialize this object.
- willSerialize(Session) - Method in interface org.zkoss.zk.ui.util.SessionSerializationListener
-
Called when a session is going to serialize this object.
- WIND - Static variable in class org.zkoss.zul.Chart
- Window - Class in org.zkoss.zul
-
A window.
- Window() - Constructor for class org.zkoss.zul.Window
- Window(String, String, boolean) - Constructor for class org.zkoss.zul.Window
- WINDOW_COMPRESS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- WINDOW_EXPAND - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- WINDOW_MINUS - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- WINDOW_TIMES - Static variable in interface org.zkoss.za11y.mesg.MZa11y
- Window.Mode - Enum in org.zkoss.zul
-
The window's mode used with
Window.setMode(Mode)
. - Wire - Annotation Type in org.zkoss.zk.ui.select.annotation
-
Annotation for specifying components to wire.
- wireAction(StatelessComposer, IStubComponent) - Static method in class org.zkoss.stateless.ui.util.ActionHelper
-
Wires the method action handlers from the given
composer
into each matched component, which is found by finding withAction.from()
. - wireAction(StatelessRichlet, IStubComponent) - Static method in class org.zkoss.stateless.ui.util.ActionHelper
-
Wires the method action handlers from the given
richlet
into each matched client widget. - wireComponents(Component, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Wire components to controller.
- wireComponents(Page, Object, boolean) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Wire components to controller.
- wireController(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire controller as an attribute of the specified component.
- wireController(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire controller as an attribute of the specified component with a custom separator.
- wireEventListeners(Component, Object) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Add event listeners to components based on the controller.
- wireFellows(IdSpace, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire fellow components and space owner ancestors of the specified Id space into a controller Java object.
- wireFellows(IdSpace, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire fellow components and space owner with a custom separator.
- wireFellows(IdSpace, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire fellow components and space owner with full control.
- wireImplicit(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire implicit variables of the specified component into a controller Java object.
- wireServiceCommand(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire controller's command method to be an AuService command that the command can be triggered from client side JavaScript.
- WireVariable - Annotation Type in org.zkoss.zk.ui.select.annotation
-
Annotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers.
- wireVariables(Component, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire accessible variable objects of the specified component into a controller Java object.
- wireVariables(Component, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire accessible variable objects of the specified component with a custom separator.
- wireVariables(Component, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire controller as a variable objects of the specified component with full control.
- wireVariables(Component, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Wire variables to controller, including XEL variables, implicit variables.
- wireVariables(Page, Object) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire accessible variables of the specified page into a controller Java object.
- wireVariables(Page, Object, char) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire accessible variable objects of the specified page with a custom separator.
- wireVariables(Page, Object, char, boolean, boolean) - Static method in class org.zkoss.zk.ui.util.ConventionWires
-
Wire accessible variable objects of the specified page with complete control.
- wireVariables(Page, Object, List<VariableResolver>) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Wire variables to controller, including XEL variables, implicit variables.
- withAccept(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedaccept
. - withAction(ActionHandler) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler0) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler1<A>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler2<A, B>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler3<A, B, C>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler4<A, B, C, D>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler5<A, B, C, D, E>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler6<A, B, C, D, E, F>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler7<A, B, C, D, E, F, G>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler8<A, B, C, D, E, F, G, H>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withAction(ActionHandler9<A, B, C, D, E, F, G, H, I>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedaction
. - withActions(Iterable<? extends ActionHandler>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedactions
. - withActions(ActionHandler...) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedactions
. - withActiveIndex(int) - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns a copy of
this
immutable component with the specifiedactiveIndex
. - withActivePage(int) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedactivePage
. - withAlign(String) - Method in interface org.zkoss.stateless.sul.ICell
-
Returns a copy of
this
immutable component with the specifiedalign
. - withAlign(String) - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns a copy of
this
immutable component with the specifiedalign
. - withAlign(String) - Method in interface org.zkoss.stateless.sul.IHeaderElement
-
Returns a copy of
this
immutable component with the specifiedalign
. - withAlign(String) - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns a copy of
this
immutable component with the specifiedalign
. - withAlign(String) - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns a copy of
this
immutable component with the specifiedalign
. - withAllComponents(Iterable<? extends I>) - Method in interface org.zkoss.stateless.sul.IComposite
-
Copy the current immutable object with elements that replace the content of
children
. - withAllComponents(Iterable<? extends IAnyGroup>) - Method in interface org.zkoss.stateless.sul.IGroupbox
- withAllComponents(Iterable<? extends IAnyGroup>) - Method in interface org.zkoss.stateless.sul.IWindow
- withAllComponents(Iterable<? extends IChildrenOfPanel>) - Method in interface org.zkoss.stateless.sul.IPanel
- withAllComponents(Iterable<? extends IComponent>) - Method in interface org.zkoss.stateless.sul.IRow
- withAllComponents(Iterable<? extends ILayoutRegion>) - Method in interface org.zkoss.stateless.sul.IBorderlayout
- withAllComponents(Iterable<? extends IMeshComposite>) - Method in interface org.zkoss.stateless.sul.IGrid
- withAllComponents(Iterable<? extends IMeshComposite>) - Method in interface org.zkoss.stateless.sul.IListbox
- withAllComponents(Iterable<? extends IMeshComposite>) - Method in interface org.zkoss.stateless.sul.ITree
- withAllComponents(Iterable<? extends IOrgitemComposite>) - Method in interface org.zkoss.stateless.sul.IOrgitem
- withAllComponents(Iterable<? extends ITabboxComposite>) - Method in interface org.zkoss.stateless.sul.ITabbox
- withAllComponents(Iterable<? extends ITreeitemComposite>) - Method in interface org.zkoss.stateless.sul.ITreeitem
- withAnchorId(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedanchorId
. - withAngleArc(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedangleArc
. - withAnimationDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiedanimationDisabled
. - withArea(String) - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns a copy of
this
immutable component with the specifiedarea
. - withAreas(String) - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns a copy of
this
immutable component with the specifiedareas
. - withAsDefault(boolean) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedasDefault
. - withAspectRatio(double) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedaspectRatio
. - withAttachEdge(String) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedattachEdge
. - withAttachEdge(IFisheyebar.Edge) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedattachEdge
. - withAudio(boolean) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedaudio
. - withAutocheck(boolean) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedautocheck
. - withAutoclose(boolean) - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns a copy of
this
immutable component with the specifiedautoclose
. - withAutoclose(boolean) - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns a copy of
this
immutable component with the specifiedautoclose
. - withAutoCols(boolean) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedautoCols
. - withAutocomplete(boolean) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedautocomplete
. - withAutodisable(String) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifiedautodisable
. - withAutodisable(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedautodisable
. - withAutodisable(String) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifiedautodisable
. - withAutodisable(String) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedautodisable
. - withAutodrop(boolean) - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns a copy of
this
immutable component with the specifiedautodrop
. - withAutodrop(boolean) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedautodrop
. - withAutodrop(boolean) - Method in interface org.zkoss.stateless.sul.ICombobutton
-
Returns a copy of
this
immutable component with the specifiedautodrop
. - withAutodrop(boolean) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedautodrop
. - withAutodrop(boolean) - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns a copy of
this
immutable component with the specifiedautodrop
. - withAutohide(boolean) - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns a copy of
this
immutable component with the specifiedautohide
. - withAutohide(boolean) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedautohide
. - withAutopaging(boolean) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedautopaging
. - withAutoplay(boolean) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedautoplay
. - withAutoplay(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedautoplay
. - withAutoRows(boolean) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedautoRows
. - withAutoscroll(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedautoscroll
. - withAutosort(String) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAutosort(String) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAutosort(String) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAutosort(IGrid.Autosort) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAutosort(IListbox.Autosort) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAutosort(ITree.Autosort) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedautosort
. - withAuxhead(Iterable<? extends IAuxhead>) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withAuxhead(Iterable<? extends IAuxhead>) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withAuxhead(Iterable<? extends IAuxhead>) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withAuxhead(IAuxhead...) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withAuxhead(IAuxhead...) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withAuxhead(IAuxhead...) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedauxhead
. - withBackgroundColor(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedbackgroundColor
. - withBackgroundImage(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedbackgroundImage
. - withBackgroundIncluded(boolean) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedbackgroundIncluded
. - withBackSpace(String) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedbackSpace
. - withBadgeText(String) - Method in interface org.zkoss.stateless.sul.INav
-
Returns a copy of
this
immutable component with the specifiedbadgeText
. - withBadgeText(String) - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns a copy of
this
immutable component with the specifiedbadgeText
. - withBar(boolean) - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns a copy of
this
immutable component with the specifiedbar
. - withBarWidth(int) - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns a copy of
this
immutable component with the specifiedbarWidth
. - withBinary(boolean) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedbinary
. - withBorder(String) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBorder(String) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBorder(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBorder(ILayoutRegion.Border) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBorder(IPanel.Border) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBorder(IWindow.Border) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedborder
. - withBottomToolbar(IToolbar) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedbottomToolbar
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.ISpinner
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withButtonVisible(boolean) - Method in interface org.zkoss.stateless.sul.ITimebox
-
Returns a copy of
this
immutable component with the specifiedbuttonVisible
. - withCancelable(boolean) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedcancelable
. - withCaption(ICaption) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedcaption
. - withCaption(ICaption) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedcaption
. - withCaption(ICaption) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedcaption
. - withCaption(ICaption<IAnyGroup>) - Method in interface org.zkoss.stateless.sul.ITab
-
Returns a copy of
this
immutable component with the specifiedcaption
. - withCase() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Returns whether the case condition is defined.
- withCenter(ICenter) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiedcenter
. - withCharset(String) - Method in interface org.zkoss.stateless.sul.IScript
-
Returns a copy of
this
immutable component with the specifiedcharset
. - withChecked(boolean) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifiedchecked
. - withChecked(boolean) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedchecked
. - withChecked(boolean) - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns a copy of
this
immutable component with the specifiedchecked
. - withCheckmark(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedcheckmark
. - withCheckmark(boolean) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedcheckmark
. - withCheckmark(boolean) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedcheckmark
. - withCheckmarkDeselectOther(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedcheckmarkDeselectOther
. - withCheckmarkDeselectOther(boolean) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedcheckmarkDeselectOther
. - withChild(T) - Method in interface org.zkoss.stateless.sul.ISingleChildable
- withChildren(I...) - Method in interface org.zkoss.stateless.sul.IChildable
-
Copy the current immutable object with elements that replace the content of
children
. - withChildren(Iterable<? extends I>) - Method in interface org.zkoss.stateless.sul.IChildable
-
Copy the current immutable object with elements that replace the content of
children
. - withChildren(Iterable<String>) - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns a copy of
this
immutable component with the specifiedchildren
. - withChildren(String...) - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns a copy of
this
immutable component with the specifiedchildren
. - withClearLabel(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedclearLabel
. - withClientAction(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedclientAction
. - withClientAttribute(String, String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedname
andvalue
. - withClientAttributes(Map<String, ? extends String>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedclientAttributes
. - withClipToFit(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedclipToFit
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.ITab
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosable(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedclosable
. - withClosePopupOnTimezoneChange(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedclosePopupOnTimezoneChange
. - withCmargins(String) - Method in interface org.zkoss.stateless.sul.IEast
-
Returns a copy of
this
immutable component with the specifiedcmargins
. - withCmargins(String) - Method in interface org.zkoss.stateless.sul.INorth
-
Returns a copy of
this
immutable component with the specifiedcmargins
. - withCmargins(String) - Method in interface org.zkoss.stateless.sul.ISouth
-
Returns a copy of
this
immutable component with the specifiedcmargins
. - withCmargins(String) - Method in interface org.zkoss.stateless.sul.IWest
-
Returns a copy of
this
immutable component with the specifiedcmargins
. - withCollapse(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedcollapse
. - withCollapse(ISplitlayout.Collapse) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedcollapse
. - withCollapsed(boolean) - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns a copy of
this
immutable component with the specifiedcollapsed
. - withCollapsible(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be enabled the collapse functionality.
- withCollapsible(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedcollapsible
. - withCollapsible(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedcollapsible
. - withColor(String) - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns a copy of
this
immutable component with the specifiedcolor
. - withCols(int) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedcols
. - withCols(int) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedcols
. - withColspan(int) - Method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns a copy of
this
immutable component with the specifiedcolspan
. - withColspan(int) - Method in interface org.zkoss.stateless.sul.ICell
-
Returns a copy of
this
immutable component with the specifiedcolspan
. - withColspan(int) - Method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns a copy of
this
immutable component with the specifiedcolspan
. - withColspan(int) - Method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns a copy of
this
immutable component with the specifiedcolspan
. - withColumns(int) - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns a copy of
this
immutable component with the specifiedcolumns
. - withColumns(int) - Method in interface org.zkoss.stateless.sul.ITablelayout
-
Returns a copy of
this
immutable component with the specifiedcolumns
. - withColumns(IColumns) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedcolumns
. - withColumnsgroup(boolean) - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns a copy of
this
immutable component with the specifiedcolumnsgroup
. - withColumnsgroup(boolean) - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns a copy of
this
immutable component with the specifiedcolumnsgroup
. - withColumnshide(boolean) - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns a copy of
this
immutable component with the specifiedcolumnshide
. - withColumnshide(boolean) - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns a copy of
this
immutable component with the specifiedcolumnshide
. - withColWidth(String) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedcolWidth
. - withComplete(boolean) - Method in interface org.zkoss.stateless.sul.IStep
-
Returns a copy of
this
immutable component with the specifiedcomplete
. - withConfig(Map<String, ? extends Object>) - Method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns a copy of
this
immutable component with the specifiedconfig
. - withConsistencyBufferSize(int) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedconsistencyBufferSize
. - withConsistencyThreshold(int) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedconsistencyThreshold
. - withConstraint(String) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedconstraint
. - withConstraint(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedconstraint
. - withConstraints(Map<String, ? extends Object>) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedconstraints
. - withConstraints(Map<String, ? extends Object>) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedconstraints
. - withContent(RenderedImage) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedimage
. - withContent(RenderedImage) - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns a copy of
this
immutable component with the specifiedimage
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IComboitem
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedviewerClass
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IHtml
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IMenu
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withContent(String) - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IScript
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContent(String) - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContent(Image) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedimage
. - withContent(Image) - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns a copy of
this
immutable component with the specifiedimage
. - withContent(Audio) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedaudio
. - withContent(Video) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedcontent
. - withContentSclass(String) - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns a copy of
this
immutable component with the specifiedcontentSclass
. - withContentSclass(String) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedcontentSclass
. - withContentSclass(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedcontentSclass
. - withContentStyle(String) - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns a copy of
this
immutable component with the specifiedcontentStyle
. - withContentStyle(String) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedcontentStyle
. - withContentStyle(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedcontentStyle
. - withContext(String) - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns a copy of
this
immutable component with the specifiedcontext
. - withContinuous(boolean) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedcontinuous
. - withControls(boolean) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedcontrols
. - withControls(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedcontrols
. - withCoords(String) - Method in interface org.zkoss.stateless.sul.IArea
-
Returns a copy of
this
immutable component with the specifiedcoords
. - withCounterVisible(boolean) - Method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns a copy of
this
immutable component with the specifiedcounterVisible
. - withCreatable(boolean) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedcreatable
. - withCreateMessage(String) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedcreateMessage
. - withCroppedFormat(String) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedcroppedFormat
. - withCrossorigin(String) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedcrossorigin
. - withCrossorigin(String) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedcrossorigin
. - withCrossorigin(ICropper.Crossorigin) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedcrossorigin
. - withCrossorigin(IVideo.Crossorigin) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedcrossorigin
. - withCtrlKeys(String) - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns a copy of
this
immutable component with the specifiedctrlKeys
. - withCurpos(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedcurpos
. - withCurpos(int) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedcurpos
. - withCurposInDouble(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedcurpos
. - withDefaultDateTime(LocalDateTime) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifieddefaultDateTime
. - withDefer(boolean) - Method in interface org.zkoss.stateless.sul.IScript
-
Returns a copy of
this
immutable component with the specifieddefer
. - withDelay(int) - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns a copy of
this
immutable component with the specifieddelay
. - withDescription(String) - Method in interface org.zkoss.stateless.sul.IComboitem
-
Returns a copy of
this
immutable component with the specifieddescription
. - withDetailChild(IDetailChild<? extends IDetailChild>) - Method in interface org.zkoss.stateless.sul.IRow
-
Returns a copy of
this
immutable component with the specifieddetailChild
class name. - withDetailed(boolean) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifieddetailed
. - withDetection(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifieddetection
. - withDetection(IDropupload.Detection) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifieddetection
. - withDimBackground(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifieddimBackground
. - withDir(String) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifieddir
. - withDir(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifieddir
. - withDir(IA.Direction) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifieddir
. - withDir(IButtonBase.Direction) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifieddir
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IDisable
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisabled(boolean) - Method in interface org.zkoss.stateless.sul.ITab
-
Returns a copy of
this
immutable component with the specifieddisabled
. - withDisplayedTimeZones(Iterable<? extends TimeZone>) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifieddisplayedTimeZones
. - withDisplayedTimeZones(String) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifieddisplayedTimeZones
. - withDisplayedTimeZones(String...) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifieddisplayedTimeZones
. - withDisplayedTimeZones(TimeZone...) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifieddisplayedTimeZones
. - withDisplayValue(boolean) - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns a copy of
this
immutable component with the specifieddisplayValue
. - withDraggable(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifieddraggable
. - withDroppable(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifieddroppable
. - withEast(IEast) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiedeast
. - withEmptyMessage(String) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedemptyMessage
. - withEmptyMessage(String) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedemptyMessage
. - withEmptySearchMessage(String) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedemptySearchMessage
. - withEnable(boolean) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedenable
. - withEndValue(int) - Method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns a copy of
this
immutable component with the specifiedendValue
. - withEndValue(int) - Method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns a copy of
this
immutable component with the specifiedendValue
. - withError(boolean) - Method in interface org.zkoss.stateless.sul.IStep
-
Returns a copy of
this
immutable component with the specifiederror
. - withErrorAcceptance(double) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiederrorAcceptance
. - withErrorboxIconSclass(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiederrorboxIconSclass
. - withErrorboxSclass(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiederrorboxSclass
. - withErrorMessage(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiederrorMessage
. - withFirstScale(int) - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns a copy of
this
immutable component with the specifiedfirstScale
. - withFixFrozenCols(boolean) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedfixFrozenCols
. - withFloatable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedfloatable
. - withFocus(boolean) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedfocus
. - withFontSize(int) - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns a copy of
this
immutable component with the specifiedfontSize
. - withFoot(IFoot) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedfoot
. - withFootToolbar(IToolbar) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedfootToolbar
. - withFormat(String) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedformat
. - withFormat(String) - Method in interface org.zkoss.stateless.sul.IFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedformat
. - withFrontSpace(String) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedfrontSpace
. - withFrozen(IFrozen) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedfrozen
. - withFrozen(IFrozen) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedfrozen
. - withFrozen(IFrozen) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedfrozen
. - withFrozenCols(int) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedfrozenCols
. - withH(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedh
. - withHeight(String) - Method in interface org.zkoss.stateless.sul.ICenter
- withHeight(String) - Method in interface org.zkoss.stateless.sul.IFisheye
-
This method is unsupported.
- withHeight(String) - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- withHeight(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedheight
. - withHeight(String) - Method in interface org.zkoss.stateless.sul.IListhead
- withHeights(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedheights
. - withHflex(String) - Method in interface org.zkoss.stateless.sul.IColumns
- withHflex(String) - Method in interface org.zkoss.stateless.sul.IFoot
- withHflex(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedhflex
. - withHflex(String) - Method in interface org.zkoss.stateless.sul.IListcell
-
To control the size of Foot related components, please refer to
IListbox
andIListheader
instead. - withHflex(String) - Method in interface org.zkoss.stateless.sul.IListfoot
-
To control the size of Foot related components, please refer to
IListbox
andIListheader
instead. - withHflex(String) - Method in interface org.zkoss.stateless.sul.IListhead
- withHflex(String) - Method in interface org.zkoss.stateless.sul.IOrgchildren
-
To control the size of Organigram related components, please refer to
IOrganigram
andIOrgitem
instead. - withHflex(String) - Method in interface org.zkoss.stateless.sul.IRow
- withHflex(String) - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Readonly
- withHflex(String) - Method in interface org.zkoss.stateless.sul.IRows
- withHflex(String) - Method in interface org.zkoss.stateless.sul.ITreecell
- withHflex(String) - Method in interface org.zkoss.stateless.sul.ITreecols
- withHflex(String) - Method in interface org.zkoss.stateless.sul.ITreefoot
- withHflex(String) - Method in interface org.zkoss.stateless.sul.ITreeitem
- withHover(String) - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns a copy of
this
immutable component with the specifiedhover
. - withHoverImage(String) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiedhoverImage
URI. - withHref(String) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifiedhref
. - withHref(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedhref
. - withHref(String) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedhref
. - withHref(String) - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns a copy of
this
immutable component with the specifiedhref
. - withIconSclass(String) - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns a copy of
this
immutable component with the specifiediconSclass
. - withIconSclass(String) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiediconSclass
. - withIconSclass(String) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiediconSclass
. - withIconSclass(String) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiediconSclass
. - withIconSclass(String) - Method in interface org.zkoss.stateless.sul.IStep
-
Returns a copy of
this
immutable component with the specifiediconSclass
. - withIconSclasses(String[]) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiediconSclasses
String array. - withIconTooltip(String) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiediconTooltip
. - withIconTooltips(String[]) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiediconTooltips
String array. - withId(String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedID
. - withImage(String) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiedimage
URI. - withImage(String) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withImage(String) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedimage
. - withImage(String) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedimage
. - withImage(String) - Method in interface org.zkoss.stateless.sul.ITreerow
-
Returns a copy of
this
immutable component with the specifiedimage
. - withIndeterminate(boolean) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifiedindeterminate
. - withIndeterminate(boolean) - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns a copy of
this
immutable component with the specifiedindeterminate
. - withIndex(int) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withIndex(int) - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns a copy of
this
immutable component with the specifiedindex
. - withIndex(int) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedindex
. - withInnerWidth(String) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedinnerWidth
. - withInnerWidth(String) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedinnerWidth
. - withInplace(boolean) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedinplace
. - withInplace(boolean) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedinplace
. - withInputAttributes(Map<String, ? extends String>) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedinputAttributes
. - withInstant(boolean) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedinstant
. - withInstant(boolean) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedinstant
. - withInstantSelect(boolean) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedinstantSelect
. - withInterval(double) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedinterval
. - withInterval(int) - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns a copy of
this
immutable component with the specifiedinterval
. - withItemHeight(int) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifieditemHeight
. - withItemMaxHeight(int) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifieditemMaxHeight
. - withItemMaxWidth(int) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifieditemMaxWidth
. - withItemPadding(int) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifieditemPadding
. - withItemWidth(int) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifieditemWidth
. - withKind(String) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedkind
. - withKind(ITrack.Kind) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedkind
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IGroup
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IGroupfoot
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.ILabelElement
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IListgroup
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IListgroupfoot
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IListitem
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabel(String) - Method in interface org.zkoss.stateless.sul.ITreerow
-
Returns a copy of
this
immutable component with the specifiedlabel
. - withLabelEdge(String) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedlabelEdge
. - withLabelEdge(IFisheyebar.Edge) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedlabelEdge
. - withLastScale(int) - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns a copy of
this
immutable component with the specifiedlastScale
. - withLeft(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedleft
. - withLengthLimit(int) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedlengthLimit
. - withLenient(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedlenient
. - withLinear(boolean) - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns a copy of
this
immutable component with the specifiedlinear
. - withLineStyle(String) - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns a copy of
this
immutable component with the specifiedlineStyle
. - withListfoot(IListfoot) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedlistfoot
. - withListgroupSelectable(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedlistgroupSelectable
. - withListhead(IListhead) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedlisthead
. - withLoaded(boolean) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withLocale(String) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedlocale
. - withLocale(String) - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns a copy of
this
immutable component with the specifiedlocale
. - withLocale(String) - Method in interface org.zkoss.stateless.sul.ITimepicker
- withLocale(Locale) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedlocale
. - withLocale(Locale) - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns a copy of
this
immutable component with the specifiedlocale
. - withLoop(boolean) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedloop
. - withLoop(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedloop
. - withMargins(String) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedmargins
. - withMarks(Map<Integer, ? extends String>) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedmarks
. - withMarkScale(int) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedmarkScale
. - withMask(boolean) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedmask
. - withMax(int) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedmax
. - withMax(int) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedmax
. - withMax(LocalTime) - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns a copy of
this
immutable component with the specifiedmax
. - withMax(Date) - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns a copy of
this
immutable component with the specifiedmax
. - withMaxFileCount(int) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedmaxFileCount
. - withMaxHeight(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedmaxHeight
. - withMaximalHeight(boolean) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedmaximalHeight
. - withMaximizable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedmaximizable
. - withMaximizable(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedmaximizable
. - withMaximized(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedmaximized
. - withMaximized(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedmaximized
. - withMaximizedMode(String) - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns a copy of
this
immutable component with the specifiedmaximizedMode
. - withMaximizedMode(IPortallayout.MaximizedMode) - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns a copy of
this
immutable component with the specifiedmaximizedMode
. - withMaxlength(int) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedmaxlength
. - withMaxlength(int) - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns a copy of
this
immutable component with the specifiedmaxlength
. - withMaxlength(int) - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns a copy of
this
immutable component with the specifiedmaxlength
. - withMaxlength(int) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedmaxlength
. - withMaxpos(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedmaxpos
. - withMaxpos(int) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedmaxpos
. - withMaxposInDouble(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedmaxpos
. - withMaxsize(int) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedmaxsize
. - withMaxsize(int) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be enabled the maxsize.
- withMaxsize(int) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedsuppressedErrors
. - withMaxsize(int) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedmaxsize
. - withMaxWidth(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedmaxWidth
. - withMedia(String) - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns a copy of
this
immutable component with the specifiedmedia
. - withMenupopup(String) - Method in interface org.zkoss.stateless.sul.IColumns
-
Returns a copy of
this
immutable component with the specifiedmenupopup
. - withMenupopup(String) - Method in interface org.zkoss.stateless.sul.IListhead
-
Returns a copy of
this
immutable component with the specifiedmenupopup
. - withMin(int) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedmin
. - withMin(LocalTime) - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns a copy of
this
immutable component with the specifiedmin
. - withMin(Date) - Method in interface org.zkoss.stateless.sul.ITimepicker
-
Returns a copy of
this
immutable component with the specifiedmin
. - withMinheight(int) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedminheight
. - withMinheight(int) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedminheight
. - withMinHeight(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedminHeight
. - withMinHeights(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedminHeights
. - withMinimizable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedminimizable
. - withMinimizable(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedminimizable
. - withMinimized(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedminimized
. - withMinimized(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedminimized
. - withMinpos(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedminpos
. - withMinpos(int) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedminpos
. - withMinposInDouble(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedminpos
. - withMinsize(int) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be enabled the minsize.
- withMinsize(int) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedminsize
. - withMinwidth(int) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedminwidth
. - withMinwidth(int) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedminwidth
. - withMinWidth(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedminWidth
. - withMinWidths(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedminWidths
. - withMode(String) - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns a copy of
this
immutable component with the specifiedmode
. - withMode(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedmode
. - withMode(IToolbarbutton.Mode) - Method in interface org.zkoss.stateless.sul.IToolbarbutton
-
Returns a copy of
this
immutable component with the specifiedmode
. - withMode(IWindow.Mode) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedmode
. - withMold(String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedmold
. - withMovable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedmovable
. - withMultiline(boolean) - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns a copy of
this
immutable component with the specifiedmultiline
. - withMultiline(boolean) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedmultiline
. - withMultiple(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedmultiple
. - withMultiple(boolean) - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns a copy of
this
immutable component with the specifiedmultiple
. - withMultiple(boolean) - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns a copy of
this
immutable component with the specifiedmultiple
. - withMultiple(boolean) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedmultiple
. - withMuted(boolean) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedmuted
. - withMuted(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedvolume
. - withName(String) - Method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.ISelectbox
-
Returns a copy of
this
immutable component with the specifiedname
. - withName(String) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedname
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNativeScrollbar(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiednativeScrollbar
. - withNcols(int) - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns a copy of
this
immutable component with the specifiedncols
. - withNonselectableTags(String) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedname
. - withNonselectableTags(String) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedname
. - withNoResultsText(String) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiednoResultsText
. - withNorth(INorth) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiednorth
. - withNowrap(boolean) - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns a copy of
this
immutable component with the specifiedalign
. - withOddRowSclass(String) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedoddRowSclass
. - withOddRowSclass(String) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedoddRowSclass
. - withOddRowSclass(String) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedoddRowSclass
. - withOffset(int) - Method in interface org.zkoss.stateless.sul.IRowchildren
-
Returns a copy of
this
immutable component with the specifiedoffset
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns a copy of
this
immutable component with the specifiedsclass
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ICascader
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be closed.
- withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedsclass
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IDetail
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IGroup
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IListgroup
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.INav
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(boolean) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedopen
. - withOpen(IPopupBase.OpenOptionBuilder) - Method in interface org.zkoss.stateless.sul.IPopupBase
-
Returns a copy of
this
immutable component with the specifiedspan
. - withOpposite(boolean) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedopposite
. - withOrgchildren(IOrgchildren) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedtreechildren
. - withOrgnode(IOrgnode<IAnyGroup>) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedorgnode
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IScrollview
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(String) - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IButtonBase.Orient) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ICardlayout.Orient) - Method in interface org.zkoss.stateless.sul.ICardlayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IFisheyebar.Orient) - Method in interface org.zkoss.stateless.sul.IFisheyebar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IGoldenLayout.Orient) - Method in interface org.zkoss.stateless.sul.IGoldenLayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IInputgroup.Orient) - Method in interface org.zkoss.stateless.sul.IInputgroup
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ILinelayout.Orient) - Method in interface org.zkoss.stateless.sul.ILinelayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IMenubar.Orient) - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(INavbar.Orient) - Method in interface org.zkoss.stateless.sul.INavbar
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IPortallayout.Orient) - Method in interface org.zkoss.stateless.sul.IPortallayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IRadiogroup.Orient) - Method in interface org.zkoss.stateless.sul.IRadiogroup
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IRangesliderBase.Orient) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IRating.Orient) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IScrollview.Orient) - Method in interface org.zkoss.stateless.sul.IScrollview
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ISeparatorBase.Orient) - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ISlider.Orient) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ISplitlayout.Orient) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(ITabbox.Orient) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedorient
. - withOrient(IToolbar.Orient) - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns a copy of
this
immutable component with the specifiedorient
. - WithoutWeakReferences(Paranamer) - Constructor for class org.zkoss.bind.paranamer.CachingParanamer.WithoutWeakReferences
- withOverflowPopup(boolean) - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns a copy of
this
immutable component with the specifiedoverflowPopup
. - withOverflowPopupIconSclass(String) - Method in interface org.zkoss.stateless.sul.IToolbar
-
Returns a copy of
this
immutable component with the specifiedoverflowPopupIconSclass
. - withPackages(String) - Method in interface org.zkoss.stateless.sul.IScript
-
Returns a copy of
this
immutable component with the specifiedpackages
. - withPageCount(int) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedpageCount
. - withPageIncrement(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedpageIncrement
. - withPageIncrement(int) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedpageIncrement
. - withPageIncrement(int) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedpageIncrement
. - withPageIncrementInDouble(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedpageIncrement
. - withPageSize(int) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedpageSize
. - withPagingChild(IPaging) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedpagingChild
. - withPagingPosition(String) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedpagingPosition
. - withPagingPosition(IMeshElement.PagingPosition) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedpagingPosition
. - withPanelchildren(IPanelchildren<? extends IAnyGroup>) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedpanelchildren
. - withPanelSpacing(String) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedpanelSpacing
. - withPenColor(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedpenColor
. - withPenSize(int) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedpenSize
. - withPlaceholder(String) - Method in interface org.zkoss.stateless.sul.ICascader
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withPlaceholder(String) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withPlaceholder(String) - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withPlaybackRate(double) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedplaybackRate
. - withPlaysinline(boolean) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedplaysinline
. - withPointIconSclass(String) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedpointIconSclass
. - withPointImageContent(RenderedImage) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedimage
. - withPointImageContent(Image) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedpointImageContent
. - withPointImageSrc(String) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedpointImageSrc
. - withPointStyle(String) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedpointStyle
. - withPointVisible(boolean) - Method in interface org.zkoss.stateless.sul.ILineitem
-
Returns a copy of
this
immutable component with the specifiedpointVisible
. - withPopup(String) - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns a copy of
this
immutable component with the specifiedpopup
. - withPopupWidth(String) - Method in interface org.zkoss.stateless.sul.IBandbox
-
Returns a copy of
this
immutable component with the specifiedpopupWidth
. - withPopupWidth(String) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedpopupWidth
. - withPosition(String) - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(String) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(String) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(ICoachmark.Position) - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(IDrawer.Position) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPosition(IPopupBase.Position) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedposition
. - withPositionFixed(boolean) - Method in interface org.zkoss.stateless.sul.IAnchornav
-
Returns a copy of
this
immutable component with the specifiedpositionFixed
. - withPoster(String) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedposter
. - withPre(boolean) - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns a copy of
this
immutable component with the specifiedpre
. - withPreload(String) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedpreload
. - withPreload(String) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedpreload
. - withPreloadImage(boolean) - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns a copy of
this
immutable component with the specifiedpreloadImage
URI. - withPreloadImage(boolean) - Method in interface org.zkoss.stateless.sul.ILabelImageElement
-
Returns a copy of
this
immutable component with the specifiedpreloadImage
URI. - withPreloadSize(int) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedpreloadSize
. - withPreviewRecord(boolean) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedpreviewRecord
. - withRadiogroup(String) - Method in interface org.zkoss.stateless.sul.IRadio
-
Returns a copy of
this
immutable component with the specifiedradiogroupId
. - withRating(int) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedrating
. - withReadonly(boolean) - Method in interface org.zkoss.stateless.sul.IRating
-
Returns a copy of
this
immutable component with the specifiedreadonly
. - withReadonly(boolean) - Method in interface org.zkoss.stateless.sul.IReadonly
-
Returns a copy of
this
immutable component with the specifiedreadonly
. - withRecordFormat(String) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedrecordFormat
. - withRenderdefer(int) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedrenderdefer
. - withRepeats(boolean) - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns a copy of
this
immutable component with the specifiedrepeats
. - withResizable(boolean) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedresizable
. - withRightColumns(int) - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns a copy of
this
immutable component with the specifiedrightColumns
. - withRightSelect(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedrightSelect
. - withRightSelect(boolean) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedrightSelect
. - withRotation(int) - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns a copy of
this
immutable component with the specifiedrotation
. - withRoundingMode(int) - Method in interface org.zkoss.stateless.sul.INumberInputElement
-
Returns a copy of
this
immutable component with the specifiedroundingMode
. - withRowHeight(String) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedrowHeight
. - withRows(int) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedrows
. - withRows(int) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedrows
. - withRows(int) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedrows
. - withRows(int) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedrows
. - withRows(IRows) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedrows
. - withRowspan(int) - Method in interface org.zkoss.stateless.sul.IAuxheader
-
Returns a copy of
this
immutable component with the specifiedrowspan
. - withRowspan(int) - Method in interface org.zkoss.stateless.sul.ICell
-
Returns a copy of
this
immutable component with the specifiedrowspan
. - withRowspan(int) - Method in interface org.zkoss.stateless.sul.ITablechildren
-
Returns a copy of
this
immutable component with the specifiedrowspan
. - withRunning(boolean) - Method in interface org.zkoss.stateless.sul.ITimer
-
Returns a copy of
this
immutable component with the specifiedrunning
. - withSaveLabel(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedsaveLabel
. - withSaveType(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedsaveType
. - withScale(int) - Method in interface org.zkoss.stateless.sul.IDecimalbox
-
Returns a copy of
this
immutable component with the specifiedscale
. - withScaleInput(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedscaleInput
. - withSclass(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedsclass
. - withScrollable(boolean) - Method in interface org.zkoss.stateless.sul.IMenubar
-
Returns a copy of
this
immutable component with the specifiedscrollable
. - withScrolling(String) - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns a copy of
this
immutable component with the specifiedscrolling
. - withSearchMessage(String) - Method in interface org.zkoss.stateless.sul.ISearchbox
-
Returns a copy of
this
immutable component with the specifiedsearchMessage
. - withSelectable(boolean) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withSelectable(boolean) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedselectable
. - withSelectable(boolean) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedselectable
. - withSelected(boolean) - Method in interface org.zkoss.stateless.sul.IListitemBase
- withSelected(boolean) - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns a copy of
this
immutable component with the specifiedselected
. - withSelected(boolean) - Method in interface org.zkoss.stateless.sul.IOrgitem
-
Returns a copy of
this
immutable component with the specifiedselected
. - withSelected(boolean) - Method in interface org.zkoss.stateless.sul.IRadio
-
Returns a copy of
this
immutable component with the specifiedselected
. - withSelected(boolean) - Method in interface org.zkoss.stateless.sul.ITab
-
Returns a copy of
this
immutable component with the specifiedselected
. - withSelected(boolean) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedselected
. - withSelectedIndex(int) - Method in interface org.zkoss.stateless.sul.ICombobox
-
Returns a copy of
this
immutable component with the specifiedselectedIndex
. - withSelectLevel(String) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedselectLevel
. - withSelectOnHighlightDisabled(boolean) - Method in interface org.zkoss.stateless.sul.IListbox
-
Returns a copy of
this
immutable component with the specifiedselectOnHighlightDisabled
. - withSelectOnHighlightDisabled(boolean) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedselectOnHighlightDisabled
. - withSeparator(String) - Method in interface org.zkoss.stateless.sul.IChosenbox
-
Returns a copy of
this
immutable component with the specifiedseparator
. - withShadow(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedshadow
. - withShape(String) - Method in interface org.zkoss.stateless.sul.IArea
-
Returns a copy of
this
immutable component with the specifiedshape
. - withShape(IArea.Shape) - Method in interface org.zkoss.stateless.sul.IArea
-
Returns a copy of
this
immutable component with the specifiedshape
. - withShowTodayLink(boolean) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedshowTodayLink
. - withShowTodayLink(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedshowTodayLink
. - withSizable(boolean) - Method in interface org.zkoss.stateless.sul.IHeadersElement
-
Returns a copy of
this
immutable component with the specifiedsizable
. - withSizable(boolean) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedsizable
. - withSizable(boolean) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedsizable
. - withSize(String) - Method in interface org.zkoss.stateless.sul.IEast
-
Returns a copy of
this
immutable component with the specifiedsize
. - withSize(String) - Method in interface org.zkoss.stateless.sul.INorth
-
Returns a copy of
this
immutable component with the specifiedsize
. - withSize(String) - Method in interface org.zkoss.stateless.sul.ISouth
-
Returns a copy of
this
immutable component with the specifiedsize
. - withSize(String) - Method in interface org.zkoss.stateless.sul.IWest
-
Returns a copy of
this
immutable component with the specifiedsize
. - withSizedByContent(boolean) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedsizedByContent
. - withSlidable(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be slided.
- withSlidable(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedslidable
. - withSlide(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be slided.
- withSlide(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedslidable
. - withSlidingtext(String) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedslidingtext
. - withSmooth(boolean) - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns a copy of
this
immutable component with the specifiedsmooth
. - withSnapshotFormat(String) - Method in interface org.zkoss.stateless.sul.ICamera
-
Returns a copy of
this
immutable component with the specifiedsnapshotFormat
. - withSortAscending(String) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortAscending
class name. - withSortAscending(String) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortAscending
class name. - withSortAscending(String) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortAscending
class name. - withSortAscending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortAscending
. - withSortAscending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortAscending
. - withSortAscending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortAscending
. - withSortAscending(MatrixComparatorProvider<?>) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedsortAscending
. - withSortDescending(String) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortDescending
class name. - withSortDescending(String) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortDescending
class name. - withSortDescending(String) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortDescending
class name. - withSortDescending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortDescending
. - withSortDescending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortDescending
. - withSortDescending(Comparator<?>) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortDescending
. - withSortDescending(MatrixComparatorProvider<?>) - Method in interface org.zkoss.stateless.sul.IBiglistbox
-
Returns a copy of
this
immutable component with the specifiedsortDescending
. - withSortDirection(String) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSortDirection(String) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSortDirection(String) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSortDirection(IColumn.SortDirection) - Method in interface org.zkoss.stateless.sul.IColumn
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSortDirection(IListheader.SortDirection) - Method in interface org.zkoss.stateless.sul.IListheader
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSortDirection(ITreecol.SortDirection) - Method in interface org.zkoss.stateless.sul.ITreecol
-
Returns a copy of
this
immutable component with the specifiedsortDirection
. - withSouth(ISouth) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiedsouth
. - withSpacing(String) - Method in interface org.zkoss.stateless.sul.ILayout
-
Returns a copy of
this
immutable component with the specifiedspacing
. - withSpacing(String) - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Returns a copy of
this
immutable component with the specifiedspacing
. - withSpacing(String) - Method in interface org.zkoss.stateless.sul.ISeparatorBase
-
Returns a copy of
this
immutable component with the specifiedspacing
. - withSpan(boolean) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedspan
. - withSpan(int) - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns a copy of
this
immutable component with the specifiedspan
. - withSpan(int) - Method in interface org.zkoss.stateless.sul.IListcell
-
Returns a copy of
this
immutable component with the specifiedspan
. - withSpan(int) - Method in interface org.zkoss.stateless.sul.ITreecell
-
Returns a copy of
this
immutable component with the specifiedspan
. - withSpan(String) - Method in interface org.zkoss.stateless.sul.IMeshElement
-
Returns a copy of
this
immutable component with the specifiedspan
. - withSplittable(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
Center region can't be enabled the split functionality.
- withSplittable(boolean) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedsplittable
. - withSrc(Iterable<String>) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withSrc(Iterable<String>) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IAudio
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedsrc
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IIframe
-
Returns a copy of
this
immutable component with the specifiedsrc
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IImageBase
-
Returns a copy of
this
immutable component with the specifiedsrc
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns a copy of
this
immutable component with the specifiedsrc
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IScript
-
Returns a copy of
this
immutable component with the specifiedcharset
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IStyle
-
Returns a copy of
this
immutable component with the specifiedsrc
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedsrclang
. - withSrc(String) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedplaceholder
. - withSrclang(String) - Method in interface org.zkoss.stateless.sul.ITrack
-
Returns a copy of
this
immutable component with the specifiedsrclang
. - withStart(int) - Method in interface org.zkoss.stateless.sul.IFrozen
-
Returns a copy of
this
immutable component with the specifiedstart
. - withStartValue(int) - Method in interface org.zkoss.stateless.sul.IRangeslider
-
Returns a copy of
this
immutable component with the specifiedstartValue
. - withStartValue(int) - Method in interface org.zkoss.stateless.sul.ISliderbuttons
-
Returns a copy of
this
immutable component with the specifiedstartValue
. - withStep(double) - Method in interface org.zkoss.stateless.sul.IDoublespinner
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStep(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStep(int) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStep(int) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStep(int) - Method in interface org.zkoss.stateless.sul.ISpinner
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStepInDouble(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedstep
. - withStrictDate(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedstrictDate
. - withStrokeWidth(double) - Method in interface org.zkoss.stateless.sul.ISlider
-
Returns a copy of
this
immutable component with the specifiedstrokeWidth
. - withStyle(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedstyle
. - withSubmitByEnter(boolean) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedsubmitByEnter
. - withSuppressedErrors(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedsuppressedErrors
. - withSuppressedErrors(Collection<Uploadable.Error>) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedsuppressedErrors
. - withSwitch() - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Returns whether the switch condition is defined.
- withTabbable(boolean) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedtabbable
. - withTabindex(int) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedtabindex
. - withTabindex(Integer) - Method in interface org.zkoss.stateless.sul.IArea
-
Returns a copy of
this
immutable component with the specifiedtabindex
. - withTabindex(Integer) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedtabindex
. - withTabpanels(ITabpanels) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedtabpanels
. - withTabs(ITabs) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedtabs
. - withTabscroll(boolean) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedtabscroll
. - withTarget(String) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(String) - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(String) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(String) - Method in interface org.zkoss.stateless.sul.INavitem
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(IA.Target) - Method in interface org.zkoss.stateless.sul.IA
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withTarget(IComponent) - Method in interface org.zkoss.stateless.sul.ICoachmark
-
Returns a copy of
this
immutable component with the specifiedtarget
. - withThrottleMillis(int) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedthrottleMillis
. - withTimeZone(String) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedtimeZone
. - withTimeZone(TimeZone) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedtimeZone
. - withTimeZonesReadonly(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedtimeZonesReadonly
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IDrawer
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IGoldenPanel
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IGroupbox
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.ILayoutRegion
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IPortalchildren
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IStep
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTitle(String) - Method in interface org.zkoss.stateless.sul.IWindow
-
Returns a copy of
this
immutable component with the specifiedtitle
. - withTodayLinkLabel(String) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedtodayLinkLabel
. - withTodayLinkLabel(String) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedtodayLinkLabel
. - withToolbar(IToolbar) - Method in interface org.zkoss.stateless.sul.ITabbox
-
Returns a copy of
this
immutable component with the specifiedtoolbar
. - withToolbarVisible(boolean) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedtoolbarVisible
. - withToolbarVisible(boolean) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedtoolbarVisible
. - withTooltip(String) - Method in interface org.zkoss.stateless.sul.IXulElement
-
Returns a copy of
this
immutable component with the specifiedtooltip
. - withTooltiptext(String) - Method in interface org.zkoss.stateless.sul.IArea
-
Returns a copy of
this
immutable component with the specifiedtooltiptext
. - withTooltiptext(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedtooltiptext
. - withTooltipVisible(boolean) - Method in interface org.zkoss.stateless.sul.IRangesliderBase
-
Returns a copy of
this
immutable component with the specifiedtooltipVisible
. - withTop(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedtop
. - withTopToolbar(IToolbar) - Method in interface org.zkoss.stateless.sul.IPanel
-
Returns a copy of
this
immutable component with the specifiedtopToolbar
. - withTotalSize(int) - Method in interface org.zkoss.stateless.sul.IPaging
-
Returns a copy of
this
immutable component with the specifiedtotalSize
. - withTreechildren(ITreechildren) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedtreechildren
. - withTreechildren(ITreechildren) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedtreechildren
. - withTreecols(ITreecols) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedtreecols
. - withTreefoot(ITreefoot) - Method in interface org.zkoss.stateless.sul.ITree
-
Returns a copy of
this
immutable component with the specifiedtreefoot
. - withTreerow(ITreerow) - Method in interface org.zkoss.stateless.sul.ITreeitem
-
Returns a copy of
this
immutable component with the specifiedtreerow
. - withType(String) - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns a copy of
this
immutable component with the specifiedtype
. - withType(String) - Method in interface org.zkoss.stateless.sul.IBarcodescanner
-
Returns a copy of
this
immutable component with the specifiedtype
. - withType(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withType(String) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedtype
. - withType(IButtonBase.Type) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedorient
. - withType(ITextboxBase.Type) - Method in interface org.zkoss.stateless.sul.ITextboxBase
-
Returns a copy of
this
immutable component with the specifiedtype
. - withUndoLabel(String) - Method in interface org.zkoss.stateless.sul.ISignature
-
Returns a copy of
this
immutable component with the specifiedundoLabel
. - withUpload(String) - Method in interface org.zkoss.stateless.sul.IButtonBase
-
Returns a copy of
this
immutable component with the specifiedupload
. - withUpload(String) - Method in interface org.zkoss.stateless.sul.IMenuitem
-
Returns a copy of
this
immutable component with the specifiedupload
. - withValign(String) - Method in interface org.zkoss.stateless.sul.ICell
-
Returns a copy of
this
immutable component with the specifiedvalign
. - withValign(String) - Method in interface org.zkoss.stateless.sul.IFooterElement
-
Returns a copy of
this
immutable component with the specifiedvalign
. - withValign(String) - Method in interface org.zkoss.stateless.sul.IHeaderElement
-
Returns a copy of
this
immutable component with the specifiedvalign
. - withValign(String) - Method in interface org.zkoss.stateless.sul.IHlayout
-
Returns a copy of
this
immutable component with the specifiedvalign
. - withValign(String) - Method in interface org.zkoss.stateless.sul.IRowBase
-
Returns a copy of
this
immutable component with the specifiedalign
. - withValign(IHlayout.VerticalAlign) - Method in interface org.zkoss.stateless.sul.IHlayout
-
Returns a copy of
this
immutable component with the specifiedvalign
. - withValue(int) - Method in interface org.zkoss.stateless.sul.IProgressmeter
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(Double) - Method in interface org.zkoss.stateless.sul.IDoublebox
- withValue(Double) - Method in interface org.zkoss.stateless.sul.IDoublespinner
- withValue(Integer) - Method in interface org.zkoss.stateless.sul.IIntbox
- withValue(Integer) - Method in interface org.zkoss.stateless.sul.ISpinner
- withValue(Long) - Method in interface org.zkoss.stateless.sul.ILongbox
- withValue(Object) - Method in interface org.zkoss.stateless.sul.ICheckboxBase
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(String) - Method in interface org.zkoss.stateless.sul.IBarcode
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(String) - Method in interface org.zkoss.stateless.sul.IColorbox
-
Returns a copy of
this
immutable component with the specifiedcolor
. - withValue(String) - Method in interface org.zkoss.stateless.sul.ILabel
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(String) - Method in interface org.zkoss.stateless.sul.ITbeditor
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(String) - Method in interface org.zkoss.stateless.sul.ITextboxBase
- withValue(BigDecimal) - Method in interface org.zkoss.stateless.sul.IDecimalbox
- withValue(Date) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValue(Date) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
- withValue(ValueType) - Method in interface org.zkoss.stateless.sul.IInputElement
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValueInLocalDate(LocalDate) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValueInLocalDate(LocalDate) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifieddate
. - withValueInLocalDateTime(LocalDateTime) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValueInLocalDateTime(LocalDateTime) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifieddateTime
. - withValueInLocalTime(LocalTime) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedtime
. - withValueInZonedDateTime(ZonedDateTime) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedvalue
. - withValueInZonedDateTime(ZonedDateTime) - Method in interface org.zkoss.stateless.sul.IDateTimeFormatInputElement
-
Returns a copy of
this
immutable component with the specifiedtimeZone
. - withVflex(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedvflex
. - withVflex(String) - Method in interface org.zkoss.stateless.sul.IListhead
- withViewerClass(String) - Method in interface org.zkoss.stateless.sul.IDropupload
-
Returns a copy of
this
immutable component with the specifiedviewerClass
. - withVisible(boolean) - Method in interface org.zkoss.stateless.sul.ICenter
-
This component can't be hidden.
- withVisible(boolean) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedvisible
. - withVisibleRows(int) - Method in interface org.zkoss.stateless.sul.IGrid
-
Returns a copy of
this
immutable component with the specifiedvisibleRows
. - withVolume(double) - Method in interface org.zkoss.stateless.sul.IVideo
-
Returns a copy of
this
immutable component with the specifiedvolume
. - withW(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedw
. - withWeekOfYear(boolean) - Method in interface org.zkoss.stateless.sul.ICalendar
-
Returns a copy of
this
immutable component with the specifiedweekOfYear
. - withWeekOfYear(boolean) - Method in interface org.zkoss.stateless.sul.IDatebox
-
Returns a copy of
this
immutable component with the specifiedweekOfYear
. - withWest(IWest) - Method in interface org.zkoss.stateless.sul.IBorderlayout
-
Returns a copy of
this
immutable component with the specifiedwest
. - withWidgetClass(String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedwidgetClass
. - withWidgetListener(String, String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedeventName
andscript
. - withWidgetListeners(Map<String, ? extends String>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedwidgetListeners
. - withWidgetOverride(String, String) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedname
andscript
. - withWidgetOverrides(Map<String, ? extends String>) - Method in interface org.zkoss.stateless.sul.IComponent
-
Returns a copy of
this
immutable component with the specifiedwidgetOverrides
. - withWidth(String) - Method in interface org.zkoss.stateless.sul.ICenter
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IColumns
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IFisheye
-
This method is unsupported.
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IFoot
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IGoldenPanel
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedwidth
. - withWidth(String) - Method in interface org.zkoss.stateless.sul.IListcell
-
To control the size of Foot related components, please refer to
IListbox
andIListheader
instead. - withWidth(String) - Method in interface org.zkoss.stateless.sul.IListfoot
-
To control the size of Foot related components, please refer to
IListbox
andIListheader
instead. - withWidth(String) - Method in interface org.zkoss.stateless.sul.IListhead
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IOrgchildren
-
To control the size of Organigram related components, please refer to
IOrganigram
andIOrgitem
instead. - withWidth(String) - Method in interface org.zkoss.stateless.sul.IRow
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IRowlayout
-
Readonly.
- withWidth(String) - Method in interface org.zkoss.stateless.sul.IRows
- withWidth(String) - Method in interface org.zkoss.stateless.sul.ITreecell
- withWidth(String) - Method in interface org.zkoss.stateless.sul.ITreecols
- withWidth(String) - Method in interface org.zkoss.stateless.sul.ITreefoot
- withWidth(String) - Method in interface org.zkoss.stateless.sul.ITreeitem
- withWidths(String) - Method in interface org.zkoss.stateless.sul.ISplitlayout
-
Returns a copy of
this
immutable component with the specifiedwidths
. - withWrappedLabels(boolean) - Method in interface org.zkoss.stateless.sul.IStepbar
-
Returns a copy of
this
immutable component with the specifiedwrappedLabels
. - withX(int) - Method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns a copy of
this
immutable component with the specifiedx
. - withX(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedx
. - withY(int) - Method in interface org.zkoss.stateless.sul.IAbsolutechildren
-
Returns a copy of
this
immutable component with the specifiedy
. - withY(int) - Method in interface org.zkoss.stateless.sul.ICropper
-
Returns a copy of
this
immutable component with the specifiedy
. - withZclass(String) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedzclass
. - withZIndex(int) - Method in interface org.zkoss.stateless.sul.IHtmlBasedComponent
-
Returns a copy of
this
immutable component with the specifiedzIndex
. - withZoom(double) - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns a copy of
this
immutable component with the specifiedzoom
. - withZoomMode(IPdfviewer.ZoomMode) - Method in interface org.zkoss.stateless.sul.IPdfviewer
-
Returns a copy of
this
immutable component with the specifiedzoom
. - WpdExtendlet - Class in org.zkoss.zk.ui.http
-
The extendlet to handle WPD (Widget Package Descriptor).
- WpdExtendlet() - Constructor for class org.zkoss.zk.ui.http.WpdExtendlet
- Wpds - Class in org.zkoss.zk.ui.http
-
Utilities to used with WPD files.
- Wpds() - Constructor for class org.zkoss.zk.ui.http.Wpds
- wrap(Throwable) - Static method in class org.zkoss.lang.SystemException.Aide
-
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
- wrap(Throwable) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
-
Converts an exception to DspException if it is not RuntimeException nor Error.
- wrap(Throwable) - Static method in class org.zkoss.xel.XelException.Aide
-
Converts an exception to XelException if it is not RuntimeException nor Error.
- wrap(Throwable) - Static method in class org.zkoss.zk.ui.UiException.Aide
-
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int) - Static method in class org.zkoss.lang.SystemException.Aide
-
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
-
Converts an exception to DspException if it is not RuntimeException nor Error.
- wrap(Throwable, int) - Static method in class org.zkoss.xel.XelException.Aide
-
Converts an exception to XelException if it is not RuntimeException nor Error.
- wrap(Throwable, int) - Static method in class org.zkoss.zk.ui.UiException.Aide
-
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int, Object) - Static method in class org.zkoss.lang.SystemException.Aide
-
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int, Object) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
-
Converts an exception to DspException if it is not RuntimeException nor Error.
- wrap(Throwable, int, Object) - Static method in class org.zkoss.xel.XelException.Aide
-
Converts an exception to XelException if it is not RuntimeException nor Error.
- wrap(Throwable, int, Object) - Static method in class org.zkoss.zk.ui.UiException.Aide
-
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int, Object[]) - Static method in class org.zkoss.lang.SystemException.Aide
-
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, int, Object[]) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
-
Converts an exception to DspException if it is not RuntimeException nor Error.
- wrap(Throwable, int, Object[]) - Static method in class org.zkoss.xel.XelException.Aide
-
Converts an exception to XelException if it is not RuntimeException nor Error.
- wrap(Throwable, int, Object[]) - Static method in class org.zkoss.zk.ui.UiException.Aide
-
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, Class<? extends Throwable>) - Static method in class org.zkoss.lang.Exceptions
-
Converts an exception to the specified class.
- wrap(Throwable, Class<? extends Throwable>, int) - Static method in class org.zkoss.lang.Exceptions
-
Converts an exception to the specified class plus a message.
- wrap(Throwable, Class<? extends Throwable>, int, Object) - Static method in class org.zkoss.lang.Exceptions
-
Converts an exception to the specified class plus a message.
- wrap(Throwable, Class<? extends Throwable>, int, Object[]) - Static method in class org.zkoss.lang.Exceptions
-
Converts an exception to the specified class plus a message.
- wrap(Throwable, Class<? extends Throwable>, String) - Static method in class org.zkoss.lang.Exceptions
-
Converts an exception to the specified class plus a message.
- wrap(Throwable, String) - Static method in class org.zkoss.lang.SystemException.Aide
-
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
- wrap(Throwable, String) - Static method in class org.zkoss.web.servlet.dsp.DspException.Aide
-
Converts an exception to DspException if it is not RuntimeException nor Error.
- wrap(Throwable, String) - Static method in class org.zkoss.xel.XelException.Aide
-
Converts an exception to XelException if it is not RuntimeException nor Error.
- wrap(Throwable, String) - Static method in class org.zkoss.zk.ui.UiException.Aide
-
Converts an exception to UiException or OperationException depending on whether t implements Expectable.
- WRAPPED_FORMAT_VALUE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- WRAPPED_RAW_VALUE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- WRAPPED_STRING_VALUE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- WRAPPED_TYPE - Static variable in class org.zkoss.clientbind.ClientBindComposer
- write(byte[]) - Method in class org.zkoss.io.WriterOutputStream
- write(byte[], int, int) - Method in class org.zkoss.io.WriterOutputStream
- write(char[], int, int) - Method in class org.zkoss.io.NullWriter
- write(int) - Method in class org.zkoss.io.WriterOutputStream
- write(int) - Method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
- write(ObjectOutputStream, SerializableAware.Filter) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
- write(ObjectOutputStream, SerializableAware.Filter) - Method in interface org.zkoss.zk.scripting.SerializableAware
-
Writes the name and value of the variables of this namespace to the specified stream.
- write(Writer, StringBuffer) - Static method in class org.zkoss.io.Files
-
Writes the specified string buffer to the specified writer.
- write(Collection<AuResponse>) - Method in interface org.zkoss.zk.au.AuWriter
-
Generates a list of responses to the output.
- write(Collection<AuResponse>) - Method in class org.zkoss.zk.au.http.HttpAuWriter
- write(Collection<AuResponse>) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- write(HttpServletRequest, HttpServletResponse, Media, boolean, boolean) - Static method in class org.zkoss.web.servlet.http.Https
-
Write the specified media to HTTP response.
- write(AuResponse) - Method in interface org.zkoss.zk.au.AuWriter
-
Generates the specified the response to the output.
- write(AuResponse) - Method in class org.zkoss.zk.au.http.HttpAuWriter
- write(AuResponse) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
- writeExternal(ObjectOutput) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
- writeResponseId(int) - Method in interface org.zkoss.zk.au.AuWriter
-
Generates the response ID to the output.
- writeResponseId(int) - Method in class org.zkoss.zk.au.http.HttpAuWriter
- writeResponseId(int) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
- WriterOutputStream - Class in org.zkoss.io
-
An output stream that is on top of a writer.
- WriterOutputStream(Writer) - Constructor for class org.zkoss.io.WriterOutputStream
-
Constructs an output stream assuming UTF-8 encoding.
- WriterOutputStream(Writer, String) - Constructor for class org.zkoss.io.WriterOutputStream
-
Constructs an out stream with the specified encoding.
- writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Writes
AbstractGroupsModel._selection
. - writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractListModel
-
Writes
AbstractListModel._selection
. - writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.ListModelMap
- writeThis(ObjectOutputStream) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to write this object, only if the deriving class implements java.io.Serializable.
- wrongValue(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows an error message for the specified component, if any, at the browser.
- WrongValueException - Exception in org.zkoss.zk.ui
-
Denotes the value passed to a setter (a.k.a., mutator) of a component is wrong.
- WrongValueException() - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
- WrongValueException(Component, int) - Constructor for exception org.zkoss.zk.ui.WrongValueException
-
Constructs a wrong value exception to show an error box at the client.
- WrongValueException(Component, int, Object) - Constructor for exception org.zkoss.zk.ui.WrongValueException
-
Constructs a wrong value exception to show an error box at the client.
- WrongValueException(Component, int, Object[]) - Constructor for exception org.zkoss.zk.ui.WrongValueException
-
Constructs a wrong value exception to show an error box at the client.
- WrongValueException(Component, String) - Constructor for exception org.zkoss.zk.ui.WrongValueException
-
Constructs a wrong value exception to show an error box at the client.
- WrongValueException(Component, String, Throwable) - Constructor for exception org.zkoss.zk.ui.WrongValueException
-
Constructs a wrong value exception.
- WrongValuePropertyImpl - Class in org.zkoss.bind.impl
-
// ZK-878 Exception if binding a form with errorMessage To handle wrong value exception when getting a component value.
- WrongValuePropertyImpl(Object, String, Object) - Constructor for class org.zkoss.bind.impl.WrongValuePropertyImpl
- WrongValuesException - Exception in org.zkoss.zk.ui
-
Denotes an exception that is an aggregation of multiple
WrongValueException
. - WrongValuesException(WrongValueException[]) - Constructor for exception org.zkoss.zk.ui.WrongValuesException
-
Constructs a multiple wrong value exception.
- WS_CONNECTION_TIMEOUT - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The timeout in milliseconds for each connection attempt at client.
- WS_ECHO - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The pong message to ask client to send a dummy ping message.
- WS_END - Static variable in interface org.zkoss.zul.mesg.MZul
- WS_EP - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The name of an item which stores the websocket serverpush class in desktop storage.
- WS_HANDSHAKE_REQUEST - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The name of an attribute which stores the handshake request of the websocket connection in desktop.
- WS_HANDSHAKE_RESPONSE - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The name of an attribute which stores the handshake response of the websocket connection in desktop.
- WS_HOME - Static variable in interface org.zkoss.zul.mesg.MZul
- WS_NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
- WS_OK_STATUS - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
A status number representing the pong message is successful in websocket connection.
- WS_PING - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The ping message to ask client to send a pong message.
- WS_PING_INTERVAL_SECOND - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The ping mechanism interval in second.
- WS_PING_SCHEDULING_POOL_SIZE - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The heartbeat mechanism thread pool size.
- WS_PING_TIMEOUT_SECOND - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The heartbeat mechanism timeout in second (only
Attributes.WS_PING_INTERVAL_SECOND
is greater than 0) Default: 20 seconds. - WS_PONG - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The pong message sent by client.
- WS_PREV - Static variable in interface org.zkoss.zul.mesg.MZul
- WS_RECONNECTION - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The websocket client reconnection whether is enabled or not.
- WS_RECONNECTION_ATTEMPTS - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The number of reconnection attempts before giving up for the websocket client.
- WS_RECONNECTION_DELAY - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The initial delay before reconnection in milliseconds for the websocket client.
- WS_RECONNECTION_DELAY_MAX - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
The maximum delay between two reconnection attempts for the websocket client.
- WS_SERVER_ERROR_STATUS - Static variable in class org.zkoss.zkmax.au.websocket.Attributes
-
A status number representing a server error is occurred when a pong message is received in websocket connection.
- WSAuWriter - Class in org.zkoss.zkmax.au.websocket
-
An AuWriter that is based on WebSocket.
- WSAuWriter() - Constructor for class org.zkoss.zkmax.au.websocket.WSAuWriter
X
- x - Variable in class org.zkoss.util.Pair
-
The first key.
- XelContext - Interface in org.zkoss.xel
-
Context information for XEL evaluation.
- XelContextProxy - Class in org.zkoss.xel.util
-
A proxy to replace the variable resolver of a given XEL context.
- XelContextProxy(XelContext, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
-
Replaces the function mapper with the specified one, but the variable resolver not changed.
- XelContextProxy(XelContext, VariableResolver) - Constructor for class org.zkoss.xel.util.XelContextProxy
-
Replaces the variable resolver with the specified one, but the function mapper not changed.
- XelContextProxy(XelContext, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
-
Replaces both variable resolver and function mapper.
- XelELContext - Class in org.zkoss.xel.zel
-
An ZEL context that is based on XEL context.
- XelELContext(XelContext) - Constructor for class org.zkoss.xel.zel.XelELContext
- XelELMapper - Class in org.zkoss.xel.zel
-
An ZEL function mapper that is based on a XEL function mapper.
- XelELMapper - Class in org.zkoss.zkmax.xel.el
-
An EL function mapper that is based on a XEL function mapper.
- XelELMapper - Class in org.zkoss.zkmax.xel.el21
-
An EL function mapper that is based on a XEL function mapper.
- XelELMapper(FunctionMapper) - Constructor for class org.zkoss.xel.zel.XelELMapper
- XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el.XelELMapper
- XelELMapper(FunctionMapper) - Constructor for class org.zkoss.zkmax.xel.el21.XelELMapper
- XelELResolver - Class in org.zkoss.xel.zel
-
An XEL implementation of ZEL ELResolver.
- XelELResolver - Class in org.zkoss.zkmax.xel.el
-
An EL variable resolver that is based on a XEL variable resolver.
- XelELResolver - Class in org.zkoss.zkmax.xel.el21
-
A simple implementation of
ELResolver
. - XelELResolver(XelContext) - Constructor for class org.zkoss.xel.zel.XelELResolver
-
Constructor.
- XelELResolver(XelContext) - Constructor for class org.zkoss.zkmax.xel.el.XelELResolver
- XelELResolver(XelContext) - Constructor for class org.zkoss.zkmax.xel.el21.XelELResolver
-
Constructor.
- XelELResolver.StandardBeanNameResolver - Class in org.zkoss.xel.zel
-
It's a class copied from StandardELContext
- XelException - Exception in org.zkoss.xel
-
Represents a XEL exception.
- XelException() - Constructor for exception org.zkoss.xel.XelException
- XelException(int) - Constructor for exception org.zkoss.xel.XelException
- XelException(int, Object) - Constructor for exception org.zkoss.xel.XelException
- XelException(int, Object[]) - Constructor for exception org.zkoss.xel.XelException
- XelException(int, Object[], Throwable) - Constructor for exception org.zkoss.xel.XelException
- XelException(int, Object, Throwable) - Constructor for exception org.zkoss.xel.XelException
- XelException(int, Throwable) - Constructor for exception org.zkoss.xel.XelException
- XelException(String) - Constructor for exception org.zkoss.xel.XelException
- XelException(String, Throwable) - Constructor for exception org.zkoss.xel.XelException
- XelException(Throwable) - Constructor for exception org.zkoss.xel.XelException
- XelException.Aide - Class in org.zkoss.xel
-
Utilities.
- XML_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
- XML_ELEMENT_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
- XML_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
-
The xml namespace.
- XmlContentRenderer - Class in org.zkoss.zk.ui.sys
-
An implementation of
ContentRenderer
that renders the content as a Xml attribute (i.e., name="value"). - XmlContentRenderer() - Constructor for class org.zkoss.zk.ui.sys.XmlContentRenderer
- XmlDevice - Class in org.zkoss.zml.device
-
Represents the XML output.
- XmlDevice() - Constructor for class org.zkoss.zml.device.XmlDevice
- XmlFns - Class in org.zkoss.xel.fn
-
Functions to manipulate XML/HTML for EL.
- XmlFns() - Constructor for class org.zkoss.xel.fn.XmlFns
- XmlHelper() - Constructor for class org.zkoss.zml.XmlNativeComponent.XmlHelper
- XmlMacroComponent - Class in org.zkoss.zml
-
The implementation of a macro component for XML output.
- XmlMacroComponent() - Constructor for class org.zkoss.zml.XmlMacroComponent
- XmlNativeComponent - Class in org.zkoss.zml
-
A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
- XmlNativeComponent() - Constructor for class org.zkoss.zml.XmlNativeComponent
- XmlNativeComponent(String) - Constructor for class org.zkoss.zml.XmlNativeComponent
- XmlNativeComponent.XmlHelper - Class in org.zkoss.zml
-
The HTML helper.
- XMLNS_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
-
The xmlns namespace.
- XMLResourcesLocator - Interface in org.zkoss.util.resource
-
Represents a locator used to locate XML resources.
- XMLResourcesLocator.Resource - Class in org.zkoss.util.resource
-
An item of the list returned by
XMLResourcesLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String)
. - XMLs - Class in org.zkoss.xml
-
The XML relevant utilities.
- XMLs() - Constructor for class org.zkoss.xml.XMLs
- XmlTreeBuilder - Class in org.zkoss.zk.ui.metainfo
-
A tree builder for parsing XML format
- XmlTreeBuilder() - Constructor for class org.zkoss.zk.ui.metainfo.XmlTreeBuilder
- XulElement - Class in org.zkoss.zul.impl
-
The fundamental class for XUL elements.
- XulElement() - Constructor for class org.zkoss.zul.impl.XulElement
- xy(int, int) - Method in class org.zkoss.stateless.sul.IPopupBase.OpenOptionBuilder
-
Specifies the x and y coordinates to open the popup at the client.
- XYModel - Interface in org.zkoss.zul
-
A XY chart data model.
- XYPair(Number, Number) - Constructor for class org.zkoss.zul.SimpleXYModel.XYPair
- XYZModel - Interface in org.zkoss.zul
-
A XYZ chart data model.
Y
- y - Variable in class org.zkoss.util.Pair
-
The second key.
- YEAR - Static variable in class org.zkoss.zul.Chart
- yearOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Get the year of a date.
- YES - org.zkoss.zul.Messagebox.Button
-
A Yes button.
- YES - Static variable in interface org.zkoss.zul.mesg.MZul
- YES - Static variable in class org.zkoss.zul.Messagebox
-
A Yes button.
Z
- ZERO - Static variable in class org.zkoss.lang.Integers
-
The zero.
- ZERO - Static variable in class org.zkoss.lang.Longs
-
The zero.
- ZERO - Static variable in class org.zkoss.math.BigDecimals
-
Represents 0 in big decimal.
- ZERO - Static variable in class org.zkoss.math.BigIntegers
-
Represents 0 in big integer.
- ZERO_BIG_DECIMAL - Static variable in class org.zkoss.lang.Objects
-
Represents 0 in big decimal.
- ZERO_BIG_INTEGER - Static variable in class org.zkoss.lang.Objects
-
Represents 0 in big integer.
- ZERO_BYTE - Static variable in class org.zkoss.lang.Objects
-
The zero integer.
- ZERO_DOUBLE - Static variable in class org.zkoss.lang.Objects
-
The zero double.
- ZERO_FLOAT - Static variable in class org.zkoss.lang.Objects
-
The zero float.
- ZERO_INTEGER - Static variable in class org.zkoss.lang.Objects
-
The zero integer.
- ZERO_LONG - Static variable in class org.zkoss.lang.Objects
-
The zero long.
- ZERO_SHORT - Static variable in class org.zkoss.lang.Objects
-
The zero short.
- ZIndexData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component whose z-index is modified by the client.
- ZIndexEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component whose z-index is modified by the client.
- ZIndexEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ZIndexEvent
-
Constructs a mouse relevant event.
- ZK_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK.
- ZK_SESSION - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A session attribute used to store the ZK session in the native session.
- ZKBIND - Static variable in interface org.zkoss.bind.Binder
-
Component annotation of ZKBind
- ZKBIND_PREFIX - Static variable in class org.zkoss.bind.impl.AnnotationUtil
- ZKBinderPhaseListeners - Class in org.zkoss.bind.init
-
An aggregating phase listeners
- ZKBinderPhaseListeners() - Constructor for class org.zkoss.bind.init.ZKBinderPhaseListeners
- ZKChildrenCtrl - Interface in org.zkoss.stateless.ui.util
-
Internal use only
- ZkFns - Class in org.zkoss.zk.fn
-
Utilities for using XEL in ZUL.
- ZkFns() - Constructor for class org.zkoss.zk.fn.ZkFns
- ZKFORMPROXYNOTIFIEDKEY - Static variable in class org.zkoss.bind.impl.BinderImpl
- Zkhead - Class in org.zkoss.zhtml
-
The component used to generate CSS and JavaScrpt declarations.
- Zkhead() - Constructor for class org.zkoss.zhtml.Zkhead
- Zkhead.ExtraCtrl - Class in org.zkoss.zhtml
- ZkInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents the zk element in a ZUML page.
- ZkInfo(NodeInfo, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZkInfo
-
Constructs a ZK info.
- ZKPrinciple(Principal, String) - Constructor for class org.zkoss.zk.ui.http.ZKWebSocket.ZKPrinciple
- ZKProxyTargetHandlers - Class in org.zkoss.bind.proxy
-
An aggregating proxy target handlers
- ZKProxyTargetHandlers() - Constructor for class org.zkoss.bind.proxy.ZKProxyTargetHandlers
- ZKWebSocket - Class in org.zkoss.zk.ui.http
-
A web socket util class
- ZKWebSocket() - Constructor for class org.zkoss.zk.ui.http.ZKWebSocket
- ZKWebSocket.ZKPrinciple - Class in org.zkoss.zk.ui.http
- ZONED_DATE_TIME - Static variable in class org.zkoss.clientbind.ClientBindComposer
- ZoomData - Class in org.zkoss.stateless.action.data
-
Represents an action caused by a component being zoomed.
- ZoomData() - Constructor for class org.zkoss.stateless.action.data.ZoomData
- ZoomEvent - Class in org.zkoss.zkex.ui.event
-
Represents an event caused by a component being zoomed.
- ZoomEvent(String) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- ZoomEvent(String, Component) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- ZoomEvent(String, Component, Object) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- zoomIn() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Zooms in by 10%.
- zoomIn() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Zoom in by 10%.
- zoomOut() - Method in class org.zkoss.stateless.state.IPdfviewerController
-
Zooms out by 10%.
- zoomOut() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Zoom out by 10%.
- ZScript - Class in org.zkoss.zk.ui.metainfo
-
Represents a zscript content.
- ZScript(String, String) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
-
Creates a zscript with the content directly.
- ZScript(String, URL) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
-
Creates a zscript with an URL that is used to load the content.
- ZScript(EvaluatorRef, String, String, Locator) - Constructor for class org.zkoss.zk.ui.metainfo.ZScript
-
Creates a zscript with an URL that is used to load the content.
- ZScriptInfo - Class in org.zkoss.zk.ui.metainfo
-
Represents a zscript element.
- ZScriptInfo(NodeInfo, String, String, Locator, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Constructs a
ZScriptInfo
with an URL, which might contain an EL expression. - ZScriptInfo(NodeInfo, String, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Creates a
ZScriptInfo
with the content directly. - ZScriptInfo(NodeInfo, String, URL, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Create a
ZScriptInfo
with an URL that is used to load the content. - ZScriptInitiator - Class in org.zkoss.zk.ui.impl
-
An initiator used to evaluate a zscript file.
- ZScriptInitiator(ZScript) - Constructor for class org.zkoss.zk.ui.impl.ZScriptInitiator
- ZulEvents - Class in org.zkoss.zul.event
-
Utilities to access events for ZK and ZUL.
- ZulMessageLoader - Class in org.zkoss.zul.impl
-
ZUL implementation of MessageLoader
- ZulMessageLoader() - Constructor for class org.zkoss.zul.impl.ZulMessageLoader
- ZumlExtendlet - Class in org.zkoss.zk.ui.http
-
The ZUML resource processor used to parse the ZUML files loaded from the classpath.
- ZumlExtendlet() - Constructor for class org.zkoss.zk.ui.http.ZumlExtendlet
- ZutiPhaseListener - Class in org.zkoss.zuti.bind
-
A bind phase listener for Zuti addon
- ZutiPhaseListener() - Constructor for class org.zkoss.zuti.bind.ZutiPhaseListener
_
- __PARANAMER_DATA - Static variable in exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
- _accessInfo - Variable in class org.zkoss.bind.impl.ChildrenBindingImpl
- _accessInfo - Variable in class org.zkoss.bind.impl.FormBindingImpl
- _accessInfo - Variable in class org.zkoss.bind.impl.PropertyBindingImpl
- _addNamespaces - Variable in class org.zkoss.idom.Element
-
Additional namespaces.
- _afterComposed - Variable in class org.zkoss.zk.ui.HtmlShadowElement
- _applied - Variable in class org.zkoss.zk.ui.util.GenericComposer
- _array - Variable in class org.zkoss.zul.ListModelArray
- _attrs - Variable in class org.zkoss.idom.Element
-
The attributes.
- _beanMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _beg - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- _binder - Variable in class org.zkoss.bind.impl.AbstractBindingHandler
- _bindingArgs - Variable in class org.zkoss.bind.impl.ParamCall
- _cache - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _children - Variable in class org.zkoss.idom.impl.AbstractGroup
-
The list of the children.
- _clses - Variable in class org.zkoss.xel.util.TaglibMapper
-
Map(String name, Class cls).
- _cmd - Variable in class org.zkoss.zk.au.AuResponse
- _cnt - Static variable in class org.zkoss.zk.ui.Sessions
- _code - Variable in exception org.zkoss.lang.CommonException
- _code - Variable in exception org.zkoss.lang.SystemException
- _cols - Variable in class org.zkoss.zul.impl.InputElement
- _comparator - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store Comparator for initial grouping.
- _compMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _compress - Variable in class org.zkoss.zk.ui.http.RichletFilter
- _compTailMap - Variable in class org.zkoss.zkmax.bind.impl.TrackerImplEx
- _config - Variable in class org.zkoss.web.servlet.GenericFilter
- _config - Variable in class org.zkoss.zk.ui.http.RichletFilter
- _container - Variable in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- _ctx - Variable in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- _ctx - Variable in class org.zkoss.xel.zel.XelELResolver
- _current - Variable in class org.zkoss.fsm.StateMachine
- _data - Variable in class org.zkoss.zk.au.AuResponse
-
Either String or DeferredValue.
- _data - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store group data
- _data - Variable in class org.zkoss.zul.SimpleGroupsModel
-
member field to store group data
- _dataListener - Variable in class org.zkoss.zuti.zul.ForEach
- _debug - Variable in class org.zkoss.fsm.StateMachine
- _declNamespaces - Variable in class org.zkoss.idom.input.SAXHandler
-
The namespaces in between startPrefixMapping and endPrefixMapping.
- _dirty - Variable in class org.zkoss.bind.proxy.AbstractCollectionProxy
- _dirtyBinding - Variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
- _dirtyFieldNames - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _doc - Variable in class org.zkoss.idom.input.SAXHandler
-
The Document being created.
- _dynamicValue - Variable in class org.zkoss.zk.ui.HtmlShadowElement
- _end - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- _equalBeansMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _evtmap - Variable in class org.zkoss.zk.ui.sys.StubsComponent
-
[0]: uuid, [1]: EventListenerMap.
- _exec - Static variable in class org.zkoss.zk.ui.Executions
-
Stores the current
Execution
. - _expf - Variable in class org.zkoss.xel.zel.ELFactory
- _expr - Variable in class org.zkoss.xel.zel.ELXelExpression
- _factory - Variable in class org.zkoss.idom.input.SAXHandler
-
The iDOM factory.
- _fieldExpr - Variable in class org.zkoss.bind.impl.PropertyBindingImpl
- _finishParseCst - Variable in class org.zkoss.zul.SimpleConstraint
- _flags - Variable in class org.zkoss.zul.SimpleConstraint
-
The constraints.
- _foots - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store group foot data (generated in
GroupsModelArray.organizeGroup(java.util.Comparator<D>, int)
) - _foots - Variable in class org.zkoss.zul.SimpleGroupsModel
-
member field to store group foot data
- _formId - Variable in class org.zkoss.bind.impl.FormBindingImpl
- _heads - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store group head data (generated in
GroupsModelArray.organizeGroup(java.util.Comparator<D>, int)
) - _heads - Variable in class org.zkoss.zul.SimpleGroupsModel
-
member field to store group head data
- _idmap - Variable in class org.zkoss.zk.ui.sys.StubsComponent
-
[0]: uuid, [1]: id
- _inCData - Variable in class org.zkoss.idom.input.SAXHandler
-
Indicator of whether we are in a CDATA.
- _inDTD - Variable in class org.zkoss.idom.input.SAXHandler
-
Indicator of whether we are in a DTD.
- _intSubset - Variable in class org.zkoss.idom.DocType
-
The internal subset of the DOCTYPE
- _isdata - Variable in class org.zkoss.sound.AAudio
-
The raw data in stream (or
AAudio.DYNAMIC_STREAM
). - _isdata - Variable in class org.zkoss.util.media.AMedia
-
The input stream,
AMedia.getStreamData()
- _isdata - Variable in class org.zkoss.video.AVideo
-
The raw data in stream (or
AVideo.DYNAMIC_STREAM
). - _list - Variable in class org.zkoss.idom.impl.FacadeNodeList
-
The java List to facade.
- _list - Variable in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- _list - Variable in class org.zkoss.zul.ListModelList
- _listeners - Variable in class org.zkoss.zul.AbstractChartModel
- _lname - Variable in class org.zkoss.idom.Attribute
-
The local name.
- _lname - Variable in class org.zkoss.idom.Element
-
The local name.
- _loader - Variable in class org.zkoss.util.resource.ResourceCache
-
The loader.
- _loc - Variable in exception org.zkoss.idom.DOMException
- _loc - Variable in class org.zkoss.idom.input.SAXHandler
-
Locator.
- _locale - Variable in class org.zkoss.zul.impl.DateTimeFormatInputElement
- _machine - Variable in class org.zkoss.fsm.StateCtx
- _map - Variable in class org.zkoss.zul.ListModelMap
- _minorReturners - Variable in class org.zkoss.fsm.StateCtx
- _minorTransitionListeners - Variable in class org.zkoss.fsm.StateCtx
- _minorTransitions - Variable in class org.zkoss.fsm.StateCtx
- _model - Variable in class org.zkoss.zul.impl.GroupsListModel
- _mtds - Variable in class org.zkoss.xel.util.TaglibMapper
-
Map(String prefix+":"+name, Function func).
- _name - Variable in class org.zkoss.idom.DocType
-
The element being constrained
- _name - Variable in class org.zkoss.idom.EntityReference
-
The name.
- _name - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
- _name - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
- _nativedata - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store native (original) array data
- _node - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _ns - Variable in class org.zkoss.idom.Attribute
-
The namespace.
- _ns - Variable in class org.zkoss.idom.Element
-
The namespace.
- _nullMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _opens - Variable in class org.zkoss.zul.AbstractTreeModel
-
The open information.
- _opens - Variable in class org.zkoss.zul.GroupsModelArray
-
member field to store group close status
- _opens - Variable in class org.zkoss.zul.SimpleGroupsModel
-
member field to store group close status
- _origin - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _origin - Variable in class org.zkoss.stateless.ui.util.GetterMethodHandlerForC2I
- _origin - Variable in class org.zkoss.zkmax.bind.proxy.ViewModelProxyHandler
- _owner - Variable in class org.zkoss.idom.Attribute
-
The owner item.
- _paramResolvers - Variable in class org.zkoss.bind.impl.ParamCall
- _partial - Variable in class org.zkoss.zkmax.zul.DefaultTristateTreeModel
-
The partial selection.
- _pathResolver - Variable in class org.zkoss.bind.xel.zel.BindELResolver
- _props - Variable in class org.zkoss.zuti.zul.Apply
- _pubId - Variable in class org.zkoss.idom.DocType
-
The public ID of the DOCTYPE
- _rawData - Variable in class org.zkoss.idom.ProcessingInstruction
-
The raw data.
- _rddata - Variable in class org.zkoss.util.media.AMedia
-
The input stream,
AMedia.getReaderData()
- _resolver - Variable in class org.zkoss.bind.xel.zel.BindELResolver
- _resolvers - Variable in class org.zkoss.zk.ui.HtmlMacroComponent
-
A list of resolvers (never null).
- _resolvers - Variable in class org.zkoss.zk.ui.select.SelectorComposer
-
A list of resolvers (never null).
- _resolvers - Variable in class org.zkoss.zml.XmlMacroComponent
-
A list of resolvers (never null).
- _returnAll - Variable in class org.zkoss.fsm.StateCtx
- _returners - Variable in class org.zkoss.fsm.StateCtx
- _run - Variable in class org.zkoss.fsm.StateMachine
- _script - Variable in class org.zkoss.zk.ui.metainfo.WidgetListener
- _selection - Variable in class org.zkoss.zul.AbstractGroupsModel
-
The current selection.
- _selection - Variable in class org.zkoss.zul.AbstractListModel
-
The current selection.
- _selection - Variable in class org.zkoss.zul.AbstractTreeModel
-
The selection.
- _separator - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
The separator used to separate the component ID and event name.
- _seriesList - Variable in class org.zkoss.zul.SimpleXYModel
- _seriesMap - Variable in class org.zkoss.zul.SimpleXYModel
- _sess - Static variable in class org.zkoss.zk.ui.Sessions
-
Used to the store the session for the current thread.
- _set - Variable in class org.zkoss.zul.ListModelSet
- _sortDir - Variable in class org.zkoss.zul.GroupsModelArray
-
is the sort ascending?
- _sortDir - Variable in class org.zkoss.zul.SimpleGroupsModel
-
is the sort ascending?
- _sorting - Variable in class org.zkoss.zul.GroupsModelArray
-
the sorting comparator
- _sorting - Variable in class org.zkoss.zul.SimpleGroupsModel
-
the sorting comparator
- _src - Variable in class org.zkoss.zul.Audio
- _stack - Variable in class org.zkoss.idom.input.SAXHandler
-
The Group stack.
- _states - Variable in class org.zkoss.fsm.StateMachine
- _step - Variable in class org.zkoss.fsm.StateMachine
- _submachine - Variable in class org.zkoss.fsm.MacroStateCtx
- _sysId - Variable in class org.zkoss.idom.DocType
-
The system ID of the DOCTYPE
- _tagnm - Variable in class org.zkoss.zhtml.impl.AbstractTag
-
The tag name.
- _target - Variable in class org.zkoss.idom.ProcessingInstruction
-
The target.
- _text - Variable in class org.zkoss.idom.impl.AbstractTextual
-
The text.
- _TOP - org.zkoss.stateless.sul.IA.Target
-
The topmost browsing context (the "highest" context that’s an ancestor of the current one).
- _transitionListeners - Variable in class org.zkoss.fsm.StateCtx
- _transitions - Variable in class org.zkoss.fsm.StateCtx
- _tzone - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- _tzone - Variable in class org.zkoss.zul.impl.DateTimeFormatInputElement
- _uuids - Variable in class org.zkoss.zk.ui.sys.StubsComponent
- _value - Variable in class org.zkoss.idom.Attribute
-
The value.
- _value - Variable in class org.zkoss.zk.ui.metainfo.WidgetAttribute
- _value - Variable in class org.zkoss.zul.impl.InputElement
-
The value.
- _variableResolvers - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
-
Holds list of variable resolvers for Spring core (3.0RC and later), Spring security(3.0RC and later) and Spring webflow(only for 1.x)
- _vars - Variable in class org.zkoss.xel.util.SimpleResolver
-
The variable maps.
- _vms - Variable in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
- _wapp - Static variable in class org.zkoss.zk.ui.WebApps
-
The application for the whole installation.
- _webman - Variable in class org.zkoss.zk.ui.http.RichletFilter
- _zclass - Variable in class org.zkoss.zk.ui.HtmlBasedComponent
-
The ZK CSS class.
All Classes All Packages