Class SimpleSectionRowModel
java.lang.Object
de.hybris.platform.cmscockpit.components.editorarea.model.SimpleSectionRowModel
Model POJO representing the state of
SimpleSectionRowComponent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getValue()booleanbooleanvoidsetEditable(boolean editable) voidvoidsetToolTipText(String toolTipText) voidvoidsetVisible(boolean visible)
-
Constructor Details
-
SimpleSectionRowModel
-
-
Method Details
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label- the label to set
-
isEditable
public boolean isEditable()- Returns:
- the editable
-
setEditable
public void setEditable(boolean editable) - Parameters:
editable- the editable to set
-
isVisible
public boolean isVisible()- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) - Parameters:
visible- the visible to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getToolTipText
- Returns:
- the toolTipText
-
setToolTipText
- Parameters:
toolTipText- the toolTipText to set
-