public interface RowlayoutSectionPanelModel extends SectionPanelModel
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SectionRow> |
getAllRows() |
SectionRow |
getNextVisibleRow(SectionRow row) |
java.util.List<SectionRow> |
getRows(Section section) |
void |
setRowStatus(SectionRow row,
int status) |
void |
setRowStatus(SectionRow row,
int status,
java.lang.String localizedMsg) |
void |
setSectionHeaderStatus(Section section,
int status) |
void |
setValidationIconMenu(SectionRow row,
Menupopup menuPopup) |
void |
showRow(SectionRow row) |
void |
updateRow(SectionRow row) |
addModelListener, addSection, addSections, getContext, getImageUrl, getLabel, getMessages, getSections, initialize, removeAllSections, removeModelListener, removeSection, removeSections, setSections, showSection, updatejava.util.List<SectionRow> getRows(Section section)
java.util.Set<SectionRow> getAllRows()
void showRow(SectionRow row)
void updateRow(SectionRow row)
void setRowStatus(SectionRow row, int status)
void setRowStatus(SectionRow row, int status, java.lang.String localizedMsg)
void setValidationIconMenu(SectionRow row, Menupopup menuPopup)
void setSectionHeaderStatus(Section section, int status)
SectionRow getNextVisibleRow(SectionRow row)
Copyright © 2018 SAP SE. All Rights Reserved.