public abstract class AbstractSectionPanelModel extends Object implements SectionPanelModel
| Constructor and Description |
|---|
AbstractSectionPanelModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, updatepublic String getLabel()
getLabel in interface SectionPanelModelpublic void setLabel(String label)
public void setImageUrl(String url)
public String getImageUrl()
getImageUrl in interface SectionPanelModelpublic List<Section> getSections()
getSections in interface SectionPanelModelpublic void addModelListener(SectionPanelListener sectionPanelListener)
addModelListener in interface SectionPanelModelpublic void removeModelListener(SectionPanelListener sectionPanelListener)
removeModelListener in interface SectionPanelModelpublic void removeSection(Section section)
removeSection in interface SectionPanelModelpublic void removeAllSections()
removeAllSections in interface SectionPanelModelpublic void addSection(Section section)
addSection in interface SectionPanelModelpublic void addSections(List<Section> sections)
addSections in interface SectionPanelModelpublic void removeSections(Collection<Section> sections)
removeSections in interface SectionPanelModelpublic void setSections(List<Section> newSections)
setSections in interface SectionPanelModelpublic abstract void hideSection(Section section)
public abstract void showSection(Section section)
showSection in interface SectionPanelModelpublic void sectionUpdated(Section section)
public void rowUpdated(SectionRow row)
protected void fireSectionAdded(Section section)
protected void fireSectionRenamed(Section section)
protected void fireSectionRemoved(Section section)
protected void fireAttacheValidationIconMenu(SectionRow row, Menupopup menuPopup)
protected void fireSectionHide(Section section)
protected void fireSectionShow(Section section)
protected void fireSectionUpdate(Section section)
protected void fireRowUpdate(SectionRow row)
protected void fireRowHide(SectionRow row)
protected void fireRowShow(SectionRow row)
protected void fireRowStatusChange(SectionRow row, int status, String localizedMsg)
protected void fireSectionHeaderChange(Section section, int status)
protected void fireMessagesChanged()
protected void fireSectionMoved()
public List<Message> getMessages()
getMessages in interface SectionPanelModelpublic void addMessage(Message msg)
public void clearMessages()
public void showMessage(Message msg)
public void showAllMessages()
public void refreshInfoContainer()
public void hideMessage(Message msg)
public void moveSection(Section section, int index)
public Map<String,Object> getContext()
getContext in interface SectionPanelModelCopyright © 2017 SAP SE. All Rights Reserved.