Class CoreModule

  • All Implemented Interfaces:
    com.google.gwt.inject.client.GinModule

    @GinModule
    public class CoreModule
    extends com.google.gwt.inject.client.AbstractGinModule
    • Constructor Detail

      • CoreModule

        public CoreModule()
    • Method Detail

      • provideProgress

        @Provides
        @Footer
        public Progress provideProgress​(UIRegistry uiRegistry)
        Convenience provider to make the global Progress implementation in HAL's footer injectable. Please use the qualifier @Footer for injections.