Skip to content

Class: CardHeaderProxy

CardHeaderProxy is mainly for card header related operations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

Constructor

+ new CardHeaderProxy(context: IContext): CardHeaderProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardHeaderProxy

Properties

Protected _row

_row: any

Methods

getActionButton

getActionButton(): ICardHeaderActionButtonProxy

This method returns CardHeaderActionButton proxy

Implementation of ICardHeaderProxy.getActionButton

Returns: ICardHeaderActionButtonProxy


getExtendedHeaders

getExtendedHeaders(): ICardHeaderExtendedHeaderProxy[]

This method returns array of CardHeaderExtendedHeader proxy

Implementation of ICardHeaderProxy.getExtendedHeaders

Returns: ICardHeaderExtendedHeaderProxy[]


getParent

getParent(): ICardProxy

This method returns card proxy

Implementation of ICardHeaderProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardHeaderProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy


getTitle

getTitle(): string

Get button title

Implementation of ICardHeaderProxy.getTitle

Returns: string

the title of the button