Class PropertyGroupEntry

java.lang.Object
de.hybris.platform.cockpit.model.config.PropertyGroupEntry

public class PropertyGroupEntry extends Object
Describes a configured property within a PropertyGroup. Basically it combines a PropertyDescriptor with a matching PropertyEditorDescriptor giving it a unique qualifier.
  • Constructor Details

    • PropertyGroupEntry

      public PropertyGroupEntry(PropertyDescriptor descr, boolean editable)
  • Method Details