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. It is also possible to implement
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends AbstractCMSComponentContainerModel> |
getContainerClass()
Get the component container class that this strategy applies to.
|
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 containernulljava.lang.Class<? extends AbstractCMSComponentContainerModel> getContainerClass()
Copyright © 2018 SAP SE. All Rights Reserved.