| Interface | Description |
|---|---|
| ImplicitObjectContributor |
to contribute implicit object
|
| ParamCall.ParamResolver<T> | |
| ReferenceBindingHandler |
to handle reference binding
|
| Class | Description |
|---|---|
| AbstractAnnotatedMethodInvoker<T extends Annotation> |
To help calling a ViewModel annotated method with binding arguments.
|
| AbstractBindingHandler |
to help implement BinderImpl
|
| AbstractForEachStatus |
The Class AbstractForEachStatus.
|
| AbstractRenderer |
to handle the common task of resolver a template of a renderer
|
| AccessInfo |
Represent an load/save binding expression
|
| AllocUtil |
For ZK-2289, Memory allocation utility.
|
| AnnotateBinderHelper |
Helper class to parse binding annotations and create bindings.
|
| AnnotationUtil |
An internal utility to help processing component annotation, for internal using only.
|
| BindChildRenderer |
to renderer children of component
|
| BindComboitemRenderer |
comboitem renderer for binding.
|
| BindContextImpl |
Implementation of
BindContext. |
| BindContextUtil |
to help handling BindContext, internal use only,
|
| BinderImpl |
Implementation of Binder.
|
| BinderPropertiesRenderer |
A BinderPropertiesRenderer is used to add extra properties for client widget.
|
| BinderUtil | |
| BinderUtil.UtilContext | |
| BindEvaluatorXImpl |
A simple implementation of
BindEvaluatorX. |
| BindEvaluatorXUtil |
an internal utility to help doing evaluation.
|
| BindingImpl |
Base implementation for implementing a
Binding |
| BindingKey | |
| BindListitemRenderer |
Listitem renderer for binding.
|
| BindRadioRenderer |
radio renderer for binding.
|
| BindRowRenderer |
Row renderer for binding.
|
| BindSelectboxRenderer |
selectbox renderer.
|
| BindTabboxRenderer | |
| BindTreeitemRenderer |
Treeitem renderer for binding.
|
| ChildrenBindingImpl |
A base implementation of
ChildrenBinding. |
| ChildrenBindingListDataListener |
listen the model data onChange event (support list model in children binding)
|
| ChildrenBindingListModelDataEvent |
serializable event in children binding (support list model in children binding)
|
| ClientBinderCommandParser |
A client binder command parser for @command and @global-command
|
| ClientBinderPhaseListener |
A client command binding phase listener.
|
| CommandBindingImpl |
Implementation of CommandBinding.
|
| FormBindingImpl |
Base implementation of
FormBinding. |
| FormImpl | Deprecated
As of release 9.5.0, please use
Form |
| ImplicitObjectContributorImpl |
contribute implicit object of zkbind EL
|
| IndirectBinding |
An indirect binding, a kind of reference binding, but it won't create a sub-tracking
tree to get two way bindings, and it is used for children binding internally.
|
| InitChildrenBindingImpl |
Implementation of
InitChildrenBinding. |
| InitFormBindingImpl |
Implementation of
InitPropertyBinding. |
| InitPropertyBindingImpl |
Implementation of
InitPropertyBinding. |
| LoadChildrenBindingImpl |
Implementation of
LoadChildrenBinding. |
| LoadFormBindingImpl |
Implementation of
LoadFormBinding |
| LoadPropertyBindingImpl |
Implementation of
LoadPropertyBinding. |
| LoadTemplateBindingImpl | |
| MiscUtil |
internal use only misc util
|
| ParamCall |
To help invoke a method with
BindingParam etc.. |
| Path |
Class that holding a dot series path and process Form field name.
|
| PropertyBindingImpl |
A base implementation of
PropertyBinding. |
| PropertyExpression |
An implementation of component property expression to evaluate it with a reflection
method call instead of EL resolving.
|
| PropertyImpl |
Implementation of a property.
|
| ReferenceBindingImpl |
Implementation of
ReferenceBinding. |
| SaveFormBindingImpl |
Implementation of
SaveFormBinding. |
| SavePropertyBindingImpl |
Implementation of
SavePropertyBinding. |
| SimpleBindXelContext |
Internal use only.
|
| SystemConverters |
To keep system level converters, the built-in converters are initialized when first accessing.
|
| SystemValidators |
To keep system level validators, the built-in validators are initialized when first accessing.
|
| TemplateResolverImpl |
The resolver resolves template and handles template changes
|
| ValidationContextImpl |
the default implementation of validation context
|
| ValidationMessagesImpl |
Collection base implementation of
ValidationMessages |
| WeakIdentityMap<K,V> |
WeakIdentityMap is like WeakHashMap, except it uses a key's identity
hashcode and equals methods.
|
| WrongValuePropertyImpl |
// ZK-878 Exception if binding a form with errorMessage
To handle wrong value exception when getting a component value.
|
Core Implementation for ZK Bind
Copyright © 2020. All rights reserved.