| Modifier and Type | Method and Description |
|---|---|
static CalendarPicker<PlainDate> |
CalendarPicker.gregorian(Locale locale,
Supplier<PlainDate> todaySupplier)
Creates a new
CalendarPicker for the gregorian calendar system. |
static CalendarPicker<PlainDate> |
CalendarPicker.gregorianWithSystemDefaults()
Creates a new
CalendarPicker for the gregorian calendar system using system defaults
for the locale and the current local time. |
static CalendarPicker<HijriCalendar> |
CalendarPicker.hijri(VariantSource variantSource,
Locale locale,
Supplier<HijriCalendar> todaySupplier)
Creates a new
CalendarPicker for the islamic calendar. |
static CalendarPicker<HijriCalendar> |
CalendarPicker.hijriWithSystemDefaults(VariantSource variantSource)
Creates a new
CalendarPicker for the islamic calendar using system defaults
for the locale and the current local time. |
static CalendarPicker<MinguoCalendar> |
CalendarPicker.minguo(Locale locale,
Supplier<MinguoCalendar> todaySupplier)
Creates a new
CalendarPicker for the calendar system used in Taiwan. |
static CalendarPicker<MinguoCalendar> |
CalendarPicker.minguoWithSystemDefaults()
Creates a new
CalendarPicker for the calendar system of Taiwan using system defaults
for the locale and the current local time. |
static CalendarPicker<PersianCalendar> |
CalendarPicker.persian(Locale locale,
Supplier<PersianCalendar> todaySupplier)
Creates a new
CalendarPicker for the persian calendar system (jalali). |
static CalendarPicker<PersianCalendar> |
CalendarPicker.persianWithSystemDefaults()
Creates a new
CalendarPicker for the persian calendar system using system defaults
for the locale and the current local time. |
static CalendarPicker<ThaiSolarCalendar> |
CalendarPicker.thai(Locale locale,
Supplier<ThaiSolarCalendar> todaySupplier)
Creates a new
CalendarPicker for the buddhist calendar system used in Thailand. |
static CalendarPicker<ThaiSolarCalendar> |
CalendarPicker.thaiWithSystemDefaults()
Creates a new
CalendarPicker for the buddhist calendar system in Thailand using system defaults
for the locale and the current local time. |
Copyright © 2014–2016. All rights reserved.