Interface UiNativeWidgetWrapper<W>

    • Method Detail

      • getTopWidget

        default Object getTopWidget()
        Returns:
        the top-level native widget of this wrapper. In many cases this is the same as getWidget() but in some cases this may be some kind of internal composite containing the main widget.
      • getWidget

        W getWidget()
        Returns:
        the underlying native widget wrapped by this UiNativeWidget.