public interface CMSComponentContainerStrategy
In some cases, we want the container to represent itself, but in some other cases we want the inner components to represent the state of the container.
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Class<? extends AbstractCMSComponentContainerModel> |
getContainerClass()
Deprecated.
since 1811, no longer needed
|
java.util.List<AbstractCMSComponentModel> |
getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)
Get the list of components that should represent the state of the container.
|
java.util.List<AbstractCMSComponentModel> getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)
container - The component containernull@Deprecated default java.lang.Class<? extends AbstractCMSComponentContainerModel> getContainerClass()
Copyright © 2018 SAP SE. All Rights Reserved.