com.hack23.cia.web.impl.ui.navigationview.application
Class CitizenIntelligenceAgency

Package class diagram package CitizenIntelligenceAgency
java.lang.Object
  extended by com.vaadin.Application
      extended by com.hack23.cia.web.impl.ui.navigationview.application.CitizenIntelligenceAgency
All Implemented Interfaces:
ApplicationUserState, com.vaadin.service.ApplicationContext.TransactionListener, com.vaadin.terminal.Terminal.ErrorListener, com.vaadin.terminal.URIHandler, Serializable, org.vaadin.navigator.Navigator.NavigableApplication

@Component(value="citizenIntelligenceAgency")
@Scope(value="prototype")
public class CitizenIntelligenceAgency
extends com.vaadin.Application
implements com.vaadin.service.ApplicationContext.TransactionListener, ApplicationUserState, org.vaadin.navigator.Navigator.NavigableApplication

The Class CitizenIntelligenceAgency.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
 
Nested classes/interfaces inherited from class com.vaadin.Application
com.vaadin.Application.ApplicationError, com.vaadin.Application.CustomizedSystemMessages, com.vaadin.Application.SystemMessages, com.vaadin.Application.UserChangeEvent, com.vaadin.Application.UserChangeListener, com.vaadin.Application.WindowAttachEvent, com.vaadin.Application.WindowAttachListener, com.vaadin.Application.WindowDetachEvent, com.vaadin.Application.WindowDetachListener
 
Nested classes/interfaces inherited from interface com.vaadin.terminal.URIHandler
com.vaadin.terminal.URIHandler.ErrorEvent
 
Constructor Summary
Constructor and Description
CitizenIntelligenceAgency()
           
 
Method Summary
Modifier and Type Method and Description
 com.vaadin.ui.Window createNewWindow()
           
 Locale getLocale()
          Gets the locale.
 org.vaadin.navigator.Navigator getNavigator()
          Gets the navigator.
 com.vaadin.ui.Window getWindow(String name)
           
 void init()
           
 void setLocale(Locale locale)
           
 void terminalError(com.vaadin.terminal.Terminal.ErrorEvent event)
           
 void transactionEnd(com.vaadin.Application application, Object o)
           
 void transactionStart(com.vaadin.Application application, Object o)
           
 
Methods inherited from class com.vaadin.Application
addListener, addListener, addListener, addResource, addWindow, close, getContext, getErrorHandler, getLogoutURL, getMainWindow, getProperty, getPropertyNames, getRelativeLocation, getSystemMessages, getTheme, getURL, getUser, getVersion, getWindows, handleURI, isRunning, removeListener, removeListener, removeListener, removeResource, removeWindow, setErrorHandler, setLogoutURL, setMainWindow, setTheme, setUser, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.web.impl.ui.common.ApplicationUserState
getUser
 

Constructor Detail

CitizenIntelligenceAgency

public CitizenIntelligenceAgency()
Method Detail

createNewWindow

public com.vaadin.ui.Window createNewWindow()
Specified by:
createNewWindow in interface org.vaadin.navigator.Navigator.NavigableApplication

getLocale

public Locale getLocale()
Description copied from interface: ApplicationUserState
Gets the locale.

Specified by:
getLocale in interface ApplicationUserState
Overrides:
getLocale in class com.vaadin.Application
Returns:
the locale

getNavigator

public org.vaadin.navigator.Navigator getNavigator()
Description copied from interface: ApplicationUserState
Gets the navigator.

Specified by:
getNavigator in interface ApplicationUserState
Returns:
the navigator

getWindow

public com.vaadin.ui.Window getWindow(String name)
Overrides:
getWindow in class com.vaadin.Application

init

public void init()
Specified by:
init in class com.vaadin.Application

setLocale

public void setLocale(Locale locale)
Overrides:
setLocale in class com.vaadin.Application

terminalError

public void terminalError(com.vaadin.terminal.Terminal.ErrorEvent event)
Specified by:
terminalError in interface com.vaadin.terminal.Terminal.ErrorListener
Overrides:
terminalError in class com.vaadin.Application

transactionEnd

public void transactionEnd(com.vaadin.Application application,
                           Object o)
Specified by:
transactionEnd in interface com.vaadin.service.ApplicationContext.TransactionListener

transactionStart

public void transactionStart(com.vaadin.Application application,
                             Object o)
Specified by:
transactionStart in interface com.vaadin.service.ApplicationContext.TransactionListener


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