Interface WildFlyLogos

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

    public interface WildFlyLogos
    extends Logos
    • 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 about()
      A logo which is displayed in the lower right corner of the about dialog.
    • Method Detail

      • about

        @Source("logo-about.png")
        com.google.gwt.resources.client.ImageResource about()
        Description copied from interface: Logos
        A logo which is displayed in the lower right corner of the about dialog. Should be a 64x64px transparent image.
        Specified by:
        about in interface Logos