|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding | |
|---|---|
| org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
| Uses of Binding in org.zkoss.zkplus.databind |
|---|
| Methods in org.zkoss.zkplus.databind that return Binding | |
|---|---|
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. |
| Methods in org.zkoss.zkplus.databind that return types with arguments of type Binding | |
|---|---|
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 Bindings. |
| Constructors in org.zkoss.zkplus.databind with parameters of type Binding | |
|---|---|
BindingSaveEvent(java.lang.String name,
Component target,
Component reference,
Binding binding,
java.lang.Object value)
Deprecated. Constructs a binding-relevant event. |
|
| Constructor parameters in org.zkoss.zkplus.databind with type arguments of type Binding | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||