org.zkoss.bind.sys
Interface LoadBinding

All Superinterfaces:
Binding
All Known Subinterfaces:
InitChildrenBinding, InitFormBinding, InitPropertyBinding, LoadChildrenBinding, LoadFormBinding, LoadPropertyBinding, ReferenceBinding
All Known Implementing Classes:
InitChildrenBindingImpl, InitFormBindingImpl, InitPropertyBindingImpl, LoadChildrenBindingImpl, LoadFormBindingImpl, LoadPropertyBindingImpl, ReferenceBindingImpl

public interface LoadBinding
extends Binding

Binding for loading.

Since:
6.0.0
Author:
henrichen

Method Summary
 void load(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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo