|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.components.modalwindow.UpdateParentCallback
public class UpdateParentCallback
Class implements the WindowClosedCallback to be able to update the parent page on closing a modal window.
| Constructor Summary | |
|---|---|
UpdateParentCallback(org.apache.wicket.Component _panel,
ModalWindowContainer _modalwindow)
Constructor setting the panel and the modal window. |
|
UpdateParentCallback(org.apache.wicket.Component _panel,
ModalWindowContainer _modalwindow,
boolean _clearmodel)
Constructor setting the panel and the modal window. |
|
| Method Summary | |
|---|---|
void |
onClose(org.apache.wicket.ajax.AjaxRequestTarget _target)
Method is executed on close of the modal window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateParentCallback(org.apache.wicket.Component _panel,
ModalWindowContainer _modalwindow)
_panel - Panel belonging to this call back_modalwindow - modal window belonging to this call backUpdateParentCallback(Component, ModalWindowContainer, boolean)
public UpdateParentCallback(org.apache.wicket.Component _panel,
ModalWindowContainer _modalwindow,
boolean _clearmodel)
_panel - Panel belonging to this call back_modalwindow - modal window belonging to this call back_clearmodel - must the model of the page be updated| Method Detail |
|---|
public void onClose(org.apache.wicket.ajax.AjaxRequestTarget _target)
onClose in interface org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.WindowClosedCallback_target - Target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||