public abstract class AbstractPageModContentFactoryImpl extends Object implements PageModeContentFactory
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_PAGE_VISIT_HISTORY
The Constant CURRENT_PAGE_VISIT_HISTORY.
|
static String |
GENERAL_PAGE_MODE_PAGE_VISIT
The Constant GENERAL_PAGE_MODE_PAGE_VISIT.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractPageModContentFactoryImpl()
Instantiates a new abstract page mod content factory impl.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createPageVisitHistory(String pageName,
String pageId,
com.vaadin.ui.VerticalLayout panelContent)
Creates the page visit history.
|
protected com.vaadin.ui.VerticalLayout |
createPanelContent()
Creates the panel content.
|
protected com.hack23.cia.service.api.ApplicationManager |
getApplicationManager()
Gets the application manager.
|
protected FormFactory |
getFormFactory()
Gets the form factory.
|
protected GridFactory |
getGridFactory()
Gets the grid factory.
|
protected ApplicationMenuItemFactory |
getMenuItemFactory()
Gets the menu item factory.
|
protected PageActionEventHelper |
getPageActionEventHelper()
Gets the page action event helper.
|
protected String |
getPageId(String parameters)
Gets the page id.
|
protected PageLinkFactory |
getPageLinkFactory()
Gets the page link factory.
|
protected int |
getPageNr(String parameters)
Gets the page nr.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createContent, matches
public static final String GENERAL_PAGE_MODE_PAGE_VISIT
public static final String CURRENT_PAGE_VISIT_HISTORY
protected AbstractPageModContentFactoryImpl()
protected final String getPageId(String parameters)
parameters
- the parametersprotected final int getPageNr(String parameters)
parameters
- the parametersprotected final com.hack23.cia.service.api.ApplicationManager getApplicationManager()
protected final ApplicationMenuItemFactory getMenuItemFactory()
protected final GridFactory getGridFactory()
protected final FormFactory getFormFactory()
protected final PageLinkFactory getPageLinkFactory()
protected final PageActionEventHelper getPageActionEventHelper()
protected final com.vaadin.ui.VerticalLayout createPanelContent()
Copyright © 2008–2017 www.hack23.com. All rights reserved.