FoRatingComponent class

Annotations
  • @Component(selector: 'fo-rating', templateUrl: 'fo_rating_component.html', styleUrls: ['fo_rating_component.css'], directives: [FoLabelComponent, FoIconComponent, NgClass, NgFor], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoRatingComponent()

Properties

disabled bool
getter/setter pair
filled List<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
max int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unfilled List<int>
no setter
value int
getter/setter pair
valueChange Stream<int>
no setter

Methods

ngAfterChanges() → 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
onRatingClick(int event) → void
toString() String
A string representation of this object.
inherited

Operators

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