Interface ModalWindow.PageCreator
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- Enclosing class:
- ModalWindow
public static interface ModalWindow.PageCreator
extends org.apache.wicket.util.io.IClusterable
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
Modifier and TypeMethodDescriptionorg.apache.wicket.Page
Creates a new instance of content page.
-
Method Details
-
createPage
org.apache.wicket.Page createPage()Creates a new instance of content page.- Returns:
- new page instance
-