Package | Description |
---|---|
org.wicketstuff.modalx | |
org.wicketstuff.modalx.example | |
org.wicketstuff.modalx.optional |
Modifier and Type | Field and Description |
---|---|
protected ModalContentWindow |
ModalContentPanel.modalContentWindow |
Modifier and Type | Method and Description |
---|---|
ModalContentWindow |
ModalMgr.allocateModalWindow()
Allocates a ModalContentWindow.
|
Modifier and Type | Method and Description |
---|---|
void |
ModalMgr.releaseModalWindow(ModalContentWindow modalContentWindow)
Releases a ModalContentWindow
|
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
|
Constructor and Description |
---|
TestForm(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener,
Person iPerson)
Constructs the object
|
Modifier and Type | Field and Description |
---|---|
protected ModalContentWindow[] |
ModalXPage.modalContentWindows
Array of ModalContentWindows - each stacked modal needs a unique ModalContentWindow otherwise
after closing the topmost one the one beneath it becomes unusable.
|
Modifier and Type | Method and Description |
---|---|
ModalContentWindow |
ModalXPage.allocateModalWindow()
Allocates a ModalContentWindow.
|
Modifier and Type | Method and Description |
---|---|
void |
ModalXPage.releaseModalWindow(ModalContentWindow modalContentWindow)
Releases a ModalContentWindow
|
Copyright © 2015. All rights reserved.