Uses of Class
com.vaadin.server.AddonContext

Packages that use AddonContext
com.vaadin.server   
 

Uses of AddonContext in com.vaadin.server
 

Methods in com.vaadin.server that return AddonContext
 AddonContext VaadinService.getAddonContext()
           
 AddonContext AddonContextEvent.getAddonContext()
          Gets the add-on context that created this event.
 

Methods in com.vaadin.server with parameters of type AddonContext
 void VaadinService.setAddonContext(AddonContext addonContext)
           
 

Constructors in com.vaadin.server with parameters of type AddonContext
AddonContextEvent(AddonContext source)
          Creates a new event for the given add-on context.
 



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