@ConsumerType public interface Container extends Component, com.adobe.cq.export.json.ContainerExporter
| Modifier and Type | Field and Description |
|---|---|
static String |
PN_BACKGROUND_COLOR
Name of the resource property that indicates the background color
|
static String |
PN_BACKGROUND_COLOR_ENABLED
Name of the configuration policy property that indicates if background colors are enabled
|
static String |
PN_BACKGROUND_COLOR_SWATCHES_ONLY
Name of the configuration policy property that indicates if background colors are to be restricted to predefined values
|
static String |
PN_BACKGROUND_IMAGE_ENABLED
Name of the configuration policy property that indicates if background images are enabled
|
static String |
PN_BACKGROUND_IMAGE_REFERENCE
Name of the resource property that indicates that path to the background image
|
| Modifier and Type | Method and Description |
|---|---|
default @Nullable String |
getBackgroundStyle()
Returns the background CSS style to be applied to the component's root element
|
default @NotNull Map<String,? extends com.adobe.cq.export.json.ComponentExporter> |
getExportedItems() |
default @NotNull String[] |
getExportedItemsOrder() |
default @NotNull List<ListItem> |
getItems()
Returns a list of container items
|
getData, getExportedType, getIdstatic final String PN_BACKGROUND_IMAGE_ENABLED
static final String PN_BACKGROUND_COLOR_ENABLED
static final String PN_BACKGROUND_COLOR_SWATCHES_ONLY
static final String PN_BACKGROUND_IMAGE_REFERENCE
static final String PN_BACKGROUND_COLOR
@NotNull default @NotNull List<ListItem> getItems()
@Nullable default @Nullable String getBackgroundStyle()
@NotNull default @NotNull Map<String,? extends com.adobe.cq.export.json.ComponentExporter> getExportedItems()
getExportedItems in interface com.adobe.cq.export.json.ContainerExporterContainerExporter.getExportedItems()@NotNull default @NotNull String[] getExportedItemsOrder()
getExportedItemsOrder in interface com.adobe.cq.export.json.ContainerExporterContainerExporter.getExportedItemsOrder()Copyright © 2020. All rights reserved.