Class CmsSiteSelectorSection

All Implemented Interfaces:
SelectorSection, Section, CockpitEventAcceptor

@Deprecated(since="4.3", forRemoval=true) public class CmsSiteSelectorSection extends AbstractSelectorSection
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.3
  • Constructor Details

    • CmsSiteSelectorSection

      public CmsSiteSelectorSection()
      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: SelectorSection
      Called whenever this selector's selection has changed.
      Specified by:
      selectionChanged in interface SelectorSection
      Specified by:
      selectionChanged in class AbstractSelectorSection
    • getItems

      public 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:
      getItems in interface SelectorSection
      Overrides:
      getItems in class AbstractSelectorSection
      Returns:
      this selector's items
      See Also:
    • 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:
      onCockpitEvent in interface CockpitEventAcceptor
      Overrides:
      onCockpitEvent in class AbstractSelectorSection
    • 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.