Skip to content

Class: CardBodyContentLabelBarLayoutProxy

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

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodyContentLabelBarLayoutProxy

Properties

Protected _row

_row: any

Methods

getLayoutType

getLayoutType(): string

Get label bar layout type

Implementation of ICardBodyContentLabelBarLayoutProxy.getLayoutType

Returns: string


getParent

getParent(): ICardBodyContentProxy

This method returns card body content proxy

Implementation of ICardBodyContentLabelBarLayoutProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: ICardBodyContentProxy


getSectionProxy

getSectionProxy(): ICardCollectionProxy

This method returns CardCollection proxy

Implementation of ICardBodyContentLabelBarLayoutProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: ICardCollectionProxy