public class AuLoadingbar extends AuResponse
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and 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.
|
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuLoadingbar(java.lang.String id, java.lang.Integer value, java.lang.String position, java.lang.Boolean indeterminate, java.lang.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 © 2005-2021 Potix Corporation. All Rights Reserved.