public class DefaultListWidgetModel<E> extends AbstractWidgetModel implements ListWidgetModel<E>
| Constructor and Description |
|---|
DefaultListWidgetModel() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getItems()
Returns the items held by this model.
|
boolean |
setItems(List<E> items)
Sets the items held by this model.
|
addWidgetModelListener, getWidgetModelListeners, notifyListeners, notifyListeners, removeWidgetModelLlistenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddWidgetModelListener, notifyListeners, removeWidgetModelLlistenerpublic List<E> getItems()
ListWidgetModelgetItems in interface ListWidgetModel<E>public boolean setItems(List<E> items)
ListWidgetModelsetItems in interface ListWidgetModel<E>items - the itemsCopyright © 2017 SAP SE. All Rights Reserved.