| 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 |
|---|---|
WidgetModel |
WidgetConfig.getWidgetModel()
Returns the widget (view) model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetConfig.setWidgetModel(WidgetModel model)
Sets the widget (view) model to
model |
| 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 |
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 |
|---|---|
WidgetModel |
DefaultWidgetConfig.getWidgetModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWidgetConfig.setWidgetModel(WidgetModel model) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemEditorWidgetModel<T extends TypedObject>
An
ItemEditorWidgetModel is a WidgetModel intended to be used by widgets displaying item
editors. |
interface |
ItemWidgetModel<T>
An ItemWidgetModel is a widget model for holding an Item reference of a specific type.
|
interface |
ListWidgetModel<E>
A
ListWidgetModel is a WidgetModel which holds a list of items. |
interface |
MapWidgetModel<K,V>
A
MapWidgetModel is a WidgetModel holding mapped values. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetModel |
class |
DefaultItemEditorWidgetModel<T extends TypedObject> |
class |
DefaultItemWidgetModel<T> |
class |
DefaultListWidgetModel<E> |
class |
DefaultMapWidgetModel<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
MccWidgetModel |
Copyright © 2018 SAP SE. All Rights Reserved.