Uses of Interface
org.zkoss.bind.sys.LoadChildrenBinding
-
Packages that use LoadChildrenBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys -
-
Uses of LoadChildrenBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement LoadChildrenBinding Modifier and Type Class Description class
InitChildrenBindingImpl
Implementation ofInitChildrenBinding
.class
LoadChildrenBindingImpl
Implementation ofLoadChildrenBinding
.Methods in org.zkoss.bind.impl that return LoadChildrenBinding Modifier and Type Method Description protected LoadChildrenBinding
BinderImpl. newLoadChildrenBinding(Component comp, java.lang.String loadExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.Object> converterArgs)
Make this extenable. -
Uses of LoadChildrenBinding in org.zkoss.bind.sys
Subinterfaces of LoadChildrenBinding in org.zkoss.bind.sys Modifier and Type Interface Description interface
InitChildrenBinding
ChildrenBinding for init-loading into children component from backing bean property.
-