Uses of Interface
org.zkoss.bind.sys.SaveFormBinding
-
Packages that use SaveFormBinding Package Description org.zkoss.bind.impl org.zkoss.clientbind -
-
Uses of SaveFormBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement SaveFormBinding Modifier and Type Class Description classSaveFormBindingImplImplementation ofSaveFormBinding.Methods in org.zkoss.bind.impl that return SaveFormBinding Modifier and Type Method Description protected SaveFormBindingBinderImpl. newSaveFormBinding(Component comp, java.lang.String formId, java.lang.String saveExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String validatorExpr, java.util.Map<java.lang.String,java.lang.Object> validatorArgs)Make this extenable.Methods in org.zkoss.bind.impl with parameters of type SaveFormBinding Modifier and Type Method Description static voidBindContextUtil. setValidatorArgs(Binder binder, Component comp, BindContext ctx, SaveFormBinding binding) -
Uses of SaveFormBinding in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement SaveFormBinding Modifier and Type Class Description classClientSaveFormBindingImplClient save form binding implementation.Methods in org.zkoss.clientbind with parameters of type SaveFormBinding Modifier and Type Method Description booleanClientBinder. doValidate(Component comp, SaveFormBinding binding, boolean isValid)
-