- Constructor for class org.zkoss.bind.validator.
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Cache save property binding by property string
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- cacheSavePropertyBinding(String, SavePropertyBinding) - Method in class org.zkoss.bind.proxy.MapProxy
-
- CachingParanamer - Class in org.zkoss.bind.paranamer
-
Implementation of Paranamer which delegate to another Paranamer implementation,
adding caching functionality to speed up usage.
- CachingParanamer(Paranamer) - Constructor for class org.zkoss.bind.paranamer.CachingParanamer
-
Specify a Paranamer instance to delegates to.
- CachingParanamer.WithoutWeakReferences - Class in org.zkoss.bind.paranamer
-
This implementation has a better concurrent design (ConcurrentHashMap) which
has a better strategy to implement concurrency: segments instead of synchronized.
- call(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.ListModelListProxy
-
- clear() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- clear() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- clear() - Method in class org.zkoss.bind.proxy.MapProxy
-
- clearAllMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- clearAllMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
clear all validation message
- clearKeyMessages(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
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- clearSelection() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- clearValidationMessages(Binder, Component, String) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
-
- CLIENT_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- CLIENT_UPLOAD_INFO - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- ClientBinderCommandParser - Class in org.zkoss.bind.impl
-
A client binder command parser for @command and @global-command
- ClientBinderCommandParser() - Constructor for class org.zkoss.bind.impl.ClientBinderCommandParser
-
- ClientBinderPhaseListener - Class in org.zkoss.bind.impl
-
A client command binding phase listener.
- ClientBinderPhaseListener() - Constructor for class org.zkoss.bind.impl.ClientBinderPhaseListener
-
- clone() - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- clone() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- clone() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- clone() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- clone() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- coerceToBean(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.ListModelArrayProxy
-
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- collectCachedSavePropertyBinding() - Method in class org.zkoss.bind.proxy.MapProxy
-
- ComboboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
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
-
- contains(Object) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- contains(Object) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- containsAll(Collection<?>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- containsAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
-
- containsKey(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- containsKey(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- containsKey(Object) - Method in class org.zkoss.bind.proxy.MapProxy
-
- containsValue(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- containsValue(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- containsValue(Object) - Method in class org.zkoss.bind.proxy.MapProxy
-
- ContextParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- ContextType - Enum in org.zkoss.bind.annotation
-
- 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. e.g.
- 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.
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- createProxyObject(T) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- createViewModelProxyIfEnabled(Object) - Method in class org.zkoss.bind.AnnotateBinder
-
Internal use only
- CURRENT_INDEX_RESOLVER_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
-
- 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.ListModelArrayProxy
-
- get(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- get(Object) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- 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.
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getActivePage() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getAllTrackerNodes() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getAnnotation(Method, Class<T>) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
-
- getAnnotation(Class, Class<T>) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
-
- getAnnotation(Method, Class<T>) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get the specific annotation from the method
- getAnnotation(Class, Class<T>) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get the specific annotation from the class
- getAnnotation(Method, Class<T>) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get the specific annotation from the method
- getAnnotation(Class, Class<T>) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get the specific annotation from the class
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
-
- getArgs() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global-command args.
- getArgs() - Method in class org.zkoss.bind.impl.BindingImpl
-
- getArgs() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Null is returned by default.
- getArgs() - Method in interface org.zkoss.bind.sys.Binding
-
Returns an argument <tags, object> pairs map(read only).
- getAssociate(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getAssociate(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first associated component from the given key, if any.
- getAssociates(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
-
- getCache() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getCause() - Method in exception org.zkoss.bind.paranamer.ParameterNamesNotFoundException
-
- getCommand() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global command name
- getCommand() - Method in class org.zkoss.bind.impl.CommandBindingImpl
-
- getCommand() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getCommand() - Method in interface org.zkoss.bind.ValidationContext
-
get the command that trigger the validation
- getCommandArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns command arg value of the given key in this Bind Context.
- getCommandArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandName() - Method in interface org.zkoss.bind.BindContext
-
Returns associated command name of this Bind Context; null if not involved.
- getCommandName() - Method in class org.zkoss.bind.impl.AccessInfo
-
- getCommandName() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getCommandName() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the associated command name of this binding; null if not speicified.
- getCommandString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
-
- getCommandString() - Method in interface org.zkoss.bind.sys.CommandBinding
-
Returns the command expression in string.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.FormELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- getComponent() - Method in interface org.zkoss.bind.BindContext
-
Returns the associated component context.
- getComponent() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getComponent() - Method in class org.zkoss.bind.impl.BindingImpl
-
- getComponent() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getComponent() - Method in interface org.zkoss.bind.sys.Binding
-
Returns the associated component of this binding.
- getComponent() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the component of this info
- getComponent() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
-
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxModelConverter
-
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
-
- getComponentModel(Grid) - Method in class org.zkoss.bind.converter.sys.GridModelConverter
-
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
-
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
-
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupModelConverter
-
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
-
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxModelConverter
-
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
-
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxModelConverter
-
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
-
- getConditionType() - Method in class org.zkoss.bind.impl.AccessInfo
-
- getConditionType() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getConditionType() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getConditionType() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getConditionType() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the condition type of this binding
- getContext() - Static method in class org.zkoss.bind.impl.BinderUtil
-
- getConverter(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 <tags, object> pairs map for converter.
- getCount() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getCurrentLocation() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- getCurrentLocationMessage() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- getData() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Returns the data
- getDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns the associated TrackerNode of the associated field script of this tracker node.
- getDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all dependent nodes of this node.
- getDependents(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
-
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getElementAt(int) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
-
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getEvaluatorX() - Method in interface org.zkoss.bind.Binder
-
- 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
-
- getInnerArray() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getInnerList() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getInnerMap() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getInnerSet() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Thread safe method to get the factory instance
- getKeyMessages(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
- getOriginalMethod(Object, Method) - Method in class org.zkoss.bind.impl.DefaultViewModelAnnotationResolver
-
- getOriginalMethod(Object, Method) - Static method in class org.zkoss.bind.init.ViewModelAnnotationResolvers
-
Get original method (if proxied)
- getOriginalMethod(Object, Method) - Method in interface org.zkoss.bind.ViewModelAnnotationResolver
-
Get original method (if proxied)
- getOriginClass() - Method in interface org.zkoss.bind.proxy.ViewModelProxyObject
-
- getOriginObject() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- getOriginObject() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Returns the origin object.
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getOriginObject() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getOriginObject() - Method in class org.zkoss.bind.proxy.MapProxy
-
- getOriginObject(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
-
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getPageCount() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getPageSize() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getParent() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getPhaseListener() - Method in class org.zkoss.bind.impl.BinderImpl
-
- 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. i.e. false
- getResetByteValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default byte value. i.e. 0
- getResetCharValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default char value. i.e
- getResetDoubleValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default double value. i.e. 0.0d
- getResetEmptyStringValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the empty string.
- getResetFloatValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default float value. i.e. 0.0f
- getResetIntValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default int value. i.e. 0
- getResetLongValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default long value. i.e. 0L
- getResetNullValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the null value
- getResetShortValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default short value. i.e. 0
- getSaveFieldNames() - Method in interface org.zkoss.bind.FormLegacyExt
-
Deprecated.
Returns all those field name that this Form bean is care about for saving value into the real bean.
- getSaveFieldNames() - Method in class org.zkoss.bind.impl.FormImpl
-
Deprecated.
- getSaveFormFieldNames(Form) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getSaveFormFieldNames(Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns all field names for saving with the given Form.
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getSelection() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getSelectionControl() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getSelf() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
- getSize() - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getSize() - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getSize() - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getSize() - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelArrayProxy
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelListProxy
-
- getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.bind.proxy.ListModelMapProxy
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.bind.proxy.ListModelSetProxy
-
- 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.GlobalCommandEvent
-
Gets the trigger event.
- 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 <tags, object> pairs map for validator.
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValue(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
-
- GlobalCommandEvent(Component, String, Map<String, Object>, Event) - 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.ListModelMapProxy
-
- put(K, V) - Method in class org.zkoss.bind.proxy.MapProxy
-
- put(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- 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.ListModelMapProxy
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.bind.proxy.MapProxy
-
- putContext(Class, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- putEssential(JSONObject, String, Object) - Static method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- putLinkedHashMap(Map<K, V>, K, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Put key, value into the specified LinkedHashMap.
- putMap(Map<K, V>, K, V) - Method in class org.zkoss.bind.impl.AllocUtil
-
Put key, value into the specified map.