wicket.extensions.ajax.markup.html.modal
Interface ModalWindow.PageCreator
- All Superinterfaces:
- java.io.Serializable
- Enclosing interface:
- ModalWindow
- public static interface ModalWindow.PageCreator
- extends java.io.Serializable
Interface for lazy page creation. The advantage of creating page using
this interface over just passing a page instance is that page created in
createPage() will have the pagemap automatically
set to the pagemap specified for ModalWindow.
- Author:
- Matej Knopp
|
Method Summary |
wicket.Page |
createPage()
Creates a new instance of content page. |
createPage
public wicket.Page createPage()
- Creates a new instance of content page.
- Returns:
- new page instance
Copyright © 2004-2008 Wicket developers. All Rights Reserved.