public class DefaultWidgetFactory extends Object implements WidgetFactory
| Constructor and Description |
|---|
DefaultWidgetFactory() |
| Modifier and Type | Method and Description |
|---|---|
Widget |
createWidget(String widgetCode,
WidgetConfig config)
Creates and returns a widget component based on the passed widget configuration config.
|
public Widget createWidget(String widgetCode, WidgetConfig config)
WidgetFactorycreateWidget in interface WidgetFactorywidgetCode - widget codeconfig - widget configuration objectCopyright © 2017 SAP SE. All Rights Reserved.