T - item typepublic interface ItemWidgetModel<T> extends WidgetModel
WidgetModelListeners are notified as soon as the item is changed by a call to the
setItem(Object) method.WidgetModel,
ItemEditorWidgetModel,
ListWidgetModel| Modifier and Type | Method and Description |
|---|---|
T |
getItem()
Returns the item held by this model.
|
boolean |
setItem(T item)
Sets the item held by this model to item.
|
addWidgetModelListener, notifyListeners, removeWidgetModelLlistenerCopyright © 2018 SAP SE. All Rights Reserved.