Uses of Class
org.wicketstuff.modalx.ModalContentWindow

Packages that use ModalContentWindow
org.wicketstuff.modalx   
org.wicketstuff.modalx.optional   
 

Uses of ModalContentWindow in org.wicketstuff.modalx
 

Fields in org.wicketstuff.modalx declared as ModalContentWindow
protected  ModalContentWindow ModalContentPanel.modalContentWindow
           
 

Methods in org.wicketstuff.modalx that return ModalContentWindow
 ModalContentWindow ModalMgr.allocateModalWindow()
          Allocates a ModalContentWindow.
 

Methods in org.wicketstuff.modalx with parameters of type ModalContentWindow
 void ModalMgr.releaseModalWindow(ModalContentWindow modalContentWindow)
          Releases a ModalContentWindow
 

Constructors in org.wicketstuff.modalx with parameters of type ModalContentWindow
MessageBox(ModalContentWindow iModalContentWindow, String iMessage, String iTitle, int iButtonConfig, IWindowCloseListener iWindowCloseListener)
          Constructs the object
ModalContentPanel(ModalContentWindow iModalContentWindow, IWindowCloseListener iWindowCloseListener)
          Constructs a ModalContentPanel: iModalContentWindow must be a reference to the ModalContentWindow for which this object will be the content.
ModalFormPanel(ModalContentWindow iModalContentWindow, IWindowCloseListener iWindowCloseListener)
          Constructs the object passing in a IWindowClosedListener (which can be null if parent is not interested in being notified when the child form is closed).
ValidatingModalFormPanel(ModalContentWindow iModalContentWindow, IWindowCloseListener iWindowCloseListener)
          Constructs the object
 

Uses of ModalContentWindow in org.wicketstuff.modalx.optional
 

Fields in org.wicketstuff.modalx.optional declared as ModalContentWindow
protected  ModalContentWindow[] ModalXPage.modalContentWindows
          Array of ModalContentWindows - each stacked modal needs a unique ModalContentWindow otherwise after closing the topmost one the one beneath it becomes unusable.
 

Methods in org.wicketstuff.modalx.optional that return ModalContentWindow
 ModalContentWindow ModalXPage.allocateModalWindow()
          Allocates a ModalContentWindow.
 

Methods in org.wicketstuff.modalx.optional with parameters of type ModalContentWindow
 void ModalXPage.releaseModalWindow(ModalContentWindow modalContentWindow)
          Releases a ModalContentWindow
 



Copyright © 2007–2014. All rights reserved.