projects/components/widgets/basic/progress/progress-bar/src/progress-bar.component.doc.ts
The wmProgressBar component defines the progress bar widget.
Methods |
Inputs |
| onBeforeupdate | ||||||||||||
onBeforeupdate($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered on before update of the progress.
Parameters :
Returns :
void
|
| onClick | ||||||||||||
onClick($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is clicked.
Parameters :
Returns :
void
|
| onComplete | ||||||||||||
onComplete($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered on complete of the progress.
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
|
| onStart | ||||||||||||
onStart($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered on start of the progress.
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 progress bar value. Allowed Values: |
| class |
Type : string
|
|
Class of the widget. |
| dataset |
Type : any
|
|
This property allows user to bind a variable to populate the list of values to display. Bindable: |
| datavalue |
Type : string | number
|
Default value : 30
|
|
This property allows user to set an initial value to the progress bar widget Bindable: |
| displayformat |
Type : string
|
Default value : ''
|
|
Format(Absolute/Percentage) in which the progress needs to be displayed. Allowed Values: |
| hint |
Type : string
|
|
Hint text is shown for the progress bar widget on hover. Bindable: |
| maxvalue |
Type : number
|
Default value : 100
|
|
This property allows user to set a max value to the progress bar widget Bindable: |
| minvalue |
Type : number
|
Default value : 0
|
|
This property allows user to set a min value to the progress bar widget Bindable: |
| name |
Type : string
|
|
Name of the progress bar widget. |
| pollinterval |
Type : number
|
Default value : 0
|
|
Time interval in milli seconds to poll the service. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the progress bar widget on the web page. Bindable: |
| tabindex |
Type : number
|
|
This property specifies the tab order of the progress bar widget. |
| type |
Type : string
|
Default value : 'default'
|
|
Type of the bar to be displayed. Allowed Values: Bindable: |