org.efaps.ui.wicket.components.modalwindow
Class ModalWindowAjaxPageCreator

java.lang.Object
  extended by org.efaps.ui.wicket.components.modalwindow.ModalWindowAjaxPageCreator
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator, org.apache.wicket.IClusterable

public class ModalWindowAjaxPageCreator
extends java.lang.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:
jmox
See Also:
Serialized Form

Constructor Summary
ModalWindowAjaxPageCreator(UIMenuItem _model, ModalWindowContainer _modalWindow)
          Constructor.
 
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
 

Constructor Detail

ModalWindowAjaxPageCreator

public ModalWindowAjaxPageCreator(UIMenuItem _model,
                                  ModalWindowContainer _modalWindow)
Constructor.

Parameters:
_model - model for the page to create
_modalWindow - modal window the page will be created in
Method Detail

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-2010 The eFaps Team. All Rights Reserved.