BaseDateFormatter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun afterTextChanged(p0: Editable)
Link copied to clipboard
abstract fun beforeTextChanged(p0: CharSequence, p1: Int, p2: Int, p3: Int)
Link copied to clipboard
abstract fun getMask(): String
Link copied to clipboard
abstract fun onTextChanged(p0: CharSequence, p1: Int, p2: Int, p3: Int)
Link copied to clipboard
abstract fun setMask(mask: String)
Link copied to clipboard
abstract fun setMode(mode: DatePickerMode)