FoTabPanelComponent class

Annotations
  • @Component(selector: 'fo-tab-panel', templateUrl: 'fo_tab_panel_component.html', styleUrls: ['fo_tab_panel_component.css'], directives: [FoIconComponent, FoTabComponent, NgClass, NgFor, NgIf], changeDetection: ChangeDetectionStrategy.Default)

Constructors

FoTabPanelComponent()

Properties

disabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideIconsOn List<String>
getter/setter pair
hideLabelsOn List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIndex int
getter/setter pair
tabIndexChange Stream<int>
no setter
tabs List<FoTabComponent>
getter/setter pair

Methods

backgroundColor(FoTabComponent tab) String?
color(FoTabComponent tab) String?
hideIcons(String size) bool
hideLabels(String size) bool
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
onTabClick(FoTabComponent tab) → void
toString() String
A string representation of this object.
inherited

Operators

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