FoPanelComponent class

Panel component

Annotations
  • @Component(selector: 'fo-panel', templateUrl: 'fo_panel_component.html', styleUrls: ['fo_panel_component.css'], directives: [NgClass, NgStyle, NgIf, FoIconComponent], pipes: [], changeDetection: ChangeDetectionStrategy.Default)

Constructors

FoPanelComponent()

Properties

description String?
Description, shown under the header
getter/setter pair
disabled bool
Toggle whether or not the panel should be disabled
getter/setter pair
expanded bool
Toggle whether or not the panel should be expanded, with its contents visible
getter/setter pair
expandedChange Stream<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
Header, always shown
getter/setter pair
icon String?
Optional material icon to show next to header
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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