public class AuShowBusy extends AuResponse
AuClearBusy
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuShowBusy(Component comp,
java.lang.String mesg)
Constructs a busy message covering only the specified component.
|
AuShowBusy(java.lang.String mesg)
Constructs a busy message covering the whole browser.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOverrideKey()
Default: zk.busy (i.e., only one response of this class and
AuClearBusy will
be sent to the client in an execution for the same component, if any) |
equals, getCommand, getDepends, getEncodedData, getRawData, hashCode, toString
public AuShowBusy(java.lang.String mesg)
AuClearBusy()
.mesg
- the message to show. Ignored if open is false.public AuShowBusy(Component comp, java.lang.String mesg)
AuClearBusy(Component)
.comp
- the component that the busy message to cover.mesg
- the message to show.public final java.lang.String getOverrideKey()
AuClearBusy
will
be sent to the client in an execution for the same component, if any)getOverrideKey
in class AuResponse
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.