Uses of Class
com.vaadin.terminal.gwt.client.communication.URLReference

Packages that use URLReference
com.vaadin.terminal.gwt.client   
com.vaadin.terminal.gwt.client.communication   
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.client.ui.video   
com.vaadin.terminal.gwt.server   
 

Uses of URLReference in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client that return URLReference
 URLReference ComponentState.getIcon()
           
 

Methods in com.vaadin.terminal.gwt.client with parameters of type URLReference
 void ComponentState.setIcon(URLReference icon)
           
 

Uses of URLReference in com.vaadin.terminal.gwt.client.communication
 

Methods in com.vaadin.terminal.gwt.client.communication that return URLReference
 URLReference URLReference_Serializer.deserialize(Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
           
 

Methods in com.vaadin.terminal.gwt.client.communication with parameters of type URLReference
 com.google.gwt.json.client.JSONValue URLReference_Serializer.serialize(URLReference value, ApplicationConnection connection)
           
 

Uses of URLReference in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.client.ui that return types with arguments of type URLReference
 List<URLReference> AbstractMediaState.getSources()
           
 

Method parameters in com.vaadin.terminal.gwt.client.ui with type arguments of type URLReference
 void AbstractMediaState.setSources(List<URLReference> sources)
           
 

Uses of URLReference in com.vaadin.terminal.gwt.client.ui.video
 

Methods in com.vaadin.terminal.gwt.client.ui.video that return URLReference
 URLReference VideoState.getPoster()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.video with parameters of type URLReference
 void VideoState.setPoster(URLReference poster)
           
 

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

Subclasses of URLReference in com.vaadin.terminal.gwt.server
 class ResourceReference
           
 



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