NgDocBaseInput
Decorators: |
|
Generic types: | T |
Extends: | DIControl<T, T> |
No documentation has been provided.
See Also
(extended)NgDocInputStringDirective
(extended)NgDocInputNumberDirective
Properties
Name | Type | Description |
---|---|---|
change p inherited from DIControlValueAccessor | (value: T | null) => void | |
changeDetectorRef p r inherited from DIControlValueAccessor |
| |
changes r |
| |
config p r inherited from DIControl | DIControlConfig<TModel, TChildModel> | undefined | |
disabledValue p r inherited from DIControlValueAccessor |
| |
document p r | Document | |
elementRef r overrides 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
|
get hostClasses |
---|
No documentation has been provided. |
Presentation
|
Type
|
get isFocused |
---|
No documentation has been provided. |
Presentation
|
Type
|
get isReadonly |
---|
No documentation has been provided. |
Presentation
|
Type
|
get placeholder |
---|
No documentation has been provided. |
Presentation
|
Type
|
get value |
---|
No documentation has been provided. |
Presentation
|
Type
|
Methods
blink() |
---|
No documentation has been provided. |
Presentation
|
Returnsvoid |
focus() |
---|
No documentation has been provided. |
Presentation
|
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()overrides 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 | ||||||||||
|