Package org.zkoss.bind.sys
Interface LoadChildrenBinding
-
- All Superinterfaces:
Binding
,ChildrenBinding
,LoadBinding
- All Known Subinterfaces:
InitChildrenBinding
- All Known Implementing Classes:
InitChildrenBindingImpl
,LoadChildrenBindingImpl
public interface LoadChildrenBinding extends ChildrenBinding, LoadBinding
ChildrenBinding for loading children of component from backing bean property.- Since:
- 6.0.0
- Author:
- dennis
-
-
Method Summary
-
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
-
Methods inherited from interface org.zkoss.bind.sys.ChildrenBinding
getCommandName, getConditionType, getPropertyString
-
Methods inherited from interface org.zkoss.bind.sys.LoadBinding
load
-
-