public interface ModalMgr
| Modifier and Type | Method and Description |
|---|---|
ModalContentWindow |
allocateModalWindow()
Allocates a ModalContentWindow.
|
void |
releaseModalWindow(ModalContentWindow modalContentWindow)
Releases a ModalContentWindow
|
void |
trackModalVisit(IWicketModalVisit wicketModalVisit)
Notifies the ModalMgr of wicket modal visit (which can be null if tracking is not required).
|
void trackModalVisit(IWicketModalVisit wicketModalVisit)
void releaseModalWindow(ModalContentWindow modalContentWindow)
ModalContentWindow allocateModalWindow()
Copyright © 2007-2012. All Rights Reserved.