public class DefaultCMSTabParagraphContainerStategy extends java.lang.Object implements CMSComponentContainerStrategy
| Constructor and Description |
|---|
DefaultCMSTabParagraphContainerStategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractCMSComponentModel> |
getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)
Get the list of components that should represent the state of the container.
|
protected java.util.List<java.lang.String> |
getShowContainerForTypes() |
protected TypeService |
getTypeService() |
protected boolean |
needShowContainer(java.util.List<AbstractCMSComponentModel> components)
check whether show the container in corresponding jsp
|
void |
setShowContainerForTypes(java.util.List<java.lang.String> showContainerForTypes) |
void |
setTypeService(TypeService typeService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainerClasspublic DefaultCMSTabParagraphContainerStategy()
public java.util.List<AbstractCMSComponentModel> getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)
CMSComponentContainerStrategygetDisplayComponentsForContainer in interface CMSComponentContainerStrategycontainer - The component containernullprotected boolean needShowContainer(java.util.List<AbstractCMSComponentModel> components)
components - the children componentsprotected TypeService getTypeService()
public void setTypeService(TypeService typeService)
protected java.util.List<java.lang.String> getShowContainerForTypes()
public void setShowContainerForTypes(java.util.List<java.lang.String> showContainerForTypes)
Copyright © 2018 SAP SE. All Rights Reserved.