getInput
|
open fun getInput(): String? |
hideErrorView
|
open fun hideErrorView(): Unit
hide the previously displayed error and modify the background of this view accordingly.
|
isInputValid
|
open fun isInputValid(): Boolean |
reset
|
fun reset(): Unit |
setImeAction
|
open fun setImeAction(imeOption: Int, editorActionListener: OnEditorActionListener?): Unit |
setInformationMessage
|
fun setInformationMessage(message: String): Unit |
setTextWatcher
|
open fun setTextWatcher(textWatcher: TextWatcher?): Unit |
showErrorView
|
open fun showErrorView(): Unit
Show an error {@link TextView} and modify the background of this view accordingly.
|