Package org.zkoss.zkmax.ui.util
Class Loadingbar
- java.lang.Object
-
- org.zkoss.zkmax.ui.util.Loadingbar
-
public class Loadingbar extends java.lang.Object
Utilities to create LoadingbarControl.Custom Attributes
- org.zkoss.zkmax.ui.util.Loadingbar.animationSpeed
- Specifies the duration of Loadingbar value changing animation in milliseconds. The default value is 600(ms).
- Since:
- 9.0.0
- Author:
- leon
- See Also:
LoadingbarControl
-
-
Constructor Summary
Constructors Constructor Description Loadingbar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoadingbarControl
createLoadingbar()
Create a LoadingbarControl with a generate ID.static LoadingbarControl
createLoadingbar(java.lang.String id)
Create a LoadingbarControl with a custom ID.
-
-
-
Method Detail
-
createLoadingbar
public static LoadingbarControl createLoadingbar()
Create a LoadingbarControl with a generate ID. The LoadingbarControl will find the Loadingbar by its id as the control target.- See Also:
LoadingbarControl
-
createLoadingbar
public static LoadingbarControl createLoadingbar(java.lang.String id)
Create a LoadingbarControl with a custom ID. The LoadingbarControl will find the Loadingbar by its id as the control target.- Parameters:
id
- the Loadingbar id.- See Also:
LoadingbarControl
-
-