Class DefaultSectionRow
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRow
- All Implemented Interfaces:
SectionRow
- Direct Known Subclasses:
PropertyValueHolder
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionRow
SectionRow.FocusListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFocusListener(String langIso) getLabel()booleanbooleanbooleanvoidsetEditable(boolean editable) voidsetFocusListener(SectionRow.FocusListener listener, String langIso) voidvoidsetModified(boolean modified) voidsetValueInfo(String valueInfo) voidsetVisible(boolean visible)
-
Constructor Details
-
DefaultSectionRow
public DefaultSectionRow() -
DefaultSectionRow
-
-
Method Details
-
setFocusListener
- Specified by:
setFocusListenerin interfaceSectionRow
-
getFocusListener
- Specified by:
getFocusListenerin interfaceSectionRow
-
getLabel
- Specified by:
getLabelin interfaceSectionRow
-
setLabel
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfaceSectionRow
-
setVisible
public void setVisible(boolean visible) -
isModified
public boolean isModified() -
setModified
public void setModified(boolean modified) -
getValueInfo
- Specified by:
getValueInfoin interfaceSectionRow
-
setValueInfo
-
setEditable
public void setEditable(boolean editable) -
isEditable
public boolean isEditable()- Specified by:
isEditablein interfaceSectionRow
-