FoTextAreaInputComponent class

Annotations
  • @Component(selector: 'fo-textarea-input', templateUrl: 'fo_textarea_input_component.html', styleUrls: ['fo_textarea_input_component.css'], directives: [FoErrorOutputComponent, FoLabelComponent, formDirectives, NgClass, NgIf], pipes: [CapitalizePipe], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoTextAreaInputComponent(@Self() @Optional() NgControl? control, Element _host, ChangeDetectorRef _changeDetectorRef)

Properties

canResize bool
getter/setter pair
control ↔ NgControl?
getter/setter pair
disabled bool
getter/setter pair
elastic bool
getter/setter pair
errorMessage String?
no setter
focus Stream<FocusEvent>
no setter
hasFocus bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputElement TextAreaElement
getter/setter pair
label String?
getter/setter pair
placeholder String?
getter/setter pair
rows int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

ngAfterViewInit() → void
ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDisabledChanged(bool isDisabled) → void
This function is called when the control status changes to or from "DISABLED".
onFocus(FocusEvent event) → void
onValueChange(String event) → void
registerOnChange(ChangeFunction<String> f) → void
Set the function to be called when the control receives a change event.
registerOnTouched(TouchFunction f) → void
Set the function to be called when the control is touched.
toString() String
A string representation of this object.
inherited
writeValue(String? obj) → void
Write a new value to the element.

Operators

operator ==(Object other) bool
The equality operator.
inherited