Skip to content

Class: CardHeaderProxy

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 ElementProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardHeaderProxy

Properties

Protected _row

_row: any

Methods

getActionButton

getActionButton(): ICardHeaderActionButtonProxy

Implementation of ICardHeaderProxy

This method returns CardHeaderActionButton proxy

Returns: ICardHeaderActionButtonProxy


getExtendedHeaders

getExtendedHeaders(): ICardHeaderExtendedHeaderProxy[]

Implementation of ICardHeaderProxy

This method returns array of CardHeaderExtendedHeader proxy

Returns: ICardHeaderExtendedHeaderProxy[]


getParent

getParent(): ICardProxy

Implementation of ICardHeaderProxy

Overrides ElementProxy.getParent

This method returns card proxy

Returns: ICardProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

Implementation of ICardHeaderProxy

Overrides ElementCardProxy.getSectionProxy

This method returns CardCollection proxy

Returns: ICardCollectionProxy


getTitle

getTitle(): string

Implementation of ICardHeaderProxy

Get button title

Returns: string

the title of the button