Module io.github.mmm.ui.spi.core
Package io.github.mmm.ui.spi.widget
Contains the SPI for widget implementations. You need to derive your widget implementations from these classes
especially
AbstractUiNativeWidget or
AbstractUiNativeWidgetWrapper.-
Interface Summary Interface Description UiNativeWidgetWrapper<W> UiNativeWidgetimplementations that wrap widgets from an existing UI toolkit should implement this interface. -
Class Summary Class Description AbstractUiNativeWidget Abstract base implementation ofUiNativeWidget.AbstractUiNativeWidgetWrapper<W> Abstract base implementation ofUiNativeWidgetimplementingAbstractUiNativeWidgetWrapper.getStyles().