- 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
-
- MB_OK_CANCEL - Static variable in class org.wicketstuff.modalx.MessageBox
-
- MB_YES_NO - Static variable in class org.wicketstuff.modalx.MessageBox
-
- MB_YES_NO_CANCEL - Static variable in class org.wicketstuff.modalx.MessageBox
-
- message - Variable in class org.wicketstuff.modalx.MessageBox
-
NoDesc
- MessageBox - Class in org.wicketstuff.modalx
-
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.
- MessageBox(ModalContentWindow, String, String, int, IWindowCloseListener) - Constructor for class org.wicketstuff.modalx.MessageBox
-
Constructs the object
- ModalContentPanel - Class in org.wicketstuff.modalx
-
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.
- ModalContentPanel(ModalContentWindow, IWindowCloseListener) - Constructor for class org.wicketstuff.modalx.ModalContentPanel
-
Constructs a ModalContentPanel: iModalContentWindow must be a reference to the
ModalContentWindow for which this object will be the content.
- modalContentWindow - Variable in class org.wicketstuff.modalx.ModalContentPanel
-
- ModalContentWindow - Class in org.wicketstuff.modalx
-
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.
- ModalContentWindow(ModalMgr, String, boolean) - Constructor for class org.wicketstuff.modalx.ModalContentWindow
-
Constructs the object
- modalContentWindows - Variable in class org.wicketstuff.modalx.optional.ModalXPage
-
Array of ModalContentWindows - each stacked modal needs a unique ModalContentWindow otherwise
after closing the topmost one the one beneath it becomes unusable.
- ModalFormPanel - Class in org.wicketstuff.modalx
-
Class Name : ModalFormPanel Diagram : Wicket Generic Modal Windows Project : Echobase framework
Type : concrete Base class for all modal content panels that contain a form.
- ModalFormPanel(ModalContentWindow, IWindowCloseListener) - Constructor for class org.wicketstuff.modalx.ModalFormPanel
-
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).
- modalMgr - Variable in class org.wicketstuff.modalx.ModalContentWindow
-
- ModalMgr - Interface in org.wicketstuff.modalx
-
Class Name : ModalMgr Diagram : Wicket Generic Modal Windows Project : Echobase framework Type :
interface Manages the allocation and deallocation of modal windows.
- ModalXPage - Class in org.wicketstuff.modalx.optional
-
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.
- ModalXPage(PageParameters) - Constructor for class org.wicketstuff.modalx.optional.ModalXPage
-
- MR_CANCEL - Static variable in class org.wicketstuff.modalx.ModalFormPanel
-
- MR_NO - Static variable in class org.wicketstuff.modalx.MessageBox
-
- MR_OK - Static variable in class org.wicketstuff.modalx.ModalFormPanel
-
- MR_YES - Static variable in class org.wicketstuff.modalx.MessageBox
-