org.xwiki.gwt.user.client
Interface Images
- All Superinterfaces:
- com.google.gwt.resources.client.ClientBundle
public interface Images
- extends com.google.gwt.resources.client.ClientBundle
This ClientBundle contains all the images used in the User module. Using a client bundle allows all of these
images to be packed into a single image, which saves a lot of HTTP requests, drastically improving startup time.
- Version:
- $Id: 3cf9e9bfd27e1b87d1d038a974d6b17eb8768a13 $
| Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
|
Field Summary |
static Images |
INSTANCE
An instance of this client bundle that can be used anywhere in the code to extract images. |
|
Method Summary |
com.google.gwt.resources.client.ImageResource |
close()
|
INSTANCE
static final Images INSTANCE
- An instance of this client bundle that can be used anywhere in the code to extract images.
close
@ClientBundle.Source(value="close.gif")
com.google.gwt.resources.client.ImageResource close()
- Returns:
- the icon representing the action of closing a dialog box
Copyright © 2004–2015 XWiki. All rights reserved.