Skip to content

Class: CardBodyContentLabelBarProxy

CardBodyContentLabelBarProxy is mainly for card body content label bar related operations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

Constructor

+ new CardBodyContentLabelBarProxy(context: IContext): CardBodyContentLabelBarProxy

Inherited from CardBodyContentProxy.constructor

Parameters:

Name Type
context IContext

Returns: CardBodyContentLabelBarProxy

Methods

getItems

getItems(): ICardBodyContentLabelBarItemProxy[]

This method returns array of ICardBodyContentLabelBarItemProxy proxy

Implementation of ICardBodyContentLabelBarProxy.getItems

Returns: ICardBodyContentLabelBarItemProxy[]


getItemSeparator

getItemSeparator(): boolean

This method returns card body content label bar item separator boolean value

Implementation of ICardBodyContentLabelBarProxy.getItemSeparator

Returns: boolean


getLayout

getLayout(): ICardBodyContentLabelBarLayoutProxy

This method returns CardBodyContentLabelBarLayout proxy

Implementation of ICardBodyContentLabelBarProxy.getLayout

Returns: ICardBodyContentLabelBarLayoutProxy