Interface LayoutContainer
- All Superinterfaces:
Component,ComponentExporter,Container,ContainerExporter
Defines the
LayoutContainer Sling Model used for the /apps/core/wcm/components/container component.- Since:
- com.adobe.cq.wcm.core.components.models 12.8.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumeration of supported layout types for the container component -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the resource property that indicates the layout that should be used by the container component.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 StringReturns an accessibility label that describes the container.default @NotNull LayoutContainer.LayoutTypeReturns theLayoutContainer.LayoutTypeto be used by the container componentdefault StringReturns a role attribute to be used on the container.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, getChildren, getExportedItems, getExportedItemsOrder, getItems
-
Field Details
-
PN_LAYOUT
Name of the resource property that indicates the layout that should be used by the container component.- Since:
- com.adobe.cq.wcm.core.components.models 12.8.0
- See Also:
-
-
Method Details
-
getLayout
Returns theLayoutContainer.LayoutTypeto be used by the container component- Returns:
LayoutContainer.LayoutTypefor the container component- Since:
- com.adobe.cq.wcm.core.components.models 12.8.0
-
getAccessibilityLabel
Returns an accessibility label that describes the container.- Returns:
- an accessibility label for the container
- Since:
- com.adobe.cq.wcm.core.components.models 12.20.0
-
getRoleAttribute
Returns a role attribute to be used on the container.- Returns:
- a role attribute for the container
- Since:
- com.adobe.cq.wcm.core.components.models 12.20.0
-