| Package | Description |
|---|---|
| org.zkoss.zkplus.databind |
The DataBinder used for binding ZK UI component and the backend data bean.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
BindingSaveEvent.getBinding()
Deprecated.
Gets the associate binding of this event.
|
Binding |
DataBinder.getBinding(org.zkoss.zk.ui.Component comp,
String attr)
Deprecated.
Given component and attr, return the associated
Binding. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding> |
DataBinder.getAllBindings()
Deprecated.
Return all Bindings covered by this DataBinder
|
List<Binding> |
BindingValidateEvent.getBindings()
Deprecated.
Gets the list of the associate bindings of this event (
Binding). |
Collection<Binding> |
DataBinder.getBindings(org.zkoss.zk.ui.Component comp)
Deprecated.
Given component, return the associated list of
Bindings. |
| Constructor and Description |
|---|
BindingSaveEvent(String name,
org.zkoss.zk.ui.Component target,
org.zkoss.zk.ui.Component reference,
Binding binding,
Object value)
Deprecated.
Constructs a binding-relevant event.
|
| Constructor and Description |
|---|
BindingValidateEvent(String name,
org.zkoss.zk.ui.Component target,
List<org.zkoss.zk.ui.Component> references,
List<Binding> bindings,
List<Object> values)
Deprecated.
Constructs a binding-relevant event.
|
Copyright © 2015. All rights reserved.