Uses of Class
de.hybris.platform.cockpit.model.config.PropertyGroup
-
Packages that use PropertyGroup Package Description de.hybris.platform.cockpit.model.config -
-
Uses of PropertyGroup in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupConfiguration. createGroup(int pos, java.lang.String qualifier)PropertyGroupPropertyGroupEntry. getGroup()Methods in de.hybris.platform.cockpit.model.config that return types with arguments of type PropertyGroup Modifier and Type Method Description java.util.List<PropertyGroup>PropertyGroupConfiguration. getGroups()java.util.List<PropertyGroup>PropertyGroupConfiguration. getHiddenGroups()java.util.List<PropertyGroup>PropertyGroupConfiguration. getVisibleGroups()Methods in de.hybris.platform.cockpit.model.config with parameters of type PropertyGroup Modifier and Type Method Description voidPropertyGroupConfiguration. addGroup(int pos, PropertyGroup group)voidPropertyGroupConfiguration. moveGroup(int toPos, PropertyGroup grp)voidPropertyGroupConfiguration. removeGroup(PropertyGroup group)
-