Builder

public final class Builder

Builder is a class that builds a DatePickerWheelPopup

Properties

Link copied to clipboard
private Context context

context is a Context that is used to build the DatePickerWheelPopup

Link copied to clipboard
private DatePicker datePicker

datePicker is a DatePicker that is used to build the DatePickerWheelPopup

Link copied to clipboard

listener is a DateSelectListener that listens for date picker events

Functions

Link copied to clipboard
public final DatePickerWheelPopup build()

build creates a DatePickerWheelPopup

public final DatePickerWheelPopup build(Integer theme)

build creates a DatePickerWheelPopup with a theme

Link copied to clipboard
@Deprecated(message = "")
public final DatePickerWheelPopup.Builder currentDate(Long currentDate)

currentDate sets the current date for the DatePickerWheelPopup

Link copied to clipboard
public final DatePickerWheelPopup.Builder darkModeEnabled(Boolean darkModeEnabled)

darkModeEnabled sets the dark mode for the DatePickerWheelPopup

Link copied to clipboard
@Deprecated(message = "Unused method")
public final DatePickerWheelPopup.Builder endDate(Long endDate)

endDate sets the end date for the DatePickerWheelPopup

Link copied to clipboard
public final DatePickerWheelPopup.Builder from(Context context)

from sets the context for the DatePickerWheelPopup

Link copied to clipboard
private final Context getContext()

context is a Context that is used to build the DatePickerWheelPopup

Link copied to clipboard
private final DatePicker getDatePicker()

datePicker is a DatePicker that is used to build the DatePickerWheelPopup

Link copied to clipboard

listener is a DateSelectListener that listens for date picker events

Link copied to clipboard

listener sets the listener for date picker events

Link copied to clipboard

offset sets the offset for the DatePickerWheelPopup

Link copied to clipboard
@Deprecated(message = "")
public final DatePickerWheelPopup.Builder pickerMode(Integer appearanceMode)

pickerMode sets the picker mode for the DatePickerWheelPopup

Link copied to clipboard
public final DatePickerWheelPopup.Builder selectedDate(Long currentDate)

selectedDate sets the selected date for the DatePickerWheelPopup

Link copied to clipboard
private final Unit setContext(Context context)

context is a Context that is used to build the DatePickerWheelPopup

Link copied to clipboard
private final Unit setDatePicker(DatePicker datePicker)

datePicker is a DatePicker that is used to build the DatePickerWheelPopup

Link copied to clipboard

listener is a DateSelectListener that listens for date picker events

Link copied to clipboard
@Deprecated(message = "Unused method")
public final DatePickerWheelPopup.Builder startDate(Long startDate)

startDate sets the start date for the DatePickerWheelPopup

Link copied to clipboard

textSize sets the text size for the DatePickerWheelPopup