Interface ListWidgetModel<E>
-
- Type Parameters:
E- element type
- All Superinterfaces:
WidgetModel
- All Known Implementing Classes:
DefaultListWidgetModel
public interface ListWidgetModel<E> extends WidgetModel
AListWidgetModelis aWidgetModelwhich holds a list of items.- See Also:
ItemWidgetModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<E>getItems()Returns the items held by this model.booleansetItems(java.util.List<E> items)Sets the items held by this model.-
Methods inherited from interface de.hybris.platform.cockpit.widgets.models.WidgetModel
addWidgetModelListener, notifyListeners, removeWidgetModelLlistener
-
-