|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zk.au.AuResponse
org.zkoss.zk.au.out.AuShowBusy
public class AuShowBusy
A response to ask the client to show the busy message such that the user knows the system is busy.
AuClearBusy
Field Summary |
---|
Fields inherited from class org.zkoss.zk.au.AuResponse |
---|
_cmd, _data |
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.zkoss.zk.au.AuResponse |
---|
equals, getCommand, getDepends, getEncodedData, getRawData, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuShowBusy(java.lang.String mesg)
AuClearBusy.AuClearBusy()
.
mesg
- the message to show. Ignored if open is false.public AuShowBusy(Component comp, java.lang.String mesg)
AuClearBusy.AuClearBusy(Component)
.
comp
- the component that the busy message to cover.mesg
- the message to show.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |