Interface DataSetClientImages

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

    public interface DataSetClientImages
    extends com.google.gwt.resources.client.ClientBundle
    GWT managed images for Data Set client components.
    • Nested Class Summary

      • 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.ImageResource cancelIconSmall()  
      com.google.gwt.resources.client.DataResource csvIcon160()  
      com.google.gwt.resources.client.DataResource csvIcon32()  
      com.google.gwt.resources.client.DataResource dateIcon16()  
      com.google.gwt.resources.client.DataResource dateIcon32()  
      com.google.gwt.resources.client.DataResource elIcon160()  
      com.google.gwt.resources.client.DataResource elIcon32()  
      com.google.gwt.resources.client.DataResource excelIcon()  
      com.google.gwt.resources.client.DataResource javaIcon160()  
      com.google.gwt.resources.client.DataResource javaIcon32()  
      com.google.gwt.resources.client.DataResource kafkaIcon160()  
      com.google.gwt.resources.client.DataResource kafkaIcon32()  
      com.google.gwt.resources.client.DataResource labelIcon16()  
      com.google.gwt.resources.client.DataResource labelIcon32()  
      com.google.gwt.resources.client.DataResource loadingIcon()  
      com.google.gwt.resources.client.DataResource numberIcon32V1()  
      com.google.gwt.resources.client.DataResource numberIcon32V2()  
      com.google.gwt.resources.client.DataResource numberIcon32V3()  
      com.google.gwt.resources.client.ImageResource okIconSmall()  
      com.google.gwt.resources.client.DataResource prometheusIcon160()  
      com.google.gwt.resources.client.DataResource prometheusIcon32()  
      com.google.gwt.resources.client.DataResource sqlIcon160()  
      com.google.gwt.resources.client.DataResource sqlIcon32()  
      com.google.gwt.resources.client.DataResource textIcon16()  
      com.google.gwt.resources.client.DataResource textIcon32()  
    • Method Detail

      • csvIcon160

        @Source("images/csv_icon_160.png")
        com.google.gwt.resources.client.DataResource csvIcon160()
      • csvIcon32

        @Source("images/csv_icon_32.png")
        com.google.gwt.resources.client.DataResource csvIcon32()
      • javaIcon160

        @Source("images/java_icon_160.png")
        com.google.gwt.resources.client.DataResource javaIcon160()
      • javaIcon32

        @Source("images/java_icon_32.png")
        com.google.gwt.resources.client.DataResource javaIcon32()
      • sqlIcon160

        @Source("images/sql_icon_160.png")
        com.google.gwt.resources.client.DataResource sqlIcon160()
      • sqlIcon32

        @Source("images/sql_icon_32.png")
        com.google.gwt.resources.client.DataResource sqlIcon32()
      • elIcon160

        @Source("images/el_icon_160.png")
        com.google.gwt.resources.client.DataResource elIcon160()
      • elIcon32

        @Source("images/el_icon_32.png")
        com.google.gwt.resources.client.DataResource elIcon32()
      • excelIcon

        @Source("images/excel_icon.png")
        com.google.gwt.resources.client.DataResource excelIcon()
      • labelIcon16

        @Source("images/label_icon_16.png")
        com.google.gwt.resources.client.DataResource labelIcon16()
      • labelIcon32

        @Source("images/label_icon_32.png")
        com.google.gwt.resources.client.DataResource labelIcon32()
      • numberIcon32V1

        @Source("images/number_icon_32_V1.png")
        com.google.gwt.resources.client.DataResource numberIcon32V1()
      • numberIcon32V2

        @Source("images/number_icon_32_V2.png")
        com.google.gwt.resources.client.DataResource numberIcon32V2()
      • numberIcon32V3

        @Source("images/number_icon_32_V3.png")
        com.google.gwt.resources.client.DataResource numberIcon32V3()
      • textIcon16

        @Source("images/text_icon_16.png")
        com.google.gwt.resources.client.DataResource textIcon16()
      • textIcon32

        @Source("images/text_icon_32.png")
        com.google.gwt.resources.client.DataResource textIcon32()
      • dateIcon16

        @Source("images/date_icon_16.png")
        com.google.gwt.resources.client.DataResource dateIcon16()
      • dateIcon32

        @Source("images/date_icon_16.png")
        com.google.gwt.resources.client.DataResource dateIcon32()
      • okIconSmall

        @Source("images/ok_icon_small.gif")
        com.google.gwt.resources.client.ImageResource okIconSmall()
      • cancelIconSmall

        @Source("images/cancel_icon_small.gif")
        com.google.gwt.resources.client.ImageResource cancelIconSmall()
      • loadingIcon

        @Source("images/loading_icon.gif")
        com.google.gwt.resources.client.DataResource loadingIcon()
      • prometheusIcon160

        @Source("images/prometheus_icon_160.png")
        com.google.gwt.resources.client.DataResource prometheusIcon160()
      • prometheusIcon32

        @Source("images/prometheus_icon_32.png")
        com.google.gwt.resources.client.DataResource prometheusIcon32()
      • kafkaIcon160

        @Source("images/kafka_icon_160.png")
        com.google.gwt.resources.client.DataResource kafkaIcon160()
      • kafkaIcon32

        @Source("images/kafka_icon_32.png")
        com.google.gwt.resources.client.DataResource kafkaIcon32()