geoportal-data-entry-app/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ConstantsGeoPortalDataEntry...

24 lines
715 B
Java
Raw Normal View History

2020-10-19 17:53:16 +02:00
package org.gcube.portlets.user.geoportaldataentry.client;
import org.gcube.portlets.widgets.mpformbuilder.client.ConstantsMPFormBuilder;
public class ConstantsGeoPortalDataEntryApp {
public static final String DATE_FORMAT = ConstantsMPFormBuilder.DATE_FORMAT;
2021-08-05 11:21:39 +02:00
2020-10-19 17:53:16 +02:00
public static final String TIME_FORMAT = ConstantsMPFormBuilder.TIME_FORMAT;
2021-08-05 11:21:39 +02:00
2020-10-20 15:25:26 +02:00
public static final String HOURS_MINUTES_SEPARATOR = ConstantsMPFormBuilder.HOURS_MINUTES_SEPARATOR;
2021-08-05 11:21:39 +02:00
public static final String ERROR_ON_INIZIALITAION_STAGE_PLEASE_CONTACT_THE_SUPPORT = "Error on inizialization stage, please contact the support!";
2021-08-05 11:21:39 +02:00
2021-08-04 17:11:46 +02:00
public enum RECORD_TYPE {
CONCESSIONE
}
2021-08-05 11:21:39 +02:00
public enum ACTION_ON_ITEM {
SHOW_ON_MAP, SHOW_METADATA, REMOVE
}
2020-10-19 17:53:16 +02:00
}