E - element typepublic interface ListWidgetModel<E> extends WidgetModel
ListWidgetModel is a WidgetModel which holds a list of items.ItemWidgetModel| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
getItems()
Returns the items held by this model.
|
boolean |
setItems(java.util.List<E> items)
Sets the items held by this model.
|
addWidgetModelListener, notifyListeners, removeWidgetModelLlistenerCopyright © 2018 SAP SE. All Rights Reserved.