Interface Images

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

    public interface Images
    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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Images ICONS
      The Constant ICONS.
    • Field Detail

      • ICONS

        static final Images ICONS
        The Constant ICONS.
    • Method Detail

      • fileIcon

        @Source("file.png")
        com.google.gwt.resources.client.ImageResource fileIcon()
      • folderIcon

        @Source("folder.png")
        com.google.gwt.resources.client.ImageResource folderIcon()
      • loading

        @Source("loading.gif")
        com.google.gwt.resources.client.ImageResource loading()