sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
picker-basic
/
androidx.picker.app
/
SeslDatePickerDialog
Sesl
Date
Picker
Dialog
open
class
SeslDatePickerDialog
:
AlertDialog
,
DialogInterface.OnClickListener
,
SeslDatePicker.OnDateChangedListener
(
source
)
Members
Constructors
Sesl
Date
Picker
Dialog
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
callBack
:
SeslDatePickerDialog.OnDateSetListener
,
year
:
Int
,
monthOfYear
:
Int
,
dayOfMonth
:
Int
)
constructor
(
@
NonNull
context
:
Context
,
@
StyleRes
theme
:
Int
,
@
Nullable
callBack
:
SeslDatePickerDialog.OnDateSetListener
,
year
:
Int
,
monthOfYear
:
Int
,
dayOfMonth
:
Int
)
Types
On
Date
Set
Listener
Link copied to clipboard
interface
OnDateSetListener
Functions
get
Date
Picker
Link copied to clipboard
@
NonNull
open
fun
getDatePicker
(
)
:
SeslDatePicker
on
Click
Link copied to clipboard
open
fun
onClick
(
@
NonNull
dialog
:
DialogInterface
,
which
:
Int
)
on
Date
Changed
Link copied to clipboard
open
fun
onDateChanged
(
@
NonNull
view
:
SeslDatePicker
,
year
:
Int
,
month
:
Int
,
day
:
Int
)
on
Restore
Instance
State
Link copied to clipboard
open
fun
onRestoreInstanceState
(
@
NonNull
savedInstanceState
:
Bundle
)
on
Save
Instance
State
Link copied to clipboard
@
NonNull
open
fun
onSaveInstanceState
(
)
:
Bundle
update
Date
Link copied to clipboard
open
fun
updateDate
(
year
:
Int
,
monthOfYear
:
Int
,
dayOfMonth
:
Int
)