Uses of Interface
org.zkoss.bind.sys.LoadPropertyBinding
-
Packages that use LoadPropertyBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys -
-
Uses of LoadPropertyBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement LoadPropertyBinding Modifier and Type Class Description class
InitPropertyBindingImpl
Implementation ofInitPropertyBinding
.class
LoadPropertyBindingImpl
Implementation ofLoadPropertyBinding
.Methods in org.zkoss.bind.impl that return LoadPropertyBinding Modifier and Type Method Description protected LoadPropertyBinding
BinderImpl. newLoadPropertyBinding(Component comp, java.lang.String attr, java.lang.String loadAttr, java.lang.Class<?> attrType, 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 LoadPropertyBinding in org.zkoss.bind.sys
Subinterfaces of LoadPropertyBinding in org.zkoss.bind.sys Modifier and Type Interface Description interface
InitPropertyBinding
PropertyBinding for init-loading into component attribute from backing bean property.
-