Interface AppResources

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

    public interface AppResources
    extends com.google.gwt.resources.client.ClientBundle
    Author:
    Giancarlo Panichi
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  AppResources.uiDataCss  
      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle

        com.google.gwt.resources.client.ClientBundle.Source
    • Method Detail

      • chartJS

        @Source("Chart.bundle.js")
        com.google.gwt.resources.client.TextResource chartJS()
      • jsPDF

        @Source("jspdf.min.js")
        com.google.gwt.resources.client.TextResource jsPDF()
      • hammerJS

        @Source("hammer.min.js")
        com.google.gwt.resources.client.TextResource hammerJS()
      • chartJSPluginZoom

        @Source("chartjs-plugin-zoom.min.js")
        com.google.gwt.resources.client.TextResource chartJSPluginZoom()
      • settingsImage

        @Source("settings.png")
        com.google.gwt.resources.client.ImageResource settingsImage()