Interface IValidatable<T>
Methods
addValidator
Defined in component/validate/IValidatable.ts:14
Parameters
Returns boolean
getValidators
Defined in component/validate/IValidatable.ts:18
removeValidator
removeValidator( validator: IValidator < T > ) : boolean
Defined in component/validate/IValidatable.ts:16
Parameters
Returns boolean
resetValidationResult
resetValidationResult( ) : void
Defined in component/validate/IValidatable.ts:22
Returns void
validate
Defined in component/validate/IValidatable.ts:20
Parameters
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
An interface class of component classes which can be validated. A single
validatablecomponent may consist of multiple validators (IValidator). ... waiting for p'oil code refactoring before writing more docs ...shiorin, tee4cute