Interface SectionPanelListener
-
public interface SectionPanelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattacheValidationMenupopup(SectionRow row, org.zkoss.zul.Menupopup menuPopup)voidexpanded(Section section, boolean value)voidlabelChanged(Section section)voidlabelChanged(SectionRow sectionRow)voidmessagesChanged()voidmodelClear()voidrowHide(SectionRow row)voidrowShow(SectionRow row)voidrowStatusChange(SectionRow row, int status)voidrowStatusChange(SectionRow row, int status, java.lang.String localizedMsg)voidrowUpdate(SectionRow row)voidsectionAdded(Section section)voidsectionHeaderStatusChange(Section section, int status)voidsectionHide(Section section)voidsectionMoved()voidsectionRemoved(Section section)voidsectionShow(Section section)voidsectionUpdate(Section section)
-
-
-
Method Detail
-
expanded
void expanded(Section section, boolean value)
-
labelChanged
void labelChanged(Section section)
-
labelChanged
void labelChanged(SectionRow sectionRow)
-
sectionRemoved
void sectionRemoved(Section section)
-
sectionAdded
void sectionAdded(Section section)
-
sectionHide
void sectionHide(Section section)
-
sectionShow
void sectionShow(Section section)
-
sectionUpdate
void sectionUpdate(Section section)
-
sectionMoved
void sectionMoved()
-
rowHide
void rowHide(SectionRow row)
-
rowShow
void rowShow(SectionRow row)
-
rowUpdate
void rowUpdate(SectionRow row)
-
rowStatusChange
void rowStatusChange(SectionRow row, int status)
-
sectionHeaderStatusChange
void sectionHeaderStatusChange(Section section, int status)
-
rowStatusChange
void rowStatusChange(SectionRow row, int status, java.lang.String localizedMsg)
-
attacheValidationMenupopup
void attacheValidationMenupopup(SectionRow row, org.zkoss.zul.Menupopup menuPopup)
-
messagesChanged
void messagesChanged()
-
modelClear
void modelClear()
-
-