Progressmeter

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"/>    

Class Name

org.zkoss.zul.Progressmeter

Supported Child Components

*NONE

Supported Events

*NONE

Properties

Property

Description

Data Type

value

Sets the current value of the progress meter.

java.lang.String

Methods

Name

Description

Return Data Type

getOuterAttrs()

Returns the grid that this belongs to.

java.lang.String

isChildable()

boolean

Inherited From