Interface PanelContainer

All Superinterfaces:
Component, ComponentExporter, Container, ContainerExporter
All Known Subinterfaces:
Accordion, Carousel, Tabs

@ConsumerType public interface PanelContainer extends Container
A base interface for all containers that contain panels.
Since:
com.adobe.cq.wcm.core.components.models 12.27.0
  • Method Details

    • getChildren

      @NotNull default @NotNull List<? extends PanelContainerItem> getChildren()
      Description copied from interface: Container
      Returns a list of container items.
      Specified by:
      getChildren in interface Container
      Returns:
      List of container items.