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(Component comp,
java.lang.String attr)
Deprecated.
Given component and attr, return the associated
Binding . |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Binding> |
DataBinder.getAllBindings()
Deprecated.
Return all Bindings covered by this DataBinder
|
java.util.List<Binding> |
BindingValidateEvent.getBindings()
Deprecated.
Gets the list of the associate bindings of this event (
Binding ). |
java.util.Collection<Binding> |
DataBinder.getBindings(Component comp)
Deprecated.
Given component, return the associated list of
Binding s. |
Constructor and Description |
---|
BindingSaveEvent(java.lang.String name,
Component target,
Component reference,
Binding binding,
java.lang.Object value)
Deprecated.
Constructs a binding-relevant event.
|
Constructor and Description |
---|
BindingValidateEvent(java.lang.String name,
Component target,
java.util.List<Component> references,
java.util.List<Binding> bindings,
java.util.List<java.lang.Object> values)
Deprecated.
Constructs a binding-relevant event.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.