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