Class 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 Detail

      • Loadingbar

        public Loadingbar()
    • 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