kvision-tabulator4
5.11.0
kvision-tabulator4
/
io.kvision.tabulator
/
Validator
Validator
enum
Validator
:
Enum
<
Validator
>
Content copied to clipboard
Built-in validators.
Entries
Properties
Entries
REGEX
Link copied to clipboard
REGEX
(
"regex"
)
Content copied to clipboard
IN
Link copied to clipboard
IN
(
"in"
)
Content copied to clipboard
MAXLENGTH
Link copied to clipboard
MAXLENGTH
(
"maxLength"
)
Content copied to clipboard
MINLENGTH
Link copied to clipboard
MINLENGTH
(
"minLength"
)
Content copied to clipboard
MAX
Link copied to clipboard
MAX
(
"max"
)
Content copied to clipboard
MIN
Link copied to clipboard
MIN
(
"min"
)
Content copied to clipboard
STRING
Link copied to clipboard
STRING
(
"string"
)
Content copied to clipboard
NUMERIC
Link copied to clipboard
NUMERIC
(
"numeric"
)
Content copied to clipboard
FLOAT
Link copied to clipboard
FLOAT
(
"float"
)
Content copied to clipboard
INTEGER
Link copied to clipboard
INTEGER
(
"integer"
)
Content copied to clipboard
UNIQUE
Link copied to clipboard
UNIQUE
(
"unique"
)
Content copied to clipboard
REQUIRED
Link copied to clipboard
REQUIRED
(
"required"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard