FoNumberInputComponent class

Annotations
  • @Component(selector: 'fo-number-input', styleUrls: ['fo_number_input_component.css'], templateUrl: 'fo_number_input_component.html', directives: [coreDirectives, FoButtonComponent, FoLabelComponent, FoTextInputComponent, formDirectives], pipes: [CapitalizePipe], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoNumberInputComponent(@Self() @Optional() NgControl? control, @Attribute('tabindex') String? tabIndex, ChangeDetectorRef _changeDetectorRef)

Properties

addStepTimer Timer?
getter/setter pair
autoAddTimer Timer?
getter/setter pair
control ↔ NgControl?
getter/setter pair
disabled bool
getter/setter pair
formattedValue String
no setter
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
materialIcons bool
getter/setter pair
max int
getter/setter pair
min int
getter/setter pair
msgEnterValue String
final
options Map<String, List<FoDropdownOption>>
getter/setter pair
popupVisible bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step int
getter/setter pair
tabIndex String?
getter/setter pair
tabIndexAdd String?
no setter
tabIndexNum int?
getter/setter pair
tabIndexSub String?
no setter
trailingText String
getter/setter pair
value int?
getter/setter pair

Methods

add(int count) → 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".
onInputBlur(String? v) → void
onKeyDown(KeyboardEvent event, int count) → void
onMouseDown(int count) → void
onMouseUp(Event e) → void
registerOnChange(ChangeFunction<int> 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.
setValueClamped(String v) → void
toString() String
A string representation of this object.
inherited
writeValue(int obj) → void
Write a new value to the element.

Operators

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