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: Images.java 26758 2010-02-05 11:08:07Z mflorea $

Nested Class Summary
 
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()
           
 

Field Detail

INSTANCE

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

Method Detail

close

com.google.gwt.resources.client.ImageResource close()
Returns:
the icon representing the action of closing a dialog box


Copyright © 2004-2011 XWiki. All Rights Reserved.