Uses of Class
org.apache.wicket.extensions.ajax.markup.html.modal.ModalDialog
Packages that use ModalDialog
-
Uses of ModalDialog in org.apache.wicket.extensions.ajax.markup.html.modal
Methods in org.apache.wicket.extensions.ajax.markup.html.modal that return ModalDialogModifier and TypeMethodDescriptionModalDialog.close(AjaxRequestTarget target) Close this dialog.ModalDialog.closeOnClick()Close this dialog on click outside.ModalDialog.closeOnEscape()Close this dialog on press of escape key.ModalDialog.open(AjaxRequestTarget target) Open the dialog.ModalDialog.open(Component content, AjaxRequestTarget target) Open the dialog with a content.ModalDialog.trapFocus()Convenience method to trap focus inside the overlay.