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

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

The newest version!
package eu.future.earth.gwt.client.date;

import com.google.gwt.i18n.client.Constants;

public interface DateTexts extends Constants {

	String week();

	String today();

	String month();

	String list();

	String day();

	String weekList();

	String dayList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy