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 ModalDialogModalDialog. close(org.apache.wicket.ajax.AjaxRequestTarget target)Close this dialog.ModalDialogModalDialog. closeOnClick()Close this dialog on click outside.ModalDialogModalDialog. closeOnEscape()Close this dialog on press of escape key.ModalDialogModalDialog. open(org.apache.wicket.ajax.AjaxRequestTarget target)Open the dialog.ModalDialogModalDialog. open(org.apache.wicket.Component content, org.apache.wicket.ajax.AjaxRequestTarget target)Open the dialog with a content.ModalDialogModalDialog. trapFocus()Convenience method to trap focus inside the overlay.
-