Class Name : IWicketModalVisit Diagram : Wicket Generic Modal Windows Project : Echobase
framework Type : interface Interface implemented by instances used for tracking user visits on a
site.
Class Name : IWindowCloseListener Diagram : Wicket Generic Modal Windows Project : Echobase
framework Type : interface Interface for listeners of the window close event.
M
MAX_MODALS -
Static variable in class org.wicketstuff.modalx.optional.ModalXPage
Maximum depth of stacked modal windos supported.
MB_OK -
Static variable in class org.wicketstuff.modalx.MessageBox
Class Name : MessageBox Diagram : Wicket Generic Modal Windows Project : Echobase framework Type
: concrete Implements a simple way to communicate messages to users via a modal message box.
Class Name : ModalContentPanel Diagram : Wicket Generic Modal Windows Project : Echobase
framework Type : concrete Base class for all panels that are to be displayed in a
ModalContentWindow.
Class Name : ModalContentWindow Diagram : Wicket Generic Modal Windows Project : Echobase
framework Type : concrete Specialized form of ModalWindow that knows how to interact with
ModelContentPanels in a way which simplifies the code that opens a modal window.
Array of ModalContentWindows - each stacked modal needs a unique ModalContentWindow otherwise
after closing the topmost one the one beneath it becomes unusable.
Class Name : ModalFormPanel Diagram : Wicket Generic Modal Windows Project : Echobase framework
Type : concrete Base class for all modal content panels that contain a form.
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).
Class Name : ModalMgr Diagram : Wicket Generic Modal Windows Project : Echobase framework Type :
interface Manages the allocation and deallocation of modal windows.
Class Name : ModalXPage Diagram : Optional Project : Echobase framework Type : concrete
Convenience class that can be used by applications as the base class for all application pages to
allow fast integration of ModalX.
Class Name : ValidatingModalFormPanel Diagram : Wicket Generic Modal Windows Project : Echobase
framework Type : concrete Base class for all validating wicket forms.