org.efaps.ui.wicket.components.modalwindow
Class ModalWindowAjaxPageCreator
java.lang.Object
org.efaps.ui.wicket.components.modalwindow.ModalWindowAjaxPageCreator
- All Implemented Interfaces:
- Serializable, org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator, org.apache.wicket.IClusterable
public class ModalWindowAjaxPageCreator
- extends Object
- implements org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator
Thic Class is used to create a page inside a modal window lazily.
- Version:
- $Id:ModalWindowAjaxPageCreator.java 1510 2007-10-18 14:35:40Z jmox $
- Author:
- The eFaps Team
- See Also:
- Serialized Form
|
Method Summary |
org.apache.wicket.Page |
createPage()
Method that creates the page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModalWindowAjaxPageCreator
public ModalWindowAjaxPageCreator(ICmdUIObject _uiObject,
ModalWindowContainer _modalWindow)
- Constructor.
- Parameters:
_uiObject - object for the page to create_modalWindow - modal window the page will be created in
createPage
public org.apache.wicket.Page createPage()
- Method that creates the page.
- Specified by:
createPage in interface org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator
- Returns:
- new Page
Copyright © 2003-2011 The eFaps Team. All Rights Reserved.