Interface PanelContainer
- All Superinterfaces:
Component,ComponentExporter,Container,ContainerExporter
A base interface for all containers that contain panels.
- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
-
Field Summary
Fields inherited from interface com.adobe.cq.wcm.core.components.models.Container
PN_BACKGROUND_COLOR, PN_BACKGROUND_COLOR_ENABLED, PN_BACKGROUND_COLOR_SWATCHES_ONLY, PN_BACKGROUND_IMAGE_ENABLED, PN_BACKGROUND_IMAGE_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull List<? extends PanelContainerItem> Returns a list of container items.Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getIdMethods inherited from interface com.adobe.cq.wcm.core.components.models.Container
getBackgroundStyle, getExportedItems, getExportedItemsOrder, getItems
-
Method Details
-
getChildren
Description copied from interface:ContainerReturns a list of container items.- Specified by:
getChildrenin interfaceContainer- Returns:
- List of container items.
-