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

ru.ydn.wicket.wicketconsole.IScriptResultRenderer Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package ru.ydn.wicket.wicketconsole;

import org.apache.wicket.Component;
import org.apache.wicket.model.IModel;

public interface IScriptResultRenderer {
	public Component render(String id, IModel data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy