ui / com.schibsted.account.ui.ui.component / PasswordView

PasswordView

class PasswordView : SingleFieldView

Constructors

<init>

PasswordView(context: Context)
PasswordView(context: Context, attrs: AttributeSet?)

Inherited Properties

inputField

var inputField: EditText

isCancelable

var isCancelable: Boolean

Inherited Functions

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.