| Package | Description |
|---|---|
| org.wicketstuff.modalx |
| Modifier and Type | Field and Description |
|---|---|
protected IWindowCloseListener |
ModalContentPanel.windowCloseListener |
| Modifier and Type | Method and Description |
|---|---|
static MessageBox |
MessageBox.show(org.apache.wicket.ajax.AjaxRequestTarget target,
String message,
String title,
int width,
int height,
boolean autoHeight,
int buttonConfig,
IWindowCloseListener iWindowCloseListener)
Describe here
|
| Constructor and Description |
|---|
MessageBox(ModalContentWindow iModalContentWindow,
String iMessage,
String iTitle,
int iButtonConfig,
IWindowCloseListener iWindowCloseListener)
Constructs the object
|
ModalContentPanel(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener)
Constructs a ModalContentPanel: iModalContentWindow must be a reference to the
ModalContentWindow for which this object will be the content.
|
ModalFormPanel(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener)
Constructs the object passing in a IWindowClosedListener (which can be null if parent is not
interested in being notified when the child form is closed).
|
ValidatingModalFormPanel(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener)
Constructs the object
|
Copyright © 2007–2018. All rights reserved.