• Set the focus to the specified widget. It invokes zk.Widget#focus. Not all widgets support this method. In other words, it has no effect if the widget doesn't support it.

    Parameters

    • wgt: Widget<HTMLElement>

      the widget.

    Returns void