Package org.zkoss.bind.sys
Interface SavePropertyBinding
-
- All Superinterfaces:
Binding
,PropertyBinding
,SaveBinding
- All Known Implementing Classes:
ClientSavePropertyBindingImpl
,SavePropertyBindingImpl
public interface SavePropertyBinding extends PropertyBinding, SaveBinding
PropertyBinding for save from component attribute into backing bean property.- Since:
- 6.0.0
- Author:
- henrichen
-
-
Method Summary
-
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
-
Methods inherited from interface org.zkoss.bind.sys.PropertyBinding
getCommandName, getConditionType, getConverter, getConverterArgs, getFieldName, getProperty, getPropertyString
-
Methods inherited from interface org.zkoss.bind.sys.SaveBinding
getValidate, getValidator, getValidatorArgs, hasValidator, save, validate
-
-