Uses of Interface
org.zkoss.bind.sys.SaveBinding
-
Packages that use SaveBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.clientbind -
-
Uses of SaveBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement SaveBinding Modifier and Type Class Description class
SaveFormBindingImpl
Implementation ofSaveFormBinding
.class
SavePropertyBindingImpl
Implementation ofSavePropertyBinding
.Methods in org.zkoss.bind.impl that return types with arguments of type SaveBinding Modifier and Type Method Description java.util.Set<SaveBinding>
BinderImpl. getFormAssociatedSaveBindings(Component comp)
Methods in org.zkoss.bind.impl with parameters of type SaveBinding Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description java.util.Set<SaveBinding>
BinderCtrl. getFormAssociatedSaveBindings(Component formComp)
Get associated save bindings of a form in a componentMethods in org.zkoss.bind.sys with parameters of type SaveBinding Modifier and Type Method Description 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 -
Uses of SaveBinding in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement SaveBinding Modifier and Type Class Description class
ClientSaveFormBindingImpl
Client save form binding implementation.class
ClientSavePropertyBindingImpl
Client save property binding implementation.
-