Skip to content

Class: CardBodyContentLabelBarItemProxy

CardBodyContentLabelBarItemProxy is mainly for card body content label bar item 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 CardBodyContentLabelBarItemProxy(context: IContext): CardBodyContentLabelBarItemProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodyContentLabelBarItemProxy

Properties

Protected _row

_row: any

Methods

getItemIndex

getItemIndex(): number

Get item index

Implementation of ICardBodyContentLabelBarItemProxy.getItemIndex

Returns: number


getParent

getParent(): ICardBodyContentProxy

This method returns card body content proxy

Implementation of ICardBodyContentLabelBarItemProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardBodyContentProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardBodyContentLabelBarItemProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy