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

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

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

	Purpose:
		
	Description:
		
	History:
		2012/1/2 Created by Dennis Chen

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

package org.zkoss.bind.sys;

/**
 * ChildrenBinding for loading children of component from backing bean property.
 * @author dennis
 * @since 6.0.0
 */
public interface LoadChildrenBinding extends ChildrenBinding, LoadBinding {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy