- Constructor for class org.zkoss.bind.validator.
- call(Object, Method) - Method in class org.zkoss.bind.impl.ParamCall
-
- capitalize(String, String) - Static method in class org.zkoss.bind.proxy.BeanProxyHandler
-
- 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
-
- 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(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(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
-
- 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
-
- 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. 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.
- 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.
- 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).
- getAssociates() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associate nodes of this node.
- getAssociates() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- 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
-
- 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
-
- 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.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
-
- 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.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
-
- 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.
- 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
-
- getFilterSignature(Class) - Static method in class javassist.util.proxy.ProxyFactoryX
-
- 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
- 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
-
- 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
- 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
- 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
-
- 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
- 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
-
- getOverrideAnnotation(ComponentCtrl, String, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
-
- 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.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, script 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
-
- getRenderedIndex(Component, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- getRenderedIndex(Component, int) - Method in class org.zkoss.bind.impl.BindChildRenderer
-
- 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
- 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
-
- 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
- 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.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() - 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.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
-
- 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
-
- 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(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
- 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
-
- ProxyFactoryX - Class in javassist.util.proxy
-
A ProxyFactory helper class to fix javassist SerializedProxy issue on JDK8
- ProxyFactoryX() - Constructor for class javassist.util.proxy.ProxyFactoryX
-
- 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
-
- 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
-
- 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. selecteItem of selectbox, it save the value selectedIndex (via converter) to bean
- SaveBinding - Interface in org.zkoss.bind.sys
-
Binding for saving.
- SaveFormBinding - Interface in org.zkoss.bind.sys
-
Binding for saving a form.
- SaveFormBindingImpl - Class in org.zkoss.bind.impl
-
- 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
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
-
- SerializedProxyX - Class in javassist.util.proxy
-
A SerializedProxy helper class to fix javassist SerializedProxy issue on JDK8
- SerializedProxyX(Class, byte[], MethodHandler) - Constructor for class javassist.util.proxy.SerializedProxyX
-
- 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
-
- 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
-
- 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[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- 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
-
- 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(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.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
-
- 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
-