org.visualisation.client.JS
Interface MyCSSBundle

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface MyCSSBundle
extends com.google.gwt.resources.client.ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Method Summary
 com.google.gwt.resources.client.TextResource bubbleplotcss()
           
 com.google.gwt.resources.client.TextResource jqueryuicss()
           
 com.google.gwt.resources.client.TextResource staticbubbleplotcss()
           
 

Method Detail

jqueryuicss

@ClientBundle.Source(value="libs/jquery-ui.css")
com.google.gwt.resources.client.TextResource jqueryuicss()

bubbleplotcss

@ClientBundle.Source(value="bubbleplot/bubbleplot.css")
com.google.gwt.resources.client.TextResource bubbleplotcss()

staticbubbleplotcss

@ClientBundle.Source(value="staticbubbleplot/staticbubbleplot.css")
com.google.gwt.resources.client.TextResource staticbubbleplotcss()


Copyright © 2013. All Rights Reserved.