org.xwiki.gwt.user.client
Interface Images

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle

public interface Images
extends com.google.gwt.user.client.ui.ImageBundle

This ImageBundle contains all the images used in the User module. Using an image 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: Images.java 24761 2009-10-29 15:45:32Z mflorea $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Field Summary
static Images INSTANCE
          An instance of this image bundle that can be used anywhere in the code to extract images.
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype close()
          The icon representing the action of closing a dialog box.
 

Field Detail

INSTANCE

static final Images INSTANCE
An instance of this image bundle that can be used anywhere in the code to extract images.

Method Detail

close

@ImageBundle.Resource(value="close.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype close()
The icon representing the action of closing a dialog box.

Returns:
a prototype of this image


Copyright © 2004-2010 XWiki. All Rights Reserved.