All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class ModalDialog extends Panel
Presents a modal dialog to the user. See open(Component, AjaxRequestTarget) and close(AjaxRequestTarget) methods.

Note: This component does not provide any styling by itself, so you have can add a DefaultTheme to this component if aren't styling these CSS classes by yourself:

modal-dialog-overlay
the wrapper around the actual dialog, usually used to overlay the rest of the document
modal-dialog
the actual dialog
modal-dialog-content
any additional styling for the content of this dialog
Author:
Igor Vaynberg (ivaynberg), svenmeier
See Also: