projects/components/widgets/basic/progress/src/progress-circle/progress-circle.component.doc.ts
The wmProgressCircle component defines the progress circle widget.
Methods |
Inputs |
onClick | ||||||||||||
onClick($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is clicked.
Parameters :
Returns :
void
|
onDblclick | ||||||||||||
onDblclick($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is double clicked.
Parameters :
Returns :
void
|
onDoubletap | ||||||||||||
onDoubletap($event: TouchEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the double tap event is triggered on a widget.
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
|
captionplacement |
Type : string
|
Default value : 'hidden'
|
Placement of text in the widget. Allowed Values: |
class |
Type : string
|
Class of the widget. |
datavalue |
Type : string | number
|
Default value : 30
|
This property allows user to set an initial value to the widget Bindable: |
displayformat |
Type : string
|
Default value : '9%'
|
Format(Absolute/Percentage) in which the progress needs to be displayed. Allowed Values: |
hint |
Type : string
|
Hint text is shown for the progress circle widget on hover. Bindable: |
maxvalue |
Type : number
|
Default value : 100
|
This property allows user to set a max value to the widget Bindable: |
minvalue |
Type : number
|
Default value : 0
|
This property allows user to set a min value to the widget Bindable: |
name |
Type : string
|
Name of the widget. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the progress circle widget on the web page. Bindable: |
subtitle |
Type : string
|
Subtitle for the widget. Bindable: |
tabindex |
Type : number
|
This property specifies the tab order of the progress circle widget. |
title |
Type : string
|
Title for the widget. Bindable: |
type |
Type : string
|
Default value : 'default'
|
Type of the bar to be displayed. Allowed Values: Bindable: |