Class AuLoadingbar


  • public class AuLoadingbar
    extends org.zkoss.zk.au.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

        org.zkoss.zk.au.AuResponse.JSONComponent, org.zkoss.zk.au.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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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.