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

org.wicketstuff.egrid.component.IItemRefreashable Maven / Gradle / Ivy

The newest version!
package org.wicketstuff.egrid.component;

import org.apache.wicket.markup.repeater.Item;
/**
 * 
 * @author Nadeem Mohammad
 *
 */
public interface IItemRefreashable
{	
	void refreash(Item item);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy