Class AuOuter


  • public class AuOuter
    extends AuResponse
    A response to ask client to 'outer' the widgets and all its descendants of the associate specified component or page.

    data[0]: the component or UUID of page to outer data[1]: the new content

    Since:
    5.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuOuter

        public AuOuter​(Component comp,
                       java.lang.String content)
      • AuOuter

        public AuOuter​(Page page,
                       java.lang.String content)