Class AbstractCollectionEditorModel
- java.lang.Object
-
- de.hybris.platform.cockpit.model.referenceeditor.AbstractCollectionEditorModel
-
- All Implemented Interfaces:
CollectionEditorModel
- Direct Known Subclasses:
DefaultReferenceCollectionEditorModel
public abstract class AbstractCollectionEditorModel extends java.lang.Object implements CollectionEditorModel
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ReferenceCollectionEditorModelListener>listeners
-
Constructor Summary
Constructors Constructor Description AbstractCollectionEditorModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCollectionEditorModelListener(ReferenceCollectionEditorModelListener modelListener)protected voidfireChanged()protected voidfireCollectionItemsChanged()protected voidfireRootSearchTypeChanged()protected voidfireRootTypeChanged()java.util.List<ReferenceCollectionEditorModelListener>getListeners()voidremoveCollectionEditorModelListener(ReferenceCollectionEditorModelListener modelListener)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.referenceeditor.CollectionEditorModel
getCollectionItems, getItemLabel, getReferenceSelectorModel, getRootSearchType, getRootType
-
-
-
-
Field Detail
-
listeners
protected final java.util.List<ReferenceCollectionEditorModelListener> listeners
-
-
Method Detail
-
getListeners
public java.util.List<ReferenceCollectionEditorModelListener> getListeners()
-
fireCollectionItemsChanged
protected void fireCollectionItemsChanged()
-
fireChanged
protected void fireChanged()
-
addCollectionEditorModelListener
public void addCollectionEditorModelListener(ReferenceCollectionEditorModelListener modelListener)
- Specified by:
addCollectionEditorModelListenerin interfaceCollectionEditorModel
-
removeCollectionEditorModelListener
public void removeCollectionEditorModelListener(ReferenceCollectionEditorModelListener modelListener)
- Specified by:
removeCollectionEditorModelListenerin interfaceCollectionEditorModel
-
fireRootTypeChanged
protected void fireRootTypeChanged()
-
fireRootSearchTypeChanged
protected void fireRootSearchTypeChanged()
-
-