Uses of Class
de.hybris.platform.cockpit.model.config.PropertyGroupEntry
-
Packages that use PropertyGroupEntry Package Description de.hybris.platform.cockpit.model.config -
-
Uses of PropertyGroupEntry in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return PropertyGroupEntry Modifier and Type Method Description PropertyGroupEntryPropertyGroup. createEntry(int pos, PropertyDescriptor property, boolean editable)Methods in de.hybris.platform.cockpit.model.config that return types with arguments of type PropertyGroupEntry Modifier and Type Method Description java.util.List<PropertyGroupEntry>PropertyGroup. getEntries()java.util.List<PropertyGroupEntry>PropertyGroup. getVisibleEntries()Methods in de.hybris.platform.cockpit.model.config with parameters of type PropertyGroupEntry Modifier and Type Method Description voidPropertyGroup. addEntry(int pos, PropertyGroupEntry entry)voidPropertyGroup. removeEntry(PropertyGroupEntry entry)
-