java.lang.Object
de.hybris.platform.cockpit.model.referenceeditor.collection.controller.CollectionUIEditorController
All Implemented Interfaces:
ComponentController

public class CollectionUIEditorController extends Object implements ComponentController
Default Collection Editor Controller.

  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
      Description copied from interface: ComponentController
      Initialized this controller i.e. registers all required listeners etc.
      Specified by:
      initialize in interface ComponentController
    • createReferenceCollectionEditorListener

      protected CollectionEditorController createReferenceCollectionEditorListener()
      Creates am editor listener for collection editor.

    • createCollectionEditorModelListener

      protected CollectionEditorModelListener createCollectionEditorModelListener()
      Creates am editor listener for collection editor model.

    • unregisterListeners

      public void unregisterListeners()
      Description copied from interface: ComponentController
      Removes all references to view components which are held by this controller.

      Note: This method must be called each time the desktop has been removed to assure that no invalid view components are referenced.

      Specified by:
      unregisterListeners in interface ComponentController