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

com.googlecode.wicketslides.SlideshowImage Maven / Gradle / Ivy

Go to download

wicket adaptor for Smoothgallery javascript slideshow library based on Mootools 1.2

The newest version!
package com.googlecode.wicketslides;

public interface SlideshowImage {

	String getLow();

	String getHigh();

	String getThumb();

	String getTitle();

	String getDescription();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy