com.hack23.cia.web.impl.ui.common
Interface Navigator.View

Package class diagram package Navigator.View
All Superinterfaces:
com.vaadin.ui.Component, EventListener, com.vaadin.terminal.Paintable, Serializable, com.vaadin.terminal.Sizeable, com.vaadin.terminal.VariableOwner
All Known Implementing Classes:
AboutNavigationView, AbstractAdminUserNavigationView, AbstractAgentsNavigationView, AbstractCommandCenterNavigationView, AbstractNavigationView, AdminNavigationView, AgencyNavigationView, BallotNavigationView, BallotsNavigationView, CommandCenterNavigationView, CommitteeNavigationView, CommitteeReportNavigationView, CommitteeReportsNavigationView, CommitteesNavigationView, DashboardNavigationView, ElectionNavigationView, ElectionsNavigationView, ErrorsNavigationView, EventsNavigationView, LanguagesContentsNavigationView, LanguagesNavigationView, LoginNavigationView, NewsNavigationView, ParliamentDataAgentsNavigationView, ParliamentMemberNavigationView, ParliamentMembersNavigationView, ParliamentMetaDataGeneratorAgentsNavigationView, ParliamentNavigationView, ParliamentYearNavigationView, ParliamentYearsNavigationView, PoliticalPartyNavigationView, PoliticialPartiesNavigationView, PortalsNavigationView, SearchNavigationView, UserNavigationView, UserSessionsNavigationView, UsersNavigationView, VoteNavigationView, VotesNavigationView
Enclosing class:
Navigator

public static interface Navigator.View
extends com.vaadin.ui.Component

The Interface View.


Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.vaadin.ui.Component
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.ErrorListener, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listener
 
Nested classes/interfaces inherited from interface com.vaadin.terminal.Paintable
com.vaadin.terminal.Paintable.RepaintRequestEvent, com.vaadin.terminal.Paintable.RepaintRequestListener
 
Field Summary
Modifier and Type Field and Description
 
Fields inherited from interface com.vaadin.terminal.Sizeable
SIZE_UNDEFINED, UNIT_SYMBOLS, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS
 
Method Summary
Modifier and Type Method and Description
 String getWarningForNavigatingFrom()
          Gets the warning for navigating from.
 void init(Navigator navigator, ApplicationUserState applicationUserState)
          Inits the.
 void navigateTo(String requestedDataId)
          Navigate to.
 void process(ModelAndView modelAndView)
          Process.
 
Methods inherited from interface com.vaadin.ui.Component
addListener, addStyleName, attach, childRequestedRepaint, detach, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisible
 
Methods inherited from interface com.vaadin.terminal.Paintable
addListener, getDebugId, paint, removeListener, requestRepaint, requestRepaintRequests, setDebugId
 
Methods inherited from interface com.vaadin.terminal.VariableOwner
changeVariables, isImmediate
 
Methods inherited from interface com.vaadin.terminal.Sizeable
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeight, setHeightUnits, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidth, setWidthUnits
 

Method Detail

getWarningForNavigatingFrom

String getWarningForNavigatingFrom()
Gets the warning for navigating from.

Returns:
the warning for navigating from

init

void init(Navigator navigator,
          ApplicationUserState applicationUserState)
Inits the.

Parameters:
navigator - the navigator
applicationUserState - the application user state

navigateTo

void navigateTo(String requestedDataId)
Navigate to.

Parameters:
requestedDataId - the requested data id

process

void process(ModelAndView modelAndView)
Process.

Parameters:
modelAndView - the model and view


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