org.zkoss.bind.sys
Interface SaveFormBinding

All Superinterfaces:
Binding, FormBinding, SaveBinding
All Known Implementing Classes:
SaveFormBindingImpl

public interface SaveFormBinding
extends FormBinding, SaveBinding

Binding for saving a form.

Since:
6.0.0
Author:
henrichen

Method Summary
 java.util.Set<Property> getValidates(BindContext ctx)
          Returns Propertys to be validated, includes the member field of the form
 
Methods inherited from interface org.zkoss.bind.sys.FormBinding
getCommandName, getConditionType, getFormBean, getFormId, getPropertyString
 
Methods inherited from interface org.zkoss.bind.sys.SaveBinding
getValidate, getValidator, getValidatorArgs, hasValidator, save, validate
 
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
 

Method Detail

getValidates

java.util.Set<Property> getValidates(BindContext ctx)
Returns Propertys to be validated, includes the member field of the form

Parameters:
ctx - the binding runtime context
Returns:
Property to be validated.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo