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

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

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

	Purpose:
		
	Description:
		
	History:
		Aug 1, 2011 2:38:05 PM, Created by henrichen

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

package org.zkoss.bind.sys;

/**
 * PropertyBinding for save from component attribute into backing bean property.
 * @author henrichen
 * @since 6.0.0
 */
public interface SavePropertyBinding extends PropertyBinding, SaveBinding {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy