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


getSegments

getSegments(): any

Implementation of ISegmentedFormCellProxy

Returns: any


setApportionsSegmentWidthsByContent

setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent: boolean): void

Implementation of ISegmentedFormCellProxy

Parameters:

Name Type Description
apportionsSegmentWidthsByContent boolean value to set.

Returns: void


setSegments

setSegments(segments: any): void

Implementation of ISegmentedFormCellProxy

Parameters:

Name Type Description
segments any value to set.

Returns: void