All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.bind.sys.LoadBinding Maven / Gradle / Ivy

There is a newer version: 10.0.0-jakarta
Show newest version
/* LoadBinding.java

	Purpose:
		
	Description:
		
	History:
		Aug 26, 2011 3:46:32 PM, Created by henrichen

Copyright (C) 2011 Potix Corporation. All Rights Reserved.
*/

package org.zkoss.bind.sys;

import org.zkoss.bind.BindContext;

/**
 * Binding for loading.
 * @author henrichen
 * @since 6.0.0
 */
public interface LoadBinding extends Binding {

	/**
	 * Load data into the source attribute from the target property.
	 * @param ctx the binding runtime context 
	 */
	public void load(BindContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy