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