| Modifier and Type | Method and Description |
|---|---|
WidgetConfig<Widget<WidgetModel,WidgetController>> |
ReportWidgetConverter.createWidgetConfig(WidgetPreferencesModel widgetPreferences) |
| Modifier and Type | Method and Description |
|---|---|
WidgetConfig<Widget<WidgetModel,WidgetController>> |
ReportWidgetConverterImpl.createWidgetConfig(WidgetPreferencesModel widgetPreferences) |
protected WidgetRenderer<Widget> |
ReportWidgetConverterImpl.createWidgetRenderer(WidgetPreferencesModel widgetPreferences) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetConfig<T extends Widget>
A widget configuration holds widget creation information used by a
WidgetFactory when creating widget
components. |
interface |
WidgetContainer<T extends Widget>
A WidgetContainer is used to group widgets together.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputWidget<T extends WidgetModel,U extends WidgetController>
An input widget is a widget with an input component.
|
interface |
ListboxWidget<T extends WidgetModel,U extends WidgetController>
A list box widget is a widget which displays items in a list.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Widget> |
WidgetFactory.createWidget(java.lang.String widgetCode,
WidgetConfig config)
Creates and returns a widget component based on the passed widget configuration config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWidgetConfig<T extends Widget> |
class |
DefaultWidgetContainer<T extends Widget> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultInputWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultListboxWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultWidget<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Method and Description |
|---|---|
Widget |
DefaultWidgetFactory.createWidget(java.lang.String widgetCode,
WidgetConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWidgetContentBrowser.createFrame(HtmlBasedComponent parent,
java.util.Map<java.lang.String,Widget> widgets) |
protected abstract void |
AbstractWidgetContentBrowser.createFrame(HtmlBasedComponent parent,
java.util.Map<java.lang.String,Widget> widgetMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
PortalWidgetContainer<T extends Widget> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetRenderer<T extends Widget>
A widget renderer is responsible for rendering the caption and content of a widget.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlBasedComponent |
PlatformLinksWidgetRenderer.createCaption(Widget widget) |
HtmlBasedComponent |
PlatformLinksWidgetRenderer.createContent(Widget widget) |
Copyright © 2018 SAP SE. All Rights Reserved.