Package org.zkoss.bind.sys
Interface SaveFormBinding
-
- All Superinterfaces:
Binding
,FormBinding
,SaveBinding
- All Known Implementing Classes:
ClientSaveFormBindingImpl
,SaveFormBindingImpl
public interface SaveFormBinding extends FormBinding, SaveBinding
Binding for saving a form.- Since:
- 6.0.0
- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Property>
getValidates(BindContext ctx)
ReturnsProperty
s to be validated, includes the member field of the form-
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
-
Methods inherited from interface org.zkoss.bind.sys.FormBinding
getCommandName, getConditionType, getFieldExpression, getFormBean, getFormExpression, getFormId, getPropertyString
-
Methods inherited from interface org.zkoss.bind.sys.SaveBinding
getValidate, getValidator, getValidatorArgs, hasValidator, save, validate
-
-
-
-
Method Detail
-
getValidates
java.util.Set<Property> getValidates(BindContext ctx)
ReturnsProperty
s to be validated, includes the member field of the form- Parameters:
ctx
- the binding runtime context- Returns:
Property
to be validated.
-
-