Class PropertyValueHolder
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRow
-
- de.hybris.platform.cockpit.components.sectionpanel.PropertyValueHolder
-
- All Implemented Interfaces:
SectionRow
- Direct Known Subclasses:
EditorPropertyRow
public class PropertyValueHolder extends DefaultSectionRow
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionRow
SectionRow.FocusListener
-
-
Constructor Summary
Constructors Constructor Description PropertyValueHolder(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()booleanisLocalized()voidsetLocalized(boolean localized)voidsetValue(java.lang.Object value)-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRow
getFocusListener, getLabel, getValueInfo, isEditable, isModified, isVisible, setEditable, setFocusListener, setLabel, setModified, setValueInfo, setVisible
-
-