projects/mobile/components/containers/segmented-control/src/segmented-control.component.doc.ts
The wmSegmentedControl
directive defines the segmented control widget.
Methods |
Inputs |
onBeforesegmentchange | ||||||||||||||||
onBeforesegmentchange(widget: any, $old: number, $new: number)
|
||||||||||||||||
Callback function which will be triggered when the widget value is changed.
Parameters :
Returns :
void
|
onSegmentchange | ||||||||||||||||
onSegmentchange(widget: any, $old: number, $new: number)
|
||||||||||||||||
Callback function which will be triggered when the widget value is changed.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
name |
Type : string
|
Name of the Segmented control. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the segmented control widget. Bindable: |