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.
<progressmeter value="10"/>
org.zkoss.zul.Progressmeter
*NONE
Property
Description
Data Type
value
Sets the current value of the progress meter.
java.lang.String
Methods
Name
Return Data Type
getOuterAttrs()
Returns the grid that this belongs to.
isChildable()
boolean
Inherited From
org.zkoss.zul.impl.XulElement
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zk.ui.AbstractComponent