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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwt.resources.client.ImageResource accessControl()  
      com.google.gwt.resources.client.ImageResource configuration()  
      com.google.gwt.resources.client.ImageResource deployments()  
      com.google.gwt.resources.client.ImageResource help()  
      com.google.gwt.resources.client.ImageResource runtime()  
      com.google.gwt.resources.client.ImageResource updateManager()  
    • Method Detail

      • accessControl

        @Source("homepage/access-control.png")
        com.google.gwt.resources.client.ImageResource accessControl()
      • configuration

        @Source("homepage/configuration.png")
        com.google.gwt.resources.client.ImageResource configuration()
      • deployments

        @Source("homepage/deployments.png")
        com.google.gwt.resources.client.ImageResource deployments()
      • help

        @Source("homepage/help.png")
        com.google.gwt.resources.client.ImageResource help()
      • updateManager

        @Source("homepage/update-manager.png")
        com.google.gwt.resources.client.ImageResource updateManager()
      • runtime

        @Source("homepage/runtime.png")
        com.google.gwt.resources.client.ImageResource runtime()