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¶
Inherited Methods¶
Methods¶
getApportionsSegmentWidthsByContent¶
▸ getApportionsSegmentWidthsByContent(): boolean
Returns the ApportionsSegmentWidthsByContent property value defined for the FormCell's control.
Returns: boolean
getSegments¶
▸ getSegments(): any
Returns the Segments property of the FormCell's FormCell's control.
Returns: any
setApportionsSegmentWidthsByContent¶
▸ setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent
: boolean): any
Sets the ApportionsSegmentWidthsByContent property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
apportionsSegmentWidthsByContent |
boolean | value to set. |
Returns: any
setSegments¶
▸ setSegments(segments
: any): any
Sets the Segments property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
segments |
any | value to set. |
Returns: any