NgDocNumberControlComponent
Decorators: |
|
Selectors: |
|
Extends: | DIControl<number, number> |
Implements: |
|
No documentation has been provided.
Constructor
No documentation has been provided. |
Presentation
|
Properties
Name | Type | Description |
---|---|---|
change p inherited from DIControlValueAccessor | (value: T | null) => void | |
changeDetectorRef p r inherited from DIControlValueAccessor |
| |
config p r inherited from DIControl | DIControlConfig<TModel, TChildModel> | undefined | |
default implements
| number | undefined | |
disabledValue p r inherited from DIControlValueAccessor |
| |
elementRef p r inherited from DIControlValueAccessor |
| |
incomingUpdate p r inherited from DIControlValueAccessor | ((value: T | null) => void) | undefined | |
model p r inherited from DIControlValueAccessor |
| |
ngControl p r inherited from DIControlValueAccessor |
| |
renderer p r inherited from DIControlValueAccessor |
| |
touch p inherited from DIControl | () => void | Function that should be used to make control touched. |
Accessors
get disabledinherited from DIControlValueAccessor |
---|
Returns true if the control is disabled. |
Presentation
|
Type
|
set disabledinherited from DIControlValueAccessor |
---|
No documentation has been provided. |
Presentation
|
Type
|
get hasValueinherited from DIControlValueAccessor |
---|
Returns true if the control is not empty. |
Presentation
|
Type
|
Methods
changeModel() | ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
ngOnInit()inherited from DIControl | ||||
---|---|---|---|---|
No documentation has been provided. | ||||
Presentation
| ||||
Returnsvoid | ||||
|
registerOnTouched()inherited from DIControl | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Method is called by the forms API. | ||||||||||
Presentation
| ||||||||||
Parameters
Returnsvoid | ||||||||||
|
updateModel()inherited from DIControl | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Updates the model of the current control. This is the main method that should be used to update the model. | ||||||||||
Presentation
| ||||||||||
Parameters
Returnsvoid | ||||||||||
|
writeValue()inherited from DIControl | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Method is called by the forms API to write to the view when programmatic changes from model to view are requested. | ||||||||||
Presentation
| ||||||||||
Parameters
Returnsvoid | ||||||||||
|