Class CmsCatalogSelectorSection
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
de.hybris.platform.cmscockpit.components.navigationarea.CmsCatalogSelectorSection
- All Implemented Interfaces:
SelectorSection,Section,CockpitEventAcceptor
@Deprecated(since="4.3",
forRemoval=true)
public class CmsCatalogSelectorSection
extends AbstractSelectorSection
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.3
Selector for displaying and selecting CMS
content catalogs.-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
selectedItems -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSAdminSiteServiceDeprecated, for removal: This API element is subject to removal in a future version.protected ContentCatalogServiceDeprecated, for removal: This API element is subject to removal in a future version.getItems()Deprecated, for removal: This API element is subject to removal in a future version.Returns this selector's items.protected ModelServiceDeprecated, for removal: This API element is subject to removal in a future version.booleanisItemActive(TypedObject item) Deprecated, for removal: This API element is subject to removal in a future version.Returns whether the catalog version,itemis active or not.voidDeprecated, for removal: This API element is subject to removal in a future version.Called whenever this selector's selection has changed.voidsetCmsAdminSiteService(CMSAdminSiteService siteService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetContentCatalogService(ContentCatalogService contentCatalogService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationAreaModel(AbstractNavigationAreaModel navAreaModel) Deprecated, for removal: This API element is subject to removal in a future version.Sets the model of the navigation area to which this selector belongs.Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
getNavigationAreaModel, getRenderer, getSelectedItem, getSelectedItems, isInitiallySelected, isMultiple, onCockpitEvent, setInitiallySelected, setItems, setMultiple, setSelectedItem, setSelectedItems, setSelectedItemsDirectly, wrapItemsMethods inherited from class de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
getAttribute, getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setAttribute, setLabel, setLocalizedLabel, setOpen, setRenderer, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.Section
getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setOpen
-
Constructor Details
-
CmsCatalogSelectorSection
public CmsCatalogSelectorSection()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
selectionChanged
public void selectionChanged()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SelectorSectionCalled whenever this selector's selection has changed.- Specified by:
selectionChangedin interfaceSelectorSection- Specified by:
selectionChangedin classAbstractSelectorSection
-
getItems
Deprecated, for removal: This API element is subject to removal in a future version.Returns this selector's items. Note: Items and selected items are implicitly loaded the first time this method is called.- Specified by:
getItemsin interfaceSelectorSection- Overrides:
getItemsin classAbstractSelectorSection- Returns:
- this selector's items
- See Also:
-
setContentCatalogService
Deprecated, for removal: This API element is subject to removal in a future version. -
getContentCatalogService
Deprecated, for removal: This API element is subject to removal in a future version. -
setCmsAdminSiteService
Deprecated, for removal: This API element is subject to removal in a future version. -
getCmsAdminSiteService
Deprecated, for removal: This API element is subject to removal in a future version. -
setModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
getModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
isItemActive
Deprecated, for removal: This API element is subject to removal in a future version.Returns whether the catalog version,itemis active or not.- Specified by:
isItemActivein interfaceSelectorSection- Overrides:
isItemActivein classAbstractSelectorSection- Parameters:
item- the item- Returns:
trueifitemis an active catalog version,falseotherwise
-