Interface: ISegmentedFormCellProxy¶
SegmentedFormCellControlProxy is a developer-facing interface that provides access to a Segmented control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
ISegmentedFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getApportionsSegmentWidthsByContent
- getCaptionPosition
- getSegments
- setApportionsSegmentWidthsByContent
- setCaptionPosition
- setSegments
Inherited Methods¶
Methods¶
getApportionsSegmentWidthsByContent¶
▸ getApportionsSegmentWidthsByContent(): boolean
Returns the ApportionsSegmentWidthsByContent property value defined for the FormCell's control.
Returns: boolean
getCaptionPosition¶
▸ getCaptionPosition(): string
Returns the CaptionPosition property value defined for the FormCell's control.
Returns: string
getSegments¶
▸ getSegments(): any
Returns the Segments property of the FormCell's FormCell's control.
Returns: any
setApportionsSegmentWidthsByContent¶
▸ setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent
: boolean): Promise‹any›
Sets the ApportionsSegmentWidthsByContent property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
apportionsSegmentWidthsByContent |
boolean | value to set. |
Returns: Promise‹any›
setCaptionPosition¶
▸ setCaptionPosition(captionPosition
: string): Promise‹any›
Sets the CaptionPosition property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
captionPosition |
string | value to set. |
Returns: Promise‹any›
setSegments¶
▸ setSegments(segments
: any): Promise‹any›
Sets the Segments property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
segments |
any | value to set. |
Returns: Promise‹any›