Class AbstractCollectionEditorModel
java.lang.Object
de.hybris.platform.cockpit.model.referenceeditor.AbstractCollectionEditorModel
- All Implemented Interfaces:
CollectionEditorModel
- Direct Known Subclasses:
DefaultReferenceCollectionEditorModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidprotected voidprotected voidprotected voidvoidMethods 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.CollectionEditorModel
getCollectionItems, getItemLabel, getReferenceSelectorModel, getRootSearchType, getRootType
-
Field Details
-
listeners
-
-
Constructor Details
-
AbstractCollectionEditorModel
public AbstractCollectionEditorModel()
-
-
Method Details
-
getListeners
-
fireCollectionItemsChanged
protected void fireCollectionItemsChanged() -
fireChanged
protected void fireChanged() -
addCollectionEditorModelListener
- Specified by:
addCollectionEditorModelListenerin interfaceCollectionEditorModel
-
removeCollectionEditorModelListener
public void removeCollectionEditorModelListener(ReferenceCollectionEditorModelListener modelListener) - Specified by:
removeCollectionEditorModelListenerin interfaceCollectionEditorModel
-
fireRootTypeChanged
protected void fireRootTypeChanged() -
fireRootSearchTypeChanged
protected void fireRootSearchTypeChanged()
-