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

eu.future.earth.gwt.client.date.HorizontalDateCalculatorRenderer Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package eu.future.earth.gwt.client.date;

public interface HorizontalDateCalculatorRenderer {

	int getStartHour();

	int getEndHour();

	int getIntervalsPerHour();

	boolean showIntervalTimes();

	boolean show24HourClock();

	int getIntervalWidth();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy