Class AuSetTitle


  • public class AuSetTitle
    extends AuResponse
    A response to ask the client to set the title (of window).

    data[0]: the title

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuSetTitle

        public AuSetTitle​(java.lang.String title)
    • Method Detail

      • getOverrideKey

        public final java.lang.String getOverrideKey()
        Default: zk.title (i.e., only one response of this class will be sent to the client in an execution)
        Overrides:
        getOverrideKey in class AuResponse
        Since:
        5.0.2