projects/components/widgets/input/default/src/radioset/radioset.component.doc.ts
The wmRadioset component defines the radioset widget.
Methods |
Inputs |
onChange | ||||||||||||||||||||
onChange($event: MouseEvent, widget: any, newVal: any, oldVal: any)
|
||||||||||||||||||||
Callback function which will be triggered when the widget is clicked or when datavalue has changed.
Parameters :
Returns :
void
|
onClick | ||||||||||||
onClick($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is clicked.
Parameters :
Returns :
void
|
onMouseenter | ||||||||||||
onMouseenter($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the mouse enters the widget.
Parameters :
Returns :
void
|
onMouseleave | ||||||||||||
onMouseleave($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the mouse leaves the widget.
Parameters :
Returns :
void
|
onTap | ||||||||||||
onTap($event: TouchEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the tap event is triggered on a widget.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
datafield |
Type : string
|
This property sets the dataValue to be returned by the radioset widget when the list is populated using the dataSet property. |
datavalue |
Type : any
|
This property defines the initial selected value of the radioset widget. Bindable: |
disabled |
Type : boolean
|
This property will be used to disable the radioset widget.
If the disabled property is true (checked), the widget becomes display-only. Bindable: |
displayexpression |
Type : string
|
This is an advanced property that gives more control over what is displayed as the label for radio option.
A Display Expression uses a JavaScript expression to format exactly what is shown Bindable: |
displayfield |
Type : string
|
This property sets the displayValue to show in the radioset widget when the list is populated using the dataSet property. |
itemclass |
Type : string
|
This property allows user to select a pre-defined list item class name from the view-list drop down. Default Options: |
layout |
Type : string
|
Default value : 'stacked'
|
This property controls how contained radio options are displayed within the widget container. Allowed Values:
|
listclass |
Type : string
|
This property allows user to select a pre-defined list class name from the view-list drop down on the right. Default Options: |
name |
Type : string
|
Name of the radioset widget. |
orderby |
Type : string
|
Allows to display the data in asc or desc order based on this property |
readonly |
Type : boolean
|
This property will be used to make the radioset widget non-editable. Bindable: |
required |
Type : boolean
|
This property will be used to validate the state of the radioset widget when used inside a form widget. Bindable: |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the radioset widget. Bindable: |
tabindex |
Type : number
|
Default value : 0
|
This property specifies the tab order of the radioset widget. |
usekeys |
Type : boolean
|
If set to true, use the keys of the dataset object as radioset options. |