Interface IPopupPersistence
- All Known Implementing Classes:
DefaultPopupPersistence
public interface IPopupPersistence
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionreadPersistentInfo
(FacesContext context, BasePopup popup, String persistId) void
updatePersistentInfo
(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo)
-
Method Details
-
readPersistentInfo
IPopupPersistence.PersistentInfo readPersistentInfo(FacesContext context, BasePopup popup, String persistId) -
updatePersistentInfo
void updatePersistentInfo(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo)
-