|
||||||||||
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.AuEcho
public class AuEcho
A response to ask client to send a dummy request back to the server.
It is used by UiEngine
to solve a special
case.
There are two formats
Field Summary |
---|
Fields inherited from class org.zkoss.zk.au.AuResponse |
---|
_cmd, _data |
Constructor Summary | |
---|---|
AuEcho()
Contructs an echo response for each desktop in the same browser window |
|
AuEcho(Component comp,
java.lang.String evtnm,
java.lang.String data)
Constructs an echo response that will cause an event to fire when the client echoes back. |
|
AuEcho(Desktop desktop)
Contructs an echo response with the specified desktop. |
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 AuEcho(Desktop desktop)
desktop
- the desktop to send the echo response to.
If null, the echo response is sent to each desktop in the
same browser window.public AuEcho()
public AuEcho(Component comp, java.lang.String evtnm, java.lang.String data)
comp
- the component to echo the event to (never null).evtnm
- the event namedata
- the extra infor, or null if not available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |