public interface PageModeContentFactory
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Layout |
createContent(String parameters,
com.vaadin.ui.MenuBar menuBar,
com.vaadin.ui.Panel panel)
Creates a new PageModeContent object.
|
boolean |
matches(String page,
String parameters)
Matches.
|
boolean matches(String page, String parameters)
page
- the pageparameters
- the parameterscom.vaadin.ui.Layout createContent(String parameters, com.vaadin.ui.MenuBar menuBar, com.vaadin.ui.Panel panel)
parameters
- the parametersmenuBar
- the menu barpanel
- the panelCopyright © 2008–2017 www.hack23.com. All rights reserved.