org.zkoss.zk.au.out
Class AuShowBusy

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuShowBusy

public class AuShowBusy
extends AuResponse

A response to ask the client to show the busy message such that the user knows the system is busy.

Since:
3.0.2
Author:
jumperchen
See Also:
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

AuShowBusy

public AuShowBusy(java.lang.String mesg)
Constructs a busy message covering the whole browser. To close, use AuClearBusy.AuClearBusy().

Parameters:
mesg - the message to show. Ignored if open is false.
Since:
5.0.0

AuShowBusy

public AuShowBusy(Component comp,
                  java.lang.String mesg)
Constructs a busy message covering only the specified component. To close, use AuClearBusy.AuClearBusy(Component).

Parameters:
comp - the component that the busy message to cover.
mesg - the message to show.
Since:
5.0.0


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo