Package org.jboss.hal.core
Class CoreModule
- java.lang.Object
-
- com.google.gwt.inject.client.AbstractGinModule
-
- org.jboss.hal.core.CoreModule
-
- All Implemented Interfaces:
com.google.gwt.inject.client.GinModule
@GinModule public class CoreModule extends com.google.gwt.inject.client.AbstractGinModule
-
-
Constructor Summary
Constructors Constructor Description CoreModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgressprovideProgress(UIRegistry uiRegistry)Convenience provider to make the globalProgressimplementation in HAL's footer injectable.
-
-
-
Method Detail
-
provideProgress
@Provides @Footer public Progress provideProgress(UIRegistry uiRegistry)
Convenience provider to make the globalProgressimplementation in HAL's footer injectable. Please use the qualifier@Footerfor injections.
-
-