Package org.zkoss.bind.sys
Interface InitPropertyBinding
-
- All Superinterfaces:
Binding
,LoadBinding
,LoadPropertyBinding
,PropertyBinding
- All Known Implementing Classes:
InitPropertyBindingImpl
public interface InitPropertyBinding extends LoadPropertyBinding
PropertyBinding for init-loading into component attribute from 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.LoadBinding
load
-
Methods inherited from interface org.zkoss.bind.sys.PropertyBinding
getCommandName, getConditionType, getConverter, getConverterArgs, getFieldName, getProperty, getPropertyString
-
-