Interface IPopupCreator
- All Known Implementing Classes:
DefaultPopupCreator
public interface IPopupCreator
Interface that is used for creating new popup instances on server side. By
default the system created instances of
ModalPopup and ModelessPopup.
If you implement this class and regsiter via system.xml then you can create
own instances that extend ModalPopup/ModelessPopup.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
createModalPopupInstance
ModalPopup createModalPopupInstance() -
createModelessPopupInstance
ModelessPopup createModelessPopupInstance()
-