WIDGET_TYPE - The type of the widget, this factory createsDESCRIPTOR_TYPE - The type of the descriptor this factory is forpublic interface IWidgetFactory<WIDGET_TYPE extends IWidgetCommon,DESCRIPTOR_TYPE extends IWidgetDescriptor<WIDGET_TYPE>>
| Modifier and Type | Method and Description |
|---|---|
WIDGET_TYPE |
create(java.lang.Object parentUiReference,
DESCRIPTOR_TYPE descriptor)
Creates a new widget instance
|
WIDGET_TYPE create(java.lang.Object parentUiReference, DESCRIPTOR_TYPE descriptor)
parentUiReference - The native parent ui reference of the widgetdescriptor - The widget descriptorSiehe auch Jowidgets Nutzerhandbuch