|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaveBinding | |
---|---|
org.zkoss.bind.impl | Core Implementation for ZK Bind |
org.zkoss.bind.sys | System level classes for ZK Bind |
Uses of SaveBinding in org.zkoss.bind.impl |
---|
Classes in org.zkoss.bind.impl that implement SaveBinding | |
---|---|
class |
SaveFormBindingImpl
Implementation of SaveFormBinding . |
class |
SavePropertyBindingImpl
Implementation of SavePropertyBinding . |
Methods in org.zkoss.bind.impl that return types with arguments of type SaveBinding | |
---|---|
java.util.Set<SaveBinding> |
BinderImpl.getFormAssociatedSaveBindings(Component comp)
|
Methods in org.zkoss.bind.impl with parameters of type SaveBinding | |
---|---|
void |
BinderImpl.addFormAssociatedSaveBinding(Component associatedComp,
java.lang.String formId,
SaveBinding saveBinding,
java.lang.String fieldName)
|
Uses of SaveBinding in org.zkoss.bind.sys |
---|
Subinterfaces of SaveBinding in org.zkoss.bind.sys | |
---|---|
interface |
SaveFormBinding
Binding for saving a form. |
interface |
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property. |
Methods in org.zkoss.bind.sys that return types with arguments of type SaveBinding | |
---|---|
java.util.Set<SaveBinding> |
BinderCtrl.getFormAssociatedSaveBindings(Component formComp)
Get associated save bindings of a form in a component |
Methods in org.zkoss.bind.sys with parameters of type SaveBinding | |
---|---|
void |
BinderCtrl.addFormAssociatedSaveBinding(Component associatedComp,
java.lang.String formId,
SaveBinding saveBinding,
java.lang.String fieldName)
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |