Class 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
    • Constructor Detail

      • AuShowBusy

        public AuShowBusy​(java.lang.String mesg)
        Constructs a busy message covering the whole browser. To close, use 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(Component).
        Parameters:
        comp - the component that the busy message to cover.
        mesg - the message to show.
        Since:
        5.0.0
    • Method Detail

      • getOverrideKey

        public final 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)
        Overrides:
        getOverrideKey in class AuResponse
        Since:
        5.0.2