Class CmsSiteSelectorSection
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
-
- de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
-
- de.hybris.platform.cmscockpit.components.navigationarea.CmsSiteSelectorSection
-
- All Implemented Interfaces:
SelectorSection,Section,CockpitEventAcceptor
@Deprecated(since="4.3", forRemoval=true) public class CmsSiteSelectorSection extends AbstractSelectorSectionDeprecated, for removal: This API element is subject to removal in a future version.since 4.3
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
selectedItems
-
-
Constructor Summary
Constructors Constructor Description CmsSiteSelectorSection()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CMSAdminSiteServicegetCmsAdminSiteService()Deprecated, for removal: This API element is subject to removal in a future version.protected CmsCockpitServicegetCmsCockpitService()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<TypedObject>getItems()Deprecated, for removal: This API element is subject to removal in a future version.Returns this selector's items.protected ModelServicegetModelService()Deprecated, for removal: This API element is subject to removal in a future version.protected TypeServicegetTypeService()Deprecated, for removal: This API element is subject to removal in a future version.voidonCockpitEvent(CockpitEvent event)Deprecated, for removal: This API element is subject to removal in a future version.voidselectionChanged()Deprecated, 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.voidsetCmsCockpitService(CmsCockpitService cmsCockpitService)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.-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractSelectorSection
getNavigationAreaModel, getRenderer, getSelectedItem, getSelectedItems, isInitiallySelected, isItemActive, isMultiple, setInitiallySelected, setItems, setMultiple, setNavigationAreaModel, setSelectedItem, setSelectedItems, setSelectedItemsDirectly, wrapItems
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.NavigationPanelSection
getAttribute, getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setAttribute, setLabel, setLocalizedLabel, setOpen, setRenderer, setVisible
-
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.components.sectionpanel.Section
getLabel, getLocalizedLabel, isInitialOpen, isOpen, isTabbed, isVisible, setOpen
-
-
-
-
Method Detail
-
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
public java.util.List<TypedObject> 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:
AbstractSelectorSection.getSelectedItems(),AbstractSelectorSection.getItems()
-
setCmsAdminSiteService
public void setCmsAdminSiteService(CMSAdminSiteService siteService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCmsAdminSiteService
protected CMSAdminSiteService getCmsAdminSiteService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setModelService
public void setModelService(ModelService modelService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getModelService
protected ModelService getModelService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTypeService
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
onCockpitEvent
public void onCockpitEvent(CockpitEvent event)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onCockpitEventin interfaceCockpitEventAcceptor- Overrides:
onCockpitEventin classAbstractSelectorSection
-
getCmsCockpitService
protected CmsCockpitService getCmsCockpitService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCmsCockpitService
public void setCmsCockpitService(CmsCockpitService cmsCockpitService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-