Uses of Interface
com.vaadin.terminal.URIHandler

Packages that use URIHandler
com.vaadin The Vaadin base package. 
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of URIHandler in com.vaadin
 

Classes in com.vaadin that implement URIHandler
 class Application
           Base class required for all Vaadin applications.
 

Uses of URIHandler in com.vaadin.terminal
 

Methods in com.vaadin.terminal that return URIHandler
 URIHandler URIHandler.ErrorEvent.getURIHandler()
          Gets the URIHandler that caused this error.
 

Uses of URIHandler in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return URIHandler
 URIHandler AbstractApplicationServlet.URIHandlerErrorImpl.getURIHandler()
          Gets the source URIHandler.
 URIHandler AbstractCommunicationManager.URIHandlerErrorImpl.getURIHandler()
           
 

Uses of URIHandler in com.vaadin.ui
 

Classes in com.vaadin.ui that implement URIHandler
 class Window
          A component that represents an application (browser native) window or a sub window.
 

Methods in com.vaadin.ui with parameters of type URIHandler
 void Window.addURIHandler(URIHandler handler)
          Application window only.
 void Window.removeURIHandler(URIHandler handler)
          Application window only.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.