toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
Validator
Validator
fun
interface
Validator
Inheritors
RequiredValidator
PatternValidator
DoubleRangeValidator
DropDownValidator
Members
Functions
validate
Link copied to clipboard
abstract
fun
validate
(
value
:
ControlValue
,
control
:
Control
)
:
ValidationResult