| Modifier and Type | Method and Description |
|---|---|
static CalendarPicker<CopticCalendar> |
CalendarPicker.coptic(Locale locale,
Supplier<CopticCalendar> todaySupplier)
Creates a new
CalendarPicker for the coptic calendar system. |
static CalendarPicker<CopticCalendar> |
CalendarPicker.copticWithSystemDefaults()
Creates a new
CalendarPicker for the coptic calendar system using system defaults
for the locale and the current local time. |
static CalendarPicker<EthiopianCalendar> |
CalendarPicker.ethiopian(Locale locale,
Supplier<EthiopianCalendar> todaySupplier)
Creates a new
CalendarPicker for the ethiopian calendar system. |
static CalendarPicker<EthiopianCalendar> |
CalendarPicker.ethiopianWithSystemDefaults()
Creates a new
CalendarPicker for the ethiopian calendar system using system defaults
for the locale and the current local time. |
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<HebrewCalendar> |
CalendarPicker.hebrew(Locale locale,
Supplier<HebrewCalendar> todaySupplier)
Creates a new
CalendarPicker for the hebrew calendar system (jewish calendar). |
static CalendarPicker<HebrewCalendar> |
CalendarPicker.hebrewWithSystemDefaults()
Creates a new
CalendarPicker for the hebrew calendar system (jewish calendar) 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<JulianCalendar> |
CalendarPicker.julian(Locale locale,
Supplier<JulianCalendar> todaySupplier)
Creates a new
CalendarPicker for the Julian calendar system. |
static CalendarPicker<JulianCalendar> |
CalendarPicker.julianWithSystemDefaults()
Creates a new
CalendarPicker for the Julian calendar system 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–2021. All rights reserved.