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