Interface ModalWindow.PageCreator
-
- All Superinterfaces:
IClusterable
,Serializable
- Enclosing class:
- ModalWindow
public static interface ModalWindow.PageCreator extends 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
will have the pagemap automatically set to the pagemap specified forcreatePage()
.ModalWindow
- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page
createPage()
Creates a new instance of content page.
-
-
-
Method Detail
-
createPage
Page createPage()
Creates a new instance of content page.- Returns:
- new page instance
-
-