Class Utils
- java.lang.Object
-
- org.gcube.portets.user.message_conversations.client.Utils
-
public class Utils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.i18n.client.DateTimeFormatfmCurrentYearstatic com.google.gwt.i18n.client.DateTimeFormatfmPastYearsstatic StringID_MODALBOOTSTRAP
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFormatteDate(Date date)static gwt.material.design.client.constants.ColorgetRandomColor()static StringgetServiceEntryPoint()static booleanisMobile()
-
-
-
Field Detail
-
fmCurrentYear
public static com.google.gwt.i18n.client.DateTimeFormat fmCurrentYear
-
fmPastYears
public static com.google.gwt.i18n.client.DateTimeFormat fmPastYears
-
ID_MODALBOOTSTRAP
public static String ID_MODALBOOTSTRAP
-
-