Class: SegmentedFormCellProxy¶
SegmentedFormCellControlProxy is a developer-facing interface that provides access to a Segment control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
SegmentedFormCellProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new SegmentedFormCellProxy(context
: IContext): SegmentedFormCellProxy
Overrides FormCellControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: SegmentedFormCellProxy
Properties¶
Accessors¶
Methods¶
getApportionsSegmentWidthsByContent¶
▸ getApportionsSegmentWidthsByContent(): boolean
Implementation of ISegmentedFormCellProxy
Returns the ApportionsSegmentWidthsByContent property value defined for the FormCell's control.
Returns: boolean
getSegments¶
▸ getSegments(): any
Implementation of ISegmentedFormCellProxy
Returns the Segments property of the FormCell's FormCell's control.
Returns: any
setApportionsSegmentWidthsByContent¶
▸ setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent
: boolean): void
Implementation of ISegmentedFormCellProxy
Sets the ApportionsSegmentWidthsByContent property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
apportionsSegmentWidthsByContent |
boolean | value to set. |
Returns: void
setSegments¶
▸ setSegments(segments
: any): void
Implementation of ISegmentedFormCellProxy
Sets the Segments property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
segments |
any | value to set. |
Returns: void