Class DefaultColumnGroupConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.DefaultColumnGroupConfiguration
- All Implemented Interfaces:
ColumnGroupConfiguration
- Direct Known Subclasses:
MultiTypeColumnGroupConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddColumnGroupConfiguration(ColumnGroupConfiguration columnGroupConfiguration) List<? extends ColumnConfiguration>List<? extends ColumnGroupConfiguration>getLabel()getName()intgetSize()intvoidsetAllLabels(Map<LanguageModel, String> labels) voidsetColumnConfigurations(List<? extends ColumnConfiguration> columns) Sets the ColumnConfigs of this group tocolumns.voidsetColumnGroupConfigurations(List<? extends ColumnGroupConfiguration> groups) Sets the sub groups included in this group togroups.voidSets the name of this group toname.void
-
Constructor Details
-
DefaultColumnGroupConfiguration
-
-
Method Details
-
setColumnGroupConfigurations
Sets the sub groups included in this group togroups.- Specified by:
setColumnGroupConfigurationsin interfaceColumnGroupConfiguration- Parameters:
groups- sub groups of this group
-
getColumnGroupConfigurations
- Specified by:
getColumnGroupConfigurationsin interfaceColumnGroupConfiguration
-
addColumnConfiguration
-
addColumnGroupConfiguration
-
setColumnConfigurations
Sets the ColumnConfigs of this group tocolumns.- Specified by:
setColumnConfigurationsin interfaceColumnGroupConfiguration- Parameters:
columns- the ColumnConfigs
-
getColumnConfigurations
- Specified by:
getColumnConfigurationsin interfaceColumnGroupConfiguration
-
setName
Sets the name of this group toname.- Parameters:
name-
-
getName
- Specified by:
getNamein interfaceColumnGroupConfiguration
-
setParentColumnGroupConfiguration
-
getParentGroupConfiguration
- Specified by:
getParentGroupConfigurationin interfaceColumnGroupConfiguration
-
getSize
public int getSize()- Specified by:
getSizein interfaceColumnGroupConfiguration
-
getTotalSize
public int getTotalSize()- Specified by:
getTotalSizein interfaceColumnGroupConfiguration
-
getAllColumnConfigurations
- Specified by:
getAllColumnConfigurationsin interfaceColumnGroupConfiguration
-
getAllLabels
- Specified by:
getAllLabelsin interfaceColumnGroupConfiguration
-
getLabel
- Specified by:
getLabelin interfaceColumnGroupConfiguration
-
getLabel
- Specified by:
getLabelin interfaceColumnGroupConfiguration
-
setAllLabels
-
getLabelWithFallback
-
getLabelWithFallback
-