Skip to content

Class: SegmentedFormCellProxy

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 SegmentedFormCellProxy(context: IContext): SegmentedFormCellProxy

Overrides FormCellControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: SegmentedFormCellProxy

Methods

getApportionsSegmentWidthsByContent

getApportionsSegmentWidthsByContent(): boolean

Implementation of ISegmentedFormCellProxy

Returns: boolean


getCaptionPosition

getCaptionPosition(): string

Implementation of ISegmentedFormCellProxy

Returns: string


getSegments

getSegments(): any

Implementation of ISegmentedFormCellProxy

Returns: any


setApportionsSegmentWidthsByContent

setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent: boolean): Promise‹any›

Implementation of ISegmentedFormCellProxy

Parameters:

Name Type Description
apportionsSegmentWidthsByContent boolean value to set.

Returns: Promise‹any›


setCaptionPosition

setCaptionPosition(captionPosition: string): Promise‹any›

Implementation of ISegmentedFormCellProxy

Parameters:

Name Type Description
captionPosition string value to set.

Returns: Promise‹any›


setSegments

setSegments(segments: any): Promise‹any›

Implementation of ISegmentedFormCellProxy

Parameters:

Name Type Description
segments any value to set.

Returns: Promise‹any›