Interface WidgetVisitor


  • public interface WidgetVisitor
    Visitor for Widget and Container.
    • Method Detail

      • beginContainer

        void beginContainer()
        Signals the children of a Container are about to be visited.
      • visitWidget

        void visitWidget​(ej.mwt.Widget widget)
        Visits a Widget.
        Parameters:
        widget - the visited widget.
      • endContainer

        void endContainer()
        Signals the children of a Container just have all been visited.