Class EditorPropertyRow
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRow
-
- de.hybris.platform.cockpit.components.sectionpanel.PropertyValueHolder
-
- de.hybris.platform.cockpit.session.impl.EditorPropertyRow
-
- All Implemented Interfaces:
SectionRow
public class EditorPropertyRow extends PropertyValueHolder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionRow
SectionRow.FocusListener
-
-
Constructor Summary
Constructors Constructor Description EditorPropertyRow(EditorRowConfiguration rowConf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorRowConfiguration
getRowConfiguration()
boolean
isValid()
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.PropertyValueHolder
getValue, isLocalized, setLocalized, setValue
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRow
getFocusListener, getLabel, getValueInfo, isEditable, isModified, isVisible, setEditable, setFocusListener, setLabel, setModified, setValueInfo, setVisible
-
-
-
-
Constructor Detail
-
EditorPropertyRow
public EditorPropertyRow(EditorRowConfiguration rowConf)
-
-
Method Detail
-
getRowConfiguration
public EditorRowConfiguration getRowConfiguration()
-
isValid
public boolean isValid()
-
-