Uses of Class
com.vaadin.client.LocaleNotLoadedException
-
Packages that use LocaleNotLoadedException Package Description com.vaadin.client -
-
Uses of LocaleNotLoadedException in com.vaadin.client
Methods in com.vaadin.client that throw LocaleNotLoadedException Modifier and Type Method Description static String[]
LocaleService. getAmPmStrings(String locale)
static String
LocaleService. getClockDelimiter(String locale)
static String
LocaleService. getDateFormat(String locale)
static String[]
LocaleService. getDayNames(String locale)
static int
LocaleService. getFirstDayOfWeek(String locale)
static String[]
LocaleService. getMonthNames(String locale)
static String[]
LocaleService. getShortDayNames(String locale)
static String[]
LocaleService. getShortMonthNames(String locale)
static boolean
LocaleService. isTwelveHourClock(String locale)
void
DateTimeService. setLocale(String locale)
Constructors in com.vaadin.client that throw LocaleNotLoadedException Constructor Description DateTimeService(String locale)
Creates a new date time service with a given locale.
-