A B C F G I M O R S T U V W

A

addControlComponents() - Method in class org.wicketstuff.modalx.MessageBox
Adds the button controls to the form.
addControlComponents() - Method in class org.wicketstuff.modalx.ModalFormPanel
Adds the button controls to the form.
addFormComponents() - Method in class org.wicketstuff.modalx.MessageBox
Overridden in derived classes to add the form components.
addFormComponents() - Method in class org.wicketstuff.modalx.ModalFormPanel
Overridden in derived classes to add the form components.
allocateModalWindow() - Method in interface org.wicketstuff.modalx.ModalMgr
Allocates a ModalContentWindow.
allocateModalWindow() - Method in class org.wicketstuff.modalx.optional.ModalXPage
Allocates a ModalContentWindow.

B

buttonConfig - Variable in class org.wicketstuff.modalx.MessageBox
The button set to use - currently ignored will always just show OK.

C

closeModal(AjaxRequestTarget) - Method in class org.wicketstuff.modalx.ModalContentPanel
Closes the modal windows that contains this panel.
components - Variable in class org.wicketstuff.modalx.ValidatingModalFormPanel
Stores form components.
createForm() - Method in class org.wicketstuff.modalx.ModalFormPanel
Creates a Form object.
createModalVisit() - Method in class org.wicketstuff.modalx.ModalContentPanel
Creates an IWicketModalVisit.
CSS - Static variable in class org.wicketstuff.modalx.ModalContentWindow
 

F

form - Variable in class org.wicketstuff.modalx.ModalFormPanel
 

G

getDefaultWidth() - Static method in class org.wicketstuff.modalx.MessageBox
Returns defaultWidth
getDependentFormComponents() - Method in class org.wicketstuff.modalx.ValidatingModalFormPanel
Returns components
getInitialHeight() - Method in class org.wicketstuff.modalx.ModalContentPanel
Returns initialHeight
getInitialWidth() - Method in class org.wicketstuff.modalx.ModalContentPanel
Returns initialWidth
getModalMgr() - Method in class org.wicketstuff.modalx.ModalContentWindow
Describe here
getModalResult() - Method in class org.wicketstuff.modalx.ModalFormPanel
Returns modalResult
getTitle() - Method in class org.wicketstuff.modalx.ModalContentPanel
Returns title

I

initStyles() - Method in class org.wicketstuff.modalx.ModalContentWindow
Override in derived class to set up appropriate styles.
IWicketModalVisit - Interface in org.wicketstuff.modalx
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.
IWindowCloseListener - Interface in org.wicketstuff.modalx
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
 
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
 

O

onCancel(AjaxRequestTarget) - Method in class org.wicketstuff.modalx.ModalFormPanel
Closes the modal window.
org.wicketstuff.modalx - package org.wicketstuff.modalx
 
org.wicketstuff.modalx.optional - package org.wicketstuff.modalx.optional
 

R

releaseModalWindow(ModalContentWindow) - Method in interface org.wicketstuff.modalx.ModalMgr
Releases a ModalContentWindow
releaseModalWindow(ModalContentWindow) - Method in class org.wicketstuff.modalx.optional.ModalXPage
Releases a ModalContentWindow
renderHead(IHeaderResponse) - Method in class org.wicketstuff.modalx.ModalContentWindow
 

S

setDefaultWidth(int) - Static method in class org.wicketstuff.modalx.MessageBox
Sets defaultWidth
setInitialHeight(int) - Method in class org.wicketstuff.modalx.ModalContentPanel
Sets initialHeight
setInitialWidth(int) - Method in class org.wicketstuff.modalx.ModalContentPanel
Sets initialWidth
setModalResult(int) - Method in class org.wicketstuff.modalx.ModalFormPanel
Sets modalResult
setTitle(String) - Method in class org.wicketstuff.modalx.ModalContentPanel
Sets title
show(AjaxRequestTarget, String) - Static method in class org.wicketstuff.modalx.MessageBox
Describe here
show(AjaxRequestTarget, String, String) - Static method in class org.wicketstuff.modalx.MessageBox
Describe here
show(AjaxRequestTarget, String, String, int, int) - Static method in class org.wicketstuff.modalx.MessageBox
Describe here
show(AjaxRequestTarget, String, String, int, int, boolean, int, IWindowCloseListener) - Static method in class org.wicketstuff.modalx.MessageBox
Describe here
show(AjaxRequestTarget) - Method in class org.wicketstuff.modalx.ModalContentPanel
Get the ModalContentWindow to show this ModalContentPanel.
show(AjaxRequestTarget) - Method in class org.wicketstuff.modalx.ModalFormPanel
Get the ModalContentWindow to show this ModalContentPanel.
showFixedHeight(AjaxRequestTarget, String, String, int, int) - Static method in class org.wicketstuff.modalx.MessageBox
Describe here

T

trackModalVisit(IWicketModalVisit) - Method in interface org.wicketstuff.modalx.ModalMgr
Notifies the ModalMgr of wicket modal visit (which can be null if tracking is not required).
trackModalVisit(IWicketModalVisit) - Method in class org.wicketstuff.modalx.optional.ModalXPage
Records a visit to the modal.

U

updateModel() - Method in class org.wicketstuff.modalx.ModalFormPanel
Called after form submission with successful validation to update the domain model with data from the form components.

V

ValidatingModalFormPanel - Class in org.wicketstuff.modalx
Class Name : ValidatingModalFormPanel Diagram : Wicket Generic Modal Windows Project : Echobase framework Type : concrete Base class for all validating wicket forms.
ValidatingModalFormPanel(ModalContentWindow, IWindowCloseListener) - Constructor for class org.wicketstuff.modalx.ValidatingModalFormPanel
Constructs the object

W

windowClosed(Panel, AjaxRequestTarget) - Method in interface org.wicketstuff.modalx.IWindowCloseListener
Called when the ModalContentWindow is closed.
windowCloseListener - Variable in class org.wicketstuff.modalx.ModalContentPanel
 

A B C F G I M O R S T U V W

Copyright © 2007-2013. All Rights Reserved.