Class AuLoadingbar


  • public class AuLoadingbar
    extends AuResponse
    The au object for Loadingbar.
    Since:
    9.0.0
    Author:
    leon
    • 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.