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

org.zkoss.bind.impl.TemplateRendererCtrl Maven / Gradle / Ivy

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

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

Copyright (C) 2011 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.bind.impl;

/**
 * provide extra control for a renderer that evaluates dynamic template
 * @author dennis
 * @since 6.0.0
 */
/*package*/ interface TemplateRendererCtrl {

	/**
	 * the attribute name to get a template
	 */
	public void setAttributeName(String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy