| Interface | Description |
|---|---|
| InputWidget<T extends WidgetModel,U extends WidgetController> |
An input widget is a widget with an input component.
|
| ListboxWidget<T extends WidgetModel,U extends WidgetController> |
A list box widget is a widget which displays items in a list.
|
| 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.
|
| WidgetConfig<T extends Widget> |
A widget configuration holds widget creation information used by a
WidgetFactory when creating widget
components. |
| WidgetContainer<T extends Widget> |
A WidgetContainer is used to group widgets together.
|
| WidgetFactory |
Factory for creating widget (view) components, based on
WidgetConfig instances. |
Copyright © 2018 SAP SE. All Rights Reserved.