Class AbstractListModel<T>
java.lang.Object
de.hybris.platform.cockpit.model.listview.AbstractListModel<T>
- All Implemented Interfaces:
ListModel<T>
- Direct Known Subclasses:
DefaultListModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds aListModelDataListenerto this model.protected voidfireEvent(int type, int index0, int index1) protected List<ListModelDataListener>voidRemoves aListModelDataListenerfrom this model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.general.ListModel
elementAt, getElements, isEditable, isEmpty, isMovable, isRemovable, size
-
Field Details
-
listEditorDataListeners
-
-
Constructor Details
-
AbstractListModel
public AbstractListModel()
-
-
Method Details
-
addListModelDataListener
Description copied from interface:ListModelAdds aListModelDataListenerto this model.- Specified by:
addListModelDataListenerin interfaceListModel<T>- Parameters:
listener- theListModelDataListenerto add
-
removeListModelDataListener
Description copied from interface:ListModelRemoves aListModelDataListenerfrom this model.- Specified by:
removeListModelDataListenerin interfaceListModel<T>- Parameters:
listener- theListModelDataListenerto remove
-
getListDataListeners
-
fireEvent
protected void fireEvent(int type, int index0, int index1)
-