Interface ListWidgetModel<E>
- Type Parameters:
E- element type
- All Superinterfaces:
WidgetModel
- All Known Implementing Classes:
DefaultListWidgetModel
A
ListWidgetModel is a WidgetModel which holds a list of items.- See Also:
-
Method Summary
Methods inherited from interface de.hybris.platform.cockpit.widgets.models.WidgetModel
addWidgetModelListener, notifyListeners, removeWidgetModelLlistener
-
Method Details
-
setItems
Sets the items held by this model.- Parameters:
items- the items- Returns:
- true if a change was made, false otherwise
-
getItems
Returns the items held by this model.- Returns:
- the items held by this model
-