com.hack23.cia.web.impl.ui.page.common
Interface Page

Package class diagram package Page
All Known Implementing Classes:
AbstractAdminPage, AbstractPage, AbstractUserPage, AdminPage, BallotPage, ConsolePage, CountryPage, DashBoardPage, DocumentPage, LoginPage, LogoutPage, PoliticalPartyPage, PoliticianPage, ProjectInfoPage, TestPage, WelcomePage

public interface Page

The Interface Page.


Method Summary
 org.slf4j.Logger getLogger()
          Gets the logger.
 String getPageTitle()
          Gets the page title.
 void navigateTo(Class<? extends com.vaadin.ui.Component> page)
          Navigate to.
 void navigateTo(Class<? extends com.vaadin.ui.Component> page, String params)
          Navigate to.
 

Method Detail

getLogger

org.slf4j.Logger getLogger()
Gets the logger.

Returns:
the logger

getPageTitle

String getPageTitle()
Gets the page title.

Returns:
the page title

navigateTo

void navigateTo(Class<? extends com.vaadin.ui.Component> page)
Navigate to.

Parameters:
page - the page

navigateTo

void navigateTo(Class<? extends com.vaadin.ui.Component> page,
                String params)
Navigate to.

Parameters:
page - the page
params - the params


Copyright © 2008-2012 www.hack23.com. All Rights Reserved.