public class DefaultSectionRow extends java.lang.Object implements SectionRow
SectionRow.FocusListener| Constructor and Description |
|---|
DefaultSectionRow() |
DefaultSectionRow(java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
SectionRow.FocusListener |
getFocusListener(java.lang.String langIso) |
java.lang.String |
getLabel() |
java.lang.String |
getValueInfo() |
boolean |
isEditable() |
boolean |
isModified() |
boolean |
isVisible() |
void |
setEditable(boolean editable) |
void |
setFocusListener(SectionRow.FocusListener listener,
java.lang.String langIso) |
void |
setLabel(java.lang.String label) |
void |
setModified(boolean modified) |
void |
setValueInfo(java.lang.String valueInfo) |
void |
setVisible(boolean visible) |
public DefaultSectionRow()
public DefaultSectionRow(java.lang.String label)
public void setFocusListener(SectionRow.FocusListener listener, java.lang.String langIso)
setFocusListener in interface SectionRowpublic SectionRow.FocusListener getFocusListener(java.lang.String langIso)
getFocusListener in interface SectionRowpublic java.lang.String getLabel()
getLabel in interface SectionRowpublic void setLabel(java.lang.String label)
public boolean isVisible()
isVisible in interface SectionRowpublic void setVisible(boolean visible)
public boolean isModified()
public void setModified(boolean modified)
public java.lang.String getValueInfo()
getValueInfo in interface SectionRowpublic void setValueInfo(java.lang.String valueInfo)
public void setEditable(boolean editable)
public boolean isEditable()
isEditable in interface SectionRowCopyright © 2018 SAP SE. All Rights Reserved.