Class DefaultListWidgetModel<E>
java.lang.Object
de.hybris.platform.cockpit.widgets.models.impl.AbstractWidgetModel
de.hybris.platform.cockpit.widgets.models.impl.DefaultListWidgetModel<E>
- All Implemented Interfaces:
ListWidgetModel<E>,WidgetModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.widgets.models.impl.AbstractWidgetModel
addWidgetModelListener, getWidgetModelListeners, notifyListeners, notifyListeners, removeWidgetModelLlistenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.widgets.models.WidgetModel
addWidgetModelListener, notifyListeners, removeWidgetModelLlistener
-
Constructor Details
-
DefaultListWidgetModel
public DefaultListWidgetModel()
-
-
Method Details
-
getItems
Description copied from interface:ListWidgetModelReturns the items held by this model.- Specified by:
getItemsin interfaceListWidgetModel<E>- Returns:
- the items held by this model
-
setItems
Description copied from interface:ListWidgetModelSets the items held by this model.- Specified by:
setItemsin interfaceListWidgetModel<E>- Parameters:
items- the items- Returns:
- true if a change was made, false otherwise
-