SeslDatePickerDialog
open class SeslDatePickerDialog : AlertDialog, DialogInterface.OnClickListener, SeslDatePicker.OnDateChangedListener(source)
A simple dialog containing an SeslDatePicker.
Constructors
Link copied to clipboard
constructor(@NonNull context: @NonNull Context, @Nullable callBack: @Nullable SeslDatePickerDialog.OnDateSetListener, year: Int, monthOfYear: Int, dayOfMonth: Int)
Types
Link copied to clipboard
interface OnDateSetListener
Functions
Link copied to clipboard
Returns the SeslDatePicker contained in this dialog.
Link copied to clipboard
Link copied to clipboard
Called when the date has changed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the current date.