Uses of Interface
org.wicketstuff.modalx.IWindowCloseListener

Packages that use IWindowCloseListener
org.wicketstuff.modalx   
 

Uses of IWindowCloseListener in org.wicketstuff.modalx
 

Fields in org.wicketstuff.modalx declared as IWindowCloseListener
protected  IWindowCloseListener ModalContentPanel.windowCloseListener
           
 

Methods in org.wicketstuff.modalx with parameters of type IWindowCloseListener
static MessageBox MessageBox.show(AjaxRequestTarget target, String message, String title, int width, int height, boolean autoHeight, int buttonConfig, IWindowCloseListener iWindowCloseListener)
          Describe here
 

Constructors in org.wicketstuff.modalx with parameters of type IWindowCloseListener
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
 



Copyright © 2007-2013. All Rights Reserved.