Class DefaultSelectorAdvancedSearchController
java.lang.Object
de.hybris.platform.cockpit.model.referenceeditor.impl.DefaultSelectorAdvancedSearchController
- All Implemented Interfaces:
ComponentController
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractReferenceSelectorModelprotected final UIAdvancedSearchView -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSelectorAdvancedSearchController(AbstractReferenceSelectorModel referenceSelectorModel, UIAdvancedSearchView view) -
Method Summary
Modifier and TypeMethodDescriptionprotected AdvancedSearchModelListenerprotected AdvancedSearchViewListenervoidInitializes this controller i.e.voidRemoves all references to view components which are held by this controller.
-
Field Details
-
referenceSelectorModel
-
view
-
-
Constructor Details
-
DefaultSelectorAdvancedSearchController
public DefaultSelectorAdvancedSearchController(AbstractReferenceSelectorModel referenceSelectorModel, UIAdvancedSearchView view)
-
-
Method Details
-
initialize
public void initialize()Initializes this controller i.e. creates and registers all the necessary listeners.- Specified by:
initializein interfaceComponentController
-
createModelListener
-
createViewListener
-
unregisterListeners
public void unregisterListeners()Description copied from interface:ComponentControllerRemoves 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:
unregisterListenersin interfaceComponentController
-