Package org.zkoss.bind.sys
Interface LoadBinding
-
- All Superinterfaces:
Binding
- All Known Subinterfaces:
InitChildrenBinding,InitFormBinding,InitPropertyBinding,LoadChildrenBinding,LoadFormBinding,LoadPropertyBinding,LoadTemplateBinding,ReferenceBinding
- All Known Implementing Classes:
IndirectBinding,InitChildrenBindingImpl,InitFormBindingImpl,InitPropertyBindingImpl,LoadChildrenBindingImpl,LoadFormBindingImpl,LoadPropertyBindingImpl,LoadTemplateBindingImpl,ReferenceBindingImpl
public interface LoadBinding extends Binding
Binding for loading.- Since:
- 6.0.0
- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(BindContext ctx)Load data into the source attribute from the target property.-
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
-
-
-
-
Method Detail
-
load
void load(BindContext ctx)
Load data into the source attribute from the target property.- Parameters:
ctx- the binding runtime context
-
-