Class AbstractCollectionEditorModel
java.lang.Object
de.hybris.platform.cockpit.model.referenceeditor.collection.model.AbstractCollectionEditorModel
- All Implemented Interfaces:
CollectionEditorModel
- Direct Known Subclasses:
DefaultCollectionEditorModel
An abstract class that should be extended in order to write own
Contains several methods responsible for several editor notifications.
Reference Collection Editor Model.
Note:Contains several methods responsible for several editor notifications.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCollectionEditorModelListener(CollectionEditorModelListener modelListener) protected voidprotected voidprotected voidvoidremoveCollectionEditorModelListener(CollectionEditorModelListener modelListener) 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.referenceeditor.collection.model.CollectionEditorModel
addCollectionItem, addCollectionItems, getCollectionItems, getItemLabel, getRootSearchType, getRootType, getSimpleReferenceSelectorModel
-
Field Details
-
listeners
-
-
Constructor Details
-
AbstractCollectionEditorModel
public AbstractCollectionEditorModel()
-
-
Method Details
-
getListeners
-
fireCollectionItemsChanged
protected void fireCollectionItemsChanged() -
addCollectionEditorModelListener
- Specified by:
addCollectionEditorModelListenerin interfaceCollectionEditorModel
-
removeCollectionEditorModelListener
- Specified by:
removeCollectionEditorModelListenerin interfaceCollectionEditorModel
-
fireRootTypeChanged
protected void fireRootTypeChanged() -
fireRootSearchTypeChanged
protected void fireRootSearchTypeChanged()
-