Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CardComponent

Card component

For customization, use the templates named headerTemplate and footerTemplate.

Usage:
import { BasicCardModule } from 'patternfly-ng/card';

Or:
import { BasicCardModule } from 'patternfly-ng';

Hierarchy

Implements

  • DoCheck
  • OnInit

Index

Constructors

constructor

Properties

config

config: CardConfig

The card config containing component properties

footerTemplate

footerTemplate: TemplateRef<any>

The name of the template containing footer layout

headerTemplate

headerTemplate: TemplateRef<any>

The name of the template containing header layout

onActionSelect

onActionSelect: EventEmitter<Object> = new EventEmitter()

The event emitted when an action is selected

onFilterSelect

onFilterSelect: EventEmitter<Object> = new EventEmitter()

The event emitted when a filter is selected

Accessors

Protected showFilterInFooter

  • get showFilterInFooter(): boolean

Protected showFilterInHeader

  • get showFilterInHeader(): boolean

showFooter

  • get showFooter(): boolean

showHeader

  • get showHeader(): boolean

Methods

Protected handleActionSelect

Protected handleFilterSelect

ngDoCheck

  • ngDoCheck(): void

ngOnInit

  • ngOnInit(): void

Protected setupConfig

  • setupConfig(): void

Generated using TypeDoc