public interface SaveFormBinding extends FormBinding, SaveBinding
Modifier and Type | Method and Description |
---|---|
java.util.Set<Property> |
getValidates(BindContext ctx)
Returns
Property s to be validated, includes the member field of the form |
getCommandName, getConditionType, getFieldExpression, getFormBean, getFormExpression, getFormId, getPropertyString
getValidate, getValidator, getValidatorArgs, hasValidator, save, validate
getArgs, getBinder, getComponent
java.util.Set<Property> getValidates(BindContext ctx)
Property
s to be validated, includes the member field of the formctx
- the binding runtime contextProperty
to be validated.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.