Package org.zkoss.bind.sys
Interface LoadFormBinding
-
- All Superinterfaces:
Binding
,FormBinding
,LoadBinding
- All Known Subinterfaces:
InitFormBinding
- All Known Implementing Classes:
InitFormBindingImpl
,LoadFormBindingImpl
public interface LoadFormBinding extends FormBinding, LoadBinding
Binding for load a form.- 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.FormBinding
getCommandName, getConditionType, getFieldExpression, getFormBean, getFormExpression, getFormId, getPropertyString
-
Methods inherited from interface org.zkoss.bind.sys.LoadBinding
load
-
-