ComposeDialogs
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDialogs
date
/
com.michaelflisar.composedialogs.dialogs.date
/
DialogDate
/
Setup
Setup
@
Immutable
class
Setup
see
DialogDateDefaults.setup
Members
Properties
button
Today
Link copied to clipboard
val
buttonToday
:
@
Composable
(
enabled
:
Boolean
,
onClick
:
(
)
->
Unit
)
->
Unit
?
date
Cell
Height
Link copied to clipboard
val
dateCellHeight
:
Dp
first
Day
Of
Week
Link copied to clipboard
val
firstDayOfWeek
:
DayOfWeek
formatter
Month
Selector
List
Link copied to clipboard
val
formatterMonthSelectorList
:
(
month
:
Month
)
->
String
formatter
Selected
Date
Link copied to clipboard
val
formatterSelectedDate
:
(
date
:
LocalDate
)
->
String
formatter
Selected
Month
Link copied to clipboard
val
formatterSelectedMonth
:
(
month
:
Month
)
->
String
formatter
Selected
Year
Link copied to clipboard
val
formatterSelectedYear
:
(
year
:
Int
)
->
String
formatter
Week
Day
Label
Link copied to clipboard
val
formatterWeekDayLabel
:
(
date
:
DayOfWeek
)
->
String
formatter
Year
Selector
List
Link copied to clipboard
val
formatterYearSelectorList
:
(
year
:
Int
)
->
String
show
Next
Previous
Month
Buttons
Link copied to clipboard
val
showNextPreviousMonthButtons
:
Boolean
show
Next
Previous
Year
Buttons
Link copied to clipboard
val
showNextPreviousYearButtons
:
Boolean