toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.validator.rule.string
/
MinLengthValidator
Min
Length
Validator
class
MinLengthValidator
(
minLength
:
Int
,
message
:
String
=
"Минимальная длина — "
)
:
Validator
Members
Constructors
Min
Length
Validator
Link copied to clipboard
constructor
(
minLength
:
Int
,
message
:
String
=
"Минимальная длина — "
)
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
value
:
Any
?
)
:
ValidationResult