|
||||||||||
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()
Gets the associate binding of this event. |
Binding |
DataBinder.getBinding(Component comp,
java.lang.String attr)
Given component and attr, return the associated Binding . |
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)
Constructs a binding-relevant event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |