public interface SectionPanelListener
| Modifier and Type | Method and Description |
|---|---|
void |
attacheValidationMenupopup(SectionRow row,
Menupopup menuPopup) |
void |
expanded(Section section,
boolean value) |
void |
labelChanged(Section section) |
void |
labelChanged(SectionRow sectionRow) |
void |
messagesChanged() |
void |
modelClear() |
void |
rowHide(SectionRow row) |
void |
rowShow(SectionRow row) |
void |
rowStatusChange(SectionRow row,
int status) |
void |
rowStatusChange(SectionRow row,
int status,
String localizedMsg) |
void |
rowUpdate(SectionRow row) |
void |
sectionAdded(Section section) |
void |
sectionHeaderStatusChange(Section section,
int status) |
void |
sectionHide(Section section) |
void |
sectionMoved() |
void |
sectionRemoved(Section section) |
void |
sectionShow(Section section) |
void |
sectionUpdate(Section section) |
void expanded(Section section, boolean value)
void labelChanged(Section section)
void labelChanged(SectionRow sectionRow)
void sectionRemoved(Section section)
void sectionAdded(Section section)
void sectionHide(Section section)
void sectionShow(Section section)
void sectionUpdate(Section section)
void sectionMoved()
void rowHide(SectionRow row)
void rowShow(SectionRow row)
void rowUpdate(SectionRow row)
void rowStatusChange(SectionRow row, int status)
void sectionHeaderStatusChange(Section section, int status)
void rowStatusChange(SectionRow row, int status, String localizedMsg)
void attacheValidationMenupopup(SectionRow row, Menupopup menuPopup)
void messagesChanged()
void modelClear()
Copyright © 2017 SAP SE. All Rights Reserved.