Interface MessagesResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface MessagesResources extends com.google.gwt.resources.client.ClientBundle
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_MESSAGEstatic StringWELCOME_MESSAGE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourced4scienceTeam()com.google.gwt.resources.client.ImageResourcegroup()com.google.gwt.resources.client.ImageResourceuser()
-
-
-
Field Detail
-
WELCOME_MESSAGE
static final String WELCOME_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
static final String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-