-
public class CalendarView.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerCLASSICprivate final IntegerONE_DAY_PICKERprivate final IntegerMANY_DAYS_PICKERprivate final IntegerRANGE_PICKERpublic final static CalendarView.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCLASSIC()final IntegergetONE_DAY_PICKER()final IntegergetMANY_DAYS_PICKER()final IntegergetRANGE_PICKER()-
-
Method Detail
-
getCLASSIC
final Integer getCLASSIC()
-
getONE_DAY_PICKER
final Integer getONE_DAY_PICKER()
-
getMANY_DAYS_PICKER
final Integer getMANY_DAYS_PICKER()
-
getRANGE_PICKER
final Integer getRANGE_PICKER()
-
-
-
-