Uses of Interface
org.zkoss.bind.sys.SaveBinding
-
Packages that use SaveBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys -
-
Uses of SaveBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement SaveBinding Modifier and Type Class Description classSaveFormBindingImplImplementation ofSaveFormBinding.classSavePropertyBindingImplImplementation 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(org.zkoss.zk.ui.Component comp)Methods in org.zkoss.bind.impl with parameters of type SaveBinding Modifier and Type Method Description voidBinderImpl. addFormAssociatedSaveBinding(org.zkoss.zk.ui.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 interfaceSaveFormBindingBinding for saving a form.interfaceSavePropertyBindingPropertyBinding 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(org.zkoss.zk.ui.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 voidBinderCtrl. addFormAssociatedSaveBinding(org.zkoss.zk.ui.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
-