public interface SectionPanelModel
| Modifier and Type | Method and Description |
|---|---|
void |
addModelListener(SectionPanelListener sectionPanelListener) |
void |
addSection(Section section) |
void |
addSections(List<Section> sections) |
Map<String,Object> |
getContext() |
String |
getImageUrl() |
String |
getLabel() |
List<Message> |
getMessages() |
List<Section> |
getSections() |
void |
initialize() |
void |
removeAllSections() |
void |
removeModelListener(SectionPanelListener sectionPanelListener) |
void |
removeSection(Section section) |
void |
removeSections(Collection<Section> sections) |
void |
setSections(List<Section> sections) |
void |
showSection(Section section) |
void |
update() |
String getLabel()
String getImageUrl()
void addModelListener(SectionPanelListener sectionPanelListener)
void removeModelListener(SectionPanelListener sectionPanelListener)
void showSection(Section section)
void addSection(Section section)
void removeSection(Section section)
void removeSections(Collection<Section> sections)
void removeAllSections()
void initialize()
void update()
Copyright © 2017 SAP SE. All Rights Reserved.