Progressmeter"
From Documentation
Tmillsclare (talk | contribs) |
m ((via JWB)) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
= Progressmeter = | = Progressmeter = | ||
− | *Demonstration: | + | *Demonstration: [http://www.zkoss.org/zkdemo/effects/upload_effect Progressmeter] |
*Java API: <javadoc>org.zkoss.zul.Progressmeter</javadoc> | *Java API: <javadoc>org.zkoss.zul.Progressmeter</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Progressmeter</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Progressmeter</javadoc> | ||
+ | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Progressmeter | Progressmeter]] | ||
= Employment/Purpose = | = Employment/Purpose = | ||
Line 12: | Line 13: | ||
= Example = | = Example = | ||
− | |||
[[Image:ZKComRef_Progressmeter_Example.PNG]] | [[Image:ZKComRef_Progressmeter_Example.PNG]] | ||
− | <source lang="xml" > | + | <source lang="xml"> |
<progressmeter value="10"/> | <progressmeter value="10"/> | ||
</source> | </source> | ||
+ | = Properties = | ||
+ | ==Indeterminate== | ||
+ | {{versionSince| 8.6.1}} | ||
+ | If true, the progressmeter will show an indeterminate animation and the real value of the progressmeter will be hidden.(default false) | ||
− | =Supported | + | =Supported Events= |
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 31: | Line 35: | ||
| None | | None | ||
|} | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]] | ||
=Supported Children= | =Supported Children= | ||
− | + | *NONE | |
− | =Use | + | =Use Cases= |
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 47: | Line 52: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | |- |
− | | | + | | 8.6.1 |
− | | | + | | Jan, 2019 |
+ | | [https://tracker.zkoss.org/browse/ZK-3629 ZK-3629]: use the progressmeter to indicate a long operation is so hard | ||
+ | | | ||
+ | | | ||
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 08:30, 8 July 2022
Progressmeter
- Demonstration: Progressmeter
- Java API: Progressmeter
- JavaScript API: Progressmeter
- Style Guide: Progressmeter
Employment/Purpose
A progress meter is a bar that indicates how much of a task has been completed. The value property must be in the range between 0 and 100.
Example
<progressmeter value="10"/>
Properties
Indeterminate
Since 8.6.1
If true, the progressmeter will show an indeterminate animation and the real value of the progressmeter will be hidden.(default false)
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content | ||
---|---|---|---|---|
8.6.1 | Jan, 2019 | ZK-3629: use the progressmeter to indicate a long operation is so hard |