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