| 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) |
| 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.
|
interface |
Widget<T extends WidgetModel,U extends WidgetController>
A Widget component is an independent view component providing a caption and a content area as well as focus handling.
|
| Modifier and Type | Method and Description |
|---|---|
WidgetController |
WidgetConfig.getWidgetController()
Returns the widget controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetConfig.setWidgetController(WidgetController controller)
Sets the widget controller to be used by a created widget.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetAdapter<T extends WidgetModel,U extends WidgetController>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetController
Class intended to be used as a base class when implementing custom
WidgetControllers. |
| 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 |
|---|---|
WidgetController |
DefaultWidgetConfig.getWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWidgetConfig.setWidgetController(WidgetController widgetController) |
Copyright © 2018 SAP SE. All Rights Reserved.