public class AuLoadingbar
extends org.zkoss.zk.au.AuResponse
public AuLoadingbar(String id, Integer value, String position, Boolean indeterminate, Integer animationSpeed)
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.Copyright © 2026. All rights reserved.