- AbstractAnnotatedMethodInvoker<T extends 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
Converter implementation 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.ZKBIND annotation, the access direction: can be "both", "save", "load"; default to "load" if not found
- AccessInfo - Class in org.zkoss.bind.impl
-
Represent an load/save binding expression
- AccessInfo(ExpressionX, ConditionType, String) - Constructor for class org.zkoss.bind.impl.AccessInfo
-
- 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(String, String) - Method in class org.zkoss.bind.impl.Path
-
- add(Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- add(E) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- add(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
-
- addAll(Collection<? extends Object>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- addAll(Collection<? extends E>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.bind.proxy.ListProxy
-
- 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>) - Method in interface org.zkoss.bind.Binder
-
- 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>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Deprecated.
- 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>) - Method in interface org.zkoss.bind.Binder
-
- 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>) - Method in class org.zkoss.bind.impl.BinderImpl
-
Deprecated.
- 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(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.
- addDependsOnTrackings(Method, String, List<String>, Binding, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- 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(JSONObject) - Method in class org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
-
- addInfo(ExecutionInfo) - 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.
- 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[], Object) - 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 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
-
- addPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
-
- addPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- 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, Set<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 interface org.zkoss.bind.sys.BinderCtrl
-
Adds all field names for saving with the given Form.
- addSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Add value into the specified set.
- addTemplateTracking(Component, Component, Object, int, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- addTemplateTracking(Component) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
Deprecated.
- addTemplateTracking(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- addTemplateTracking(Component) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
- addTemplateTracking(Component, Object, int, int) - Method in interface org.zkoss.bind.sys.TemplateResolver
-
Add template tracking to component
- addTracking(Component, String[], Binding) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Add a tracking that associate a binding to a dot series under the specified Component
- addTracking(Component, String[], Binding) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- addTracking(List<String>) - Method in class org.zkoss.bind.xel.zel.BindExpressionBuilder
-
- addValidator(String, Validator) - Method in class org.zkoss.bind.BindComposer
-
- addWeakIdentityHashSet(Set<V>, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
- 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.
- 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
-
- AutoNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
Enable posting NotifyChange when setter method called.
- 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.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(Component) - Method in class org.zkoss.bind.callback.DestroyCallback
-
- call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
-
- 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
-
- 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(ListModel<?>, int, int, int) - Constructor for class org.zkoss.bind.impl.ChildrenBindingListModelDataEvent
-
- ChildrenBindingListModelDataEvent(ListDataEvent) - 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.MapProxy
-
- clearAllMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearAllMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear all validation message
- clearKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component and a special message key
- clearKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of a special message key
- clearMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component
- clearMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear validation message of component
- 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
-
- coerceToBean(U, C, BindContext) - Method in interface org.zkoss.bind.Converter
-
Coerces a value to bean value to save to a bean
- 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, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
Convert a ListModel to Set, Map, List, or ListModel (itself).
- coerceToBean(Object, C, BindContext) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
-
- coerceToBean(Object, Component, BindContext) - Method in class org.zkoss.bind.converter.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(String, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
-
Convert String to Temporal.
- coerceToBean(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
-
- 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
-
- coerceToUi(B, C, BindContext) - Method in interface org.zkoss.bind.Converter
-
Coerces a value to another value to load to a component
- 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, 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.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(T, Component, BindContext) - Method in class org.zkoss.bind.converter.sys.FormattedTemporalConverter
-
Convert Temporal to String.
- coerceToUi(Object, Image, BindContext) - Method in class org.zkoss.bind.converter.sys.ImageContentConverter
-
- 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
-
- 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.MapProxy
-
- ComboboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter implementation of the combobox for converting collection to ListModel and vice versa.
- ComboboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxModelConverter
-
- ComboboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- ComboboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
-
- ComboboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert combobox selected comboitem to bean and vice versa.
- ComboboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.ComboboxSelectedItemConverter
-
- Command - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a Command method.
- 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_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
-
- 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
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- 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.MapProxy
-
- containsValue(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- 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
-
- 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 - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND annotation, the system converter for special properties.
- Converter<U,B,C extends org.zkoss.zk.ui.Component> - Interface in org.zkoss.bind
-
Generic binding conversion interface.
- 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.
- 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
-
- get(String) - Static method in class org.zkoss.bind.impl.SystemConverters
-
- get(String) - Static method in class org.zkoss.bind.impl.SystemValidators
-
- get(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- get(int) - Method in class org.zkoss.bind.proxy.ListProxy
-
- get(Object) - Method in class org.zkoss.bind.proxy.MapProxy
-
- getAccessFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for Form access purpose.
- getAllTrackerNodes() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- 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 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(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getAssociates() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associate nodes of this node.
- getAssociates(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all associated components from the given key, if any.
- getAssociates() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- 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(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
-
- getAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- 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(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
-
- getBinder(Component, boolean) - Static method in class org.zkoss.bind.impl.BinderUtil
-
- 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.
- 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(Component) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associated Bindings.
- getBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- 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(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
-
- 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.
- 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 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(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
-
- getDependents() - 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
-
- getDynamicAttrs() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- getEach() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- 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
-
- 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(ExpressionX) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
-
- getExpressionString() - Method in class org.zkoss.bind.impl.PropertyExpression
-
- 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(Component, 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 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(Component, 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 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(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getFormBean() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the implicit form associated with this form binding.
- 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
-
- getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Thread safe method to get the factory instance
- getKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of component and a special key
- getKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of a special key
- getLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Returns all bindings that associated with the specified property.
- getLoadBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated LoadBindings except ReferenceBindings.
- getLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getLoadBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- 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(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component and special attribute
- getMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component
- getMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get all validation messages
- 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(BindContext) - Static method in class org.zkoss.bind.impl.AbstractBindingHandler
-
- 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.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
- 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.MapProxy
-
- 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.
- getOriginObject() - Method in interface org.zkoss.bind.proxy.ViewModelProxyObject
-
- getOverrideAnnotation(ComponentCtrl, String, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
-
- getParent() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getPhaseListener() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getPhaseListener() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- getPhaseListeners() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getPhaseListeners() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- 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(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getProperties(Object) - 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(String) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by the property name.
- getProperties(Object) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by a base object.
- 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.
- getResetByteValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default byte value.
- getResetCharValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default char value.
- getResetDoubleValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default double value.
- 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.
- getResetIntValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default int value.
- getResetLongValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default long value.
- 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.
- 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.
- getSelf() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
- 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
-
- 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.impl.BindContextImpl
-
- getType(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getType(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- getType(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result type of the specified expression.
- 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(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
-
- 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
-
- 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
-
- 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
-
- getValidator() - Static method in class org.zkoss.bind.validator.BeanValidations
-
- getValidator() - Method in class org.zkoss.bind.validator.BeanValidator
-
- 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 pairs map for validator.
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValue(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.IndirectBinding
-
- getValue() - Method in class org.zkoss.bind.impl.PropertyImpl
-
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- 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 interface org.zkoss.bind.sys.BindEvaluatorX
-
Sets the specified value to the property resolved from the specified expression.
- getValue(BindELContext) - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Returns the referenced value.
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- getValue(ELContext, Object, int) - Method in interface org.zkoss.bind.xel.zel.ValidationMessagesELResolver.ValueResolver
-
- getValueReference(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getValueReference(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- getValueReference(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result reference of the specified expression.
- 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(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_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
-
- GridModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter implementation of the grid for converting collection to ListModel and vice versa.
- GridModelConverter() - Constructor for class org.zkoss.bind.converter.sys.GridModelConverter
-
- ParamCall - Class in org.zkoss.bind.impl
-
- 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, Exception) - Constructor for exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
-
- ParameterNamesNotFoundException(String) - 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(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(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 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.
- 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
-
- 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 ProxyObject for 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(K, V) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- 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
-
- put(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
-
- 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.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.
- 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_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- SAVE_BASE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- SAVE_EVENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND annotation, the save trigger event; meaningful only when ACCESS is "both" or "save".
- SAVE_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND annotation, the save replacement ; e.g.
- 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
-
- 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
-
- 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
-
- ScopeParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- SelectboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter implementation of the selectbox for converting collection to ListModel and vice versa.
- SelectboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxModelConverter
-
- SelectboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- SelectboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
-
- SelectboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert listbox selected listitem to bean and vice versa.
- SelectboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
-
- 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
-
- set(String, Converter) - Static method in class org.zkoss.bind.impl.SystemConverters
-
- set(String, Validator) - Static method in class org.zkoss.bind.impl.SystemValidators
-
- set(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
-
- 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(BindContext, Object, Object) - Method in class org.zkoss.bind.impl.BindingImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- 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.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.MapProxy
-
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- 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[], Object) - 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 interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- setOnDataChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- setOnDirtyChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- 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.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
-
- setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- 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
-
- 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
-
- setValidatorArgs(Binder, Component, BindContext, SavePropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setValidatorArgs(Binder, Component, BindContext, SaveFormBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setValue(BindContext, Component, ExpressionX, Object) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.IndirectBinding
-
- setValue(XelContext, Object) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- 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 interface org.zkoss.bind.sys.ReferenceBinding
-
Sets the value to referenced object
- 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
-
- 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
-
- 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.MapProxy
-
- size() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
-
- SmartNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Sort the violations, make multiple violation order more predictable.
- 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.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.MapProxy
-
- 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
-