toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
DoubleRangeValidator
Double
Range
Validator
class
DoubleRangeValidator
(
min
:
Double
,
max
:
Double
,
errorMessage
:
String
)
:
Validator
Members
Constructors
Double
Range
Validator
Link copied to clipboard
constructor
(
min
:
Double
,
max
:
Double
,
errorMessage
:
String
)
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
value
:
ControlValue
,
control
:
Control
)
:
ValidationResult