Constructors

Link copied to clipboard
constructor(@NonNull context: @NonNull Context, @Nullable callBack: @Nullable SeslDatePickerDialog.OnDateSetListener, year: Int, monthOfYear: Int, dayOfMonth: Int)
constructor(@NonNull context: @NonNull Context, @StyleRes theme: Int, @Nullable callBack: @Nullable SeslDatePickerDialog.OnDateSetListener, year: Int, monthOfYear: Int, dayOfMonth: Int)

Types

Link copied to clipboard

Functions

Link copied to clipboard
@NonNull
open fun getDatePicker(): @NonNull SeslDatePicker
Returns the SeslDatePicker contained in this dialog.
Link copied to clipboard
open fun onClick(@NonNull dialog: @NonNull DialogInterface, which: Int)
Link copied to clipboard
open fun onDateChanged(@NonNull view: @NonNull SeslDatePicker, year: Int, month: Int, day: Int)
Called when the date has changed.
Link copied to clipboard
open fun onRestoreInstanceState(@NonNull savedInstanceState: @NonNull Bundle)
Link copied to clipboard
@NonNull
open fun onSaveInstanceState(): @NonNull Bundle
Link copied to clipboard
open fun updateDate(year: Int, monthOfYear: Int, dayOfMonth: Int)
Sets the current date.