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

org.wicketstuff.simile.timeline.ITimelineEvent Maven / Gradle / Ivy

There is a newer version: 1.5-RC5.1
Show newest version
package org.wicketstuff.simile.timeline;

import java.io.Serializable;

public interface ITimelineEvent extends Serializable {

	String getTitle();

	String getLink();

	String getStartFormatted();

	String getEndFormatted();

	boolean isDuration();

	String getColor();

	String getText();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy