toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.validator.interfaces
/
Validatable
Validatable
interface
Validatable
Inheritors
SDFXComboBox
SDFXTextField
Members
Properties
validation
Rules
Link copied to clipboard
abstract
val
validationRules
:
MutableList
<
Validator
>
Functions
clear
Error
Link copied to clipboard
abstract
fun
clearError
(
)
get
Validation
Value
Link copied to clipboard
abstract
fun
getValidationValue
(
)
:
Any
?
show
Error
Link copied to clipboard
abstract
fun
showError
(
message
:
String
)
validate
Link copied to clipboard
open
fun
validate
(
)
:
Boolean