public interface IDialogService
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Interface and Description |
---|---|
static interface |
IDialogService.Dialog
Interface that must be implemented by clients of the dialog service.
|
Modifier and Type | Field and Description |
---|---|
static String |
DIALOG_WICKET_ID |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the current dialog.
|
boolean |
isShowingDialog()
If a dialog is opened and still open, isShowingDialog() returns true until
the previous opened dialog is closed.
|
void |
render(PluginRequestTarget target)
Invoked during the pre-rendering registration.
|
void |
show(IDialogService.Dialog dialog)
Show a dialog.
|
static final String DIALOG_WICKET_ID
void render(PluginRequestTarget target)
void show(IDialogService.Dialog dialog)
void close()
boolean isShowingDialog()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.