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