org.guvnor.messageconsole.client.console.resources
Interface MessageConsoleResources
- All Superinterfaces:
- com.google.gwt.resources.client.ClientBundle
public interface MessageConsoleResources
- extends com.google.gwt.resources.client.ClientBundle
| Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
|
Method Summary |
com.google.gwt.resources.client.ImageResource |
Error()
|
com.google.gwt.resources.client.ImageResource |
Information()
|
com.google.gwt.resources.client.ImageResource |
Warning()
|
INSTANCE
static final MessageConsoleResources INSTANCE
CONSTANTS
static final MessageConsoleConstants CONSTANTS
Error
@ClientBundle.Source(value="images/error.gif")
com.google.gwt.resources.client.ImageResource Error()
Warning
@ClientBundle.Source(value="images/warning.gif")
com.google.gwt.resources.client.ImageResource Warning()
Information
@ClientBundle.Source(value="images/information.gif")
com.google.gwt.resources.client.ImageResource Information()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.