Interface UiSingleWidgetFactoryNative<W extends UiNativeWidget>

Type Parameters:
W - the generic type of the widget to create.
All Superinterfaces:
UiSingleWidgetFactory<W>

public interface UiSingleWidgetFactoryNative<W extends UiNativeWidget> extends UiSingleWidgetFactory<W>
Factory for UiNativeWidget of a single type.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    This method creates a new UiWidget instance of the particular UiWidget-type managed by this factory.