Interface ProgressBarCssAndImages

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

    public interface ProgressBarCssAndImages
    extends com.google.gwt.resources.client.ClientBundle
    • Nested Class Summary

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwt.resources.client.CssResource css()  
      com.google.gwt.resources.client.ImageResource error()  
      com.google.gwt.resources.client.ImageResource ok()  
      com.google.gwt.resources.client.CssResource panelCss()  
      com.google.gwt.resources.client.ImageResource progressTexture()  
      com.google.gwt.resources.client.ImageResource spinner()  
    • Method Detail

      • css

        @Source("FileUpload.css")
        com.google.gwt.resources.client.CssResource css()
      • panelCss

        @Source("PanelFileUpload.css")
        com.google.gwt.resources.client.CssResource panelCss()
      • spinner

        @Source("spinning.gif")
        com.google.gwt.resources.client.ImageResource spinner()
      • error

        @Source("error.png")
        com.google.gwt.resources.client.ImageResource error()
      • ok

        @Source("ok.png")
        com.google.gwt.resources.client.ImageResource ok()
      • progressTexture

        @ImageOptions(repeatStyle=Horizontal)
        @Source("progress.png")
        com.google.gwt.resources.client.ImageResource progressTexture()