Package org.zkoss.zk.au.out
Class AuClearBusy
- java.lang.Object
-
- org.zkoss.zk.au.AuResponse
-
- org.zkoss.zk.au.out.AuClearBusy
-
public class AuClearBusy extends AuResponse
A response to ask the client to clear the busy message.- Since:
- 5.0.0
- Author:
- tomyeh
- See Also:
AuShowBusy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.au.AuResponse
AuResponse.JSONComponent, 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 AuClearBusy()Constructs a command to remove a busy message covering the whole browser.AuClearBusy(Component comp)Constructs a command to remove a busy message covering only the specified component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOverrideKey()Default: zk.busy (i.e., only one response of this class andAuShowBusywill be sent to the client in an execution for the same component, if any)-
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getRawData, hashCode, toString
-
-
-
-
Constructor Detail
-
AuClearBusy
public AuClearBusy()
Constructs a command to remove a busy message covering the whole browser.
-
AuClearBusy
public AuClearBusy(Component comp)
Constructs a command to remove a busy message covering only the specified component.- Parameters:
comp- the component that the busy message is associated.
-
-
Method Detail
-
getOverrideKey
public final java.lang.String getOverrideKey()
Default: zk.busy (i.e., only one response of this class andAuShowBusywill be sent to the client in an execution for the same component, if any)- Overrides:
getOverrideKeyin classAuResponse- Since:
- 5.0.2
-
-