public interface UiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative> extends UiSingleWidgetFactory<WIDGET>
UiContext
Modifier and Type | Method and Description |
---|---|
WIDGET |
create(UiContext context)
|
Class<WIDGET> |
getWidgetInterface()
This method gets the interface of the widget interface handled by this factory.
|
Class<WIDGET> getWidgetInterface()
UiWidget
interface.WIDGET create(UiContext context)
UiWidget
instance of the particular UiWidget
-type managed by
this factory.create
in interface UiSingleWidgetFactory<WIDGET extends UiWidgetNative>
context
- is the instance of UiContext
.UiWidget
.AbstractUiWidgetFactoryNative.create(Class)
Copyright © 2001–2016 mmm-Team. All rights reserved.