Skip to content

Class: CardFooterButtonProxy

CardFooterButtonProxy is mainly for CardFooterButton 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 CardFooterButtonProxy(context: IContext): CardFooterButtonProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardFooterButtonProxy

Properties

Protected _row

_row: any

Methods

getIndex

getIndex(): number

Get the row index, that is, the index of the card containing this footer button

Implementation of ICardFooterButtonProxy.getIndex Overrides ElementSectionRowProxy.getIndex

Returns: number


getParent

getParent(): ICardFooterProxy

This method returns the parent card footer proxy

Implementation of ICardFooterButtonProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardFooterProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns the CardCollection section proxy

Implementation of ICardFooterButtonProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy


getTitle

getTitle(): string

Get button title

Implementation of ICardFooterButtonProxy.getTitle

Returns: string

the title of the button