A B C D E F G H I K L M N O P Q R S T U V W Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
- 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
- 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
- AbstractListModelConverter<C extends org.zkoss.zk.ui.Component> - Class in org.zkoss.bind.converter.sys
-
The abstract
Converterimplementation for converting collection to ListModel and vice versa. - AbstractListModelConverter() - Constructor for class org.zkoss.bind.converter.sys.AbstractListModelConverter
- 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 org.zkoss.zk.ui.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
- 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
- ACCESS - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBINDannotation, 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
- 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(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(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- add(String, String) - Method in class org.zkoss.bind.impl.Path
- 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(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 Object>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- 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
- addBeanMap(TrackerNode, Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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
- 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
- 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
- addConverter(String, Converter) - Method in class org.zkoss.bind.BindComposer
- 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.
- 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
- 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
- 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.
- 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
- 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
- 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
- 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.
- 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[], 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
- addModel(Component, Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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
- 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
- addPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
- addPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Add the
PhaseListener - 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
- 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
- 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.
- 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
- addSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the specified set.
- 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
- 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(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
- addValidator(String, Validator) - Method in class org.zkoss.bind.BindComposer
- addWeakIdentityHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
- AFTER_COMMAND - org.zkoss.bind.sys.ConditionType
- afterComponentAttached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterComponentDetached(Component, Page) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterComponentMoved(Component, Component, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- 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. - afterPageAttached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterPageDetached(Page, Desktop) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterShadowAttached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- afterShadowDetached(ShadowElement, Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- AllocUtil - Class in org.zkoss.bind.impl
-
For ZK-2289, Memory allocation utility.
- AllocUtil() - Constructor for class org.zkoss.bind.impl.AllocUtil
- 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
- 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
- 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
- appendFields(String, String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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
- AUTO - org.zkoss.bind.annotation.Scope
-
Search the value from components to page, desktop one bye one...until find a value
- AutoNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Enable posting NotifyChange when setter method called.
B
- BEAN_METHOD_FILTER - Static variable in class org.zkoss.bind.proxy.BeanProxyHandler
- 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() - Constructor for class org.zkoss.bind.validator.BeanValidator
- BEFORE_COMMAND - org.zkoss.bind.sys.ConditionType
- BIND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- BIND_CONTEXT - org.zkoss.bind.annotation.ContextType
-
The current bind context, the type is
BindContext - BindChildRenderer - Class in org.zkoss.bind.impl
-
to renderer children of component
- BindChildRenderer() - Constructor for class org.zkoss.bind.impl.BindChildRenderer
- BindComboitemRenderer - Class in org.zkoss.bind.impl
-
comboitem renderer for binding.
- BindComboitemRenderer() - Constructor for class org.zkoss.bind.impl.BindComboitemRenderer
- BindComposer<T extends org.zkoss.zk.ui.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
- 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
- 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_ATTR - Static variable in class org.zkoss.bind.BindComposer
- BINDER_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- BINDER_ID - Static variable in class org.zkoss.bind.BindComposer
- BinderCtrl - Interface in org.zkoss.bind.sys
-
An addition interface to
Binderthat 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() - Constructor for class org.zkoss.bind.impl.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
Evaluatorto 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
- 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
- BindExpressionFactoryImpl - Class in org.zkoss.bind.xel.zel
-
Handle dot series script.
- BindExpressionFactoryImpl() - Constructor for class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
- 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. - BindListitemRenderer - Class in org.zkoss.bind.impl
-
Listitem renderer for binding.
- BindListitemRenderer() - Constructor for class org.zkoss.bind.impl.BindListitemRenderer
- 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
- BindSelectboxRenderer - Class in org.zkoss.bind.impl
-
selectbox renderer.
- BindSelectboxRenderer() - Constructor for class org.zkoss.bind.impl.BindSelectboxRenderer
- 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. - 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
- BindXelFactory - Class in org.zkoss.bind.xel
-
Xel Factory for Binding.
- BindXelFactory() - Constructor for class org.zkoss.bind.xel.BindXelFactory
- BytecodeReadingParanamer - Class in org.zkoss.bind.paranamer
-
An ASM-based implementation of Paranamer.
- BytecodeReadingParanamer() - Constructor for class org.zkoss.bind.paranamer.BytecodeReadingParanamer
C
- 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.
- call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
- call(Component) - Method in class org.zkoss.bind.callback.DestroyCallback
- capitalize(String, String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- 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
- checkInit() - Method in class org.zkoss.bind.impl.BinderImpl
- 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
- 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
- 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_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
- 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
- clearAllMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- clearAllMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear all validation 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(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
- 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, 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
- 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
- clearValidationMessages(Binder, Component, String) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- CLIENT_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- CLIENT_UPLOAD_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- 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
- 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
- coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
Convert a
ListModelto 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, 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
- coerceToUi(B, C, BindContext) - Method in interface org.zkoss.bind.Converter
-
Coerces a value to another value to load to a component
- 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, 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.
- 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
- ComboboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converterimplementation 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
- Command - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a Command method.
- 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_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.
- 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
- 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
- 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
- ConditionType - Enum in org.zkoss.bind.sys
-
this enum represent the load/save condition type
- 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
- 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
- containsAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- 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
- 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
- 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
- Converter<U,B,C extends org.zkoss.zk.ui.Component> - Interface in org.zkoss.bind
-
Generic binding conversion interface.
- CONVERTER - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBINDannotation, 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
- CookieParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- create(Binding, String, Class<?>, ConditionType, String, boolean) - Static method in class org.zkoss.bind.impl.AccessInfo
- createBindingExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- createDefaultAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
- createEvaluator(FunctionMapper) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- 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.
- createParamCall(BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- 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
- createViewModelProxyIfEnabled(Object) - Method in class org.zkoss.bind.AnnotateBinder
-
Internal use only
- CURRENT_INDEX_RESOLVER_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
D
- DebuggerFactory - Class in org.zkoss.bind.sys.debugger
-
The factory to provide
DebuggerFactoryinstance. - DebuggerFactory() - Constructor for class org.zkoss.bind.sys.debugger.DebuggerFactory
- 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_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
- 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
BinderAPI. - 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
- 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
DebuggerFactoryit 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.
- DefaultJSONBindingParamConverter - Class in org.zkoss.bind.converter.sys
-
A default JSON binding parameter converter
- DefaultJSONBindingParamConverter() - Constructor for class org.zkoss.bind.converter.sys.DefaultJSONBindingParamConverter
- DefaultViewModelAnnotationResolver - Class in org.zkoss.bind.impl
-
A default view model annotation resolver
- DefaultViewModelAnnotationResolver() - Constructor for class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
- 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
- DEPENDS_ON_COMP - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- DependsOn - Annotation Type in org.zkoss.bind.annotation
-
Specify variable dependency.
- 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
- 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 - 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
- didActivate(Component) - Method in class org.zkoss.bind.BindComposer
- DISABLE_METHOD_CACHE - Static variable in class org.zkoss.bind.impl.BinderImpl
- doAfterCompose(T) - Method in class org.zkoss.bind.BindComposer
- doBeforeCompose(Page, Component, ComponentInfo) - Method in class org.zkoss.bind.BindComposer
- doBeforeComposeChildren(Component) - Method in class org.zkoss.bind.BindComposer
- doCatch(Throwable) - Method in class org.zkoss.bind.BindComposer
- doExecute(Component, String, Map<String, Object>, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- doFinally() - Method in class org.zkoss.bind.BindComposer
- doLoadAfter(Component, String, BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- doLoadBefore(Component, String, BindContext) - Method in class org.zkoss.bind.impl.BinderImpl
- doPostPhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- doPrePhase(Phase, BindContext) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
- 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
- doValidate(Component, String, Event, BindContext, Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- dump() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- dumpLess() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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
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
- EMPTY_NAMES - Static variable in interface org.zkoss.bind.paranamer.Paranamer
- ENABLE_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
- 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
- EqualBeansMap() - Constructor for class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- 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
- 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
- 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
- evaluate(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- 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
- 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
- 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 - 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 - 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
- ExecutionArgParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- ExecutionInfo - Interface in org.zkoss.bind.sys.debugger
-
the base interface of ExecutionInfo
- 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
- ExecutionParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
F
- FACTORY_CLASS_PROP - Static variable in class org.zkoss.bind.sys.debugger.DebuggerFactory
- filterOutShadows(Component, Component[]) - Method in class org.zkoss.bind.impl.AbstractRenderer
- fireNotifyChanges(Set<Property>) - Method in class org.zkoss.bind.impl.BinderImpl
- fireNotifyChanges(Binder, Set<Property>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- fireSelectionEvent(E) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- Form - Interface in org.zkoss.bind
-
Virtual Bean that associated with a 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_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
- 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
- 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
- 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
- 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
- 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
G
- 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(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(String) - Static method in class org.zkoss.bind.impl.SystemConverters
- get(String) - Static method in class org.zkoss.bind.impl.SystemValidators
- getAccessFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for Form access purpose.
- 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
- getAllTrackerNodes() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getAnnotatedParameterName(Class<? extends Annotation>, String, Supplier<String>) - Method in class org.zkoss.bind.impl.ParamCall
- 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
- 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
- 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). - 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.
- 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.
- 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(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- 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
- 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
- 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
- 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
- getBegin() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- 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(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- getBinder(Component, boolean) - Static method in class org.zkoss.bind.impl.BinderUtil
- 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
- 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
- getCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- getCache() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getCause() - Method in exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
- 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
- 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.
- 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.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
- 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
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
- 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
- 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
- getContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- 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(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. - getCount() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- getCurrentLocation() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- getCurrentLocationMessage() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- getData() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Returns the data
- 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
- 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
- getDirectLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Returns all direct bindings that associated with the specified property.
- getDirectLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getDynamicAttrs() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- getEach() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- 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
- getELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getEvaluatorX() - Method in interface org.zkoss.bind.Binder
-
Returns the
BindEvaluatorXused by this Binder. - getEvaluatorX() - Method in class org.zkoss.bind.impl.BinderImpl
- getEventName() - Method in class org.zkoss.bind.impl.CommandBindingImpl
- getEventQueue() - Method in class org.zkoss.bind.impl.BinderImpl
- 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
- getExpression() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getExpressionString() - Method in class org.zkoss.bind.impl.PropertyExpression
- getExpressionString(ExpressionX) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- 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
- 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.
- 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.
- 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.
- 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(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(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.
- 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(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.
- 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
- 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
- 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(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- 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.
- 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.
- 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.
- getImplicitResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getInnerArray() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
- getInnerList() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- getInnerMap() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getInnerSet() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
- getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Thread safe method to get the factory instance
- 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(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
- getKidBaseLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Returns all bindings that associated with the kid bases of specified property.
- getKidBaseLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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
- 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.
- 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
- 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.
- getMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
- getMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get all validation messages
- 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, 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
- getModel() - Method in class org.zkoss.bind.impl.IndirectBinding
- getModelName(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- getName() - Method in enum org.zkoss.bind.annotation.Scope
-
the zk implicit scope name
- getNonSystemProperties(Component) - Static method in class org.zkoss.bind.impl.AnnotationUtil
- 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
- getOnDataChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getOnDirtyChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
- getOrCreateTrackerNode(Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- getOrigin() - Method in interface org.zkoss.bind.FormStatus
-
Returns the origin object of the form object
- 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
- 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.
- 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
- 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
- getParent() - Method in interface org.zkoss.bind.proxy.ProxyNode
- 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 - getPrevious() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- getPriority() - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- 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(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.
- 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.
- 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.
- 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
- 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
- getReferenceBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated ReferenceBindings.
- getReferenceBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
- getRenderer(String) - Method in class org.zkoss.bind.impl.BinderImpl
- 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
- 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.
- 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
- 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
- getSelf() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
- getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
- 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
- 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<Map.Entry<K, V>>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- getStatus() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.
- getStatus() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getStep() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- getSubtype() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- getSuperELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- getSystemAnnotation(ComponentCtrl, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
- 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
- getTemplateArgs() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
- 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) - 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.
- 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(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(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- 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
- 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
Propertyto be validated. - getValidates(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidates(BindContext) - Method in interface org.zkoss.bind.sys.SaveFormBinding
-
Returns
Propertys to be validated, includes the member field of the form - getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.bind.validator.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
Validatorto do validation - getValidator() - Static method in class org.zkoss.bind.validator.BeanValidations
- getValidator() - Method in class org.zkoss.bind.validator.BeanValidator
- 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. - getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
- 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(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(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, 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
- 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(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- getView() - Method in interface org.zkoss.bind.Binder
-
Returns associated root component of this binder.
- getView() - Method in class org.zkoss.bind.impl.BinderImpl
- 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
- 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
- getWrongValueExceptions() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
- 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
- GridModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converterimplementation of the grid for converting collection to ListModel and vice versa. - GridModelConverter() - Constructor for class org.zkoss.bind.converter.sys.GridModelConverter
H
- handleComponentAttached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- handleComponentDetached(Component) - Method in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- handleConstraintViolation(ValidationContext, Set<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Handle hibernate ConstraintViolation. by default, it add to invalid messages.
- handleNotifyChange(Binder, BindContext, Object, Method, ParamCall, Set<Property>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- 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, Listbox, ListModel<?>) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
- hasAnnotatedMethod(Binder) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
- hasContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- 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
- 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(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
- HeaderParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- HistoryPopState - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a HistoryPopState method in View Model.
I
- ID_ANNO - Static variable in class org.zkoss.bind.BindComposer
- ID_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- 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_VALUEin 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
- ImageContentConverter - Class in org.zkoss.bind.converter.sys
- ImageContentConverter() - Constructor for class org.zkoss.bind.converter.sys.ImageContentConverter
- Immutable - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate an immutable class (no setters).
- ImmutableElements - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate that the elements of the collection for
FormProxyObjectare 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).
- 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
- 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
- indexOfKey(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- 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
- init() - Method in class org.zkoss.bind.xel.zel.BindELResolver
- 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(WebApp) - Method in class org.zkoss.bind.init.WebAppInit
- Init - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a initial method.
- INIT_ANNO - Static variable in class org.zkoss.bind.BindComposer
- INIT_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- 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)orCommandbeen triggered. - 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
- 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
- initCompMap() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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
- 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.
- inst - Static variable in class org.zkoss.bind.impl.AllocUtil
- 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.
- 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(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.bind.xel.zel.DynamicPropertiedELResolver
- 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
- 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
- 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
- isAttribute(Method) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- isBracket(String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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.
- 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
- isFirst() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- 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
- 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
- isHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- isIgnoreAccessCreationWarn() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- 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
- isLast() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
- isLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
- 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.
- isMatched(String) - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- 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
- 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(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
- 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
- isSave() - Method in interface org.zkoss.bind.BindContext
-
Returns whether currently is doing save operation.
- isSave() - Method in class org.zkoss.bind.impl.BindContextImpl
- 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
- 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
- isSetMethodHandled(Method) - Static method in class org.zkoss.bind.proxy.BeanProxyHandler
- 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. - 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
K
- 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
L
- lastIndexOf(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- lastIndexOf(Object) - Method in class org.zkoss.bind.proxy.ListProxy
- ListboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converterimplementation 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
- listIterator() - Method in class org.zkoss.bind.proxy.ListModelListProxy
- listIterator() - Method in class org.zkoss.bind.proxy.ListProxy
- listIterator(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- listIterator(int) - Method in class org.zkoss.bind.proxy.ListProxy
- 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
- ListModelListProxy<E> - Class in org.zkoss.bind.proxy
-
A ListModelList Proxy
- ListModelListProxy(ListModelList<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelListProxy
- 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
- ListModelSetProxy<E> - Class in org.zkoss.bind.proxy
-
A ListModelSet Proxy
- ListModelSetProxy(ListModelSet<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListModelSetProxy
- ListProxy<E> - Class in org.zkoss.bind.proxy
-
A list proxy
- ListProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.ListProxy
- 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_AFTER - org.zkoss.bind.Phase
-
load after command phase.
- LOAD_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- 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.ZKBINDannotation, 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.ZKBINDannotation, 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.ZKBINDannotation, 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.
- 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
- 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
- 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
- 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
- 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
- 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.
M
- makeMethodCache() - Method in class org.zkoss.bind.paranamer.CachingParanamer
- makeMethodCache() - Method in class org.zkoss.bind.paranamer.CachingParanamer.WithoutWeakReferences
- 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
- 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.
- 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
- mergeExceptionInfo(Exception, Object) - Static method in class org.zkoss.bind.impl.MiscUtil
- MiscUtil - Class in org.zkoss.bind.impl
-
internal use only misc util
- MiscUtil() - Constructor for class org.zkoss.bind.impl.MiscUtil
- MODEL - Static variable in interface org.zkoss.bind.sys.BinderCtrl
N
- newBindContext(Binder, Binding, boolean, String, Component, Event) - Static method in class org.zkoss.bind.impl.BindContextUtil
- newCommandBinding(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelExpression
- newELContext(XelContext) - Method in class org.zkoss.bind.xel.BindXelFactory
- newELResolver(XelContext) - Method in class org.zkoss.bind.xel.zel.BindELContext
- newEqualBeansMap() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- newExpressionBuilder(String, ELContext) - Method in class org.zkoss.bind.xel.zel.BindExpressionFactoryImpl
- newExpressionFactory() - Method in class org.zkoss.bind.xel.BindXelFactory
- 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.
- newInitPropertyBinding(Component, String, String, Class<?>, String, Map<String, Object>, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Make this extenable.
- newInstanceFromProperty(String, String, Class<T>) - Static method in class org.zkoss.bind.impl.MiscUtil
- newLinkedHashMap(int) - Method in class org.zkoss.bind.impl.AllocUtil
-
Prepare a suitable LinkedHashMap that optimize the space.
- 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.
- 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.
- newTrackerNode(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- newXelContext(BindContext, Component) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
- 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(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
- 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.
- NOTIFYS - Static variable in interface org.zkoss.bind.sys.BinderCtrl
O
- ObjectBooleanConverter - Class in org.zkoss.bind.converter
-
Converter to convert boolean to Object.
- ObjectBooleanConverter() - Constructor for class org.zkoss.bind.converter.ObjectBooleanConverter
- 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_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- ON_GLOBAL_COMMAND - Static variable in class org.zkoss.bind.sys.debugger.impl.info.CommandInfo
- ON_ZKBIND_LATER - Static variable in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- onChange() - Method in annotation type org.zkoss.bind.annotation.NotifyCommand
- onChange(ListDataEvent) - Method in class org.zkoss.bind.impl.ChildrenBindingListDataListener
- 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
- 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
- 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
- out(String) - Method in class org.zkoss.bind.sys.debugger.impl.DefaultExecutionInfoCollector
P
- 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
- ParamCall - Class in org.zkoss.bind.impl
-
To help invoke a method with
BindingParametc.. 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
- 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.
- parse(Attribute, ComponentInfo, PageDefinition) - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
- parseArgs(BindEvaluatorX, Map<String, String[]>) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
- parseExpression(XelContext, String, Class) - Method in class org.zkoss.bind.xel.BindXelFactory
- 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.
- Path - Class in org.zkoss.bind.impl
-
Class that holding a dot series path and process Form field name.
- Path() - Constructor for class org.zkoss.bind.impl.Path
- 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
- pathToString(List<String>) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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.
- popContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- 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
- 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
- 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
- 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.
- 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.
- processScript(Object) - Method in class org.zkoss.bind.impl.AllocUtil
-
Returns the processed script.
- 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
- Property - Interface in org.zkoss.bind
-
Represent a property of a base object in the binding.
- 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
- 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
- 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
ProxyObjectfor some purposes, like providing custom validation logic or adding extra handler on it. - 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.
- pushContext() - Static method in class org.zkoss.bind.impl.BinderUtil
- 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(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(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- 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
- putContext(Class, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
- putEssential(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- 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.
Q
- QueryParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- QUEUE_NAME_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
- QUEUE_SCOPE_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
R
- RadiogroupModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converterimplementation 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
- 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
- ReferenceBinding - Interface in org.zkoss.bind.sys
-
A reference to an expression.
- ReferenceBindingHandler - Interface in org.zkoss.bind.impl
-
to handle reference binding
- ReferenceBindingImpl - Class in org.zkoss.bind.impl
-
Implementation of
ReferenceBinding. - ReferenceBindingImpl(Binder, Component, String, String) - Constructor for class org.zkoss.bind.impl.ReferenceBindingImpl
- remove(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- remove(int) - Method in class org.zkoss.bind.proxy.ListProxy
- 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_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
- removeAllFromBeanMap(Collection<TrackerNode>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeAllFromNullMap(Set<TrackerNode>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- removeAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
Removes the attribute, if any.
- removeBeanMap(TrackerNode) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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).
- 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
- 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
- removeLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
- 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
- removeModel(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
- 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
- removeRange(int, int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- removeReferenceBinding(Component) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- removeReferenceBinding(Component, String) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
- 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.
- 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
- removeTrackings(Set<Component>) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Remove all tracking associated with the specified
Componentset. - removeTrackings(Set<Component>) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
- 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
- render(Component, Object, int) - Method in class org.zkoss.bind.impl.BindSelectboxRenderer
- 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(Comboitem, Object, int) - Method in class org.zkoss.bind.impl.BindComboitemRenderer
- render(Listitem, Object, int) - Method in class org.zkoss.bind.impl.BindListitemRenderer
- render(Radio, Object, int) - Method in class org.zkoss.bind.impl.BindRadioRenderer
- render(Row, Object, int) - Method in class org.zkoss.bind.impl.BindRowRenderer
- render(Treeitem, Object, int) - Method in class org.zkoss.bind.impl.BindTreeitemRenderer
- RENDERED_COMPONENTS - Static variable in class org.zkoss.bind.impl.AbstractRenderer
- RENDERER - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBINDannotation, the special renderer for binding - RENDERER_INSTALLED - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- renderProperties(Component, ContentRenderer) - Method in class org.zkoss.bind.impl.BinderPropertiesRenderer
- renderTab(Tab, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
- renderTabpanel(Tabpanel, Object, int) - Method in class org.zkoss.bind.impl.BindTabboxRenderer
- replaceOrigin(Object) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
- replaceOrigin(Object) - Method in class org.zkoss.bind.proxy.MapProxy
- reset() - Method in interface org.zkoss.bind.FormStatus
-
Resets the modified data.
- 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
- resolveParameter(Annotation[], Class<?>, Method, int) - Method in class org.zkoss.bind.impl.ParamCall
- 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
- 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
- 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
S
- 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_AFTER - org.zkoss.bind.Phase
-
save after command phase.
- SAVE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- 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.ZKBINDannotation, 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.ZKBINDannotation, 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
- Scope - Enum in org.zkoss.bind.annotation
-
The implicit scopes of zk for
ScopeParam. - 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.
- SelectboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converterimplementation 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
- 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. - 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
- service(AuRequest, boolean) - Method in class org.zkoss.bind.BindComposer
- 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
- 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(String, Converter) - Static method in class org.zkoss.bind.impl.SystemConverters
- set(String, Validator) - Static method in class org.zkoss.bind.impl.SystemValidators
- 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
- 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(BindContext, Object, Object) - Method in class org.zkoss.bind.impl.BindingImpl
- setAttributeName(String) - Method in class org.zkoss.bind.impl.AbstractRenderer
- 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
- 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
- setBindingArgs(Map<String, Object>) - Method in class org.zkoss.bind.impl.ParamCall
- setCommandArgs(Binder, Component, BindContext, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setComponent(Component) - Method in class org.zkoss.bind.impl.ParamCall
- setConverterArgs(Binder, Component, BindContext, PropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
- setCurrentLocation(Location) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- setData(Object) - Method in class org.zkoss.bind.impl.IndirectBinding
-
Sets the data
- 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
- setDynamicAttrs(String, Object) - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- setExecution(Execution) - Method in class org.zkoss.bind.impl.ParamCall
- 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.
- 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
- 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
- setIgnoreAccessCreationWarn(boolean) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
- setInvalid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
- setInvalid() - Method in interface org.zkoss.bind.ValidationContext
-
set invalid
- 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[], 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
- 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
- setOnDataChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
- setOnDirtyChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
- 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
- setParent(ProxyNode) - Method in interface org.zkoss.bind.proxy.ProxyNode
- 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
- 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
- setProperty(String) - Method in interface org.zkoss.bind.proxy.ProxyNode
- 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
- 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(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
- setSeriesLength(int) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
- 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
- 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
- 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(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(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
- 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
- shouldLookupSuperclass(T) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
-
Verify if the super classes need to be traced.
- SimpleBindXelContext - Class in org.zkoss.bind.impl
-
Internal use only.
- SimpleBindXelContext(Component, Binder, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.bind.impl.SimpleBindXelContext
- 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.
- 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
- SKIP_BIND_INIT - Static variable in class org.zkoss.bind.tracker.impl.BindUiLifeCycle
- SmartNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Notify value change once it changed, unlike
NotifyChange. - 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(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<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Sort the violations, make multiple violation order more predictable.
- 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 - SRCPATH - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- StackInfo - Class in org.zkoss.bind.sys.debugger.impl.info
- StackInfo(String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.StackInfo
- 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
- 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
- subList(int, int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
- subList(int, int) - Method in class org.zkoss.bind.proxy.ListProxy
- submit(BindContext) - Method in interface org.zkoss.bind.FormStatus
-
Submits the modified date to the origin object.
- 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
- 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
- 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
- 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
- TabboxModelConverter - Class in org.zkoss.bind.converter.sys
- TabboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.TabboxModelConverter
- 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
- TEMPLATE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- TEMPLATE_OBJECT - Static variable in interface org.zkoss.bind.sys.TemplateResolver
- 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(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.TemplateResolverImpl
- 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
- 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
- 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(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
- 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.
- ToClientCommand - Annotation Type in org.zkoss.bind.annotation
-
Notify a command to client.
- toGetter(String) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- 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
- 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
- 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(Object, int) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- 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
- 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
- Transient - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate a transient method operation not to use proxy mechanism.
- 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
- 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
- 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
U
- UID - Static variable in class org.zkoss.bind.Version
- unmarkHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
- UriConverter - Class in org.zkoss.bind.converter
-
Convert String into Uri
- UriConverter() - Constructor for class org.zkoss.bind.converter.UriConverter
- UtilContext() - Constructor for class org.zkoss.bind.impl.BinderUtil.UtilContext
V
- validate(Class<T>, String, Object) - Static method in class org.zkoss.bind.validator.BeanValidations
- validate(Class, String, Object, Class<?>[]) - Method in class org.zkoss.bind.validator.BeanValidator
-
Validate the value
- 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 - org.zkoss.bind.Phase
-
validate phase.
- VALIDATES - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.bind.BindComposer
- VALIDATION_MESSAGES_ATTR - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
- 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
- Validator - Interface in org.zkoss.bind
-
Generic binding validation interface.
- VALIDATOR - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBINDannotation, 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() - 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_ANNO_ATTR - Static variable in class org.zkoss.bind.BindComposer
- 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.
- 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.
- VAR - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- Version - Class in org.zkoss.bind
- 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
- VIEWMODEL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
- 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
- ViewModelProxyObject - Interface in org.zkoss.bind.proxy
-
A simple view model proxy object
- visit(Node) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- visitNode(Node) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- VM - Static variable in interface org.zkoss.bind.sys.BinderCtrl
- VM_ID - Static variable in class org.zkoss.bind.BindComposer
W
- 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
- WebAppInit - Class in org.zkoss.bind.init
-
The initialization of zkbind.
- WebAppInit() - Constructor for class org.zkoss.bind.init.WebAppInit
- willPassivate(Component) - Method in class org.zkoss.bind.BindComposer
- WithoutWeakReferences(Paranamer) - Constructor for class org.zkoss.bind.paranamer.CachingParanamer.WithoutWeakReferences
- 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
Z
- 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
- ZKFORMPROXYNOTIFIEDKEY - Static variable in class org.zkoss.bind.impl.BinderImpl
- ZKProxyTargetHandlers - Class in org.zkoss.bind.proxy
-
An aggregating proxy target handlers
- ZKProxyTargetHandlers() - Constructor for class org.zkoss.bind.proxy.ZKProxyTargetHandlers
_
- __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
- _beanMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _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
- _compMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _ctx - Variable in class org.zkoss.bind.xel.zel.BindExpressionBuilder
- _dirty - Variable in class org.zkoss.bind.proxy.AbstractCollectionProxy
- _dirtyFieldNames - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _equalBeansMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _fieldExpr - Variable in class org.zkoss.bind.impl.PropertyBindingImpl
- _formId - Variable in class org.zkoss.bind.impl.FormBindingImpl
- _node - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _nullMap - Variable in class org.zkoss.bind.tracker.impl.TrackerImpl
- _origin - Variable in class org.zkoss.bind.proxy.BeanProxyHandler
- _paramResolvers - Variable in class org.zkoss.bind.impl.ParamCall
- _pathResolver - Variable in class org.zkoss.bind.xel.zel.BindELResolver
- _resolver - Variable in class org.zkoss.bind.xel.zel.BindELResolver
- _vms - Variable in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver.AbstractValueResolver
All Classes All Packages