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

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

There is a newer version: 10.0.0-jakarta
Show newest version
/* InitChildrenBinding.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 init-loading into children component from backing bean property.
 * @author henrichen
 * @since 6.0.0
 */
public interface InitChildrenBinding extends LoadChildrenBinding {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy