Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Model
AbstractValidator
Class AbstractValidator<Model>
Abstract
Public
Type Parameters
Model
extends
AbstractModel
=
AbstractModel
Hierarchy (
view full
)
AbstractValidator
AllowedMax
AllowedMaxLength
AllowedMin
AllowedMinLength
CollectionNoDuplicates
Email
UnidataDefaultModelName
PasswordConfirm
Required
RequiredArray
RequiredIfPhantom
OnlyInteger
OnlyLatin
OnlyLatinDigit
OnlyJavascript
RegExpMatcher
AllowedCollectionMinSize
DatePeriod
OnlyFuture
Implements
IFieldValidator
Index
Constructors
constructor
Properties
inner
Model
message
Accessors
model
Methods
set
Model
validate
Constructors
constructor
new
Abstract
Validator
<
Model
>
(
message
)
:
AbstractValidator
<
Model
>
Type Parameters
Model
extends
AbstractModel
<
any
>
=
AbstractModel
<
any
>
Parameters
message
:
string
Returns
AbstractValidator
<
Model
>
Properties
Protected
inner
Model
inner
Model
:
undefined
|
Model
Readonly
message
message
:
string
Accessors
model
get
model
(
)
:
undefined
|
Model
Returns
undefined
|
Model
Methods
set
Model
set
Model
(
model
)
:
void
Parameters
model
:
Model
Returns
void
Abstract
validate
validate
(
params
)
:
boolean
Parameters
params
:
IFieldValidationParams
<
AbstractModel
<
any
>
>
Returns
boolean
On This Page
Constructors
constructor
Properties
inner
Model
message
Accessors
model
Methods
set
Model
validate
Юниверс MDM SDK UI
Loading...
Public