Package org.zkoss.zkmax.au.out
Class AuLoadingbar
- java.lang.Object
-
- org.zkoss.zk.au.AuResponse
-
- org.zkoss.zkmax.au.out.AuLoadingbar
-
public class AuLoadingbar extends AuResponse
The au object for Loadingbar.- Since:
- 9.0.0
- Author:
- leon
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.au.AuResponse
AuResponse.JSONComponent, AuResponse.JSONDate
-
-
Field Summary
-
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
-
-
Constructor Summary
Constructors Constructor Description AuLoadingbar(java.lang.String id, java.lang.Integer value, java.lang.String position, java.lang.Boolean indeterminate, java.lang.Integer animationSpeed)
Display a Loadingbar.
-
Method Summary
-
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
-
-
-
-
Constructor Detail
-
AuLoadingbar
public AuLoadingbar(java.lang.String id, java.lang.Integer value, java.lang.String position, java.lang.Boolean indeterminate, java.lang.Integer animationSpeed)
Display a Loadingbar.- Parameters:
id
- the target Loadingbar id. If null, find the first Loadingbar in the browser window.value
- the current value of the Loadingbar.position
- predefined positions.indeterminate
- whether to start the indeterminate animation or not, default false.animationSpeed
- animation speed for value changing in milliseconds, default 600ms.
-
-