VgsTextFieldValidationResult

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val errorMsg: String?

the failure message when isValid is false, otherwise null.

Link copied to clipboard
abstract val isValid: Boolean

true when the value passed this validator's check.

Functions

Link copied to clipboard
open override fun toString(): String